/
...
/
/
proposal-remove-ubi
Search
Duplicate
Try Notion
Page icon

proposal-remove-ubi

DESCRIPTION
Proposes to remove the UBI from the network
PERMISSIONS (VOTE/CREATION/SUDO)
PROPOSAL TYPE
RemoveUBIProposal
Subcommand Path
sekaid tx customgov
The CLI command, proposal-remove-ubi, is used to create a proposal to remove a Universal Basic Income (UBI) distribution. The command accepts the following flags:
Flags:
$NAME: The name of the UBI.
$TITLE: The title of the proposal.
$DESCRIPTION: The description of the proposal.
Bash
Copy
sekaid tx customgov proposal-remove-ubi \ --from=$SIGNER $FLAGS_TX \ --name=$NAME \ --title=$TITLE --description=$DESCRIPTION
​