@uniswap/client-data-api 0.0.5 → 0.0.6
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.
|
@@ -891,9 +891,9 @@ export declare class UniswapXTransaction extends Message<UniswapXTransaction> {
|
|
|
891
891
|
*/
|
|
892
892
|
outputTokenAmount?: Amount;
|
|
893
893
|
/**
|
|
894
|
-
* @generated from field:
|
|
894
|
+
* @generated from field: uint64 expiry_millis = 9;
|
|
895
895
|
*/
|
|
896
|
-
expiryMillis:
|
|
896
|
+
expiryMillis: bigint;
|
|
897
897
|
/**
|
|
898
898
|
* @generated from field: string encoded_order = 10;
|
|
899
899
|
*/
|
package/dist/data/v1/types_pb.js
CHANGED
|
@@ -1165,9 +1165,9 @@ export class UniswapXTransaction extends Message {
|
|
|
1165
1165
|
*/
|
|
1166
1166
|
this.orderHash = "";
|
|
1167
1167
|
/**
|
|
1168
|
-
* @generated from field:
|
|
1168
|
+
* @generated from field: uint64 expiry_millis = 9;
|
|
1169
1169
|
*/
|
|
1170
|
-
this.expiryMillis =
|
|
1170
|
+
this.expiryMillis = protoInt64.zero;
|
|
1171
1171
|
/**
|
|
1172
1172
|
* @generated from field: string encoded_order = 10;
|
|
1173
1173
|
*/
|
|
@@ -1206,7 +1206,7 @@ UniswapXTransaction.fields = proto3.util.newFieldList(() => [
|
|
|
1206
1206
|
{ no: 6, name: "input_token_amount", kind: "message", T: Amount },
|
|
1207
1207
|
{ no: 7, name: "output_token", kind: "message", T: Token },
|
|
1208
1208
|
{ no: 8, name: "output_token_amount", kind: "message", T: Amount },
|
|
1209
|
-
{ no: 9, name: "expiry_millis", kind: "scalar", T:
|
|
1209
|
+
{ no: 9, name: "expiry_millis", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
1210
1210
|
{ no: 10, name: "encoded_order", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1211
1211
|
{ no: 11, name: "order_type", kind: "enum", T: proto3.getEnumType(UniswapXOrderType) },
|
|
1212
1212
|
{ no: 12, name: "status", kind: "enum", T: proto3.getEnumType(UniswapXTransactionStatus) },
|