Interface QueryValidatorOutstandingRewardsResponseSDKType

QueryValidatorOutstandingRewardsResponse is the response type for the Query/ValidatorOutstandingRewards RPC method.

interface QueryValidatorOutstandingRewardsResponseSDKType {
    rewards: undefined | ValidatorOutstandingRewardsSDKType;
}

Properties

Properties