@nktkas/hyperliquid 0.24.1 → 0.24.2

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.
@@ -300,7 +300,7 @@ export declare class ExchangeClient<T extends IRequestTransport = IRequestTransp
300
300
  * ```ts
301
301
  * import * as hl from "@nktkas/hyperliquid";
302
302
  *
303
- * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly`
303
+ * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly
304
304
  * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
305
305
  * const exchClient = new hl.ExchangeClient({ wallet: privateKey, transport });
306
306
  *
@@ -322,7 +322,7 @@ export declare class ExchangeClient<T extends IRequestTransport = IRequestTransp
322
322
  * ```ts
323
323
  * import * as hl from "@nktkas/hyperliquid";
324
324
  *
325
- * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly`
325
+ * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly
326
326
  * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
327
327
  * const exchClient = new hl.ExchangeClient({ wallet: privateKey, transport });
328
328
  *
@@ -344,7 +344,7 @@ export declare class ExchangeClient<T extends IRequestTransport = IRequestTransp
344
344
  * ```ts
345
345
  * import * as hl from "@nktkas/hyperliquid";
346
346
  *
347
- * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly`
347
+ * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly
348
348
  * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
349
349
  * const exchClient = new hl.ExchangeClient({ wallet: privateKey, transport });
350
350
  *
@@ -380,7 +380,7 @@ export declare class ExchangeClient<T extends IRequestTransport = IRequestTransp
380
380
  * ```ts
381
381
  * import * as hl from "@nktkas/hyperliquid";
382
382
  *
383
- * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly`
383
+ * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly
384
384
  * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
385
385
  * const exchClient = new hl.ExchangeClient({ wallet: privateKey, transport });
386
386
  *
@@ -406,7 +406,7 @@ export declare class ExchangeClient<T extends IRequestTransport = IRequestTransp
406
406
  * ```ts
407
407
  * import * as hl from "@nktkas/hyperliquid";
408
408
  *
409
- * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly`
409
+ * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly
410
410
  * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
411
411
  * const exchClient = new hl.ExchangeClient({ wallet: privateKey, transport });
412
412
  *
@@ -432,7 +432,7 @@ export declare class ExchangeClient<T extends IRequestTransport = IRequestTransp
432
432
  * ```ts
433
433
  * import * as hl from "@nktkas/hyperliquid";
434
434
  *
435
- * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly`
435
+ * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly
436
436
  * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
437
437
  * const exchClient = new hl.ExchangeClient({ wallet: privateKey, transport });
438
438
  *
@@ -453,7 +453,7 @@ export declare class ExchangeClient<T extends IRequestTransport = IRequestTransp
453
453
  * ```ts
454
454
  * import * as hl from "@nktkas/hyperliquid";
455
455
  *
456
- * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly`
456
+ * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly
457
457
  * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
458
458
  * const exchClient = new hl.ExchangeClient({ wallet: privateKey, transport });
459
459
  *
@@ -475,7 +475,7 @@ export declare class ExchangeClient<T extends IRequestTransport = IRequestTransp
475
475
  * ```ts
476
476
  * import * as hl from "@nktkas/hyperliquid";
477
477
  *
478
- * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly`
478
+ * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly
479
479
  * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
480
480
  * const exchClient = new hl.ExchangeClient({ wallet: privateKey, transport });
481
481
  *
@@ -506,7 +506,7 @@ export declare class ExchangeClient<T extends IRequestTransport = IRequestTransp
506
506
  * ```ts
507
507
  * import * as hl from "@nktkas/hyperliquid";
508
508
  *
509
- * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly`
509
+ * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly
510
510
  * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
511
511
  * const exchClient = new hl.ExchangeClient({ wallet: privateKey, transport });
512
512
  *
@@ -528,7 +528,7 @@ export declare class ExchangeClient<T extends IRequestTransport = IRequestTransp
528
528
  * ```ts
529
529
  * import * as hl from "@nktkas/hyperliquid";
530
530
  *
531
- * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly`
531
+ * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly
532
532
  * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
533
533
  * const exchClient = new hl.ExchangeClient({ wallet: privateKey, transport });
534
534
  *
@@ -555,7 +555,7 @@ export declare class ExchangeClient<T extends IRequestTransport = IRequestTransp
555
555
  * ```ts
556
556
  * import * as hl from "@nktkas/hyperliquid";
557
557
  *
558
- * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly`
558
+ * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly
559
559
  * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
