Proposal defines the core field members of a governance proposal.

Hierarchy

  • Proposal

Properties

content: undefined | Any
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.

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

Generated using TypeDoc