NewProposalScheduleStatus
NewProposalScheduleStatus creates a proposal schedule from its lifecycle timestamps.
Parameters:
- createTime: Unix timestamp when the proposal was created
- activeTime: Unix timestamp when voting starts
- votingEndTime: Unix timestamp when voting ends
- executableTime: Unix timestamp when the execution window starts
- expiredTime: Unix timestamp when the execution window closes
Returns:
- *ProposalScheduleStatus: schedule containing the supplied lifecycle timestamps
Command
gnokey query vm/qeval -remote "http://127.0.0.1:26657" -data "gno.land/r/gnoswap/gov/governance.NewProposalScheduleStatus(,,,,)"
Result