QueryValidatorRequest is response type for the Query/Validator RPC method

interface QueryValidatorRequest {
    validatorAddr: string;
}

Properties

Properties

validatorAddr: string

validator_addr defines the validator address to query for.