Interface GovernanceProposalExecutedEvent

ProposalExecutedEvent is emitted when a proposal is executed.

interface GovernanceProposalExecutedEvent {
    id: longnum;
}

Properties

Properties

ID is the unique identifier of a proposal.