Interface QueryDelegationTotalRewardsResponseSDKType

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

interface QueryDelegationTotalRewardsResponseSDKType {
    rewards: DelegationDelegatorRewardSDKType[];
    total: DecCoinSDKType[];
}

Properties

Properties