Interface QueryValidatorOutstandingRewardsRequest

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

interface QueryValidatorOutstandingRewardsRequest {
    validatorAddress: string;
}

Properties

Properties

validatorAddress: string

validator_address defines the validator address to query for.