QueryValidatorRequest is response type for the Query/Validator RPC method

interface QueryValidatorRequestAmino {
    validator_addr?: string;
}

Properties

Properties

validator_addr?: string

validator_addr defines the validator address to query for.