Interface QueryDelegationTotalRewardsResponseAmino

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

interface QueryDelegationTotalRewardsResponseAmino {
    rewards?: DelegationDelegatorRewardAmino[];
    total?: DecCoinAmino[];
}

Properties

Properties

rewards defines all the rewards accrued by a delegator.

total?: DecCoinAmino[]

total defines the sum of all the rewards.