Interface IPropDetails

Hierarchy

  • IPropDetails

Properties

content: undefined | {
    typeUrl: string;
    value: Uint8Array;
}

Type declaration

  • typeUrl: string
  • value: Uint8Array
depositEndTime: undefined | Date
finalTallyResult: undefined | {
    abstain: string;
    no: string;
    noWithVeto: string;
    yes: string;
}

Type declaration

  • abstain: string
  • no: string
  • noWithVeto: string
  • yes: string
proposalId: number
status: ProposalStatus
submitTime: undefined | Date
totalDeposit: ICoin[]
votingEndTime: undefined | Date
votingStartTime: undefined | Date

Generated using TypeDoc