QueryDelegatorValidatorsRequest is request type for the Query/DelegatorValidators RPC method.

interface QueryDelegatorValidatorsRequest {
    delegatorAddr: string;
    pagination?: PageRequest;
}

Properties

delegatorAddr: string

delegator_addr defines the delegator address to query for.

pagination?: PageRequest

pagination defines an optional pagination for the request.