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

Properties

commission_rate: bigint
extra_fields: Bag
gas_price: bigint
next_epoch_commission_rate: bigint
next_epoch_gas_price: bigint
next_epoch_stake: bigint
operation_cap_id: string
staking_pool: StakingPool
voting_power: bigint