interface ValidatorConsensusInfo {
    addr: string;
    pk_bytes: string;
    voting_power: bigint;
}

Properties

addr: string
pk_bytes: string
voting_power: bigint