Validator

interface Validator {
    address: Uint8Array;
    power: bigint;
}

Properties

Properties

address: Uint8Array

The first 20 bytes of SHA256(public key) PubKey pub_key = 2 [(gogoproto.nullable)=false];

power: bigint

The voting power