The CLI command, remove-blacklisted-permission, is used to raise a governance proposal for removing a blacklisted permission from 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 removed from the blacklist.
$PERMISSION_ID: The ID of the permission to be removed from the role's blacklist. 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 remove-blacklisted-permission \
--from=$SIGNER $FLAGS_TX \
--title=$TITLE --description=$DESCRIPTION \
$ROLE_SID $PERMISSION_ID