560
560
  * const exchClient = new hl.ExchangeClient({ wallet: privateKey, transport });
561
561
  *
@@ -581,7 +581,7 @@ export declare class ExchangeClient<T extends IRequestTransport = IRequestTransp
581
581
  * ```ts
582
582
  * import * as hl from "@nktkas/hyperliquid";
583
583
  *
584
- * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly`
584
+ * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly
585
585
  * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
586
586
  * const exchClient = new hl.ExchangeClient({ wallet: privateKey, transport });
587
587
  *
@@ -633,7 +633,7 @@ export declare class ExchangeClient<T extends IRequestTransport = IRequestTransp
633
633
  * ```ts
634
634
  * import * as hl from "@nktkas/hyperliquid";
635
635
  *
636
- * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly`
636
+ * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly
637
637
  * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
638
638
  * const exchClient = new hl.ExchangeClient({ wallet: privateKey, transport });
639
639
  *
@@ -655,7 +655,7 @@ export declare class ExchangeClient<T extends IRequestTransport = IRequestTransp
655
655
  * ```ts
656
656
  * import * as hl from "@nktkas/hyperliquid";
657
657
  *
658
- * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly`
658
+ * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly
659
659
  * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
660
660
  * const exchClient = new hl.ExchangeClient({ wallet: privateKey, transport });
661
661
  *
@@ -677,7 +677,7 @@ export declare class ExchangeClient<T extends IRequestTransport = IRequestTransp
677
677
  * ```ts
678
678
  * import * as hl from "@nktkas/hyperliquid";
679
679
  *
680
- * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly`
680
+ * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly
681
681
  * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
682
682
  * const exchClient = new hl.ExchangeClient({ wallet: privateKey, transport });
683
683
  *
@@ -773,7 +773,7 @@ export declare class ExchangeClient<T extends IRequestTransport = IRequestTransp
773
773
  * ```ts
774
774
  * import * as hl from "@nktkas/hyperliquid";
775
775
  *
776
- * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly`
776
+ * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly
777
777
  * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
778
778
  * const exchClient = new hl.ExchangeClient({ wallet: privateKey, transport });
779
779
  *
@@ -807,7 +807,7 @@ export declare class ExchangeClient<T extends IRequestTransport = IRequestTransp
807
807
  * ```ts
808
808
  * import * as hl from "@nktkas/hyperliquid";
809
809
  *
810
- * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly`
810
+ * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly
811
811
  * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
812
812
  * const exchClient = new hl.ExchangeClient({ wallet: privateKey, transport });
813
813
  *
@@ -829,7 +829,7 @@ export declare class ExchangeClient<T extends IRequestTransport = IRequestTransp
829
829
  * ```ts
830
830
  * import * as hl from "@nktkas/hyperliquid";
831
831
  *
832
- * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly`
832
+ * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly
833
833
  * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
834
834
  * const exchClient = new hl.ExchangeClient({ wallet: privateKey, transport });
835
835
  *
@@ -864,7 +864,7 @@ export declare class ExchangeClient<T extends IRequestTransport = IRequestTransp
864
864
  * ```ts
865
865
  * import * as hl from "@nktkas/hyperliquid";
866
866
  *
867
- * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly`
867
+ * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly
868
868
  * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
869
869
  * const exchClient = new hl.ExchangeClient({ wallet: privateKey, transport });
870
870
  *
@@ -886,7 +886,7 @@ export declare class ExchangeClient<T extends IRequestTransport = IRequestTransp
886
886
  * ```ts
887
887
  * import * as hl from "@nktkas/hyperliquid";
888
888
  *
889
- * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly`
889
+ * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly
890
890
  * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
891
891
  * const exchClient = new hl.ExchangeClient({ wallet: privateKey, transport });
892
892
  *
@@ -908,7 +908,7 @@ export declare class ExchangeClient<T extends IRequestTransport = IRequestTransp
908
908
  * ```ts
909
909
  * import * as hl from "@nktkas/hyperliquid";
910
910
  *
911
- * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly`
911
+ * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly
912
912
  * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
913
913
  * const exchClient = new hl.ExchangeClient({ wallet: privateKey, transport });
914
914
  *
