Interface QueryValidatorOutstandingRewardsResponseAmino

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

interface QueryValidatorOutstandingRewardsResponseAmino {
    rewards?: ValidatorOutstandingRewardsAmino;
}

Properties

Properties