interface VotingPowerInfo {
    validator_index: bigint;
    voting_power: bigint;
}

Properties

validator_index: bigint
voting_power: bigint