interface PendingRewardsResponse {
    rewards: bigint;
    extraRewards: bigint;
}

Properties

rewards: bigint
extraRewards: bigint