interface Validator {
    address: Uint8Array;
    proposerPriority: Long;
    pubKey?: PublicKey;
    votingPower: Long;
}

Properties

address: Uint8Array
proposerPriority: Long
pubKey?: PublicKey
votingPower: Long

Generated using TypeDoc