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

remove-blacklisted-permission

DESCRIPTION
Proposes to remove a blacklisted permission from an account
PERMISSIONS (VOTE/CREATION/SUDO)
PROPOSAL TYPE
RemoveBlacklistedAccountPermission
Subcommand Path
sekaid tx customgov proposal account
The CLI command, remove-blacklisted-permission, is utilized to create a proposal for removing a blacklisted permission from an address. The command accepts the following arguments and flags:
Args
$PERMISSION_ID: The ID of the blacklisted 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 blacklisted permission will be removed. This flag requires a valid blockchain address as its value.
Bash
Copy
sekaid tx customgov proposal account remove-blacklisted-permission \ --from=$SIGNER $FLAGS_TX \ --title=$TITLE --description=$DESCRIPTION \ --address=$ADDRESS \ $PERMISSION_ID