/
...
/
/
set-proposal-durations-proposal
Search
Duplicate
Try Notion
Page icon

set-proposal-durations-proposal

DESCRIPTION
Proposes to set the voting_end_time of specific proposal types
PERMISSIONS (VOTE/CREATION/SUDO)
PROPOSAL TYPE
SetProposalDurationsProposal
Subcommand Path
sekaid tx customgov proposal
The CLI command, set-proposal-durations-proposal, is used to create a proposal to set batch proposal durations. It requires two positional arguments: a list of proposal types and a corresponding list of durations. The command accepts the following flags:
Args
$PROPOSAL_TYPES: A comma-separated list of proposal types.
$DURATIONS: A corresponding comma-separated list of durations for the proposal types.
Flags
$TITLE: The title of the proposal. This flag is required.
$DESCRIPTION: The description of the proposal, which can be a URL, some text, etc. This flag is required.
Bash
Copy
sekaid tx customgov proposal set-proposal-durations-proposal \ --from=$SIGNER $FLAGS_TX \ --title=$TITLE --description=$DESCRIPTION \ $PROPOSAL_TYPES $DURATIONS