Skip to main content

Proposal interface

Signature:

export interface Proposal

Properties

PropertyTypeDescription
descriptionstringThe description of the proposal.
endBlockBigNumber
executionsProposalExecutable[]All executions that have been proposed for the proposal.
proposalIdBigNumberThe unique identifier of the proposal.
proposerstringThe address of the wallet that created the proposal.
startBlockBigNumber
stateProposalStateThe current state of the proposal.
votesProposalVote[]All votes that have been casted on the proposal.