Skip to content

Latest commit

 

History

History
91 lines (49 loc) · 2.17 KB

ivotestate.md

File metadata and controls

91 lines (49 loc) · 2.17 KB

@daostack/clientGlobalsIVoteState

Interface: IVoteState

Hierarchy

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