@chainflip/rpc 2.1.1-beta.0 → 2.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/common.d.cts +1064 -664
- package/dist/common.d.mts +1064 -664
- package/dist/parsers.cjs +16 -15
- package/dist/parsers.d.cts +1201 -801
- package/dist/parsers.d.mts +1201 -801
- package/dist/parsers.mjs +16 -15
- package/package.json +3 -3
package/dist/common.d.mts
CHANGED
|
@@ -371,15 +371,15 @@ declare const rpcResult: {
|
|
|
371
371
|
USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
372
372
|
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
373
|
}, "strip", z.ZodTypeAny, {
|
|
374
|
-
FLIP: bigint;
|
|
375
374
|
ETH: bigint;
|
|
376
375
|
USDC: bigint;
|
|
376
|
+
FLIP: bigint;
|
|
377
377
|
USDT: bigint;
|
|
378
378
|
WBTC: bigint;
|
|
379
379
|
}, {
|
|
380
|
-
FLIP: string | number;
|
|
381
380
|
ETH: string | number;
|
|
382
381
|
USDC: string | number;
|
|
382
|
+
FLIP: string | number;
|
|
383
383
|
USDT: string | number;
|
|
384
384
|
WBTC?: string | number | undefined;
|
|
385
385
|
}>;
|
|
@@ -427,9 +427,9 @@ declare const rpcResult: {
|
|
|
427
427
|
BTC: bigint;
|
|
428
428
|
};
|
|
429
429
|
Ethereum: {
|
|
430
|
-
FLIP: bigint;
|
|
431
430
|
ETH: bigint;
|
|
432
431
|
USDC: bigint;
|
|
432
|
+
FLIP: bigint;
|
|
433
433
|
USDT: bigint;
|
|
434
434
|
WBTC: bigint;
|
|
435
435
|
};
|
|
@@ -453,9 +453,9 @@ declare const rpcResult: {
|
|
|
453
453
|
BTC: string | number;
|
|
454
454
|
};
|
|
455
455
|
Ethereum: {
|
|
456
|
-
FLIP: string | number;
|
|
457
456
|
ETH: string | number;
|
|
458
457
|
USDC: string | number;
|
|
458
|
+
FLIP: string | number;
|
|
459
459
|
USDT: string | number;
|
|
460
460
|
WBTC?: string | number | undefined;
|
|
461
461
|
};
|
|
@@ -508,9 +508,9 @@ declare const rpcResult: {
|
|
|
508
508
|
BTC: bigint;
|
|
509
509
|
};
|
|
510
510
|
Ethereum: {
|
|
511
|
-
FLIP: bigint;
|
|
512
511
|
ETH: bigint;
|
|
513
512
|
USDC: bigint;
|
|
513
|
+
FLIP: bigint;
|
|
514
514
|
USDT: bigint;
|
|
515
515
|
WBTC: bigint;
|
|
516
516
|
};
|
|
@@ -551,9 +551,9 @@ declare const rpcResult: {
|
|
|
551
551
|
BTC: string | number;
|
|
552
552
|
};
|
|
553
553
|
Ethereum: {
|
|
554
|
-
FLIP: string | number;
|
|
555
554
|
ETH: string | number;
|
|
556
555
|
USDC: string | number;
|
|
556
|
+
FLIP: string | number;
|
|
557
557
|
USDT: string | number;
|
|
558
558
|
WBTC?: string | number | undefined;
|
|
559
559
|
};
|
|
@@ -602,15 +602,15 @@ declare const rpcResult: {
|
|
|
602
602
|
USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
603
603
|
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
604
|
}, "strip", z.ZodTypeAny, {
|
|
605
|
-
FLIP: bigint;
|
|
606
605
|
ETH: bigint;
|
|
607
606
|
USDC: bigint;
|
|
607
|
+
FLIP: bigint;
|
|
608
608
|
USDT: bigint;
|
|
609
609
|
WBTC: bigint;
|
|
610
610
|
}, {
|
|
611
|
-
FLIP: string | number;
|
|
612
611
|
ETH: string | number;
|
|
613
612
|
USDC: string | number;
|
|
613
|
+
FLIP: string | number;
|
|
614
614
|
USDT: string | number;
|
|
615
615
|
WBTC?: string | number | undefined;
|
|
616
616
|
}>;
|
|
@@ -658,9 +658,9 @@ declare const rpcResult: {
|
|
|
658
658
|
BTC: bigint;
|
|
659
659
|
};
|
|
660
660
|
Ethereum: {
|
|
661
|
-
FLIP: bigint;
|
|
662
661
|
ETH: bigint;
|
|
663
662
|
USDC: bigint;
|
|
663
|
+
FLIP: bigint;
|
|
664
664
|
USDT: bigint;
|
|
665
665
|
WBTC: bigint;
|
|
666
666
|
};
|
|
@@ -684,9 +684,9 @@ declare const rpcResult: {
|
|
|
684
684
|
BTC: string | number;
|
|
685
685
|
};
|
|
686
686
|
Ethereum: {
|
|
687
|
-
FLIP: string | number;
|
|
688
687
|
ETH: string | number;
|
|
689
688
|
USDC: string | number;
|
|
689
|
+
FLIP: string | number;
|
|
690
690
|
USDT: string | number;
|
|
691
691
|
WBTC?: string | number | undefined;
|
|
692
692
|
};
|
|
@@ -737,15 +737,15 @@ declare const rpcResult: {
|
|
|
737
737
|
USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
738
738
|
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
739
|
}, "strip", z.ZodTypeAny, {
|
|
740
|
-
FLIP: bigint;
|
|
741
740
|
ETH: bigint;
|
|
742
741
|
USDC: bigint;
|
|
742
|
+
FLIP: bigint;
|
|
743
743
|
USDT: bigint;
|
|
744
744
|
WBTC: bigint;
|
|
745
745
|
}, {
|
|
746
|
-
FLIP: string | number;
|
|
747
746
|
ETH: string | number;
|
|
748
747
|
USDC: string | number;
|
|
748
|
+
FLIP: string | number;
|
|
749
749
|
USDT: string | number;
|
|
750
750
|
WBTC?: string | number | undefined;
|
|
751
751
|
}>;
|
|
@@ -793,9 +793,9 @@ declare const rpcResult: {
|
|
|
793
793
|
BTC: bigint;
|
|
794
794
|
};
|
|
795
795
|
Ethereum: {
|
|
796
|
-
FLIP: bigint;
|
|
797
796
|
ETH: bigint;
|
|
798
797
|
USDC: bigint;
|
|
798
|
+
FLIP: bigint;
|
|
799
799
|
USDT: bigint;
|
|
800
800
|
WBTC: bigint;
|
|
801
801
|
};
|
|
@@ -819,9 +819,9 @@ declare const rpcResult: {
|
|
|
819
819
|
BTC: string | number;
|
|
820
820
|
};
|
|
821
821
|
Ethereum: {
|
|
822
|
-
FLIP: string | number;
|
|
823
822
|
ETH: string | number;
|
|
824
823
|
USDC: string | number;
|
|
824
|
+
FLIP: string | number;
|
|
825
825
|
USDT: string | number;
|
|
826
826
|
WBTC?: string | number | undefined;
|
|
827
827
|
};
|
|
@@ -874,9 +874,9 @@ declare const rpcResult: {
|
|
|
874
874
|
BTC: bigint;
|
|
875
875
|
};
|
|
876
876
|
Ethereum: {
|
|
877
|
-
FLIP: bigint;
|
|
878
877
|
ETH: bigint;
|
|
879
878
|
USDC: bigint;
|
|
879
|
+
FLIP: bigint;
|
|
880
880
|
USDT: bigint;
|
|
881
881
|
WBTC: bigint;
|
|
882
882
|
};
|
|
@@ -903,9 +903,9 @@ declare const rpcResult: {
|
|
|
903
903
|
BTC: bigint;
|
|
904
904
|
};
|
|
905
905
|
Ethereum: {
|
|
906
|
-
FLIP: bigint;
|
|
907
906
|
ETH: bigint;
|
|
908
907
|
USDC: bigint;
|
|
908
|
+
FLIP: bigint;
|
|
909
909
|
USDT: bigint;
|
|
910
910
|
WBTC: bigint;
|
|
911
911
|
};
|
|
@@ -950,9 +950,9 @@ declare const rpcResult: {
|
|
|
950
950
|
BTC: string | number;
|
|
951
951
|
};
|
|
952
952
|
Ethereum: {
|
|
953
|
-
FLIP: string | number;
|
|
954
953
|
ETH: string | number;
|
|
955
954
|
USDC: string | number;
|
|
955
|
+
FLIP: string | number;
|
|
956
956
|
USDT: string | number;
|
|
957
957
|
WBTC?: string | number | undefined;
|
|
958
958
|
};
|
|
@@ -979,9 +979,9 @@ declare const rpcResult: {
|
|
|
979
979
|
BTC: string | number;
|
|
980
980
|
};
|
|
981
981
|
Ethereum: {
|
|
982
|
-
FLIP: string | number;
|
|
983
982
|
ETH: string | number;
|
|
984
983
|
USDC: string | number;
|
|
984
|
+
FLIP: string | number;
|
|
985
985
|
USDT: string | number;
|
|
986
986
|
WBTC?: string | number | undefined;
|
|
987
987
|
};
|
|
@@ -1066,15 +1066,15 @@ declare const rpcResult: {
|
|
|
1066
1066
|
USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
1067
1067
|
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
1068
|
}, "strip", z.ZodTypeAny, {
|
|
1069
|
-
FLIP: bigint;
|
|
1070
1069
|
ETH: bigint;
|
|
1071
1070
|
USDC: bigint;
|
|
1071
|
+
FLIP: bigint;
|
|
1072
1072
|
USDT: bigint;
|
|
1073
1073
|
WBTC: bigint;
|
|
1074
1074
|
}, {
|
|
1075
|
-
FLIP: string | number;
|
|
1076
1075
|
ETH: string | number;
|
|
1077
1076
|
USDC: string | number;
|
|
1077
|
+
FLIP: string | number;
|
|
1078
1078
|
USDT: string | number;
|
|
1079
1079
|
WBTC?: string | number | undefined;
|
|
1080
1080
|
}>;
|
|
@@ -1122,9 +1122,9 @@ declare const rpcResult: {
|
|
|
1122
1122
|
BTC: bigint;
|
|
1123
1123
|
};
|
|
1124
1124
|
Ethereum: {
|
|
1125
|
-
FLIP: bigint;
|
|
1126
1125
|
ETH: bigint;
|
|
1127
1126
|
USDC: bigint;
|
|
1127
|
+
FLIP: bigint;
|
|
1128
1128
|
USDT: bigint;
|
|
1129
1129
|
WBTC: bigint;
|
|
1130
1130
|
};
|
|
@@ -1148,9 +1148,9 @@ declare const rpcResult: {
|
|
|
1148
1148
|
BTC: string | number;
|
|
1149
1149
|
};
|
|
1150
1150
|
Ethereum: {
|
|
1151
|
-
FLIP: string | number;
|
|
1152
1151
|
ETH: string | number;
|
|
1153
1152
|
USDC: string | number;
|
|
1153
|
+
FLIP: string | number;
|
|
1154
1154
|
USDT: string | number;
|
|
1155
1155
|
WBTC?: string | number | undefined;
|
|
1156
1156
|
};
|
|
@@ -1203,9 +1203,9 @@ declare const rpcResult: {
|
|
|
1203
1203
|
BTC: bigint;
|
|
1204
1204
|
};
|
|
1205
1205
|
Ethereum: {
|
|
1206
|
-
FLIP: bigint;
|
|
1207
1206
|
ETH: bigint;
|
|
1208
1207
|
USDC: bigint;
|
|
1208
|
+
FLIP: bigint;
|
|
1209
1209
|
USDT: bigint;
|
|
1210
1210
|
WBTC: bigint;
|
|
1211
1211
|
};
|
|
@@ -1260,9 +1260,9 @@ declare const rpcResult: {
|
|
|
1260
1260
|
BTC: string | number;
|
|
1261
1261
|
};
|
|
1262
1262
|
Ethereum: {
|
|
1263
|
-
FLIP: string | number;
|
|
1264
1263
|
ETH: string | number;
|
|
1265
1264
|
USDC: string | number;
|
|
1265
|
+
FLIP: string | number;
|
|
1266
1266
|
USDT: string | number;
|
|
1267
1267
|
WBTC?: string | number | undefined;
|
|
1268
1268
|
};
|
|
@@ -1344,15 +1344,15 @@ declare const rpcResult: {
|
|
|
1344
1344
|
USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
1345
1345
|
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
1346
|
}, "strip", z.ZodTypeAny, {
|
|
1347
|
-
FLIP: bigint;
|
|
1348
1347
|
ETH: bigint;
|
|
1349
1348
|
USDC: bigint;
|
|
1349
|
+
FLIP: bigint;
|
|
1350
1350
|
USDT: bigint;
|
|
1351
1351
|
WBTC: bigint;
|
|
1352
1352
|
}, {
|
|
1353
|
-
FLIP: string | number;
|
|
1354
1353
|
ETH: string | number;
|
|
1355
1354
|
USDC: string | number;
|
|
1355
|
+
FLIP: string | number;
|
|
1356
1356
|
USDT: string | number;
|
|
1357
1357
|
WBTC?: string | number | undefined;
|
|
1358
1358
|
}>;
|
|
@@ -1400,9 +1400,9 @@ declare const rpcResult: {
|
|
|
1400
1400
|
BTC: bigint;
|
|
1401
1401
|
};
|
|
1402
1402
|
Ethereum: {
|
|
1403
|
-
FLIP: bigint;
|
|
1404
1403
|
ETH: bigint;
|
|
1405
1404
|
USDC: bigint;
|
|
1405
|
+
FLIP: bigint;
|
|
1406
1406
|
USDT: bigint;
|
|
1407
1407
|
WBTC: bigint;
|
|
1408
1408
|
};
|
|
@@ -1426,9 +1426,9 @@ declare const rpcResult: {
|
|
|
1426
1426
|
BTC: string | number;
|
|
1427
1427
|
};
|
|
1428
1428
|
Ethereum: {
|
|
1429
|
-
FLIP: string | number;
|
|
1430
1429
|
ETH: string | number;
|
|
1431
1430
|
USDC: string | number;
|
|
1431
|
+
FLIP: string | number;
|
|
1432
1432
|
USDT: string | number;
|
|
1433
1433
|
WBTC?: string | number | undefined;
|
|
1434
1434
|
};
|
|
@@ -1583,21 +1583,21 @@ declare const rpcResult: {
|
|
|
1583
1583
|
is_withdrawing: boolean;
|
|
1584
1584
|
}>, "many">>;
|
|
1585
1585
|
}, "strip", z.ZodTypeAny, {
|
|
1586
|
-
|
|
1586
|
+
ETH: {
|
|
1587
1587
|
fee_tier: number;
|
|
1588
1588
|
total_balance: bigint;
|
|
1589
1589
|
available_balance: bigint;
|
|
1590
1590
|
in_use_balance: bigint;
|
|
1591
1591
|
is_withdrawing: boolean;
|
|
1592
1592
|
}[];
|
|
1593
|
-
|
|
1593
|
+
USDC: {
|
|
1594
1594
|
fee_tier: number;
|
|
1595
1595
|
total_balance: bigint;
|
|
1596
1596
|
available_balance: bigint;
|
|
1597
1597
|
in_use_balance: bigint;
|
|
1598
1598
|
is_withdrawing: boolean;
|
|
1599
1599
|
}[];
|
|
1600
|
-
|
|
1600
|
+
FLIP: {
|
|
1601
1601
|
fee_tier: number;
|
|
1602
1602
|
total_balance: bigint;
|
|
1603
1603
|
available_balance: bigint;
|
|
@@ -1619,21 +1619,21 @@ declare const rpcResult: {
|
|
|
1619
1619
|
is_withdrawing: boolean;
|
|
1620
1620
|
}[];
|
|
1621
1621
|
}, {
|
|
1622
|
-
|
|
1622
|
+
ETH: {
|
|
1623
1623
|
fee_tier: number;
|
|
1624
1624
|
total_balance: string;
|
|
1625
1625
|
available_balance: string;
|
|
1626
1626
|
in_use_balance: string;
|
|
1627
1627
|
is_withdrawing: boolean;
|
|
1628
1628
|
}[];
|
|
1629
|
-
|
|
1629
|
+
USDC: {
|
|
1630
1630
|
fee_tier: number;
|
|
1631
1631
|
total_balance: string;
|
|
1632
1632
|
available_balance: string;
|
|
1633
1633
|
in_use_balance: string;
|
|
1634
1634
|
is_withdrawing: boolean;
|
|
1635
1635
|
}[];
|
|
1636
|
-
|
|
1636
|
+
FLIP: {
|
|
1637
1637
|
fee_tier: number;
|
|
1638
1638
|
total_balance: string;
|
|
1639
1639
|
available_balance: string;
|
|
@@ -1975,21 +1975,21 @@ declare const rpcResult: {
|
|
|
1975
1975
|
}[];
|
|
1976
1976
|
};
|
|
1977
1977
|
Ethereum: {
|
|
1978
|
-
|
|
1978
|
+
ETH: {
|
|
1979
1979
|
fee_tier: number;
|
|
1980
1980
|
total_balance: bigint;
|
|
1981
1981
|
available_balance: bigint;
|
|
1982
1982
|
in_use_balance: bigint;
|
|
1983
1983
|
is_withdrawing: boolean;
|
|
1984
1984
|
}[];
|
|
1985
|
-
|
|
1985
|
+
USDC: {
|
|
1986
1986
|
fee_tier: number;
|
|
1987
1987
|
total_balance: bigint;
|
|
1988
1988
|
available_balance: bigint;
|
|
1989
1989
|
in_use_balance: bigint;
|
|
1990
1990
|
is_withdrawing: boolean;
|
|
1991
1991
|
}[];
|
|
1992
|
-
|
|
1992
|
+
FLIP: {
|
|
1993
1993
|
fee_tier: number;
|
|
1994
1994
|
total_balance: bigint;
|
|
1995
1995
|
available_balance: bigint;
|
|
@@ -2091,21 +2091,21 @@ declare const rpcResult: {
|
|
|
2091
2091
|
}[];
|
|
2092
2092
|
};
|
|
2093
2093
|
Ethereum: {
|
|
2094
|
-
|
|
2094
|
+
ETH: {
|
|
2095
2095
|
fee_tier: number;
|
|
2096
2096
|
total_balance: string;
|
|
2097
2097
|
available_balance: string;
|
|
2098
2098
|
in_use_balance: string;
|
|
2099
2099
|
is_withdrawing: boolean;
|
|
2100
2100
|
}[];
|
|
2101
|
-
|
|
2101
|
+
USDC: {
|
|
2102
2102
|
fee_tier: number;
|
|
2103
2103
|
total_balance: string;
|
|
2104
2104
|
available_balance: string;
|
|
2105
2105
|
in_use_balance: string;
|
|
2106
2106
|
is_withdrawing: boolean;
|
|
2107
2107
|
}[];
|
|
2108
|
-
|
|
2108
|
+
FLIP: {
|
|
2109
2109
|
fee_tier: number;
|
|
2110
2110
|
total_balance: string;
|
|
2111
2111
|
available_balance: string;
|
|
@@ -2197,7 +2197,7 @@ declare const rpcResult: {
|
|
|
2197
2197
|
}[];
|
|
2198
2198
|
};
|
|
2199
2199
|
}>;
|
|
2200
|
-
lending_positions: z.
|
|
2200
|
+
lending_positions: z.ZodArray<z.ZodIntersection<z.ZodUnion<[z.ZodObject<{
|
|
2201
2201
|
chain: z.ZodLiteral<"Bitcoin">;
|
|
2202
2202
|
asset: z.ZodLiteral<"BTC">;
|
|
2203
2203
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2336,13 +2336,13 @@ declare const rpcResult: {
|
|
|
2336
2336
|
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
2337
|
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
2338
|
}, "strip", z.ZodTypeAny, {
|
|
2339
|
-
available_amount: bigint;
|
|
2340
2339
|
total_amount: bigint;
|
|
2340
|
+
available_amount: bigint;
|
|
2341
2341
|
}, {
|
|
2342
|
-
available_amount: string | number;
|
|
2343
2342
|
total_amount: string | number;
|
|
2344
|
-
|
|
2345
|
-
|
|
2343
|
+
available_amount: string | number;
|
|
2344
|
+
}>>, "many">;
|
|
2345
|
+
collateral_balances: z.ZodArray<z.ZodIntersection<z.ZodUnion<[z.ZodObject<{
|
|
2346
2346
|
chain: z.ZodLiteral<"Bitcoin">;
|
|
2347
2347
|
asset: z.ZodLiteral<"BTC">;
|
|
2348
2348
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2483,7 +2483,7 @@ declare const rpcResult: {
|
|
|
2483
2483
|
amount: bigint;
|
|
2484
2484
|
}, {
|
|
2485
2485
|
amount: string | number;
|
|
2486
|
-
}>>, "many"
|
|
2486
|
+
}>>, "many">;
|
|
2487
2487
|
vanity_name: z.ZodOptional<z.ZodString>;
|
|
2488
2488
|
flip_balance: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
2489
2489
|
asset_balances: z.ZodObject<{
|
|
@@ -2501,15 +2501,15 @@ declare const rpcResult: {
|
|
|
2501
2501
|
USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
2502
2502
|
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
2503
|
}, "strip", z.ZodTypeAny, {
|
|
2504
|
-
FLIP: bigint;
|
|
2505
2504
|
ETH: bigint;
|
|
2506
2505
|
USDC: bigint;
|
|
2506
|
+
FLIP: bigint;
|
|
2507
2507
|
USDT: bigint;
|
|
2508
2508
|
WBTC: bigint;
|
|
2509
2509
|
}, {
|
|
2510
|
-
FLIP: string | number;
|
|
2511
2510
|
ETH: string | number;
|
|
2512
2511
|
USDC: string | number;
|
|
2512
|
+
FLIP: string | number;
|
|
2513
2513
|
USDT: string | number;
|
|
2514
2514
|
WBTC?: string | number | undefined;
|
|
2515
2515
|
}>;
|
|
@@ -2557,9 +2557,9 @@ declare const rpcResult: {
|
|
|
2557
2557
|
BTC: bigint;
|
|
2558
2558
|
};
|
|
2559
2559
|
Ethereum: {
|
|
2560
|
-
FLIP: bigint;
|
|
2561
2560
|
ETH: bigint;
|
|
2562
2561
|
USDC: bigint;
|
|
2562
|
+
FLIP: bigint;
|
|
2563
2563
|
USDT: bigint;
|
|
2564
2564
|
WBTC: bigint;
|
|
2565
2565
|
};
|
|
@@ -2583,9 +2583,9 @@ declare const rpcResult: {
|
|
|
2583
2583
|
BTC: string | number;
|
|
2584
2584
|
};
|
|
2585
2585
|
Ethereum: {
|
|
2586
|
-
FLIP: string | number;
|
|
2587
2586
|
ETH: string | number;
|
|
2588
2587
|
USDC: string | number;
|
|
2588
|
+
FLIP: string | number;
|
|
2589
2589
|
USDT: string | number;
|
|
2590
2590
|
WBTC?: string | number | undefined;
|
|
2591
2591
|
};
|
|
@@ -2638,9 +2638,9 @@ declare const rpcResult: {
|
|
|
2638
2638
|
BTC: bigint;
|
|
2639
2639
|
};
|
|
2640
2640
|
Ethereum: {
|
|
2641
|
-
FLIP: bigint;
|
|
2642
2641
|
ETH: bigint;
|
|
2643
2642
|
USDC: bigint;
|
|
2643
|
+
FLIP: bigint;
|
|
2644
2644
|
USDT: bigint;
|
|
2645
2645
|
WBTC: bigint;
|
|
2646
2646
|
};
|
|
@@ -2667,9 +2667,9 @@ declare const rpcResult: {
|
|
|
2667
2667
|
BTC: bigint;
|
|
2668
2668
|
};
|
|
2669
2669
|
Ethereum: {
|
|
2670
|
-
FLIP: bigint;
|
|
2671
2670
|
ETH: bigint;
|
|
2672
2671
|
USDC: bigint;
|
|
2672
|
+
FLIP: bigint;
|
|
2673
2673
|
USDT: bigint;
|
|
2674
2674
|
WBTC: bigint;
|
|
2675
2675
|
};
|
|
@@ -2707,21 +2707,21 @@ declare const rpcResult: {
|
|
|
2707
2707
|
}[];
|
|
2708
2708
|
};
|
|
2709
2709
|
Ethereum: {
|
|
2710
|
-
|
|
2710
|
+
ETH: {
|
|
2711
2711
|
fee_tier: number;
|
|
2712
2712
|
total_balance: bigint;
|
|
2713
2713
|
available_balance: bigint;
|
|
2714
2714
|
in_use_balance: bigint;
|
|
2715
2715
|
is_withdrawing: boolean;
|
|
2716
2716
|
}[];
|
|
2717
|
-
|
|
2717
|
+
USDC: {
|
|
2718
2718
|
fee_tier: number;
|
|
2719
2719
|
total_balance: bigint;
|
|
2720
2720
|
available_balance: bigint;
|
|
2721
2721
|
in_use_balance: bigint;
|
|
2722
2722
|
is_withdrawing: boolean;
|
|
2723
2723
|
}[];
|
|
2724
|
-
|
|
2724
|
+
FLIP: {
|
|
2725
2725
|
fee_tier: number;
|
|
2726
2726
|
total_balance: bigint;
|
|
2727
2727
|
available_balance: bigint;
|
|
@@ -2813,18 +2813,7 @@ declare const rpcResult: {
|
|
|
2813
2813
|
}[];
|
|
2814
2814
|
};
|
|
2815
2815
|
};
|
|
2816
|
-
|
|
2817
|
-
bound_redeem_address?: `0x${string}` | undefined;
|
|
2818
|
-
restricted_balances?: Partial<Record<`0x${string}`, bigint>> | undefined;
|
|
2819
|
-
current_delegation_status?: {
|
|
2820
|
-
operator: `cF${string}`;
|
|
2821
|
-
bid: bigint;
|
|
2822
|
-
} | undefined;
|
|
2823
|
-
upcoming_delegation_status?: {
|
|
2824
|
-
operator: `cF${string}`;
|
|
2825
|
-
bid: bigint;
|
|
2826
|
-
} | undefined;
|
|
2827
|
-
lending_positions?: (({
|
|
2816
|
+
lending_positions: (({
|
|
2828
2817
|
chain: "Bitcoin";
|
|
2829
2818
|
asset: "BTC";
|
|
2830
2819
|
} | {
|
|
@@ -2870,10 +2859,10 @@ declare const rpcResult: {
|
|
|
2870
2859
|
chain: "Assethub";
|
|
2871
2860
|
asset: "USDT";
|
|
2872
2861
|
}) & {
|
|
2873
|
-
available_amount: bigint;
|
|
2874
2862
|
total_amount: bigint;
|
|
2875
|
-
|
|
2876
|
-
|
|
2863
|
+
available_amount: bigint;
|
|
2864
|
+
})[];
|
|
2865
|
+
collateral_balances: (({
|
|
2877
2866
|
chain: "Bitcoin";
|
|
2878
2867
|
asset: "BTC";
|
|
2879
2868
|
} | {
|
|
@@ -2920,7 +2909,18 @@ declare const rpcResult: {
|
|
|
2920
2909
|
asset: "USDT";
|
|
2921
2910
|
}) & {
|
|
2922
2911
|
amount: bigint;
|
|
2923
|
-
})[]
|
|
2912
|
+
})[];
|
|
2913
|
+
vanity_name?: string | undefined;
|
|
2914
|
+
bound_redeem_address?: `0x${string}` | undefined;
|
|
2915
|
+
restricted_balances?: Partial<Record<`0x${string}`, bigint>> | undefined;
|
|
2916
|
+
current_delegation_status?: {
|
|
2917
|
+
operator: `cF${string}`;
|
|
2918
|
+
bid: bigint;
|
|
2919
|
+
} | undefined;
|
|
2920
|
+
upcoming_delegation_status?: {
|
|
2921
|
+
operator: `cF${string}`;
|
|
2922
|
+
bid: bigint;
|
|
2923
|
+
} | undefined;
|
|
2924
2924
|
}, {
|
|
2925
2925
|
role: "liquidity_provider";
|
|
2926
2926
|
flip_balance: string | number;
|
|
@@ -2929,9 +2929,9 @@ declare const rpcResult: {
|
|
|
2929
2929
|
BTC: string | number;
|
|
2930
2930
|
};
|
|
2931
2931
|
Ethereum: {
|
|
2932
|
-
FLIP: string | number;
|
|
2933
2932
|
ETH: string | number;
|
|
2934
2933
|
USDC: string | number;
|
|
2934
|
+
FLIP: string | number;
|
|
2935
2935
|
USDT: string | number;
|
|
2936
2936
|
WBTC?: string | number | undefined;
|
|
2937
2937
|
};
|
|
@@ -2958,9 +2958,9 @@ declare const rpcResult: {
|
|
|
2958
2958
|
BTC: string | number;
|
|
2959
2959
|
};
|
|
2960
2960
|
Ethereum: {
|
|
2961
|
-
FLIP: string | number;
|
|
2962
2961
|
ETH: string | number;
|
|
2963
2962
|
USDC: string | number;
|
|
2963
|
+
FLIP: string | number;
|
|
2964
2964
|
USDT: string | number;
|
|
2965
2965
|
WBTC?: string | number | undefined;
|
|
2966
2966
|
};
|
|
@@ -2998,21 +2998,21 @@ declare const rpcResult: {
|
|
|
2998
2998
|
}[];
|
|
2999
2999
|
};
|
|
3000
3000
|
Ethereum: {
|
|
3001
|
-
|
|
3001
|
+
ETH: {
|
|
3002
3002
|
fee_tier: number;
|
|
3003
3003
|
total_balance: string;
|
|
3004
3004
|
available_balance: string;
|
|
3005
3005
|
in_use_balance: string;
|
|
3006
3006
|
is_withdrawing: boolean;
|
|
3007
3007
|
}[];
|
|
3008
|
-
|
|
3008
|
+
USDC: {
|
|
3009
3009
|
fee_tier: number;
|
|
3010
3010
|
total_balance: string;
|
|
3011
3011
|
available_balance: string;
|
|
3012
3012
|
in_use_balance: string;
|
|
3013
3013
|
is_withdrawing: boolean;
|
|
3014
3014
|
}[];
|
|
3015
|
-
|
|
3015
|
+
FLIP: {
|
|
3016
3016
|
fee_tier: number;
|
|
3017
3017
|
total_balance: string;
|
|
3018
3018
|
available_balance: string;
|
|
@@ -3104,18 +3104,7 @@ declare const rpcResult: {
|
|
|
3104
3104
|
}[];
|
|
3105
3105
|
};
|
|
3106
3106
|
};
|
|
3107
|
-
|
|
3108
|
-
bound_redeem_address?: string | undefined;
|
|
3109
|
-
restricted_balances?: Record<string, string | number> | undefined;
|
|
3110
|
-
current_delegation_status?: {
|
|
3111
|
-
operator: string;
|
|
3112
|
-
bid: string | number;
|
|
3113
|
-
} | undefined;
|
|
3114
|
-
upcoming_delegation_status?: {
|
|
3115
|
-
operator: string;
|
|
3116
|
-
bid: string | number;
|
|
3117
|
-
} | undefined;
|
|
3118
|
-
lending_positions?: (({
|
|
3107
|
+
lending_positions: (({
|
|
3119
3108
|
chain: "Bitcoin";
|
|
3120
3109
|
asset: "BTC";
|
|
3121
3110
|
} | {
|
|
@@ -3161,10 +3150,10 @@ declare const rpcResult: {
|
|
|
3161
3150
|
chain: "Assethub";
|
|
3162
3151
|
asset: "USDT";
|
|
3163
3152
|
}) & {
|
|
3164
|
-
available_amount: string | number;
|
|
3165
3153
|
total_amount: string | number;
|
|
3166
|
-
|
|
3167
|
-
|
|
3154
|
+
available_amount: string | number;
|
|
3155
|
+
})[];
|
|
3156
|
+
collateral_balances: (({
|
|
3168
3157
|
chain: "Bitcoin";
|
|
3169
3158
|
asset: "BTC";
|
|
3170
3159
|
} | {
|
|
@@ -3211,7 +3200,18 @@ declare const rpcResult: {
|
|
|
3211
3200
|
asset: "USDT";
|
|
3212
3201
|
}) & {
|
|
3213
3202
|
amount: string | number;
|
|
3214
|
-
})[]
|
|
3203
|
+
})[];
|
|
3204
|
+
vanity_name?: string | undefined;
|
|
3205
|
+
bound_redeem_address?: string | undefined;
|
|
3206
|
+
restricted_balances?: Record<string, string | number> | undefined;
|
|
3207
|
+
current_delegation_status?: {
|
|
3208
|
+
operator: string;
|
|
3209
|
+
bid: string | number;
|
|
3210
|
+
} | undefined;
|
|
3211
|
+
upcoming_delegation_status?: {
|
|
3212
|
+
operator: string;
|
|
3213
|
+
bid: string | number;
|
|
3214
|
+
} | undefined;
|
|
3215
3215
|
}>, z.ZodObject<{
|
|
3216
3216
|
last_heartbeat: z.ZodNumber;
|
|
3217
3217
|
reputation_points: z.ZodNumber;
|
|
@@ -3240,15 +3240,15 @@ declare const rpcResult: {
|
|
|
3240
3240
|
USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
3241
3241
|
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
3242
|
}, "strip", z.ZodTypeAny, {
|
|
3243
|
-
FLIP: bigint;
|
|
3244
3243
|
ETH: bigint;
|
|
3245
3244
|
USDC: bigint;
|
|
3245
|
+
FLIP: bigint;
|
|
3246
3246
|
USDT: bigint;
|
|
3247
3247
|
WBTC: bigint;
|
|
3248
3248
|
}, {
|
|
3249
|
-
FLIP: string | number;
|
|
3250
3249
|
ETH: string | number;
|
|
3251
3250
|
USDC: string | number;
|
|
3251
|
+
FLIP: string | number;
|
|
3252
3252
|
USDT: string | number;
|
|
3253
3253
|
WBTC?: string | number | undefined;
|
|
3254
3254
|
}>;
|
|
@@ -3296,9 +3296,9 @@ declare const rpcResult: {
|
|
|
3296
3296
|
BTC: bigint;
|
|
3297
3297
|
};
|
|
3298
3298
|
Ethereum: {
|
|
3299
|
-
FLIP: bigint;
|
|
3300
3299
|
ETH: bigint;
|
|
3301
3300
|
USDC: bigint;
|
|
3301
|
+
FLIP: bigint;
|
|
3302
3302
|
USDT: bigint;
|
|
3303
3303
|
WBTC: bigint;
|
|
3304
3304
|
};
|
|
@@ -3322,9 +3322,9 @@ declare const rpcResult: {
|
|
|
3322
3322
|
BTC: string | number;
|
|
3323
3323
|
};
|
|
3324
3324
|
Ethereum: {
|
|
3325
|
-
FLIP: string | number;
|
|
3326
3325
|
ETH: string | number;
|
|
3327
3326
|
USDC: string | number;
|
|
3327
|
+
FLIP: string | number;
|
|
3328
3328
|
USDT: string | number;
|
|
3329
3329
|
WBTC?: string | number | undefined;
|
|
3330
3330
|
};
|
|
@@ -3377,9 +3377,9 @@ declare const rpcResult: {
|
|
|
3377
3377
|
BTC: bigint;
|
|
3378
3378
|
};
|
|
3379
3379
|
Ethereum: {
|
|
3380
|
-
FLIP: bigint;
|
|
3381
3380
|
ETH: bigint;
|
|
3382
3381
|
USDC: bigint;
|
|
3382
|
+
FLIP: bigint;
|
|
3383
3383
|
USDT: bigint;
|
|
3384
3384
|
WBTC: bigint;
|
|
3385
3385
|
};
|
|
@@ -3430,9 +3430,9 @@ declare const rpcResult: {
|
|
|
3430
3430
|
BTC: string | number;
|
|
3431
3431
|
};
|
|
3432
3432
|
Ethereum: {
|
|
3433
|
-
FLIP: string | number;
|
|
3434
3433
|
ETH: string | number;
|
|
3435
3434
|
USDC: string | number;
|
|
3435
|
+
FLIP: string | number;
|
|
3436
3436
|
USDT: string | number;
|
|
3437
3437
|
WBTC?: string | number | undefined;
|
|
3438
3438
|
};
|
|
@@ -3483,9 +3483,9 @@ declare const rpcResult: {
|
|
|
3483
3483
|
BTC: bigint;
|
|
3484
3484
|
};
|
|
3485
3485
|
Ethereum: {
|
|
3486
|
-
FLIP: bigint;
|
|
3487
3486
|
ETH: bigint;
|
|
3488
3487
|
USDC: bigint;
|
|
3488
|
+
FLIP: bigint;
|
|
3489
3489
|
USDT: bigint;
|
|
3490
3490
|
WBTC: bigint;
|
|
3491
3491
|
};
|
|
@@ -3526,9 +3526,9 @@ declare const rpcResult: {
|
|
|
3526
3526
|
BTC: bigint;
|
|
3527
3527
|
};
|
|
3528
3528
|
Ethereum: {
|
|
3529
|
-
FLIP: bigint;
|
|
3530
3529
|
ETH: bigint;
|
|
3531
3530
|
USDC: bigint;
|
|
3531
|
+
FLIP: bigint;
|
|
3532
3532
|
USDT: bigint;
|
|
3533
3533
|
WBTC: bigint;
|
|
3534
3534
|
};
|
|
@@ -3555,9 +3555,9 @@ declare const rpcResult: {
|
|
|
3555
3555
|
BTC: bigint;
|
|
3556
3556
|
};
|
|
3557
3557
|
Ethereum: {
|
|
3558
|
-
FLIP: bigint;
|
|
3559
3558
|
ETH: bigint;
|
|
3560
3559
|
USDC: bigint;
|
|
3560
|
+
FLIP: bigint;
|
|
3561
3561
|
USDT: bigint;
|
|
3562
3562
|
WBTC: bigint;
|
|
3563
3563
|
};
|
|
@@ -3602,9 +3602,9 @@ declare const rpcResult: {
|
|
|
3602
3602
|
BTC: bigint;
|
|
3603
3603
|
};
|
|
3604
3604
|
Ethereum: {
|
|
3605
|
-
FLIP: bigint;
|
|
3606
3605
|
ETH: bigint;
|
|
3607
3606
|
USDC: bigint;
|
|
3607
|
+
FLIP: bigint;
|
|
3608
3608
|
USDT: bigint;
|
|
3609
3609
|
WBTC: bigint;
|
|
3610
3610
|
};
|
|
@@ -3631,9 +3631,9 @@ declare const rpcResult: {
|
|
|
3631
3631
|
BTC: bigint;
|
|
3632
3632
|
};
|
|
3633
3633
|
Ethereum: {
|
|
3634
|
-
FLIP: bigint;
|
|
3635
3634
|
ETH: bigint;
|
|
3636
3635
|
USDC: bigint;
|
|
3636
|
+
FLIP: bigint;
|
|
3637
3637
|
USDT: bigint;
|
|
3638
3638
|
WBTC: bigint;
|
|
3639
3639
|
};
|
|
@@ -3671,21 +3671,21 @@ declare const rpcResult: {
|
|
|
3671
3671
|
}[];
|
|
3672
3672
|
};
|
|
3673
3673
|
Ethereum: {
|
|
3674
|
-
|
|
3674
|
+
ETH: {
|
|
3675
3675
|
fee_tier: number;
|
|
3676
3676
|
total_balance: bigint;
|
|
3677
3677
|
available_balance: bigint;
|
|
3678
3678
|
in_use_balance: bigint;
|
|
3679
3679
|
is_withdrawing: boolean;
|
|
3680
3680
|
}[];
|
|
3681
|
-
|
|
3681
|
+
USDC: {
|
|
3682
3682
|
fee_tier: number;
|
|
3683
3683
|
total_balance: bigint;
|
|
3684
3684
|
available_balance: bigint;
|
|
3685
3685
|
in_use_balance: bigint;
|
|
3686
3686
|
is_withdrawing: boolean;
|
|
3687
3687
|
}[];
|
|
3688
|
-
|
|
3688
|
+
FLIP: {
|
|
3689
3689
|
fee_tier: number;
|
|
3690
3690
|
total_balance: bigint;
|
|
3691
3691
|
available_balance: bigint;
|
|
@@ -3777,18 +3777,7 @@ declare const rpcResult: {
|
|
|
3777
3777
|
}[];
|
|
3778
3778
|
};
|
|
3779
3779
|
};
|
|
3780
|
-
|
|
3781
|
-
bound_redeem_address?: `0x${string}` | undefined;
|
|
3782
|
-
restricted_balances?: Partial<Record<`0x${string}`, bigint>> | undefined;
|
|
3783
|
-
current_delegation_status?: {
|
|
3784
|
-
operator: `cF${string}`;
|
|
3785
|
-
bid: bigint;
|
|
3786
|
-
} | undefined;
|
|
3787
|
-
upcoming_delegation_status?: {
|
|
3788
|
-
operator: `cF${string}`;
|
|
3789
|
-
bid: bigint;
|
|
3790
|
-
} | undefined;
|
|
3791
|
-
lending_positions?: (({
|
|
3780
|
+
lending_positions: (({
|
|
3792
3781
|
chain: "Bitcoin";
|
|
3793
3782
|
asset: "BTC";
|
|
3794
3783
|
} | {
|
|
@@ -3834,10 +3823,10 @@ declare const rpcResult: {
|
|
|
3834
3823
|
chain: "Assethub";
|
|
3835
3824
|
asset: "USDT";
|
|
3836
3825
|
}) & {
|
|
3837
|
-
available_amount: bigint;
|
|
3838
3826
|
total_amount: bigint;
|
|
3839
|
-
|
|
3840
|
-
|
|
3827
|
+
available_amount: bigint;
|
|
3828
|
+
})[];
|
|
3829
|
+
collateral_balances: (({
|
|
3841
3830
|
chain: "Bitcoin";
|
|
3842
3831
|
asset: "BTC";
|
|
3843
3832
|
} | {
|
|
@@ -3884,7 +3873,18 @@ declare const rpcResult: {
|
|
|
3884
3873
|
asset: "USDT";
|
|
3885
3874
|
}) & {
|
|
3886
3875
|
amount: bigint;
|
|
3887
|
-
})[]
|
|
3876
|
+
})[];
|
|
3877
|
+
vanity_name?: string | undefined;
|
|
3878
|
+
bound_redeem_address?: `0x${string}` | undefined;
|
|
3879
|
+
restricted_balances?: Partial<Record<`0x${string}`, bigint>> | undefined;
|
|
3880
|
+
current_delegation_status?: {
|
|
3881
|
+
operator: `cF${string}`;
|
|
3882
|
+
bid: bigint;
|
|
3883
|
+
} | undefined;
|
|
3884
|
+
upcoming_delegation_status?: {
|
|
3885
|
+
operator: `cF${string}`;
|
|
3886
|
+
bid: bigint;
|
|
3887
|
+
} | undefined;
|
|
3888
3888
|
} | {
|
|
3889
3889
|
role: "validator";
|
|
3890
3890
|
flip_balance: bigint;
|
|
@@ -3893,9 +3893,9 @@ declare const rpcResult: {
|
|
|
3893
3893
|
BTC: bigint;
|
|
3894
3894
|
};
|
|
3895
3895
|
Ethereum: {
|
|
3896
|
-
FLIP: bigint;
|
|
3897
3896
|
ETH: bigint;
|
|
3898
3897
|
USDC: bigint;
|
|
3898
|
+
FLIP: bigint;
|
|
3899
3899
|
USDT: bigint;
|
|
3900
3900
|
WBTC: bigint;
|
|
3901
3901
|
};
|
|
@@ -3952,9 +3952,9 @@ declare const rpcResult: {
|
|
|
3952
3952
|
BTC: bigint;
|
|
3953
3953
|
};
|
|
3954
3954
|
Ethereum: {
|
|
3955
|
-
FLIP: bigint;
|
|
3956
3955
|
ETH: bigint;
|
|
3957
3956
|
USDC: bigint;
|
|
3957
|
+
FLIP: bigint;
|
|
3958
3958
|
USDT: bigint;
|
|
3959
3959
|
WBTC: bigint;
|
|
3960
3960
|
};
|
|
@@ -4003,9 +4003,9 @@ declare const rpcResult: {
|
|
|
4003
4003
|
BTC: string | number;
|
|
4004
4004
|
};
|
|
4005
4005
|
Ethereum: {
|
|
4006
|
-
FLIP: string | number;
|
|
4007
4006
|
ETH: string | number;
|
|
4008
4007
|
USDC: string | number;
|
|
4008
|
+
FLIP: string | number;
|
|
4009
4009
|
USDT: string | number;
|
|
4010
4010
|
WBTC?: string | number | undefined;
|
|
4011
4011
|
};
|
|
@@ -4046,9 +4046,9 @@ declare const rpcResult: {
|
|
|
4046
4046
|
BTC: string | number;
|
|
4047
4047
|
};
|
|
4048
4048
|
Ethereum: {
|
|
4049
|
-
FLIP: string | number;
|
|
4050
4049
|
ETH: string | number;
|
|
4051
4050
|
USDC: string | number;
|
|
4051
|
+
FLIP: string | number;
|
|
4052
4052
|
USDT: string | number;
|
|
4053
4053
|
WBTC?: string | number | undefined;
|
|
4054
4054
|
};
|
|
@@ -4075,9 +4075,9 @@ declare const rpcResult: {
|
|
|
4075
4075
|
BTC: string | number;
|
|
4076
4076
|
};
|
|
4077
4077
|
Ethereum: {
|
|
4078
|
-
FLIP: string | number;
|
|
4079
4078
|
ETH: string | number;
|
|
4080
4079
|
USDC: string | number;
|
|
4080
|
+
FLIP: string | number;
|
|
4081
4081
|
USDT: string | number;
|
|
4082
4082
|
WBTC?: string | number | undefined;
|
|
4083
4083
|
};
|
|
@@ -4122,9 +4122,9 @@ declare const rpcResult: {
|
|
|
4122
4122
|
BTC: string | number;
|
|
4123
4123
|
};
|
|
4124
4124
|
Ethereum: {
|
|
4125
|
-
FLIP: string | number;
|
|
4126
4125
|
ETH: string | number;
|
|
4127
4126
|
USDC: string | number;
|
|
4127
|
+
FLIP: string | number;
|
|
4128
4128
|
USDT: string | number;
|
|
4129
4129
|
WBTC?: string | number | undefined;
|
|
4130
4130
|
};
|
|
@@ -4179,9 +4179,9 @@ declare const rpcResult: {
|
|
|
4179
4179
|
BTC: string | number;
|
|
4180
4180
|
};
|
|
4181
4181
|
Ethereum: {
|
|
4182
|
-
FLIP: string | number;
|
|
4183
4182
|
ETH: string | number;
|
|
4184
4183
|
USDC: string | number;
|
|
4184
|
+
FLIP: string | number;
|
|
4185
4185
|
USDT: string | number;
|
|
4186
4186
|
WBTC?: string | number | undefined;
|
|
4187
4187
|
};
|
|
@@ -4208,9 +4208,9 @@ declare const rpcResult: {
|
|
|
4208
4208
|
BTC: string | number;
|
|
4209
4209
|
};
|
|
4210
4210
|
Ethereum: {
|
|
4211
|
-
FLIP: string | number;
|
|
4212
4211
|
ETH: string | number;
|
|
4213
4212
|
USDC: string | number;
|
|
4213
|
+
FLIP: string | number;
|
|
4214
4214
|
USDT: string | number;
|
|
4215
4215
|
WBTC?: string | number | undefined;
|
|
4216
4216
|
};
|
|
@@ -4248,21 +4248,21 @@ declare const rpcResult: {
|
|
|
4248
4248
|
}[];
|
|
4249
4249
|
};
|
|
4250
4250
|
Ethereum: {
|
|
4251
|
-
|
|
4251
|
+
ETH: {
|
|
4252
4252
|
fee_tier: number;
|
|
4253
4253
|
total_balance: string;
|
|
4254
4254
|
available_balance: string;
|
|
4255
4255
|
in_use_balance: string;
|
|
4256
4256
|
is_withdrawing: boolean;
|
|
4257
4257
|
}[];
|
|
4258
|
-
|
|
4258
|
+
USDC: {
|
|
4259
4259
|
fee_tier: number;
|
|
4260
4260
|
total_balance: string;
|
|
4261
4261
|
available_balance: string;
|
|
4262
4262
|
in_use_balance: string;
|
|
4263
4263
|
is_withdrawing: boolean;
|
|
4264
4264
|
}[];
|
|
4265
|
-
|
|
4265
|
+
FLIP: {
|
|
4266
4266
|
fee_tier: number;
|
|
4267
4267
|
total_balance: string;
|
|
4268
4268
|
available_balance: string;
|
|
@@ -4354,18 +4354,7 @@ declare const rpcResult: {
|
|
|
4354
4354
|
}[];
|
|
4355
4355
|
};
|
|
4356
4356
|
};
|
|
4357
|
-
|
|
4358
|
-
bound_redeem_address?: string | undefined;
|
|
4359
|
-
restricted_balances?: Record<string, string | number> | undefined;
|
|
4360
|
-
current_delegation_status?: {
|
|
4361
|
-
operator: string;
|
|
4362
|
-
bid: string | number;
|
|
4363
|
-
} | undefined;
|
|
4364
|
-
upcoming_delegation_status?: {
|
|
4365
|
-
operator: string;
|
|
4366
|
-
bid: string | number;
|
|
4367
|
-
} | undefined;
|
|
4368
|
-
lending_positions?: (({
|
|
4357
|
+
lending_positions: (({
|
|
4369
4358
|
chain: "Bitcoin";
|
|
4370
4359
|
asset: "BTC";
|
|
4371
4360
|
} | {
|
|
@@ -4411,10 +4400,10 @@ declare const rpcResult: {
|
|
|
4411
4400
|
chain: "Assethub";
|
|
4412
4401
|
asset: "USDT";
|
|
4413
4402
|
}) & {
|
|
4414
|
-
available_amount: string | number;
|
|
4415
4403
|
total_amount: string | number;
|
|
4416
|
-
|
|
4417
|
-
|
|
4404
|
+
available_amount: string | number;
|
|
4405
|
+
})[];
|
|
4406
|
+
collateral_balances: (({
|
|
4418
4407
|
chain: "Bitcoin";
|
|
4419
4408
|
asset: "BTC";
|
|
4420
4409
|
} | {
|
|
@@ -4461,7 +4450,18 @@ declare const rpcResult: {
|
|
|
4461
4450
|
asset: "USDT";
|
|
4462
4451
|
}) & {
|
|
4463
4452
|
amount: string | number;
|
|
4464
|
-
})[]
|
|
4453
|
+
})[];
|
|
4454
|
+
vanity_name?: string | undefined;
|
|
4455
|
+
bound_redeem_address?: string | undefined;
|
|
4456
|
+
restricted_balances?: Record<string, string | number> | undefined;
|
|
4457
|
+
current_delegation_status?: {
|
|
4458
|
+
operator: string;
|
|
4459
|
+
bid: string | number;
|
|
4460
|
+
} | undefined;
|
|
4461
|
+
upcoming_delegation_status?: {
|
|
4462
|
+
operator: string;
|
|
4463
|
+
bid: string | number;
|
|
4464
|
+
} | undefined;
|
|
4465
4465
|
} | {
|
|
4466
4466
|
role: "validator";
|
|
4467
4467
|
flip_balance: string | number;
|
|
@@ -4470,9 +4470,9 @@ declare const rpcResult: {
|
|
|
4470
4470
|
BTC: string | number;
|
|
4471
4471
|
};
|
|
4472
4472
|
Ethereum: {
|
|
4473
|
-
FLIP: string | number;
|
|
4474
4473
|
ETH: string | number;
|
|
4475
4474
|
USDC: string | number;
|
|
4475
|
+
FLIP: string | number;
|
|
4476
4476
|
USDT: string | number;
|
|
4477
4477
|
WBTC?: string | number | undefined;
|
|
4478
4478
|
};
|
|
@@ -4779,11 +4779,11 @@ declare const rpcResult: {
|
|
|
4779
4779
|
tier: z.ZodNumber;
|
|
4780
4780
|
available_amount: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
|
|
4781
4781
|
}, "strip", z.ZodTypeAny, {
|
|
4782
|
-
tier: number;
|
|
4783
4782
|
available_amount: bigint;
|
|
4784
|
-
}, {
|
|
4785
4783
|
tier: number;
|
|
4784
|
+
}, {
|
|
4786
4785
|
available_amount: string;
|
|
4786
|
+
tier: number;
|
|
4787
4787
|
}>>, "many">;
|
|
4788
4788
|
readonly cf_environment: z.ZodObject<{
|
|
4789
4789
|
ingress_egress: z.ZodEffects<z.ZodObject<{
|
|
@@ -4802,15 +4802,15 @@ declare const rpcResult: {
|
|
|
4802
4802
|
USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
4803
4803
|
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
4804
|
}, "strip", z.ZodTypeAny, {
|
|
4805
|
-
FLIP: bigint;
|
|
4806
4805
|
ETH: bigint;
|
|
4807
4806
|
USDC: bigint;
|
|
4807
|
+
FLIP: bigint;
|
|
4808
4808
|
USDT: bigint;
|
|
4809
4809
|
WBTC: bigint;
|
|
4810
4810
|
}, {
|
|
4811
|
-
FLIP: string | number;
|
|
4812
4811
|
ETH: string | number;
|
|
4813
4812
|
USDC: string | number;
|
|
4813
|
+
FLIP: string | number;
|
|
4814
4814
|
USDT: string | number;
|
|
4815
4815
|
WBTC?: string | number | undefined;
|
|
4816
4816
|
}>;
|
|
@@ -4858,9 +4858,9 @@ declare const rpcResult: {
|
|
|
4858
4858
|
BTC: bigint;
|
|
4859
4859
|
};
|
|
4860
4860
|
Ethereum: {
|
|
4861
|
-
FLIP: bigint;
|
|
4862
4861
|
ETH: bigint;
|
|
4863
4862
|
USDC: bigint;
|
|
4863
|
+
FLIP: bigint;
|
|
4864
4864
|
USDT: bigint;
|
|
4865
4865
|
WBTC: bigint;
|
|
4866
4866
|
};
|
|
@@ -4884,9 +4884,9 @@ declare const rpcResult: {
|
|
|
4884
4884
|
BTC: string | number;
|
|
4885
4885
|
};
|
|
4886
4886
|
Ethereum: {
|
|
4887
|
-
FLIP: string | number;
|
|
4888
4887
|
ETH: string | number;
|
|
4889
4888
|
USDC: string | number;
|
|
4889
|
+
FLIP: string | number;
|
|
4890
4890
|
USDT: string | number;
|
|
4891
4891
|
WBTC?: string | number | undefined;
|
|
4892
4892
|
};
|
|
@@ -4921,15 +4921,15 @@ declare const rpcResult: {
|
|
|
4921
4921
|
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
4922
|
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
4923
|
}, "strip", z.ZodTypeAny, {
|
|
4924
|
-
FLIP: bigint | null;
|
|
4925
4924
|
ETH: bigint | null;
|
|
4926
4925
|
USDC: bigint | null;
|
|
4926
|
+
FLIP: bigint | null;
|
|
4927
4927
|
USDT: bigint | null;
|
|
4928
4928
|
WBTC: bigint | null;
|
|
4929
4929
|
}, {
|
|
4930
|
-
FLIP: string | number | null;
|
|
4931
4930
|
ETH: string | number | null;
|
|
4932
4931
|
USDC: string | number | null;
|
|
4932
|
+
FLIP: string | number | null;
|
|
4933
4933
|
USDT: string | number | null;
|
|
4934
4934
|
WBTC?: string | number | null | undefined;
|
|
4935
4935
|
}>;
|
|
@@ -4977,9 +4977,9 @@ declare const rpcResult: {
|
|
|
4977
4977
|
BTC: bigint | null;
|
|
4978
4978
|
};
|
|
4979
4979
|
Ethereum: {
|
|
4980
|
-
FLIP: bigint | null;
|
|
4981
4980
|
ETH: bigint | null;
|
|
4982
4981
|
USDC: bigint | null;
|
|
4982
|
+
FLIP: bigint | null;
|
|
4983
4983
|
USDT: bigint | null;
|
|
4984
4984
|
WBTC: bigint | null;
|
|
4985
4985
|
};
|
|
@@ -5003,9 +5003,9 @@ declare const rpcResult: {
|
|
|
5003
5003
|
BTC: string | number | null;
|
|
5004
5004
|
};
|
|
5005
5005
|
Ethereum: {
|
|
5006
|
-
FLIP: string | number | null;
|
|
5007
5006
|
ETH: string | number | null;
|
|
5008
5007
|
USDC: string | number | null;
|
|
5008
|
+
FLIP: string | number | null;
|
|
5009
5009
|
USDT: string | number | null;
|
|
5010
5010
|
WBTC?: string | number | null | undefined;
|
|
5011
5011
|
};
|
|
@@ -5040,15 +5040,15 @@ declare const rpcResult: {
|
|
|
5040
5040
|
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
5041
|
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
5042
|
}, "strip", z.ZodTypeAny, {
|
|
5043
|
-
FLIP: bigint | null;
|
|
5044
5043
|
ETH: bigint | null;
|
|
5045
5044
|
USDC: bigint | null;
|
|
5045
|
+
FLIP: bigint | null;
|
|
5046
5046
|
USDT: bigint | null;
|
|
5047
5047
|
WBTC: bigint | null;
|
|
5048
5048
|
}, {
|
|
5049
|
-
FLIP: string | number | null;
|
|
5050
5049
|
ETH: string | number | null;
|
|
5051
5050
|
USDC: string | number | null;
|
|
5051
|
+
FLIP: string | number | null;
|
|
5052
5052
|
USDT: string | number | null;
|
|
5053
5053
|
WBTC?: string | number | null | undefined;
|
|
5054
5054
|
}>;
|
|
@@ -5096,9 +5096,9 @@ declare const rpcResult: {
|
|
|
5096
5096
|
BTC: bigint | null;
|
|
5097
5097
|
};
|
|
5098
5098
|
Ethereum: {
|
|
5099
|
-
FLIP: bigint | null;
|
|
5100
5099
|
ETH: bigint | null;
|
|
5101
5100
|
USDC: bigint | null;
|
|
5101
|
+
FLIP: bigint | null;
|
|
5102
5102
|
USDT: bigint | null;
|
|
5103
5103
|
WBTC: bigint | null;
|
|
5104
5104
|
};
|
|
@@ -5122,9 +5122,9 @@ declare const rpcResult: {
|
|
|
5122
5122
|
BTC: string | number | null;
|
|
5123
5123
|
};
|
|
5124
5124
|
Ethereum: {
|
|
5125
|
-
FLIP: string | number | null;
|
|
5126
5125
|
ETH: string | number | null;
|
|
5127
5126
|
USDC: string | number | null;
|
|
5127
|
+
FLIP: string | number | null;
|
|
5128
5128
|
USDT: string | number | null;
|
|
5129
5129
|
WBTC?: string | number | null | undefined;
|
|
5130
5130
|
};
|
|
@@ -5178,15 +5178,15 @@ declare const rpcResult: {
|
|
|
5178
5178
|
USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
5179
5179
|
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
5180
|
}, "strip", z.ZodTypeAny, {
|
|
5181
|
-
FLIP: bigint;
|
|
5182
5181
|
ETH: bigint;
|
|
5183
5182
|
USDC: bigint;
|
|
5183
|
+
FLIP: bigint;
|
|
5184
5184
|
USDT: bigint;
|
|
5185
5185
|
WBTC: bigint;
|
|
5186
5186
|
}, {
|
|
5187
|
-
FLIP: string | number;
|
|
5188
5187
|
ETH: string | number;
|
|
5189
5188
|
USDC: string | number;
|
|
5189
|
+
FLIP: string | number;
|
|
5190
5190
|
USDT: string | number;
|
|
5191
5191
|
WBTC?: string | number | undefined;
|
|
5192
5192
|
}>;
|
|
@@ -5234,9 +5234,9 @@ declare const rpcResult: {
|
|
|
5234
5234
|
BTC: bigint;
|
|
5235
5235
|
};
|
|
5236
5236
|
Ethereum: {
|
|
5237
|
-
FLIP: bigint;
|
|
5238
5237
|
ETH: bigint;
|
|
5239
5238
|
USDC: bigint;
|
|
5239
|
+
FLIP: bigint;
|
|
5240
5240
|
USDT: bigint;
|
|
5241
5241
|
WBTC: bigint;
|
|
5242
5242
|
};
|
|
@@ -5260,9 +5260,9 @@ declare const rpcResult: {
|
|
|
5260
5260
|
BTC: string | number;
|
|
5261
5261
|
};
|
|
5262
5262
|
Ethereum: {
|
|
5263
|
-
FLIP: string | number;
|
|
5264
5263
|
ETH: string | number;
|
|
5265
5264
|
USDC: string | number;
|
|
5265
|
+
FLIP: string | number;
|
|
5266
5266
|
USDT: string | number;
|
|
5267
5267
|
WBTC?: string | number | undefined;
|
|
5268
5268
|
};
|
|
@@ -5301,7 +5301,7 @@ declare const rpcResult: {
|
|
|
5301
5301
|
Solana: string | number;
|
|
5302
5302
|
Assethub: string | number;
|
|
5303
5303
|
}>;
|
|
5304
|
-
ingress_delays: z.
|
|
5304
|
+
ingress_delays: z.ZodObject<{
|
|
5305
5305
|
Bitcoin: z.ZodNumber;
|
|
5306
5306
|
Ethereum: z.ZodNumber;
|
|
5307
5307
|
Arbitrum: z.ZodNumber;
|
|
@@ -5319,8 +5319,8 @@ declare const rpcResult: {
|
|
|
5319
5319
|
Arbitrum: number;
|
|
5320
5320
|
Solana: number;
|
|
5321
5321
|
Assethub: number;
|
|
5322
|
-
}
|
|
5323
|
-
boost_delays: z.
|
|
5322
|
+
}>;
|
|
5323
|
+
boost_delays: z.ZodObject<{
|
|
5324
5324
|
Bitcoin: z.ZodNumber;
|
|
5325
5325
|
Ethereum: z.ZodNumber;
|
|
5326
5326
|
Arbitrum: z.ZodNumber;
|
|
@@ -5338,16 +5338,16 @@ declare const rpcResult: {
|
|
|
5338
5338
|
Arbitrum: number;
|
|
5339
5339
|
Solana: number;
|
|
5340
5340
|
Assethub: number;
|
|
5341
|
-
}
|
|
5341
|
+
}>;
|
|
5342
5342
|
}, "strip", z.ZodTypeAny, {
|
|
5343
5343
|
minimum_deposit_amounts: {
|
|
5344
5344
|
Bitcoin: {
|
|
5345
5345
|
BTC: bigint;
|
|
5346
5346
|
};
|
|
5347
5347
|
Ethereum: {
|
|
5348
|
-
FLIP: bigint;
|
|
5349
5348
|
ETH: bigint;
|
|
5350
5349
|
USDC: bigint;
|
|
5350
|
+
FLIP: bigint;
|
|
5351
5351
|
USDT: bigint;
|
|
5352
5352
|
WBTC: bigint;
|
|
5353
5353
|
};
|
|
@@ -5372,9 +5372,9 @@ declare const rpcResult: {
|
|
|
5372
5372
|
BTC: bigint | null;
|
|
5373
5373
|
};
|
|
5374
5374
|
Ethereum: {
|
|
5375
|
-
FLIP: bigint | null;
|
|
5376
5375
|
ETH: bigint | null;
|
|
5377
5376
|
USDC: bigint | null;
|
|
5377
|
+
FLIP: bigint | null;
|
|
5378
5378
|
USDT: bigint | null;
|
|
5379
5379
|
WBTC: bigint | null;
|
|
5380
5380
|
};
|
|
@@ -5399,9 +5399,9 @@ declare const rpcResult: {
|
|
|
5399
5399
|
BTC: bigint | null;
|
|
5400
5400
|
};
|
|
5401
5401
|
Ethereum: {
|
|
5402
|
-
FLIP: bigint | null;
|
|
5403
5402
|
ETH: bigint | null;
|
|
5404
5403
|
USDC: bigint | null;
|
|
5404
|
+
FLIP: bigint | null;
|
|
5405
5405
|
USDT: bigint | null;
|
|
5406
5406
|
WBTC: bigint | null;
|
|
5407
5407
|
};
|
|
@@ -5433,9 +5433,9 @@ declare const rpcResult: {
|
|
|
5433
5433
|
BTC: bigint;
|
|
5434
5434
|
};
|
|
5435
5435
|
Ethereum: {
|
|
5436
|
-
FLIP: bigint;
|
|
5437
5436
|
ETH: bigint;
|
|
5438
5437
|
USDC: bigint;
|
|
5438
|
+
FLIP: bigint;
|
|
5439
5439
|
USDT: bigint;
|
|
5440
5440
|
WBTC: bigint;
|
|
5441
5441
|
};
|
|
@@ -5462,29 +5462,29 @@ declare const rpcResult: {
|
|
|
5462
5462
|
Solana: bigint;
|
|
5463
5463
|
Assethub: bigint;
|
|
5464
5464
|
};
|
|
5465
|
-
ingress_delays
|
|
5465
|
+
ingress_delays: {
|
|
5466
5466
|
Bitcoin: number;
|
|
5467
5467
|
Ethereum: number;
|
|
5468
5468
|
Arbitrum: number;
|
|
5469
5469
|
Solana: number;
|
|
5470
5470
|
Assethub: number;
|
|
5471
|
-
}
|
|
5472
|
-
boost_delays
|
|
5471
|
+
};
|
|
5472
|
+
boost_delays: {
|
|
5473
5473
|
Bitcoin: number;
|
|
5474
5474
|
Ethereum: number;
|
|
5475
5475
|
Arbitrum: number;
|
|
5476
5476
|
Solana: number;
|
|
5477
5477
|
Assethub: number;
|
|
5478
|
-
}
|
|
5478
|
+
};
|
|
5479
5479
|
}, {
|
|
5480
5480
|
minimum_deposit_amounts: {
|
|
5481
5481
|
Bitcoin: {
|
|
5482
5482
|
BTC: string | number;
|
|
5483
5483
|
};
|
|
5484
5484
|
Ethereum: {
|
|
5485
|
-
FLIP: string | number;
|
|
5486
5485
|
ETH: string | number;
|
|
5487
5486
|
USDC: string | number;
|
|
5487
|
+
FLIP: string | number;
|
|
5488
5488
|
USDT: string | number;
|
|
5489
5489
|
WBTC?: string | number | undefined;
|
|
5490
5490
|
};
|
|
@@ -5509,9 +5509,9 @@ declare const rpcResult: {
|
|
|
5509
5509
|
BTC: string | number | null;
|
|
5510
5510
|
};
|
|
5511
5511
|
Ethereum: {
|
|
5512
|
-
FLIP: string | number | null;
|
|
5513
5512
|
ETH: string | number | null;
|
|
5514
5513
|
USDC: string | number | null;
|
|
5514
|
+
FLIP: string | number | null;
|
|
5515
5515
|
USDT: string | number | null;
|
|
5516
5516
|
WBTC?: string | number | null | undefined;
|
|
5517
5517
|
};
|
|
@@ -5536,9 +5536,9 @@ declare const rpcResult: {
|
|
|
5536
5536
|
BTC: string | number | null;
|
|
5537
5537
|
};
|
|
5538
5538
|
Ethereum: {
|
|
5539
|
-
FLIP: string | number | null;
|
|
5540
5539
|
ETH: string | number | null;
|
|
5541
5540
|
USDC: string | number | null;
|
|
5541
|
+
FLIP: string | number | null;
|
|
5542
5542
|
USDT: string | number | null;
|
|
5543
5543
|
WBTC?: string | number | null | undefined;
|
|
5544
5544
|
};
|
|
@@ -5570,9 +5570,9 @@ declare const rpcResult: {
|
|
|
5570
5570
|
BTC: string | number;
|
|
5571
5571
|
};
|
|
5572
5572
|
Ethereum: {
|
|
5573
|
-
FLIP: string | number;
|
|
5574
5573
|
ETH: string | number;
|
|
5575
5574
|
USDC: string | number;
|
|
5575
|
+
FLIP: string | number;
|
|
5576
5576
|
USDT: string | number;
|
|
5577
5577
|
WBTC?: string | number | undefined;
|
|
5578
5578
|
};
|
|
@@ -5599,29 +5599,29 @@ declare const rpcResult: {
|
|
|
5599
5599
|
Solana: string | number;
|
|
5600
5600
|
Assethub: string | number;
|
|
5601
5601
|
};
|
|
5602
|
-
ingress_delays
|
|
5602
|
+
ingress_delays: {
|
|
5603
5603
|
Bitcoin: number;
|
|
5604
5604
|
Ethereum: number;
|
|
5605
5605
|
Arbitrum: number;
|
|
5606
5606
|
Solana: number;
|
|
5607
5607
|
Assethub: number;
|
|
5608
|
-
}
|
|
5609
|
-
boost_delays
|
|
5608
|
+
};
|
|
5609
|
+
boost_delays: {
|
|
5610
5610
|
Bitcoin: number;
|
|
5611
5611
|
Ethereum: number;
|
|
5612
5612
|
Arbitrum: number;
|
|
5613
5613
|
Solana: number;
|
|
5614
5614
|
Assethub: number;
|
|
5615
|
-
}
|
|
5615
|
+
};
|
|
5616
5616
|
}>, Omit<{
|
|
5617
5617
|
minimum_deposit_amounts: {
|
|
5618
5618
|
Bitcoin: {
|
|
5619
5619
|
BTC: bigint;
|
|
5620
5620
|
};
|
|
5621
5621
|
Ethereum: {
|
|
5622
|
-
FLIP: bigint;
|
|
5623
5622
|
ETH: bigint;
|
|
5624
5623
|
USDC: bigint;
|
|
5624
|
+
FLIP: bigint;
|
|
5625
5625
|
USDT: bigint;
|
|
5626
5626
|
WBTC: bigint;
|
|
5627
5627
|
};
|
|
@@ -5646,9 +5646,9 @@ declare const rpcResult: {
|
|
|
5646
5646
|
BTC: bigint | null;
|
|
5647
5647
|
};
|
|
5648
5648
|
Ethereum: {
|
|
5649
|
-
FLIP: bigint | null;
|
|
5650
5649
|
ETH: bigint | null;
|
|
5651
5650
|
USDC: bigint | null;
|
|
5651
|
+
FLIP: bigint | null;
|
|
5652
5652
|
USDT: bigint | null;
|
|
5653
5653
|
WBTC: bigint | null;
|
|
5654
5654
|
};
|
|
@@ -5673,9 +5673,9 @@ declare const rpcResult: {
|
|
|
5673
5673
|
BTC: bigint | null;
|
|
5674
5674
|
};
|
|
5675
5675
|
Ethereum: {
|
|
5676
|
-
FLIP: bigint | null;
|
|
5677
5676
|
ETH: bigint | null;
|
|
5678
5677
|
USDC: bigint | null;
|
|
5678
|
+
FLIP: bigint | null;
|
|
5679
5679
|
USDT: bigint | null;
|
|
5680
5680
|
WBTC: bigint | null;
|
|
5681
5681
|
};
|
|
@@ -5707,9 +5707,9 @@ declare const rpcResult: {
|
|
|
5707
5707
|
BTC: bigint;
|
|
5708
5708
|
};
|
|
5709
5709
|
Ethereum: {
|
|
5710
|
-
FLIP: bigint;
|
|
5711
5710
|
ETH: bigint;
|
|
5712
5711
|
USDC: bigint;
|
|
5712
|
+
FLIP: bigint;
|
|
5713
5713
|
USDT: bigint;
|
|
5714
5714
|
WBTC: bigint;
|
|
5715
5715
|
};
|
|
@@ -5736,29 +5736,29 @@ declare const rpcResult: {
|
|
|
5736
5736
|
Solana: bigint;
|
|
5737
5737
|
Assethub: bigint;
|
|
5738
5738
|
};
|
|
5739
|
-
ingress_delays
|
|
5739
|
+
ingress_delays: {
|
|
5740
5740
|
Bitcoin: number;
|
|
5741
5741
|
Ethereum: number;
|
|
5742
5742
|
Arbitrum: number;
|
|
5743
5743
|
Solana: number;
|
|
5744
5744
|
Assethub: number;
|
|
5745
|
-
}
|
|
5746
|
-
boost_delays
|
|
5745
|
+
};
|
|
5746
|
+
boost_delays: {
|
|
5747
5747
|
Bitcoin: number;
|
|
5748
5748
|
Ethereum: number;
|
|
5749
5749
|
Arbitrum: number;
|
|
5750
5750
|
Solana: number;
|
|
5751
5751
|
Assethub: number;
|
|
5752
|
-
}
|
|
5752
|
+
};
|
|
5753
5753
|
}, "egress_dust_limits"> & {
|
|
5754
5754
|
readonly minimum_egress_amounts: {
|
|
5755
5755
|
Bitcoin: {
|
|
5756
5756
|
BTC: bigint;
|
|
5757
5757
|
};
|
|
5758
5758
|
Ethereum: {
|
|
5759
|
-
FLIP: bigint;
|
|
5760
5759
|
ETH: bigint;
|
|
5761
5760
|
USDC: bigint;
|
|
5761
|
+
FLIP: bigint;
|
|
5762
5762
|
USDT: bigint;
|
|
5763
5763
|
WBTC: bigint;
|
|
5764
5764
|
};
|
|
@@ -5784,9 +5784,9 @@ declare const rpcResult: {
|
|
|
5784
5784
|
BTC: string | number;
|
|
5785
5785
|
};
|
|
5786
5786
|
Ethereum: {
|
|
5787
|
-
FLIP: string | number;
|
|
5788
5787
|
ETH: string | number;
|
|
5789
5788
|
USDC: string | number;
|
|
5789
|
+
FLIP: string | number;
|
|
5790
5790
|
USDT: string | number;
|
|
5791
5791
|
WBTC?: string | number | undefined;
|
|
5792
5792
|
};
|
|
@@ -5811,9 +5811,9 @@ declare const rpcResult: {
|
|
|
5811
5811
|
BTC: string | number | null;
|
|
5812
5812
|
};
|
|
5813
5813
|
Ethereum: {
|
|
5814
|
-
FLIP: string | number | null;
|
|
5815
5814
|
ETH: string | number | null;
|
|
5816
5815
|
USDC: string | number | null;
|
|
5816
|
+
FLIP: string | number | null;
|
|
5817
5817
|
USDT: string | number | null;
|
|
5818
5818
|
WBTC?: string | number | null | undefined;
|
|
5819
5819
|
};
|
|
@@ -5838,9 +5838,9 @@ declare const rpcResult: {
|
|
|
5838
5838
|
BTC: string | number | null;
|
|
5839
5839
|
};
|
|
5840
5840
|
Ethereum: {
|
|
5841
|
-
FLIP: string | number | null;
|
|
5842
5841
|
ETH: string | number | null;
|
|
5843
5842
|
USDC: string | number | null;
|
|
5843
|
+
FLIP: string | number | null;
|
|
5844
5844
|
USDT: string | number | null;
|
|
5845
5845
|
WBTC?: string | number | null | undefined;
|
|
5846
5846
|
};
|
|
@@ -5872,9 +5872,9 @@ declare const rpcResult: {
|
|
|
5872
5872
|
BTC: string | number;
|
|
5873
5873
|
};
|
|
5874
5874
|
Ethereum: {
|
|
5875
|
-
FLIP: string | number;
|
|
5876
5875
|
ETH: string | number;
|
|
5877
5876
|
USDC: string | number;
|
|
5877
|
+
FLIP: string | number;
|
|
5878
5878
|
USDT: string | number;
|
|
5879
5879
|
WBTC?: string | number | undefined;
|
|
5880
5880
|
};
|
|
@@ -5901,20 +5901,20 @@ declare const rpcResult: {
|
|
|
5901
5901
|
Solana: string | number;
|
|
5902
5902
|
Assethub: string | number;
|
|
5903
5903
|
};
|
|
5904
|
-
ingress_delays
|
|
5904
|
+
ingress_delays: {
|
|
5905
5905
|
Bitcoin: number;
|
|
5906
5906
|
Ethereum: number;
|
|
5907
5907
|
Arbitrum: number;
|
|
5908
5908
|
Solana: number;
|
|
5909
5909
|
Assethub: number;
|
|
5910
|
-
}
|
|
5911
|
-
boost_delays
|
|
5910
|
+
};
|
|
5911
|
+
boost_delays: {
|
|
5912
5912
|
Bitcoin: number;
|
|
5913
5913
|
Ethereum: number;
|
|
5914
5914
|
Arbitrum: number;
|
|
5915
5915
|
Solana: number;
|
|
5916
5916
|
Assethub: number;
|
|
5917
|
-
}
|
|
5917
|
+
};
|
|
5918
5918
|
}>;
|
|
5919
5919
|
swapping: z.ZodObject<{
|
|
5920
5920
|
maximum_swap_amounts: z.ZodObject<{
|
|
@@ -5932,15 +5932,15 @@ declare const rpcResult: {
|
|
|
5932
5932
|
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>>;
|
|
5933
5933
|
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>>>;
|
|
5934
5934
|
}, "strip", z.ZodTypeAny, {
|
|
5935
|
-
FLIP: bigint | null;
|
|
5936
5935
|
ETH: bigint | null;
|
|
5937
5936
|
USDC: bigint | null;
|
|
5937
|
+
FLIP: bigint | null;
|
|
5938
5938
|
USDT: bigint | null;
|
|
5939
5939
|
WBTC: bigint | null;
|
|
5940
5940
|
}, {
|
|
5941
|
-
FLIP: string | number | null;
|
|
5942
5941
|
ETH: string | number | null;
|
|
5943
5942
|
USDC: string | number | null;
|
|
5943
|
+
FLIP: string | number | null;
|
|
5944
5944
|
USDT: string | number | null;
|
|
5945
5945
|
WBTC?: string | number | null | undefined;
|
|
5946
5946
|
}>;
|
|
@@ -5988,9 +5988,9 @@ declare const rpcResult: {
|
|
|
5988
5988
|
BTC: bigint | null;
|
|
5989
5989
|
};
|
|
5990
5990
|
Ethereum: {
|
|
5991
|
-
FLIP: bigint | null;
|
|
5992
5991
|
ETH: bigint | null;
|
|
5993
5992
|
USDC: bigint | null;
|
|
5993
|
+
FLIP: bigint | null;
|
|
5994
5994
|
USDT: bigint | null;
|
|
5995
5995
|
WBTC: bigint | null;
|
|
5996
5996
|
};
|
|
@@ -6014,9 +6014,9 @@ declare const rpcResult: {
|
|
|
6014
6014
|
BTC: string | number | null;
|
|
6015
6015
|
};
|
|
6016
6016
|
Ethereum: {
|
|
6017
|
-
FLIP: string | number | null;
|
|
6018
6017
|
ETH: string | number | null;
|
|
6019
6018
|
USDC: string | number | null;
|
|
6019
|
+
FLIP: string | number | null;
|
|
6020
6020
|
USDT: string | number | null;
|
|
6021
6021
|
WBTC?: string | number | null | undefined;
|
|
6022
6022
|
};
|
|
@@ -6037,10 +6037,10 @@ declare const rpcResult: {
|
|
|
6037
6037
|
};
|
|
6038
6038
|
}>;
|
|
6039
6039
|
network_fee_hundredth_pips: z.ZodNumber;
|
|
6040
|
-
swap_retry_delay_blocks: z.
|
|
6041
|
-
max_swap_retry_duration_blocks: z.
|
|
6042
|
-
max_swap_request_duration_blocks: z.
|
|
6043
|
-
minimum_chunk_size: z.
|
|
6040
|
+
swap_retry_delay_blocks: z.ZodNumber;
|
|
6041
|
+
max_swap_retry_duration_blocks: z.ZodNumber;
|
|
6042
|
+
max_swap_request_duration_blocks: z.ZodNumber;
|
|
6043
|
+
minimum_chunk_size: z.ZodObject<{
|
|
6044
6044
|
Bitcoin: z.ZodObject<{
|
|
6045
6045
|
BTC: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
6046
6046
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -6055,15 +6055,15 @@ declare const rpcResult: {
|
|
|
6055
6055
|
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>>;
|
|
6056
6056
|
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>>>;
|
|
6057
6057
|
}, "strip", z.ZodTypeAny, {
|
|
6058
|
-
FLIP: bigint | null;
|
|
6059
6058
|
ETH: bigint | null;
|
|
6060
6059
|
USDC: bigint | null;
|
|
6060
|
+
FLIP: bigint | null;
|
|
6061
6061
|
USDT: bigint | null;
|
|
6062
6062
|
WBTC: bigint | null;
|
|
6063
6063
|
}, {
|
|
6064
|
-
FLIP: string | number | null;
|
|
6065
6064
|
ETH: string | number | null;
|
|
6066
6065
|
USDC: string | number | null;
|
|
6066
|
+
FLIP: string | number | null;
|
|
6067
6067
|
USDT: string | number | null;
|
|
6068
6068
|
WBTC?: string | number | null | undefined;
|
|
6069
6069
|
}>;
|
|
@@ -6111,9 +6111,9 @@ declare const rpcResult: {
|
|
|
6111
6111
|
BTC: bigint | null;
|
|
6112
6112
|
};
|
|
6113
6113
|
Ethereum: {
|
|
6114
|
-
FLIP: bigint | null;
|
|
6115
6114
|
ETH: bigint | null;
|
|
6116
6115
|
USDC: bigint | null;
|
|
6116
|
+
FLIP: bigint | null;
|
|
6117
6117
|
USDT: bigint | null;
|
|
6118
6118
|
WBTC: bigint | null;
|
|
6119
6119
|
};
|
|
@@ -6137,9 +6137,9 @@ declare const rpcResult: {
|
|
|
6137
6137
|
BTC: string | number | null;
|
|
6138
6138
|
};
|
|
6139
6139
|
Ethereum: {
|
|
6140
|
-
FLIP: string | number | null;
|
|
6141
6140
|
ETH: string | number | null;
|
|
6142
6141
|
USDC: string | number | null;
|
|
6142
|
+
FLIP: string | number | null;
|
|
6143
6143
|
USDT: string | number | null;
|
|
6144
6144
|
WBTC?: string | number | null | undefined;
|
|
6145
6145
|
};
|
|
@@ -6158,7 +6158,7 @@ declare const rpcResult: {
|
|
|
6158
6158
|
USDT: string | number | null;
|
|
6159
6159
|
DOT: string | number | null;
|
|
6160
6160
|
};
|
|
6161
|
-
}
|
|
6161
|
+
}>;
|
|
6162
6162
|
network_fees: z.ZodObject<{
|
|
6163
6163
|
regular_network_fee: z.ZodObject<{
|
|
6164
6164
|
standard_rate_and_minimum: z.ZodObject<{
|
|
@@ -6186,15 +6186,15 @@ declare const rpcResult: {
|
|
|
6186
6186
|
USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
6187
6187
|
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>>;
|
|
6188
6188
|
}, "strip", z.ZodTypeAny, {
|
|
6189
|
-
FLIP: bigint;
|
|
6190
6189
|
ETH: bigint;
|
|
6191
6190
|
USDC: bigint;
|
|
6191
|
+
FLIP: bigint;
|
|
6192
6192
|
USDT: bigint;
|
|
6193
6193
|
WBTC: bigint;
|
|
6194
6194
|
}, {
|
|
6195
|
-
FLIP: string | number;
|
|
6196
6195
|
ETH: string | number;
|
|
6197
6196
|
USDC: string | number;
|
|
6197
|
+
FLIP: string | number;
|
|
6198
6198
|
USDT: string | number;
|
|
6199
6199
|
WBTC?: string | number | undefined;
|
|
6200
6200
|
}>;
|
|
@@ -6242,9 +6242,9 @@ declare const rpcResult: {
|
|
|
6242
6242
|
BTC: bigint;
|
|
6243
6243
|
};
|
|
6244
6244
|
Ethereum: {
|
|
6245
|
-
FLIP: bigint;
|
|
6246
6245
|
ETH: bigint;
|
|
6247
6246
|
USDC: bigint;
|
|
6247
|
+
FLIP: bigint;
|
|
6248
6248
|
USDT: bigint;
|
|
6249
6249
|
WBTC: bigint;
|
|
6250
6250
|
};
|
|
@@ -6268,9 +6268,9 @@ declare const rpcResult: {
|
|
|
6268
6268
|
BTC: string | number;
|
|
6269
6269
|
};
|
|
6270
6270
|
Ethereum: {
|
|
6271
|
-
FLIP: string | number;
|
|
6272
6271
|
ETH: string | number;
|
|
6273
6272
|
USDC: string | number;
|
|
6273
|
+
FLIP: string | number;
|
|
6274
6274
|
USDT: string | number;
|
|
6275
6275
|
WBTC?: string | number | undefined;
|
|
6276
6276
|
};
|
|
@@ -6300,9 +6300,9 @@ declare const rpcResult: {
|
|
|
6300
6300
|
BTC: bigint;
|
|
6301
6301
|
};
|
|
6302
6302
|
Ethereum: {
|
|
6303
|
-
FLIP: bigint;
|
|
6304
6303
|
ETH: bigint;
|
|
6305
6304
|
USDC: bigint;
|
|
6305
|
+
FLIP: bigint;
|
|
6306
6306
|
USDT: bigint;
|
|
6307
6307
|
WBTC: bigint;
|
|
6308
6308
|
};
|
|
@@ -6332,9 +6332,9 @@ declare const rpcResult: {
|
|
|
6332
6332
|
BTC: string | number;
|
|
6333
6333
|
};
|
|
6334
6334
|
Ethereum: {
|
|
6335
|
-
FLIP: string | number;
|
|
6336
6335
|
ETH: string | number;
|
|
6337
6336
|
USDC: string | number;
|
|
6337
|
+
FLIP: string | number;
|
|
6338
6338
|
USDT: string | number;
|
|
6339
6339
|
WBTC?: string | number | undefined;
|
|
6340
6340
|
};
|
|
@@ -6381,15 +6381,15 @@ declare const rpcResult: {
|
|
|
6381
6381
|
USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
6382
6382
|
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>>;
|
|
6383
6383
|
}, "strip", z.ZodTypeAny, {
|
|
6384
|
-
FLIP: bigint;
|
|
6385
6384
|
ETH: bigint;
|
|
6386
6385
|
USDC: bigint;
|
|
6386
|
+
FLIP: bigint;
|
|
6387
6387
|
USDT: bigint;
|
|
6388
6388
|
WBTC: bigint;
|
|
6389
6389
|
}, {
|
|
6390
|
-
FLIP: string | number;
|
|
6391
6390
|
ETH: string | number;
|
|
6392
6391
|
USDC: string | number;
|
|
6392
|
+
FLIP: string | number;
|
|
6393
6393
|
USDT: string | number;
|
|
6394
6394
|
WBTC?: string | number | undefined;
|
|
6395
6395
|
}>;
|
|
@@ -6437,9 +6437,9 @@ declare const rpcResult: {
|
|
|
6437
6437
|
BTC: bigint;
|
|
6438
6438
|
};
|
|
6439
6439
|
Ethereum: {
|
|
6440
|
-
FLIP: bigint;
|
|
6441
6440
|
ETH: bigint;
|
|
6442
6441
|
USDC: bigint;
|
|
6442
|
+
FLIP: bigint;
|
|
6443
6443
|
USDT: bigint;
|
|
6444
6444
|
WBTC: bigint;
|
|
6445
6445
|
};
|
|
@@ -6463,9 +6463,9 @@ declare const rpcResult: {
|
|
|
6463
6463
|
BTC: string | number;
|
|
6464
6464
|
};
|
|
6465
6465
|
Ethereum: {
|
|
6466
|
-
FLIP: string | number;
|
|
6467
6466
|
ETH: string | number;
|
|
6468
6467
|
USDC: string | number;
|
|
6468
|
+
FLIP: string | number;
|
|
6469
6469
|
USDT: string | number;
|
|
6470
6470
|
WBTC?: string | number | undefined;
|
|
6471
6471
|
};
|
|
@@ -6495,9 +6495,9 @@ declare const rpcResult: {
|
|
|
6495
6495
|
BTC: bigint;
|
|
6496
6496
|
};
|
|
6497
6497
|
Ethereum: {
|
|
6498
|
-
FLIP: bigint;
|
|
6499
6498
|
ETH: bigint;
|
|
6500
6499
|
USDC: bigint;
|
|
6500
|
+
FLIP: bigint;
|
|
6501
6501
|
USDT: bigint;
|
|
6502
6502
|
WBTC: bigint;
|
|
6503
6503
|
};
|
|
@@ -6527,9 +6527,9 @@ declare const rpcResult: {
|
|
|
6527
6527
|
BTC: string | number;
|
|
6528
6528
|
};
|
|
6529
6529
|
Ethereum: {
|
|
6530
|
-
FLIP: string | number;
|
|
6531
6530
|
ETH: string | number;
|
|
6532
6531
|
USDC: string | number;
|
|
6532
|
+
FLIP: string | number;
|
|
6533
6533
|
USDT: string | number;
|
|
6534
6534
|
WBTC?: string | number | undefined;
|
|
6535
6535
|
};
|
|
@@ -6561,9 +6561,9 @@ declare const rpcResult: {
|
|
|
6561
6561
|
BTC: bigint;
|
|
6562
6562
|
};
|
|
6563
6563
|
Ethereum: {
|
|
6564
|
-
FLIP: bigint;
|
|
6565
6564
|
ETH: bigint;
|
|
6566
6565
|
USDC: bigint;
|
|
6566
|
+
FLIP: bigint;
|
|
6567
6567
|
USDT: bigint;
|
|
6568
6568
|
WBTC: bigint;
|
|
6569
6569
|
};
|
|
@@ -6594,9 +6594,9 @@ declare const rpcResult: {
|
|
|
6594
6594
|
BTC: bigint;
|
|
6595
6595
|
};
|
|
6596
6596
|
Ethereum: {
|
|
6597
|
-
FLIP: bigint;
|
|
6598
6597
|
ETH: bigint;
|
|
6599
6598
|
USDC: bigint;
|
|
6599
|
+
FLIP: bigint;
|
|
6600
6600
|
USDT: bigint;
|
|
6601
6601
|
WBTC: bigint;
|
|
6602
6602
|
};
|
|
@@ -6628,9 +6628,9 @@ declare const rpcResult: {
|
|
|
6628
6628
|
BTC: string | number;
|
|
6629
6629
|
};
|
|
6630
6630
|
Ethereum: {
|
|
6631
|
-
FLIP: string | number;
|
|
6632
6631
|
ETH: string | number;
|
|
6633
6632
|
USDC: string | number;
|
|
6633
|
+
FLIP: string | number;
|
|
6634
6634
|
USDT: string | number;
|
|
6635
6635
|
WBTC?: string | number | undefined;
|
|
6636
6636
|
};
|
|
@@ -6661,9 +6661,9 @@ declare const rpcResult: {
|
|
|
6661
6661
|
BTC: string | number;
|
|
6662
6662
|
};
|
|
6663
6663
|
Ethereum: {
|
|
6664
|
-
FLIP: string | number;
|
|
6665
6664
|
ETH: string | number;
|
|
6666
6665
|
USDC: string | number;
|
|
6666
|
+
FLIP: string | number;
|
|
6667
6667
|
USDT: string | number;
|
|
6668
6668
|
WBTC?: string | number | undefined;
|
|
6669
6669
|
};
|
|
@@ -6685,15 +6685,134 @@ declare const rpcResult: {
|
|
|
6685
6685
|
};
|
|
6686
6686
|
};
|
|
6687
6687
|
}>;
|
|
6688
|
+
default_oracle_price_protection: z.ZodOptional<z.ZodObject<{
|
|
6689
|
+
Bitcoin: z.ZodObject<{
|
|
6690
|
+
BTC: z.ZodNullable<z.ZodNumber>;
|
|
6691
|
+
}, "strip", z.ZodTypeAny, {
|
|
6692
|
+
BTC: number | null;
|
|
6693
|
+
}, {
|
|
6694
|
+
BTC: number | null;
|
|
6695
|
+
}>;
|
|
6696
|
+
Ethereum: z.ZodObject<{
|
|
6697
|
+
ETH: z.ZodNullable<z.ZodNumber>;
|
|
6698
|
+
USDC: z.ZodNullable<z.ZodNumber>;
|
|
6699
|
+
FLIP: z.ZodNullable<z.ZodNumber>;
|
|
6700
|
+
USDT: z.ZodNullable<z.ZodNumber>;
|
|
6701
|
+
WBTC: z.ZodDefault<z.ZodNullable<z.ZodNumber>>;
|
|
6702
|
+
}, "strip", z.ZodTypeAny, {
|
|
6703
|
+
ETH: number | null;
|
|
6704
|
+
USDC: number | null;
|
|
6705
|
+
FLIP: number | null;
|
|
6706
|
+
USDT: number | null;
|
|
6707
|
+
WBTC: number | null;
|
|
6708
|
+
}, {
|
|
6709
|
+
ETH: number | null;
|
|
6710
|
+
USDC: number | null;
|
|
6711
|
+
FLIP: number | null;
|
|
6712
|
+
USDT: number | null;
|
|
6713
|
+
WBTC?: number | null | undefined;
|
|
6714
|
+
}>;
|
|
6715
|
+
Arbitrum: z.ZodObject<{
|
|
6716
|
+
ETH: z.ZodNullable<z.ZodNumber>;
|
|
6717
|
+
USDC: z.ZodNullable<z.ZodNumber>;
|
|
6718
|
+
USDT: z.ZodDefault<z.ZodNullable<z.ZodNumber>>;
|
|
6719
|
+
}, "strip", z.ZodTypeAny, {
|
|
6720
|
+
ETH: number | null;
|
|
6721
|
+
USDC: number | null;
|
|
6722
|
+
USDT: number | null;
|
|
6723
|
+
}, {
|
|
6724
|
+
ETH: number | null;
|
|
6725
|
+
USDC: number | null;
|
|
6726
|
+
USDT?: number | null | undefined;
|
|
6727
|
+
}>;
|
|
6728
|
+
Solana: z.ZodObject<{
|
|
6729
|
+
SOL: z.ZodNullable<z.ZodNumber>;
|
|
6730
|
+
USDC: z.ZodNullable<z.ZodNumber>;
|
|
6731
|
+
USDT: z.ZodDefault<z.ZodNullable<z.ZodNumber>>;
|
|
6732
|
+
}, "strip", z.ZodTypeAny, {
|
|
6733
|
+
USDC: number | null;
|
|
6734
|
+
USDT: number | null;
|
|
6735
|
+
SOL: number | null;
|
|
6736
|
+
}, {
|
|
6737
|
+
USDC: number | null;
|
|
6738
|
+
SOL: number | null;
|
|
6739
|
+
USDT?: number | null | undefined;
|
|
6740
|
+
}>;
|
|
6741
|
+
Assethub: z.ZodObject<{
|
|
6742
|
+
DOT: z.ZodNullable<z.ZodNumber>;
|
|
6743
|
+
USDC: z.ZodNullable<z.ZodNumber>;
|
|
6744
|
+
USDT: z.ZodNullable<z.ZodNumber>;
|
|
6745
|
+
}, "strip", z.ZodTypeAny, {
|
|
6746
|
+
USDC: number | null;
|
|
6747
|
+
USDT: number | null;
|
|
6748
|
+
DOT: number | null;
|
|
6749
|
+
}, {
|
|
6750
|
+
USDC: number | null;
|
|
6751
|
+
USDT: number | null;
|
|
6752
|
+
DOT: number | null;
|
|
6753
|
+
}>;
|
|
6754
|
+
}, "strip", z.ZodTypeAny, {
|
|
6755
|
+
Bitcoin: {
|
|
6756
|
+
BTC: number | null;
|
|
6757
|
+
};
|
|
6758
|
+
Ethereum: {
|
|
6759
|
+
ETH: number | null;
|
|
6760
|
+
USDC: number | null;
|
|
6761
|
+
FLIP: number | null;
|
|
6762
|
+
USDT: number | null;
|
|
6763
|
+
WBTC: number | null;
|
|
6764
|
+
};
|
|
6765
|
+
Arbitrum: {
|
|
6766
|
+
ETH: number | null;
|
|
6767
|
+
USDC: number | null;
|
|
6768
|
+
USDT: number | null;
|
|
6769
|
+
};
|
|
6770
|
+
Solana: {
|
|
6771
|
+
USDC: number | null;
|
|
6772
|
+
USDT: number | null;
|
|
6773
|
+
SOL: number | null;
|
|
6774
|
+
};
|
|
6775
|
+
Assethub: {
|
|
6776
|
+
USDC: number | null;
|
|
6777
|
+
USDT: number | null;
|
|
6778
|
+
DOT: number | null;
|
|
6779
|
+
};
|
|
6780
|
+
}, {
|
|
6781
|
+
Bitcoin: {
|
|
6782
|
+
BTC: number | null;
|
|
6783
|
+
};
|
|
6784
|
+
Ethereum: {
|
|
6785
|
+
ETH: number | null;
|
|
6786
|
+
USDC: number | null;
|
|
6787
|
+
FLIP: number | null;
|
|
6788
|
+
USDT: number | null;
|
|
6789
|
+
WBTC?: number | null | undefined;
|
|
6790
|
+
};
|
|
6791
|
+
Arbitrum: {
|
|
6792
|
+
ETH: number | null;
|
|
6793
|
+
USDC: number | null;
|
|
6794
|
+
USDT?: number | null | undefined;
|
|
6795
|
+
};
|
|
6796
|
+
Solana: {
|
|
6797
|
+
USDC: number | null;
|
|
6798
|
+
SOL: number | null;
|
|
6799
|
+
USDT?: number | null | undefined;
|
|
6800
|
+
};
|
|
6801
|
+
Assethub: {
|
|
6802
|
+
USDC: number | null;
|
|
6803
|
+
USDT: number | null;
|
|
6804
|
+
DOT: number | null;
|
|
6805
|
+
};
|
|
6806
|
+
}>>;
|
|
6688
6807
|
}, "strip", z.ZodTypeAny, {
|
|
6689
6808
|
maximum_swap_amounts: {
|
|
6690
6809
|
Bitcoin: {
|
|
6691
6810
|
BTC: bigint | null;
|
|
6692
6811
|
};
|
|
6693
6812
|
Ethereum: {
|
|
6694
|
-
FLIP: bigint | null;
|
|
6695
6813
|
ETH: bigint | null;
|
|
6696
6814
|
USDC: bigint | null;
|
|
6815
|
+
FLIP: bigint | null;
|
|
6697
6816
|
USDT: bigint | null;
|
|
6698
6817
|
WBTC: bigint | null;
|
|
6699
6818
|
};
|
|
@@ -6714,6 +6833,36 @@ declare const rpcResult: {
|
|
|
6714
6833
|
};
|
|
6715
6834
|
};
|
|
6716
6835
|
network_fee_hundredth_pips: number;
|
|
6836
|
+
swap_retry_delay_blocks: number;
|
|
6837
|
+
max_swap_retry_duration_blocks: number;
|
|
6838
|
+
max_swap_request_duration_blocks: number;
|
|
6839
|
+
minimum_chunk_size: {
|
|
6840
|
+
Bitcoin: {
|
|
6841
|
+
BTC: bigint | null;
|
|
6842
|
+
};
|
|
6843
|
+
Ethereum: {
|
|
6844
|
+
ETH: bigint | null;
|
|
6845
|
+
USDC: bigint | null;
|
|
6846
|
+
FLIP: bigint | null;
|
|
6847
|
+
USDT: bigint | null;
|
|
6848
|
+
WBTC: bigint | null;
|
|
6849
|
+
};
|
|
6850
|
+
Arbitrum: {
|
|
6851
|
+
ETH: bigint | null;
|
|
6852
|
+
USDC: bigint | null;
|
|
6853
|
+
USDT: bigint | null;
|
|
6854
|
+
};
|
|
6855
|
+
Solana: {
|
|
6856
|
+
USDC: bigint | null;
|
|
6857
|
+
USDT: bigint | null;
|
|
6858
|
+
SOL: bigint | null;
|
|
6859
|
+
};
|
|
6860
|
+
Assethub: {
|
|
6861
|
+
USDC: bigint | null;
|
|
6862
|
+
USDT: bigint | null;
|
|
6863
|
+
DOT: bigint | null;
|
|
6864
|
+
};
|
|
6865
|
+
};
|
|
6717
6866
|
network_fees: {
|
|
6718
6867
|
regular_network_fee: {
|
|
6719
6868
|
standard_rate_and_minimum: {
|
|
@@ -6725,9 +6874,9 @@ declare const rpcResult: {
|
|
|
6725
6874
|
BTC: bigint;
|
|
6726
6875
|
};
|
|
6727
6876
|
Ethereum: {
|
|
6728
|
-
FLIP: bigint;
|
|
6729
6877
|
ETH: bigint;
|
|
6730
6878
|
USDC: bigint;
|
|
6879
|
+
FLIP: bigint;
|
|
6731
6880
|
USDT: bigint;
|
|
6732
6881
|
WBTC: bigint;
|
|
6733
6882
|
};
|
|
@@ -6758,9 +6907,9 @@ declare const rpcResult: {
|
|
|
6758
6907
|
BTC: bigint;
|
|
6759
6908
|
};
|
|
6760
6909
|
Ethereum: {
|
|
6761
|
-
FLIP: bigint;
|
|
6762
6910
|
ETH: bigint;
|
|
6763
6911
|
USDC: bigint;
|
|
6912
|
+
FLIP: bigint;
|
|
6764
6913
|
USDT: bigint;
|
|
6765
6914
|
WBTC: bigint;
|
|
6766
6915
|
};
|
|
@@ -6782,34 +6931,31 @@ declare const rpcResult: {
|
|
|
6782
6931
|
};
|
|
6783
6932
|
};
|
|
6784
6933
|
};
|
|
6785
|
-
|
|
6786
|
-
max_swap_retry_duration_blocks?: number | undefined;
|
|
6787
|
-
max_swap_request_duration_blocks?: number | undefined;
|
|
6788
|
-
minimum_chunk_size?: {
|
|
6934
|
+
default_oracle_price_protection?: {
|
|
6789
6935
|
Bitcoin: {
|
|
6790
|
-
BTC:
|
|
6936
|
+
BTC: number | null;
|
|
6791
6937
|
};
|
|
6792
6938
|
Ethereum: {
|
|
6793
|
-
|
|
6794
|
-
|
|
6795
|
-
|
|
6796
|
-
USDT:
|
|
6797
|
-
WBTC:
|
|
6939
|
+
ETH: number | null;
|
|
6940
|
+
USDC: number | null;
|
|
6941
|
+
FLIP: number | null;
|
|
6942
|
+
USDT: number | null;
|
|
6943
|
+
WBTC: number | null;
|
|
6798
6944
|
};
|
|
6799
6945
|
Arbitrum: {
|
|
6800
|
-
ETH:
|
|
6801
|
-
USDC:
|
|
6802
|
-
USDT:
|
|
6946
|
+
ETH: number | null;
|
|
6947
|
+
USDC: number | null;
|
|
6948
|
+
USDT: number | null;
|
|
6803
6949
|
};
|
|
6804
6950
|
Solana: {
|
|
6805
|
-
USDC:
|
|
6806
|
-
USDT:
|
|
6807
|
-
SOL:
|
|
6951
|
+
USDC: number | null;
|
|
6952
|
+
USDT: number | null;
|
|
6953
|
+
SOL: number | null;
|
|
6808
6954
|
};
|
|
6809
6955
|
Assethub: {
|
|
6810
|
-
USDC:
|
|
6811
|
-
USDT:
|
|
6812
|
-
DOT:
|
|
6956
|
+
USDC: number | null;
|
|
6957
|
+
USDT: number | null;
|
|
6958
|
+
DOT: number | null;
|
|
6813
6959
|
};
|
|
6814
6960
|
} | undefined;
|
|
6815
6961
|
}, {
|
|
@@ -6818,9 +6964,9 @@ declare const rpcResult: {
|
|
|
6818
6964
|
BTC: string | number | null;
|
|
6819
6965
|
};
|
|
6820
6966
|
Ethereum: {
|
|
6821
|
-
FLIP: string | number | null;
|
|
6822
6967
|
ETH: string | number | null;
|
|
6823
6968
|
USDC: string | number | null;
|
|
6969
|
+
FLIP: string | number | null;
|
|
6824
6970
|
USDT: string | number | null;
|
|
6825
6971
|
WBTC?: string | number | null | undefined;
|
|
6826
6972
|
};
|
|
@@ -6841,6 +6987,36 @@ declare const rpcResult: {
|
|
|
6841
6987
|
};
|
|
6842
6988
|
};
|
|
6843
6989
|
network_fee_hundredth_pips: number;
|
|
6990
|
+
swap_retry_delay_blocks: number;
|
|
6991
|
+
max_swap_retry_duration_blocks: number;
|
|
6992
|
+
max_swap_request_duration_blocks: number;
|
|
6993
|
+
minimum_chunk_size: {
|
|
6994
|
+
Bitcoin: {
|
|
6995
|
+
BTC: string | number | null;
|
|
6996
|
+
};
|
|
6997
|
+
Ethereum: {
|
|
6998
|
+
ETH: string | number | null;
|
|
6999
|
+
USDC: string | number | null;
|
|
7000
|
+
FLIP: string | number | null;
|
|
7001
|
+
USDT: string | number | null;
|
|
7002
|
+
WBTC?: string | number | null | undefined;
|
|
7003
|
+
};
|
|
7004
|
+
Arbitrum: {
|
|
7005
|
+
ETH: string | number | null;
|
|
7006
|
+
USDC: string | number | null;
|
|
7007
|
+
USDT?: string | number | null | undefined;
|
|
7008
|
+
};
|
|
7009
|
+
Solana: {
|
|
7010
|
+
USDC: string | number | null;
|
|
7011
|
+
SOL: string | number | null;
|
|
7012
|
+
USDT?: string | number | null | undefined;
|
|
7013
|
+
};
|
|
7014
|
+
Assethub: {
|
|
7015
|
+
USDC: string | number | null;
|
|
7016
|
+
USDT: string | number | null;
|
|
7017
|
+
DOT: string | number | null;
|
|
7018
|
+
};
|
|
7019
|
+
};
|
|
6844
7020
|
network_fees: {
|
|
6845
7021
|
regular_network_fee: {
|
|
6846
7022
|
standard_rate_and_minimum: {
|
|
@@ -6852,9 +7028,9 @@ declare const rpcResult: {
|
|
|
6852
7028
|
BTC: string | number;
|
|
6853
7029
|
};
|
|
6854
7030
|
Ethereum: {
|
|
6855
|
-
FLIP: string | number;
|
|
6856
7031
|
ETH: string | number;
|
|
6857
7032
|
USDC: string | number;
|
|
7033
|
+
FLIP: string | number;
|
|
6858
7034
|
USDT: string | number;
|
|
6859
7035
|
WBTC?: string | number | undefined;
|
|
6860
7036
|
};
|
|
@@ -6885,9 +7061,9 @@ declare const rpcResult: {
|
|
|
6885
7061
|
BTC: string | number;
|
|
6886
7062
|
};
|
|
6887
7063
|
Ethereum: {
|
|
6888
|
-
FLIP: string | number;
|
|
6889
7064
|
ETH: string | number;
|
|
6890
7065
|
USDC: string | number;
|
|
7066
|
+
FLIP: string | number;
|
|
6891
7067
|
USDT: string | number;
|
|
6892
7068
|
WBTC?: string | number | undefined;
|
|
6893
7069
|
};
|
|
@@ -6909,34 +7085,31 @@ declare const rpcResult: {
|
|
|
6909
7085
|
};
|
|
6910
7086
|
};
|
|
6911
7087
|
};
|
|
6912
|
-
|
|
6913
|
-
max_swap_retry_duration_blocks?: number | undefined;
|
|
6914
|
-
max_swap_request_duration_blocks?: number | undefined;
|
|
6915
|
-
minimum_chunk_size?: {
|
|
7088
|
+
default_oracle_price_protection?: {
|
|
6916
7089
|
Bitcoin: {
|
|
6917
|
-
BTC:
|
|
7090
|
+
BTC: number | null;
|
|
6918
7091
|
};
|
|
6919
7092
|
Ethereum: {
|
|
6920
|
-
|
|
6921
|
-
|
|
6922
|
-
|
|
6923
|
-
USDT:
|
|
6924
|
-
WBTC?:
|
|
7093
|
+
ETH: number | null;
|
|
7094
|
+
USDC: number | null;
|
|
7095
|
+
FLIP: number | null;
|
|
7096
|
+
USDT: number | null;
|
|
7097
|
+
WBTC?: number | null | undefined;
|
|
6925
7098
|
};
|
|
6926
7099
|
Arbitrum: {
|
|
6927
|
-
ETH:
|
|
6928
|
-
USDC:
|
|
6929
|
-
USDT?:
|
|
7100
|
+
ETH: number | null;
|
|
7101
|
+
USDC: number | null;
|
|
7102
|
+
USDT?: number | null | undefined;
|
|
6930
7103
|
};
|
|
6931
7104
|
Solana: {
|
|
6932
|
-
USDC:
|
|
6933
|
-
SOL:
|
|
6934
|
-
USDT?:
|
|
7105
|
+
USDC: number | null;
|
|
7106
|
+
SOL: number | null;
|
|
7107
|
+
USDT?: number | null | undefined;
|
|
6935
7108
|
};
|
|
6936
7109
|
Assethub: {
|
|
6937
|
-
USDC:
|
|
6938
|
-
USDT:
|
|
6939
|
-
DOT:
|
|
7110
|
+
USDC: number | null;
|
|
7111
|
+
USDT: number | null;
|
|
7112
|
+
DOT: number | null;
|
|
6940
7113
|
};
|
|
6941
7114
|
} | undefined;
|
|
6942
7115
|
}>;
|
|
@@ -7874,7 +8047,7 @@ declare const rpcResult: {
|
|
|
7874
8047
|
};
|
|
7875
8048
|
} | null>>;
|
|
7876
8049
|
}, "strip", z.ZodTypeAny, {
|
|
7877
|
-
|
|
8050
|
+
ETH: {
|
|
7878
8051
|
limit_order_fee_hundredth_pips: number;
|
|
7879
8052
|
range_order_fee_hundredth_pips: number;
|
|
7880
8053
|
range_order_total_fees_earned: {
|
|
@@ -7921,7 +8094,7 @@ declare const rpcResult: {
|
|
|
7921
8094
|
readonly asset: "USDC";
|
|
7922
8095
|
};
|
|
7923
8096
|
};
|
|
7924
|
-
|
|
8097
|
+
FLIP: {
|
|
7925
8098
|
limit_order_fee_hundredth_pips: number;
|
|
7926
8099
|
range_order_fee_hundredth_pips: number;
|
|
7927
8100
|
range_order_total_fees_earned: {
|
|
@@ -8063,7 +8236,7 @@ declare const rpcResult: {
|
|
|
8063
8236
|
};
|
|
8064
8237
|
};
|
|
8065
8238
|
}, {
|
|
8066
|
-
|
|
8239
|
+
ETH: {
|
|
8067
8240
|
limit_order_fee_hundredth_pips: number;
|
|
8068
8241
|
range_order_fee_hundredth_pips: number;
|
|
8069
8242
|
range_order_total_fees_earned: {
|
|
@@ -8087,7 +8260,7 @@ declare const rpcResult: {
|
|
|
8087
8260
|
asset: "USDC";
|
|
8088
8261
|
};
|
|
8089
8262
|
} | null;
|
|
8090
|
-
|
|
8263
|
+
FLIP: {
|
|
8091
8264
|
limit_order_fee_hundredth_pips: number;
|
|
8092
8265
|
range_order_fee_hundredth_pips: number;
|
|
8093
8266
|
range_order_total_fees_earned: {
|
|
@@ -10383,7 +10556,7 @@ declare const rpcResult: {
|
|
|
10383
10556
|
};
|
|
10384
10557
|
};
|
|
10385
10558
|
Ethereum: {
|
|
10386
|
-
|
|
10559
|
+
ETH: {
|
|
10387
10560
|
limit_order_fee_hundredth_pips: number;
|
|
10388
10561
|
range_order_fee_hundredth_pips: number;
|
|
10389
10562
|
range_order_total_fees_earned: {
|
|
@@ -10430,7 +10603,7 @@ declare const rpcResult: {
|
|
|
10430
10603
|
readonly asset: "USDC";
|
|
10431
10604
|
};
|
|
10432
10605
|
};
|
|
10433
|
-
|
|
10606
|
+
FLIP: {
|
|
10434
10607
|
limit_order_fee_hundredth_pips: number;
|
|
10435
10608
|
range_order_fee_hundredth_pips: number;
|
|
10436
10609
|
range_order_total_fees_earned: {
|
|
@@ -11029,7 +11202,7 @@ declare const rpcResult: {
|
|
|
11029
11202
|
} | null;
|
|
11030
11203
|
};
|
|
11031
11204
|
Ethereum: {
|
|
11032
|
-
|
|
11205
|
+
ETH: {
|
|
11033
11206
|
limit_order_fee_hundredth_pips: number;
|
|
11034
11207
|
range_order_fee_hundredth_pips: number;
|
|
11035
11208
|
range_order_total_fees_earned: {
|
|
@@ -11053,7 +11226,7 @@ declare const rpcResult: {
|
|
|
11053
11226
|
asset: "USDC";
|
|
11054
11227
|
};
|
|
11055
11228
|
} | null;
|
|
11056
|
-
|
|
11229
|
+
FLIP: {
|
|
11057
11230
|
limit_order_fee_hundredth_pips: number;
|
|
11058
11231
|
range_order_fee_hundredth_pips: number;
|
|
11059
11232
|
range_order_total_fees_earned: {
|
|
@@ -11401,7 +11574,7 @@ declare const rpcResult: {
|
|
|
11401
11574
|
};
|
|
11402
11575
|
};
|
|
11403
11576
|
Ethereum: {
|
|
11404
|
-
|
|
11577
|
+
ETH: {
|
|
11405
11578
|
limit_order_fee_hundredth_pips: number;
|
|
11406
11579
|
range_order_fee_hundredth_pips: number;
|
|
11407
11580
|
range_order_total_fees_earned: {
|
|
@@ -11448,7 +11621,7 @@ declare const rpcResult: {
|
|
|
11448
11621
|
readonly asset: "USDC";
|
|
11449
11622
|
};
|
|
11450
11623
|
};
|
|
11451
|
-
|
|
11624
|
+
FLIP: {
|
|
11452
11625
|
limit_order_fee_hundredth_pips: number;
|
|
11453
11626
|
range_order_fee_hundredth_pips: number;
|
|
11454
11627
|
range_order_total_fees_earned: {
|
|
@@ -12049,7 +12222,7 @@ declare const rpcResult: {
|
|
|
12049
12222
|
} | null;
|
|
12050
12223
|
};
|
|
12051
12224
|
Ethereum: {
|
|
12052
|
-
|
|
12225
|
+
ETH: {
|
|
12053
12226
|
limit_order_fee_hundredth_pips: number;
|
|
12054
12227
|
range_order_fee_hundredth_pips: number;
|
|
12055
12228
|
range_order_total_fees_earned: {
|
|
@@ -12073,7 +12246,7 @@ declare const rpcResult: {
|
|
|
12073
12246
|
asset: "USDC";
|
|
12074
12247
|
};
|
|
12075
12248
|
} | null;
|
|
12076
|
-
|
|
12249
|
+
FLIP: {
|
|
12077
12250
|
limit_order_fee_hundredth_pips: number;
|
|
12078
12251
|
range_order_fee_hundredth_pips: number;
|
|
12079
12252
|
range_order_total_fees_earned: {
|
|
@@ -12377,9 +12550,9 @@ declare const rpcResult: {
|
|
|
12377
12550
|
BTC: bigint;
|
|
12378
12551
|
};
|
|
12379
12552
|
Ethereum: {
|
|
12380
|
-
FLIP: bigint;
|
|
12381
12553
|
ETH: bigint;
|
|
12382
12554
|
USDC: bigint;
|
|
12555
|
+
FLIP: bigint;
|
|
12383
12556
|
USDT: bigint;
|
|
12384
12557
|
WBTC: bigint;
|
|
12385
12558
|
};
|
|
@@ -12404,9 +12577,9 @@ declare const rpcResult: {
|
|
|
12404
12577
|
BTC: bigint | null;
|
|
12405
12578
|
};
|
|
12406
12579
|
Ethereum: {
|
|
12407
|
-
FLIP: bigint | null;
|
|
12408
12580
|
ETH: bigint | null;
|
|
12409
12581
|
USDC: bigint | null;
|
|
12582
|
+
FLIP: bigint | null;
|
|
12410
12583
|
USDT: bigint | null;
|
|
12411
12584
|
WBTC: bigint | null;
|
|
12412
12585
|
};
|
|
@@ -12431,9 +12604,9 @@ declare const rpcResult: {
|
|
|
12431
12604
|
BTC: bigint | null;
|
|
12432
12605
|
};
|
|
12433
12606
|
Ethereum: {
|
|
12434
|
-
FLIP: bigint | null;
|
|
12435
12607
|
ETH: bigint | null;
|
|
12436
12608
|
USDC: bigint | null;
|
|
12609
|
+
FLIP: bigint | null;
|
|
12437
12610
|
USDT: bigint | null;
|
|
12438
12611
|
WBTC: bigint | null;
|
|
12439
12612
|
};
|
|
@@ -12465,9 +12638,9 @@ declare const rpcResult: {
|
|
|
12465
12638
|
BTC: bigint;
|
|
12466
12639
|
};
|
|
12467
12640
|
Ethereum: {
|
|
12468
|
-
FLIP: bigint;
|
|
12469
12641
|
ETH: bigint;
|
|
12470
12642
|
USDC: bigint;
|
|
12643
|
+
FLIP: bigint;
|
|
12471
12644
|
USDT: bigint;
|
|
12472
12645
|
WBTC: bigint;
|
|
12473
12646
|
};
|
|
@@ -12494,29 +12667,29 @@ declare const rpcResult: {
|
|
|
12494
12667
|
Solana: bigint;
|
|
12495
12668
|
Assethub: bigint;
|
|
12496
12669
|
};
|
|
12497
|
-
ingress_delays
|
|
12670
|
+
ingress_delays: {
|
|
12498
12671
|
Bitcoin: number;
|
|
12499
12672
|
Ethereum: number;
|
|
12500
12673
|
Arbitrum: number;
|
|
12501
12674
|
Solana: number;
|
|
12502
12675
|
Assethub: number;
|
|
12503
|
-
}
|
|
12504
|
-
boost_delays
|
|
12676
|
+
};
|
|
12677
|
+
boost_delays: {
|
|
12505
12678
|
Bitcoin: number;
|
|
12506
12679
|
Ethereum: number;
|
|
12507
12680
|
Arbitrum: number;
|
|
12508
12681
|
Solana: number;
|
|
12509
12682
|
Assethub: number;
|
|
12510
|
-
}
|
|
12683
|
+
};
|
|
12511
12684
|
}, "egress_dust_limits"> & {
|
|
12512
12685
|
readonly minimum_egress_amounts: {
|
|
12513
12686
|
Bitcoin: {
|
|
12514
12687
|
BTC: bigint;
|
|
12515
12688
|
};
|
|
12516
12689
|
Ethereum: {
|
|
12517
|
-
FLIP: bigint;
|
|
12518
12690
|
ETH: bigint;
|
|
12519
12691
|
USDC: bigint;
|
|
12692
|
+
FLIP: bigint;
|
|
12520
12693
|
USDT: bigint;
|
|
12521
12694
|
WBTC: bigint;
|
|
12522
12695
|
};
|
|
@@ -12543,9 +12716,9 @@ declare const rpcResult: {
|
|
|
12543
12716
|
BTC: bigint | null;
|
|
12544
12717
|
};
|
|
12545
12718
|
Ethereum: {
|
|
12546
|
-
FLIP: bigint | null;
|
|
12547
12719
|
ETH: bigint | null;
|
|
12548
12720
|
USDC: bigint | null;
|
|
12721
|
+
FLIP: bigint | null;
|
|
12549
12722
|
USDT: bigint | null;
|
|
12550
12723
|
WBTC: bigint | null;
|
|
12551
12724
|
};
|
|
@@ -12566,6 +12739,36 @@ declare const rpcResult: {
|
|
|
12566
12739
|
};
|
|
12567
12740
|
};
|
|
12568
12741
|
network_fee_hundredth_pips: number;
|
|
12742
|
+
swap_retry_delay_blocks: number;
|
|
12743
|
+
max_swap_retry_duration_blocks: number;
|
|
12744
|
+
max_swap_request_duration_blocks: number;
|
|
12745
|
+
minimum_chunk_size: {
|
|
12746
|
+
Bitcoin: {
|
|
12747
|
+
BTC: bigint | null;
|
|
12748
|
+
};
|
|
12749
|
+
Ethereum: {
|
|
12750
|
+
ETH: bigint | null;
|
|
12751
|
+
USDC: bigint | null;
|
|
12752
|
+
FLIP: bigint | null;
|
|
12753
|
+
USDT: bigint | null;
|
|
12754
|
+
WBTC: bigint | null;
|
|
12755
|
+
};
|
|
12756
|
+
Arbitrum: {
|
|
12757
|
+
ETH: bigint | null;
|
|
12758
|
+
USDC: bigint | null;
|
|
12759
|
+
USDT: bigint | null;
|
|
12760
|
+
};
|
|
12761
|
+
Solana: {
|
|
12762
|
+
USDC: bigint | null;
|
|
12763
|
+
USDT: bigint | null;
|
|
12764
|
+
SOL: bigint | null;
|
|
12765
|
+
};
|
|
12766
|
+
Assethub: {
|
|
12767
|
+
USDC: bigint | null;
|
|
12768
|
+
USDT: bigint | null;
|
|
12769
|
+
DOT: bigint | null;
|
|
12770
|
+
};
|
|
12771
|
+
};
|
|
12569
12772
|
network_fees: {
|
|
12570
12773
|
regular_network_fee: {
|
|
12571
12774
|
standard_rate_and_minimum: {
|
|
@@ -12577,9 +12780,9 @@ declare const rpcResult: {
|
|
|
12577
12780
|
BTC: bigint;
|
|
12578
12781
|
};
|
|
12579
12782
|
Ethereum: {
|
|
12580
|
-
FLIP: bigint;
|
|
12581
12783
|
ETH: bigint;
|
|
12582
12784
|
USDC: bigint;
|
|
12785
|
+
FLIP: bigint;
|
|
12583
12786
|
USDT: bigint;
|
|
12584
12787
|
WBTC: bigint;
|
|
12585
12788
|
};
|
|
@@ -12610,9 +12813,9 @@ declare const rpcResult: {
|
|
|
12610
12813
|
BTC: bigint;
|
|
12611
12814
|
};
|
|
12612
12815
|
Ethereum: {
|
|
12613
|
-
FLIP: bigint;
|
|
12614
12816
|
ETH: bigint;
|
|
12615
12817
|
USDC: bigint;
|
|
12818
|
+
FLIP: bigint;
|
|
12616
12819
|
USDT: bigint;
|
|
12617
12820
|
WBTC: bigint;
|
|
12618
12821
|
};
|
|
@@ -12634,34 +12837,31 @@ declare const rpcResult: {
|
|
|
12634
12837
|
};
|
|
12635
12838
|
};
|
|
12636
12839
|
};
|
|
12637
|
-
|
|
12638
|
-
max_swap_retry_duration_blocks?: number | undefined;
|
|
12639
|
-
max_swap_request_duration_blocks?: number | undefined;
|
|
12640
|
-
minimum_chunk_size?: {
|
|
12840
|
+
default_oracle_price_protection?: {
|
|
12641
12841
|
Bitcoin: {
|
|
12642
|
-
BTC:
|
|
12842
|
+
BTC: number | null;
|
|
12643
12843
|
};
|
|
12644
12844
|
Ethereum: {
|
|
12645
|
-
|
|
12646
|
-
|
|
12647
|
-
|
|
12648
|
-
USDT:
|
|
12649
|
-
WBTC:
|
|
12845
|
+
ETH: number | null;
|
|
12846
|
+
USDC: number | null;
|
|
12847
|
+
FLIP: number | null;
|
|
12848
|
+
USDT: number | null;
|
|
12849
|
+
WBTC: number | null;
|
|
12650
12850
|
};
|
|
12651
12851
|
Arbitrum: {
|
|
12652
|
-
ETH:
|
|
12653
|
-
USDC:
|
|
12654
|
-
USDT:
|
|
12852
|
+
ETH: number | null;
|
|
12853
|
+
USDC: number | null;
|
|
12854
|
+
USDT: number | null;
|
|
12655
12855
|
};
|
|
12656
12856
|
Solana: {
|
|
12657
|
-
USDC:
|
|
12658
|
-
USDT:
|
|
12659
|
-
SOL:
|
|
12857
|
+
USDC: number | null;
|
|
12858
|
+
USDT: number | null;
|
|
12859
|
+
SOL: number | null;
|
|
12660
12860
|
};
|
|
12661
12861
|
Assethub: {
|
|
12662
|
-
USDC:
|
|
12663
|
-
USDT:
|
|
12664
|
-
DOT:
|
|
12862
|
+
USDC: number | null;
|
|
12863
|
+
USDT: number | null;
|
|
12864
|
+
DOT: number | null;
|
|
12665
12865
|
};
|
|
12666
12866
|
} | undefined;
|
|
12667
12867
|
};
|
|
@@ -12721,7 +12921,7 @@ declare const rpcResult: {
|
|
|
12721
12921
|
};
|
|
12722
12922
|
};
|
|
12723
12923
|
Ethereum: {
|
|
12724
|
-
|
|
12924
|
+
ETH: {
|
|
12725
12925
|
limit_order_fee_hundredth_pips: number;
|
|
12726
12926
|
range_order_fee_hundredth_pips: number;
|
|
12727
12927
|
range_order_total_fees_earned: {
|
|
@@ -12768,7 +12968,7 @@ declare const rpcResult: {
|
|
|
12768
12968
|
readonly asset: "USDC";
|
|
12769
12969
|
};
|
|
12770
12970
|
};
|
|
12771
|
-
|
|
12971
|
+
FLIP: {
|
|
12772
12972
|
limit_order_fee_hundredth_pips: number;
|
|
12773
12973
|
range_order_fee_hundredth_pips: number;
|
|
12774
12974
|
range_order_total_fees_earned: {
|
|
@@ -13348,9 +13548,9 @@ declare const rpcResult: {
|
|
|
13348
13548
|
BTC: string | number;
|
|
13349
13549
|
};
|
|
13350
13550
|
Ethereum: {
|
|
13351
|
-
FLIP: string | number;
|
|
13352
13551
|
ETH: string | number;
|
|
13353
13552
|
USDC: string | number;
|
|
13553
|
+
FLIP: string | number;
|
|
13354
13554
|
USDT: string | number;
|
|
13355
13555
|
WBTC?: string | number | undefined;
|
|
13356
13556
|
};
|
|
@@ -13375,9 +13575,9 @@ declare const rpcResult: {
|
|
|
13375
13575
|
BTC: string | number | null;
|
|
13376
13576
|
};
|
|
13377
13577
|
Ethereum: {
|
|
13378
|
-
FLIP: string | number | null;
|
|
13379
13578
|
ETH: string | number | null;
|
|
13380
13579
|
USDC: string | number | null;
|
|
13580
|
+
FLIP: string | number | null;
|
|
13381
13581
|
USDT: string | number | null;
|
|
13382
13582
|
WBTC?: string | number | null | undefined;
|
|
13383
13583
|
};
|
|
@@ -13402,9 +13602,9 @@ declare const rpcResult: {
|
|
|
13402
13602
|
BTC: string | number | null;
|
|
13403
13603
|
};
|
|
13404
13604
|
Ethereum: {
|
|
13405
|
-
FLIP: string | number | null;
|
|
13406
13605
|
ETH: string | number | null;
|
|
13407
13606
|
USDC: string | number | null;
|
|
13607
|
+
FLIP: string | number | null;
|
|
13408
13608
|
USDT: string | number | null;
|
|
13409
13609
|
WBTC?: string | number | null | undefined;
|
|
13410
13610
|
};
|
|
@@ -13436,9 +13636,9 @@ declare const rpcResult: {
|
|
|
13436
13636
|
BTC: string | number;
|
|
13437
13637
|
};
|
|
13438
13638
|
Ethereum: {
|
|
13439
|
-
FLIP: string | number;
|
|
13440
13639
|
ETH: string | number;
|
|
13441
13640
|
USDC: string | number;
|
|
13641
|
+
FLIP: string | number;
|
|
13442
13642
|
USDT: string | number;
|
|
13443
13643
|
WBTC?: string | number | undefined;
|
|
13444
13644
|
};
|
|
@@ -13465,20 +13665,20 @@ declare const rpcResult: {
|
|
|
13465
13665
|
Solana: string | number;
|
|
13466
13666
|
Assethub: string | number;
|
|
13467
13667
|
};
|
|
13468
|
-
ingress_delays
|
|
13668
|
+
ingress_delays: {
|
|
13469
13669
|
Bitcoin: number;
|
|
13470
13670
|
Ethereum: number;
|
|
13471
13671
|
Arbitrum: number;
|
|
13472
13672
|
Solana: number;
|
|
13473
13673
|
Assethub: number;
|
|
13474
|
-
}
|
|
13475
|
-
boost_delays
|
|
13674
|
+
};
|
|
13675
|
+
boost_delays: {
|
|
13476
13676
|
Bitcoin: number;
|
|
13477
13677
|
Ethereum: number;
|
|
13478
13678
|
Arbitrum: number;
|
|
13479
13679
|
Solana: number;
|
|
13480
13680
|
Assethub: number;
|
|
13481
|
-
}
|
|
13681
|
+
};
|
|
13482
13682
|
};
|
|
13483
13683
|
swapping: {
|
|
13484
13684
|
maximum_swap_amounts: {
|
|
@@ -13486,9 +13686,9 @@ declare const rpcResult: {
|
|
|
13486
13686
|
BTC: string | number | null;
|
|
13487
13687
|
};
|
|
13488
13688
|
Ethereum: {
|
|
13489
|
-
FLIP: string | number | null;
|
|
13490
13689
|
ETH: string | number | null;
|
|
13491
13690
|
USDC: string | number | null;
|
|
13691
|
+
FLIP: string | number | null;
|
|
13492
13692
|
USDT: string | number | null;
|
|
13493
13693
|
WBTC?: string | number | null | undefined;
|
|
13494
13694
|
};
|
|
@@ -13509,6 +13709,36 @@ declare const rpcResult: {
|
|
|
13509
13709
|
};
|
|
13510
13710
|
};
|
|
13511
13711
|
network_fee_hundredth_pips: number;
|
|
13712
|
+
swap_retry_delay_blocks: number;
|
|
13713
|
+
max_swap_retry_duration_blocks: number;
|
|
13714
|
+
max_swap_request_duration_blocks: number;
|
|
13715
|
+
minimum_chunk_size: {
|
|
13716
|
+
Bitcoin: {
|
|
13717
|
+
BTC: string | number | null;
|
|
13718
|
+
};
|
|
13719
|
+
Ethereum: {
|
|
13720
|
+
ETH: string | number | null;
|
|
13721
|
+
USDC: string | number | null;
|
|
13722
|
+
FLIP: string | number | null;
|
|
13723
|
+
USDT: string | number | null;
|
|
13724
|
+
WBTC?: string | number | null | undefined;
|
|
13725
|
+
};
|
|
13726
|
+
Arbitrum: {
|
|
13727
|
+
ETH: string | number | null;
|
|
13728
|
+
USDC: string | number | null;
|
|
13729
|
+
USDT?: string | number | null | undefined;
|
|
13730
|
+
};
|
|
13731
|
+
Solana: {
|
|
13732
|
+
USDC: string | number | null;
|
|
13733
|
+
SOL: string | number | null;
|
|
13734
|
+
USDT?: string | number | null | undefined;
|
|
13735
|
+
};
|
|
13736
|
+
Assethub: {
|
|
13737
|
+
USDC: string | number | null;
|
|
13738
|
+
USDT: string | number | null;
|
|
13739
|
+
DOT: string | number | null;
|
|
13740
|
+
};
|
|
13741
|
+
};
|
|
13512
13742
|
network_fees: {
|
|
13513
13743
|
regular_network_fee: {
|
|
13514
13744
|
standard_rate_and_minimum: {
|
|
@@ -13520,9 +13750,9 @@ declare const rpcResult: {
|
|
|
13520
13750
|
BTC: string | number;
|
|
13521
13751
|
};
|
|
13522
13752
|
Ethereum: {
|
|
13523
|
-
FLIP: string | number;
|
|
13524
13753
|
ETH: string | number;
|
|
13525
13754
|
USDC: string | number;
|
|
13755
|
+
FLIP: string | number;
|
|
13526
13756
|
USDT: string | number;
|
|
13527
13757
|
WBTC?: string | number | undefined;
|
|
13528
13758
|
};
|
|
@@ -13553,9 +13783,9 @@ declare const rpcResult: {
|
|
|
13553
13783
|
BTC: string | number;
|
|
13554
13784
|
};
|
|
13555
13785
|
Ethereum: {
|
|
13556
|
-
FLIP: string | number;
|
|
13557
13786
|
ETH: string | number;
|
|
13558
13787
|
USDC: string | number;
|
|
13788
|
+
FLIP: string | number;
|
|
13559
13789
|
USDT: string | number;
|
|
13560
13790
|
WBTC?: string | number | undefined;
|
|
13561
13791
|
};
|
|
@@ -13577,34 +13807,31 @@ declare const rpcResult: {
|
|
|
13577
13807
|
};
|
|
13578
13808
|
};
|
|
13579
13809
|
};
|
|
13580
|
-
|
|
13581
|
-
max_swap_retry_duration_blocks?: number | undefined;
|
|
13582
|
-
max_swap_request_duration_blocks?: number | undefined;
|
|
13583
|
-
minimum_chunk_size?: {
|
|
13810
|
+
default_oracle_price_protection?: {
|
|
13584
13811
|
Bitcoin: {
|
|
13585
|
-
BTC:
|
|
13812
|
+
BTC: number | null;
|
|
13586
13813
|
};
|
|
13587
13814
|
Ethereum: {
|
|
13588
|
-
|
|
13589
|
-
|
|
13590
|
-
|
|
13591
|
-
USDT:
|
|
13592
|
-
WBTC?:
|
|
13815
|
+
ETH: number | null;
|
|
13816
|
+
USDC: number | null;
|
|
13817
|
+
FLIP: number | null;
|
|
13818
|
+
USDT: number | null;
|
|
13819
|
+
WBTC?: number | null | undefined;
|
|
13593
13820
|
};
|
|
13594
13821
|
Arbitrum: {
|
|
13595
|
-
ETH:
|
|
13596
|
-
USDC:
|
|
13597
|
-
USDT?:
|
|
13822
|
+
ETH: number | null;
|
|
13823
|
+
USDC: number | null;
|
|
13824
|
+
USDT?: number | null | undefined;
|
|
13598
13825
|
};
|
|
13599
13826
|
Solana: {
|
|
13600
|
-
USDC:
|
|
13601
|
-
SOL:
|
|
13602
|
-
USDT?:
|
|
13827
|
+
USDC: number | null;
|
|
13828
|
+
SOL: number | null;
|
|
13829
|
+
USDT?: number | null | undefined;
|
|
13603
13830
|
};
|
|
13604
13831
|
Assethub: {
|
|
13605
|
-
USDC:
|
|
13606
|
-
USDT:
|
|
13607
|
-
DOT:
|
|
13832
|
+
USDC: number | null;
|
|
13833
|
+
USDT: number | null;
|
|
13834
|
+
DOT: number | null;
|
|
13608
13835
|
};
|
|
13609
13836
|
} | undefined;
|
|
13610
13837
|
};
|
|
@@ -13641,7 +13868,7 @@ declare const rpcResult: {
|
|
|
13641
13868
|
} | null;
|
|
13642
13869
|
};
|
|
13643
13870
|
Ethereum: {
|
|
13644
|
-
|
|
13871
|
+
ETH: {
|
|
13645
13872
|
limit_order_fee_hundredth_pips: number;
|
|
13646
13873
|
range_order_fee_hundredth_pips: number;
|
|
13647
13874
|
range_order_total_fees_earned: {
|
|
@@ -13665,7 +13892,7 @@ declare const rpcResult: {
|
|
|
13665
13892
|
asset: "USDC";
|
|
13666
13893
|
};
|
|
13667
13894
|
} | null;
|
|
13668
|
-
|
|
13895
|
+
FLIP: {
|
|
13669
13896
|
limit_order_fee_hundredth_pips: number;
|
|
13670
13897
|
range_order_fee_hundredth_pips: number;
|
|
13671
13898
|
range_order_total_fees_earned: {
|
|
@@ -13989,15 +14216,15 @@ declare const rpcResult: {
|
|
|
13989
14216
|
USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
13990
14217
|
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>>;
|
|
13991
14218
|
}, "strip", z.ZodTypeAny, {
|
|
13992
|
-
FLIP: bigint;
|
|
13993
14219
|
ETH: bigint;
|
|
13994
14220
|
USDC: bigint;
|
|
14221
|
+
FLIP: bigint;
|
|
13995
14222
|
USDT: bigint;
|
|
13996
14223
|
WBTC: bigint;
|
|
13997
14224
|
}, {
|
|
13998
|
-
FLIP: string | number;
|
|
13999
14225
|
ETH: string | number;
|
|
14000
14226
|
USDC: string | number;
|
|
14227
|
+
FLIP: string | number;
|
|
14001
14228
|
USDT: string | number;
|
|
14002
14229
|
WBTC?: string | number | undefined;
|
|
14003
14230
|
}>;
|
|
@@ -14045,9 +14272,9 @@ declare const rpcResult: {
|
|
|
14045
14272
|
BTC: bigint;
|
|
14046
14273
|
};
|
|
14047
14274
|
Ethereum: {
|
|
14048
|
-
FLIP: bigint;
|
|
14049
14275
|
ETH: bigint;
|
|
14050
14276
|
USDC: bigint;
|
|
14277
|
+
FLIP: bigint;
|
|
14051
14278
|
USDT: bigint;
|
|
14052
14279
|
WBTC: bigint;
|
|
14053
14280
|
};
|
|
@@ -14071,9 +14298,9 @@ declare const rpcResult: {
|
|
|
14071
14298
|
BTC: string | number;
|
|
14072
14299
|
};
|
|
14073
14300
|
Ethereum: {
|
|
14074
|
-
FLIP: string | number;
|
|
14075
14301
|
ETH: string | number;
|
|
14076
14302
|
USDC: string | number;
|
|
14303
|
+
FLIP: string | number;
|
|
14077
14304
|
USDT: string | number;
|
|
14078
14305
|
WBTC?: string | number | undefined;
|
|
14079
14306
|
};
|
|
@@ -14108,15 +14335,15 @@ declare const rpcResult: {
|
|
|
14108
14335
|
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>>;
|
|
14109
14336
|
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>>>;
|
|
14110
14337
|
}, "strip", z.ZodTypeAny, {
|
|
14111
|
-
FLIP: bigint | null;
|
|
14112
14338
|
ETH: bigint | null;
|
|
14113
14339
|
USDC: bigint | null;
|
|
14340
|
+
FLIP: bigint | null;
|
|
14114
14341
|
USDT: bigint | null;
|
|
14115
14342
|
WBTC: bigint | null;
|
|
14116
14343
|
}, {
|
|
14117
|
-
FLIP: string | number | null;
|
|
14118
14344
|
ETH: string | number | null;
|
|
14119
14345
|
USDC: string | number | null;
|
|
14346
|
+
FLIP: string | number | null;
|
|
14120
14347
|
USDT: string | number | null;
|
|
14121
14348
|
WBTC?: string | number | null | undefined;
|
|
14122
14349
|
}>;
|
|
@@ -14164,9 +14391,9 @@ declare const rpcResult: {
|
|
|
14164
14391
|
BTC: bigint | null;
|
|
14165
14392
|
};
|
|
14166
14393
|
Ethereum: {
|
|
14167
|
-
FLIP: bigint | null;
|
|
14168
14394
|
ETH: bigint | null;
|
|
14169
14395
|
USDC: bigint | null;
|
|
14396
|
+
FLIP: bigint | null;
|
|
14170
14397
|
USDT: bigint | null;
|
|
14171
14398
|
WBTC: bigint | null;
|
|
14172
14399
|
};
|
|
@@ -14190,9 +14417,9 @@ declare const rpcResult: {
|
|
|
14190
14417
|
BTC: string | number | null;
|
|
14191
14418
|
};
|
|
14192
14419
|
Ethereum: {
|
|
14193
|
-
FLIP: string | number | null;
|
|
14194
14420
|
ETH: string | number | null;
|
|
14195
14421
|
USDC: string | number | null;
|
|
14422
|
+
FLIP: string | number | null;
|
|
14196
14423
|
USDT: string | number | null;
|
|
14197
14424
|
WBTC?: string | number | null | undefined;
|
|
14198
14425
|
};
|
|
@@ -14227,15 +14454,15 @@ declare const rpcResult: {
|
|
|
14227
14454
|
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>>;
|
|
14228
14455
|
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>>>;
|
|
14229
14456
|
}, "strip", z.ZodTypeAny, {
|
|
14230
|
-
FLIP: bigint | null;
|
|
14231
14457
|
ETH: bigint | null;
|
|
14232
14458
|
USDC: bigint | null;
|
|
14459
|
+
FLIP: bigint | null;
|
|
14233
14460
|
USDT: bigint | null;
|
|
14234
14461
|
WBTC: bigint | null;
|
|
14235
14462
|
}, {
|
|
14236
|
-
FLIP: string | number | null;
|
|
14237
14463
|
ETH: string | number | null;
|
|
14238
14464
|
USDC: string | number | null;
|
|
14465
|
+
FLIP: string | number | null;
|
|
14239
14466
|
USDT: string | number | null;
|
|
14240
14467
|
WBTC?: string | number | null | undefined;
|
|
14241
14468
|
}>;
|
|
@@ -14283,9 +14510,9 @@ declare const rpcResult: {
|
|
|
14283
14510
|
BTC: bigint | null;
|
|
14284
14511
|
};
|
|
14285
14512
|
Ethereum: {
|
|
14286
|
-
FLIP: bigint | null;
|
|
14287
14513
|
ETH: bigint | null;
|
|
14288
14514
|
USDC: bigint | null;
|
|
14515
|
+
FLIP: bigint | null;
|
|
14289
14516
|
USDT: bigint | null;
|
|
14290
14517
|
WBTC: bigint | null;
|
|
14291
14518
|
};
|
|
@@ -14309,9 +14536,9 @@ declare const rpcResult: {
|
|
|
14309
14536
|
BTC: string | number | null;
|
|
14310
14537
|
};
|
|
14311
14538
|
Ethereum: {
|
|
14312
|
-
FLIP: string | number | null;
|
|
14313
14539
|
ETH: string | number | null;
|
|
14314
14540
|
USDC: string | number | null;
|
|
14541
|
+
FLIP: string | number | null;
|
|
14315
14542
|
USDT: string | number | null;
|
|
14316
14543
|
WBTC?: string | number | null | undefined;
|
|
14317
14544
|
};
|
|
@@ -14365,15 +14592,15 @@ declare const rpcResult: {
|
|
|
14365
14592
|
USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
14366
14593
|
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>>;
|
|
14367
14594
|
}, "strip", z.ZodTypeAny, {
|
|
14368
|
-
FLIP: bigint;
|
|
14369
14595
|
ETH: bigint;
|
|
14370
14596
|
USDC: bigint;
|
|
14597
|
+
FLIP: bigint;
|
|
14371
14598
|
USDT: bigint;
|
|
14372
14599
|
WBTC: bigint;
|
|
14373
14600
|
}, {
|
|
14374
|
-
FLIP: string | number;
|
|
14375
14601
|
ETH: string | number;
|
|
14376
14602
|
USDC: string | number;
|
|
14603
|
+
FLIP: string | number;
|
|
14377
14604
|
USDT: string | number;
|
|
14378
14605
|
WBTC?: string | number | undefined;
|
|
14379
14606
|
}>;
|
|
@@ -14421,9 +14648,9 @@ declare const rpcResult: {
|
|
|
14421
14648
|
BTC: bigint;
|
|
14422
14649
|
};
|
|
14423
14650
|
Ethereum: {
|
|
14424
|
-
FLIP: bigint;
|
|
14425
14651
|
ETH: bigint;
|
|
14426
14652
|
USDC: bigint;
|
|
14653
|
+
FLIP: bigint;
|
|
14427
14654
|
USDT: bigint;
|
|
14428
14655
|
WBTC: bigint;
|
|
14429
14656
|
};
|
|
@@ -14447,9 +14674,9 @@ declare const rpcResult: {
|
|
|
14447
14674
|
BTC: string | number;
|
|
14448
14675
|
};
|
|
14449
14676
|
Ethereum: {
|
|
14450
|
-
FLIP: string | number;
|
|
14451
14677
|
ETH: string | number;
|
|
14452
14678
|
USDC: string | number;
|
|
14679
|
+
FLIP: string | number;
|
|
14453
14680
|
USDT: string | number;
|
|
14454
14681
|
WBTC?: string | number | undefined;
|
|
14455
14682
|
};
|
|
@@ -14488,7 +14715,7 @@ declare const rpcResult: {
|
|
|
14488
14715
|
Solana: string | number;
|
|
14489
14716
|
Assethub: string | number;
|
|
14490
14717
|
}>;
|
|
14491
|
-
ingress_delays: z.
|
|
14718
|
+
ingress_delays: z.ZodObject<{
|
|
14492
14719
|
Bitcoin: z.ZodNumber;
|
|
14493
14720
|
Ethereum: z.ZodNumber;
|
|
14494
14721
|
Arbitrum: z.ZodNumber;
|
|
@@ -14506,8 +14733,8 @@ declare const rpcResult: {
|
|
|
14506
14733
|
Arbitrum: number;
|
|
14507
14734
|
Solana: number;
|
|
14508
14735
|
Assethub: number;
|
|
14509
|
-
}
|
|
14510
|
-
boost_delays: z.
|
|
14736
|
+
}>;
|
|
14737
|
+
boost_delays: z.ZodObject<{
|
|
14511
14738
|
Bitcoin: z.ZodNumber;
|
|
14512
14739
|
Ethereum: z.ZodNumber;
|
|
14513
14740
|
Arbitrum: z.ZodNumber;
|
|
@@ -14525,16 +14752,16 @@ declare const rpcResult: {
|
|
|
14525
14752
|
Arbitrum: number;
|
|
14526
14753
|
Solana: number;
|
|
14527
14754
|
Assethub: number;
|
|
14528
|
-
}
|
|
14755
|
+
}>;
|
|
14529
14756
|
}, "strip", z.ZodTypeAny, {
|
|
14530
14757
|
minimum_deposit_amounts: {
|
|
14531
14758
|
Bitcoin: {
|
|
14532
14759
|
BTC: bigint;
|
|
14533
14760
|
};
|
|
14534
14761
|
Ethereum: {
|
|
14535
|
-
FLIP: bigint;
|
|
14536
14762
|
ETH: bigint;
|
|
14537
14763
|
USDC: bigint;
|
|
14764
|
+
FLIP: bigint;
|
|
14538
14765
|
USDT: bigint;
|
|
14539
14766
|
WBTC: bigint;
|
|
14540
14767
|
};
|
|
@@ -14559,9 +14786,9 @@ declare const rpcResult: {
|
|
|
14559
14786
|
BTC: bigint | null;
|
|
14560
14787
|
};
|
|
14561
14788
|
Ethereum: {
|
|
14562
|
-
FLIP: bigint | null;
|
|
14563
14789
|
ETH: bigint | null;
|
|
14564
14790
|
USDC: bigint | null;
|
|
14791
|
+
FLIP: bigint | null;
|
|
14565
14792
|
USDT: bigint | null;
|
|
14566
14793
|
WBTC: bigint | null;
|
|
14567
14794
|
};
|
|
@@ -14586,9 +14813,9 @@ declare const rpcResult: {
|
|
|
14586
14813
|
BTC: bigint | null;
|
|
14587
14814
|
};
|
|
14588
14815
|
Ethereum: {
|
|
14589
|
-
FLIP: bigint | null;
|
|
14590
14816
|
ETH: bigint | null;
|
|
14591
14817
|
USDC: bigint | null;
|
|
14818
|
+
FLIP: bigint | null;
|
|
14592
14819
|
USDT: bigint | null;
|
|
14593
14820
|
WBTC: bigint | null;
|
|
14594
14821
|
};
|
|
@@ -14620,9 +14847,9 @@ declare const rpcResult: {
|
|
|
14620
14847
|
BTC: bigint;
|
|
14621
14848
|
};
|
|
14622
14849
|
Ethereum: {
|
|
14623
|
-
FLIP: bigint;
|
|
14624
14850
|
ETH: bigint;
|
|
14625
14851
|
USDC: bigint;
|
|
14852
|
+
FLIP: bigint;
|
|
14626
14853
|
USDT: bigint;
|
|
14627
14854
|
WBTC: bigint;
|
|
14628
14855
|
};
|
|
@@ -14649,29 +14876,29 @@ declare const rpcResult: {
|
|
|
14649
14876
|
Solana: bigint;
|
|
14650
14877
|
Assethub: bigint;
|
|
14651
14878
|
};
|
|
14652
|
-
ingress_delays
|
|
14879
|
+
ingress_delays: {
|
|
14653
14880
|
Bitcoin: number;
|
|
14654
14881
|
Ethereum: number;
|
|
14655
14882
|
Arbitrum: number;
|
|
14656
14883
|
Solana: number;
|
|
14657
14884
|
Assethub: number;
|
|
14658
|
-
}
|
|
14659
|
-
boost_delays
|
|
14885
|
+
};
|
|
14886
|
+
boost_delays: {
|
|
14660
14887
|
Bitcoin: number;
|
|
14661
14888
|
Ethereum: number;
|
|
14662
14889
|
Arbitrum: number;
|
|
14663
14890
|
Solana: number;
|
|
14664
14891
|
Assethub: number;
|
|
14665
|
-
}
|
|
14892
|
+
};
|
|
14666
14893
|
}, {
|
|
14667
14894
|
minimum_deposit_amounts: {
|
|
14668
14895
|
Bitcoin: {
|
|
14669
14896
|
BTC: string | number;
|
|
14670
14897
|
};
|
|
14671
14898
|
Ethereum: {
|
|
14672
|
-
FLIP: string | number;
|
|
14673
14899
|
ETH: string | number;
|
|
14674
14900
|
USDC: string | number;
|
|
14901
|
+
FLIP: string | number;
|
|
14675
14902
|
USDT: string | number;
|
|
14676
14903
|
WBTC?: string | number | undefined;
|
|
14677
14904
|
};
|
|
@@ -14696,9 +14923,9 @@ declare const rpcResult: {
|
|
|
14696
14923
|
BTC: string | number | null;
|
|
14697
14924
|
};
|
|
14698
14925
|
Ethereum: {
|
|
14699
|
-
FLIP: string | number | null;
|
|
14700
14926
|
ETH: string | number | null;
|
|
14701
14927
|
USDC: string | number | null;
|
|
14928
|
+
FLIP: string | number | null;
|
|
14702
14929
|
USDT: string | number | null;
|
|
14703
14930
|
WBTC?: string | number | null | undefined;
|
|
14704
14931
|
};
|
|
@@ -14723,9 +14950,9 @@ declare const rpcResult: {
|
|
|
14723
14950
|
BTC: string | number | null;
|
|
14724
14951
|
};
|
|
14725
14952
|
Ethereum: {
|
|
14726
|
-
FLIP: string | number | null;
|
|
14727
14953
|
ETH: string | number | null;
|
|
14728
14954
|
USDC: string | number | null;
|
|
14955
|
+
FLIP: string | number | null;
|
|
14729
14956
|
USDT: string | number | null;
|
|
14730
14957
|
WBTC?: string | number | null | undefined;
|
|
14731
14958
|
};
|
|
@@ -14757,9 +14984,9 @@ declare const rpcResult: {
|
|
|
14757
14984
|
BTC: string | number;
|
|
14758
14985
|
};
|
|
14759
14986
|
Ethereum: {
|
|
14760
|
-
FLIP: string | number;
|
|
14761
14987
|
ETH: string | number;
|
|
14762
14988
|
USDC: string | number;
|
|
14989
|
+
FLIP: string | number;
|
|
14763
14990
|
USDT: string | number;
|
|
14764
14991
|
WBTC?: string | number | undefined;
|
|
14765
14992
|
};
|
|
@@ -14786,29 +15013,29 @@ declare const rpcResult: {
|
|
|
14786
15013
|
Solana: string | number;
|
|
14787
15014
|
Assethub: string | number;
|
|
14788
15015
|
};
|
|
14789
|
-
ingress_delays
|
|
15016
|
+
ingress_delays: {
|
|
14790
15017
|
Bitcoin: number;
|
|
14791
15018
|
Ethereum: number;
|
|
14792
15019
|
Arbitrum: number;
|
|
14793
15020
|
Solana: number;
|
|
14794
15021
|
Assethub: number;
|
|
14795
|
-
}
|
|
14796
|
-
boost_delays
|
|
15022
|
+
};
|
|
15023
|
+
boost_delays: {
|
|
14797
15024
|
Bitcoin: number;
|
|
14798
15025
|
Ethereum: number;
|
|
14799
15026
|
Arbitrum: number;
|
|
14800
15027
|
Solana: number;
|
|
14801
15028
|
Assethub: number;
|
|
14802
|
-
}
|
|
15029
|
+
};
|
|
14803
15030
|
}>, Omit<{
|
|
14804
15031
|
minimum_deposit_amounts: {
|
|
14805
15032
|
Bitcoin: {
|
|
14806
15033
|
BTC: bigint;
|
|
14807
15034
|
};
|
|
14808
15035
|
Ethereum: {
|
|
14809
|
-
FLIP: bigint;
|
|
14810
15036
|
ETH: bigint;
|
|
14811
15037
|
USDC: bigint;
|
|
15038
|
+
FLIP: bigint;
|
|
14812
15039
|
USDT: bigint;
|
|
14813
15040
|
WBTC: bigint;
|
|
14814
15041
|
};
|
|
@@ -14833,9 +15060,9 @@ declare const rpcResult: {
|
|
|
14833
15060
|
BTC: bigint | null;
|
|
14834
15061
|
};
|
|
14835
15062
|
Ethereum: {
|
|
14836
|
-
FLIP: bigint | null;
|
|
14837
15063
|
ETH: bigint | null;
|
|
14838
15064
|
USDC: bigint | null;
|
|
15065
|
+
FLIP: bigint | null;
|
|
14839
15066
|
USDT: bigint | null;
|
|
14840
15067
|
WBTC: bigint | null;
|
|
14841
15068
|
};
|
|
@@ -14860,9 +15087,9 @@ declare const rpcResult: {
|
|
|
14860
15087
|
BTC: bigint | null;
|
|
14861
15088
|
};
|
|
14862
15089
|
Ethereum: {
|
|
14863
|
-
FLIP: bigint | null;
|
|
14864
15090
|
ETH: bigint | null;
|
|
14865
15091
|
USDC: bigint | null;
|
|
15092
|
+
FLIP: bigint | null;
|
|
14866
15093
|
USDT: bigint | null;
|
|
14867
15094
|
WBTC: bigint | null;
|
|
14868
15095
|
};
|
|
@@ -14894,9 +15121,9 @@ declare const rpcResult: {
|
|
|
14894
15121
|
BTC: bigint;
|
|
14895
15122
|
};
|
|
14896
15123
|
Ethereum: {
|
|
14897
|
-
FLIP: bigint;
|
|
14898
15124
|
ETH: bigint;
|
|
14899
15125
|
USDC: bigint;
|
|
15126
|
+
FLIP: bigint;
|
|
14900
15127
|
USDT: bigint;
|
|
14901
15128
|
WBTC: bigint;
|
|
14902
15129
|
};
|
|
@@ -14923,29 +15150,29 @@ declare const rpcResult: {
|
|
|
14923
15150
|
Solana: bigint;
|
|
14924
15151
|
Assethub: bigint;
|
|
14925
15152
|
};
|
|
14926
|
-
ingress_delays
|
|
15153
|
+
ingress_delays: {
|
|
14927
15154
|
Bitcoin: number;
|
|
14928
15155
|
Ethereum: number;
|
|
14929
15156
|
Arbitrum: number;
|
|
14930
15157
|
Solana: number;
|
|
14931
15158
|
Assethub: number;
|
|
14932
|
-
}
|
|
14933
|
-
boost_delays
|
|
15159
|
+
};
|
|
15160
|
+
boost_delays: {
|
|
14934
15161
|
Bitcoin: number;
|
|
14935
15162
|
Ethereum: number;
|
|
14936
15163
|
Arbitrum: number;
|
|
14937
15164
|
Solana: number;
|
|
14938
15165
|
Assethub: number;
|
|
14939
|
-
}
|
|
15166
|
+
};
|
|
14940
15167
|
}, "egress_dust_limits"> & {
|
|
14941
15168
|
readonly minimum_egress_amounts: {
|
|
14942
15169
|
Bitcoin: {
|
|
14943
15170
|
BTC: bigint;
|
|
14944
15171
|
};
|
|
14945
15172
|
Ethereum: {
|
|
14946
|
-
FLIP: bigint;
|
|
14947
15173
|
ETH: bigint;
|
|
14948
15174
|
USDC: bigint;
|
|
15175
|
+
FLIP: bigint;
|
|
14949
15176
|
USDT: bigint;
|
|
14950
15177
|
WBTC: bigint;
|
|
14951
15178
|
};
|
|
@@ -14971,9 +15198,9 @@ declare const rpcResult: {
|
|
|
14971
15198
|
BTC: string | number;
|
|
14972
15199
|
};
|
|
14973
15200
|
Ethereum: {
|
|
14974
|
-
FLIP: string | number;
|
|
14975
15201
|
ETH: string | number;
|
|
14976
15202
|
USDC: string | number;
|
|
15203
|
+
FLIP: string | number;
|
|
14977
15204
|
USDT: string | number;
|
|
14978
15205
|
WBTC?: string | number | undefined;
|
|
14979
15206
|
};
|
|
@@ -14998,9 +15225,9 @@ declare const rpcResult: {
|
|
|
14998
15225
|
BTC: string | number | null;
|
|
14999
15226
|
};
|
|
15000
15227
|
Ethereum: {
|
|
15001
|
-
FLIP: string | number | null;
|
|
15002
15228
|
ETH: string | number | null;
|
|
15003
15229
|
USDC: string | number | null;
|
|
15230
|
+
FLIP: string | number | null;
|
|
15004
15231
|
USDT: string | number | null;
|
|
15005
15232
|
WBTC?: string | number | null | undefined;
|
|
15006
15233
|
};
|
|
@@ -15025,9 +15252,9 @@ declare const rpcResult: {
|
|
|
15025
15252
|
BTC: string | number | null;
|
|
15026
15253
|
};
|
|
15027
15254
|
Ethereum: {
|
|
15028
|
-
FLIP: string | number | null;
|
|
15029
15255
|
ETH: string | number | null;
|
|
15030
15256
|
USDC: string | number | null;
|
|
15257
|
+
FLIP: string | number | null;
|
|
15031
15258
|
USDT: string | number | null;
|
|
15032
15259
|
WBTC?: string | number | null | undefined;
|
|
15033
15260
|
};
|
|
@@ -15059,9 +15286,9 @@ declare const rpcResult: {
|
|
|
15059
15286
|
BTC: string | number;
|
|
15060
15287
|
};
|
|
15061
15288
|
Ethereum: {
|
|
15062
|
-
FLIP: string | number;
|
|
15063
15289
|
ETH: string | number;
|
|
15064
15290
|
USDC: string | number;
|
|
15291
|
+
FLIP: string | number;
|
|
15065
15292
|
USDT: string | number;
|
|
15066
15293
|
WBTC?: string | number | undefined;
|
|
15067
15294
|
};
|
|
@@ -15088,20 +15315,20 @@ declare const rpcResult: {
|
|
|
15088
15315
|
Solana: string | number;
|
|
15089
15316
|
Assethub: string | number;
|
|
15090
15317
|
};
|
|
15091
|
-
ingress_delays
|
|
15318
|
+
ingress_delays: {
|
|
15092
15319
|
Bitcoin: number;
|
|
15093
15320
|
Ethereum: number;
|
|
15094
15321
|
Arbitrum: number;
|
|
15095
15322
|
Solana: number;
|
|
15096
15323
|
Assethub: number;
|
|
15097
|
-
}
|
|
15098
|
-
boost_delays
|
|
15324
|
+
};
|
|
15325
|
+
boost_delays: {
|
|
15099
15326
|
Bitcoin: number;
|
|
15100
15327
|
Ethereum: number;
|
|
15101
15328
|
Arbitrum: number;
|
|
15102
15329
|
Solana: number;
|
|
15103
15330
|
Assethub: number;
|
|
15104
|
-
}
|
|
15331
|
+
};
|
|
15105
15332
|
}>;
|
|
15106
15333
|
readonly cf_pool_orders: z.ZodObject<{
|
|
15107
15334
|
limit_orders: z.ZodObject<{
|
|
@@ -15114,33 +15341,33 @@ declare const rpcResult: {
|
|
|
15114
15341
|
lp: z.ZodString;
|
|
15115
15342
|
}, "strip", z.ZodTypeAny, {
|
|
15116
15343
|
id: string;
|
|
15117
|
-
fees_earned: bigint;
|
|
15118
|
-
lp: string;
|
|
15119
15344
|
tick: number;
|
|
15120
15345
|
sell_amount: bigint;
|
|
15346
|
+
fees_earned: bigint;
|
|
15121
15347
|
original_sell_amount: bigint;
|
|
15348
|
+
lp: string;
|
|
15122
15349
|
}, {
|
|
15123
15350
|
id: string | number;
|
|
15124
|
-
fees_earned: string | number;
|
|
15125
|
-
lp: string;
|
|
15126
15351
|
tick: number;
|
|
15127
15352
|
sell_amount: string | number;
|
|
15353
|
+
fees_earned: string | number;
|
|
15128
15354
|
original_sell_amount: string | number;
|
|
15355
|
+
lp: string;
|
|
15129
15356
|
}>, {
|
|
15130
15357
|
type: "ask";
|
|
15131
15358
|
id: string;
|
|
15132
|
-
fees_earned: bigint;
|
|
15133
|
-
lp: string;
|
|
15134
15359
|
tick: number;
|
|
15135
15360
|
sell_amount: bigint;
|
|
15361
|
+
fees_earned: bigint;
|
|
15136
15362
|
original_sell_amount: bigint;
|
|
15363
|
+
lp: string;
|
|
15137
15364
|
}, {
|
|
15138
15365
|
id: string | number;
|
|
15139
|
-
fees_earned: string | number;
|
|
15140
|
-
lp: string;
|
|
15141
15366
|
tick: number;
|
|
15142
15367
|
sell_amount: string | number;
|
|
15368
|
+
fees_earned: string | number;
|
|
15143
15369
|
original_sell_amount: string | number;
|
|
15370
|
+
lp: string;
|
|
15144
15371
|
}>, "many">;
|
|
15145
15372
|
bids: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
15146
15373
|
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>;
|
|
@@ -15151,69 +15378,69 @@ declare const rpcResult: {
|
|
|
15151
15378
|
lp: z.ZodString;
|
|
15152
15379
|
}, "strip", z.ZodTypeAny, {
|
|
15153
15380
|
id: string;
|
|
15154
|
-
fees_earned: bigint;
|
|
15155
|
-
lp: string;
|
|
15156
15381
|
tick: number;
|
|
15157
15382
|
sell_amount: bigint;
|
|
15383
|
+
fees_earned: bigint;
|
|
15158
15384
|
original_sell_amount: bigint;
|
|
15385
|
+
lp: string;
|
|
15159
15386
|
}, {
|
|
15160
15387
|
id: string | number;
|
|
15161
|
-
fees_earned: string | number;
|
|
15162
|
-
lp: string;
|
|
15163
15388
|
tick: number;
|
|
15164
15389
|
sell_amount: string | number;
|
|
15390
|
+
fees_earned: string | number;
|
|
15165
15391
|
original_sell_amount: string | number;
|
|
15392
|
+
lp: string;
|
|
15166
15393
|
}>, {
|
|
15167
15394
|
type: "bid";
|
|
15168
15395
|
id: string;
|
|
15169
|
-
fees_earned: bigint;
|
|
15170
|
-
lp: string;
|
|
15171
15396
|
tick: number;
|
|
15172
15397
|
sell_amount: bigint;
|
|
15398
|
+
fees_earned: bigint;
|
|
15173
15399
|
original_sell_amount: bigint;
|
|
15400
|
+
lp: string;
|
|
15174
15401
|
}, {
|
|
15175
15402
|
id: string | number;
|
|
15176
|
-
fees_earned: string | number;
|
|
15177
|
-
lp: string;
|
|
15178
15403
|
tick: number;
|
|
15179
15404
|
sell_amount: string | number;
|
|
15405
|
+
fees_earned: string | number;
|
|
15180
15406
|
original_sell_amount: string | number;
|
|
15407
|
+
lp: string;
|
|
15181
15408
|
}>, "many">;
|
|
15182
15409
|
}, "strip", z.ZodTypeAny, {
|
|
15183
15410
|
asks: {
|
|
15184
15411
|
type: "ask";
|
|
15185
15412
|
id: string;
|
|
15186
|
-
fees_earned: bigint;
|
|
15187
|
-
lp: string;
|
|
15188
15413
|
tick: number;
|
|
15189
15414
|
sell_amount: bigint;
|
|
15415
|
+
fees_earned: bigint;
|
|
15190
15416
|
original_sell_amount: bigint;
|
|
15417
|
+
lp: string;
|
|
15191
15418
|
}[];
|
|
15192
15419
|
bids: {
|
|
15193
15420
|
type: "bid";
|
|
15194
15421
|
id: string;
|
|
15195
|
-
fees_earned: bigint;
|
|
15196
|
-
lp: string;
|
|
15197
15422
|
tick: number;
|
|
15198
15423
|
sell_amount: bigint;
|
|
15424
|
+
fees_earned: bigint;
|
|
15199
15425
|
original_sell_amount: bigint;
|
|
15426
|
+
lp: string;
|
|
15200
15427
|
}[];
|
|
15201
15428
|
}, {
|
|
15202
15429
|
asks: {
|
|
15203
15430
|
id: string | number;
|
|
15204
|
-
fees_earned: string | number;
|
|
15205
|
-
lp: string;
|
|
15206
15431
|
tick: number;
|
|
15207
15432
|
sell_amount: string | number;
|
|
15433
|
+
fees_earned: string | number;
|
|
15208
15434
|
original_sell_amount: string | number;
|
|
15435
|
+
lp: string;
|
|
15209
15436
|
}[];
|
|
15210
15437
|
bids: {
|
|
15211
15438
|
id: string | number;
|
|
15212
|
-
fees_earned: string | number;
|
|
15213
|
-
lp: string;
|
|
15214
15439
|
tick: number;
|
|
15215
15440
|
sell_amount: string | number;
|
|
15441
|
+
fees_earned: string | number;
|
|
15216
15442
|
original_sell_amount: string | number;
|
|
15443
|
+
lp: string;
|
|
15217
15444
|
}[];
|
|
15218
15445
|
}>;
|
|
15219
15446
|
range_orders: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
@@ -15242,120 +15469,120 @@ declare const rpcResult: {
|
|
|
15242
15469
|
lp: z.ZodString;
|
|
15243
15470
|
}, "strip", z.ZodTypeAny, {
|
|
15244
15471
|
id: string;
|
|
15245
|
-
range: {
|
|
15246
|
-
start: number;
|
|
15247
|
-
end: number;
|
|
15248
|
-
};
|
|
15249
|
-
liquidity: bigint;
|
|
15250
15472
|
fees_earned: {
|
|
15251
15473
|
base: bigint;
|
|
15252
15474
|
quote: bigint;
|
|
15253
15475
|
};
|
|
15254
15476
|
lp: string;
|
|
15255
|
-
}, {
|
|
15256
|
-
id: string | number;
|
|
15257
15477
|
range: {
|
|
15258
15478
|
start: number;
|
|
15259
15479
|
end: number;
|
|
15260
15480
|
};
|
|
15261
|
-
liquidity:
|
|
15481
|
+
liquidity: bigint;
|
|
15482
|
+
}, {
|
|
15483
|
+
id: string | number;
|
|
15262
15484
|
fees_earned: {
|
|
15263
15485
|
base: string | number;
|
|
15264
15486
|
quote: string | number;
|
|
15265
15487
|
};
|
|
15266
15488
|
lp: string;
|
|
15267
|
-
}>, {
|
|
15268
|
-
type: "range";
|
|
15269
|
-
id: string;
|
|
15270
15489
|
range: {
|
|
15271
15490
|
start: number;
|
|
15272
15491
|
end: number;
|
|
15273
15492
|
};
|
|
15274
|
-
liquidity:
|
|
15493
|
+
liquidity: string | number;
|
|
15494
|
+
}>, {
|
|
15495
|
+
type: "range";
|
|
15496
|
+
id: string;
|
|
15275
15497
|
fees_earned: {
|
|
15276
15498
|
base: bigint;
|
|
15277
15499
|
quote: bigint;
|
|
15278
15500
|
};
|
|
15279
15501
|
lp: string;
|
|
15280
|
-
}, {
|
|
15281
|
-
id: string | number;
|
|
15282
15502
|
range: {
|
|
15283
15503
|
start: number;
|
|
15284
15504
|
end: number;
|
|
15285
15505
|
};
|
|
15286
|
-
liquidity:
|
|
15506
|
+
liquidity: bigint;
|
|
15507
|
+
}, {
|
|
15508
|
+
id: string | number;
|
|
15287
15509
|
fees_earned: {
|
|
15288
15510
|
base: string | number;
|
|
15289
15511
|
quote: string | number;
|
|
15290
15512
|
};
|
|
15291
15513
|
lp: string;
|
|
15514
|
+
range: {
|
|
15515
|
+
start: number;
|
|
15516
|
+
end: number;
|
|
15517
|
+
};
|
|
15518
|
+
liquidity: string | number;
|
|
15292
15519
|
}>, "many">;
|
|
15293
15520
|
}, "strip", z.ZodTypeAny, {
|
|
15294
15521
|
limit_orders: {
|
|
15295
15522
|
asks: {
|
|
15296
15523
|
type: "ask";
|
|
15297
15524
|
id: string;
|
|
15298
|
-
fees_earned: bigint;
|
|
15299
|
-
lp: string;
|
|
15300
15525
|
tick: number;
|
|
15301
15526
|
sell_amount: bigint;
|
|
15527
|
+
fees_earned: bigint;
|
|
15302
15528
|
original_sell_amount: bigint;
|
|
15529
|
+
lp: string;
|
|
15303
15530
|
}[];
|
|
15304
15531
|
bids: {
|
|
15305
15532
|
type: "bid";
|
|
15306
15533
|
id: string;
|
|
15307
|
-
fees_earned: bigint;
|
|
15308
|
-
lp: string;
|
|
15309
15534
|
tick: number;
|
|
15310
15535
|
sell_amount: bigint;
|
|
15536
|
+
fees_earned: bigint;
|
|
15311
15537
|
original_sell_amount: bigint;
|
|
15538
|
+
lp: string;
|
|
15312
15539
|
}[];
|
|
15313
15540
|
};
|
|
15314
15541
|
range_orders: {
|
|
15315
15542
|
type: "range";
|
|
15316
15543
|
id: string;
|
|
15317
|
-
range: {
|
|
15318
|
-
start: number;
|
|
15319
|
-
end: number;
|
|
15320
|
-
};
|
|
15321
|
-
liquidity: bigint;
|
|
15322
15544
|
fees_earned: {
|
|
15323
15545
|
base: bigint;
|
|
15324
15546
|
quote: bigint;
|
|
15325
15547
|
};
|
|
15326
15548
|
lp: string;
|
|
15549
|
+
range: {
|
|
15550
|
+
start: number;
|
|
15551
|
+
end: number;
|
|
15552
|
+
};
|
|
15553
|
+
liquidity: bigint;
|
|
15327
15554
|
}[];
|
|
15328
15555
|
}, {
|
|
15329
15556
|
limit_orders: {
|
|
15330
15557
|
asks: {
|
|
15331
15558
|
id: string | number;
|
|
15332
|
-
fees_earned: string | number;
|
|
15333
|
-
lp: string;
|
|
15334
15559
|
tick: number;
|
|
15335
15560
|
sell_amount: string | number;
|
|
15561
|
+
fees_earned: string | number;
|
|
15336
15562
|
original_sell_amount: string | number;
|
|
15563
|
+
lp: string;
|
|
15337
15564
|
}[];
|
|
15338
15565
|
bids: {
|
|
15339
15566
|
id: string | number;
|
|
15340
|
-
fees_earned: string | number;
|
|
15341
|
-
lp: string;
|
|
15342
15567
|
tick: number;
|
|
15343
15568
|
sell_amount: string | number;
|
|
15569
|
+
fees_earned: string | number;
|
|
15344
15570
|
original_sell_amount: string | number;
|
|
15571
|
+
lp: string;
|
|
15345
15572
|
}[];
|
|
15346
15573
|
};
|
|
15347
15574
|
range_orders: {
|
|
15348
15575
|
id: string | number;
|
|
15349
|
-
range: {
|
|
15350
|
-
start: number;
|
|
15351
|
-
end: number;
|
|
15352
|
-
};
|
|
15353
|
-
liquidity: string | number;
|
|
15354
15576
|
fees_earned: {
|
|
15355
15577
|
base: string | number;
|
|
15356
15578
|
quote: string | number;
|
|
15357
15579
|
};
|
|
15358
15580
|
lp: string;
|
|
15581
|
+
range: {
|
|
15582
|
+
start: number;
|
|
15583
|
+
end: number;
|
|
15584
|
+
};
|
|
15585
|
+
liquidity: string | number;
|
|
15359
15586
|
}[];
|
|
15360
15587
|
}>;
|
|
15361
15588
|
readonly cf_pool_price_v2: z.ZodObject<{
|
|
@@ -16751,7 +16978,7 @@ declare const rpcResult: {
|
|
|
16751
16978
|
};
|
|
16752
16979
|
} | null>>;
|
|
16753
16980
|
}, "strip", z.ZodTypeAny, {
|
|
16754
|
-
|
|
16981
|
+
ETH: {
|
|
16755
16982
|
limit_order_fee_hundredth_pips: number;
|
|
16756
16983
|
range_order_fee_hundredth_pips: number;
|
|
16757
16984
|
range_order_total_fees_earned: {
|
|
@@ -16798,7 +17025,7 @@ declare const rpcResult: {
|
|
|
16798
17025
|
readonly asset: "USDC";
|
|
16799
17026
|
};
|
|
16800
17027
|
};
|
|
16801
|
-
|
|
17028
|
+
FLIP: {
|
|
16802
17029
|
limit_order_fee_hundredth_pips: number;
|
|
16803
17030
|
range_order_fee_hundredth_pips: number;
|
|
16804
17031
|
range_order_total_fees_earned: {
|
|
@@ -16940,7 +17167,7 @@ declare const rpcResult: {
|
|
|
16940
17167
|
};
|
|
16941
17168
|
};
|
|
16942
17169
|
}, {
|
|
16943
|
-
|
|
17170
|
+
ETH: {
|
|
16944
17171
|
limit_order_fee_hundredth_pips: number;
|
|
16945
17172
|
range_order_fee_hundredth_pips: number;
|
|
16946
17173
|
range_order_total_fees_earned: {
|
|
@@ -16964,7 +17191,7 @@ declare const rpcResult: {
|
|
|
16964
17191
|
asset: "USDC";
|
|
16965
17192
|
};
|
|
16966
17193
|
} | null;
|
|
16967
|
-
|
|
17194
|
+
FLIP: {
|
|
16968
17195
|
limit_order_fee_hundredth_pips: number;
|
|
16969
17196
|
range_order_fee_hundredth_pips: number;
|
|
16970
17197
|
range_order_total_fees_earned: {
|
|
@@ -19260,7 +19487,7 @@ declare const rpcResult: {
|
|
|
19260
19487
|
};
|
|
19261
19488
|
};
|
|
19262
19489
|
Ethereum: {
|
|
19263
|
-
|
|
19490
|
+
ETH: {
|
|
19264
19491
|
limit_order_fee_hundredth_pips: number;
|
|
19265
19492
|
range_order_fee_hundredth_pips: number;
|
|
19266
19493
|
range_order_total_fees_earned: {
|
|
@@ -19307,7 +19534,7 @@ declare const rpcResult: {
|
|
|
19307
19534
|
readonly asset: "USDC";
|
|
19308
19535
|
};
|
|
19309
19536
|
};
|
|
19310
|
-
|
|
19537
|
+
FLIP: {
|
|
19311
19538
|
limit_order_fee_hundredth_pips: number;
|
|
19312
19539
|
range_order_fee_hundredth_pips: number;
|
|
19313
19540
|
range_order_total_fees_earned: {
|
|
@@ -19906,7 +20133,7 @@ declare const rpcResult: {
|
|
|
19906
20133
|
} | null;
|
|
19907
20134
|
};
|
|
19908
20135
|
Ethereum: {
|
|
19909
|
-
|
|
20136
|
+
ETH: {
|
|
19910
20137
|
limit_order_fee_hundredth_pips: number;
|
|
19911
20138
|
range_order_fee_hundredth_pips: number;
|
|
19912
20139
|
range_order_total_fees_earned: {
|
|
@@ -19930,7 +20157,7 @@ declare const rpcResult: {
|
|
|
19930
20157
|
asset: "USDC";
|
|
19931
20158
|
};
|
|
19932
20159
|
} | null;
|
|
19933
|
-
|
|
20160
|
+
FLIP: {
|
|
19934
20161
|
limit_order_fee_hundredth_pips: number;
|
|
19935
20162
|
range_order_fee_hundredth_pips: number;
|
|
19936
20163
|
range_order_total_fees_earned: {
|
|
@@ -20278,7 +20505,7 @@ declare const rpcResult: {
|
|
|
20278
20505
|
};
|
|
20279
20506
|
};
|
|
20280
20507
|
Ethereum: {
|
|
20281
|
-
|
|
20508
|
+
ETH: {
|
|
20282
20509
|
limit_order_fee_hundredth_pips: number;
|
|
20283
20510
|
range_order_fee_hundredth_pips: number;
|
|
20284
20511
|
range_order_total_fees_earned: {
|
|
@@ -20325,7 +20552,7 @@ declare const rpcResult: {
|
|
|
20325
20552
|
readonly asset: "USDC";
|
|
20326
20553
|
};
|
|
20327
20554
|
};
|
|
20328
|
-
|
|
20555
|
+
FLIP: {
|
|
20329
20556
|
limit_order_fee_hundredth_pips: number;
|
|
20330
20557
|
range_order_fee_hundredth_pips: number;
|
|
20331
20558
|
range_order_total_fees_earned: {
|
|
@@ -20926,7 +21153,7 @@ declare const rpcResult: {
|
|
|
20926
21153
|
} | null;
|
|
20927
21154
|
};
|
|
20928
21155
|
Ethereum: {
|
|
20929
|
-
|
|
21156
|
+
ETH: {
|
|
20930
21157
|
limit_order_fee_hundredth_pips: number;
|
|
20931
21158
|
range_order_fee_hundredth_pips: number;
|
|
20932
21159
|
range_order_total_fees_earned: {
|
|
@@ -20950,7 +21177,7 @@ declare const rpcResult: {
|
|
|
20950
21177
|
asset: "USDC";
|
|
20951
21178
|
};
|
|
20952
21179
|
} | null;
|
|
20953
|
-
|
|
21180
|
+
FLIP: {
|
|
20954
21181
|
limit_order_fee_hundredth_pips: number;
|
|
20955
21182
|
range_order_fee_hundredth_pips: number;
|
|
20956
21183
|
range_order_total_fees_earned: {
|
|
@@ -23018,15 +23245,15 @@ declare const rpcResult: {
|
|
|
23018
23245
|
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>>;
|
|
23019
23246
|
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>>>;
|
|
23020
23247
|
}, "strip", z.ZodTypeAny, {
|
|
23021
|
-
FLIP: bigint | null;
|
|
23022
23248
|
ETH: bigint | null;
|
|
23023
23249
|
USDC: bigint | null;
|
|
23250
|
+
FLIP: bigint | null;
|
|
23024
23251
|
USDT: bigint | null;
|
|
23025
23252
|
WBTC: bigint | null;
|
|
23026
23253
|
}, {
|
|
23027
|
-
FLIP: string | number | null;
|
|
23028
23254
|
ETH: string | number | null;
|
|
23029
23255
|
USDC: string | number | null;
|
|
23256
|
+
FLIP: string | number | null;
|
|
23030
23257
|
USDT: string | number | null;
|
|
23031
23258
|
WBTC?: string | number | null | undefined;
|
|
23032
23259
|
}>;
|
|
@@ -23074,9 +23301,9 @@ declare const rpcResult: {
|
|
|
23074
23301
|
BTC: bigint | null;
|
|
23075
23302
|
};
|
|
23076
23303
|
Ethereum: {
|
|
23077
|
-
FLIP: bigint | null;
|
|
23078
23304
|
ETH: bigint | null;
|
|
23079
23305
|
USDC: bigint | null;
|
|
23306
|
+
FLIP: bigint | null;
|
|
23080
23307
|
USDT: bigint | null;
|
|
23081
23308
|
WBTC: bigint | null;
|
|
23082
23309
|
};
|
|
@@ -23100,9 +23327,9 @@ declare const rpcResult: {
|
|
|
23100
23327
|
BTC: string | number | null;
|
|
23101
23328
|
};
|
|
23102
23329
|
Ethereum: {
|
|
23103
|
-
FLIP: string | number | null;
|
|
23104
23330
|
ETH: string | number | null;
|
|
23105
23331
|
USDC: string | number | null;
|
|
23332
|
+
FLIP: string | number | null;
|
|
23106
23333
|
USDT: string | number | null;
|
|
23107
23334
|
WBTC?: string | number | null | undefined;
|
|
23108
23335
|
};
|
|
@@ -23123,10 +23350,10 @@ declare const rpcResult: {
|
|
|
23123
23350
|
};
|
|
23124
23351
|
}>;
|
|
23125
23352
|
network_fee_hundredth_pips: z.ZodNumber;
|
|
23126
|
-
swap_retry_delay_blocks: z.
|
|
23127
|
-
max_swap_retry_duration_blocks: z.
|
|
23128
|
-
max_swap_request_duration_blocks: z.
|
|
23129
|
-
minimum_chunk_size: z.
|
|
23353
|
+
swap_retry_delay_blocks: z.ZodNumber;
|
|
23354
|
+
max_swap_retry_duration_blocks: z.ZodNumber;
|
|
23355
|
+
max_swap_request_duration_blocks: z.ZodNumber;
|
|
23356
|
+
minimum_chunk_size: z.ZodObject<{
|
|
23130
23357
|
Bitcoin: z.ZodObject<{
|
|
23131
23358
|
BTC: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
23132
23359
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -23141,15 +23368,15 @@ declare const rpcResult: {
|
|
|
23141
23368
|
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>>;
|
|
23142
23369
|
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>>>;
|
|
23143
23370
|
}, "strip", z.ZodTypeAny, {
|
|
23144
|
-
FLIP: bigint | null;
|
|
23145
23371
|
ETH: bigint | null;
|
|
23146
23372
|
USDC: bigint | null;
|
|
23373
|
+
FLIP: bigint | null;
|
|
23147
23374
|
USDT: bigint | null;
|
|
23148
23375
|
WBTC: bigint | null;
|
|
23149
23376
|
}, {
|
|
23150
|
-
FLIP: string | number | null;
|
|
23151
23377
|
ETH: string | number | null;
|
|
23152
23378
|
USDC: string | number | null;
|
|
23379
|
+
FLIP: string | number | null;
|
|
23153
23380
|
USDT: string | number | null;
|
|
23154
23381
|
WBTC?: string | number | null | undefined;
|
|
23155
23382
|
}>;
|
|
@@ -23197,9 +23424,9 @@ declare const rpcResult: {
|
|
|
23197
23424
|
BTC: bigint | null;
|
|
23198
23425
|
};
|
|
23199
23426
|
Ethereum: {
|
|
23200
|
-
FLIP: bigint | null;
|
|
23201
23427
|
ETH: bigint | null;
|
|
23202
23428
|
USDC: bigint | null;
|
|
23429
|
+
FLIP: bigint | null;
|
|
23203
23430
|
USDT: bigint | null;
|
|
23204
23431
|
WBTC: bigint | null;
|
|
23205
23432
|
};
|
|
@@ -23223,9 +23450,9 @@ declare const rpcResult: {
|
|
|
23223
23450
|
BTC: string | number | null;
|
|
23224
23451
|
};
|
|
23225
23452
|
Ethereum: {
|
|
23226
|
-
FLIP: string | number | null;
|
|
23227
23453
|
ETH: string | number | null;
|
|
23228
23454
|
USDC: string | number | null;
|
|
23455
|
+
FLIP: string | number | null;
|
|
23229
23456
|
USDT: string | number | null;
|
|
23230
23457
|
WBTC?: string | number | null | undefined;
|
|
23231
23458
|
};
|
|
@@ -23244,7 +23471,7 @@ declare const rpcResult: {
|
|
|
23244
23471
|
USDT: string | number | null;
|
|
23245
23472
|
DOT: string | number | null;
|
|
23246
23473
|
};
|
|
23247
|
-
}
|
|
23474
|
+
}>;
|
|
23248
23475
|
network_fees: z.ZodObject<{
|
|
23249
23476
|
regular_network_fee: z.ZodObject<{
|
|
23250
23477
|
standard_rate_and_minimum: z.ZodObject<{
|
|
@@ -23272,15 +23499,15 @@ declare const rpcResult: {
|
|
|
23272
23499
|
USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
23273
23500
|
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>>;
|
|
23274
23501
|
}, "strip", z.ZodTypeAny, {
|
|
23275
|
-
FLIP: bigint;
|
|
23276
23502
|
ETH: bigint;
|
|
23277
23503
|
USDC: bigint;
|
|
23504
|
+
FLIP: bigint;
|
|
23278
23505
|
USDT: bigint;
|
|
23279
23506
|
WBTC: bigint;
|
|
23280
23507
|
}, {
|
|
23281
|
-
FLIP: string | number;
|
|
23282
23508
|
ETH: string | number;
|
|
23283
23509
|
USDC: string | number;
|
|
23510
|
+
FLIP: string | number;
|
|
23284
23511
|
USDT: string | number;
|
|
23285
23512
|
WBTC?: string | number | undefined;
|
|
23286
23513
|
}>;
|
|
@@ -23328,9 +23555,9 @@ declare const rpcResult: {
|
|
|
23328
23555
|
BTC: bigint;
|
|
23329
23556
|
};
|
|
23330
23557
|
Ethereum: {
|
|
23331
|
-
FLIP: bigint;
|
|
23332
23558
|
ETH: bigint;
|
|
23333
23559
|
USDC: bigint;
|
|
23560
|
+
FLIP: bigint;
|
|
23334
23561
|
USDT: bigint;
|
|
23335
23562
|
WBTC: bigint;
|
|
23336
23563
|
};
|
|
@@ -23354,9 +23581,9 @@ declare const rpcResult: {
|
|
|
23354
23581
|
BTC: string | number;
|
|
23355
23582
|
};
|
|
23356
23583
|
Ethereum: {
|
|
23357
|
-
FLIP: string | number;
|
|
23358
23584
|
ETH: string | number;
|
|
23359
23585
|
USDC: string | number;
|
|
23586
|
+
FLIP: string | number;
|
|
23360
23587
|
USDT: string | number;
|
|
23361
23588
|
WBTC?: string | number | undefined;
|
|
23362
23589
|
};
|
|
@@ -23386,9 +23613,9 @@ declare const rpcResult: {
|
|
|
23386
23613
|
BTC: bigint;
|
|
23387
23614
|
};
|
|
23388
23615
|
Ethereum: {
|
|
23389
|
-
FLIP: bigint;
|
|
23390
23616
|
ETH: bigint;
|
|
23391
23617
|
USDC: bigint;
|
|
23618
|
+
FLIP: bigint;
|
|
23392
23619
|
USDT: bigint;
|
|
23393
23620
|
WBTC: bigint;
|
|
23394
23621
|
};
|
|
@@ -23418,9 +23645,9 @@ declare const rpcResult: {
|
|
|
23418
23645
|
BTC: string | number;
|
|
23419
23646
|
};
|
|
23420
23647
|
Ethereum: {
|
|
23421
|
-
FLIP: string | number;
|
|
23422
23648
|
ETH: string | number;
|
|
23423
23649
|
USDC: string | number;
|
|
23650
|
+
FLIP: string | number;
|
|
23424
23651
|
USDT: string | number;
|
|
23425
23652
|
WBTC?: string | number | undefined;
|
|
23426
23653
|
};
|
|
@@ -23467,15 +23694,15 @@ declare const rpcResult: {
|
|
|
23467
23694
|
USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
23468
23695
|
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>>;
|
|
23469
23696
|
}, "strip", z.ZodTypeAny, {
|
|
23470
|
-
FLIP: bigint;
|
|
23471
23697
|
ETH: bigint;
|
|
23472
23698
|
USDC: bigint;
|
|
23699
|
+
FLIP: bigint;
|
|
23473
23700
|
USDT: bigint;
|
|
23474
23701
|
WBTC: bigint;
|
|
23475
23702
|
}, {
|
|
23476
|
-
FLIP: string | number;
|
|
23477
23703
|
ETH: string | number;
|
|
23478
23704
|
USDC: string | number;
|
|
23705
|
+
FLIP: string | number;
|
|
23479
23706
|
USDT: string | number;
|
|
23480
23707
|
WBTC?: string | number | undefined;
|
|
23481
23708
|
}>;
|
|
@@ -23523,9 +23750,9 @@ declare const rpcResult: {
|
|
|
23523
23750
|
BTC: bigint;
|
|
23524
23751
|
};
|
|
23525
23752
|
Ethereum: {
|
|
23526
|
-
FLIP: bigint;
|
|
23527
23753
|
ETH: bigint;
|
|
23528
23754
|
USDC: bigint;
|
|
23755
|
+
FLIP: bigint;
|
|
23529
23756
|
USDT: bigint;
|
|
23530
23757
|
WBTC: bigint;
|
|
23531
23758
|
};
|
|
@@ -23549,9 +23776,9 @@ declare const rpcResult: {
|
|
|
23549
23776
|
BTC: string | number;
|
|
23550
23777
|
};
|
|
23551
23778
|
Ethereum: {
|
|
23552
|
-
FLIP: string | number;
|
|
23553
23779
|
ETH: string | number;
|
|
23554
23780
|
USDC: string | number;
|
|
23781
|
+
FLIP: string | number;
|
|
23555
23782
|
USDT: string | number;
|
|
23556
23783
|
WBTC?: string | number | undefined;
|
|
23557
23784
|
};
|
|
@@ -23581,9 +23808,9 @@ declare const rpcResult: {
|
|
|
23581
23808
|
BTC: bigint;
|
|
23582
23809
|
};
|
|
23583
23810
|
Ethereum: {
|
|
23584
|
-
FLIP: bigint;
|
|
23585
23811
|
ETH: bigint;
|
|
23586
23812
|
USDC: bigint;
|
|
23813
|
+
FLIP: bigint;
|
|
23587
23814
|
USDT: bigint;
|
|
23588
23815
|
WBTC: bigint;
|
|
23589
23816
|
};
|
|
@@ -23613,9 +23840,9 @@ declare const rpcResult: {
|
|
|
23613
23840
|
BTC: string | number;
|
|
23614
23841
|
};
|
|
23615
23842
|
Ethereum: {
|
|
23616
|
-
FLIP: string | number;
|
|
23617
23843
|
ETH: string | number;
|
|
23618
23844
|
USDC: string | number;
|
|
23845
|
+
FLIP: string | number;
|
|
23619
23846
|
USDT: string | number;
|
|
23620
23847
|
WBTC?: string | number | undefined;
|
|
23621
23848
|
};
|
|
@@ -23647,9 +23874,9 @@ declare const rpcResult: {
|
|
|
23647
23874
|
BTC: bigint;
|
|
23648
23875
|
};
|
|
23649
23876
|
Ethereum: {
|
|
23650
|
-
FLIP: bigint;
|
|
23651
23877
|
ETH: bigint;
|
|
23652
23878
|
USDC: bigint;
|
|
23879
|
+
FLIP: bigint;
|
|
23653
23880
|
USDT: bigint;
|
|
23654
23881
|
WBTC: bigint;
|
|
23655
23882
|
};
|
|
@@ -23680,9 +23907,9 @@ declare const rpcResult: {
|
|
|
23680
23907
|
BTC: bigint;
|
|
23681
23908
|
};
|
|
23682
23909
|
Ethereum: {
|
|
23683
|
-
FLIP: bigint;
|
|
23684
23910
|
ETH: bigint;
|
|
23685
23911
|
USDC: bigint;
|
|
23912
|
+
FLIP: bigint;
|
|
23686
23913
|
USDT: bigint;
|
|
23687
23914
|
WBTC: bigint;
|
|
23688
23915
|
};
|
|
@@ -23714,9 +23941,9 @@ declare const rpcResult: {
|
|
|
23714
23941
|
BTC: string | number;
|
|
23715
23942
|
};
|
|
23716
23943
|
Ethereum: {
|
|
23717
|
-
FLIP: string | number;
|
|
23718
23944
|
ETH: string | number;
|
|
23719
23945
|
USDC: string | number;
|
|
23946
|
+
FLIP: string | number;
|
|
23720
23947
|
USDT: string | number;
|
|
23721
23948
|
WBTC?: string | number | undefined;
|
|
23722
23949
|
};
|
|
@@ -23747,9 +23974,9 @@ declare const rpcResult: {
|
|
|
23747
23974
|
BTC: string | number;
|
|
23748
23975
|
};
|
|
23749
23976
|
Ethereum: {
|
|
23750
|
-
FLIP: string | number;
|
|
23751
23977
|
ETH: string | number;
|
|
23752
23978
|
USDC: string | number;
|
|
23979
|
+
FLIP: string | number;
|
|
23753
23980
|
USDT: string | number;
|
|
23754
23981
|
WBTC?: string | number | undefined;
|
|
23755
23982
|
};
|
|
@@ -23770,16 +23997,135 @@ declare const rpcResult: {
|
|
|
23770
23997
|
};
|
|
23771
23998
|
};
|
|
23772
23999
|
};
|
|
23773
|
-
}>;
|
|
24000
|
+
}>;
|
|
24001
|
+
default_oracle_price_protection: z.ZodOptional<z.ZodObject<{
|
|
24002
|
+
Bitcoin: z.ZodObject<{
|
|
24003
|
+
BTC: z.ZodNullable<z.ZodNumber>;
|
|
24004
|
+
}, "strip", z.ZodTypeAny, {
|
|
24005
|
+
BTC: number | null;
|
|
24006
|
+
}, {
|
|
24007
|
+
BTC: number | null;
|
|
24008
|
+
}>;
|
|
24009
|
+
Ethereum: z.ZodObject<{
|
|
24010
|
+
ETH: z.ZodNullable<z.ZodNumber>;
|
|
24011
|
+
USDC: z.ZodNullable<z.ZodNumber>;
|
|
24012
|
+
FLIP: z.ZodNullable<z.ZodNumber>;
|
|
24013
|
+
USDT: z.ZodNullable<z.ZodNumber>;
|
|
24014
|
+
WBTC: z.ZodDefault<z.ZodNullable<z.ZodNumber>>;
|
|
24015
|
+
}, "strip", z.ZodTypeAny, {
|
|
24016
|
+
ETH: number | null;
|
|
24017
|
+
USDC: number | null;
|
|
24018
|
+
FLIP: number | null;
|
|
24019
|
+
USDT: number | null;
|
|
24020
|
+
WBTC: number | null;
|
|
24021
|
+
}, {
|
|
24022
|
+
ETH: number | null;
|
|
24023
|
+
USDC: number | null;
|
|
24024
|
+
FLIP: number | null;
|
|
24025
|
+
USDT: number | null;
|
|
24026
|
+
WBTC?: number | null | undefined;
|
|
24027
|
+
}>;
|
|
24028
|
+
Arbitrum: z.ZodObject<{
|
|
24029
|
+
ETH: z.ZodNullable<z.ZodNumber>;
|
|
24030
|
+
USDC: z.ZodNullable<z.ZodNumber>;
|
|
24031
|
+
USDT: z.ZodDefault<z.ZodNullable<z.ZodNumber>>;
|
|
24032
|
+
}, "strip", z.ZodTypeAny, {
|
|
24033
|
+
ETH: number | null;
|
|
24034
|
+
USDC: number | null;
|
|
24035
|
+
USDT: number | null;
|
|
24036
|
+
}, {
|
|
24037
|
+
ETH: number | null;
|
|
24038
|
+
USDC: number | null;
|
|
24039
|
+
USDT?: number | null | undefined;
|
|
24040
|
+
}>;
|
|
24041
|
+
Solana: z.ZodObject<{
|
|
24042
|
+
SOL: z.ZodNullable<z.ZodNumber>;
|
|
24043
|
+
USDC: z.ZodNullable<z.ZodNumber>;
|
|
24044
|
+
USDT: z.ZodDefault<z.ZodNullable<z.ZodNumber>>;
|
|
24045
|
+
}, "strip", z.ZodTypeAny, {
|
|
24046
|
+
USDC: number | null;
|
|
24047
|
+
USDT: number | null;
|
|
24048
|
+
SOL: number | null;
|
|
24049
|
+
}, {
|
|
24050
|
+
USDC: number | null;
|
|
24051
|
+
SOL: number | null;
|
|
24052
|
+
USDT?: number | null | undefined;
|
|
24053
|
+
}>;
|
|
24054
|
+
Assethub: z.ZodObject<{
|
|
24055
|
+
DOT: z.ZodNullable<z.ZodNumber>;
|
|
24056
|
+
USDC: z.ZodNullable<z.ZodNumber>;
|
|
24057
|
+
USDT: z.ZodNullable<z.ZodNumber>;
|
|
24058
|
+
}, "strip", z.ZodTypeAny, {
|
|
24059
|
+
USDC: number | null;
|
|
24060
|
+
USDT: number | null;
|
|
24061
|
+
DOT: number | null;
|
|
24062
|
+
}, {
|
|
24063
|
+
USDC: number | null;
|
|
24064
|
+
USDT: number | null;
|
|
24065
|
+
DOT: number | null;
|
|
24066
|
+
}>;
|
|
24067
|
+
}, "strip", z.ZodTypeAny, {
|
|
24068
|
+
Bitcoin: {
|
|
24069
|
+
BTC: number | null;
|
|
24070
|
+
};
|
|
24071
|
+
Ethereum: {
|
|
24072
|
+
ETH: number | null;
|
|
24073
|
+
USDC: number | null;
|
|
24074
|
+
FLIP: number | null;
|
|
24075
|
+
USDT: number | null;
|
|
24076
|
+
WBTC: number | null;
|
|
24077
|
+
};
|
|
24078
|
+
Arbitrum: {
|
|
24079
|
+
ETH: number | null;
|
|
24080
|
+
USDC: number | null;
|
|
24081
|
+
USDT: number | null;
|
|
24082
|
+
};
|
|
24083
|
+
Solana: {
|
|
24084
|
+
USDC: number | null;
|
|
24085
|
+
USDT: number | null;
|
|
24086
|
+
SOL: number | null;
|
|
24087
|
+
};
|
|
24088
|
+
Assethub: {
|
|
24089
|
+
USDC: number | null;
|
|
24090
|
+
USDT: number | null;
|
|
24091
|
+
DOT: number | null;
|
|
24092
|
+
};
|
|
24093
|
+
}, {
|
|
24094
|
+
Bitcoin: {
|
|
24095
|
+
BTC: number | null;
|
|
24096
|
+
};
|
|
24097
|
+
Ethereum: {
|
|
24098
|
+
ETH: number | null;
|
|
24099
|
+
USDC: number | null;
|
|
24100
|
+
FLIP: number | null;
|
|
24101
|
+
USDT: number | null;
|
|
24102
|
+
WBTC?: number | null | undefined;
|
|
24103
|
+
};
|
|
24104
|
+
Arbitrum: {
|
|
24105
|
+
ETH: number | null;
|
|
24106
|
+
USDC: number | null;
|
|
24107
|
+
USDT?: number | null | undefined;
|
|
24108
|
+
};
|
|
24109
|
+
Solana: {
|
|
24110
|
+
USDC: number | null;
|
|
24111
|
+
SOL: number | null;
|
|
24112
|
+
USDT?: number | null | undefined;
|
|
24113
|
+
};
|
|
24114
|
+
Assethub: {
|
|
24115
|
+
USDC: number | null;
|
|
24116
|
+
USDT: number | null;
|
|
24117
|
+
DOT: number | null;
|
|
24118
|
+
};
|
|
24119
|
+
}>>;
|
|
23774
24120
|
}, "strip", z.ZodTypeAny, {
|
|
23775
24121
|
maximum_swap_amounts: {
|
|
23776
24122
|
Bitcoin: {
|
|
23777
24123
|
BTC: bigint | null;
|
|
23778
24124
|
};
|
|
23779
24125
|
Ethereum: {
|
|
23780
|
-
FLIP: bigint | null;
|
|
23781
24126
|
ETH: bigint | null;
|
|
23782
24127
|
USDC: bigint | null;
|
|
24128
|
+
FLIP: bigint | null;
|
|
23783
24129
|
USDT: bigint | null;
|
|
23784
24130
|
WBTC: bigint | null;
|
|
23785
24131
|
};
|
|
@@ -23800,6 +24146,36 @@ declare const rpcResult: {
|
|
|
23800
24146
|
};
|
|
23801
24147
|
};
|
|
23802
24148
|
network_fee_hundredth_pips: number;
|
|
24149
|
+
swap_retry_delay_blocks: number;
|
|
24150
|
+
max_swap_retry_duration_blocks: number;
|
|
24151
|
+
max_swap_request_duration_blocks: number;
|
|
24152
|
+
minimum_chunk_size: {
|
|
24153
|
+
Bitcoin: {
|
|
24154
|
+
BTC: bigint | null;
|
|
24155
|
+
};
|
|
24156
|
+
Ethereum: {
|
|
24157
|
+
ETH: bigint | null;
|
|
24158
|
+
USDC: bigint | null;
|
|
24159
|
+
FLIP: bigint | null;
|
|
24160
|
+
USDT: bigint | null;
|
|
24161
|
+
WBTC: bigint | null;
|
|
24162
|
+
};
|
|
24163
|
+
Arbitrum: {
|
|
24164
|
+
ETH: bigint | null;
|
|
24165
|
+
USDC: bigint | null;
|
|
24166
|
+
USDT: bigint | null;
|
|
24167
|
+
};
|
|
24168
|
+
Solana: {
|
|
24169
|
+
USDC: bigint | null;
|
|
24170
|
+
USDT: bigint | null;
|
|
24171
|
+
SOL: bigint | null;
|
|
24172
|
+
};
|
|
24173
|
+
Assethub: {
|
|
24174
|
+
USDC: bigint | null;
|
|
24175
|
+
USDT: bigint | null;
|
|
24176
|
+
DOT: bigint | null;
|
|
24177
|
+
};
|
|
24178
|
+
};
|
|
23803
24179
|
network_fees: {
|
|
23804
24180
|
regular_network_fee: {
|
|
23805
24181
|
standard_rate_and_minimum: {
|
|
@@ -23811,9 +24187,9 @@ declare const rpcResult: {
|
|
|
23811
24187
|
BTC: bigint;
|
|
23812
24188
|
};
|
|
23813
24189
|
Ethereum: {
|
|
23814
|
-
FLIP: bigint;
|
|
23815
24190
|
ETH: bigint;
|
|
23816
24191
|
USDC: bigint;
|
|
24192
|
+
FLIP: bigint;
|
|
23817
24193
|
USDT: bigint;
|
|
23818
24194
|
WBTC: bigint;
|
|
23819
24195
|
};
|
|
@@ -23844,9 +24220,9 @@ declare const rpcResult: {
|
|
|
23844
24220
|
BTC: bigint;
|
|
23845
24221
|
};
|
|
23846
24222
|
Ethereum: {
|
|
23847
|
-
FLIP: bigint;
|
|
23848
24223
|
ETH: bigint;
|
|
23849
24224
|
USDC: bigint;
|
|
24225
|
+
FLIP: bigint;
|
|
23850
24226
|
USDT: bigint;
|
|
23851
24227
|
WBTC: bigint;
|
|
23852
24228
|
};
|
|
@@ -23868,34 +24244,31 @@ declare const rpcResult: {
|
|
|
23868
24244
|
};
|
|
23869
24245
|
};
|
|
23870
24246
|
};
|
|
23871
|
-
|
|
23872
|
-
max_swap_retry_duration_blocks?: number | undefined;
|
|
23873
|
-
max_swap_request_duration_blocks?: number | undefined;
|
|
23874
|
-
minimum_chunk_size?: {
|
|
24247
|
+
default_oracle_price_protection?: {
|
|
23875
24248
|
Bitcoin: {
|
|
23876
|
-
BTC:
|
|
24249
|
+
BTC: number | null;
|
|
23877
24250
|
};
|
|
23878
24251
|
Ethereum: {
|
|
23879
|
-
|
|
23880
|
-
|
|
23881
|
-
|
|
23882
|
-
USDT:
|
|
23883
|
-
WBTC:
|
|
24252
|
+
ETH: number | null;
|
|
24253
|
+
USDC: number | null;
|
|
24254
|
+
FLIP: number | null;
|
|
24255
|
+
USDT: number | null;
|
|
24256
|
+
WBTC: number | null;
|
|
23884
24257
|
};
|
|
23885
24258
|
Arbitrum: {
|
|
23886
|
-
ETH:
|
|
23887
|
-
USDC:
|
|
23888
|
-
USDT:
|
|
24259
|
+
ETH: number | null;
|
|
24260
|
+
USDC: number | null;
|
|
24261
|
+
USDT: number | null;
|
|
23889
24262
|
};
|
|
23890
24263
|
Solana: {
|
|
23891
|
-
USDC:
|
|
23892
|
-
USDT:
|
|
23893
|
-
SOL:
|
|
24264
|
+
USDC: number | null;
|
|
24265
|
+
USDT: number | null;
|
|
24266
|
+
SOL: number | null;
|
|
23894
24267
|
};
|
|
23895
24268
|
Assethub: {
|
|
23896
|
-
USDC:
|
|
23897
|
-
USDT:
|
|
23898
|
-
DOT:
|
|
24269
|
+
USDC: number | null;
|
|
24270
|
+
USDT: number | null;
|
|
24271
|
+
DOT: number | null;
|
|
23899
24272
|
};
|
|
23900
24273
|
} | undefined;
|
|
23901
24274
|
}, {
|
|
@@ -23904,9 +24277,9 @@ declare const rpcResult: {
|
|
|
23904
24277
|
BTC: string | number | null;
|
|
23905
24278
|
};
|
|
23906
24279
|
Ethereum: {
|
|
23907
|
-
FLIP: string | number | null;
|
|
23908
24280
|
ETH: string | number | null;
|
|
23909
24281
|
USDC: string | number | null;
|
|
24282
|
+
FLIP: string | number | null;
|
|
23910
24283
|
USDT: string | number | null;
|
|
23911
24284
|
WBTC?: string | number | null | undefined;
|
|
23912
24285
|
};
|
|
@@ -23927,6 +24300,36 @@ declare const rpcResult: {
|
|
|
23927
24300
|
};
|
|
23928
24301
|
};
|
|
23929
24302
|
network_fee_hundredth_pips: number;
|
|
24303
|
+
swap_retry_delay_blocks: number;
|
|
24304
|
+
max_swap_retry_duration_blocks: number;
|
|
24305
|
+
max_swap_request_duration_blocks: number;
|
|
24306
|
+
minimum_chunk_size: {
|
|
24307
|
+
Bitcoin: {
|
|
24308
|
+
BTC: string | number | null;
|
|
24309
|
+
};
|
|
24310
|
+
Ethereum: {
|
|
24311
|
+
ETH: string | number | null;
|
|
24312
|
+
USDC: string | number | null;
|
|
24313
|
+
FLIP: string | number | null;
|
|
24314
|
+
USDT: string | number | null;
|
|
24315
|
+
WBTC?: string | number | null | undefined;
|
|
24316
|
+
};
|
|
24317
|
+
Arbitrum: {
|
|
24318
|
+
ETH: string | number | null;
|
|
24319
|
+
USDC: string | number | null;
|
|
24320
|
+
USDT?: string | number | null | undefined;
|
|
24321
|
+
};
|
|
24322
|
+
Solana: {
|
|
24323
|
+
USDC: string | number | null;
|
|
24324
|
+
SOL: string | number | null;
|
|
24325
|
+
USDT?: string | number | null | undefined;
|
|
24326
|
+
};
|
|
24327
|
+
Assethub: {
|
|
24328
|
+
USDC: string | number | null;
|
|
24329
|
+
USDT: string | number | null;
|
|
24330
|
+
DOT: string | number | null;
|
|
24331
|
+
};
|
|
24332
|
+
};
|
|
23930
24333
|
network_fees: {
|
|
23931
24334
|
regular_network_fee: {
|
|
23932
24335
|
standard_rate_and_minimum: {
|
|
@@ -23938,9 +24341,9 @@ declare const rpcResult: {
|
|
|
23938
24341
|
BTC: string | number;
|
|
23939
24342
|
};
|
|
23940
24343
|
Ethereum: {
|
|
23941
|
-
FLIP: string | number;
|
|
23942
24344
|
ETH: string | number;
|
|
23943
24345
|
USDC: string | number;
|
|
24346
|
+
FLIP: string | number;
|
|
23944
24347
|
USDT: string | number;
|
|
23945
24348
|
WBTC?: string | number | undefined;
|
|
23946
24349
|
};
|
|
@@ -23971,9 +24374,9 @@ declare const rpcResult: {
|
|
|
23971
24374
|
BTC: string | number;
|
|
23972
24375
|
};
|
|
23973
24376
|
Ethereum: {
|
|
23974
|
-
FLIP: string | number;
|
|
23975
24377
|
ETH: string | number;
|
|
23976
24378
|
USDC: string | number;
|
|
24379
|
+
FLIP: string | number;
|
|
23977
24380
|
USDT: string | number;
|
|
23978
24381
|
WBTC?: string | number | undefined;
|
|
23979
24382
|
};
|
|
@@ -23995,34 +24398,31 @@ declare const rpcResult: {
|
|
|
23995
24398
|
};
|
|
23996
24399
|
};
|
|
23997
24400
|
};
|
|
23998
|
-
|
|
23999
|
-
max_swap_retry_duration_blocks?: number | undefined;
|
|
24000
|
-
max_swap_request_duration_blocks?: number | undefined;
|
|
24001
|
-
minimum_chunk_size?: {
|
|
24401
|
+
default_oracle_price_protection?: {
|
|
24002
24402
|
Bitcoin: {
|
|
24003
|
-
BTC:
|
|
24403
|
+
BTC: number | null;
|
|
24004
24404
|
};
|
|
24005
24405
|
Ethereum: {
|
|
24006
|
-
|
|
24007
|
-
|
|
24008
|
-
|
|
24009
|
-
USDT:
|
|
24010
|
-
WBTC?:
|
|
24406
|
+
ETH: number | null;
|
|
24407
|
+
USDC: number | null;
|
|
24408
|
+
FLIP: number | null;
|
|
24409
|
+
USDT: number | null;
|
|
24410
|
+
WBTC?: number | null | undefined;
|
|
24011
24411
|
};
|
|
24012
24412
|
Arbitrum: {
|
|
24013
|
-
ETH:
|
|
24014
|
-
USDC:
|
|
24015
|
-
USDT?:
|
|
24413
|
+
ETH: number | null;
|
|
24414
|
+
USDC: number | null;
|
|
24415
|
+
USDT?: number | null | undefined;
|
|
24016
24416
|
};
|
|
24017
24417
|
Solana: {
|
|
24018
|
-
USDC:
|
|
24019
|
-
SOL:
|
|
24020
|
-
USDT?:
|
|
24418
|
+
USDC: number | null;
|
|
24419
|
+
SOL: number | null;
|
|
24420
|
+
USDT?: number | null | undefined;
|
|
24021
24421
|
};
|
|
24022
24422
|
Assethub: {
|
|
24023
|
-
USDC:
|
|
24024
|
-
USDT:
|
|
24025
|
-
DOT:
|
|
24423
|
+
USDC: number | null;
|
|
24424
|
+
USDT: number | null;
|
|
24425
|
+
DOT: number | null;
|
|
24026
24426
|
};
|
|
24027
24427
|
} | undefined;
|
|
24028
24428
|
}>;
|
|
@@ -24168,11 +24568,11 @@ declare const rpcResult: {
|
|
|
24168
24568
|
account_id: z.ZodString;
|
|
24169
24569
|
amount: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
|
|
24170
24570
|
}, "strip", z.ZodTypeAny, {
|
|
24171
|
-
amount: bigint;
|
|
24172
24571
|
account_id: string;
|
|
24572
|
+
amount: bigint;
|
|
24173
24573
|
}, {
|
|
24174
|
-
amount: string;
|
|
24175
24574
|
account_id: string;
|
|
24575
|
+
amount: string;
|
|
24176
24576
|
}>, "many">;
|
|
24177
24577
|
deposits_pending_finalization: z.ZodArray<z.ZodObject<{
|
|
24178
24578
|
deposit_id: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
@@ -24180,23 +24580,23 @@ declare const rpcResult: {
|
|
|
24180
24580
|
account_id: z.ZodString;
|
|
24181
24581
|
amount: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
|
|
24182
24582
|
}, "strip", z.ZodTypeAny, {
|
|
24183
|
-
amount: bigint;
|
|
24184
24583
|
account_id: string;
|
|
24584
|
+
amount: bigint;
|
|
24185
24585
|
}, {
|
|
24186
|
-
amount: string;
|
|
24187
24586
|
account_id: string;
|
|
24587
|
+
amount: string;
|
|
24188
24588
|
}>, "many">;
|
|
24189
24589
|
}, "strip", z.ZodTypeAny, {
|
|
24190
24590
|
deposit_id: bigint;
|
|
24191
24591
|
owed_amounts: {
|
|
24192
|
-
amount: bigint;
|
|
24193
24592
|
account_id: string;
|
|
24593
|
+
amount: bigint;
|
|
24194
24594
|
}[];
|
|
24195
24595
|
}, {
|
|
24196
24596
|
deposit_id: string | number;
|
|
24197
24597
|
owed_amounts: {
|
|
24198
|
-
amount: string;
|
|
24199
24598
|
account_id: string;
|
|
24599
|
+
amount: string;
|
|
24200
24600
|
}[];
|
|
24201
24601
|
}>, "many">;
|
|
24202
24602
|
pending_withdrawals: z.ZodArray<z.ZodObject<{
|
|
@@ -24213,14 +24613,14 @@ declare const rpcResult: {
|
|
|
24213
24613
|
}, "strip", z.ZodTypeAny, {
|
|
24214
24614
|
fee_tier: number;
|
|
24215
24615
|
available_amounts: {
|
|
24216
|
-
amount: bigint;
|
|
24217
24616
|
account_id: string;
|
|
24617
|
+
amount: bigint;
|
|
24218
24618
|
}[];
|
|
24219
24619
|
deposits_pending_finalization: {
|
|
24220
24620
|
deposit_id: bigint;
|
|
24221
24621
|
owed_amounts: {
|
|
24222
|
-
amount: bigint;
|
|
24223
24622
|
account_id: string;
|
|
24623
|
+
amount: bigint;
|
|
24224
24624
|
}[];
|
|
24225
24625
|
}[];
|
|
24226
24626
|
pending_withdrawals: {
|
|
@@ -24231,14 +24631,14 @@ declare const rpcResult: {
|
|
|
24231
24631
|
}, {
|
|
24232
24632
|
fee_tier: number;
|
|
24233
24633
|
available_amounts: {
|
|
24234
|
-
amount: string;
|
|
24235
24634
|
account_id: string;
|
|
24635
|
+
amount: string;
|
|
24236
24636
|
}[];
|
|
24237
24637
|
deposits_pending_finalization: {
|
|
24238
24638
|
deposit_id: string | number;
|
|
24239
24639
|
owed_amounts: {
|
|
24240
|
-
amount: string;
|
|
24241
24640
|
account_id: string;
|
|
24641
|
+
amount: string;
|
|
24242
24642
|
}[];
|
|
24243
24643
|
}[];
|
|
24244
24644
|
pending_withdrawals: {
|
|
@@ -24390,22 +24790,22 @@ declare const rpcResult: {
|
|
|
24390
24790
|
account_id: z.ZodString;
|
|
24391
24791
|
amount: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
|
|
24392
24792
|
}, "strip", z.ZodTypeAny, {
|
|
24393
|
-
amount: bigint;
|
|
24394
24793
|
account_id: string;
|
|
24794
|
+
amount: bigint;
|
|
24395
24795
|
}, {
|
|
24396
|
-
amount: string;
|
|
24397
24796
|
account_id: string;
|
|
24797
|
+
amount: string;
|
|
24398
24798
|
}>, "many">;
|
|
24399
24799
|
}, "strip", z.ZodTypeAny, {
|
|
24400
24800
|
fees: {
|
|
24401
|
-
amount: bigint;
|
|
24402
24801
|
account_id: string;
|
|
24802
|
+
amount: bigint;
|
|
24403
24803
|
}[];
|
|
24404
24804
|
deposit_id: bigint;
|
|
24405
24805
|
}, {
|
|
24406
24806
|
fees: {
|
|
24407
|
-
amount: string;
|
|
24408
24807
|
account_id: string;
|
|
24808
|
+
amount: string;
|
|
24409
24809
|
}[];
|
|
24410
24810
|
deposit_id: number;
|
|
24411
24811
|
}>, "many">;
|
|
@@ -24413,8 +24813,8 @@ declare const rpcResult: {
|
|
|
24413
24813
|
fee_tier: number;
|
|
24414
24814
|
pending_fees: {
|
|
24415
24815
|
fees: {
|
|
24416
|
-
amount: bigint;
|
|
24417
24816
|
account_id: string;
|
|
24817
|
+
amount: bigint;
|
|
24418
24818
|
}[];
|
|
24419
24819
|
deposit_id: bigint;
|
|
24420
24820
|
}[];
|
|
@@ -24422,8 +24822,8 @@ declare const rpcResult: {
|
|
|
24422
24822
|
fee_tier: number;
|
|
24423
24823
|
pending_fees: {
|
|
24424
24824
|
fees: {
|
|
24425
|
-
amount: string;
|
|
24426
24825
|
account_id: string;
|
|
24826
|
+
amount: string;
|
|
24427
24827
|
}[];
|
|
24428
24828
|
deposit_id: number;
|
|
24429
24829
|
}[];
|
|
@@ -24472,15 +24872,15 @@ declare const rpcResult: {
|
|
|
24472
24872
|
USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
24473
24873
|
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>>;
|
|
24474
24874
|
}, "strip", z.ZodTypeAny, {
|
|
24475
|
-
FLIP: bigint;
|
|
24476
24875
|
ETH: bigint;
|
|
24477
24876
|
USDC: bigint;
|
|
24877
|
+
FLIP: bigint;
|
|
24478
24878
|
USDT: bigint;
|
|
24479
24879
|
WBTC: bigint;
|
|
24480
24880
|
}, {
|
|
24481
|
-
FLIP: string | number;
|
|
24482
24881
|
ETH: string | number;
|
|
24483
24882
|
USDC: string | number;
|
|
24883
|
+
FLIP: string | number;
|
|
24484
24884
|
USDT: string | number;
|
|
24485
24885
|
WBTC?: string | number | undefined;
|
|
24486
24886
|
}>;
|
|
@@ -24528,9 +24928,9 @@ declare const rpcResult: {
|
|
|
24528
24928
|
BTC: bigint;
|
|
24529
24929
|
};
|
|
24530
24930
|
Ethereum: {
|
|
24531
|
-
FLIP: bigint;
|
|
24532
24931
|
ETH: bigint;
|
|
24533
24932
|
USDC: bigint;
|
|
24933
|
+
FLIP: bigint;
|
|
24534
24934
|
USDT: bigint;
|
|
24535
24935
|
WBTC: bigint;
|
|
24536
24936
|
};
|
|
@@ -24554,9 +24954,9 @@ declare const rpcResult: {
|
|
|
24554
24954
|
BTC: string | number;
|
|
24555
24955
|
};
|
|
24556
24956
|
Ethereum: {
|
|
24557
|
-
FLIP: string | number;
|
|
24558
24957
|
ETH: string | number;
|
|
24559
24958
|
USDC: string | number;
|
|
24959
|
+
FLIP: string | number;
|
|
24560
24960
|
USDT: string | number;
|
|
24561
24961
|
WBTC?: string | number | undefined;
|
|
24562
24962
|
};
|
|
@@ -26336,15 +26736,15 @@ declare const rpcResult: {
|
|
|
26336
26736
|
USDT: z.ZodNullable<z.ZodNumber>;
|
|
26337
26737
|
WBTC: z.ZodDefault<z.ZodNullable<z.ZodNumber>>;
|
|
26338
26738
|
}, "strip", z.ZodTypeAny, {
|
|
26339
|
-
FLIP: number | null;
|
|
26340
26739
|
ETH: number | null;
|
|
26341
26740
|
USDC: number | null;
|
|
26741
|
+
FLIP: number | null;
|
|
26342
26742
|
USDT: number | null;
|
|
26343
26743
|
WBTC: number | null;
|
|
26344
26744
|
}, {
|
|
26345
|
-
FLIP: number | null;
|
|
26346
26745
|
ETH: number | null;
|
|
26347
26746
|
USDC: number | null;
|
|
26747
|
+
FLIP: number | null;
|
|
26348
26748
|
USDT: number | null;
|
|
26349
26749
|
WBTC?: number | null | undefined;
|
|
26350
26750
|
}>;
|
|
@@ -26392,9 +26792,9 @@ declare const rpcResult: {
|
|
|
26392
26792
|
BTC: number | null;
|
|
26393
26793
|
};
|
|
26394
26794
|
Ethereum: {
|
|
26395
|
-
FLIP: number | null;
|
|
26396
26795
|
ETH: number | null;
|
|
26397
26796
|
USDC: number | null;
|
|
26797
|
+
FLIP: number | null;
|
|
26398
26798
|
USDT: number | null;
|
|
26399
26799
|
WBTC: number | null;
|
|
26400
26800
|
};
|
|
@@ -26418,9 +26818,9 @@ declare const rpcResult: {
|
|
|
26418
26818
|
BTC: number | null;
|
|
26419
26819
|
};
|
|
26420
26820
|
Ethereum: {
|
|
26421
|
-
FLIP: number | null;
|
|
26422
26821
|
ETH: number | null;
|
|
26423
26822
|
USDC: number | null;
|
|
26823
|
+
FLIP: number | null;
|
|
26424
26824
|
USDT: number | null;
|
|
26425
26825
|
WBTC?: number | null | undefined;
|
|
26426
26826
|
};
|
|
@@ -26455,15 +26855,15 @@ declare const rpcResult: {
|
|
|
26455
26855
|
USDT: z.ZodNullable<z.ZodNumber>;
|
|
26456
26856
|
WBTC: z.ZodDefault<z.ZodNullable<z.ZodNumber>>;
|
|
26457
26857
|
}, "strip", z.ZodTypeAny, {
|
|
26458
|
-
FLIP: number | null;
|
|
26459
26858
|
ETH: number | null;
|
|
26460
26859
|
USDC: number | null;
|
|
26860
|
+
FLIP: number | null;
|
|
26461
26861
|
USDT: number | null;
|
|
26462
26862
|
WBTC: number | null;
|
|
26463
26863
|
}, {
|
|
26464
|
-
FLIP: number | null;
|
|
26465
26864
|
ETH: number | null;
|
|
26466
26865
|
USDC: number | null;
|
|
26866
|
+
FLIP: number | null;
|
|
26467
26867
|
USDT: number | null;
|
|
26468
26868
|
WBTC?: number | null | undefined;
|
|
26469
26869
|
}>;
|
|
@@ -26511,9 +26911,9 @@ declare const rpcResult: {
|
|
|
26511
26911
|
BTC: number | null;
|
|
26512
26912
|
};
|
|
26513
26913
|
Ethereum: {
|
|
26514
|
-
FLIP: number | null;
|
|
26515
26914
|
ETH: number | null;
|
|
26516
26915
|
USDC: number | null;
|
|
26916
|
+
FLIP: number | null;
|
|
26517
26917
|
USDT: number | null;
|
|
26518
26918
|
WBTC: number | null;
|
|
26519
26919
|
};
|
|
@@ -26537,9 +26937,9 @@ declare const rpcResult: {
|
|
|
26537
26937
|
BTC: number | null;
|
|
26538
26938
|
};
|
|
26539
26939
|
Ethereum: {
|
|
26540
|
-
FLIP: number | null;
|
|
26541
26940
|
ETH: number | null;
|
|
26542
26941
|
USDC: number | null;
|
|
26942
|
+
FLIP: number | null;
|
|
26543
26943
|
USDT: number | null;
|
|
26544
26944
|
WBTC?: number | null | undefined;
|
|
26545
26945
|
};
|
|
@@ -26565,9 +26965,9 @@ declare const rpcResult: {
|
|
|
26565
26965
|
BTC: number | null;
|
|
26566
26966
|
};
|
|
26567
26967
|
Ethereum: {
|
|
26568
|
-
FLIP: number | null;
|
|
26569
26968
|
ETH: number | null;
|
|
26570
26969
|
USDC: number | null;
|
|
26970
|
+
FLIP: number | null;
|
|
26571
26971
|
USDT: number | null;
|
|
26572
26972
|
WBTC: number | null;
|
|
26573
26973
|
};
|
|
@@ -26592,9 +26992,9 @@ declare const rpcResult: {
|
|
|
26592
26992
|
BTC: number | null;
|
|
26593
26993
|
};
|
|
26594
26994
|
Ethereum: {
|
|
26595
|
-
FLIP: number | null;
|
|
26596
26995
|
ETH: number | null;
|
|
26597
26996
|
USDC: number | null;
|
|
26997
|
+
FLIP: number | null;
|
|
26598
26998
|
USDT: number | null;
|
|
26599
26999
|
WBTC: number | null;
|
|
26600
27000
|
};
|
|
@@ -26620,9 +27020,9 @@ declare const rpcResult: {
|
|
|
26620
27020
|
BTC: number | null;
|
|
26621
27021
|
};
|
|
26622
27022
|
Ethereum: {
|
|
26623
|
-
FLIP: number | null;
|
|
26624
27023
|
ETH: number | null;
|
|
26625
27024
|
USDC: number | null;
|
|
27025
|
+
FLIP: number | null;
|
|
26626
27026
|
USDT: number | null;
|
|
26627
27027
|
WBTC?: number | null | undefined;
|
|
26628
27028
|
};
|
|
@@ -26647,9 +27047,9 @@ declare const rpcResult: {
|
|
|
26647
27047
|
BTC: number | null;
|
|
26648
27048
|
};
|
|
26649
27049
|
Ethereum: {
|
|
26650
|
-
FLIP: number | null;
|
|
26651
27050
|
ETH: number | null;
|
|
26652
27051
|
USDC: number | null;
|
|
27052
|
+
FLIP: number | null;
|
|
26653
27053
|
USDT: number | null;
|
|
26654
27054
|
WBTC?: number | null | undefined;
|
|
26655
27055
|
};
|
|
@@ -27126,7 +27526,7 @@ declare const rpcResult: {
|
|
|
27126
27526
|
lending_pools: z.ZodObject<{
|
|
27127
27527
|
add_boost_funds_enabled: z.ZodBoolean;
|
|
27128
27528
|
stop_boosting_enabled: z.ZodBoolean;
|
|
27129
|
-
borrowing_enabled: z.
|
|
27529
|
+
borrowing_enabled: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
27130
27530
|
chain: z.ZodLiteral<"Bitcoin">;
|
|
27131
27531
|
asset: z.ZodLiteral<"BTC">;
|
|
27132
27532
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -27261,8 +27661,8 @@ declare const rpcResult: {
|
|
|
27261
27661
|
}, {
|
|
27262
27662
|
chain: "Assethub";
|
|
27263
27663
|
asset: "USDT";
|
|
27264
|
-
}>]>, "many"
|
|
27265
|
-
add_lender_funds_enabled: z.
|
|
27664
|
+
}>]>, "many">;
|
|
27665
|
+
add_lender_funds_enabled: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
27266
27666
|
chain: z.ZodLiteral<"Bitcoin">;
|
|
27267
27667
|
asset: z.ZodLiteral<"BTC">;
|
|
27268
27668
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -27397,8 +27797,8 @@ declare const rpcResult: {
|
|
|
27397
27797
|
}, {
|
|
27398
27798
|
chain: "Assethub";
|
|
27399
27799
|
asset: "USDT";
|
|
27400
|
-
}>]>, "many"
|
|
27401
|
-
withdraw_lender_funds_enabled: z.
|
|
27800
|
+
}>]>, "many">;
|
|
27801
|
+
withdraw_lender_funds_enabled: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
27402
27802
|
chain: z.ZodLiteral<"Bitcoin">;
|
|
27403
27803
|
asset: z.ZodLiteral<"BTC">;
|
|
27404
27804
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -27533,8 +27933,8 @@ declare const rpcResult: {
|
|
|
27533
27933
|
}, {
|
|
27534
27934
|
chain: "Assethub";
|
|
27535
27935
|
asset: "USDT";
|
|
27536
|
-
}>]>, "many"
|
|
27537
|
-
add_collateral_enabled: z.
|
|
27936
|
+
}>]>, "many">;
|
|
27937
|
+
add_collateral_enabled: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
27538
27938
|
chain: z.ZodLiteral<"Bitcoin">;
|
|
27539
27939
|
asset: z.ZodLiteral<"BTC">;
|
|
27540
27940
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -27669,8 +28069,8 @@ declare const rpcResult: {
|
|
|
27669
28069
|
}, {
|
|
27670
28070
|
chain: "Assethub";
|
|
27671
28071
|
asset: "USDT";
|
|
27672
|
-
}>]>, "many"
|
|
27673
|
-
remove_collateral_enabled: z.
|
|
28072
|
+
}>]>, "many">;
|
|
28073
|
+
remove_collateral_enabled: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
27674
28074
|
chain: z.ZodLiteral<"Bitcoin">;
|
|
27675
28075
|
asset: z.ZodLiteral<"BTC">;
|
|
27676
28076
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -27805,11 +28205,11 @@ declare const rpcResult: {
|
|
|
27805
28205
|
}, {
|
|
27806
28206
|
chain: "Assethub";
|
|
27807
28207
|
asset: "USDT";
|
|
27808
|
-
}>]>, "many"
|
|
28208
|
+
}>]>, "many">;
|
|
27809
28209
|
}, "strip", z.ZodTypeAny, {
|
|
27810
28210
|
add_boost_funds_enabled: boolean;
|
|
27811
28211
|
stop_boosting_enabled: boolean;
|
|
27812
|
-
borrowing_enabled
|
|
28212
|
+
borrowing_enabled: ({
|
|
27813
28213
|
chain: "Bitcoin";
|
|
27814
28214
|
asset: "BTC";
|
|
27815
28215
|
} | {
|
|
@@ -27854,8 +28254,8 @@ declare const rpcResult: {
|
|
|
27854
28254
|
} | {
|
|
27855
28255
|
chain: "Assethub";
|
|
27856
28256
|
asset: "USDT";
|
|
27857
|
-
})[]
|
|
27858
|
-
add_lender_funds_enabled
|
|
28257
|
+
})[];
|
|
28258
|
+
add_lender_funds_enabled: ({
|
|
27859
28259
|
chain: "Bitcoin";
|
|
27860
28260
|
asset: "BTC";
|
|
27861
28261
|
} | {
|
|
@@ -27900,8 +28300,8 @@ declare const rpcResult: {
|
|
|
27900
28300
|
} | {
|
|
27901
28301
|
chain: "Assethub";
|
|
27902
28302
|
asset: "USDT";
|
|
27903
|
-
})[]
|
|
27904
|
-
withdraw_lender_funds_enabled
|
|
28303
|
+
})[];
|
|
28304
|
+
withdraw_lender_funds_enabled: ({
|
|
27905
28305
|
chain: "Bitcoin";
|
|
27906
28306
|
asset: "BTC";
|
|
27907
28307
|
} | {
|
|
@@ -27946,8 +28346,8 @@ declare const rpcResult: {
|
|
|
27946
28346
|
} | {
|
|
27947
28347
|
chain: "Assethub";
|
|
27948
28348
|
asset: "USDT";
|
|
27949
|
-
})[]
|
|
27950
|
-
add_collateral_enabled
|
|
28349
|
+
})[];
|
|
28350
|
+
add_collateral_enabled: ({
|
|
27951
28351
|
chain: "Bitcoin";
|
|
27952
28352
|
asset: "BTC";
|
|
27953
28353
|
} | {
|
|
@@ -27992,8 +28392,8 @@ declare const rpcResult: {
|
|
|
27992
28392
|
} | {
|
|
27993
28393
|
chain: "Assethub";
|
|
27994
28394
|
asset: "USDT";
|
|
27995
|
-
})[]
|
|
27996
|
-
remove_collateral_enabled
|
|
28395
|
+
})[];
|
|
28396
|
+
remove_collateral_enabled: ({
|
|
27997
28397
|
chain: "Bitcoin";
|
|
27998
28398
|
asset: "BTC";
|
|
27999
28399
|
} | {
|
|
@@ -28038,11 +28438,11 @@ declare const rpcResult: {
|
|
|
28038
28438
|
} | {
|
|
28039
28439
|
chain: "Assethub";
|
|
28040
28440
|
asset: "USDT";
|
|
28041
|
-
})[]
|
|
28441
|
+
})[];
|
|
28042
28442
|
}, {
|
|
28043
28443
|
add_boost_funds_enabled: boolean;
|
|
28044
28444
|
stop_boosting_enabled: boolean;
|
|
28045
|
-
borrowing_enabled
|
|
28445
|
+
borrowing_enabled: ({
|
|
28046
28446
|
chain: "Bitcoin";
|
|
28047
28447
|
asset: "BTC";
|
|
28048
28448
|
} | {
|
|
@@ -28087,8 +28487,8 @@ declare const rpcResult: {
|
|
|
28087
28487
|
} | {
|
|
28088
28488
|
chain: "Assethub";
|
|
28089
28489
|
asset: "USDT";
|
|
28090
|
-
})[]
|
|
28091
|
-
add_lender_funds_enabled
|
|
28490
|
+
})[];
|
|
28491
|
+
add_lender_funds_enabled: ({
|
|
28092
28492
|
chain: "Bitcoin";
|
|
28093
28493
|
asset: "BTC";
|
|
28094
28494
|
} | {
|
|
@@ -28133,8 +28533,8 @@ declare const rpcResult: {
|
|
|
28133
28533
|
} | {
|
|
28134
28534
|
chain: "Assethub";
|
|
28135
28535
|
asset: "USDT";
|
|
28136
|
-
})[]
|
|
28137
|
-
withdraw_lender_funds_enabled
|
|
28536
|
+
})[];
|
|
28537
|
+
withdraw_lender_funds_enabled: ({
|
|
28138
28538
|
chain: "Bitcoin";
|
|
28139
28539
|
asset: "BTC";
|
|
28140
28540
|
} | {
|
|
@@ -28179,8 +28579,8 @@ declare const rpcResult: {
|
|
|
28179
28579
|
} | {
|
|
28180
28580
|
chain: "Assethub";
|
|
28181
28581
|
asset: "USDT";
|
|
28182
|
-
})[]
|
|
28183
|
-
add_collateral_enabled
|
|
28582
|
+
})[];
|
|
28583
|
+
add_collateral_enabled: ({
|
|
28184
28584
|
chain: "Bitcoin";
|
|
28185
28585
|
asset: "BTC";
|
|
28186
28586
|
} | {
|
|
@@ -28225,8 +28625,8 @@ declare const rpcResult: {
|
|
|
28225
28625
|
} | {
|
|
28226
28626
|
chain: "Assethub";
|
|
28227
28627
|
asset: "USDT";
|
|
28228
|
-
})[]
|
|
28229
|
-
remove_collateral_enabled
|
|
28628
|
+
})[];
|
|
28629
|
+
remove_collateral_enabled: ({
|
|
28230
28630
|
chain: "Bitcoin";
|
|
28231
28631
|
asset: "BTC";
|
|
28232
28632
|
} | {
|
|
@@ -28271,7 +28671,7 @@ declare const rpcResult: {
|
|
|
28271
28671
|
} | {
|
|
28272
28672
|
chain: "Assethub";
|
|
28273
28673
|
asset: "USDT";
|
|
28274
|
-
})[]
|
|
28674
|
+
})[];
|
|
28275
28675
|
}>;
|
|
28276
28676
|
broadcast_ethereum: z.ZodObject<{
|
|
28277
28677
|
retry_enabled: z.ZodBoolean;
|
|
@@ -28438,18 +28838,6 @@ declare const rpcResult: {
|
|
|
28438
28838
|
oracle_price_elections: boolean;
|
|
28439
28839
|
}>;
|
|
28440
28840
|
}, "strip", z.ZodTypeAny, {
|
|
28441
|
-
swapping: {
|
|
28442
|
-
swaps_enabled: boolean;
|
|
28443
|
-
withdrawals_enabled: boolean;
|
|
28444
|
-
broker_registration_enabled: boolean;
|
|
28445
|
-
};
|
|
28446
|
-
funding: {
|
|
28447
|
-
redeem_enabled: boolean;
|
|
28448
|
-
};
|
|
28449
|
-
pools: {
|
|
28450
|
-
range_order_update_enabled: boolean;
|
|
28451
|
-
limit_order_update_enabled: boolean;
|
|
28452
|
-
};
|
|
28453
28841
|
asset_balances: {
|
|
28454
28842
|
reconciliation_enabled: boolean;
|
|
28455
28843
|
};
|
|
@@ -28463,6 +28851,18 @@ declare const rpcResult: {
|
|
|
28463
28851
|
start_bidding_enabled: boolean;
|
|
28464
28852
|
stop_bidding_enabled: boolean;
|
|
28465
28853
|
};
|
|
28854
|
+
swapping: {
|
|
28855
|
+
swaps_enabled: boolean;
|
|
28856
|
+
withdrawals_enabled: boolean;
|
|
28857
|
+
broker_registration_enabled: boolean;
|
|
28858
|
+
};
|
|
28859
|
+
funding: {
|
|
28860
|
+
redeem_enabled: boolean;
|
|
28861
|
+
};
|
|
28862
|
+
pools: {
|
|
28863
|
+
range_order_update_enabled: boolean;
|
|
28864
|
+
limit_order_update_enabled: boolean;
|
|
28865
|
+
};
|
|
28466
28866
|
emissions: {
|
|
28467
28867
|
emissions_sync_enabled: boolean;
|
|
28468
28868
|
};
|
|
@@ -28489,7 +28889,7 @@ declare const rpcResult: {
|
|
|
28489
28889
|
lending_pools: {
|
|
28490
28890
|
add_boost_funds_enabled: boolean;
|
|
28491
28891
|
stop_boosting_enabled: boolean;
|
|
28492
|
-
borrowing_enabled
|
|
28892
|
+
borrowing_enabled: ({
|
|
28493
28893
|
chain: "Bitcoin";
|
|
28494
28894
|
asset: "BTC";
|
|
28495
28895
|
} | {
|
|
@@ -28534,8 +28934,8 @@ declare const rpcResult: {
|
|
|
28534
28934
|
} | {
|
|
28535
28935
|
chain: "Assethub";
|
|
28536
28936
|
asset: "USDT";
|
|
28537
|
-
})[]
|
|
28538
|
-
add_lender_funds_enabled
|
|
28937
|
+
})[];
|
|
28938
|
+
add_lender_funds_enabled: ({
|
|
28539
28939
|
chain: "Bitcoin";
|
|
28540
28940
|
asset: "BTC";
|
|
28541
28941
|
} | {
|
|
@@ -28580,8 +28980,8 @@ declare const rpcResult: {
|
|
|
28580
28980
|
} | {
|
|
28581
28981
|
chain: "Assethub";
|
|
28582
28982
|
asset: "USDT";
|
|
28583
|
-
})[]
|
|
28584
|
-
withdraw_lender_funds_enabled
|
|
28983
|
+
})[];
|
|
28984
|
+
withdraw_lender_funds_enabled: ({
|
|
28585
28985
|
chain: "Bitcoin";
|
|
28586
28986
|
asset: "BTC";
|
|
28587
28987
|
} | {
|
|
@@ -28626,8 +29026,8 @@ declare const rpcResult: {
|
|
|
28626
29026
|
} | {
|
|
28627
29027
|
chain: "Assethub";
|
|
28628
29028
|
asset: "USDT";
|
|
28629
|
-
})[]
|
|
28630
|
-
add_collateral_enabled
|
|
29029
|
+
})[];
|
|
29030
|
+
add_collateral_enabled: ({
|
|
28631
29031
|
chain: "Bitcoin";
|
|
28632
29032
|
asset: "BTC";
|
|
28633
29033
|
} | {
|
|
@@ -28672,8 +29072,8 @@ declare const rpcResult: {
|
|
|
28672
29072
|
} | {
|
|
28673
29073
|
chain: "Assethub";
|
|
28674
29074
|
asset: "USDT";
|
|
28675
|
-
})[]
|
|
28676
|
-
remove_collateral_enabled
|
|
29075
|
+
})[];
|
|
29076
|
+
remove_collateral_enabled: ({
|
|
28677
29077
|
chain: "Bitcoin";
|
|
28678
29078
|
asset: "BTC";
|
|
28679
29079
|
} | {
|
|
@@ -28718,7 +29118,7 @@ declare const rpcResult: {
|
|
|
28718
29118
|
} | {
|
|
28719
29119
|
chain: "Assethub";
|
|
28720
29120
|
asset: "USDT";
|
|
28721
|
-
})[]
|
|
29121
|
+
})[];
|
|
28722
29122
|
};
|
|
28723
29123
|
broadcast_ethereum: {
|
|
28724
29124
|
retry_enabled: boolean;
|
|
@@ -28785,18 +29185,6 @@ declare const rpcResult: {
|
|
|
28785
29185
|
oracle_price_elections: boolean;
|
|
28786
29186
|
};
|
|
28787
29187
|
}, {
|
|
28788
|
-
swapping: {
|
|
28789
|
-
swaps_enabled: boolean;
|
|
28790
|
-
withdrawals_enabled: boolean;
|
|
28791
|
-
broker_registration_enabled: boolean;
|
|
28792
|
-
};
|
|
28793
|
-
funding: {
|
|
28794
|
-
redeem_enabled: boolean;
|
|
28795
|
-
};
|
|
28796
|
-
pools: {
|
|
28797
|
-
range_order_update_enabled: boolean;
|
|
28798
|
-
limit_order_update_enabled: boolean;
|
|
28799
|
-
};
|
|
28800
29188
|
asset_balances: {
|
|
28801
29189
|
reconciliation_enabled: boolean;
|
|
28802
29190
|
};
|
|
@@ -28810,6 +29198,18 @@ declare const rpcResult: {
|
|
|
28810
29198
|
start_bidding_enabled: boolean;
|
|
28811
29199
|
stop_bidding_enabled: boolean;
|
|
28812
29200
|
};
|
|
29201
|
+
swapping: {
|
|
29202
|
+
swaps_enabled: boolean;
|
|
29203
|
+
withdrawals_enabled: boolean;
|
|
29204
|
+
broker_registration_enabled: boolean;
|
|
29205
|
+
};
|
|
29206
|
+
funding: {
|
|
29207
|
+
redeem_enabled: boolean;
|
|
29208
|
+
};
|
|
29209
|
+
pools: {
|
|
29210
|
+
range_order_update_enabled: boolean;
|
|
29211
|
+
limit_order_update_enabled: boolean;
|
|
29212
|
+
};
|
|
28813
29213
|
emissions: {
|
|
28814
29214
|
emissions_sync_enabled: boolean;
|
|
28815
29215
|
};
|
|
@@ -28836,7 +29236,7 @@ declare const rpcResult: {
|
|
|
28836
29236
|
lending_pools: {
|
|
28837
29237
|
add_boost_funds_enabled: boolean;
|
|
28838
29238
|
stop_boosting_enabled: boolean;
|
|
28839
|
-
borrowing_enabled
|
|
29239
|
+
borrowing_enabled: ({
|
|
28840
29240
|
chain: "Bitcoin";
|
|
28841
29241
|
asset: "BTC";
|
|
28842
29242
|
} | {
|
|
@@ -28881,8 +29281,8 @@ declare const rpcResult: {
|
|
|
28881
29281
|
} | {
|
|
28882
29282
|
chain: "Assethub";
|
|
28883
29283
|
asset: "USDT";
|
|
28884
|
-
})[]
|
|
28885
|
-
add_lender_funds_enabled
|
|
29284
|
+
})[];
|
|
29285
|
+
add_lender_funds_enabled: ({
|
|
28886
29286
|
chain: "Bitcoin";
|
|
28887
29287
|
asset: "BTC";
|
|
28888
29288
|
} | {
|
|
@@ -28927,8 +29327,8 @@ declare const rpcResult: {
|
|
|
28927
29327
|
} | {
|
|
28928
29328
|
chain: "Assethub";
|
|
28929
29329
|
asset: "USDT";
|
|
28930
|
-
})[]
|
|
28931
|
-
withdraw_lender_funds_enabled
|
|
29330
|
+
})[];
|
|
29331
|
+
withdraw_lender_funds_enabled: ({
|
|
28932
29332
|
chain: "Bitcoin";
|
|
28933
29333
|
asset: "BTC";
|
|
28934
29334
|
} | {
|
|
@@ -28973,8 +29373,8 @@ declare const rpcResult: {
|
|
|
28973
29373
|
} | {
|
|
28974
29374
|
chain: "Assethub";
|
|
28975
29375
|
asset: "USDT";
|
|
28976
|
-
})[]
|
|
28977
|
-
add_collateral_enabled
|
|
29376
|
+
})[];
|
|
29377
|
+
add_collateral_enabled: ({
|
|
28978
29378
|
chain: "Bitcoin";
|
|
28979
29379
|
asset: "BTC";
|
|
28980
29380
|
} | {
|
|
@@ -29019,8 +29419,8 @@ declare const rpcResult: {
|
|
|
29019
29419
|
} | {
|
|
29020
29420
|
chain: "Assethub";
|
|
29021
29421
|
asset: "USDT";
|
|
29022
|
-
})[]
|
|
29023
|
-
remove_collateral_enabled
|
|
29422
|
+
})[];
|
|
29423
|
+
remove_collateral_enabled: ({
|
|
29024
29424
|
chain: "Bitcoin";
|
|
29025
29425
|
asset: "BTC";
|
|
29026
29426
|
} | {
|
|
@@ -29065,7 +29465,7 @@ declare const rpcResult: {
|
|
|
29065
29465
|
} | {
|
|
29066
29466
|
chain: "Assethub";
|
|
29067
29467
|
asset: "USDT";
|
|
29068
|
-
})[]
|
|
29468
|
+
})[];
|
|
29069
29469
|
};
|
|
29070
29470
|
broadcast_ethereum: {
|
|
29071
29471
|
retry_enabled: boolean;
|
|
@@ -29140,21 +29540,21 @@ declare const rpcResult: {
|
|
|
29140
29540
|
updated_at_statechain_block: z.ZodNumber;
|
|
29141
29541
|
base_asset: z.ZodEnum<["Btc", "Eth", "Sol", "Usdc", "Usdt", "Usd", "Fine"]>;
|
|
29142
29542
|
quote_asset: z.ZodEnum<["Btc", "Eth", "Sol", "Usdc", "Usdt", "Usd", "Fine"]>;
|
|
29143
|
-
price_status: z.
|
|
29543
|
+
price_status: z.ZodEnum<["UpToDate", "Stale", "MaybeStale"]>;
|
|
29144
29544
|
}, "strip", z.ZodTypeAny, {
|
|
29145
|
-
quote_asset: "Btc" | "Eth" | "Sol" | "Usdc" | "Usdt" | "Usd" | "Fine";
|
|
29146
29545
|
price: bigint;
|
|
29546
|
+
quote_asset: "Btc" | "Eth" | "Sol" | "Usdc" | "Usdt" | "Usd" | "Fine";
|
|
29147
29547
|
base_asset: "Btc" | "Eth" | "Sol" | "Usdc" | "Usdt" | "Usd" | "Fine";
|
|
29148
29548
|
updated_at_oracle_timestamp: number;
|
|
29149
29549
|
updated_at_statechain_block: number;
|
|
29150
|
-
price_status
|
|
29550
|
+
price_status: "UpToDate" | "Stale" | "MaybeStale";
|
|
29151
29551
|
}, {
|
|
29152
|
-
quote_asset: "Btc" | "Eth" | "Sol" | "Usdc" | "Usdt" | "Usd" | "Fine";
|
|
29153
29552
|
price: string | number;
|
|
29553
|
+
quote_asset: "Btc" | "Eth" | "Sol" | "Usdc" | "Usdt" | "Usd" | "Fine";
|
|
29154
29554
|
base_asset: "Btc" | "Eth" | "Sol" | "Usdc" | "Usdt" | "Usd" | "Fine";
|
|
29155
29555
|
updated_at_oracle_timestamp: number;
|
|
29156
29556
|
updated_at_statechain_block: number;
|
|
29157
|
-
price_status
|
|
29557
|
+
price_status: "UpToDate" | "Stale" | "MaybeStale";
|
|
29158
29558
|
}>, "many">;
|
|
29159
29559
|
readonly cf_lending_pools: z.ZodArray<z.ZodObject<{
|
|
29160
29560
|
asset: z.ZodUnion<[z.ZodObject<{
|
|
@@ -29362,8 +29762,8 @@ declare const rpcResult: {
|
|
|
29362
29762
|
chain: "Assethub";
|
|
29363
29763
|
asset: "USDT";
|
|
29364
29764
|
};
|
|
29365
|
-
available_amount: bigint;
|
|
29366
29765
|
total_amount: bigint;
|
|
29766
|
+
available_amount: bigint;
|
|
29367
29767
|
utilisation_rate: number;
|
|
29368
29768
|
current_interest_rate: number;
|
|
29369
29769
|
origination_fee: number;
|
|
@@ -29421,8 +29821,8 @@ declare const rpcResult: {
|
|
|
29421
29821
|
chain: "Assethub";
|
|
29422
29822
|
asset: "USDT";
|
|
29423
29823
|
};
|
|
29424
|
-
available_amount: string | number;
|
|
29425
29824
|
total_amount: string | number;
|
|
29825
|
+
available_amount: string | number;
|
|
29426
29826
|
utilisation_rate: number;
|
|
29427
29827
|
current_interest_rate: number;
|
|
29428
29828
|
origination_fee: number;
|