QueryConnectionsRequest is the request type for the Query/DenomTraces RPC method

interface QueryDenomTracesRequest {
    pagination?: PageRequest;
}

Properties

Properties

pagination?: PageRequest

pagination defines an optional pagination for the request.