QueryValidatorResponse is response type for the Query/Validator RPC method

interface QueryValidatorResponse {
    validator: Validator;
}

Properties

Properties

validator: Validator

validator defines the validator info.