Interface QueryDelegationTotalRewardsResponse

QueryDelegationTotalRewardsResponse is the response type for the Query/DelegationTotalRewards RPC method.

interface QueryDelegationTotalRewardsResponse {
    rewards: DelegationDelegatorReward[];
    total: DecCoin[];
}

Properties

Properties

rewards defines all the rewards accrued by a delegator.

total: DecCoin[]

total defines the sum of all the rewards.