Proposal defines the core field members of a governance proposal.

Hierarchy

  • Proposal

Properties

depositEndTime: undefined | Date
finalTallyResult: undefined | TallyResult

final_tally_result is the final tally result of the proposal. When querying a proposal via gRPC, this field is not populated until the proposal's voting period has ended.

id: number
messages: Any[]
metadata: string

metadata is any arbitrary metadata attached to the proposal.

status: ProposalStatus
submitTime: undefined | Date
totalDeposit: Coin[]
votingEndTime: undefined | Date
votingStartTime: undefined | Date

Generated using TypeDoc