QueryValidatorCommissionRequest is the request type for the Query/ValidatorCommission RPC method

interface QueryValidatorCommissionRequest {
    validatorAddress: string;
}

Properties

Properties

validatorAddress: string

validator_address defines the validator address to query for.