Interface QueryDelegationRewardsResponseSDKType

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

interface QueryDelegationRewardsResponseSDKType {
    rewards: DecCoinSDKType[];
}

Properties

Properties

rewards: DecCoinSDKType[]