interface Validator {
    commission_rate: bigint;
    extra_fields: _0x2.bag.Bag;
    gas_price: bigint;
    metadata: _0x3.validator.ValidatorMetadata;
    next_epoch_commission_rate: bigint;
    next_epoch_gas_price: bigint;
    next_epoch_stake: bigint;
    operation_cap_id: string;
    staking_pool: _0x3.staking_pool.StakingPool;
    voting_power: bigint;
}

Properties

commission_rate: bigint
extra_fields: _0x2.bag.Bag
gas_price: bigint
next_epoch_commission_rate: bigint
next_epoch_gas_price: bigint
next_epoch_stake: bigint
operation_cap_id: string
voting_power: bigint