interface Validator {
    address: Uint8Array;
    proposerPriority: bigint;
    pubKey: undefined | PublicKey;
    votingPower: bigint;
}

Properties

address: Uint8Array
proposerPriority: bigint
pubKey: undefined | PublicKey
votingPower: bigint