QueryDelegationRewardsResponse is the response type for the Query/DelegationRewards RPC method.

interface QueryDelegationRewardsResponse {
    rewards: DecCoin[];
}

Properties

Properties

rewards: DecCoin[]

rewards defines the rewards accrued by a delegation.