Voter: {
    fields: HotCommitteeCredential;
    name: "CommitteeVoter";
} | {
    fields: DRepCredential;
    name: "DRepVoter";
} | {
    fields: PubKeyHash;
    name: "StakePoolVoter";
}

Voter represents a body with voting power.

Type declaration

Type declaration

Type declaration

Generated using TypeDoc