/
...
/
/
blacklist-permission
Search
Duplicate
Try Notion
Page icon

blacklist-permission

DESCRIPTION
Proposes to blacklist a role's permission
PERMISSIONS (VOTE/CREATION/SUDO)
PROPOSAL TYPE
BlacklistRolePermission
Subcommand Path
sekaid tx customgov proposal role
The CLI command, blacklist-permission, is used to raise a governance proposal for blacklisting one or multiple permissions for a specific role. The command accepts the following arguments and flags:
Args
$ROLE_SID: The string identifier of the role for which the permission should be whitelisted.
$PERMISSION_ID: The ID of the permission to be whitelisted for the role. This should be an integer value representing the permission's ID.
Flags
$TITLE: The title of the proposal.
$DESCRIPTION: The proposal’s description.
Bash
Copy
sekaid tx customgov proposal role whitelist-permission \ --from=$SIGNER $FLAGS_TX \ --title=$TITLE --description=$DESCRIPTION \ $ROLE_SID $PERMISSION_ID