interface ValidatorInfo {
    addr: string;
    config: ValidatorConfig;
    voting_power: bigint;
}

Properties

addr: string
voting_power: bigint