A map of Voter + GovernanceActionId to VotingProcedure;

Hierarchy

  • VotingProcedures

Constructors

Properties

#originalBytes: undefined | HexBlob = undefined
#procedures: {
    voter: Serialization.Voter;
    votes: {
        actionId: Serialization.GovernanceActionId;
        votingProcedure: Serialization.VotingProcedure;
    }[];
}[] = []

Methods

Generated using TypeDoc