Proposal interface
Signature:
export interface Proposal
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| description | string | The description of the proposal. | |
| endBlock | BigNumber | ||
| executions | ProposalExecutable[] | All executions that have been proposed for the proposal. | |
| proposalId | BigNumber | The unique identifier of the proposal. | |
| proposer | string | The address of the wallet that created the proposal. | |
| startBlock | BigNumber | ||
| state | ProposalState | The current state of the proposal. | |
| votes | ProposalVote[] | All votes that have been casted on the proposal. |