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

unassign-role role

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