NewProposalStatusBy
NewProposalStatusBy combines schedule, action, and vote state into a proposal status.
Parameters:
- schedule: time-based lifecycle schedule for the proposal
- actionStatus: execution and cancellation state for the proposal
- voteStatus: vote tallies and voting requirements for the proposal
Returns:
- *ProposalStatus: status object containing the supplied lifecycle components
Command
gnokey query vm/qeval -remote "http://127.0.0.1:26657" -data "gno.land/r/gnoswap/gov/governance.NewProposalStatusBy(,,)"
Result