QueryValidatorResponse is response type for the Query/Validator RPC method

interface QueryValidatorResponseAmino {
    validator?: ValidatorAmino;
}

Properties

Properties

validator?: ValidatorAmino

validator defines the the validator info.