interface Validator {
    address: Uint8Array;
    proposerPriority?: number;
    pubkey?: ValidatorPubkey;
    votingPower: bigint;
}

Properties

address: Uint8Array
proposerPriority?: number
votingPower: bigint