Interface GovernanceProposalFinalizedEvent

ProposalFinalizedEvent is the event emitted when a proposal is finalized.

interface GovernanceProposalFinalizedEvent {
    id: longnum;
    state: number;
}

Properties

Properties

ID is the unique identifier of a proposal.

state: number

State is the new proposal state.