The CLI command, blacklist-permission, is utilized to create a proposal for blacklisting a specific permission for an address. The command accepts the following arguments and flags:
Args
$PERMISSION_ID: The ID of the permission to be blacklisted. It must be an integer value.
Flags
$TITLE: The title of the proposal.
$DESCRIPTION: The proposal’s description.
$ADDRESS: The address for which permissions will be set. This flag requires a valid blockchain address as its value.
Bash
Copy
sekaid tx customgov proposal account blacklist-permission \
--from=$SIGNER $FLAGS_TX \
--title=$TITLE --description=$DESCRIPTION \
--address=$ADDRESS \
$PERMISSION_ID