@uniswap/client-data-api 0.0.9 → 0.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/data/v1/api_pb.d.ts
CHANGED
|
@@ -232,9 +232,9 @@ export declare class ListTransactionsRequest extends Message<ListTransactionsReq
|
|
|
232
232
|
*/
|
|
233
233
|
pageToken?: string;
|
|
234
234
|
/**
|
|
235
|
-
* @generated from field: optional uint32
|
|
235
|
+
* @generated from field: optional uint32 page_size = 5;
|
|
236
236
|
*/
|
|
237
|
-
|
|
237
|
+
pageSize?: number;
|
|
238
238
|
constructor(data?: PartialMessage<ListTransactionsRequest>);
|
|
239
239
|
static readonly runtime: typeof proto3;
|
|
240
240
|
static readonly typeName = "data.v1.ListTransactionsRequest";
|
package/dist/data/v1/api_pb.js
CHANGED
|
@@ -370,7 +370,7 @@ ListTransactionsRequest.fields = proto3.util.newFieldList(() => [
|
|
|
370
370
|
{ no: 2, name: "address", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
371
371
|
{ no: 3, name: "fiat_on_ramp_params", kind: "message", T: FiatOnRampParams, opt: true },
|
|
372
372
|
{ no: 4, name: "page_token", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
|
|
373
|
-
{ no: 5, name: "
|
|
373
|
+
{ no: 5, name: "page_size", kind: "scalar", T: 13 /* ScalarType.UINT32 */, opt: true },
|
|
374
374
|
]);
|
|
375
375
|
/**
|
|
376
376
|
* @generated from message data.v1.FiatOnRampParams
|