Interface QueryValidatorOutstandingRewardsRequestAmino

QueryValidatorOutstandingRewardsRequest is the request type for the Query/ValidatorOutstandingRewards RPC method.

interface QueryValidatorOutstandingRewardsRequestAmino {
    validator_address?: string;
}

Properties

validator_address?: string

validator_address defines the validator address to query for.