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