interface ValidatorEpochInfoEventV2 {
    commission_rate: bigint;
    epoch: bigint;
    pool_staking_reward: bigint;
    pool_token_exchange_rate: PoolTokenExchangeRate;
    reference_gas_survey_quote: bigint;
    stake: bigint;
    storage_fund_staking_reward: bigint;
    tallying_rule_global_score: bigint;
    tallying_rule_reporters: string[];
    validator_address: string;
    voting_power: bigint;
}

Properties

commission_rate: bigint
epoch: bigint
pool_staking_reward: bigint
pool_token_exchange_rate: PoolTokenExchangeRate
reference_gas_survey_quote: bigint
stake: bigint
storage_fund_staking_reward: bigint
tallying_rule_global_score: bigint
tallying_rule_reporters: string[]
validator_address: string
voting_power: bigint