@@ -931,7 +931,7 @@ export declare class ExchangeClient<T extends IRequestTransport = IRequestTransp
931
931
  * ```ts
932
932
  * import * as hl from "@nktkas/hyperliquid";
933
933
  *
934
- * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly`
934
+ * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly
935
935
  * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
936
936
  * const exchClient = new hl.ExchangeClient({ wallet: privateKey, transport });
937
937
  *
@@ -960,7 +960,7 @@ export declare class ExchangeClient<T extends IRequestTransport = IRequestTransp
960
960
  * ```ts
961
961
  * import * as hl from "@nktkas/hyperliquid";
962
962
  *
963
- * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly`
963
+ * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly
964
964
  * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
965
965
  * const exchClient = new hl.ExchangeClient({ wallet: privateKey, transport });
966
966
  *
@@ -982,7 +982,7 @@ export declare class ExchangeClient<T extends IRequestTransport = IRequestTransp
982
982
  * ```ts
983
983
  * import * as hl from "@nktkas/hyperliquid";
984
984
  *
985
- * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly`
985
+ * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly
986
986
  * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
987
987
  * const exchClient = new hl.ExchangeClient({ wallet: privateKey, transport });
988
988
  *
@@ -1004,7 +1004,7 @@ export declare class ExchangeClient<T extends IRequestTransport = IRequestTransp
1004
1004
  * ```ts
1005
1005
  * import * as hl from "@nktkas/hyperliquid";
1006
1006
  *
1007
- * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly`
1007
+ * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly
1008
1008
  * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1009
1009
  * const exchClient = new hl.ExchangeClient({ wallet: privateKey, transport });
1010
1010
  *
@@ -1036,7 +1036,7 @@ export declare class ExchangeClient<T extends IRequestTransport = IRequestTransp
1036
1036
  * ```ts
1037
1037
  * import * as hl from "@nktkas/hyperliquid";
1038
1038
  *
1039
- * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly`
1039
+ * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly
1040
1040
  * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1041
1041
  * const exchClient = new hl.ExchangeClient({ wallet: privateKey, transport });
1042
1042
  *
@@ -1062,7 +1062,7 @@ export declare class ExchangeClient<T extends IRequestTransport = IRequestTransp
1062
1062
  * ```ts
1063
1063
  * import * as hl from "@nktkas/hyperliquid";
1064
1064
  *
1065
- * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly`
1065
+ * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly
1066
1066
  * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1067
1067
  * const exchClient = new hl.ExchangeClient({ wallet: privateKey, transport });
1068
1068
  *
@@ -1084,7 +1084,7 @@ export declare class ExchangeClient<T extends IRequestTransport = IRequestTransp
1084
1084
  * ```ts
1085
1085
  * import * as hl from "@nktkas/hyperliquid";
1086
1086
  *
1087
- * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly`
1087
+ * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly
1088
1088
  * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1089
1089
  * const exchClient = new hl.ExchangeClient({ wallet: privateKey, transport });
1090
1090
  *
@@ -1106,7 +1106,7 @@ export declare class ExchangeClient<T extends IRequestTransport = IRequestTransp
1106
1106
  * ```ts
1107
1107
  * import * as hl from "@nktkas/hyperliquid";
1108
1108
  *
1109
- * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly`
1109
+ * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly
1110
1110
  * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1111
1111
  * const exchClient = new hl.ExchangeClient({ wallet: privateKey, transport });
1112
1112
  *
@@ -1133,7 +1133,7 @@ export declare class ExchangeClient<T extends IRequestTransport = IRequestTransp
1133
1133
  * ```ts
1134
1134
  * import * as hl from "@nktkas/hyperliquid";
1135
1135
  *
1136
- * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly`
1136
+ * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly
1137
1137
  * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1138
1138
  * const exchClient = new hl.ExchangeClient({ wallet: privateKey, transport });
1139
1139
  *
@@ -1155,7 +1155,7 @@ export declare class ExchangeClient<T extends IRequestTransport = IRequestTransp
1155
1155
  * ```ts
1156
1156
  * import * as hl from "@nktkas/hyperliquid";
1157
1157
  *
1158
- * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly`
1158
+ * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly
1159
1159
  * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1160
1160
  * const exchClient = new hl.ExchangeClient({ wallet: privateKey, transport });
1161
1161
  *
@@ -1177,7 +1177,7 @@ export declare class ExchangeClient<T extends IRequestTransport = IRequestTransp
1177
1177
  * ```ts
1178
1178
  * import * as hl from "@nktkas/hyperliquid";
1179
1179
  *
1180
- * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly`
1180
+ * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly
1181
1181
  * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1182
