NewProposalStatus
NewProposalStatus creates a new proposal status with the specified configuration. This initializes all status components with the governance configuration and timing.
Parameters:
- config: governance configuration to use
- maxVotingWeight: maximum voting weight for this proposal
- executable: whether this proposal type can be executed
- createdAt: timestamp when proposal was created
Returns:
- *ProposalStatus: new proposal status instance
Command
gnokey query vm/qeval -remote "https://rpc.topaz.testnets.gno.land" -data "gno.land/r/gnoswap/gov/governance/v1.NewProposalStatus(,,,,)"
Result