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

whitelist-permission

DESCRIPTION
Proposes to whitelist an account's permission
PERMISSIONS (VOTE/CREATION/SUDO)
PROPOSAL TYPE
WhitelistAccountPermission
Subcommand Path
sekaid tx customgov proposal account
The CLI command, whitelist-permission, is utilized to create a proposal for whitelisting a specific permission for an address. The command accepts the following arguments and flags:
Args
$PERMISSION_ID: The ID of the permission to be whitelisted. 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 whitelist-permission \ --from=$SIGNER $FLAGS_TX \ --title=$TITLE --description=$DESCRIPTION \ --address=$ADDRESS \ $PERMISSION_ID