1182
  * const exchClient = new hl.ExchangeClient({ wallet: privateKey, transport });
1183
1183
  *
@@ -1199,7 +1199,7 @@ export declare class ExchangeClient<T extends IRequestTransport = IRequestTransp
1199
1199
  * ```ts
1200
1200
  * import * as hl from "@nktkas/hyperliquid";
1201
1201
  *
1202
- * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly`
1202
+ * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly
1203
1203
  * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1204
1204
  * const exchClient = new hl.ExchangeClient({ wallet: privateKey, transport });
1205
1205
  *
@@ -1230,7 +1230,7 @@ export declare class ExchangeClient<T extends IRequestTransport = IRequestTransp
1230
1230
  * ```ts
1231
1231
  * import * as hl from "@nktkas/hyperliquid";
1232
1232
  *
1233
- * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly`
1233
+ * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly
1234
1234
  * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1235
1235
  * const exchClient = new hl.ExchangeClient({ wallet: privateKey, transport });
1236
1236
  *
@@ -1252,7 +1252,7 @@ export declare class ExchangeClient<T extends IRequestTransport = IRequestTransp
1252
1252
  * ```ts
1253
1253
  * import * as hl from "@nktkas/hyperliquid";
1254
1254
  *
1255
- * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly`
1255
+ * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly
1256
1256
  * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1257
1257
  * const exchClient = new hl.ExchangeClient({ wallet: privateKey, transport });
1258
1258
  *
@@ -1274,7 +1274,7 @@ export declare class ExchangeClient<T extends IRequestTransport = IRequestTransp
1274
1274
  * ```ts
1275
1275
  * import * as hl from "@nktkas/hyperliquid";
1276
1276
  *
1277
- * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly`
1277
+ * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly
1278
1278
  * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1279
1279
  * const exchClient = new hl.ExchangeClient({ wallet: privateKey, transport });
1280
1280
  *
@@ -1296,7 +1296,7 @@ export declare class ExchangeClient<T extends IRequestTransport = IRequestTransp
1296
1296
  * ```ts
1297
1297
  * import * as hl from "@nktkas/hyperliquid";
1298
1298
  *
1299
- * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly`
1299
+ * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly
1300
1300
  * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1301
1301
  * const exchClient = new hl.ExchangeClient({ wallet: privateKey, transport });
1302
1302
  *
@@ -1318,7 +1318,7 @@ export declare class ExchangeClient<T extends IRequestTransport = IRequestTransp
1318
1318
  * ```ts
1319
1319
  * import * as hl from "@nktkas/hyperliquid";
1320
1320
  *
1321
- * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly`
1321
+ * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly
1322
1322
  * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1323
1323
  * const exchClient = new hl.ExchangeClient({ wallet: privateKey, transport });
1324
1324
  *
@@ -1340,7 +1340,7 @@ export declare class ExchangeClient<T extends IRequestTransport = IRequestTransp
1340
1340
  * ```ts
1341
1341
  * import * as hl from "@nktkas/hyperliquid";
1342
1342
  *
1343
- * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly`
1343
+ * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly
1344
1344
  * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1345
1345
  * const exchClient = new hl.ExchangeClient({ wallet: privateKey, transport });
1346
1346
  *
@@ -1366,7 +1366,7 @@ export declare class ExchangeClient<T extends IRequestTransport = IRequestTransp
1366
1366
  * ```ts
1367
1367
  * import * as hl from "@nktkas/hyperliquid";
1368
1368
  *
1369
- * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly`
1369
+ * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly
1370
1370
  * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1371
1371
  * const exchClient = new hl.ExchangeClient({ wallet: privateKey, transport });
1372
1372
  *
@@ -1388,7 +1388,7 @@ export declare class ExchangeClient<T extends IRequestTransport = IRequestTransp
1388
1388
  * ```ts
1389
1389
  * import * as hl from "@nktkas/hyperliquid";
1390
1390
  *
1391
- * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly`
1391
+ * const privateKey = "0x..."; // `viem`, `ethers`, or private key directly
1392
1392
  * const transport = new hl.HttpTransport(); // or `WebSocketTransport`
1393
1393
  * const exchClient = new hl.ExchangeClient({ wallet: privateKey, transport });
1394
1394
  *