@chainflip/rpc 2.1.4 → 2.1.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.
- package/dist/Client.cjs +34 -13
- package/dist/Client.d.cts +3 -0
- package/dist/Client.d.mts +3 -0
- package/dist/Client.mjs +33 -13
- package/dist/WsClient.cjs +1 -0
- package/dist/_virtual/_rolldown/runtime.cjs +25 -1
- package/dist/common.cjs +3 -1
- package/dist/common.d.cts +756 -414
- package/dist/common.d.mts +756 -414
- package/dist/common.mjs +3 -2
- package/dist/index.d.cts +2 -2
- package/dist/index.d.mts +2 -2
- package/dist/parsers.cjs +71 -0
- package/dist/parsers.d.cts +956 -615
- package/dist/parsers.d.mts +956 -615
- package/dist/parsers.mjs +69 -1
- package/dist/types.d.cts +3 -1
- package/dist/types.d.mts +3 -1
- package/package.json +3 -3
package/dist/common.d.cts
CHANGED
|
@@ -117,6 +117,7 @@ type RpcRequest = WithHash<{
|
|
|
117
117
|
cf_loan_accounts: [accountId?: string];
|
|
118
118
|
cf_lending_pool_supply_balances: [asset?: UncheckedAssetAndChain];
|
|
119
119
|
cf_get_vault_addresses: [];
|
|
120
|
+
cf_ingress_egress_events: [chain: Chain];
|
|
120
121
|
}> & {
|
|
121
122
|
chain_getBlockHash: [blockHeight?: number];
|
|
122
123
|
broker_request_swap_deposit_address: [sourceAsset: UncheckedAssetAndChain, destinationAsset: UncheckedAssetAndChain, destinationAddress: string, brokerCommission: number, ccmMetadata: Nullish<CcmParams>, boostFee: Nullish<number>, affiliateFees: Nullish<{
|
|
@@ -371,15 +372,15 @@ declare const rpcResult: {
|
|
|
371
372
|
USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
372
373
|
WBTC: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
373
374
|
}, "strip", z.ZodTypeAny, {
|
|
375
|
+
FLIP: bigint;
|
|
374
376
|
ETH: bigint;
|
|
375
377
|
USDC: bigint;
|
|
376
|
-
FLIP: bigint;
|
|
377
378
|
USDT: bigint;
|
|
378
379
|
WBTC: bigint;
|
|
379
380
|
}, {
|
|
381
|
+
FLIP: string | number;
|
|
380
382
|
ETH: string | number;
|
|
381
383
|
USDC: string | number;
|
|
382
|
-
FLIP: string | number;
|
|
383
384
|
USDT: string | number;
|
|
384
385
|
WBTC?: string | number | undefined;
|
|
385
386
|
}>;
|
|
@@ -427,9 +428,9 @@ declare const rpcResult: {
|
|
|
427
428
|
BTC: bigint;
|
|
428
429
|
};
|
|
429
430
|
Ethereum: {
|
|
431
|
+
FLIP: bigint;
|
|
430
432
|
ETH: bigint;
|
|
431
433
|
USDC: bigint;
|
|
432
|
-
FLIP: bigint;
|
|
433
434
|
USDT: bigint;
|
|
434
435
|
WBTC: bigint;
|
|
435
436
|
};
|
|
@@ -453,9 +454,9 @@ declare const rpcResult: {
|
|
|
453
454
|
BTC: string | number;
|
|
454
455
|
};
|
|
455
456
|
Ethereum: {
|
|
457
|
+
FLIP: string | number;
|
|
456
458
|
ETH: string | number;
|
|
457
459
|
USDC: string | number;
|
|
458
|
-
FLIP: string | number;
|
|
459
460
|
USDT: string | number;
|
|
460
461
|
WBTC?: string | number | undefined;
|
|
461
462
|
};
|
|
@@ -508,9 +509,9 @@ declare const rpcResult: {
|
|
|
508
509
|
BTC: bigint;
|
|
509
510
|
};
|
|
510
511
|
Ethereum: {
|
|
512
|
+
FLIP: bigint;
|
|
511
513
|
ETH: bigint;
|
|
512
514
|
USDC: bigint;
|
|
513
|
-
FLIP: bigint;
|
|
514
515
|
USDT: bigint;
|
|
515
516
|
WBTC: bigint;
|
|
516
517
|
};
|
|
@@ -551,9 +552,9 @@ declare const rpcResult: {
|
|
|
551
552
|
BTC: string | number;
|
|
552
553
|
};
|
|
553
554
|
Ethereum: {
|
|
555
|
+
FLIP: string | number;
|
|
554
556
|
ETH: string | number;
|
|
555
557
|
USDC: string | number;
|
|
556
|
-
FLIP: string | number;
|
|
557
558
|
USDT: string | number;
|
|
558
559
|
WBTC?: string | number | undefined;
|
|
559
560
|
};
|
|
@@ -602,15 +603,15 @@ declare const rpcResult: {
|
|
|
602
603
|
USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
603
604
|
WBTC: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
604
605
|
}, "strip", z.ZodTypeAny, {
|
|
606
|
+
FLIP: bigint;
|
|
605
607
|
ETH: bigint;
|
|
606
608
|
USDC: bigint;
|
|
607
|
-
FLIP: bigint;
|
|
608
609
|
USDT: bigint;
|
|
609
610
|
WBTC: bigint;
|
|
610
611
|
}, {
|
|
612
|
+
FLIP: string | number;
|
|
611
613
|
ETH: string | number;
|
|
612
614
|
USDC: string | number;
|
|
613
|
-
FLIP: string | number;
|
|
614
615
|
USDT: string | number;
|
|
615
616
|
WBTC?: string | number | undefined;
|
|
616
617
|
}>;
|
|
@@ -658,9 +659,9 @@ declare const rpcResult: {
|
|
|
658
659
|
BTC: bigint;
|
|
659
660
|
};
|
|
660
661
|
Ethereum: {
|
|
662
|
+
FLIP: bigint;
|
|
661
663
|
ETH: bigint;
|
|
662
664
|
USDC: bigint;
|
|
663
|
-
FLIP: bigint;
|
|
664
665
|
USDT: bigint;
|
|
665
666
|
WBTC: bigint;
|
|
666
667
|
};
|
|
@@ -684,9 +685,9 @@ declare const rpcResult: {
|
|
|
684
685
|
BTC: string | number;
|
|
685
686
|
};
|
|
686
687
|
Ethereum: {
|
|
688
|
+
FLIP: string | number;
|
|
687
689
|
ETH: string | number;
|
|
688
690
|
USDC: string | number;
|
|
689
|
-
FLIP: string | number;
|
|
690
691
|
USDT: string | number;
|
|
691
692
|
WBTC?: string | number | undefined;
|
|
692
693
|
};
|
|
@@ -737,15 +738,15 @@ declare const rpcResult: {
|
|
|
737
738
|
USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
738
739
|
WBTC: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
739
740
|
}, "strip", z.ZodTypeAny, {
|
|
741
|
+
FLIP: bigint;
|
|
740
742
|
ETH: bigint;
|
|
741
743
|
USDC: bigint;
|
|
742
|
-
FLIP: bigint;
|
|
743
744
|
USDT: bigint;
|
|
744
745
|
WBTC: bigint;
|
|
745
746
|
}, {
|
|
747
|
+
FLIP: string | number;
|
|
746
748
|
ETH: string | number;
|
|
747
749
|
USDC: string | number;
|
|
748
|
-
FLIP: string | number;
|
|
749
750
|
USDT: string | number;
|
|
750
751
|
WBTC?: string | number | undefined;
|
|
751
752
|
}>;
|
|
@@ -793,9 +794,9 @@ declare const rpcResult: {
|
|
|
793
794
|
BTC: bigint;
|
|
794
795
|
};
|
|
795
796
|
Ethereum: {
|
|
797
|
+
FLIP: bigint;
|
|
796
798
|
ETH: bigint;
|
|
797
799
|
USDC: bigint;
|
|
798
|
-
FLIP: bigint;
|
|
799
800
|
USDT: bigint;
|
|
800
801
|
WBTC: bigint;
|
|
801
802
|
};
|
|
@@ -819,9 +820,9 @@ declare const rpcResult: {
|
|
|
819
820
|
BTC: string | number;
|
|
820
821
|
};
|
|
821
822
|
Ethereum: {
|
|
823
|
+
FLIP: string | number;
|
|
822
824
|
ETH: string | number;
|
|
823
825
|
USDC: string | number;
|
|
824
|
-
FLIP: string | number;
|
|
825
826
|
USDT: string | number;
|
|
826
827
|
WBTC?: string | number | undefined;
|
|
827
828
|
};
|
|
@@ -874,9 +875,9 @@ declare const rpcResult: {
|
|
|
874
875
|
BTC: bigint;
|
|
875
876
|
};
|
|
876
877
|
Ethereum: {
|
|
878
|
+
FLIP: bigint;
|
|
877
879
|
ETH: bigint;
|
|
878
880
|
USDC: bigint;
|
|
879
|
-
FLIP: bigint;
|
|
880
881
|
USDT: bigint;
|
|
881
882
|
WBTC: bigint;
|
|
882
883
|
};
|
|
@@ -903,9 +904,9 @@ declare const rpcResult: {
|
|
|
903
904
|
BTC: bigint;
|
|
904
905
|
};
|
|
905
906
|
Ethereum: {
|
|
907
|
+
FLIP: bigint;
|
|
906
908
|
ETH: bigint;
|
|
907
909
|
USDC: bigint;
|
|
908
|
-
FLIP: bigint;
|
|
909
910
|
USDT: bigint;
|
|
910
911
|
WBTC: bigint;
|
|
911
912
|
};
|
|
@@ -950,9 +951,9 @@ declare const rpcResult: {
|
|
|
950
951
|
BTC: string | number;
|
|
951
952
|
};
|
|
952
953
|
Ethereum: {
|
|
954
|
+
FLIP: string | number;
|
|
953
955
|
ETH: string | number;
|
|
954
956
|
USDC: string | number;
|
|
955
|
-
FLIP: string | number;
|
|
956
957
|
USDT: string | number;
|
|
957
958
|
WBTC?: string | number | undefined;
|
|
958
959
|
};
|
|
@@ -979,9 +980,9 @@ declare const rpcResult: {
|
|
|
979
980
|
BTC: string | number;
|
|
980
981
|
};
|
|
981
982
|
Ethereum: {
|
|
983
|
+
FLIP: string | number;
|
|
982
984
|
ETH: string | number;
|
|
983
985
|
USDC: string | number;
|
|
984
|
-
FLIP: string | number;
|
|
985
986
|
USDT: string | number;
|
|
986
987
|
WBTC?: string | number | undefined;
|
|
987
988
|
};
|
|
@@ -1066,15 +1067,15 @@ declare const rpcResult: {
|
|
|
1066
1067
|
USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
1067
1068
|
WBTC: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
1068
1069
|
}, "strip", z.ZodTypeAny, {
|
|
1070
|
+
FLIP: bigint;
|
|
1069
1071
|
ETH: bigint;
|
|
1070
1072
|
USDC: bigint;
|
|
1071
|
-
FLIP: bigint;
|
|
1072
1073
|
USDT: bigint;
|
|
1073
1074
|
WBTC: bigint;
|
|
1074
1075
|
}, {
|
|
1076
|
+
FLIP: string | number;
|
|
1075
1077
|
ETH: string | number;
|
|
1076
1078
|
USDC: string | number;
|
|
1077
|
-
FLIP: string | number;
|
|
1078
1079
|
USDT: string | number;
|
|
1079
1080
|
WBTC?: string | number | undefined;
|
|
1080
1081
|
}>;
|
|
@@ -1122,9 +1123,9 @@ declare const rpcResult: {
|
|
|
1122
1123
|
BTC: bigint;
|
|
1123
1124
|
};
|
|
1124
1125
|
Ethereum: {
|
|
1126
|
+
FLIP: bigint;
|
|
1125
1127
|
ETH: bigint;
|
|
1126
1128
|
USDC: bigint;
|
|
1127
|
-
FLIP: bigint;
|
|
1128
1129
|
USDT: bigint;
|
|
1129
1130
|
WBTC: bigint;
|
|
1130
1131
|
};
|
|
@@ -1148,9 +1149,9 @@ declare const rpcResult: {
|
|
|
1148
1149
|
BTC: string | number;
|
|
1149
1150
|
};
|
|
1150
1151
|
Ethereum: {
|
|
1152
|
+
FLIP: string | number;
|
|
1151
1153
|
ETH: string | number;
|
|
1152
1154
|
USDC: string | number;
|
|
1153
|
-
FLIP: string | number;
|
|
1154
1155
|
USDT: string | number;
|
|
1155
1156
|
WBTC?: string | number | undefined;
|
|
1156
1157
|
};
|
|
@@ -1203,9 +1204,9 @@ declare const rpcResult: {
|
|
|
1203
1204
|
BTC: bigint;
|
|
1204
1205
|
};
|
|
1205
1206
|
Ethereum: {
|
|
1207
|
+
FLIP: bigint;
|
|
1206
1208
|
ETH: bigint;
|
|
1207
1209
|
USDC: bigint;
|
|
1208
|
-
FLIP: bigint;
|
|
1209
1210
|
USDT: bigint;
|
|
1210
1211
|
WBTC: bigint;
|
|
1211
1212
|
};
|
|
@@ -1260,9 +1261,9 @@ declare const rpcResult: {
|
|
|
1260
1261
|
BTC: string | number;
|
|
1261
1262
|
};
|
|
1262
1263
|
Ethereum: {
|
|
1264
|
+
FLIP: string | number;
|
|
1263
1265
|
ETH: string | number;
|
|
1264
1266
|
USDC: string | number;
|
|
1265
|
-
FLIP: string | number;
|
|
1266
1267
|
USDT: string | number;
|
|
1267
1268
|
WBTC?: string | number | undefined;
|
|
1268
1269
|
};
|
|
@@ -1344,15 +1345,15 @@ declare const rpcResult: {
|
|
|
1344
1345
|
USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
1345
1346
|
WBTC: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
1346
1347
|
}, "strip", z.ZodTypeAny, {
|
|
1348
|
+
FLIP: bigint;
|
|
1347
1349
|
ETH: bigint;
|
|
1348
1350
|
USDC: bigint;
|
|
1349
|
-
FLIP: bigint;
|
|
1350
1351
|
USDT: bigint;
|
|
1351
1352
|
WBTC: bigint;
|
|
1352
1353
|
}, {
|
|
1354
|
+
FLIP: string | number;
|
|
1353
1355
|
ETH: string | number;
|
|
1354
1356
|
USDC: string | number;
|
|
1355
|
-
FLIP: string | number;
|
|
1356
1357
|
USDT: string | number;
|
|
1357
1358
|
WBTC?: string | number | undefined;
|
|
1358
1359
|
}>;
|
|
@@ -1400,9 +1401,9 @@ declare const rpcResult: {
|
|
|
1400
1401
|
BTC: bigint;
|
|
1401
1402
|
};
|
|
1402
1403
|
Ethereum: {
|
|
1404
|
+
FLIP: bigint;
|
|
1403
1405
|
ETH: bigint;
|
|
1404
1406
|
USDC: bigint;
|
|
1405
|
-
FLIP: bigint;
|
|
1406
1407
|
USDT: bigint;
|
|
1407
1408
|
WBTC: bigint;
|
|
1408
1409
|
};
|
|
@@ -1426,9 +1427,9 @@ declare const rpcResult: {
|
|
|
1426
1427
|
BTC: string | number;
|
|
1427
1428
|
};
|
|
1428
1429
|
Ethereum: {
|
|
1430
|
+
FLIP: string | number;
|
|
1429
1431
|
ETH: string | number;
|
|
1430
1432
|
USDC: string | number;
|
|
1431
|
-
FLIP: string | number;
|
|
1432
1433
|
USDT: string | number;
|
|
1433
1434
|
WBTC?: string | number | undefined;
|
|
1434
1435
|
};
|
|
@@ -1583,21 +1584,21 @@ declare const rpcResult: {
|
|
|
1583
1584
|
is_withdrawing: boolean;
|
|
1584
1585
|
}>, "many">>;
|
|
1585
1586
|
}, "strip", z.ZodTypeAny, {
|
|
1586
|
-
|
|
1587
|
+
FLIP: {
|
|
1587
1588
|
fee_tier: number;
|
|
1588
1589
|
total_balance: bigint;
|
|
1589
1590
|
available_balance: bigint;
|
|
1590
1591
|
in_use_balance: bigint;
|
|
1591
1592
|
is_withdrawing: boolean;
|
|
1592
1593
|
}[];
|
|
1593
|
-
|
|
1594
|
+
ETH: {
|
|
1594
1595
|
fee_tier: number;
|
|
1595
1596
|
total_balance: bigint;
|
|
1596
1597
|
available_balance: bigint;
|
|
1597
1598
|
in_use_balance: bigint;
|
|
1598
1599
|
is_withdrawing: boolean;
|
|
1599
1600
|
}[];
|
|
1600
|
-
|
|
1601
|
+
USDC: {
|
|
1601
1602
|
fee_tier: number;
|
|
1602
1603
|
total_balance: bigint;
|
|
1603
1604
|
available_balance: bigint;
|
|
@@ -1619,21 +1620,21 @@ declare const rpcResult: {
|
|
|
1619
1620
|
is_withdrawing: boolean;
|
|
1620
1621
|
}[];
|
|
1621
1622
|
}, {
|
|
1622
|
-
|
|
1623
|
+
FLIP: {
|
|
1623
1624
|
fee_tier: number;
|
|
1624
1625
|
total_balance: string;
|
|
1625
1626
|
available_balance: string;
|
|
1626
1627
|
in_use_balance: string;
|
|
1627
1628
|
is_withdrawing: boolean;
|
|
1628
1629
|
}[];
|
|
1629
|
-
|
|
1630
|
+
ETH: {
|
|
1630
1631
|
fee_tier: number;
|
|
1631
1632
|
total_balance: string;
|
|
1632
1633
|
available_balance: string;
|
|
1633
1634
|
in_use_balance: string;
|
|
1634
1635
|
is_withdrawing: boolean;
|
|
1635
1636
|
}[];
|
|
1636
|
-
|
|
1637
|
+
USDC: {
|
|
1637
1638
|
fee_tier: number;
|
|
1638
1639
|
total_balance: string;
|
|
1639
1640
|
available_balance: string;
|
|
@@ -1975,21 +1976,21 @@ declare const rpcResult: {
|
|
|
1975
1976
|
}[];
|
|
1976
1977
|
};
|
|
1977
1978
|
Ethereum: {
|
|
1978
|
-
|
|
1979
|
+
FLIP: {
|
|
1979
1980
|
fee_tier: number;
|
|
1980
1981
|
total_balance: bigint;
|
|
1981
1982
|
available_balance: bigint;
|
|
1982
1983
|
in_use_balance: bigint;
|
|
1983
1984
|
is_withdrawing: boolean;
|
|
1984
1985
|
}[];
|
|
1985
|
-
|
|
1986
|
+
ETH: {
|
|
1986
1987
|
fee_tier: number;
|
|
1987
1988
|
total_balance: bigint;
|
|
1988
1989
|
available_balance: bigint;
|
|
1989
1990
|
in_use_balance: bigint;
|
|
1990
1991
|
is_withdrawing: boolean;
|
|
1991
1992
|
}[];
|
|
1992
|
-
|
|
1993
|
+
USDC: {
|
|
1993
1994
|
fee_tier: number;
|
|
1994
1995
|
total_balance: bigint;
|
|
1995
1996
|
available_balance: bigint;
|
|
@@ -2091,21 +2092,21 @@ declare const rpcResult: {
|
|
|
2091
2092
|
}[];
|
|
2092
2093
|
};
|
|
2093
2094
|
Ethereum: {
|
|
2094
|
-
|
|
2095
|
+
FLIP: {
|
|
2095
2096
|
fee_tier: number;
|
|
2096
2097
|
total_balance: string;
|
|
2097
2098
|
available_balance: string;
|
|
2098
2099
|
in_use_balance: string;
|
|
2099
2100
|
is_withdrawing: boolean;
|
|
2100
2101
|
}[];
|
|
2101
|
-
|
|
2102
|
+
ETH: {
|
|
2102
2103
|
fee_tier: number;
|
|
2103
2104
|
total_balance: string;
|
|
2104
2105
|
available_balance: string;
|
|
2105
2106
|
in_use_balance: string;
|
|
2106
2107
|
is_withdrawing: boolean;
|
|
2107
2108
|
}[];
|
|
2108
|
-
|
|
2109
|
+
USDC: {
|
|
2109
2110
|
fee_tier: number;
|
|
2110
2111
|
total_balance: string;
|
|
2111
2112
|
available_balance: string;
|
|
@@ -2336,11 +2337,11 @@ declare const rpcResult: {
|
|
|
2336
2337
|
total_amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
2337
2338
|
available_amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
2338
2339
|
}, "strip", z.ZodTypeAny, {
|
|
2339
|
-
total_amount: bigint;
|
|
2340
2340
|
available_amount: bigint;
|
|
2341
|
+
total_amount: bigint;
|
|
2341
2342
|
}, {
|
|
2342
|
-
total_amount: string | number;
|
|
2343
2343
|
available_amount: string | number;
|
|
2344
|
+
total_amount: string | number;
|
|
2344
2345
|
}>>, "many">;
|
|
2345
2346
|
collateral_balances: z.ZodArray<z.ZodIntersection<z.ZodUnion<[z.ZodObject<{
|
|
2346
2347
|
chain: z.ZodLiteral<"Bitcoin">;
|
|
@@ -2501,15 +2502,15 @@ declare const rpcResult: {
|
|
|
2501
2502
|
USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
2502
2503
|
WBTC: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
2503
2504
|
}, "strip", z.ZodTypeAny, {
|
|
2505
|
+
FLIP: bigint;
|
|
2504
2506
|
ETH: bigint;
|
|
2505
2507
|
USDC: bigint;
|
|
2506
|
-
FLIP: bigint;
|
|
2507
2508
|
USDT: bigint;
|
|
2508
2509
|
WBTC: bigint;
|
|
2509
2510
|
}, {
|
|
2511
|
+
FLIP: string | number;
|
|
2510
2512
|
ETH: string | number;
|
|
2511
2513
|
USDC: string | number;
|
|
2512
|
-
FLIP: string | number;
|
|
2513
2514
|
USDT: string | number;
|
|
2514
2515
|
WBTC?: string | number | undefined;
|
|
2515
2516
|
}>;
|
|
@@ -2557,9 +2558,9 @@ declare const rpcResult: {
|
|
|
2557
2558
|
BTC: bigint;
|
|
2558
2559
|
};
|
|
2559
2560
|
Ethereum: {
|
|
2561
|
+
FLIP: bigint;
|
|
2560
2562
|
ETH: bigint;
|
|
2561
2563
|
USDC: bigint;
|
|
2562
|
-
FLIP: bigint;
|
|
2563
2564
|
USDT: bigint;
|
|
2564
2565
|
WBTC: bigint;
|
|
2565
2566
|
};
|
|
@@ -2583,9 +2584,9 @@ declare const rpcResult: {
|
|
|
2583
2584
|
BTC: string | number;
|
|
2584
2585
|
};
|
|
2585
2586
|
Ethereum: {
|
|
2587
|
+
FLIP: string | number;
|
|
2586
2588
|
ETH: string | number;
|
|
2587
2589
|
USDC: string | number;
|
|
2588
|
-
FLIP: string | number;
|
|
2589
2590
|
USDT: string | number;
|
|
2590
2591
|
WBTC?: string | number | undefined;
|
|
2591
2592
|
};
|
|
@@ -2638,9 +2639,9 @@ declare const rpcResult: {
|
|
|
2638
2639
|
BTC: bigint;
|
|
2639
2640
|
};
|
|
2640
2641
|
Ethereum: {
|
|
2642
|
+
FLIP: bigint;
|
|
2641
2643
|
ETH: bigint;
|
|
2642
2644
|
USDC: bigint;
|
|
2643
|
-
FLIP: bigint;
|
|
2644
2645
|
USDT: bigint;
|
|
2645
2646
|
WBTC: bigint;
|
|
2646
2647
|
};
|
|
@@ -2667,9 +2668,9 @@ declare const rpcResult: {
|
|
|
2667
2668
|
BTC: bigint;
|
|
2668
2669
|
};
|
|
2669
2670
|
Ethereum: {
|
|
2671
|
+
FLIP: bigint;
|
|
2670
2672
|
ETH: bigint;
|
|
2671
2673
|
USDC: bigint;
|
|
2672
|
-
FLIP: bigint;
|
|
2673
2674
|
USDT: bigint;
|
|
2674
2675
|
WBTC: bigint;
|
|
2675
2676
|
};
|
|
@@ -2707,21 +2708,21 @@ declare const rpcResult: {
|
|
|
2707
2708
|
}[];
|
|
2708
2709
|
};
|
|
2709
2710
|
Ethereum: {
|
|
2710
|
-
|
|
2711
|
+
FLIP: {
|
|
2711
2712
|
fee_tier: number;
|
|
2712
2713
|
total_balance: bigint;
|
|
2713
2714
|
available_balance: bigint;
|
|
2714
2715
|
in_use_balance: bigint;
|
|
2715
2716
|
is_withdrawing: boolean;
|
|
2716
2717
|
}[];
|
|
2717
|
-
|
|
2718
|
+
ETH: {
|
|
2718
2719
|
fee_tier: number;
|
|
2719
2720
|
total_balance: bigint;
|
|
2720
2721
|
available_balance: bigint;
|
|
2721
2722
|
in_use_balance: bigint;
|
|
2722
2723
|
is_withdrawing: boolean;
|
|
2723
2724
|
}[];
|
|
2724
|
-
|
|
2725
|
+
USDC: {
|
|
2725
2726
|
fee_tier: number;
|
|
2726
2727
|
total_balance: bigint;
|
|
2727
2728
|
available_balance: bigint;
|
|
@@ -2859,8 +2860,8 @@ declare const rpcResult: {
|
|
|
2859
2860
|
chain: "Assethub";
|
|
2860
2861
|
asset: "USDT";
|
|
2861
2862
|
}) & {
|
|
2862
|
-
total_amount: bigint;
|
|
2863
2863
|
available_amount: bigint;
|
|
2864
|
+
total_amount: bigint;
|
|
2864
2865
|
})[];
|
|
2865
2866
|
collateral_balances: (({
|
|
2866
2867
|
chain: "Bitcoin";
|
|
@@ -2929,9 +2930,9 @@ declare const rpcResult: {
|
|
|
2929
2930
|
BTC: string | number;
|
|
2930
2931
|
};
|
|
2931
2932
|
Ethereum: {
|
|
2933
|
+
FLIP: string | number;
|
|
2932
2934
|
ETH: string | number;
|
|
2933
2935
|
USDC: string | number;
|
|
2934
|
-
FLIP: string | number;
|
|
2935
2936
|
USDT: string | number;
|
|
2936
2937
|
WBTC?: string | number | undefined;
|
|
2937
2938
|
};
|
|
@@ -2958,9 +2959,9 @@ declare const rpcResult: {
|
|
|
2958
2959
|
BTC: string | number;
|
|
2959
2960
|
};
|
|
2960
2961
|
Ethereum: {
|
|
2962
|
+
FLIP: string | number;
|
|
2961
2963
|
ETH: string | number;
|
|
2962
2964
|
USDC: string | number;
|
|
2963
|
-
FLIP: string | number;
|
|
2964
2965
|
USDT: string | number;
|
|
2965
2966
|
WBTC?: string | number | undefined;
|
|
2966
2967
|
};
|
|
@@ -2998,21 +2999,21 @@ declare const rpcResult: {
|
|
|
2998
2999
|
}[];
|
|
2999
3000
|
};
|
|
3000
3001
|
Ethereum: {
|
|
3001
|
-
|
|
3002
|
+
FLIP: {
|
|
3002
3003
|
fee_tier: number;
|
|
3003
3004
|
total_balance: string;
|
|
3004
3005
|
available_balance: string;
|
|
3005
3006
|
in_use_balance: string;
|
|
3006
3007
|
is_withdrawing: boolean;
|
|
3007
3008
|
}[];
|
|
3008
|
-
|
|
3009
|
+
ETH: {
|
|
3009
3010
|
fee_tier: number;
|
|
3010
3011
|
total_balance: string;
|
|
3011
3012
|
available_balance: string;
|
|
3012
3013
|
in_use_balance: string;
|
|
3013
3014
|
is_withdrawing: boolean;
|
|
3014
3015
|
}[];
|
|
3015
|
-
|
|
3016
|
+
USDC: {
|
|
3016
3017
|
fee_tier: number;
|
|
3017
3018
|
total_balance: string;
|
|
3018
3019
|
available_balance: string;
|
|
@@ -3150,8 +3151,8 @@ declare const rpcResult: {
|
|
|
3150
3151
|
chain: "Assethub";
|
|
3151
3152
|
asset: "USDT";
|
|
3152
3153
|
}) & {
|
|
3153
|
-
total_amount: string | number;
|
|
3154
3154
|
available_amount: string | number;
|
|
3155
|
+
total_amount: string | number;
|
|
3155
3156
|
})[];
|
|
3156
3157
|
collateral_balances: (({
|
|
3157
3158
|
chain: "Bitcoin";
|
|
@@ -3240,15 +3241,15 @@ declare const rpcResult: {
|
|
|
3240
3241
|
USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
3241
3242
|
WBTC: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
3242
3243
|
}, "strip", z.ZodTypeAny, {
|
|
3244
|
+
FLIP: bigint;
|
|
3243
3245
|
ETH: bigint;
|
|
3244
3246
|
USDC: bigint;
|
|
3245
|
-
FLIP: bigint;
|
|
3246
3247
|
USDT: bigint;
|
|
3247
3248
|
WBTC: bigint;
|
|
3248
3249
|
}, {
|
|
3250
|
+
FLIP: string | number;
|
|
3249
3251
|
ETH: string | number;
|
|
3250
3252
|
USDC: string | number;
|
|
3251
|
-
FLIP: string | number;
|
|
3252
3253
|
USDT: string | number;
|
|
3253
3254
|
WBTC?: string | number | undefined;
|
|
3254
3255
|
}>;
|
|
@@ -3296,9 +3297,9 @@ declare const rpcResult: {
|
|
|
3296
3297
|
BTC: bigint;
|
|
3297
3298
|
};
|
|
3298
3299
|
Ethereum: {
|
|
3300
|
+
FLIP: bigint;
|
|
3299
3301
|
ETH: bigint;
|
|
3300
3302
|
USDC: bigint;
|
|
3301
|
-
FLIP: bigint;
|
|
3302
3303
|
USDT: bigint;
|
|
3303
3304
|
WBTC: bigint;
|
|
3304
3305
|
};
|
|
@@ -3322,9 +3323,9 @@ declare const rpcResult: {
|
|
|
3322
3323
|
BTC: string | number;
|
|
3323
3324
|
};
|
|
3324
3325
|
Ethereum: {
|
|
3326
|
+
FLIP: string | number;
|
|
3325
3327
|
ETH: string | number;
|
|
3326
3328
|
USDC: string | number;
|
|
3327
|
-
FLIP: string | number;
|
|
3328
3329
|
USDT: string | number;
|
|
3329
3330
|
WBTC?: string | number | undefined;
|
|
3330
3331
|
};
|
|
@@ -3377,9 +3378,9 @@ declare const rpcResult: {
|
|
|
3377
3378
|
BTC: bigint;
|
|
3378
3379
|
};
|
|
3379
3380
|
Ethereum: {
|
|
3381
|
+
FLIP: bigint;
|
|
3380
3382
|
ETH: bigint;
|
|
3381
3383
|
USDC: bigint;
|
|
3382
|
-
FLIP: bigint;
|
|
3383
3384
|
USDT: bigint;
|
|
3384
3385
|
WBTC: bigint;
|
|
3385
3386
|
};
|
|
@@ -3430,9 +3431,9 @@ declare const rpcResult: {
|
|
|
3430
3431
|
BTC: string | number;
|
|
3431
3432
|
};
|
|
3432
3433
|
Ethereum: {
|
|
3434
|
+
FLIP: string | number;
|
|
3433
3435
|
ETH: string | number;
|
|
3434
3436
|
USDC: string | number;
|
|
3435
|
-
FLIP: string | number;
|
|
3436
3437
|
USDT: string | number;
|
|
3437
3438
|
WBTC?: string | number | undefined;
|
|
3438
3439
|
};
|
|
@@ -3483,9 +3484,9 @@ declare const rpcResult: {
|
|
|
3483
3484
|
BTC: bigint;
|
|
3484
3485
|
};
|
|
3485
3486
|
Ethereum: {
|
|
3487
|
+
FLIP: bigint;
|
|
3486
3488
|
ETH: bigint;
|
|
3487
3489
|
USDC: bigint;
|
|
3488
|
-
FLIP: bigint;
|
|
3489
3490
|
USDT: bigint;
|
|
3490
3491
|
WBTC: bigint;
|
|
3491
3492
|
};
|
|
@@ -3526,9 +3527,9 @@ declare const rpcResult: {
|
|
|
3526
3527
|
BTC: bigint;
|
|
3527
3528
|
};
|
|
3528
3529
|
Ethereum: {
|
|
3530
|
+
FLIP: bigint;
|
|
3529
3531
|
ETH: bigint;
|
|
3530
3532
|
USDC: bigint;
|
|
3531
|
-
FLIP: bigint;
|
|
3532
3533
|
USDT: bigint;
|
|
3533
3534
|
WBTC: bigint;
|
|
3534
3535
|
};
|
|
@@ -3555,9 +3556,9 @@ declare const rpcResult: {
|
|
|
3555
3556
|
BTC: bigint;
|
|
3556
3557
|
};
|
|
3557
3558
|
Ethereum: {
|
|
3559
|
+
FLIP: bigint;
|
|
3558
3560
|
ETH: bigint;
|
|
3559
3561
|
USDC: bigint;
|
|
3560
|
-
FLIP: bigint;
|
|
3561
3562
|
USDT: bigint;
|
|
3562
3563
|
WBTC: bigint;
|
|
3563
3564
|
};
|
|
@@ -3602,9 +3603,9 @@ declare const rpcResult: {
|
|
|
3602
3603
|
BTC: bigint;
|
|
3603
3604
|
};
|
|
3604
3605
|
Ethereum: {
|
|
3606
|
+
FLIP: bigint;
|
|
3605
3607
|
ETH: bigint;
|
|
3606
3608
|
USDC: bigint;
|
|
3607
|
-
FLIP: bigint;
|
|
3608
3609
|
USDT: bigint;
|
|
3609
3610
|
WBTC: bigint;
|
|
3610
3611
|
};
|
|
@@ -3631,9 +3632,9 @@ declare const rpcResult: {
|
|
|
3631
3632
|
BTC: bigint;
|
|
3632
3633
|
};
|
|
3633
3634
|
Ethereum: {
|
|
3635
|
+
FLIP: bigint;
|
|
3634
3636
|
ETH: bigint;
|
|
3635
3637
|
USDC: bigint;
|
|
3636
|
-
FLIP: bigint;
|
|
3637
3638
|
USDT: bigint;
|
|
3638
3639
|
WBTC: bigint;
|
|
3639
3640
|
};
|
|
@@ -3671,21 +3672,21 @@ declare const rpcResult: {
|
|
|
3671
3672
|
}[];
|
|
3672
3673
|
};
|
|
3673
3674
|
Ethereum: {
|
|
3674
|
-
|
|
3675
|
+
FLIP: {
|
|
3675
3676
|
fee_tier: number;
|
|
3676
3677
|
total_balance: bigint;
|
|
3677
3678
|
available_balance: bigint;
|
|
3678
3679
|
in_use_balance: bigint;
|
|
3679
3680
|
is_withdrawing: boolean;
|
|
3680
3681
|
}[];
|
|
3681
|
-
|
|
3682
|
+
ETH: {
|
|
3682
3683
|
fee_tier: number;
|
|
3683
3684
|
total_balance: bigint;
|
|
3684
3685
|
available_balance: bigint;
|
|
3685
3686
|
in_use_balance: bigint;
|
|
3686
3687
|
is_withdrawing: boolean;
|
|
3687
3688
|
}[];
|
|
3688
|
-
|
|
3689
|
+
USDC: {
|
|
3689
3690
|
fee_tier: number;
|
|
3690
3691
|
total_balance: bigint;
|
|
3691
3692
|
available_balance: bigint;
|
|
@@ -3823,8 +3824,8 @@ declare const rpcResult: {
|
|
|
3823
3824
|
chain: "Assethub";
|
|
3824
3825
|
asset: "USDT";
|
|
3825
3826
|
}) & {
|
|
3826
|
-
total_amount: bigint;
|
|
3827
3827
|
available_amount: bigint;
|
|
3828
|
+
total_amount: bigint;
|
|
3828
3829
|
})[];
|
|
3829
3830
|
collateral_balances: (({
|
|
3830
3831
|
chain: "Bitcoin";
|
|
@@ -3893,9 +3894,9 @@ declare const rpcResult: {
|
|
|
3893
3894
|
BTC: bigint;
|
|
3894
3895
|
};
|
|
3895
3896
|
Ethereum: {
|
|
3897
|
+
FLIP: bigint;
|
|
3896
3898
|
ETH: bigint;
|
|
3897
3899
|
USDC: bigint;
|
|
3898
|
-
FLIP: bigint;
|
|
3899
3900
|
USDT: bigint;
|
|
3900
3901
|
WBTC: bigint;
|
|
3901
3902
|
};
|
|
@@ -3952,9 +3953,9 @@ declare const rpcResult: {
|
|
|
3952
3953
|
BTC: bigint;
|
|
3953
3954
|
};
|
|
3954
3955
|
Ethereum: {
|
|
3956
|
+
FLIP: bigint;
|
|
3955
3957
|
ETH: bigint;
|
|
3956
3958
|
USDC: bigint;
|
|
3957
|
-
FLIP: bigint;
|
|
3958
3959
|
USDT: bigint;
|
|
3959
3960
|
WBTC: bigint;
|
|
3960
3961
|
};
|
|
@@ -4003,9 +4004,9 @@ declare const rpcResult: {
|
|
|
4003
4004
|
BTC: string | number;
|
|
4004
4005
|
};
|
|
4005
4006
|
Ethereum: {
|
|
4007
|
+
FLIP: string | number;
|
|
4006
4008
|
ETH: string | number;
|
|
4007
4009
|
USDC: string | number;
|
|
4008
|
-
FLIP: string | number;
|
|
4009
4010
|
USDT: string | number;
|
|
4010
4011
|
WBTC?: string | number | undefined;
|
|
4011
4012
|
};
|
|
@@ -4046,9 +4047,9 @@ declare const rpcResult: {
|
|
|
4046
4047
|
BTC: string | number;
|
|
4047
4048
|
};
|
|
4048
4049
|
Ethereum: {
|
|
4050
|
+
FLIP: string | number;
|
|
4049
4051
|
ETH: string | number;
|
|
4050
4052
|
USDC: string | number;
|
|
4051
|
-
FLIP: string | number;
|
|
4052
4053
|
USDT: string | number;
|
|
4053
4054
|
WBTC?: string | number | undefined;
|
|
4054
4055
|
};
|
|
@@ -4075,9 +4076,9 @@ declare const rpcResult: {
|
|
|
4075
4076
|
BTC: string | number;
|
|
4076
4077
|
};
|
|
4077
4078
|
Ethereum: {
|
|
4079
|
+
FLIP: string | number;
|
|
4078
4080
|
ETH: string | number;
|
|
4079
4081
|
USDC: string | number;
|
|
4080
|
-
FLIP: string | number;
|
|
4081
4082
|
USDT: string | number;
|
|
4082
4083
|
WBTC?: string | number | undefined;
|
|
4083
4084
|
};
|
|
@@ -4122,9 +4123,9 @@ declare const rpcResult: {
|
|
|
4122
4123
|
BTC: string | number;
|
|
4123
4124
|
};
|
|
4124
4125
|
Ethereum: {
|
|
4126
|
+
FLIP: string | number;
|
|
4125
4127
|
ETH: string | number;
|
|
4126
4128
|
USDC: string | number;
|
|
4127
|
-
FLIP: string | number;
|
|
4128
4129
|
USDT: string | number;
|
|
4129
4130
|
WBTC?: string | number | undefined;
|
|
4130
4131
|
};
|
|
@@ -4179,9 +4180,9 @@ declare const rpcResult: {
|
|
|
4179
4180
|
BTC: string | number;
|
|
4180
4181
|
};
|
|
4181
4182
|
Ethereum: {
|
|
4183
|
+
FLIP: string | number;
|
|
4182
4184
|
ETH: string | number;
|
|
4183
4185
|
USDC: string | number;
|
|
4184
|
-
FLIP: string | number;
|
|
4185
4186
|
USDT: string | number;
|
|
4186
4187
|
WBTC?: string | number | undefined;
|
|
4187
4188
|
};
|
|
@@ -4208,9 +4209,9 @@ declare const rpcResult: {
|
|
|
4208
4209
|
BTC: string | number;
|
|
4209
4210
|
};
|
|
4210
4211
|
Ethereum: {
|
|
4212
|
+
FLIP: string | number;
|
|
4211
4213
|
ETH: string | number;
|
|
4212
4214
|
USDC: string | number;
|
|
4213
|
-
FLIP: string | number;
|
|
4214
4215
|
USDT: string | number;
|
|
4215
4216
|
WBTC?: string | number | undefined;
|
|
4216
4217
|
};
|
|
@@ -4248,21 +4249,21 @@ declare const rpcResult: {
|
|
|
4248
4249
|
}[];
|
|
4249
4250
|
};
|
|
4250
4251
|
Ethereum: {
|
|
4251
|
-
|
|
4252
|
+
FLIP: {
|
|
4252
4253
|
fee_tier: number;
|
|
4253
4254
|
total_balance: string;
|
|
4254
4255
|
available_balance: string;
|
|
4255
4256
|
in_use_balance: string;
|
|
4256
4257
|
is_withdrawing: boolean;
|
|
4257
4258
|
}[];
|
|
4258
|
-
|
|
4259
|
+
ETH: {
|
|
4259
4260
|
fee_tier: number;
|
|
4260
4261
|
total_balance: string;
|
|
4261
4262
|
available_balance: string;
|
|
4262
4263
|
in_use_balance: string;
|
|
4263
4264
|
is_withdrawing: boolean;
|
|
4264
4265
|
}[];
|
|
4265
|
-
|
|
4266
|
+
USDC: {
|
|
4266
4267
|
fee_tier: number;
|
|
4267
4268
|
total_balance: string;
|
|
4268
4269
|
available_balance: string;
|
|
@@ -4400,8 +4401,8 @@ declare const rpcResult: {
|
|
|
4400
4401
|
chain: "Assethub";
|
|
4401
4402
|
asset: "USDT";
|
|
4402
4403
|
}) & {
|
|
4403
|
-
total_amount: string | number;
|
|
4404
4404
|
available_amount: string | number;
|
|
4405
|
+
total_amount: string | number;
|
|
4405
4406
|
})[];
|
|
4406
4407
|
collateral_balances: (({
|
|
4407
4408
|
chain: "Bitcoin";
|
|
@@ -4470,9 +4471,9 @@ declare const rpcResult: {
|
|
|
4470
4471
|
BTC: string | number;
|
|
4471
4472
|
};
|
|
4472
4473
|
Ethereum: {
|
|
4474
|
+
FLIP: string | number;
|
|
4473
4475
|
ETH: string | number;
|
|
4474
4476
|
USDC: string | number;
|
|
4475
|
-
FLIP: string | number;
|
|
4476
4477
|
USDT: string | number;
|
|
4477
4478
|
WBTC?: string | number | undefined;
|
|
4478
4479
|
};
|
|
@@ -4779,11 +4780,11 @@ declare const rpcResult: {
|
|
|
4779
4780
|
tier: z.ZodNumber;
|
|
4780
4781
|
available_amount: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
|
|
4781
4782
|
}, "strip", z.ZodTypeAny, {
|
|
4782
|
-
available_amount: bigint;
|
|
4783
4783
|
tier: number;
|
|
4784
|
+
available_amount: bigint;
|
|
4784
4785
|
}, {
|
|
4785
|
-
available_amount: string;
|
|
4786
4786
|
tier: number;
|
|
4787
|
+
available_amount: string;
|
|
4787
4788
|
}>>, "many">;
|
|
4788
4789
|
readonly cf_environment: z.ZodObject<{
|
|
4789
4790
|
ingress_egress: z.ZodEffects<z.ZodObject<{
|
|
@@ -4802,15 +4803,15 @@ declare const rpcResult: {
|
|
|
4802
4803
|
USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
4803
4804
|
WBTC: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
4804
4805
|
}, "strip", z.ZodTypeAny, {
|
|
4806
|
+
FLIP: bigint;
|
|
4805
4807
|
ETH: bigint;
|
|
4806
4808
|
USDC: bigint;
|
|
4807
|
-
FLIP: bigint;
|
|
4808
4809
|
USDT: bigint;
|
|
4809
4810
|
WBTC: bigint;
|
|
4810
4811
|
}, {
|
|
4812
|
+
FLIP: string | number;
|
|
4811
4813
|
ETH: string | number;
|
|
4812
4814
|
USDC: string | number;
|
|
4813
|
-
FLIP: string | number;
|
|
4814
4815
|
USDT: string | number;
|
|
4815
4816
|
WBTC?: string | number | undefined;
|
|
4816
4817
|
}>;
|
|
@@ -4858,9 +4859,9 @@ declare const rpcResult: {
|
|
|
4858
4859
|
BTC: bigint;
|
|
4859
4860
|
};
|
|
4860
4861
|
Ethereum: {
|
|
4862
|
+
FLIP: bigint;
|
|
4861
4863
|
ETH: bigint;
|
|
4862
4864
|
USDC: bigint;
|
|
4863
|
-
FLIP: bigint;
|
|
4864
4865
|
USDT: bigint;
|
|
4865
4866
|
WBTC: bigint;
|
|
4866
4867
|
};
|
|
@@ -4884,9 +4885,9 @@ declare const rpcResult: {
|
|
|
4884
4885
|
BTC: string | number;
|
|
4885
4886
|
};
|
|
4886
4887
|
Ethereum: {
|
|
4888
|
+
FLIP: string | number;
|
|
4887
4889
|
ETH: string | number;
|
|
4888
4890
|
USDC: string | number;
|
|
4889
|
-
FLIP: string | number;
|
|
4890
4891
|
USDT: string | number;
|
|
4891
4892
|
WBTC?: string | number | undefined;
|
|
4892
4893
|
};
|
|
@@ -4921,15 +4922,15 @@ declare const rpcResult: {
|
|
|
4921
4922
|
USDT: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
4922
4923
|
WBTC: z.ZodDefault<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>>;
|
|
4923
4924
|
}, "strip", z.ZodTypeAny, {
|
|
4925
|
+
FLIP: bigint | null;
|
|
4924
4926
|
ETH: bigint | null;
|
|
4925
4927
|
USDC: bigint | null;
|
|
4926
|
-
FLIP: bigint | null;
|
|
4927
4928
|
USDT: bigint | null;
|
|
4928
4929
|
WBTC: bigint | null;
|
|
4929
4930
|
}, {
|
|
4931
|
+
FLIP: string | number | null;
|
|
4930
4932
|
ETH: string | number | null;
|
|
4931
4933
|
USDC: string | number | null;
|
|
4932
|
-
FLIP: string | number | null;
|
|
4933
4934
|
USDT: string | number | null;
|
|
4934
4935
|
WBTC?: string | number | null | undefined;
|
|
4935
4936
|
}>;
|
|
@@ -4977,9 +4978,9 @@ declare const rpcResult: {
|
|
|
4977
4978
|
BTC: bigint | null;
|
|
4978
4979
|
};
|
|
4979
4980
|
Ethereum: {
|
|
4981
|
+
FLIP: bigint | null;
|
|
4980
4982
|
ETH: bigint | null;
|
|
4981
4983
|
USDC: bigint | null;
|
|
4982
|
-
FLIP: bigint | null;
|
|
4983
4984
|
USDT: bigint | null;
|
|
4984
4985
|
WBTC: bigint | null;
|
|
4985
4986
|
};
|
|
@@ -5003,9 +5004,9 @@ declare const rpcResult: {
|
|
|
5003
5004
|
BTC: string | number | null;
|
|
5004
5005
|
};
|
|
5005
5006
|
Ethereum: {
|
|
5007
|
+
FLIP: string | number | null;
|
|
5006
5008
|
ETH: string | number | null;
|
|
5007
5009
|
USDC: string | number | null;
|
|
5008
|
-
FLIP: string | number | null;
|
|
5009
5010
|
USDT: string | number | null;
|
|
5010
5011
|
WBTC?: string | number | null | undefined;
|
|
5011
5012
|
};
|
|
@@ -5040,15 +5041,15 @@ declare const rpcResult: {
|
|
|
5040
5041
|
USDT: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
5041
5042
|
WBTC: z.ZodDefault<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>>;
|
|
5042
5043
|
}, "strip", z.ZodTypeAny, {
|
|
5044
|
+
FLIP: bigint | null;
|
|
5043
5045
|
ETH: bigint | null;
|
|
5044
5046
|
USDC: bigint | null;
|
|
5045
|
-
FLIP: bigint | null;
|
|
5046
5047
|
USDT: bigint | null;
|
|
5047
5048
|
WBTC: bigint | null;
|
|
5048
5049
|
}, {
|
|
5050
|
+
FLIP: string | number | null;
|
|
5049
5051
|
ETH: string | number | null;
|
|
5050
5052
|
USDC: string | number | null;
|
|
5051
|
-
FLIP: string | number | null;
|
|
5052
5053
|
USDT: string | number | null;
|
|
5053
5054
|
WBTC?: string | number | null | undefined;
|
|
5054
5055
|
}>;
|
|
@@ -5096,9 +5097,9 @@ declare const rpcResult: {
|
|
|
5096
5097
|
BTC: bigint | null;
|
|
5097
5098
|
};
|
|
5098
5099
|
Ethereum: {
|
|
5100
|
+
FLIP: bigint | null;
|
|
5099
5101
|
ETH: bigint | null;
|
|
5100
5102
|
USDC: bigint | null;
|
|
5101
|
-
FLIP: bigint | null;
|
|
5102
5103
|
USDT: bigint | null;
|
|
5103
5104
|
WBTC: bigint | null;
|
|
5104
5105
|
};
|
|
@@ -5122,9 +5123,9 @@ declare const rpcResult: {
|
|
|
5122
5123
|
BTC: string | number | null;
|
|
5123
5124
|
};
|
|
5124
5125
|
Ethereum: {
|
|
5126
|
+
FLIP: string | number | null;
|
|
5125
5127
|
ETH: string | number | null;
|
|
5126
5128
|
USDC: string | number | null;
|
|
5127
|
-
FLIP: string | number | null;
|
|
5128
5129
|
USDT: string | number | null;
|
|
5129
5130
|
WBTC?: string | number | null | undefined;
|
|
5130
5131
|
};
|
|
@@ -5178,15 +5179,15 @@ declare const rpcResult: {
|
|
|
5178
5179
|
USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
5179
5180
|
WBTC: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
5180
5181
|
}, "strip", z.ZodTypeAny, {
|
|
5182
|
+
FLIP: bigint;
|
|
5181
5183
|
ETH: bigint;
|
|
5182
5184
|
USDC: bigint;
|
|
5183
|
-
FLIP: bigint;
|
|
5184
5185
|
USDT: bigint;
|
|
5185
5186
|
WBTC: bigint;
|
|
5186
5187
|
}, {
|
|
5188
|
+
FLIP: string | number;
|
|
5187
5189
|
ETH: string | number;
|
|
5188
5190
|
USDC: string | number;
|
|
5189
|
-
FLIP: string | number;
|
|
5190
5191
|
USDT: string | number;
|
|
5191
5192
|
WBTC?: string | number | undefined;
|
|
5192
5193
|
}>;
|
|
@@ -5234,9 +5235,9 @@ declare const rpcResult: {
|
|
|
5234
5235
|
BTC: bigint;
|
|
5235
5236
|
};
|
|
5236
5237
|
Ethereum: {
|
|
5238
|
+
FLIP: bigint;
|
|
5237
5239
|
ETH: bigint;
|
|
5238
5240
|
USDC: bigint;
|
|
5239
|
-
FLIP: bigint;
|
|
5240
5241
|
USDT: bigint;
|
|
5241
5242
|
WBTC: bigint;
|
|
5242
5243
|
};
|
|
@@ -5260,9 +5261,9 @@ declare const rpcResult: {
|
|
|
5260
5261
|
BTC: string | number;
|
|
5261
5262
|
};
|
|
5262
5263
|
Ethereum: {
|
|
5264
|
+
FLIP: string | number;
|
|
5263
5265
|
ETH: string | number;
|
|
5264
5266
|
USDC: string | number;
|
|
5265
|
-
FLIP: string | number;
|
|
5266
5267
|
USDT: string | number;
|
|
5267
5268
|
WBTC?: string | number | undefined;
|
|
5268
5269
|
};
|
|
@@ -5354,15 +5355,15 @@ declare const rpcResult: {
|
|
|
5354
5355
|
USDT: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
5355
5356
|
WBTC: z.ZodDefault<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>>;
|
|
5356
5357
|
}, "strip", z.ZodTypeAny, {
|
|
5358
|
+
FLIP: bigint | null;
|
|
5357
5359
|
ETH: bigint | null;
|
|
5358
5360
|
USDC: bigint | null;
|
|
5359
|
-
FLIP: bigint | null;
|
|
5360
5361
|
USDT: bigint | null;
|
|
5361
5362
|
WBTC: bigint | null;
|
|
5362
5363
|
}, {
|
|
5364
|
+
FLIP: string | number | null;
|
|
5363
5365
|
ETH: string | number | null;
|
|
5364
5366
|
USDC: string | number | null;
|
|
5365
|
-
FLIP: string | number | null;
|
|
5366
5367
|
USDT: string | number | null;
|
|
5367
5368
|
WBTC?: string | number | null | undefined;
|
|
5368
5369
|
}>;
|
|
@@ -5410,9 +5411,9 @@ declare const rpcResult: {
|
|
|
5410
5411
|
BTC: bigint | null;
|
|
5411
5412
|
};
|
|
5412
5413
|
Ethereum: {
|
|
5414
|
+
FLIP: bigint | null;
|
|
5413
5415
|
ETH: bigint | null;
|
|
5414
5416
|
USDC: bigint | null;
|
|
5415
|
-
FLIP: bigint | null;
|
|
5416
5417
|
USDT: bigint | null;
|
|
5417
5418
|
WBTC: bigint | null;
|
|
5418
5419
|
};
|
|
@@ -5436,9 +5437,9 @@ declare const rpcResult: {
|
|
|
5436
5437
|
BTC: string | number | null;
|
|
5437
5438
|
};
|
|
5438
5439
|
Ethereum: {
|
|
5440
|
+
FLIP: string | number | null;
|
|
5439
5441
|
ETH: string | number | null;
|
|
5440
5442
|
USDC: string | number | null;
|
|
5441
|
-
FLIP: string | number | null;
|
|
5442
5443
|
USDT: string | number | null;
|
|
5443
5444
|
WBTC?: string | number | null | undefined;
|
|
5444
5445
|
};
|
|
@@ -5464,9 +5465,9 @@ declare const rpcResult: {
|
|
|
5464
5465
|
BTC: bigint;
|
|
5465
5466
|
};
|
|
5466
5467
|
Ethereum: {
|
|
5468
|
+
FLIP: bigint;
|
|
5467
5469
|
ETH: bigint;
|
|
5468
5470
|
USDC: bigint;
|
|
5469
|
-
FLIP: bigint;
|
|
5470
5471
|
USDT: bigint;
|
|
5471
5472
|
WBTC: bigint;
|
|
5472
5473
|
};
|
|
@@ -5491,9 +5492,9 @@ declare const rpcResult: {
|
|
|
5491
5492
|
BTC: bigint | null;
|
|
5492
5493
|
};
|
|
5493
5494
|
Ethereum: {
|
|
5495
|
+
FLIP: bigint | null;
|
|
5494
5496
|
ETH: bigint | null;
|
|
5495
5497
|
USDC: bigint | null;
|
|
5496
|
-
FLIP: bigint | null;
|
|
5497
5498
|
USDT: bigint | null;
|
|
5498
5499
|
WBTC: bigint | null;
|
|
5499
5500
|
};
|
|
@@ -5518,9 +5519,9 @@ declare const rpcResult: {
|
|
|
5518
5519
|
BTC: bigint | null;
|
|
5519
5520
|
};
|
|
5520
5521
|
Ethereum: {
|
|
5522
|
+
FLIP: bigint | null;
|
|
5521
5523
|
ETH: bigint | null;
|
|
5522
5524
|
USDC: bigint | null;
|
|
5523
|
-
FLIP: bigint | null;
|
|
5524
5525
|
USDT: bigint | null;
|
|
5525
5526
|
WBTC: bigint | null;
|
|
5526
5527
|
};
|
|
@@ -5552,9 +5553,9 @@ declare const rpcResult: {
|
|
|
5552
5553
|
BTC: bigint;
|
|
5553
5554
|
};
|
|
5554
5555
|
Ethereum: {
|
|
5556
|
+
FLIP: bigint;
|
|
5555
5557
|
ETH: bigint;
|
|
5556
5558
|
USDC: bigint;
|
|
5557
|
-
FLIP: bigint;
|
|
5558
5559
|
USDT: bigint;
|
|
5559
5560
|
WBTC: bigint;
|
|
5560
5561
|
};
|
|
@@ -5600,9 +5601,9 @@ declare const rpcResult: {
|
|
|
5600
5601
|
BTC: bigint | null;
|
|
5601
5602
|
};
|
|
5602
5603
|
Ethereum: {
|
|
5604
|
+
FLIP: bigint | null;
|
|
5603
5605
|
ETH: bigint | null;
|
|
5604
5606
|
USDC: bigint | null;
|
|
5605
|
-
FLIP: bigint | null;
|
|
5606
5607
|
USDT: bigint | null;
|
|
5607
5608
|
WBTC: bigint | null;
|
|
5608
5609
|
};
|
|
@@ -5628,9 +5629,9 @@ declare const rpcResult: {
|
|
|
5628
5629
|
BTC: string | number;
|
|
5629
5630
|
};
|
|
5630
5631
|
Ethereum: {
|
|
5632
|
+
FLIP: string | number;
|
|
5631
5633
|
ETH: string | number;
|
|
5632
5634
|
USDC: string | number;
|
|
5633
|
-
FLIP: string | number;
|
|
5634
5635
|
USDT: string | number;
|
|
5635
5636
|
WBTC?: string | number | undefined;
|
|
5636
5637
|
};
|
|
@@ -5655,9 +5656,9 @@ declare const rpcResult: {
|
|
|
5655
5656
|
BTC: string | number | null;
|
|
5656
5657
|
};
|
|
5657
5658
|
Ethereum: {
|
|
5659
|
+
FLIP: string | number | null;
|
|
5658
5660
|
ETH: string | number | null;
|
|
5659
5661
|
USDC: string | number | null;
|
|
5660
|
-
FLIP: string | number | null;
|
|
5661
5662
|
USDT: string | number | null;
|
|
5662
5663
|
WBTC?: string | number | null | undefined;
|
|
5663
5664
|
};
|
|
@@ -5682,9 +5683,9 @@ declare const rpcResult: {
|
|
|
5682
5683
|
BTC: string | number | null;
|
|
5683
5684
|
};
|
|
5684
5685
|
Ethereum: {
|
|
5686
|
+
FLIP: string | number | null;
|
|
5685
5687
|
ETH: string | number | null;
|
|
5686
5688
|
USDC: string | number | null;
|
|
5687
|
-
FLIP: string | number | null;
|
|
5688
5689
|
USDT: string | number | null;
|
|
5689
5690
|
WBTC?: string | number | null | undefined;
|
|
5690
5691
|
};
|
|
@@ -5716,9 +5717,9 @@ declare const rpcResult: {
|
|
|
5716
5717
|
BTC: string | number;
|
|
5717
5718
|
};
|
|
5718
5719
|
Ethereum: {
|
|
5720
|
+
FLIP: string | number;
|
|
5719
5721
|
ETH: string | number;
|
|
5720
5722
|
USDC: string | number;
|
|
5721
|
-
FLIP: string | number;
|
|
5722
5723
|
USDT: string | number;
|
|
5723
5724
|
WBTC?: string | number | undefined;
|
|
5724
5725
|
};
|
|
@@ -5764,9 +5765,9 @@ declare const rpcResult: {
|
|
|
5764
5765
|
BTC: string | number | null;
|
|
5765
5766
|
};
|
|
5766
5767
|
Ethereum: {
|
|
5768
|
+
FLIP: string | number | null;
|
|
5767
5769
|
ETH: string | number | null;
|
|
5768
5770
|
USDC: string | number | null;
|
|
5769
|
-
FLIP: string | number | null;
|
|
5770
5771
|
USDT: string | number | null;
|
|
5771
5772
|
WBTC?: string | number | null | undefined;
|
|
5772
5773
|
};
|
|
@@ -5792,9 +5793,9 @@ declare const rpcResult: {
|
|
|
5792
5793
|
BTC: bigint;
|
|
5793
5794
|
};
|
|
5794
5795
|
Ethereum: {
|
|
5796
|
+
FLIP: bigint;
|
|
5795
5797
|
ETH: bigint;
|
|
5796
5798
|
USDC: bigint;
|
|
5797
|
-
FLIP: bigint;
|
|
5798
5799
|
USDT: bigint;
|
|
5799
5800
|
WBTC: bigint;
|
|
5800
5801
|
};
|
|
@@ -5819,9 +5820,9 @@ declare const rpcResult: {
|
|
|
5819
5820
|
BTC: bigint | null;
|
|
5820
5821
|
};
|
|
5821
5822
|
Ethereum: {
|
|
5823
|
+
FLIP: bigint | null;
|
|
5822
5824
|
ETH: bigint | null;
|
|
5823
5825
|
USDC: bigint | null;
|
|
5824
|
-
FLIP: bigint | null;
|
|
5825
5826
|
USDT: bigint | null;
|
|
5826
5827
|
WBTC: bigint | null;
|
|
5827
5828
|
};
|
|
@@ -5846,9 +5847,9 @@ declare const rpcResult: {
|
|
|
5846
5847
|
BTC: bigint | null;
|
|
5847
5848
|
};
|
|
5848
5849
|
Ethereum: {
|
|
5850
|
+
FLIP: bigint | null;
|
|
5849
5851
|
ETH: bigint | null;
|
|
5850
5852
|
USDC: bigint | null;
|
|
5851
|
-
FLIP: bigint | null;
|
|
5852
5853
|
USDT: bigint | null;
|
|
5853
5854
|
WBTC: bigint | null;
|
|
5854
5855
|
};
|
|
@@ -5880,9 +5881,9 @@ declare const rpcResult: {
|
|
|
5880
5881
|
BTC: bigint;
|
|
5881
5882
|
};
|
|
5882
5883
|
Ethereum: {
|
|
5884
|
+
FLIP: bigint;
|
|
5883
5885
|
ETH: bigint;
|
|
5884
5886
|
USDC: bigint;
|
|
5885
|
-
FLIP: bigint;
|
|
5886
5887
|
USDT: bigint;
|
|
5887
5888
|
WBTC: bigint;
|
|
5888
5889
|
};
|
|
@@ -5928,9 +5929,9 @@ declare const rpcResult: {
|
|
|
5928
5929
|
BTC: bigint | null;
|
|
5929
5930
|
};
|
|
5930
5931
|
Ethereum: {
|
|
5932
|
+
FLIP: bigint | null;
|
|
5931
5933
|
ETH: bigint | null;
|
|
5932
5934
|
USDC: bigint | null;
|
|
5933
|
-
FLIP: bigint | null;
|
|
5934
5935
|
USDT: bigint | null;
|
|
5935
5936
|
WBTC: bigint | null;
|
|
5936
5937
|
};
|
|
@@ -5956,9 +5957,9 @@ declare const rpcResult: {
|
|
|
5956
5957
|
BTC: bigint;
|
|
5957
5958
|
};
|
|
5958
5959
|
Ethereum: {
|
|
5960
|
+
FLIP: bigint;
|
|
5959
5961
|
ETH: bigint;
|
|
5960
5962
|
USDC: bigint;
|
|
5961
|
-
FLIP: bigint;
|
|
5962
5963
|
USDT: bigint;
|
|
5963
5964
|
WBTC: bigint;
|
|
5964
5965
|
};
|
|
@@ -5984,9 +5985,9 @@ declare const rpcResult: {
|
|
|
5984
5985
|
BTC: string | number;
|
|
5985
5986
|
};
|
|
5986
5987
|
Ethereum: {
|
|
5988
|
+
FLIP: string | number;
|
|
5987
5989
|
ETH: string | number;
|
|
5988
5990
|
USDC: string | number;
|
|
5989
|
-
FLIP: string | number;
|
|
5990
5991
|
USDT: string | number;
|
|
5991
5992
|
WBTC?: string | number | undefined;
|
|
5992
5993
|
};
|
|
@@ -6011,9 +6012,9 @@ declare const rpcResult: {
|
|
|
6011
6012
|
BTC: string | number | null;
|
|
6012
6013
|
};
|
|
6013
6014
|
Ethereum: {
|
|
6015
|
+
FLIP: string | number | null;
|
|
6014
6016
|
ETH: string | number | null;
|
|
6015
6017
|
USDC: string | number | null;
|
|
6016
|
-
FLIP: string | number | null;
|
|
6017
6018
|
USDT: string | number | null;
|
|
6018
6019
|
WBTC?: string | number | null | undefined;
|
|
6019
6020
|
};
|
|
@@ -6038,9 +6039,9 @@ declare const rpcResult: {
|
|
|
6038
6039
|
BTC: string | number | null;
|
|
6039
6040
|
};
|
|
6040
6041
|
Ethereum: {
|
|
6042
|
+
FLIP: string | number | null;
|
|
6041
6043
|
ETH: string | number | null;
|
|
6042
6044
|
USDC: string | number | null;
|
|
6043
|
-
FLIP: string | number | null;
|
|
6044
6045
|
USDT: string | number | null;
|
|
6045
6046
|
WBTC?: string | number | null | undefined;
|
|
6046
6047
|
};
|
|
@@ -6072,9 +6073,9 @@ declare const rpcResult: {
|
|
|
6072
6073
|
BTC: string | number;
|
|
6073
6074
|
};
|
|
6074
6075
|
Ethereum: {
|
|
6076
|
+
FLIP: string | number;
|
|
6075
6077
|
ETH: string | number;
|
|
6076
6078
|
USDC: string | number;
|
|
6077
|
-
FLIP: string | number;
|
|
6078
6079
|
USDT: string | number;
|
|
6079
6080
|
WBTC?: string | number | undefined;
|
|
6080
6081
|
};
|
|
@@ -6120,9 +6121,9 @@ declare const rpcResult: {
|
|
|
6120
6121
|
BTC: string | number | null;
|
|
6121
6122
|
};
|
|
6122
6123
|
Ethereum: {
|
|
6124
|
+
FLIP: string | number | null;
|
|
6123
6125
|
ETH: string | number | null;
|
|
6124
6126
|
USDC: string | number | null;
|
|
6125
|
-
FLIP: string | number | null;
|
|
6126
6127
|
USDT: string | number | null;
|
|
6127
6128
|
WBTC?: string | number | null | undefined;
|
|
6128
6129
|
};
|
|
@@ -6159,15 +6160,15 @@ declare const rpcResult: {
|
|
|
6159
6160
|
USDT: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
6160
6161
|
WBTC: z.ZodDefault<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>>;
|
|
6161
6162
|
}, "strip", z.ZodTypeAny, {
|
|
6163
|
+
FLIP: bigint | null;
|
|
6162
6164
|
ETH: bigint | null;
|
|
6163
6165
|
USDC: bigint | null;
|
|
6164
|
-
FLIP: bigint | null;
|
|
6165
6166
|
USDT: bigint | null;
|
|
6166
6167
|
WBTC: bigint | null;
|
|
6167
6168
|
}, {
|
|
6169
|
+
FLIP: string | number | null;
|
|
6168
6170
|
ETH: string | number | null;
|
|
6169
6171
|
USDC: string | number | null;
|
|
6170
|
-
FLIP: string | number | null;
|
|
6171
6172
|
USDT: string | number | null;
|
|
6172
6173
|
WBTC?: string | number | null | undefined;
|
|
6173
6174
|
}>;
|
|
@@ -6215,9 +6216,9 @@ declare const rpcResult: {
|
|
|
6215
6216
|
BTC: bigint | null;
|
|
6216
6217
|
};
|
|
6217
6218
|
Ethereum: {
|
|
6219
|
+
FLIP: bigint | null;
|
|
6218
6220
|
ETH: bigint | null;
|
|
6219
6221
|
USDC: bigint | null;
|
|
6220
|
-
FLIP: bigint | null;
|
|
6221
6222
|
USDT: bigint | null;
|
|
6222
6223
|
WBTC: bigint | null;
|
|
6223
6224
|
};
|
|
@@ -6241,9 +6242,9 @@ declare const rpcResult: {
|
|
|
6241
6242
|
BTC: string | number | null;
|
|
6242
6243
|
};
|
|
6243
6244
|
Ethereum: {
|
|
6245
|
+
FLIP: string | number | null;
|
|
6244
6246
|
ETH: string | number | null;
|
|
6245
6247
|
USDC: string | number | null;
|
|
6246
|
-
FLIP: string | number | null;
|
|
6247
6248
|
USDT: string | number | null;
|
|
6248
6249
|
WBTC?: string | number | null | undefined;
|
|
6249
6250
|
};
|
|
@@ -6282,15 +6283,15 @@ declare const rpcResult: {
|
|
|
6282
6283
|
USDT: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
6283
6284
|
WBTC: z.ZodDefault<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>>;
|
|
6284
6285
|
}, "strip", z.ZodTypeAny, {
|
|
6286
|
+
FLIP: bigint | null;
|
|
6285
6287
|
ETH: bigint | null;
|
|
6286
6288
|
USDC: bigint | null;
|
|
6287
|
-
FLIP: bigint | null;
|
|
6288
6289
|
USDT: bigint | null;
|
|
6289
6290
|
WBTC: bigint | null;
|
|
6290
6291
|
}, {
|
|
6292
|
+
FLIP: string | number | null;
|
|
6291
6293
|
ETH: string | number | null;
|
|
6292
6294
|
USDC: string | number | null;
|
|
6293
|
-
FLIP: string | number | null;
|
|
6294
6295
|
USDT: string | number | null;
|
|
6295
6296
|
WBTC?: string | number | null | undefined;
|
|
6296
6297
|
}>;
|
|
@@ -6338,9 +6339,9 @@ declare const rpcResult: {
|
|
|
6338
6339
|
BTC: bigint | null;
|
|
6339
6340
|
};
|
|
6340
6341
|
Ethereum: {
|
|
6342
|
+
FLIP: bigint | null;
|
|
6341
6343
|
ETH: bigint | null;
|
|
6342
6344
|
USDC: bigint | null;
|
|
6343
|
-
FLIP: bigint | null;
|
|
6344
6345
|
USDT: bigint | null;
|
|
6345
6346
|
WBTC: bigint | null;
|
|
6346
6347
|
};
|
|
@@ -6364,9 +6365,9 @@ declare const rpcResult: {
|
|
|
6364
6365
|
BTC: string | number | null;
|
|
6365
6366
|
};
|
|
6366
6367
|
Ethereum: {
|
|
6368
|
+
FLIP: string | number | null;
|
|
6367
6369
|
ETH: string | number | null;
|
|
6368
6370
|
USDC: string | number | null;
|
|
6369
|
-
FLIP: string | number | null;
|
|
6370
6371
|
USDT: string | number | null;
|
|
6371
6372
|
WBTC?: string | number | null | undefined;
|
|
6372
6373
|
};
|
|
@@ -6413,15 +6414,15 @@ declare const rpcResult: {
|
|
|
6413
6414
|
USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
6414
6415
|
WBTC: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
6415
6416
|
}, "strip", z.ZodTypeAny, {
|
|
6417
|
+
FLIP: bigint;
|
|
6416
6418
|
ETH: bigint;
|
|
6417
6419
|
USDC: bigint;
|
|
6418
|
-
FLIP: bigint;
|
|
6419
6420
|
USDT: bigint;
|
|
6420
6421
|
WBTC: bigint;
|
|
6421
6422
|
}, {
|
|
6423
|
+
FLIP: string | number;
|
|
6422
6424
|
ETH: string | number;
|
|
6423
6425
|
USDC: string | number;
|
|
6424
|
-
FLIP: string | number;
|
|
6425
6426
|
USDT: string | number;
|
|
6426
6427
|
WBTC?: string | number | undefined;
|
|
6427
6428
|
}>;
|
|
@@ -6469,9 +6470,9 @@ declare const rpcResult: {
|
|
|
6469
6470
|
BTC: bigint;
|
|
6470
6471
|
};
|
|
6471
6472
|
Ethereum: {
|
|
6473
|
+
FLIP: bigint;
|
|
6472
6474
|
ETH: bigint;
|
|
6473
6475
|
USDC: bigint;
|
|
6474
|
-
FLIP: bigint;
|
|
6475
6476
|
USDT: bigint;
|
|
6476
6477
|
WBTC: bigint;
|
|
6477
6478
|
};
|
|
@@ -6495,9 +6496,9 @@ declare const rpcResult: {
|
|
|
6495
6496
|
BTC: string | number;
|
|
6496
6497
|
};
|
|
6497
6498
|
Ethereum: {
|
|
6499
|
+
FLIP: string | number;
|
|
6498
6500
|
ETH: string | number;
|
|
6499
6501
|
USDC: string | number;
|
|
6500
|
-
FLIP: string | number;
|
|
6501
6502
|
USDT: string | number;
|
|
6502
6503
|
WBTC?: string | number | undefined;
|
|
6503
6504
|
};
|
|
@@ -6527,9 +6528,9 @@ declare const rpcResult: {
|
|
|
6527
6528
|
BTC: bigint;
|
|
6528
6529
|
};
|
|
6529
6530
|
Ethereum: {
|
|
6531
|
+
FLIP: bigint;
|
|
6530
6532
|
ETH: bigint;
|
|
6531
6533
|
USDC: bigint;
|
|
6532
|
-
FLIP: bigint;
|
|
6533
6534
|
USDT: bigint;
|
|
6534
6535
|
WBTC: bigint;
|
|
6535
6536
|
};
|
|
@@ -6559,9 +6560,9 @@ declare const rpcResult: {
|
|
|
6559
6560
|
BTC: string | number;
|
|
6560
6561
|
};
|
|
6561
6562
|
Ethereum: {
|
|
6563
|
+
FLIP: string | number;
|
|
6562
6564
|
ETH: string | number;
|
|
6563
6565
|
USDC: string | number;
|
|
6564
|
-
FLIP: string | number;
|
|
6565
6566
|
USDT: string | number;
|
|
6566
6567
|
WBTC?: string | number | undefined;
|
|
6567
6568
|
};
|
|
@@ -6608,15 +6609,15 @@ declare const rpcResult: {
|
|
|
6608
6609
|
USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
6609
6610
|
WBTC: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
6610
6611
|
}, "strip", z.ZodTypeAny, {
|
|
6612
|
+
FLIP: bigint;
|
|
6611
6613
|
ETH: bigint;
|
|
6612
6614
|
USDC: bigint;
|
|
6613
|
-
FLIP: bigint;
|
|
6614
6615
|
USDT: bigint;
|
|
6615
6616
|
WBTC: bigint;
|
|
6616
6617
|
}, {
|
|
6618
|
+
FLIP: string | number;
|
|
6617
6619
|
ETH: string | number;
|
|
6618
6620
|
USDC: string | number;
|
|
6619
|
-
FLIP: string | number;
|
|
6620
6621
|
USDT: string | number;
|
|
6621
6622
|
WBTC?: string | number | undefined;
|
|
6622
6623
|
}>;
|
|
@@ -6664,9 +6665,9 @@ declare const rpcResult: {
|
|
|
6664
6665
|
BTC: bigint;
|
|
6665
6666
|
};
|
|
6666
6667
|
Ethereum: {
|
|
6668
|
+
FLIP: bigint;
|
|
6667
6669
|
ETH: bigint;
|
|
6668
6670
|
USDC: bigint;
|
|
6669
|
-
FLIP: bigint;
|
|
6670
6671
|
USDT: bigint;
|
|
6671
6672
|
WBTC: bigint;
|
|
6672
6673
|
};
|
|
@@ -6690,9 +6691,9 @@ declare const rpcResult: {
|
|
|
6690
6691
|
BTC: string | number;
|
|
6691
6692
|
};
|
|
6692
6693
|
Ethereum: {
|
|
6694
|
+
FLIP: string | number;
|
|
6693
6695
|
ETH: string | number;
|
|
6694
6696
|
USDC: string | number;
|
|
6695
|
-
FLIP: string | number;
|
|
6696
6697
|
USDT: string | number;
|
|
6697
6698
|
WBTC?: string | number | undefined;
|
|
6698
6699
|
};
|
|
@@ -6722,9 +6723,9 @@ declare const rpcResult: {
|
|
|
6722
6723
|
BTC: bigint;
|
|
6723
6724
|
};
|
|
6724
6725
|
Ethereum: {
|
|
6726
|
+
FLIP: bigint;
|
|
6725
6727
|
ETH: bigint;
|
|
6726
6728
|
USDC: bigint;
|
|
6727
|
-
FLIP: bigint;
|
|
6728
6729
|
USDT: bigint;
|
|
6729
6730
|
WBTC: bigint;
|
|
6730
6731
|
};
|
|
@@ -6754,9 +6755,9 @@ declare const rpcResult: {
|
|
|
6754
6755
|
BTC: string | number;
|
|
6755
6756
|
};
|
|
6756
6757
|
Ethereum: {
|
|
6758
|
+
FLIP: string | number;
|
|
6757
6759
|
ETH: string | number;
|
|
6758
6760
|
USDC: string | number;
|
|
6759
|
-
FLIP: string | number;
|
|
6760
6761
|
USDT: string | number;
|
|
6761
6762
|
WBTC?: string | number | undefined;
|
|
6762
6763
|
};
|
|
@@ -6788,9 +6789,9 @@ declare const rpcResult: {
|
|
|
6788
6789
|
BTC: bigint;
|
|
6789
6790
|
};
|
|
6790
6791
|
Ethereum: {
|
|
6792
|
+
FLIP: bigint;
|
|
6791
6793
|
ETH: bigint;
|
|
6792
6794
|
USDC: bigint;
|
|
6793
|
-
FLIP: bigint;
|
|
6794
6795
|
USDT: bigint;
|
|
6795
6796
|
WBTC: bigint;
|
|
6796
6797
|
};
|
|
@@ -6821,9 +6822,9 @@ declare const rpcResult: {
|
|
|
6821
6822
|
BTC: bigint;
|
|
6822
6823
|
};
|
|
6823
6824
|
Ethereum: {
|
|
6825
|
+
FLIP: bigint;
|
|
6824
6826
|
ETH: bigint;
|
|
6825
6827
|
USDC: bigint;
|
|
6826
|
-
FLIP: bigint;
|
|
6827
6828
|
USDT: bigint;
|
|
6828
6829
|
WBTC: bigint;
|
|
6829
6830
|
};
|
|
@@ -6855,9 +6856,9 @@ declare const rpcResult: {
|
|
|
6855
6856
|
BTC: string | number;
|
|
6856
6857
|
};
|
|
6857
6858
|
Ethereum: {
|
|
6859
|
+
FLIP: string | number;
|
|
6858
6860
|
ETH: string | number;
|
|
6859
6861
|
USDC: string | number;
|
|
6860
|
-
FLIP: string | number;
|
|
6861
6862
|
USDT: string | number;
|
|
6862
6863
|
WBTC?: string | number | undefined;
|
|
6863
6864
|
};
|
|
@@ -6888,9 +6889,9 @@ declare const rpcResult: {
|
|
|
6888
6889
|
BTC: string | number;
|
|
6889
6890
|
};
|
|
6890
6891
|
Ethereum: {
|
|
6892
|
+
FLIP: string | number;
|
|
6891
6893
|
ETH: string | number;
|
|
6892
6894
|
USDC: string | number;
|
|
6893
|
-
FLIP: string | number;
|
|
6894
6895
|
USDT: string | number;
|
|
6895
6896
|
WBTC?: string | number | undefined;
|
|
6896
6897
|
};
|
|
@@ -6927,15 +6928,15 @@ declare const rpcResult: {
|
|
|
6927
6928
|
USDT: z.ZodNullable<z.ZodNumber>;
|
|
6928
6929
|
WBTC: z.ZodDefault<z.ZodNullable<z.ZodNumber>>;
|
|
6929
6930
|
}, "strip", z.ZodTypeAny, {
|
|
6931
|
+
FLIP: number | null;
|
|
6930
6932
|
ETH: number | null;
|
|
6931
6933
|
USDC: number | null;
|
|
6932
|
-
FLIP: number | null;
|
|
6933
6934
|
USDT: number | null;
|
|
6934
6935
|
WBTC: number | null;
|
|
6935
6936
|
}, {
|
|
6937
|
+
FLIP: number | null;
|
|
6936
6938
|
ETH: number | null;
|
|
6937
6939
|
USDC: number | null;
|
|
6938
|
-
FLIP: number | null;
|
|
6939
6940
|
USDT: number | null;
|
|
6940
6941
|
WBTC?: number | null | undefined;
|
|
6941
6942
|
}>;
|
|
@@ -6983,9 +6984,9 @@ declare const rpcResult: {
|
|
|
6983
6984
|
BTC: number | null;
|
|
6984
6985
|
};
|
|
6985
6986
|
Ethereum: {
|
|
6987
|
+
FLIP: number | null;
|
|
6986
6988
|
ETH: number | null;
|
|
6987
6989
|
USDC: number | null;
|
|
6988
|
-
FLIP: number | null;
|
|
6989
6990
|
USDT: number | null;
|
|
6990
6991
|
WBTC: number | null;
|
|
6991
6992
|
};
|
|
@@ -7009,9 +7010,9 @@ declare const rpcResult: {
|
|
|
7009
7010
|
BTC: number | null;
|
|
7010
7011
|
};
|
|
7011
7012
|
Ethereum: {
|
|
7013
|
+
FLIP: number | null;
|
|
7012
7014
|
ETH: number | null;
|
|
7013
7015
|
USDC: number | null;
|
|
7014
|
-
FLIP: number | null;
|
|
7015
7016
|
USDT: number | null;
|
|
7016
7017
|
WBTC?: number | null | undefined;
|
|
7017
7018
|
};
|
|
@@ -7037,9 +7038,9 @@ declare const rpcResult: {
|
|
|
7037
7038
|
BTC: bigint | null;
|
|
7038
7039
|
};
|
|
7039
7040
|
Ethereum: {
|
|
7041
|
+
FLIP: bigint | null;
|
|
7040
7042
|
ETH: bigint | null;
|
|
7041
7043
|
USDC: bigint | null;
|
|
7042
|
-
FLIP: bigint | null;
|
|
7043
7044
|
USDT: bigint | null;
|
|
7044
7045
|
WBTC: bigint | null;
|
|
7045
7046
|
};
|
|
@@ -7068,9 +7069,9 @@ declare const rpcResult: {
|
|
|
7068
7069
|
BTC: bigint | null;
|
|
7069
7070
|
};
|
|
7070
7071
|
Ethereum: {
|
|
7072
|
+
FLIP: bigint | null;
|
|
7071
7073
|
ETH: bigint | null;
|
|
7072
7074
|
USDC: bigint | null;
|
|
7073
|
-
FLIP: bigint | null;
|
|
7074
7075
|
USDT: bigint | null;
|
|
7075
7076
|
WBTC: bigint | null;
|
|
7076
7077
|
};
|
|
@@ -7101,9 +7102,9 @@ declare const rpcResult: {
|
|
|
7101
7102
|
BTC: bigint;
|
|
7102
7103
|
};
|
|
7103
7104
|
Ethereum: {
|
|
7105
|
+
FLIP: bigint;
|
|
7104
7106
|
ETH: bigint;
|
|
7105
7107
|
USDC: bigint;
|
|
7106
|
-
FLIP: bigint;
|
|
7107
7108
|
USDT: bigint;
|
|
7108
7109
|
WBTC: bigint;
|
|
7109
7110
|
};
|
|
@@ -7134,9 +7135,9 @@ declare const rpcResult: {
|
|
|
7134
7135
|
BTC: bigint;
|
|
7135
7136
|
};
|
|
7136
7137
|
Ethereum: {
|
|
7138
|
+
FLIP: bigint;
|
|
7137
7139
|
ETH: bigint;
|
|
7138
7140
|
USDC: bigint;
|
|
7139
|
-
FLIP: bigint;
|
|
7140
7141
|
USDT: bigint;
|
|
7141
7142
|
WBTC: bigint;
|
|
7142
7143
|
};
|
|
@@ -7163,9 +7164,9 @@ declare const rpcResult: {
|
|
|
7163
7164
|
BTC: number | null;
|
|
7164
7165
|
};
|
|
7165
7166
|
Ethereum: {
|
|
7167
|
+
FLIP: number | null;
|
|
7166
7168
|
ETH: number | null;
|
|
7167
7169
|
USDC: number | null;
|
|
7168
|
-
FLIP: number | null;
|
|
7169
7170
|
USDT: number | null;
|
|
7170
7171
|
WBTC: number | null;
|
|
7171
7172
|
};
|
|
@@ -7191,9 +7192,9 @@ declare const rpcResult: {
|
|
|
7191
7192
|
BTC: string | number | null;
|
|
7192
7193
|
};
|
|
7193
7194
|
Ethereum: {
|
|
7195
|
+
FLIP: string | number | null;
|
|
7194
7196
|
ETH: string | number | null;
|
|
7195
7197
|
USDC: string | number | null;
|
|
7196
|
-
FLIP: string | number | null;
|
|
7197
7198
|
USDT: string | number | null;
|
|
7198
7199
|
WBTC?: string | number | null | undefined;
|
|
7199
7200
|
};
|
|
@@ -7222,9 +7223,9 @@ declare const rpcResult: {
|
|
|
7222
7223
|
BTC: string | number | null;
|
|
7223
7224
|
};
|
|
7224
7225
|
Ethereum: {
|
|
7226
|
+
FLIP: string | number | null;
|
|
7225
7227
|
ETH: string | number | null;
|
|
7226
7228
|
USDC: string | number | null;
|
|
7227
|
-
FLIP: string | number | null;
|
|
7228
7229
|
USDT: string | number | null;
|
|
7229
7230
|
WBTC?: string | number | null | undefined;
|
|
7230
7231
|
};
|
|
@@ -7255,9 +7256,9 @@ declare const rpcResult: {
|
|
|
7255
7256
|
BTC: string | number;
|
|
7256
7257
|
};
|
|
7257
7258
|
Ethereum: {
|
|
7259
|
+
FLIP: string | number;
|
|
7258
7260
|
ETH: string | number;
|
|
7259
7261
|
USDC: string | number;
|
|
7260
|
-
FLIP: string | number;
|
|
7261
7262
|
USDT: string | number;
|
|
7262
7263
|
WBTC?: string | number | undefined;
|
|
7263
7264
|
};
|
|
@@ -7288,9 +7289,9 @@ declare const rpcResult: {
|
|
|
7288
7289
|
BTC: string | number;
|
|
7289
7290
|
};
|
|
7290
7291
|
Ethereum: {
|
|
7292
|
+
FLIP: string | number;
|
|
7291
7293
|
ETH: string | number;
|
|
7292
7294
|
USDC: string | number;
|
|
7293
|
-
FLIP: string | number;
|
|
7294
7295
|
USDT: string | number;
|
|
7295
7296
|
WBTC?: string | number | undefined;
|
|
7296
7297
|
};
|
|
@@ -7317,9 +7318,9 @@ declare const rpcResult: {
|
|
|
7317
7318
|
BTC: number | null;
|
|
7318
7319
|
};
|
|
7319
7320
|
Ethereum: {
|
|
7321
|
+
FLIP: number | null;
|
|
7320
7322
|
ETH: number | null;
|
|
7321
7323
|
USDC: number | null;
|
|
7322
|
-
FLIP: number | null;
|
|
7323
7324
|
USDT: number | null;
|
|
7324
7325
|
WBTC?: number | null | undefined;
|
|
7325
7326
|
};
|
|
@@ -8274,7 +8275,7 @@ declare const rpcResult: {
|
|
|
8274
8275
|
};
|
|
8275
8276
|
} | null>>;
|
|
8276
8277
|
}, "strip", z.ZodTypeAny, {
|
|
8277
|
-
|
|
8278
|
+
FLIP: {
|
|
8278
8279
|
limit_order_fee_hundredth_pips: number;
|
|
8279
8280
|
range_order_fee_hundredth_pips: number;
|
|
8280
8281
|
range_order_total_fees_earned: {
|
|
@@ -8321,7 +8322,7 @@ declare const rpcResult: {
|
|
|
8321
8322
|
readonly asset: "USDC";
|
|
8322
8323
|
};
|
|
8323
8324
|
};
|
|
8324
|
-
|
|
8325
|
+
ETH: {
|
|
8325
8326
|
limit_order_fee_hundredth_pips: number;
|
|
8326
8327
|
range_order_fee_hundredth_pips: number;
|
|
8327
8328
|
range_order_total_fees_earned: {
|
|
@@ -8463,7 +8464,7 @@ declare const rpcResult: {
|
|
|
8463
8464
|
};
|
|
8464
8465
|
};
|
|
8465
8466
|
}, {
|
|
8466
|
-
|
|
8467
|
+
FLIP: {
|
|
8467
8468
|
limit_order_fee_hundredth_pips: number;
|
|
8468
8469
|
range_order_fee_hundredth_pips: number;
|
|
8469
8470
|
range_order_total_fees_earned: {
|
|
@@ -8487,7 +8488,7 @@ declare const rpcResult: {
|
|
|
8487
8488
|
asset: "USDC";
|
|
8488
8489
|
};
|
|
8489
8490
|
} | null;
|
|
8490
|
-
|
|
8491
|
+
ETH: {
|
|
8491
8492
|
limit_order_fee_hundredth_pips: number;
|
|
8492
8493
|
range_order_fee_hundredth_pips: number;
|
|
8493
8494
|
range_order_total_fees_earned: {
|
|
@@ -10783,7 +10784,7 @@ declare const rpcResult: {
|
|
|
10783
10784
|
};
|
|
10784
10785
|
};
|
|
10785
10786
|
Ethereum: {
|
|
10786
|
-
|
|
10787
|
+
FLIP: {
|
|
10787
10788
|
limit_order_fee_hundredth_pips: number;
|
|
10788
10789
|
range_order_fee_hundredth_pips: number;
|
|
10789
10790
|
range_order_total_fees_earned: {
|
|
@@ -10830,7 +10831,7 @@ declare const rpcResult: {
|
|
|
10830
10831
|
readonly asset: "USDC";
|
|
10831
10832
|
};
|
|
10832
10833
|
};
|
|
10833
|
-
|
|
10834
|
+
ETH: {
|
|
10834
10835
|
limit_order_fee_hundredth_pips: number;
|
|
10835
10836
|
range_order_fee_hundredth_pips: number;
|
|
10836
10837
|
range_order_total_fees_earned: {
|
|
@@ -11429,7 +11430,7 @@ declare const rpcResult: {
|
|
|
11429
11430
|
} | null;
|
|
11430
11431
|
};
|
|
11431
11432
|
Ethereum: {
|
|
11432
|
-
|
|
11433
|
+
FLIP: {
|
|
11433
11434
|
limit_order_fee_hundredth_pips: number;
|
|
11434
11435
|
range_order_fee_hundredth_pips: number;
|
|
11435
11436
|
range_order_total_fees_earned: {
|
|
@@ -11453,7 +11454,7 @@ declare const rpcResult: {
|
|
|
11453
11454
|
asset: "USDC";
|
|
11454
11455
|
};
|
|
11455
11456
|
} | null;
|
|
11456
|
-
|
|
11457
|
+
ETH: {
|
|
11457
11458
|
limit_order_fee_hundredth_pips: number;
|
|
11458
11459
|
range_order_fee_hundredth_pips: number;
|
|
11459
11460
|
range_order_total_fees_earned: {
|
|
@@ -11801,7 +11802,7 @@ declare const rpcResult: {
|
|
|
11801
11802
|
};
|
|
11802
11803
|
};
|
|
11803
11804
|
Ethereum: {
|
|
11804
|
-
|
|
11805
|
+
FLIP: {
|
|
11805
11806
|
limit_order_fee_hundredth_pips: number;
|
|
11806
11807
|
range_order_fee_hundredth_pips: number;
|
|
11807
11808
|
range_order_total_fees_earned: {
|
|
@@ -11848,7 +11849,7 @@ declare const rpcResult: {
|
|
|
11848
11849
|
readonly asset: "USDC";
|
|
11849
11850
|
};
|
|
11850
11851
|
};
|
|
11851
|
-
|
|
11852
|
+
ETH: {
|
|
11852
11853
|
limit_order_fee_hundredth_pips: number;
|
|
11853
11854
|
range_order_fee_hundredth_pips: number;
|
|
11854
11855
|
range_order_total_fees_earned: {
|
|
@@ -12449,7 +12450,7 @@ declare const rpcResult: {
|
|
|
12449
12450
|
} | null;
|
|
12450
12451
|
};
|
|
12451
12452
|
Ethereum: {
|
|
12452
|
-
|
|
12453
|
+
FLIP: {
|
|
12453
12454
|
limit_order_fee_hundredth_pips: number;
|
|
12454
12455
|
range_order_fee_hundredth_pips: number;
|
|
12455
12456
|
range_order_total_fees_earned: {
|
|
@@ -12473,7 +12474,7 @@ declare const rpcResult: {
|
|
|
12473
12474
|
asset: "USDC";
|
|
12474
12475
|
};
|
|
12475
12476
|
} | null;
|
|
12476
|
-
|
|
12477
|
+
ETH: {
|
|
12477
12478
|
limit_order_fee_hundredth_pips: number;
|
|
12478
12479
|
range_order_fee_hundredth_pips: number;
|
|
12479
12480
|
range_order_total_fees_earned: {
|
|
@@ -12777,9 +12778,9 @@ declare const rpcResult: {
|
|
|
12777
12778
|
BTC: bigint;
|
|
12778
12779
|
};
|
|
12779
12780
|
Ethereum: {
|
|
12781
|
+
FLIP: bigint;
|
|
12780
12782
|
ETH: bigint;
|
|
12781
12783
|
USDC: bigint;
|
|
12782
|
-
FLIP: bigint;
|
|
12783
12784
|
USDT: bigint;
|
|
12784
12785
|
WBTC: bigint;
|
|
12785
12786
|
};
|
|
@@ -12804,9 +12805,9 @@ declare const rpcResult: {
|
|
|
12804
12805
|
BTC: bigint | null;
|
|
12805
12806
|
};
|
|
12806
12807
|
Ethereum: {
|
|
12808
|
+
FLIP: bigint | null;
|
|
12807
12809
|
ETH: bigint | null;
|
|
12808
12810
|
USDC: bigint | null;
|
|
12809
|
-
FLIP: bigint | null;
|
|
12810
12811
|
USDT: bigint | null;
|
|
12811
12812
|
WBTC: bigint | null;
|
|
12812
12813
|
};
|
|
@@ -12831,9 +12832,9 @@ declare const rpcResult: {
|
|
|
12831
12832
|
BTC: bigint | null;
|
|
12832
12833
|
};
|
|
12833
12834
|
Ethereum: {
|
|
12835
|
+
FLIP: bigint | null;
|
|
12834
12836
|
ETH: bigint | null;
|
|
12835
12837
|
USDC: bigint | null;
|
|
12836
|
-
FLIP: bigint | null;
|
|
12837
12838
|
USDT: bigint | null;
|
|
12838
12839
|
WBTC: bigint | null;
|
|
12839
12840
|
};
|
|
@@ -12865,9 +12866,9 @@ declare const rpcResult: {
|
|
|
12865
12866
|
BTC: bigint;
|
|
12866
12867
|
};
|
|
12867
12868
|
Ethereum: {
|
|
12869
|
+
FLIP: bigint;
|
|
12868
12870
|
ETH: bigint;
|
|
12869
12871
|
USDC: bigint;
|
|
12870
|
-
FLIP: bigint;
|
|
12871
12872
|
USDT: bigint;
|
|
12872
12873
|
WBTC: bigint;
|
|
12873
12874
|
};
|
|
@@ -12913,9 +12914,9 @@ declare const rpcResult: {
|
|
|
12913
12914
|
BTC: bigint | null;
|
|
12914
12915
|
};
|
|
12915
12916
|
Ethereum: {
|
|
12917
|
+
FLIP: bigint | null;
|
|
12916
12918
|
ETH: bigint | null;
|
|
12917
12919
|
USDC: bigint | null;
|
|
12918
|
-
FLIP: bigint | null;
|
|
12919
12920
|
USDT: bigint | null;
|
|
12920
12921
|
WBTC: bigint | null;
|
|
12921
12922
|
};
|
|
@@ -12941,9 +12942,9 @@ declare const rpcResult: {
|
|
|
12941
12942
|
BTC: bigint;
|
|
12942
12943
|
};
|
|
12943
12944
|
Ethereum: {
|
|
12945
|
+
FLIP: bigint;
|
|
12944
12946
|
ETH: bigint;
|
|
12945
12947
|
USDC: bigint;
|
|
12946
|
-
FLIP: bigint;
|
|
12947
12948
|
USDT: bigint;
|
|
12948
12949
|
WBTC: bigint;
|
|
12949
12950
|
};
|
|
@@ -12970,9 +12971,9 @@ declare const rpcResult: {
|
|
|
12970
12971
|
BTC: bigint | null;
|
|
12971
12972
|
};
|
|
12972
12973
|
Ethereum: {
|
|
12974
|
+
FLIP: bigint | null;
|
|
12973
12975
|
ETH: bigint | null;
|
|
12974
12976
|
USDC: bigint | null;
|
|
12975
|
-
FLIP: bigint | null;
|
|
12976
12977
|
USDT: bigint | null;
|
|
12977
12978
|
WBTC: bigint | null;
|
|
12978
12979
|
};
|
|
@@ -13001,9 +13002,9 @@ declare const rpcResult: {
|
|
|
13001
13002
|
BTC: bigint | null;
|
|
13002
13003
|
};
|
|
13003
13004
|
Ethereum: {
|
|
13005
|
+
FLIP: bigint | null;
|
|
13004
13006
|
ETH: bigint | null;
|
|
13005
13007
|
USDC: bigint | null;
|
|
13006
|
-
FLIP: bigint | null;
|
|
13007
13008
|
USDT: bigint | null;
|
|
13008
13009
|
WBTC: bigint | null;
|
|
13009
13010
|
};
|
|
@@ -13034,9 +13035,9 @@ declare const rpcResult: {
|
|
|
13034
13035
|
BTC: bigint;
|
|
13035
13036
|
};
|
|
13036
13037
|
Ethereum: {
|
|
13038
|
+
FLIP: bigint;
|
|
13037
13039
|
ETH: bigint;
|
|
13038
13040
|
USDC: bigint;
|
|
13039
|
-
FLIP: bigint;
|
|
13040
13041
|
USDT: bigint;
|
|
13041
13042
|
WBTC: bigint;
|
|
13042
13043
|
};
|
|
@@ -13067,9 +13068,9 @@ declare const rpcResult: {
|
|
|
13067
13068
|
BTC: bigint;
|
|
13068
13069
|
};
|
|
13069
13070
|
Ethereum: {
|
|
13071
|
+
FLIP: bigint;
|
|
13070
13072
|
ETH: bigint;
|
|
13071
13073
|
USDC: bigint;
|
|
13072
|
-
FLIP: bigint;
|
|
13073
13074
|
USDT: bigint;
|
|
13074
13075
|
WBTC: bigint;
|
|
13075
13076
|
};
|
|
@@ -13096,9 +13097,9 @@ declare const rpcResult: {
|
|
|
13096
13097
|
BTC: number | null;
|
|
13097
13098
|
};
|
|
13098
13099
|
Ethereum: {
|
|
13100
|
+
FLIP: number | null;
|
|
13099
13101
|
ETH: number | null;
|
|
13100
13102
|
USDC: number | null;
|
|
13101
|
-
FLIP: number | null;
|
|
13102
13103
|
USDT: number | null;
|
|
13103
13104
|
WBTC: number | null;
|
|
13104
13105
|
};
|
|
@@ -13175,7 +13176,7 @@ declare const rpcResult: {
|
|
|
13175
13176
|
};
|
|
13176
13177
|
};
|
|
13177
13178
|
Ethereum: {
|
|
13178
|
-
|
|
13179
|
+
FLIP: {
|
|
13179
13180
|
limit_order_fee_hundredth_pips: number;
|
|
13180
13181
|
range_order_fee_hundredth_pips: number;
|
|
13181
13182
|
range_order_total_fees_earned: {
|
|
@@ -13222,7 +13223,7 @@ declare const rpcResult: {
|
|
|
13222
13223
|
readonly asset: "USDC";
|
|
13223
13224
|
};
|
|
13224
13225
|
};
|
|
13225
|
-
|
|
13226
|
+
ETH: {
|
|
13226
13227
|
limit_order_fee_hundredth_pips: number;
|
|
13227
13228
|
range_order_fee_hundredth_pips: number;
|
|
13228
13229
|
range_order_total_fees_earned: {
|
|
@@ -13802,9 +13803,9 @@ declare const rpcResult: {
|
|
|
13802
13803
|
BTC: string | number;
|
|
13803
13804
|
};
|
|
13804
13805
|
Ethereum: {
|
|
13806
|
+
FLIP: string | number;
|
|
13805
13807
|
ETH: string | number;
|
|
13806
13808
|
USDC: string | number;
|
|
13807
|
-
FLIP: string | number;
|
|
13808
13809
|
USDT: string | number;
|
|
13809
13810
|
WBTC?: string | number | undefined;
|
|
13810
13811
|
};
|
|
@@ -13829,9 +13830,9 @@ declare const rpcResult: {
|
|
|
13829
13830
|
BTC: string | number | null;
|
|
13830
13831
|
};
|
|
13831
13832
|
Ethereum: {
|
|
13833
|
+
FLIP: string | number | null;
|
|
13832
13834
|
ETH: string | number | null;
|
|
13833
13835
|
USDC: string | number | null;
|
|
13834
|
-
FLIP: string | number | null;
|
|
13835
13836
|
USDT: string | number | null;
|
|
13836
13837
|
WBTC?: string | number | null | undefined;
|
|
13837
13838
|
};
|
|
@@ -13856,9 +13857,9 @@ declare const rpcResult: {
|
|
|
13856
13857
|
BTC: string | number | null;
|
|
13857
13858
|
};
|
|
13858
13859
|
Ethereum: {
|
|
13860
|
+
FLIP: string | number | null;
|
|
13859
13861
|
ETH: string | number | null;
|
|
13860
13862
|
USDC: string | number | null;
|
|
13861
|
-
FLIP: string | number | null;
|
|
13862
13863
|
USDT: string | number | null;
|
|
13863
13864
|
WBTC?: string | number | null | undefined;
|
|
13864
13865
|
};
|
|
@@ -13890,9 +13891,9 @@ declare const rpcResult: {
|
|
|
13890
13891
|
BTC: string | number;
|
|
13891
13892
|
};
|
|
13892
13893
|
Ethereum: {
|
|
13894
|
+
FLIP: string | number;
|
|
13893
13895
|
ETH: string | number;
|
|
13894
13896
|
USDC: string | number;
|
|
13895
|
-
FLIP: string | number;
|
|
13896
13897
|
USDT: string | number;
|
|
13897
13898
|
WBTC?: string | number | undefined;
|
|
13898
13899
|
};
|
|
@@ -13938,9 +13939,9 @@ declare const rpcResult: {
|
|
|
13938
13939
|
BTC: string | number | null;
|
|
13939
13940
|
};
|
|
13940
13941
|
Ethereum: {
|
|
13942
|
+
FLIP: string | number | null;
|
|
13941
13943
|
ETH: string | number | null;
|
|
13942
13944
|
USDC: string | number | null;
|
|
13943
|
-
FLIP: string | number | null;
|
|
13944
13945
|
USDT: string | number | null;
|
|
13945
13946
|
WBTC?: string | number | null | undefined;
|
|
13946
13947
|
};
|
|
@@ -13967,9 +13968,9 @@ declare const rpcResult: {
|
|
|
13967
13968
|
BTC: string | number | null;
|
|
13968
13969
|
};
|
|
13969
13970
|
Ethereum: {
|
|
13971
|
+
FLIP: string | number | null;
|
|
13970
13972
|
ETH: string | number | null;
|
|
13971
13973
|
USDC: string | number | null;
|
|
13972
|
-
FLIP: string | number | null;
|
|
13973
13974
|
USDT: string | number | null;
|
|
13974
13975
|
WBTC?: string | number | null | undefined;
|
|
13975
13976
|
};
|
|
@@ -13998,9 +13999,9 @@ declare const rpcResult: {
|
|
|
13998
13999
|
BTC: string | number | null;
|
|
13999
14000
|
};
|
|
14000
14001
|
Ethereum: {
|
|
14002
|
+
FLIP: string | number | null;
|
|
14001
14003
|
ETH: string | number | null;
|
|
14002
14004
|
USDC: string | number | null;
|
|
14003
|
-
FLIP: string | number | null;
|
|
14004
14005
|
USDT: string | number | null;
|
|
14005
14006
|
WBTC?: string | number | null | undefined;
|
|
14006
14007
|
};
|
|
@@ -14031,9 +14032,9 @@ declare const rpcResult: {
|
|
|
14031
14032
|
BTC: string | number;
|
|
14032
14033
|
};
|
|
14033
14034
|
Ethereum: {
|
|
14035
|
+
FLIP: string | number;
|
|
14034
14036
|
ETH: string | number;
|
|
14035
14037
|
USDC: string | number;
|
|
14036
|
-
FLIP: string | number;
|
|
14037
14038
|
USDT: string | number;
|
|
14038
14039
|
WBTC?: string | number | undefined;
|
|
14039
14040
|
};
|
|
@@ -14064,9 +14065,9 @@ declare const rpcResult: {
|
|
|
14064
14065
|
BTC: string | number;
|
|
14065
14066
|
};
|
|
14066
14067
|
Ethereum: {
|
|
14068
|
+
FLIP: string | number;
|
|
14067
14069
|
ETH: string | number;
|
|
14068
14070
|
USDC: string | number;
|
|
14069
|
-
FLIP: string | number;
|
|
14070
14071
|
USDT: string | number;
|
|
14071
14072
|
WBTC?: string | number | undefined;
|
|
14072
14073
|
};
|
|
@@ -14093,9 +14094,9 @@ declare const rpcResult: {
|
|
|
14093
14094
|
BTC: number | null;
|
|
14094
14095
|
};
|
|
14095
14096
|
Ethereum: {
|
|
14097
|
+
FLIP: number | null;
|
|
14096
14098
|
ETH: number | null;
|
|
14097
14099
|
USDC: number | null;
|
|
14098
|
-
FLIP: number | null;
|
|
14099
14100
|
USDT: number | null;
|
|
14100
14101
|
WBTC?: number | null | undefined;
|
|
14101
14102
|
};
|
|
@@ -14149,7 +14150,7 @@ declare const rpcResult: {
|
|
|
14149
14150
|
} | null;
|
|
14150
14151
|
};
|
|
14151
14152
|
Ethereum: {
|
|
14152
|
-
|
|
14153
|
+
FLIP: {
|
|
14153
14154
|
limit_order_fee_hundredth_pips: number;
|
|
14154
14155
|
range_order_fee_hundredth_pips: number;
|
|
14155
14156
|
range_order_total_fees_earned: {
|
|
@@ -14173,7 +14174,7 @@ declare const rpcResult: {
|
|
|
14173
14174
|
asset: "USDC";
|
|
14174
14175
|
};
|
|
14175
14176
|
} | null;
|
|
14176
|
-
|
|
14177
|
+
ETH: {
|
|
14177
14178
|
limit_order_fee_hundredth_pips: number;
|
|
14178
14179
|
range_order_fee_hundredth_pips: number;
|
|
14179
14180
|
range_order_total_fees_earned: {
|
|
@@ -14497,15 +14498,15 @@ declare const rpcResult: {
|
|
|
14497
14498
|
USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
14498
14499
|
WBTC: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
14499
14500
|
}, "strip", z.ZodTypeAny, {
|
|
14501
|
+
FLIP: bigint;
|
|
14500
14502
|
ETH: bigint;
|
|
14501
14503
|
USDC: bigint;
|
|
14502
|
-
FLIP: bigint;
|
|
14503
14504
|
USDT: bigint;
|
|
14504
14505
|
WBTC: bigint;
|
|
14505
14506
|
}, {
|
|
14507
|
+
FLIP: string | number;
|
|
14506
14508
|
ETH: string | number;
|
|
14507
14509
|
USDC: string | number;
|
|
14508
|
-
FLIP: string | number;
|
|
14509
14510
|
USDT: string | number;
|
|
14510
14511
|
WBTC?: string | number | undefined;
|
|
14511
14512
|
}>;
|
|
@@ -14553,9 +14554,9 @@ declare const rpcResult: {
|
|
|
14553
14554
|
BTC: bigint;
|
|
14554
14555
|
};
|
|
14555
14556
|
Ethereum: {
|
|
14557
|
+
FLIP: bigint;
|
|
14556
14558
|
ETH: bigint;
|
|
14557
14559
|
USDC: bigint;
|
|
14558
|
-
FLIP: bigint;
|
|
14559
14560
|
USDT: bigint;
|
|
14560
14561
|
WBTC: bigint;
|
|
14561
14562
|
};
|
|
@@ -14579,9 +14580,9 @@ declare const rpcResult: {
|
|
|
14579
14580
|
BTC: string | number;
|
|
14580
14581
|
};
|
|
14581
14582
|
Ethereum: {
|
|
14583
|
+
FLIP: string | number;
|
|
14582
14584
|
ETH: string | number;
|
|
14583
14585
|
USDC: string | number;
|
|
14584
|
-
FLIP: string | number;
|
|
14585
14586
|
USDT: string | number;
|
|
14586
14587
|
WBTC?: string | number | undefined;
|
|
14587
14588
|
};
|
|
@@ -14616,15 +14617,15 @@ declare const rpcResult: {
|
|
|
14616
14617
|
USDT: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
14617
14618
|
WBTC: z.ZodDefault<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>>;
|
|
14618
14619
|
}, "strip", z.ZodTypeAny, {
|
|
14620
|
+
FLIP: bigint | null;
|
|
14619
14621
|
ETH: bigint | null;
|
|
14620
14622
|
USDC: bigint | null;
|
|
14621
|
-
FLIP: bigint | null;
|
|
14622
14623
|
USDT: bigint | null;
|
|
14623
14624
|
WBTC: bigint | null;
|
|
14624
14625
|
}, {
|
|
14626
|
+
FLIP: string | number | null;
|
|
14625
14627
|
ETH: string | number | null;
|
|
14626
14628
|
USDC: string | number | null;
|
|
14627
|
-
FLIP: string | number | null;
|
|
14628
14629
|
USDT: string | number | null;
|
|
14629
14630
|
WBTC?: string | number | null | undefined;
|
|
14630
14631
|
}>;
|
|
@@ -14672,9 +14673,9 @@ declare const rpcResult: {
|
|
|
14672
14673
|
BTC: bigint | null;
|
|
14673
14674
|
};
|
|
14674
14675
|
Ethereum: {
|
|
14676
|
+
FLIP: bigint | null;
|
|
14675
14677
|
ETH: bigint | null;
|
|
14676
14678
|
USDC: bigint | null;
|
|
14677
|
-
FLIP: bigint | null;
|
|
14678
14679
|
USDT: bigint | null;
|
|
14679
14680
|
WBTC: bigint | null;
|
|
14680
14681
|
};
|
|
@@ -14698,9 +14699,9 @@ declare const rpcResult: {
|
|
|
14698
14699
|
BTC: string | number | null;
|
|
14699
14700
|
};
|
|
14700
14701
|
Ethereum: {
|
|
14702
|
+
FLIP: string | number | null;
|
|
14701
14703
|
ETH: string | number | null;
|
|
14702
14704
|
USDC: string | number | null;
|
|
14703
|
-
FLIP: string | number | null;
|
|
14704
14705
|
USDT: string | number | null;
|
|
14705
14706
|
WBTC?: string | number | null | undefined;
|
|
14706
14707
|
};
|
|
@@ -14735,15 +14736,15 @@ declare const rpcResult: {
|
|
|
14735
14736
|
USDT: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
14736
14737
|
WBTC: z.ZodDefault<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>>;
|
|
14737
14738
|
}, "strip", z.ZodTypeAny, {
|
|
14739
|
+
FLIP: bigint | null;
|
|
14738
14740
|
ETH: bigint | null;
|
|
14739
14741
|
USDC: bigint | null;
|
|
14740
|
-
FLIP: bigint | null;
|
|
14741
14742
|
USDT: bigint | null;
|
|
14742
14743
|
WBTC: bigint | null;
|
|
14743
14744
|
}, {
|
|
14745
|
+
FLIP: string | number | null;
|
|
14744
14746
|
ETH: string | number | null;
|
|
14745
14747
|
USDC: string | number | null;
|
|
14746
|
-
FLIP: string | number | null;
|
|
14747
14748
|
USDT: string | number | null;
|
|
14748
14749
|
WBTC?: string | number | null | undefined;
|
|
14749
14750
|
}>;
|
|
@@ -14791,9 +14792,9 @@ declare const rpcResult: {
|
|
|
14791
14792
|
BTC: bigint | null;
|
|
14792
14793
|
};
|
|
14793
14794
|
Ethereum: {
|
|
14795
|
+
FLIP: bigint | null;
|
|
14794
14796
|
ETH: bigint | null;
|
|
14795
14797
|
USDC: bigint | null;
|
|
14796
|
-
FLIP: bigint | null;
|
|
14797
14798
|
USDT: bigint | null;
|
|
14798
14799
|
WBTC: bigint | null;
|
|
14799
14800
|
};
|
|
@@ -14817,9 +14818,9 @@ declare const rpcResult: {
|
|
|
14817
14818
|
BTC: string | number | null;
|
|
14818
14819
|
};
|
|
14819
14820
|
Ethereum: {
|
|
14821
|
+
FLIP: string | number | null;
|
|
14820
14822
|
ETH: string | number | null;
|
|
14821
14823
|
USDC: string | number | null;
|
|
14822
|
-
FLIP: string | number | null;
|
|
14823
14824
|
USDT: string | number | null;
|
|
14824
14825
|
WBTC?: string | number | null | undefined;
|
|
14825
14826
|
};
|
|
@@ -14873,15 +14874,15 @@ declare const rpcResult: {
|
|
|
14873
14874
|
USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
14874
14875
|
WBTC: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
14875
14876
|
}, "strip", z.ZodTypeAny, {
|
|
14877
|
+
FLIP: bigint;
|
|
14876
14878
|
ETH: bigint;
|
|
14877
14879
|
USDC: bigint;
|
|
14878
|
-
FLIP: bigint;
|
|
14879
14880
|
USDT: bigint;
|
|
14880
14881
|
WBTC: bigint;
|
|
14881
14882
|
}, {
|
|
14883
|
+
FLIP: string | number;
|
|
14882
14884
|
ETH: string | number;
|
|
14883
14885
|
USDC: string | number;
|
|
14884
|
-
FLIP: string | number;
|
|
14885
14886
|
USDT: string | number;
|
|
14886
14887
|
WBTC?: string | number | undefined;
|
|
14887
14888
|
}>;
|
|
@@ -14929,9 +14930,9 @@ declare const rpcResult: {
|
|
|
14929
14930
|
BTC: bigint;
|
|
14930
14931
|
};
|
|
14931
14932
|
Ethereum: {
|
|
14933
|
+
FLIP: bigint;
|
|
14932
14934
|
ETH: bigint;
|
|
14933
14935
|
USDC: bigint;
|
|
14934
|
-
FLIP: bigint;
|
|
14935
14936
|
USDT: bigint;
|
|
14936
14937
|
WBTC: bigint;
|
|
14937
14938
|
};
|
|
@@ -14955,9 +14956,9 @@ declare const rpcResult: {
|
|
|
14955
14956
|
BTC: string | number;
|
|
14956
14957
|
};
|
|
14957
14958
|
Ethereum: {
|
|
14959
|
+
FLIP: string | number;
|
|
14958
14960
|
ETH: string | number;
|
|
14959
14961
|
USDC: string | number;
|
|
14960
|
-
FLIP: string | number;
|
|
14961
14962
|
USDT: string | number;
|
|
14962
14963
|
WBTC?: string | number | undefined;
|
|
14963
14964
|
};
|
|
@@ -15049,15 +15050,15 @@ declare const rpcResult: {
|
|
|
15049
15050
|
USDT: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
15050
15051
|
WBTC: z.ZodDefault<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>>;
|
|
15051
15052
|
}, "strip", z.ZodTypeAny, {
|
|
15053
|
+
FLIP: bigint | null;
|
|
15052
15054
|
ETH: bigint | null;
|
|
15053
15055
|
USDC: bigint | null;
|
|
15054
|
-
FLIP: bigint | null;
|
|
15055
15056
|
USDT: bigint | null;
|
|
15056
15057
|
WBTC: bigint | null;
|
|
15057
15058
|
}, {
|
|
15059
|
+
FLIP: string | number | null;
|
|
15058
15060
|
ETH: string | number | null;
|
|
15059
15061
|
USDC: string | number | null;
|
|
15060
|
-
FLIP: string | number | null;
|
|
15061
15062
|
USDT: string | number | null;
|
|
15062
15063
|
WBTC?: string | number | null | undefined;
|
|
15063
15064
|
}>;
|
|
@@ -15105,9 +15106,9 @@ declare const rpcResult: {
|
|
|
15105
15106
|
BTC: bigint | null;
|
|
15106
15107
|
};
|
|
15107
15108
|
Ethereum: {
|
|
15109
|
+
FLIP: bigint | null;
|
|
15108
15110
|
ETH: bigint | null;
|
|
15109
15111
|
USDC: bigint | null;
|
|
15110
|
-
FLIP: bigint | null;
|
|
15111
15112
|
USDT: bigint | null;
|
|
15112
15113
|
WBTC: bigint | null;
|
|
15113
15114
|
};
|
|
@@ -15131,9 +15132,9 @@ declare const rpcResult: {
|
|
|
15131
15132
|
BTC: string | number | null;
|
|
15132
15133
|
};
|
|
15133
15134
|
Ethereum: {
|
|
15135
|
+
FLIP: string | number | null;
|
|
15134
15136
|
ETH: string | number | null;
|
|
15135
15137
|
USDC: string | number | null;
|
|
15136
|
-
FLIP: string | number | null;
|
|
15137
15138
|
USDT: string | number | null;
|
|
15138
15139
|
WBTC?: string | number | null | undefined;
|
|
15139
15140
|
};
|
|
@@ -15159,9 +15160,9 @@ declare const rpcResult: {
|
|
|
15159
15160
|
BTC: bigint;
|
|
15160
15161
|
};
|
|
15161
15162
|
Ethereum: {
|
|
15163
|
+
FLIP: bigint;
|
|
15162
15164
|
ETH: bigint;
|
|
15163
15165
|
USDC: bigint;
|
|
15164
|
-
FLIP: bigint;
|
|
15165
15166
|
USDT: bigint;
|
|
15166
15167
|
WBTC: bigint;
|
|
15167
15168
|
};
|
|
@@ -15186,9 +15187,9 @@ declare const rpcResult: {
|
|
|
15186
15187
|
BTC: bigint | null;
|
|
15187
15188
|
};
|
|
15188
15189
|
Ethereum: {
|
|
15190
|
+
FLIP: bigint | null;
|
|
15189
15191
|
ETH: bigint | null;
|
|
15190
15192
|
USDC: bigint | null;
|
|
15191
|
-
FLIP: bigint | null;
|
|
15192
15193
|
USDT: bigint | null;
|
|
15193
15194
|
WBTC: bigint | null;
|
|
15194
15195
|
};
|
|
@@ -15213,9 +15214,9 @@ declare const rpcResult: {
|
|
|
15213
15214
|
BTC: bigint | null;
|
|
15214
15215
|
};
|
|
15215
15216
|
Ethereum: {
|
|
15217
|
+
FLIP: bigint | null;
|
|
15216
15218
|
ETH: bigint | null;
|
|
15217
15219
|
USDC: bigint | null;
|
|
15218
|
-
FLIP: bigint | null;
|
|
15219
15220
|
USDT: bigint | null;
|
|
15220
15221
|
WBTC: bigint | null;
|
|
15221
15222
|
};
|
|
@@ -15247,9 +15248,9 @@ declare const rpcResult: {
|
|
|
15247
15248
|
BTC: bigint;
|
|
15248
15249
|
};
|
|
15249
15250
|
Ethereum: {
|
|
15251
|
+
FLIP: bigint;
|
|
15250
15252
|
ETH: bigint;
|
|
15251
15253
|
USDC: bigint;
|
|
15252
|
-
FLIP: bigint;
|
|
15253
15254
|
USDT: bigint;
|
|
15254
15255
|
WBTC: bigint;
|
|
15255
15256
|
};
|
|
@@ -15295,9 +15296,9 @@ declare const rpcResult: {
|
|
|
15295
15296
|
BTC: bigint | null;
|
|
15296
15297
|
};
|
|
15297
15298
|
Ethereum: {
|
|
15299
|
+
FLIP: bigint | null;
|
|
15298
15300
|
ETH: bigint | null;
|
|
15299
15301
|
USDC: bigint | null;
|
|
15300
|
-
FLIP: bigint | null;
|
|
15301
15302
|
USDT: bigint | null;
|
|
15302
15303
|
WBTC: bigint | null;
|
|
15303
15304
|
};
|
|
@@ -15323,9 +15324,9 @@ declare const rpcResult: {
|
|
|
15323
15324
|
BTC: string | number;
|
|
15324
15325
|
};
|
|
15325
15326
|
Ethereum: {
|
|
15327
|
+
FLIP: string | number;
|
|
15326
15328
|
ETH: string | number;
|
|
15327
15329
|
USDC: string | number;
|
|
15328
|
-
FLIP: string | number;
|
|
15329
15330
|
USDT: string | number;
|
|
15330
15331
|
WBTC?: string | number | undefined;
|
|
15331
15332
|
};
|
|
@@ -15350,9 +15351,9 @@ declare const rpcResult: {
|
|
|
15350
15351
|
BTC: string | number | null;
|
|
15351
15352
|
};
|
|
15352
15353
|
Ethereum: {
|
|
15354
|
+
FLIP: string | number | null;
|
|
15353
15355
|
ETH: string | number | null;
|
|
15354
15356
|
USDC: string | number | null;
|
|
15355
|
-
FLIP: string | number | null;
|
|
15356
15357
|
USDT: string | number | null;
|
|
15357
15358
|
WBTC?: string | number | null | undefined;
|
|
15358
15359
|
};
|
|
@@ -15377,9 +15378,9 @@ declare const rpcResult: {
|
|
|
15377
15378
|
BTC: string | number | null;
|
|
15378
15379
|
};
|
|
15379
15380
|
Ethereum: {
|
|
15381
|
+
FLIP: string | number | null;
|
|
15380
15382
|
ETH: string | number | null;
|
|
15381
15383
|
USDC: string | number | null;
|
|
15382
|
-
FLIP: string | number | null;
|
|
15383
15384
|
USDT: string | number | null;
|
|
15384
15385
|
WBTC?: string | number | null | undefined;
|
|
15385
15386
|
};
|
|
@@ -15411,9 +15412,9 @@ declare const rpcResult: {
|
|
|
15411
15412
|
BTC: string | number;
|
|
15412
15413
|
};
|
|
15413
15414
|
Ethereum: {
|
|
15415
|
+
FLIP: string | number;
|
|
15414
15416
|
ETH: string | number;
|
|
15415
15417
|
USDC: string | number;
|
|
15416
|
-
FLIP: string | number;
|
|
15417
15418
|
USDT: string | number;
|
|
15418
15419
|
WBTC?: string | number | undefined;
|
|
15419
15420
|
};
|
|
@@ -15459,9 +15460,9 @@ declare const rpcResult: {
|
|
|
15459
15460
|
BTC: string | number | null;
|
|
15460
15461
|
};
|
|
15461
15462
|
Ethereum: {
|
|
15463
|
+
FLIP: string | number | null;
|
|
15462
15464
|
ETH: string | number | null;
|
|
15463
15465
|
USDC: string | number | null;
|
|
15464
|
-
FLIP: string | number | null;
|
|
15465
15466
|
USDT: string | number | null;
|
|
15466
15467
|
WBTC?: string | number | null | undefined;
|
|
15467
15468
|
};
|
|
@@ -15487,9 +15488,9 @@ declare const rpcResult: {
|
|
|
15487
15488
|
BTC: bigint;
|
|
15488
15489
|
};
|
|
15489
15490
|
Ethereum: {
|
|
15491
|
+
FLIP: bigint;
|
|
15490
15492
|
ETH: bigint;
|
|
15491
15493
|
USDC: bigint;
|
|
15492
|
-
FLIP: bigint;
|
|
15493
15494
|
USDT: bigint;
|
|
15494
15495
|
WBTC: bigint;
|
|
15495
15496
|
};
|
|
@@ -15514,9 +15515,9 @@ declare const rpcResult: {
|
|
|
15514
15515
|
BTC: bigint | null;
|
|
15515
15516
|
};
|
|
15516
15517
|
Ethereum: {
|
|
15518
|
+
FLIP: bigint | null;
|
|
15517
15519
|
ETH: bigint | null;
|
|
15518
15520
|
USDC: bigint | null;
|
|
15519
|
-
FLIP: bigint | null;
|
|
15520
15521
|
USDT: bigint | null;
|
|
15521
15522
|
WBTC: bigint | null;
|
|
15522
15523
|
};
|
|
@@ -15541,9 +15542,9 @@ declare const rpcResult: {
|
|
|
15541
15542
|
BTC: bigint | null;
|
|
15542
15543
|
};
|
|
15543
15544
|
Ethereum: {
|
|
15545
|
+
FLIP: bigint | null;
|
|
15544
15546
|
ETH: bigint | null;
|
|
15545
15547
|
USDC: bigint | null;
|
|
15546
|
-
FLIP: bigint | null;
|
|
15547
15548
|
USDT: bigint | null;
|
|
15548
15549
|
WBTC: bigint | null;
|
|
15549
15550
|
};
|
|
@@ -15575,9 +15576,9 @@ declare const rpcResult: {
|
|
|
15575
15576
|
BTC: bigint;
|
|
15576
15577
|
};
|
|
15577
15578
|
Ethereum: {
|
|
15579
|
+
FLIP: bigint;
|
|
15578
15580
|
ETH: bigint;
|
|
15579
15581
|
USDC: bigint;
|
|
15580
|
-
FLIP: bigint;
|
|
15581
15582
|
USDT: bigint;
|
|
15582
15583
|
WBTC: bigint;
|
|
15583
15584
|
};
|
|
@@ -15623,9 +15624,9 @@ declare const rpcResult: {
|
|
|
15623
15624
|
BTC: bigint | null;
|
|
15624
15625
|
};
|
|
15625
15626
|
Ethereum: {
|
|
15627
|
+
FLIP: bigint | null;
|
|
15626
15628
|
ETH: bigint | null;
|
|
15627
15629
|
USDC: bigint | null;
|
|
15628
|
-
FLIP: bigint | null;
|
|
15629
15630
|
USDT: bigint | null;
|
|
15630
15631
|
WBTC: bigint | null;
|
|
15631
15632
|
};
|
|
@@ -15651,9 +15652,9 @@ declare const rpcResult: {
|
|
|
15651
15652
|
BTC: bigint;
|
|
15652
15653
|
};
|
|
15653
15654
|
Ethereum: {
|
|
15655
|
+
FLIP: bigint;
|
|
15654
15656
|
ETH: bigint;
|
|
15655
15657
|
USDC: bigint;
|
|
15656
|
-
FLIP: bigint;
|
|
15657
15658
|
USDT: bigint;
|
|
15658
15659
|
WBTC: bigint;
|
|
15659
15660
|
};
|
|
@@ -15679,9 +15680,9 @@ declare const rpcResult: {
|
|
|
15679
15680
|
BTC: string | number;
|
|
15680
15681
|
};
|
|
15681
15682
|
Ethereum: {
|
|
15683
|
+
FLIP: string | number;
|
|
15682
15684
|
ETH: string | number;
|
|
15683
15685
|
USDC: string | number;
|
|
15684
|
-
FLIP: string | number;
|
|
15685
15686
|
USDT: string | number;
|
|
15686
15687
|
WBTC?: string | number | undefined;
|
|
15687
15688
|
};
|
|
@@ -15706,9 +15707,9 @@ declare const rpcResult: {
|
|
|
15706
15707
|
BTC: string | number | null;
|
|
15707
15708
|
};
|
|
15708
15709
|
Ethereum: {
|
|
15710
|
+
FLIP: string | number | null;
|
|
15709
15711
|
ETH: string | number | null;
|
|
15710
15712
|
USDC: string | number | null;
|
|
15711
|
-
FLIP: string | number | null;
|
|
15712
15713
|
USDT: string | number | null;
|
|
15713
15714
|
WBTC?: string | number | null | undefined;
|
|
15714
15715
|
};
|
|
@@ -15733,9 +15734,9 @@ declare const rpcResult: {
|
|
|
15733
15734
|
BTC: string | number | null;
|
|
15734
15735
|
};
|
|
15735
15736
|
Ethereum: {
|
|
15737
|
+
FLIP: string | number | null;
|
|
15736
15738
|
ETH: string | number | null;
|
|
15737
15739
|
USDC: string | number | null;
|
|
15738
|
-
FLIP: string | number | null;
|
|
15739
15740
|
USDT: string | number | null;
|
|
15740
15741
|
WBTC?: string | number | null | undefined;
|
|
15741
15742
|
};
|
|
@@ -15767,9 +15768,9 @@ declare const rpcResult: {
|
|
|
15767
15768
|
BTC: string | number;
|
|
15768
15769
|
};
|
|
15769
15770
|
Ethereum: {
|
|
15771
|
+
FLIP: string | number;
|
|
15770
15772
|
ETH: string | number;
|
|
15771
15773
|
USDC: string | number;
|
|
15772
|
-
FLIP: string | number;
|
|
15773
15774
|
USDT: string | number;
|
|
15774
15775
|
WBTC?: string | number | undefined;
|
|
15775
15776
|
};
|
|
@@ -15815,9 +15816,9 @@ declare const rpcResult: {
|
|
|
15815
15816
|
BTC: string | number | null;
|
|
15816
15817
|
};
|
|
15817
15818
|
Ethereum: {
|
|
15819
|
+
FLIP: string | number | null;
|
|
15818
15820
|
ETH: string | number | null;
|
|
15819
15821
|
USDC: string | number | null;
|
|
15820
|
-
FLIP: string | number | null;
|
|
15821
15822
|
USDT: string | number | null;
|
|
15822
15823
|
WBTC?: string | number | null | undefined;
|
|
15823
15824
|
};
|
|
@@ -15849,33 +15850,33 @@ declare const rpcResult: {
|
|
|
15849
15850
|
lp: z.ZodString;
|
|
15850
15851
|
}, "strip", z.ZodTypeAny, {
|
|
15851
15852
|
id: string;
|
|
15853
|
+
fees_earned: bigint;
|
|
15854
|
+
lp: string;
|
|
15852
15855
|
tick: number;
|
|
15853
15856
|
sell_amount: bigint;
|
|
15854
|
-
fees_earned: bigint;
|
|
15855
15857
|
original_sell_amount: bigint;
|
|
15856
|
-
lp: string;
|
|
15857
15858
|
}, {
|
|
15858
15859
|
id: string | number;
|
|
15860
|
+
fees_earned: string | number;
|
|
15861
|
+
lp: string;
|
|
15859
15862
|
tick: number;
|
|
15860
15863
|
sell_amount: string | number;
|
|
15861
|
-
fees_earned: string | number;
|
|
15862
15864
|
original_sell_amount: string | number;
|
|
15863
|
-
lp: string;
|
|
15864
15865
|
}>, {
|
|
15865
15866
|
type: "ask";
|
|
15866
15867
|
id: string;
|
|
15868
|
+
fees_earned: bigint;
|
|
15869
|
+
lp: string;
|
|
15867
15870
|
tick: number;
|
|
15868
15871
|
sell_amount: bigint;
|
|
15869
|
-
fees_earned: bigint;
|
|
15870
15872
|
original_sell_amount: bigint;
|
|
15871
|
-
lp: string;
|
|
15872
15873
|
}, {
|
|
15873
15874
|
id: string | number;
|
|
15875
|
+
fees_earned: string | number;
|
|
15876
|
+
lp: string;
|
|
15874
15877
|
tick: number;
|
|
15875
15878
|
sell_amount: string | number;
|
|
15876
|
-
fees_earned: string | number;
|
|
15877
15879
|
original_sell_amount: string | number;
|
|
15878
|
-
lp: string;
|
|
15879
15880
|
}>, "many">;
|
|
15880
15881
|
bids: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
15881
15882
|
id: z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>, string, string | number>;
|
|
@@ -15886,69 +15887,69 @@ declare const rpcResult: {
|
|
|
15886
15887
|
lp: z.ZodString;
|
|
15887
15888
|
}, "strip", z.ZodTypeAny, {
|
|
15888
15889
|
id: string;
|
|
15890
|
+
fees_earned: bigint;
|
|
15891
|
+
lp: string;
|
|
15889
15892
|
tick: number;
|
|
15890
15893
|
sell_amount: bigint;
|
|
15891
|
-
fees_earned: bigint;
|
|
15892
15894
|
original_sell_amount: bigint;
|
|
15893
|
-
lp: string;
|
|
15894
15895
|
}, {
|
|
15895
15896
|
id: string | number;
|
|
15897
|
+
fees_earned: string | number;
|
|
15898
|
+
lp: string;
|
|
15896
15899
|
tick: number;
|
|
15897
15900
|
sell_amount: string | number;
|
|
15898
|
-
fees_earned: string | number;
|
|
15899
15901
|
original_sell_amount: string | number;
|
|
15900
|
-
lp: string;
|
|
15901
15902
|
}>, {
|
|
15902
15903
|
type: "bid";
|
|
15903
15904
|
id: string;
|
|
15905
|
+
fees_earned: bigint;
|
|
15906
|
+
lp: string;
|
|
15904
15907
|
tick: number;
|
|
15905
15908
|
sell_amount: bigint;
|
|
15906
|
-
fees_earned: bigint;
|
|
15907
15909
|
original_sell_amount: bigint;
|
|
15908
|
-
lp: string;
|
|
15909
15910
|
}, {
|
|
15910
15911
|
id: string | number;
|
|
15912
|
+
fees_earned: string | number;
|
|
15913
|
+
lp: string;
|
|
15911
15914
|
tick: number;
|
|
15912
15915
|
sell_amount: string | number;
|
|
15913
|
-
fees_earned: string | number;
|
|
15914
15916
|
original_sell_amount: string | number;
|
|
15915
|
-
lp: string;
|
|
15916
15917
|
}>, "many">;
|
|
15917
15918
|
}, "strip", z.ZodTypeAny, {
|
|
15918
15919
|
asks: {
|
|
15919
15920
|
type: "ask";
|
|
15920
15921
|
id: string;
|
|
15922
|
+
fees_earned: bigint;
|
|
15923
|
+
lp: string;
|
|
15921
15924
|
tick: number;
|
|
15922
15925
|
sell_amount: bigint;
|
|
15923
|
-
fees_earned: bigint;
|
|
15924
15926
|
original_sell_amount: bigint;
|
|
15925
|
-
lp: string;
|
|
15926
15927
|
}[];
|
|
15927
15928
|
bids: {
|
|
15928
15929
|
type: "bid";
|
|
15929
15930
|
id: string;
|
|
15931
|
+
fees_earned: bigint;
|
|
15932
|
+
lp: string;
|
|
15930
15933
|
tick: number;
|
|
15931
15934
|
sell_amount: bigint;
|
|
15932
|
-
fees_earned: bigint;
|
|
15933
15935
|
original_sell_amount: bigint;
|
|
15934
|
-
lp: string;
|
|
15935
15936
|
}[];
|
|
15936
15937
|
}, {
|
|
15937
15938
|
asks: {
|
|
15938
15939
|
id: string | number;
|
|
15940
|
+
fees_earned: string | number;
|
|
15941
|
+
lp: string;
|
|
15939
15942
|
tick: number;
|
|
15940
15943
|
sell_amount: string | number;
|
|
15941
|
-
fees_earned: string | number;
|
|
15942
15944
|
original_sell_amount: string | number;
|
|
15943
|
-
lp: string;
|
|
15944
15945
|
}[];
|
|
15945
15946
|
bids: {
|
|
15946
15947
|
id: string | number;
|
|
15948
|
+
fees_earned: string | number;
|
|
15949
|
+
lp: string;
|
|
15947
15950
|
tick: number;
|
|
15948
15951
|
sell_amount: string | number;
|
|
15949
|
-
fees_earned: string | number;
|
|
15950
15952
|
original_sell_amount: string | number;
|
|
15951
|
-
lp: string;
|
|
15952
15953
|
}[];
|
|
15953
15954
|
}>;
|
|
15954
15955
|
range_orders: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
@@ -15977,120 +15978,120 @@ declare const rpcResult: {
|
|
|
15977
15978
|
lp: z.ZodString;
|
|
15978
15979
|
}, "strip", z.ZodTypeAny, {
|
|
15979
15980
|
id: string;
|
|
15981
|
+
range: {
|
|
15982
|
+
start: number;
|
|
15983
|
+
end: number;
|
|
15984
|
+
};
|
|
15985
|
+
liquidity: bigint;
|
|
15980
15986
|
fees_earned: {
|
|
15981
15987
|
base: bigint;
|
|
15982
15988
|
quote: bigint;
|
|
15983
15989
|
};
|
|
15984
15990
|
lp: string;
|
|
15991
|
+
}, {
|
|
15992
|
+
id: string | number;
|
|
15985
15993
|
range: {
|
|
15986
15994
|
start: number;
|
|
15987
15995
|
end: number;
|
|
15988
15996
|
};
|
|
15989
|
-
liquidity:
|
|
15990
|
-
}, {
|
|
15991
|
-
id: string | number;
|
|
15997
|
+
liquidity: string | number;
|
|
15992
15998
|
fees_earned: {
|
|
15993
15999
|
base: string | number;
|
|
15994
16000
|
quote: string | number;
|
|
15995
16001
|
};
|
|
15996
16002
|
lp: string;
|
|
16003
|
+
}>, {
|
|
16004
|
+
type: "range";
|
|
16005
|
+
id: string;
|
|
15997
16006
|
range: {
|
|
15998
16007
|
start: number;
|
|
15999
16008
|
end: number;
|
|
16000
16009
|
};
|
|
16001
|
-
liquidity:
|
|
16002
|
-
}>, {
|
|
16003
|
-
type: "range";
|
|
16004
|
-
id: string;
|
|
16010
|
+
liquidity: bigint;
|
|
16005
16011
|
fees_earned: {
|
|
16006
16012
|
base: bigint;
|
|
16007
16013
|
quote: bigint;
|
|
16008
16014
|
};
|
|
16009
16015
|
lp: string;
|
|
16016
|
+
}, {
|
|
16017
|
+
id: string | number;
|
|
16010
16018
|
range: {
|
|
16011
16019
|
start: number;
|
|
16012
16020
|
end: number;
|
|
16013
16021
|
};
|
|
16014
|
-
liquidity:
|
|
16015
|
-
}, {
|
|
16016
|
-
id: string | number;
|
|
16022
|
+
liquidity: string | number;
|
|
16017
16023
|
fees_earned: {
|
|
16018
16024
|
base: string | number;
|
|
16019
16025
|
quote: string | number;
|
|
16020
16026
|
};
|
|
16021
16027
|
lp: string;
|
|
16022
|
-
range: {
|
|
16023
|
-
start: number;
|
|
16024
|
-
end: number;
|
|
16025
|
-
};
|
|
16026
|
-
liquidity: string | number;
|
|
16027
16028
|
}>, "many">;
|
|
16028
16029
|
}, "strip", z.ZodTypeAny, {
|
|
16029
16030
|
limit_orders: {
|
|
16030
16031
|
asks: {
|
|
16031
16032
|
type: "ask";
|
|
16032
16033
|
id: string;
|
|
16034
|
+
fees_earned: bigint;
|
|
16035
|
+
lp: string;
|
|
16033
16036
|
tick: number;
|
|
16034
16037
|
sell_amount: bigint;
|
|
16035
|
-
fees_earned: bigint;
|
|
16036
16038
|
original_sell_amount: bigint;
|
|
16037
|
-
lp: string;
|
|
16038
16039
|
}[];
|
|
16039
16040
|
bids: {
|
|
16040
16041
|
type: "bid";
|
|
16041
16042
|
id: string;
|
|
16043
|
+
fees_earned: bigint;
|
|
16044
|
+
lp: string;
|
|
16042
16045
|
tick: number;
|
|
16043
16046
|
sell_amount: bigint;
|
|
16044
|
-
fees_earned: bigint;
|
|
16045
16047
|
original_sell_amount: bigint;
|
|
16046
|
-
lp: string;
|
|
16047
16048
|
}[];
|
|
16048
16049
|
};
|
|
16049
16050
|
range_orders: {
|
|
16050
16051
|
type: "range";
|
|
16051
16052
|
id: string;
|
|
16052
|
-
fees_earned: {
|
|
16053
|
-
base: bigint;
|
|
16054
|
-
quote: bigint;
|
|
16055
|
-
};
|
|
16056
|
-
lp: string;
|
|
16057
16053
|
range: {
|
|
16058
16054
|
start: number;
|
|
16059
16055
|
end: number;
|
|
16060
16056
|
};
|
|
16061
16057
|
liquidity: bigint;
|
|
16058
|
+
fees_earned: {
|
|
16059
|
+
base: bigint;
|
|
16060
|
+
quote: bigint;
|
|
16061
|
+
};
|
|
16062
|
+
lp: string;
|
|
16062
16063
|
}[];
|
|
16063
16064
|
}, {
|
|
16064
16065
|
limit_orders: {
|
|
16065
16066
|
asks: {
|
|
16066
16067
|
id: string | number;
|
|
16068
|
+
fees_earned: string | number;
|
|
16069
|
+
lp: string;
|
|
16067
16070
|
tick: number;
|
|
16068
16071
|
sell_amount: string | number;
|
|
16069
|
-
fees_earned: string | number;
|
|
16070
16072
|
original_sell_amount: string | number;
|
|
16071
|
-
lp: string;
|
|
16072
16073
|
}[];
|
|
16073
16074
|
bids: {
|
|
16074
16075
|
id: string | number;
|
|
16076
|
+
fees_earned: string | number;
|
|
16077
|
+
lp: string;
|
|
16075
16078
|
tick: number;
|
|
16076
16079
|
sell_amount: string | number;
|
|
16077
|
-
fees_earned: string | number;
|
|
16078
16080
|
original_sell_amount: string | number;
|
|
16079
|
-
lp: string;
|
|
16080
16081
|
}[];
|
|
16081
16082
|
};
|
|
16082
16083
|
range_orders: {
|
|
16083
16084
|
id: string | number;
|
|
16084
|
-
fees_earned: {
|
|
16085
|
-
base: string | number;
|
|
16086
|
-
quote: string | number;
|
|
16087
|
-
};
|
|
16088
|
-
lp: string;
|
|
16089
16085
|
range: {
|
|
16090
16086
|
start: number;
|
|
16091
16087
|
end: number;
|
|
16092
16088
|
};
|
|
16093
16089
|
liquidity: string | number;
|
|
16090
|
+
fees_earned: {
|
|
16091
|
+
base: string | number;
|
|
16092
|
+
quote: string | number;
|
|
16093
|
+
};
|
|
16094
|
+
lp: string;
|
|
16094
16095
|
}[];
|
|
16095
16096
|
}>;
|
|
16096
16097
|
readonly cf_pool_price_v2: z.ZodObject<{
|
|
@@ -17486,7 +17487,7 @@ declare const rpcResult: {
|
|
|
17486
17487
|
};
|
|
17487
17488
|
} | null>>;
|
|
17488
17489
|
}, "strip", z.ZodTypeAny, {
|
|
17489
|
-
|
|
17490
|
+
FLIP: {
|
|
17490
17491
|
limit_order_fee_hundredth_pips: number;
|
|
17491
17492
|
range_order_fee_hundredth_pips: number;
|
|
17492
17493
|
range_order_total_fees_earned: {
|
|
@@ -17533,7 +17534,7 @@ declare const rpcResult: {
|
|
|
17533
17534
|
readonly asset: "USDC";
|
|
17534
17535
|
};
|
|
17535
17536
|
};
|
|
17536
|
-
|
|
17537
|
+
ETH: {
|
|
17537
17538
|
limit_order_fee_hundredth_pips: number;
|
|
17538
17539
|
range_order_fee_hundredth_pips: number;
|
|
17539
17540
|
range_order_total_fees_earned: {
|
|
@@ -17675,7 +17676,7 @@ declare const rpcResult: {
|
|
|
17675
17676
|
};
|
|
17676
17677
|
};
|
|
17677
17678
|
}, {
|
|
17678
|
-
|
|
17679
|
+
FLIP: {
|
|
17679
17680
|
limit_order_fee_hundredth_pips: number;
|
|
17680
17681
|
range_order_fee_hundredth_pips: number;
|
|
17681
17682
|
range_order_total_fees_earned: {
|
|
@@ -17699,7 +17700,7 @@ declare const rpcResult: {
|
|
|
17699
17700
|
asset: "USDC";
|
|
17700
17701
|
};
|
|
17701
17702
|
} | null;
|
|
17702
|
-
|
|
17703
|
+
ETH: {
|
|
17703
17704
|
limit_order_fee_hundredth_pips: number;
|
|
17704
17705
|
range_order_fee_hundredth_pips: number;
|
|
17705
17706
|
range_order_total_fees_earned: {
|
|
@@ -19995,7 +19996,7 @@ declare const rpcResult: {
|
|
|
19995
19996
|
};
|
|
19996
19997
|
};
|
|
19997
19998
|
Ethereum: {
|
|
19998
|
-
|
|
19999
|
+
FLIP: {
|
|
19999
20000
|
limit_order_fee_hundredth_pips: number;
|
|
20000
20001
|
range_order_fee_hundredth_pips: number;
|
|
20001
20002
|
range_order_total_fees_earned: {
|
|
@@ -20042,7 +20043,7 @@ declare const rpcResult: {
|
|
|
20042
20043
|
readonly asset: "USDC";
|
|
20043
20044
|
};
|
|
20044
20045
|
};
|
|
20045
|
-
|
|
20046
|
+
ETH: {
|
|
20046
20047
|
limit_order_fee_hundredth_pips: number;
|
|
20047
20048
|
range_order_fee_hundredth_pips: number;
|
|
20048
20049
|
range_order_total_fees_earned: {
|
|
@@ -20641,7 +20642,7 @@ declare const rpcResult: {
|
|
|
20641
20642
|
} | null;
|
|
20642
20643
|
};
|
|
20643
20644
|
Ethereum: {
|
|
20644
|
-
|
|
20645
|
+
FLIP: {
|
|
20645
20646
|
limit_order_fee_hundredth_pips: number;
|
|
20646
20647
|
range_order_fee_hundredth_pips: number;
|
|
20647
20648
|
range_order_total_fees_earned: {
|
|
@@ -20665,7 +20666,7 @@ declare const rpcResult: {
|
|
|
20665
20666
|
asset: "USDC";
|
|
20666
20667
|
};
|
|
20667
20668
|
} | null;
|
|
20668
|
-
|
|
20669
|
+
ETH: {
|
|
20669
20670
|
limit_order_fee_hundredth_pips: number;
|
|
20670
20671
|
range_order_fee_hundredth_pips: number;
|
|
20671
20672
|
range_order_total_fees_earned: {
|
|
@@ -21013,7 +21014,7 @@ declare const rpcResult: {
|
|
|
21013
21014
|
};
|
|
21014
21015
|
};
|
|
21015
21016
|
Ethereum: {
|
|
21016
|
-
|
|
21017
|
+
FLIP: {
|
|
21017
21018
|
limit_order_fee_hundredth_pips: number;
|
|
21018
21019
|
range_order_fee_hundredth_pips: number;
|
|
21019
21020
|
range_order_total_fees_earned: {
|
|
@@ -21060,7 +21061,7 @@ declare const rpcResult: {
|
|
|
21060
21061
|
readonly asset: "USDC";
|
|
21061
21062
|
};
|
|
21062
21063
|
};
|
|
21063
|
-
|
|
21064
|
+
ETH: {
|
|
21064
21065
|
limit_order_fee_hundredth_pips: number;
|
|
21065
21066
|
range_order_fee_hundredth_pips: number;
|
|
21066
21067
|
range_order_total_fees_earned: {
|
|
@@ -21661,7 +21662,7 @@ declare const rpcResult: {
|
|
|
21661
21662
|
} | null;
|
|
21662
21663
|
};
|
|
21663
21664
|
Ethereum: {
|
|
21664
|
-
|
|
21665
|
+
FLIP: {
|
|
21665
21666
|
limit_order_fee_hundredth_pips: number;
|
|
21666
21667
|
range_order_fee_hundredth_pips: number;
|
|
21667
21668
|
range_order_total_fees_earned: {
|
|
@@ -21685,7 +21686,7 @@ declare const rpcResult: {
|
|
|
21685
21686
|
asset: "USDC";
|
|
21686
21687
|
};
|
|
21687
21688
|
} | null;
|
|
21688
|
-
|
|
21689
|
+
ETH: {
|
|
21689
21690
|
limit_order_fee_hundredth_pips: number;
|
|
21690
21691
|
range_order_fee_hundredth_pips: number;
|
|
21691
21692
|
range_order_total_fees_earned: {
|
|
@@ -23753,15 +23754,15 @@ declare const rpcResult: {
|
|
|
23753
23754
|
USDT: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
23754
23755
|
WBTC: z.ZodDefault<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>>;
|
|
23755
23756
|
}, "strip", z.ZodTypeAny, {
|
|
23757
|
+
FLIP: bigint | null;
|
|
23756
23758
|
ETH: bigint | null;
|
|
23757
23759
|
USDC: bigint | null;
|
|
23758
|
-
FLIP: bigint | null;
|
|
23759
23760
|
USDT: bigint | null;
|
|
23760
23761
|
WBTC: bigint | null;
|
|
23761
23762
|
}, {
|
|
23763
|
+
FLIP: string | number | null;
|
|
23762
23764
|
ETH: string | number | null;
|
|
23763
23765
|
USDC: string | number | null;
|
|
23764
|
-
FLIP: string | number | null;
|
|
23765
23766
|
USDT: string | number | null;
|
|
23766
23767
|
WBTC?: string | number | null | undefined;
|
|
23767
23768
|
}>;
|
|
@@ -23809,9 +23810,9 @@ declare const rpcResult: {
|
|
|
23809
23810
|
BTC: bigint | null;
|
|
23810
23811
|
};
|
|
23811
23812
|
Ethereum: {
|
|
23813
|
+
FLIP: bigint | null;
|
|
23812
23814
|
ETH: bigint | null;
|
|
23813
23815
|
USDC: bigint | null;
|
|
23814
|
-
FLIP: bigint | null;
|
|
23815
23816
|
USDT: bigint | null;
|
|
23816
23817
|
WBTC: bigint | null;
|
|
23817
23818
|
};
|
|
@@ -23835,9 +23836,9 @@ declare const rpcResult: {
|
|
|
23835
23836
|
BTC: string | number | null;
|
|
23836
23837
|
};
|
|
23837
23838
|
Ethereum: {
|
|
23839
|
+
FLIP: string | number | null;
|
|
23838
23840
|
ETH: string | number | null;
|
|
23839
23841
|
USDC: string | number | null;
|
|
23840
|
-
FLIP: string | number | null;
|
|
23841
23842
|
USDT: string | number | null;
|
|
23842
23843
|
WBTC?: string | number | null | undefined;
|
|
23843
23844
|
};
|
|
@@ -23876,15 +23877,15 @@ declare const rpcResult: {
|
|
|
23876
23877
|
USDT: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
23877
23878
|
WBTC: z.ZodDefault<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>>;
|
|
23878
23879
|
}, "strip", z.ZodTypeAny, {
|
|
23880
|
+
FLIP: bigint | null;
|
|
23879
23881
|
ETH: bigint | null;
|
|
23880
23882
|
USDC: bigint | null;
|
|
23881
|
-
FLIP: bigint | null;
|
|
23882
23883
|
USDT: bigint | null;
|
|
23883
23884
|
WBTC: bigint | null;
|
|
23884
23885
|
}, {
|
|
23886
|
+
FLIP: string | number | null;
|
|
23885
23887
|
ETH: string | number | null;
|
|
23886
23888
|
USDC: string | number | null;
|
|
23887
|
-
FLIP: string | number | null;
|
|
23888
23889
|
USDT: string | number | null;
|
|
23889
23890
|
WBTC?: string | number | null | undefined;
|
|
23890
23891
|
}>;
|
|
@@ -23932,9 +23933,9 @@ declare const rpcResult: {
|
|
|
23932
23933
|
BTC: bigint | null;
|
|
23933
23934
|
};
|
|
23934
23935
|
Ethereum: {
|
|
23936
|
+
FLIP: bigint | null;
|
|
23935
23937
|
ETH: bigint | null;
|
|
23936
23938
|
USDC: bigint | null;
|
|
23937
|
-
FLIP: bigint | null;
|
|
23938
23939
|
USDT: bigint | null;
|
|
23939
23940
|
WBTC: bigint | null;
|
|
23940
23941
|
};
|
|
@@ -23958,9 +23959,9 @@ declare const rpcResult: {
|
|
|
23958
23959
|
BTC: string | number | null;
|
|
23959
23960
|
};
|
|
23960
23961
|
Ethereum: {
|
|
23962
|
+
FLIP: string | number | null;
|
|
23961
23963
|
ETH: string | number | null;
|
|
23962
23964
|
USDC: string | number | null;
|
|
23963
|
-
FLIP: string | number | null;
|
|
23964
23965
|
USDT: string | number | null;
|
|
23965
23966
|
WBTC?: string | number | null | undefined;
|
|
23966
23967
|
};
|
|
@@ -24007,15 +24008,15 @@ declare const rpcResult: {
|
|
|
24007
24008
|
USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
24008
24009
|
WBTC: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
24009
24010
|
}, "strip", z.ZodTypeAny, {
|
|
24011
|
+
FLIP: bigint;
|
|
24010
24012
|
ETH: bigint;
|
|
24011
24013
|
USDC: bigint;
|
|
24012
|
-
FLIP: bigint;
|
|
24013
24014
|
USDT: bigint;
|
|
24014
24015
|
WBTC: bigint;
|
|
24015
24016
|
}, {
|
|
24017
|
+
FLIP: string | number;
|
|
24016
24018
|
ETH: string | number;
|
|
24017
24019
|
USDC: string | number;
|
|
24018
|
-
FLIP: string | number;
|
|
24019
24020
|
USDT: string | number;
|
|
24020
24021
|
WBTC?: string | number | undefined;
|
|
24021
24022
|
}>;
|
|
@@ -24063,9 +24064,9 @@ declare const rpcResult: {
|
|
|
24063
24064
|
BTC: bigint;
|
|
24064
24065
|
};
|
|
24065
24066
|
Ethereum: {
|
|
24067
|
+
FLIP: bigint;
|
|
24066
24068
|
ETH: bigint;
|
|
24067
24069
|
USDC: bigint;
|
|
24068
|
-
FLIP: bigint;
|
|
24069
24070
|
USDT: bigint;
|
|
24070
24071
|
WBTC: bigint;
|
|
24071
24072
|
};
|
|
@@ -24089,9 +24090,9 @@ declare const rpcResult: {
|
|
|
24089
24090
|
BTC: string | number;
|
|
24090
24091
|
};
|
|
24091
24092
|
Ethereum: {
|
|
24093
|
+
FLIP: string | number;
|
|
24092
24094
|
ETH: string | number;
|
|
24093
24095
|
USDC: string | number;
|
|
24094
|
-
FLIP: string | number;
|
|
24095
24096
|
USDT: string | number;
|
|
24096
24097
|
WBTC?: string | number | undefined;
|
|
24097
24098
|
};
|
|
@@ -24121,9 +24122,9 @@ declare const rpcResult: {
|
|
|
24121
24122
|
BTC: bigint;
|
|
24122
24123
|
};
|
|
24123
24124
|
Ethereum: {
|
|
24125
|
+
FLIP: bigint;
|
|
24124
24126
|
ETH: bigint;
|
|
24125
24127
|
USDC: bigint;
|
|
24126
|
-
FLIP: bigint;
|
|
24127
24128
|
USDT: bigint;
|
|
24128
24129
|
WBTC: bigint;
|
|
24129
24130
|
};
|
|
@@ -24153,9 +24154,9 @@ declare const rpcResult: {
|
|
|
24153
24154
|
BTC: string | number;
|
|
24154
24155
|
};
|
|
24155
24156
|
Ethereum: {
|
|
24157
|
+
FLIP: string | number;
|
|
24156
24158
|
ETH: string | number;
|
|
24157
24159
|
USDC: string | number;
|
|
24158
|
-
FLIP: string | number;
|
|
24159
24160
|
USDT: string | number;
|
|
24160
24161
|
WBTC?: string | number | undefined;
|
|
24161
24162
|
};
|
|
@@ -24202,15 +24203,15 @@ declare const rpcResult: {
|
|
|
24202
24203
|
USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
24203
24204
|
WBTC: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
24204
24205
|
}, "strip", z.ZodTypeAny, {
|
|
24206
|
+
FLIP: bigint;
|
|
24205
24207
|
ETH: bigint;
|
|
24206
24208
|
USDC: bigint;
|
|
24207
|
-
FLIP: bigint;
|
|
24208
24209
|
USDT: bigint;
|
|
24209
24210
|
WBTC: bigint;
|
|
24210
24211
|
}, {
|
|
24212
|
+
FLIP: string | number;
|
|
24211
24213
|
ETH: string | number;
|
|
24212
24214
|
USDC: string | number;
|
|
24213
|
-
FLIP: string | number;
|
|
24214
24215
|
USDT: string | number;
|
|
24215
24216
|
WBTC?: string | number | undefined;
|
|
24216
24217
|
}>;
|
|
@@ -24258,9 +24259,9 @@ declare const rpcResult: {
|
|
|
24258
24259
|
BTC: bigint;
|
|
24259
24260
|
};
|
|
24260
24261
|
Ethereum: {
|
|
24262
|
+
FLIP: bigint;
|
|
24261
24263
|
ETH: bigint;
|
|
24262
24264
|
USDC: bigint;
|
|
24263
|
-
FLIP: bigint;
|
|
24264
24265
|
USDT: bigint;
|
|
24265
24266
|
WBTC: bigint;
|
|
24266
24267
|
};
|
|
@@ -24284,9 +24285,9 @@ declare const rpcResult: {
|
|
|
24284
24285
|
BTC: string | number;
|
|
24285
24286
|
};
|
|
24286
24287
|
Ethereum: {
|
|
24288
|
+
FLIP: string | number;
|
|
24287
24289
|
ETH: string | number;
|
|
24288
24290
|
USDC: string | number;
|
|
24289
|
-
FLIP: string | number;
|
|
24290
24291
|
USDT: string | number;
|
|
24291
24292
|
WBTC?: string | number | undefined;
|
|
24292
24293
|
};
|
|
@@ -24316,9 +24317,9 @@ declare const rpcResult: {
|
|
|
24316
24317
|
BTC: bigint;
|
|
24317
24318
|
};
|
|
24318
24319
|
Ethereum: {
|
|
24320
|
+
FLIP: bigint;
|
|
24319
24321
|
ETH: bigint;
|
|
24320
24322
|
USDC: bigint;
|
|
24321
|
-
FLIP: bigint;
|
|
24322
24323
|
USDT: bigint;
|
|
24323
24324
|
WBTC: bigint;
|
|
24324
24325
|
};
|
|
@@ -24348,9 +24349,9 @@ declare const rpcResult: {
|
|
|
24348
24349
|
BTC: string | number;
|
|
24349
24350
|
};
|
|
24350
24351
|
Ethereum: {
|
|
24352
|
+
FLIP: string | number;
|
|
24351
24353
|
ETH: string | number;
|
|
24352
24354
|
USDC: string | number;
|
|
24353
|
-
FLIP: string | number;
|
|
24354
24355
|
USDT: string | number;
|
|
24355
24356
|
WBTC?: string | number | undefined;
|
|
24356
24357
|
};
|
|
@@ -24382,9 +24383,9 @@ declare const rpcResult: {
|
|
|
24382
24383
|
BTC: bigint;
|
|
24383
24384
|
};
|
|
24384
24385
|
Ethereum: {
|
|
24386
|
+
FLIP: bigint;
|
|
24385
24387
|
ETH: bigint;
|
|
24386
24388
|
USDC: bigint;
|
|
24387
|
-
FLIP: bigint;
|
|
24388
24389
|
USDT: bigint;
|
|
24389
24390
|
WBTC: bigint;
|
|
24390
24391
|
};
|
|
@@ -24415,9 +24416,9 @@ declare const rpcResult: {
|
|
|
24415
24416
|
BTC: bigint;
|
|
24416
24417
|
};
|
|
24417
24418
|
Ethereum: {
|
|
24419
|
+
FLIP: bigint;
|
|
24418
24420
|
ETH: bigint;
|
|
24419
24421
|
USDC: bigint;
|
|
24420
|
-
FLIP: bigint;
|
|
24421
24422
|
USDT: bigint;
|
|
24422
24423
|
WBTC: bigint;
|
|
24423
24424
|
};
|
|
@@ -24449,9 +24450,9 @@ declare const rpcResult: {
|
|
|
24449
24450
|
BTC: string | number;
|
|
24450
24451
|
};
|
|
24451
24452
|
Ethereum: {
|
|
24453
|
+
FLIP: string | number;
|
|
24452
24454
|
ETH: string | number;
|
|
24453
24455
|
USDC: string | number;
|
|
24454
|
-
FLIP: string | number;
|
|
24455
24456
|
USDT: string | number;
|
|
24456
24457
|
WBTC?: string | number | undefined;
|
|
24457
24458
|
};
|
|
@@ -24482,9 +24483,9 @@ declare const rpcResult: {
|
|
|
24482
24483
|
BTC: string | number;
|
|
24483
24484
|
};
|
|
24484
24485
|
Ethereum: {
|
|
24486
|
+
FLIP: string | number;
|
|
24485
24487
|
ETH: string | number;
|
|
24486
24488
|
USDC: string | number;
|
|
24487
|
-
FLIP: string | number;
|
|
24488
24489
|
USDT: string | number;
|
|
24489
24490
|
WBTC?: string | number | undefined;
|
|
24490
24491
|
};
|
|
@@ -24521,15 +24522,15 @@ declare const rpcResult: {
|
|
|
24521
24522
|
USDT: z.ZodNullable<z.ZodNumber>;
|
|
24522
24523
|
WBTC: z.ZodDefault<z.ZodNullable<z.ZodNumber>>;
|
|
24523
24524
|
}, "strip", z.ZodTypeAny, {
|
|
24525
|
+
FLIP: number | null;
|
|
24524
24526
|
ETH: number | null;
|
|
24525
24527
|
USDC: number | null;
|
|
24526
|
-
FLIP: number | null;
|
|
24527
24528
|
USDT: number | null;
|
|
24528
24529
|
WBTC: number | null;
|
|
24529
24530
|
}, {
|
|
24531
|
+
FLIP: number | null;
|
|
24530
24532
|
ETH: number | null;
|
|
24531
24533
|
USDC: number | null;
|
|
24532
|
-
FLIP: number | null;
|
|
24533
24534
|
USDT: number | null;
|
|
24534
24535
|
WBTC?: number | null | undefined;
|
|
24535
24536
|
}>;
|
|
@@ -24577,9 +24578,9 @@ declare const rpcResult: {
|
|
|
24577
24578
|
BTC: number | null;
|
|
24578
24579
|
};
|
|
24579
24580
|
Ethereum: {
|
|
24581
|
+
FLIP: number | null;
|
|
24580
24582
|
ETH: number | null;
|
|
24581
24583
|
USDC: number | null;
|
|
24582
|
-
FLIP: number | null;
|
|
24583
24584
|
USDT: number | null;
|
|
24584
24585
|
WBTC: number | null;
|
|
24585
24586
|
};
|
|
@@ -24603,9 +24604,9 @@ declare const rpcResult: {
|
|
|
24603
24604
|
BTC: number | null;
|
|
24604
24605
|
};
|
|
24605
24606
|
Ethereum: {
|
|
24607
|
+
FLIP: number | null;
|
|
24606
24608
|
ETH: number | null;
|
|
24607
24609
|
USDC: number | null;
|
|
24608
|
-
FLIP: number | null;
|
|
24609
24610
|
USDT: number | null;
|
|
24610
24611
|
WBTC?: number | null | undefined;
|
|
24611
24612
|
};
|
|
@@ -24631,9 +24632,9 @@ declare const rpcResult: {
|
|
|
24631
24632
|
BTC: bigint | null;
|
|
24632
24633
|
};
|
|
24633
24634
|
Ethereum: {
|
|
24635
|
+
FLIP: bigint | null;
|
|
24634
24636
|
ETH: bigint | null;
|
|
24635
24637
|
USDC: bigint | null;
|
|
24636
|
-
FLIP: bigint | null;
|
|
24637
24638
|
USDT: bigint | null;
|
|
24638
24639
|
WBTC: bigint | null;
|
|
24639
24640
|
};
|
|
@@ -24662,9 +24663,9 @@ declare const rpcResult: {
|
|
|
24662
24663
|
BTC: bigint | null;
|
|
24663
24664
|
};
|
|
24664
24665
|
Ethereum: {
|
|
24666
|
+
FLIP: bigint | null;
|
|
24665
24667
|
ETH: bigint | null;
|
|
24666
24668
|
USDC: bigint | null;
|
|
24667
|
-
FLIP: bigint | null;
|
|
24668
24669
|
USDT: bigint | null;
|
|
24669
24670
|
WBTC: bigint | null;
|
|
24670
24671
|
};
|
|
@@ -24695,9 +24696,9 @@ declare const rpcResult: {
|
|
|
24695
24696
|
BTC: bigint;
|
|
24696
24697
|
};
|
|
24697
24698
|
Ethereum: {
|
|
24699
|
+
FLIP: bigint;
|
|
24698
24700
|
ETH: bigint;
|
|
24699
24701
|
USDC: bigint;
|
|
24700
|
-
FLIP: bigint;
|
|
24701
24702
|
USDT: bigint;
|
|
24702
24703
|
WBTC: bigint;
|
|
24703
24704
|
};
|
|
@@ -24728,9 +24729,9 @@ declare const rpcResult: {
|
|
|
24728
24729
|
BTC: bigint;
|
|
24729
24730
|
};
|
|
24730
24731
|
Ethereum: {
|
|
24732
|
+
FLIP: bigint;
|
|
24731
24733
|
ETH: bigint;
|
|
24732
24734
|
USDC: bigint;
|
|
24733
|
-
FLIP: bigint;
|
|
24734
24735
|
USDT: bigint;
|
|
24735
24736
|
WBTC: bigint;
|
|
24736
24737
|
};
|
|
@@ -24757,9 +24758,9 @@ declare const rpcResult: {
|
|
|
24757
24758
|
BTC: number | null;
|
|
24758
24759
|
};
|
|
24759
24760
|
Ethereum: {
|
|
24761
|
+
FLIP: number | null;
|
|
24760
24762
|
ETH: number | null;
|
|
24761
24763
|
USDC: number | null;
|
|
24762
|
-
FLIP: number | null;
|
|
24763
24764
|
USDT: number | null;
|
|
24764
24765
|
WBTC: number | null;
|
|
24765
24766
|
};
|
|
@@ -24785,9 +24786,9 @@ declare const rpcResult: {
|
|
|
24785
24786
|
BTC: string | number | null;
|
|
24786
24787
|
};
|
|
24787
24788
|
Ethereum: {
|
|
24789
|
+
FLIP: string | number | null;
|
|
24788
24790
|
ETH: string | number | null;
|
|
24789
24791
|
USDC: string | number | null;
|
|
24790
|
-
FLIP: string | number | null;
|
|
24791
24792
|
USDT: string | number | null;
|
|
24792
24793
|
WBTC?: string | number | null | undefined;
|
|
24793
24794
|
};
|
|
@@ -24816,9 +24817,9 @@ declare const rpcResult: {
|
|
|
24816
24817
|
BTC: string | number | null;
|
|
24817
24818
|
};
|
|
24818
24819
|
Ethereum: {
|
|
24820
|
+
FLIP: string | number | null;
|
|
24819
24821
|
ETH: string | number | null;
|
|
24820
24822
|
USDC: string | number | null;
|
|
24821
|
-
FLIP: string | number | null;
|
|
24822
24823
|
USDT: string | number | null;
|
|
24823
24824
|
WBTC?: string | number | null | undefined;
|
|
24824
24825
|
};
|
|
@@ -24849,9 +24850,9 @@ declare const rpcResult: {
|
|
|
24849
24850
|
BTC: string | number;
|
|
24850
24851
|
};
|
|
24851
24852
|
Ethereum: {
|
|
24853
|
+
FLIP: string | number;
|
|
24852
24854
|
ETH: string | number;
|
|
24853
24855
|
USDC: string | number;
|
|
24854
|
-
FLIP: string | number;
|
|
24855
24856
|
USDT: string | number;
|
|
24856
24857
|
WBTC?: string | number | undefined;
|
|
24857
24858
|
};
|
|
@@ -24882,9 +24883,9 @@ declare const rpcResult: {
|
|
|
24882
24883
|
BTC: string | number;
|
|
24883
24884
|
};
|
|
24884
24885
|
Ethereum: {
|
|
24886
|
+
FLIP: string | number;
|
|
24885
24887
|
ETH: string | number;
|
|
24886
24888
|
USDC: string | number;
|
|
24887
|
-
FLIP: string | number;
|
|
24888
24889
|
USDT: string | number;
|
|
24889
24890
|
WBTC?: string | number | undefined;
|
|
24890
24891
|
};
|
|
@@ -24911,9 +24912,9 @@ declare const rpcResult: {
|
|
|
24911
24912
|
BTC: number | null;
|
|
24912
24913
|
};
|
|
24913
24914
|
Ethereum: {
|
|
24915
|
+
FLIP: number | null;
|
|
24914
24916
|
ETH: number | null;
|
|
24915
24917
|
USDC: number | null;
|
|
24916
|
-
FLIP: number | null;
|
|
24917
24918
|
USDT: number | null;
|
|
24918
24919
|
WBTC?: number | null | undefined;
|
|
24919
24920
|
};
|
|
@@ -25076,11 +25077,11 @@ declare const rpcResult: {
|
|
|
25076
25077
|
account_id: z.ZodString;
|
|
25077
25078
|
amount: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
|
|
25078
25079
|
}, "strip", z.ZodTypeAny, {
|
|
25079
|
-
account_id: string;
|
|
25080
25080
|
amount: bigint;
|
|
25081
|
-
}, {
|
|
25082
25081
|
account_id: string;
|
|
25082
|
+
}, {
|
|
25083
25083
|
amount: string;
|
|
25084
|
+
account_id: string;
|
|
25084
25085
|
}>, "many">;
|
|
25085
25086
|
deposits_pending_finalization: z.ZodArray<z.ZodObject<{
|
|
25086
25087
|
deposit_id: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
@@ -25088,23 +25089,23 @@ declare const rpcResult: {
|
|
|
25088
25089
|
account_id: z.ZodString;
|
|
25089
25090
|
amount: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
|
|
25090
25091
|
}, "strip", z.ZodTypeAny, {
|
|
25091
|
-
account_id: string;
|
|
25092
25092
|
amount: bigint;
|
|
25093
|
-
}, {
|
|
25094
25093
|
account_id: string;
|
|
25094
|
+
}, {
|
|
25095
25095
|
amount: string;
|
|
25096
|
+
account_id: string;
|
|
25096
25097
|
}>, "many">;
|
|
25097
25098
|
}, "strip", z.ZodTypeAny, {
|
|
25098
25099
|
deposit_id: bigint;
|
|
25099
25100
|
owed_amounts: {
|
|
25100
|
-
account_id: string;
|
|
25101
25101
|
amount: bigint;
|
|
25102
|
+
account_id: string;
|
|
25102
25103
|
}[];
|
|
25103
25104
|
}, {
|
|
25104
25105
|
deposit_id: string | number;
|
|
25105
25106
|
owed_amounts: {
|
|
25106
|
-
account_id: string;
|
|
25107
25107
|
amount: string;
|
|
25108
|
+
account_id: string;
|
|
25108
25109
|
}[];
|
|
25109
25110
|
}>, "many">;
|
|
25110
25111
|
pending_withdrawals: z.ZodArray<z.ZodObject<{
|
|
@@ -25121,14 +25122,14 @@ declare const rpcResult: {
|
|
|
25121
25122
|
}, "strip", z.ZodTypeAny, {
|
|
25122
25123
|
fee_tier: number;
|
|
25123
25124
|
available_amounts: {
|
|
25124
|
-
account_id: string;
|
|
25125
25125
|
amount: bigint;
|
|
25126
|
+
account_id: string;
|
|
25126
25127
|
}[];
|
|
25127
25128
|
deposits_pending_finalization: {
|
|
25128
25129
|
deposit_id: bigint;
|
|
25129
25130
|
owed_amounts: {
|
|
25130
|
-
account_id: string;
|
|
25131
25131
|
amount: bigint;
|
|
25132
|
+
account_id: string;
|
|
25132
25133
|
}[];
|
|
25133
25134
|
}[];
|
|
25134
25135
|
pending_withdrawals: {
|
|
@@ -25139,14 +25140,14 @@ declare const rpcResult: {
|
|
|
25139
25140
|
}, {
|
|
25140
25141
|
fee_tier: number;
|
|
25141
25142
|
available_amounts: {
|
|
25142
|
-
account_id: string;
|
|
25143
25143
|
amount: string;
|
|
25144
|
+
account_id: string;
|
|
25144
25145
|
}[];
|
|
25145
25146
|
deposits_pending_finalization: {
|
|
25146
25147
|
deposit_id: string | number;
|
|
25147
25148
|
owed_amounts: {
|
|
25148
|
-
account_id: string;
|
|
25149
25149
|
amount: string;
|
|
25150
|
+
account_id: string;
|
|
25150
25151
|
}[];
|
|
25151
25152
|
}[];
|
|
25152
25153
|
pending_withdrawals: {
|
|
@@ -25298,22 +25299,22 @@ declare const rpcResult: {
|
|
|
25298
25299
|
account_id: z.ZodString;
|
|
25299
25300
|
amount: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
|
|
25300
25301
|
}, "strip", z.ZodTypeAny, {
|
|
25301
|
-
account_id: string;
|
|
25302
25302
|
amount: bigint;
|
|
25303
|
-
}, {
|
|
25304
25303
|
account_id: string;
|
|
25304
|
+
}, {
|
|
25305
25305
|
amount: string;
|
|
25306
|
+
account_id: string;
|
|
25306
25307
|
}>, "many">;
|
|
25307
25308
|
}, "strip", z.ZodTypeAny, {
|
|
25308
25309
|
fees: {
|
|
25309
|
-
account_id: string;
|
|
25310
25310
|
amount: bigint;
|
|
25311
|
+
account_id: string;
|
|
25311
25312
|
}[];
|
|
25312
25313
|
deposit_id: bigint;
|
|
25313
25314
|
}, {
|
|
25314
25315
|
fees: {
|
|
25315
|
-
account_id: string;
|
|
25316
25316
|
amount: string;
|
|
25317
|
+
account_id: string;
|
|
25317
25318
|
}[];
|
|
25318
25319
|
deposit_id: number;
|
|
25319
25320
|
}>, "many">;
|
|
@@ -25321,8 +25322,8 @@ declare const rpcResult: {
|
|
|
25321
25322
|
fee_tier: number;
|
|
25322
25323
|
pending_fees: {
|
|
25323
25324
|
fees: {
|
|
25324
|
-
account_id: string;
|
|
25325
25325
|
amount: bigint;
|
|
25326
|
+
account_id: string;
|
|
25326
25327
|
}[];
|
|
25327
25328
|
deposit_id: bigint;
|
|
25328
25329
|
}[];
|
|
@@ -25330,8 +25331,8 @@ declare const rpcResult: {
|
|
|
25330
25331
|
fee_tier: number;
|
|
25331
25332
|
pending_fees: {
|
|
25332
25333
|
fees: {
|
|
25333
|
-
account_id: string;
|
|
25334
25334
|
amount: string;
|
|
25335
|
+
account_id: string;
|
|
25335
25336
|
}[];
|
|
25336
25337
|
deposit_id: number;
|
|
25337
25338
|
}[];
|
|
@@ -25380,15 +25381,15 @@ declare const rpcResult: {
|
|
|
25380
25381
|
USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
25381
25382
|
WBTC: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
25382
25383
|
}, "strip", z.ZodTypeAny, {
|
|
25384
|
+
FLIP: bigint;
|
|
25383
25385
|
ETH: bigint;
|
|
25384
25386
|
USDC: bigint;
|
|
25385
|
-
FLIP: bigint;
|
|
25386
25387
|
USDT: bigint;
|
|
25387
25388
|
WBTC: bigint;
|
|
25388
25389
|
}, {
|
|
25390
|
+
FLIP: string | number;
|
|
25389
25391
|
ETH: string | number;
|
|
25390
25392
|
USDC: string | number;
|
|
25391
|
-
FLIP: string | number;
|
|
25392
25393
|
USDT: string | number;
|
|
25393
25394
|
WBTC?: string | number | undefined;
|
|
25394
25395
|
}>;
|
|
@@ -25436,9 +25437,9 @@ declare const rpcResult: {
|
|
|
25436
25437
|
BTC: bigint;
|
|
25437
25438
|
};
|
|
25438
25439
|
Ethereum: {
|
|
25440
|
+
FLIP: bigint;
|
|
25439
25441
|
ETH: bigint;
|
|
25440
25442
|
USDC: bigint;
|
|
25441
|
-
FLIP: bigint;
|
|
25442
25443
|
USDT: bigint;
|
|
25443
25444
|
WBTC: bigint;
|
|
25444
25445
|
};
|
|
@@ -25462,9 +25463,9 @@ declare const rpcResult: {
|
|
|
25462
25463
|
BTC: string | number;
|
|
25463
25464
|
};
|
|
25464
25465
|
Ethereum: {
|
|
25466
|
+
FLIP: string | number;
|
|
25465
25467
|
ETH: string | number;
|
|
25466
25468
|
USDC: string | number;
|
|
25467
|
-
FLIP: string | number;
|
|
25468
25469
|
USDT: string | number;
|
|
25469
25470
|
WBTC?: string | number | undefined;
|
|
25470
25471
|
};
|
|
@@ -27244,15 +27245,15 @@ declare const rpcResult: {
|
|
|
27244
27245
|
USDT: z.ZodNullable<z.ZodNumber>;
|
|
27245
27246
|
WBTC: z.ZodDefault<z.ZodNullable<z.ZodNumber>>;
|
|
27246
27247
|
}, "strip", z.ZodTypeAny, {
|
|
27248
|
+
FLIP: number | null;
|
|
27247
27249
|
ETH: number | null;
|
|
27248
27250
|
USDC: number | null;
|
|
27249
|
-
FLIP: number | null;
|
|
27250
27251
|
USDT: number | null;
|
|
27251
27252
|
WBTC: number | null;
|
|
27252
27253
|
}, {
|
|
27254
|
+
FLIP: number | null;
|
|
27253
27255
|
ETH: number | null;
|
|
27254
27256
|
USDC: number | null;
|
|
27255
|
-
FLIP: number | null;
|
|
27256
27257
|
USDT: number | null;
|
|
27257
27258
|
WBTC?: number | null | undefined;
|
|
27258
27259
|
}>;
|
|
@@ -27300,9 +27301,9 @@ declare const rpcResult: {
|
|
|
27300
27301
|
BTC: number | null;
|
|
27301
27302
|
};
|
|
27302
27303
|
Ethereum: {
|
|
27304
|
+
FLIP: number | null;
|
|
27303
27305
|
ETH: number | null;
|
|
27304
27306
|
USDC: number | null;
|
|
27305
|
-
FLIP: number | null;
|
|
27306
27307
|
USDT: number | null;
|
|
27307
27308
|
WBTC: number | null;
|
|
27308
27309
|
};
|
|
@@ -27326,9 +27327,9 @@ declare const rpcResult: {
|
|
|
27326
27327
|
BTC: number | null;
|
|
27327
27328
|
};
|
|
27328
27329
|
Ethereum: {
|
|
27330
|
+
FLIP: number | null;
|
|
27329
27331
|
ETH: number | null;
|
|
27330
27332
|
USDC: number | null;
|
|
27331
|
-
FLIP: number | null;
|
|
27332
27333
|
USDT: number | null;
|
|
27333
27334
|
WBTC?: number | null | undefined;
|
|
27334
27335
|
};
|
|
@@ -27363,15 +27364,15 @@ declare const rpcResult: {
|
|
|
27363
27364
|
USDT: z.ZodNullable<z.ZodNumber>;
|
|
27364
27365
|
WBTC: z.ZodDefault<z.ZodNullable<z.ZodNumber>>;
|
|
27365
27366
|
}, "strip", z.ZodTypeAny, {
|
|
27367
|
+
FLIP: number | null;
|
|
27366
27368
|
ETH: number | null;
|
|
27367
27369
|
USDC: number | null;
|
|
27368
|
-
FLIP: number | null;
|
|
27369
27370
|
USDT: number | null;
|
|
27370
27371
|
WBTC: number | null;
|
|
27371
27372
|
}, {
|
|
27373
|
+
FLIP: number | null;
|
|
27372
27374
|
ETH: number | null;
|
|
27373
27375
|
USDC: number | null;
|
|
27374
|
-
FLIP: number | null;
|
|
27375
27376
|
USDT: number | null;
|
|
27376
27377
|
WBTC?: number | null | undefined;
|
|
27377
27378
|
}>;
|
|
@@ -27419,9 +27420,9 @@ declare const rpcResult: {
|
|
|
27419
27420
|
BTC: number | null;
|
|
27420
27421
|
};
|
|
27421
27422
|
Ethereum: {
|
|
27423
|
+
FLIP: number | null;
|
|
27422
27424
|
ETH: number | null;
|
|
27423
27425
|
USDC: number | null;
|
|
27424
|
-
FLIP: number | null;
|
|
27425
27426
|
USDT: number | null;
|
|
27426
27427
|
WBTC: number | null;
|
|
27427
27428
|
};
|
|
@@ -27445,9 +27446,9 @@ declare const rpcResult: {
|
|
|
27445
27446
|
BTC: number | null;
|
|
27446
27447
|
};
|
|
27447
27448
|
Ethereum: {
|
|
27449
|
+
FLIP: number | null;
|
|
27448
27450
|
ETH: number | null;
|
|
27449
27451
|
USDC: number | null;
|
|
27450
|
-
FLIP: number | null;
|
|
27451
27452
|
USDT: number | null;
|
|
27452
27453
|
WBTC?: number | null | undefined;
|
|
27453
27454
|
};
|
|
@@ -27473,9 +27474,9 @@ declare const rpcResult: {
|
|
|
27473
27474
|
BTC: number | null;
|
|
27474
27475
|
};
|
|
27475
27476
|
Ethereum: {
|
|
27477
|
+
FLIP: number | null;
|
|
27476
27478
|
ETH: number | null;
|
|
27477
27479
|
USDC: number | null;
|
|
27478
|
-
FLIP: number | null;
|
|
27479
27480
|
USDT: number | null;
|
|
27480
27481
|
WBTC: number | null;
|
|
27481
27482
|
};
|
|
@@ -27500,9 +27501,9 @@ declare const rpcResult: {
|
|
|
27500
27501
|
BTC: number | null;
|
|
27501
27502
|
};
|
|
27502
27503
|
Ethereum: {
|
|
27504
|
+
FLIP: number | null;
|
|
27503
27505
|
ETH: number | null;
|
|
27504
27506
|
USDC: number | null;
|
|
27505
|
-
FLIP: number | null;
|
|
27506
27507
|
USDT: number | null;
|
|
27507
27508
|
WBTC: number | null;
|
|
27508
27509
|
};
|
|
@@ -27528,9 +27529,9 @@ declare const rpcResult: {
|
|
|
27528
27529
|
BTC: number | null;
|
|
27529
27530
|
};
|
|
27530
27531
|
Ethereum: {
|
|
27532
|
+
FLIP: number | null;
|
|
27531
27533
|
ETH: number | null;
|
|
27532
27534
|
USDC: number | null;
|
|
27533
|
-
FLIP: number | null;
|
|
27534
27535
|
USDT: number | null;
|
|
27535
27536
|
WBTC?: number | null | undefined;
|
|
27536
27537
|
};
|
|
@@ -27555,9 +27556,9 @@ declare const rpcResult: {
|
|
|
27555
27556
|
BTC: number | null;
|
|
27556
27557
|
};
|
|
27557
27558
|
Ethereum: {
|
|
27559
|
+
FLIP: number | null;
|
|
27558
27560
|
ETH: number | null;
|
|
27559
27561
|
USDC: number | null;
|
|
27560
|
-
FLIP: number | null;
|
|
27561
27562
|
USDT: number | null;
|
|
27562
27563
|
WBTC?: number | null | undefined;
|
|
27563
27564
|
};
|
|
@@ -28772,19 +28773,6 @@ declare const rpcResult: {
|
|
|
28772
28773
|
oracle_price_elections: boolean;
|
|
28773
28774
|
}>;
|
|
28774
28775
|
}, "strip", z.ZodTypeAny, {
|
|
28775
|
-
asset_balances: {
|
|
28776
|
-
reconciliation_enabled: boolean;
|
|
28777
|
-
};
|
|
28778
|
-
liquidity_provider: {
|
|
28779
|
-
deposit_enabled: boolean;
|
|
28780
|
-
withdrawal_enabled: boolean;
|
|
28781
|
-
internal_swaps_enabled: boolean;
|
|
28782
|
-
};
|
|
28783
|
-
validator: {
|
|
28784
|
-
authority_rotation_enabled: boolean;
|
|
28785
|
-
start_bidding_enabled: boolean;
|
|
28786
|
-
stop_bidding_enabled: boolean;
|
|
28787
|
-
};
|
|
28788
28776
|
swapping: {
|
|
28789
28777
|
swaps_enabled: boolean;
|
|
28790
28778
|
withdrawals_enabled: boolean;
|
|
@@ -28798,6 +28786,19 @@ declare const rpcResult: {
|
|
|
28798
28786
|
range_order_update_enabled: boolean;
|
|
28799
28787
|
limit_order_update_enabled: boolean;
|
|
28800
28788
|
};
|
|
28789
|
+
asset_balances: {
|
|
28790
|
+
reconciliation_enabled: boolean;
|
|
28791
|
+
};
|
|
28792
|
+
liquidity_provider: {
|
|
28793
|
+
deposit_enabled: boolean;
|
|
28794
|
+
withdrawal_enabled: boolean;
|
|
28795
|
+
internal_swaps_enabled: boolean;
|
|
28796
|
+
};
|
|
28797
|
+
validator: {
|
|
28798
|
+
authority_rotation_enabled: boolean;
|
|
28799
|
+
start_bidding_enabled: boolean;
|
|
28800
|
+
stop_bidding_enabled: boolean;
|
|
28801
|
+
};
|
|
28801
28802
|
emissions: {
|
|
28802
28803
|
emissions_sync_enabled: boolean;
|
|
28803
28804
|
};
|
|
@@ -29129,19 +29130,6 @@ declare const rpcResult: {
|
|
|
29129
29130
|
key_manager_witnessing: boolean;
|
|
29130
29131
|
} | undefined;
|
|
29131
29132
|
}, {
|
|
29132
|
-
asset_balances: {
|
|
29133
|
-
reconciliation_enabled: boolean;
|
|
29134
|
-
};
|
|
29135
|
-
liquidity_provider: {
|
|
29136
|
-
deposit_enabled: boolean;
|
|
29137
|
-
withdrawal_enabled: boolean;
|
|
29138
|
-
internal_swaps_enabled: boolean;
|
|
29139
|
-
};
|
|
29140
|
-
validator: {
|
|
29141
|
-
authority_rotation_enabled: boolean;
|
|
29142
|
-
start_bidding_enabled: boolean;
|
|
29143
|
-
stop_bidding_enabled: boolean;
|
|
29144
|
-
};
|
|
29145
29133
|
swapping: {
|
|
29146
29134
|
swaps_enabled: boolean;
|
|
29147
29135
|
withdrawals_enabled: boolean;
|
|
@@ -29155,6 +29143,19 @@ declare const rpcResult: {
|
|
|
29155
29143
|
range_order_update_enabled: boolean;
|
|
29156
29144
|
limit_order_update_enabled: boolean;
|
|
29157
29145
|
};
|
|
29146
|
+
asset_balances: {
|
|
29147
|
+
reconciliation_enabled: boolean;
|
|
29148
|
+
};
|
|
29149
|
+
liquidity_provider: {
|
|
29150
|
+
deposit_enabled: boolean;
|
|
29151
|
+
withdrawal_enabled: boolean;
|
|
29152
|
+
internal_swaps_enabled: boolean;
|
|
29153
|
+
};
|
|
29154
|
+
validator: {
|
|
29155
|
+
authority_rotation_enabled: boolean;
|
|
29156
|
+
start_bidding_enabled: boolean;
|
|
29157
|
+
stop_bidding_enabled: boolean;
|
|
29158
|
+
};
|
|
29158
29159
|
emissions: {
|
|
29159
29160
|
emissions_sync_enabled: boolean;
|
|
29160
29161
|
};
|
|
@@ -29286,15 +29287,15 @@ declare const rpcResult: {
|
|
|
29286
29287
|
quote_asset: z.ZodEnum<["Btc", "Eth", "Sol", "Usdc", "Usdt", "Usd", "Fine"]>;
|
|
29287
29288
|
price_status: z.ZodEnum<["UpToDate", "Stale", "MaybeStale"]>;
|
|
29288
29289
|
}, "strip", z.ZodTypeAny, {
|
|
29289
|
-
price: bigint;
|
|
29290
29290
|
quote_asset: "Btc" | "Eth" | "Sol" | "Usdc" | "Usdt" | "Usd" | "Fine";
|
|
29291
|
+
price: bigint;
|
|
29291
29292
|
base_asset: "Btc" | "Eth" | "Sol" | "Usdc" | "Usdt" | "Usd" | "Fine";
|
|
29292
29293
|
updated_at_oracle_timestamp: number;
|
|
29293
29294
|
updated_at_statechain_block: number;
|
|
29294
29295
|
price_status: "UpToDate" | "Stale" | "MaybeStale";
|
|
29295
29296
|
}, {
|
|
29296
|
-
price: string | number;
|
|
29297
29297
|
quote_asset: "Btc" | "Eth" | "Sol" | "Usdc" | "Usdt" | "Usd" | "Fine";
|
|
29298
|
+
price: string | number;
|
|
29298
29299
|
base_asset: "Btc" | "Eth" | "Sol" | "Usdc" | "Usdt" | "Usd" | "Fine";
|
|
29299
29300
|
updated_at_oracle_timestamp: number;
|
|
29300
29301
|
updated_at_statechain_block: number;
|
|
@@ -29506,8 +29507,8 @@ declare const rpcResult: {
|
|
|
29506
29507
|
chain: "Assethub";
|
|
29507
29508
|
asset: "USDT";
|
|
29508
29509
|
};
|
|
29509
|
-
total_amount: bigint;
|
|
29510
29510
|
available_amount: bigint;
|
|
29511
|
+
total_amount: bigint;
|
|
29511
29512
|
utilisation_rate: number;
|
|
29512
29513
|
current_interest_rate: number;
|
|
29513
29514
|
origination_fee: number;
|
|
@@ -29565,8 +29566,8 @@ declare const rpcResult: {
|
|
|
29565
29566
|
chain: "Assethub";
|
|
29566
29567
|
asset: "USDT";
|
|
29567
29568
|
};
|
|
29568
|
-
total_amount: string | number;
|
|
29569
29569
|
available_amount: string | number;
|
|
29570
|
+
total_amount: string | number;
|
|
29570
29571
|
utilisation_rate: number;
|
|
29571
29572
|
current_interest_rate: number;
|
|
29572
29573
|
origination_fee: number;
|
|
@@ -30759,6 +30760,347 @@ declare const rpcResult: {
|
|
|
30759
30760
|
Btc: number[];
|
|
30760
30761
|
}][];
|
|
30761
30762
|
}>;
|
|
30763
|
+
readonly cf_ingress_egress_events: z.ZodObject<{
|
|
30764
|
+
deposits: z.ZodArray<z.ZodObject<{
|
|
30765
|
+
deposit_chain_block_height: z.ZodNumber;
|
|
30766
|
+
deposit_address: z.ZodString;
|
|
30767
|
+
amount: z.ZodString;
|
|
30768
|
+
asset: z.ZodObject<{
|
|
30769
|
+
chain: z.ZodString;
|
|
30770
|
+
asset: z.ZodString;
|
|
30771
|
+
}, "strip", z.ZodTypeAny, {
|
|
30772
|
+
chain: string;
|
|
30773
|
+
asset: string;
|
|
30774
|
+
}, {
|
|
30775
|
+
chain: string;
|
|
30776
|
+
asset: string;
|
|
30777
|
+
}>;
|
|
30778
|
+
deposit_details: z.ZodNullable<z.ZodUnion<[z.ZodObject<{
|
|
30779
|
+
tx_hashes: z.ZodArray<z.ZodEffects<z.ZodString, `0x${string}`, string>, "many">;
|
|
30780
|
+
}, "strip", z.ZodTypeAny, {
|
|
30781
|
+
tx_hashes: `0x${string}`[];
|
|
30782
|
+
}, {
|
|
30783
|
+
tx_hashes: string[];
|
|
30784
|
+
}>, z.ZodObject<{
|
|
30785
|
+
tx_id: z.ZodEffects<z.ZodString, string, string>;
|
|
30786
|
+
vout: z.ZodNumber;
|
|
30787
|
+
}, "strip", z.ZodTypeAny, {
|
|
30788
|
+
tx_id: string;
|
|
30789
|
+
vout: number;
|
|
30790
|
+
}, {
|
|
30791
|
+
tx_id: string;
|
|
30792
|
+
vout: number;
|
|
30793
|
+
}>]>>;
|
|
30794
|
+
}, "strip", z.ZodTypeAny, {
|
|
30795
|
+
asset: {
|
|
30796
|
+
chain: string;
|
|
30797
|
+
asset: string;
|
|
30798
|
+
};
|
|
30799
|
+
amount: string;
|
|
30800
|
+
deposit_address: string;
|
|
30801
|
+
deposit_chain_block_height: number;
|
|
30802
|
+
deposit_details: {
|
|
30803
|
+
tx_hashes: `0x${string}`[];
|
|
30804
|
+
} | {
|
|
30805
|
+
tx_id: string;
|
|
30806
|
+
vout: number;
|
|
30807
|
+
} | null;
|
|
30808
|
+
}, {
|
|
30809
|
+
asset: {
|
|
30810
|
+
chain: string;
|
|
30811
|
+
asset: string;
|
|
30812
|
+
};
|
|
30813
|
+
amount: string;
|
|
30814
|
+
deposit_address: string;
|
|
30815
|
+
deposit_chain_block_height: number;
|
|
30816
|
+
deposit_details: {
|
|
30817
|
+
tx_hashes: string[];
|
|
30818
|
+
} | {
|
|
30819
|
+
tx_id: string;
|
|
30820
|
+
vout: number;
|
|
30821
|
+
} | null;
|
|
30822
|
+
}>, "many">;
|
|
30823
|
+
broadcasts: z.ZodArray<z.ZodObject<{
|
|
30824
|
+
broadcast_id: z.ZodNumber;
|
|
30825
|
+
broadcast_chain_block_height: z.ZodNumber;
|
|
30826
|
+
tx_out_id: z.ZodUnknown;
|
|
30827
|
+
tx_ref: z.ZodUnknown;
|
|
30828
|
+
}, "strip", z.ZodTypeAny, {
|
|
30829
|
+
broadcast_id: number;
|
|
30830
|
+
broadcast_chain_block_height: number;
|
|
30831
|
+
tx_out_id?: unknown;
|
|
30832
|
+
tx_ref?: unknown;
|
|
30833
|
+
}, {
|
|
30834
|
+
broadcast_id: number;
|
|
30835
|
+
broadcast_chain_block_height: number;
|
|
30836
|
+
tx_out_id?: unknown;
|
|
30837
|
+
tx_ref?: unknown;
|
|
30838
|
+
}>, "many">;
|
|
30839
|
+
vault_deposits: z.ZodArray<z.ZodObject<{
|
|
30840
|
+
tx_id: z.ZodString;
|
|
30841
|
+
deposit_chain_block_height: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
30842
|
+
input_asset: z.ZodObject<{
|
|
30843
|
+
chain: z.ZodString;
|
|
30844
|
+
asset: z.ZodString;
|
|
30845
|
+
}, "strip", z.ZodTypeAny, {
|
|
30846
|
+
chain: string;
|
|
30847
|
+
asset: string;
|
|
30848
|
+
}, {
|
|
30849
|
+
chain: string;
|
|
30850
|
+
asset: string;
|
|
30851
|
+
}>;
|
|
30852
|
+
output_asset: z.ZodObject<{
|
|
30853
|
+
chain: z.ZodString;
|
|
30854
|
+
asset: z.ZodString;
|
|
30855
|
+
}, "strip", z.ZodTypeAny, {
|
|
30856
|
+
chain: string;
|
|
30857
|
+
asset: string;
|
|
30858
|
+
}, {
|
|
30859
|
+
chain: string;
|
|
30860
|
+
asset: string;
|
|
30861
|
+
}>;
|
|
30862
|
+
amount: z.ZodString;
|
|
30863
|
+
destination_address: z.ZodString;
|
|
30864
|
+
ccm_deposit_metadata: z.ZodOptional<z.ZodNullable<z.ZodUnknown>>;
|
|
30865
|
+
deposit_details: z.ZodOptional<z.ZodNullable<z.ZodUnknown>>;
|
|
30866
|
+
broker_fee: z.ZodOptional<z.ZodObject<{
|
|
30867
|
+
account: z.ZodEffects<z.ZodString, string, string>;
|
|
30868
|
+
bps: z.ZodNumber;
|
|
30869
|
+
}, "strip", z.ZodTypeAny, {
|
|
30870
|
+
account: string;
|
|
30871
|
+
bps: number;
|
|
30872
|
+
}, {
|
|
30873
|
+
account: string;
|
|
30874
|
+
bps: number;
|
|
30875
|
+
}>>;
|
|
30876
|
+
affiliate_fees: z.ZodArray<z.ZodObject<{
|
|
30877
|
+
account: z.ZodEffects<z.ZodString, string, string>;
|
|
30878
|
+
bps: z.ZodNumber;
|
|
30879
|
+
}, "strip", z.ZodTypeAny, {
|
|
30880
|
+
account: string;
|
|
30881
|
+
bps: number;
|
|
30882
|
+
}, {
|
|
30883
|
+
account: string;
|
|
30884
|
+
bps: number;
|
|
30885
|
+
}>, "many">;
|
|
30886
|
+
refund_params: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
30887
|
+
retry_duration: z.ZodNumber;
|
|
30888
|
+
refund_address: z.ZodString;
|
|
30889
|
+
min_price: z.ZodString;
|
|
30890
|
+
refund_ccm_metadata: z.ZodOptional<z.ZodNullable<z.ZodUnknown>>;
|
|
30891
|
+
max_oracle_price_slippage: z.ZodOptional<z.ZodNullable<z.ZodUnknown>>;
|
|
30892
|
+
}, "strip", z.ZodTypeAny, {
|
|
30893
|
+
refund_address: string;
|
|
30894
|
+
retry_duration: number;
|
|
30895
|
+
min_price: string;
|
|
30896
|
+
refund_ccm_metadata?: unknown;
|
|
30897
|
+
max_oracle_price_slippage?: unknown;
|
|
30898
|
+
}, {
|
|
30899
|
+
refund_address: string;
|
|
30900
|
+
retry_duration: number;
|
|
30901
|
+
min_price: string;
|
|
30902
|
+
refund_ccm_metadata?: unknown;
|
|
30903
|
+
max_oracle_price_slippage?: unknown;
|
|
30904
|
+
}>>>;
|
|
30905
|
+
dca_params: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
30906
|
+
number_of_chunks: z.ZodNumber;
|
|
30907
|
+
chunk_interval: z.ZodNumber;
|
|
30908
|
+
}, "strip", z.ZodTypeAny, {
|
|
30909
|
+
number_of_chunks: number;
|
|
30910
|
+
chunk_interval: number;
|
|
30911
|
+
}, {
|
|
30912
|
+
number_of_chunks: number;
|
|
30913
|
+
chunk_interval: number;
|
|
30914
|
+
}>>>;
|
|
30915
|
+
max_boost_fee: z.ZodOptional<z.ZodNumber>;
|
|
30916
|
+
}, "strip", z.ZodTypeAny, {
|
|
30917
|
+
amount: string;
|
|
30918
|
+
tx_id: string;
|
|
30919
|
+
input_asset: {
|
|
30920
|
+
chain: string;
|
|
30921
|
+
asset: string;
|
|
30922
|
+
};
|
|
30923
|
+
output_asset: {
|
|
30924
|
+
chain: string;
|
|
30925
|
+
asset: string;
|
|
30926
|
+
};
|
|
30927
|
+
destination_address: string;
|
|
30928
|
+
affiliate_fees: {
|
|
30929
|
+
account: string;
|
|
30930
|
+
bps: number;
|
|
30931
|
+
}[];
|
|
30932
|
+
deposit_chain_block_height?: number | null | undefined;
|
|
30933
|
+
deposit_details?: unknown;
|
|
30934
|
+
ccm_deposit_metadata?: unknown;
|
|
30935
|
+
broker_fee?: {
|
|
30936
|
+
account: string;
|
|
30937
|
+
bps: number;
|
|
30938
|
+
} | undefined;
|
|
30939
|
+
refund_params?: {
|
|
30940
|
+
refund_address: string;
|
|
30941
|
+
retry_duration: number;
|
|
30942
|
+
min_price: string;
|
|
30943
|
+
refund_ccm_metadata?: unknown;
|
|
30944
|
+
max_oracle_price_slippage?: unknown;
|
|
30945
|
+
} | null | undefined;
|
|
30946
|
+
dca_params?: {
|
|
30947
|
+
number_of_chunks: number;
|
|
30948
|
+
chunk_interval: number;
|
|
30949
|
+
} | null | undefined;
|
|
30950
|
+
max_boost_fee?: number | undefined;
|
|
30951
|
+
}, {
|
|
30952
|
+
amount: string;
|
|
30953
|
+
tx_id: string;
|
|
30954
|
+
input_asset: {
|
|
30955
|
+
chain: string;
|
|
30956
|
+
asset: string;
|
|
30957
|
+
};
|
|
30958
|
+
output_asset: {
|
|
30959
|
+
chain: string;
|
|
30960
|
+
asset: string;
|
|
30961
|
+
};
|
|
30962
|
+
destination_address: string;
|
|
30963
|
+
affiliate_fees: {
|
|
30964
|
+
account: string;
|
|
30965
|
+
bps: number;
|
|
30966
|
+
}[];
|
|
30967
|
+
deposit_chain_block_height?: number | null | undefined;
|
|
30968
|
+
deposit_details?: unknown;
|
|
30969
|
+
ccm_deposit_metadata?: unknown;
|
|
30970
|
+
broker_fee?: {
|
|
30971
|
+
account: string;
|
|
30972
|
+
bps: number;
|
|
30973
|
+
} | undefined;
|
|
30974
|
+
refund_params?: {
|
|
30975
|
+
refund_address: string;
|
|
30976
|
+
retry_duration: number;
|
|
30977
|
+
min_price: string;
|
|
30978
|
+
refund_ccm_metadata?: unknown;
|
|
30979
|
+
max_oracle_price_slippage?: unknown;
|
|
30980
|
+
} | null | undefined;
|
|
30981
|
+
dca_params?: {
|
|
30982
|
+
number_of_chunks: number;
|
|
30983
|
+
chunk_interval: number;
|
|
30984
|
+
} | null | undefined;
|
|
30985
|
+
max_boost_fee?: number | undefined;
|
|
30986
|
+
}>, "many">;
|
|
30987
|
+
}, "strip", z.ZodTypeAny, {
|
|
30988
|
+
deposits: {
|
|
30989
|
+
asset: {
|
|
30990
|
+
chain: string;
|
|
30991
|
+
asset: string;
|
|
30992
|
+
};
|
|
30993
|
+
amount: string;
|
|
30994
|
+
deposit_address: string;
|
|
30995
|
+
deposit_chain_block_height: number;
|
|
30996
|
+
deposit_details: {
|
|
30997
|
+
tx_hashes: `0x${string}`[];
|
|
30998
|
+
} | {
|
|
30999
|
+
tx_id: string;
|
|
31000
|
+
vout: number;
|
|
31001
|
+
} | null;
|
|
31002
|
+
}[];
|
|
31003
|
+
broadcasts: {
|
|
31004
|
+
broadcast_id: number;
|
|
31005
|
+
broadcast_chain_block_height: number;
|
|
31006
|
+
tx_out_id?: unknown;
|
|
31007
|
+
tx_ref?: unknown;
|
|
31008
|
+
}[];
|
|
31009
|
+
vault_deposits: {
|
|
31010
|
+
amount: string;
|
|
31011
|
+
tx_id: string;
|
|
31012
|
+
input_asset: {
|
|
31013
|
+
chain: string;
|
|
31014
|
+
asset: string;
|
|
31015
|
+
};
|
|
31016
|
+
output_asset: {
|
|
31017
|
+
chain: string;
|
|
31018
|
+
asset: string;
|
|
31019
|
+
};
|
|
31020
|
+
destination_address: string;
|
|
31021
|
+
affiliate_fees: {
|
|
31022
|
+
account: string;
|
|
31023
|
+
bps: number;
|
|
31024
|
+
}[];
|
|
31025
|
+
deposit_chain_block_height?: number | null | undefined;
|
|
31026
|
+
deposit_details?: unknown;
|
|
31027
|
+
ccm_deposit_metadata?: unknown;
|
|
31028
|
+
broker_fee?: {
|
|
31029
|
+
account: string;
|
|
31030
|
+
bps: number;
|
|
31031
|
+
} | undefined;
|
|
31032
|
+
refund_params?: {
|
|
31033
|
+
refund_address: string;
|
|
31034
|
+
retry_duration: number;
|
|
31035
|
+
min_price: string;
|
|
31036
|
+
refund_ccm_metadata?: unknown;
|
|
31037
|
+
max_oracle_price_slippage?: unknown;
|
|
31038
|
+
} | null | undefined;
|
|
31039
|
+
dca_params?: {
|
|
31040
|
+
number_of_chunks: number;
|
|
31041
|
+
chunk_interval: number;
|
|
31042
|
+
} | null | undefined;
|
|
31043
|
+
max_boost_fee?: number | undefined;
|
|
31044
|
+
}[];
|
|
31045
|
+
}, {
|
|
31046
|
+
deposits: {
|
|
31047
|
+
asset: {
|
|
31048
|
+
chain: string;
|
|
31049
|
+
asset: string;
|
|
31050
|
+
};
|
|
31051
|
+
amount: string;
|
|
31052
|
+
deposit_address: string;
|
|
31053
|
+
deposit_chain_block_height: number;
|
|
31054
|
+
deposit_details: {
|
|
31055
|
+
tx_hashes: string[];
|
|
31056
|
+
} | {
|
|
31057
|
+
tx_id: string;
|
|
31058
|
+
vout: number;
|
|
31059
|
+
} | null;
|
|
31060
|
+
}[];
|
|
31061
|
+
broadcasts: {
|
|
31062
|
+
broadcast_id: number;
|
|
31063
|
+
broadcast_chain_block_height: number;
|
|
31064
|
+
tx_out_id?: unknown;
|
|
31065
|
+
tx_ref?: unknown;
|
|
31066
|
+
}[];
|
|
31067
|
+
vault_deposits: {
|
|
31068
|
+
amount: string;
|
|
31069
|
+
tx_id: string;
|
|
31070
|
+
input_asset: {
|
|
31071
|
+
chain: string;
|
|
31072
|
+
asset: string;
|
|
31073
|
+
};
|
|
31074
|
+
output_asset: {
|
|
31075
|
+
chain: string;
|
|
31076
|
+
asset: string;
|
|
31077
|
+
};
|
|
31078
|
+
destination_address: string;
|
|
31079
|
+
affiliate_fees: {
|
|
31080
|
+
account: string;
|
|
31081
|
+
bps: number;
|
|
31082
|
+
}[];
|
|
31083
|
+
deposit_chain_block_height?: number | null | undefined;
|
|
31084
|
+
deposit_details?: unknown;
|
|
31085
|
+
ccm_deposit_metadata?: unknown;
|
|
31086
|
+
broker_fee?: {
|
|
31087
|
+
account: string;
|
|
31088
|
+
bps: number;
|
|
31089
|
+
} | undefined;
|
|
31090
|
+
refund_params?: {
|
|
31091
|
+
refund_address: string;
|
|
31092
|
+
retry_duration: number;
|
|
31093
|
+
min_price: string;
|
|
31094
|
+
refund_ccm_metadata?: unknown;
|
|
31095
|
+
max_oracle_price_slippage?: unknown;
|
|
31096
|
+
} | null | undefined;
|
|
31097
|
+
dca_params?: {
|
|
31098
|
+
number_of_chunks: number;
|
|
31099
|
+
chunk_interval: number;
|
|
31100
|
+
} | null | undefined;
|
|
31101
|
+
max_boost_fee?: number | undefined;
|
|
31102
|
+
}[];
|
|
31103
|
+
}>;
|
|
30762
31104
|
};
|
|
30763
31105
|
type RpcMethod = keyof RpcRequest;
|
|
30764
31106
|
type RpcResponse<T extends RpcMethod> = z.input<(typeof rpcResult)[T]>;
|