Interface GovernanceProposalSubmittedEvent

ProposalSubmittedEvent is the event emitted when a new proposal is submitted.

interface GovernanceProposalSubmittedEvent {
    id: longnum;
    submitter: Uint8Array;
}

Properties

Properties

ID is the unique identifier of a proposal.

submitter: Uint8Array

Submitter is the staking account address of the submitter.