@daostack/client › Globals › IVoteState
Interface: IVoteState
Hierarchy
-
↳ IVoteState
Index
Properties
Properties
amount
• amount: BN
Inherited from IVoteStaticState.amount
Defined in vote.ts:15
createdAt
• createdAt: *Date | undefined* |
Inherited from IVoteStaticState.createdAt
Defined in vote.ts:13
Optional
dao
• dao? : Address
Inherited from IVoteStaticState.dao
Defined in vote.ts:17
id
• id: string
Overrides IVoteStaticState.id
Defined in vote.ts:21
outcome
• outcome: IProposalOutcome
Inherited from IVoteStaticState.outcome
Defined in vote.ts:14
proposal
• proposal: string
Inherited from IVoteStaticState.proposal
Defined in vote.ts:16
voter
• voter: Address
Inherited from IVoteStaticState.voter
Defined in vote.ts:12