/
...
/
/
remove-whitelisted-permission
Search
Duplicate
Try Notion
Page icon

remove-whitelisted-permission

DESCRIPTION
Proposes to remove a whitelisted permission from an account
PERMISSIONS (VOTE/CREATION/SUDO)
PROPOSAL TYPE
RemoveWhitelistedAccountPermission
Subcommand Path
sekaid tx customgov proposal account
The CLI command, remove-whitelisted-permission, is utilized to create a proposal for removing a whitelisted permission from an address. The command accepts the following arguments and flags:
Args
$PERMISSION_ID: The ID of the whitelisted permission to be removed. It must be an integer value.
Flags
$TITLE: The title of the proposal.
$DESCRIPTION: The proposal’s description.
$ADDRESS: The address from which the whitelisted permission will be removed. This flag requires a valid blockchain address as its value.
Bash
Copy
sekaid tx customgov proposal account remove-whitelisted-permission \ --from=$SIGNER $FLAGS_TX \ --title=$TITLE --description=$DESCRIPTION \ --address=$ADDRESS \ $PERMISSION_ID