interface ValidatorSDKType {
    address: Uint8Array;
    proposer_priority: bigint;
    pub_key: undefined | PublicKeySDKType;
    voting_power: bigint;
}

Properties

address: Uint8Array
proposer_priority: bigint
pub_key: undefined | PublicKeySDKType
voting_power: bigint