/
...
/
/
assign-role role
Search
Duplicate
Try Notion
Page icon

assign-role role

DESCRIPTION
Proposes to assign a role to a specific account
PERMISSIONS (VOTE/CREATION/SUDO)
PROPOSAL TYPE
AssignRoleToAccount
Subcommand Path
sekaid tx customgov proposal account
The CLI command, assign-role, is utilized to create a proposal for assigning a role to an address. The command accepts the following arguments and flags:
Args
$ROLE_SID: The string identifier of the role to be assigned.
Flags
$TITLE: The title of the proposal.
$DESCRIPTION: The proposal’s description.
$ADDRESS: The address to which the role will be assigned. This flag requires a valid blockchain address as its value.
Bash
Copy
sekaid tx customgov proposal account assign-role role \ --from=$SIGNER $FLAGS_TX \ --title=$TITLE --description=$DESCRIPTION \ --address=$ADDRESS \ $ROLE_SID