@chainflip/rpc 2.1.0-beta.1 → 2.1.1-beta.0
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/_virtual/{rolldown_runtime.mjs → _rolldown/runtime.cjs} +5 -4
- package/dist/_virtual/{rolldown_runtime.cjs → _rolldown/runtime.mjs} +4 -5
- package/dist/common.cjs +1 -0
- package/dist/common.d.cts +383 -881
- package/dist/common.d.mts +383 -881
- package/dist/constants.cjs +3 -2
- package/dist/constants.mjs +1 -1
- package/dist/index.cjs +1 -0
- package/dist/parsers.cjs +1 -4
- package/dist/parsers.d.cts +768 -1452
- package/dist/parsers.d.mts +768 -1452
- package/dist/parsers.mjs +0 -4
- package/package.json +3 -3
package/dist/common.d.cts
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;
|
|
374
375
|
ETH: bigint;
|
|
375
376
|
USDC: bigint;
|
|
376
|
-
FLIP: bigint;
|
|
377
377
|
USDT: bigint;
|
|
378
378
|
WBTC: bigint;
|
|
379
379
|
}, {
|
|
380
|
+
FLIP: string | number;
|
|
380
381
|
ETH: string | number;
|
|
381
382
|
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;
|
|
430
431
|
ETH: bigint;
|
|
431
432
|
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;
|
|
456
457
|
ETH: string | number;
|
|
457
458
|
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;
|
|
511
512
|
ETH: bigint;
|
|
512
513
|
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;
|
|
554
555
|
ETH: string | number;
|
|
555
556
|
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;
|
|
605
606
|
ETH: bigint;
|
|
606
607
|
USDC: bigint;
|
|
607
|
-
FLIP: bigint;
|
|
608
608
|
USDT: bigint;
|
|
609
609
|
WBTC: bigint;
|
|
610
610
|
}, {
|
|
611
|
+
FLIP: string | number;
|
|
611
612
|
ETH: string | number;
|
|
612
613
|
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;
|
|
661
662
|
ETH: bigint;
|
|
662
663
|
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;
|
|
687
688
|
ETH: string | number;
|
|
688
689
|
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;
|
|
740
741
|
ETH: bigint;
|
|
741
742
|
USDC: bigint;
|
|
742
|
-
FLIP: bigint;
|
|
743
743
|
USDT: bigint;
|
|
744
744
|
WBTC: bigint;
|
|
745
745
|
}, {
|
|
746
|
+
FLIP: string | number;
|
|
746
747
|
ETH: string | number;
|
|
747
748
|
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;
|
|
796
797
|
ETH: bigint;
|
|
797
798
|
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;
|
|
822
823
|
ETH: string | number;
|
|
823
824
|
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;
|
|
877
878
|
ETH: bigint;
|
|
878
879
|
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;
|
|
906
907
|
ETH: bigint;
|
|
907
908
|
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;
|
|
953
954
|
ETH: string | number;
|
|
954
955
|
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;
|
|
982
983
|
ETH: string | number;
|
|
983
984
|
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;
|
|
1069
1070
|
ETH: bigint;
|
|
1070
1071
|
USDC: bigint;
|
|
1071
|
-
FLIP: bigint;
|
|
1072
1072
|
USDT: bigint;
|
|
1073
1073
|
WBTC: bigint;
|
|
1074
1074
|
}, {
|
|
1075
|
+
FLIP: string | number;
|
|
1075
1076
|
ETH: string | number;
|
|
1076
1077
|
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;
|
|
1125
1126
|
ETH: bigint;
|
|
1126
1127
|
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;
|
|
1151
1152
|
ETH: string | number;
|
|
1152
1153
|
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;
|
|
1206
1207
|
ETH: bigint;
|
|
1207
1208
|
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;
|
|
1263
1264
|
ETH: string | number;
|
|
1264
1265
|
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;
|
|
1347
1348
|
ETH: bigint;
|
|
1348
1349
|
USDC: bigint;
|
|
1349
|
-
FLIP: bigint;
|
|
1350
1350
|
USDT: bigint;
|
|
1351
1351
|
WBTC: bigint;
|
|
1352
1352
|
}, {
|
|
1353
|
+
FLIP: string | number;
|
|
1353
1354
|
ETH: string | number;
|
|
1354
1355
|
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;
|
|
1403
1404
|
ETH: bigint;
|
|
1404
1405
|
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;
|
|
1429
1430
|
ETH: string | number;
|
|
1430
1431
|
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
|
+
FLIP: {
|
|
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
|
+
ETH: {
|
|
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
|
+
USDC: {
|
|
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
|
+
FLIP: {
|
|
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
|
+
ETH: {
|
|
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
|
+
USDC: {
|
|
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
|
+
FLIP: {
|
|
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
|
+
ETH: {
|
|
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
|
+
USDC: {
|
|
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
|
+
FLIP: {
|
|
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
|
+
ETH: {
|
|
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
|
+
USDC: {
|
|
2109
2109
|
fee_tier: number;
|
|
2110
2110
|
total_balance: string;
|
|
2111
2111
|
available_balance: string;
|
|
@@ -2206,15 +2206,6 @@ declare const rpcResult: {
|
|
|
2206
2206
|
}, {
|
|
2207
2207
|
chain: "Bitcoin";
|
|
2208
2208
|
asset: "BTC";
|
|
2209
|
-
}>, z.ZodObject<{
|
|
2210
|
-
chain: z.ZodLiteral<"Polkadot">;
|
|
2211
|
-
asset: z.ZodLiteral<"DOT">;
|
|
2212
|
-
}, "strip", z.ZodTypeAny, {
|
|
2213
|
-
chain: "Polkadot";
|
|
2214
|
-
asset: "DOT";
|
|
2215
|
-
}, {
|
|
2216
|
-
chain: "Polkadot";
|
|
2217
|
-
asset: "DOT";
|
|
2218
2209
|
}>, z.ZodObject<{
|
|
2219
2210
|
chain: z.ZodLiteral<"Ethereum">;
|
|
2220
2211
|
asset: z.ZodLiteral<"FLIP">;
|
|
@@ -2345,11 +2336,11 @@ declare const rpcResult: {
|
|
|
2345
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>;
|
|
2346
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>;
|
|
2347
2338
|
}, "strip", z.ZodTypeAny, {
|
|
2348
|
-
total_amount: bigint;
|
|
2349
2339
|
available_amount: bigint;
|
|
2340
|
+
total_amount: bigint;
|
|
2350
2341
|
}, {
|
|
2351
|
-
total_amount: string | number;
|
|
2352
2342
|
available_amount: string | number;
|
|
2343
|
+
total_amount: string | number;
|
|
2353
2344
|
}>>, "many">>;
|
|
2354
2345
|
collateral_balances: z.ZodOptional<z.ZodArray<z.ZodIntersection<z.ZodUnion<[z.ZodObject<{
|
|
2355
2346
|
chain: z.ZodLiteral<"Bitcoin">;
|
|
@@ -2360,15 +2351,6 @@ declare const rpcResult: {
|
|
|
2360
2351
|
}, {
|
|
2361
2352
|
chain: "Bitcoin";
|
|
2362
2353
|
asset: "BTC";
|
|
2363
|
-
}>, z.ZodObject<{
|
|
2364
|
-
chain: z.ZodLiteral<"Polkadot">;
|
|
2365
|
-
asset: z.ZodLiteral<"DOT">;
|
|
2366
|
-
}, "strip", z.ZodTypeAny, {
|
|
2367
|
-
chain: "Polkadot";
|
|
2368
|
-
asset: "DOT";
|
|
2369
|
-
}, {
|
|
2370
|
-
chain: "Polkadot";
|
|
2371
|
-
asset: "DOT";
|
|
2372
2354
|
}>, z.ZodObject<{
|
|
2373
2355
|
chain: z.ZodLiteral<"Ethereum">;
|
|
2374
2356
|
asset: z.ZodLiteral<"FLIP">;
|
|
@@ -2519,15 +2501,15 @@ declare const rpcResult: {
|
|
|
2519
2501
|
USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
2520
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>>;
|
|
2521
2503
|
}, "strip", z.ZodTypeAny, {
|
|
2504
|
+
FLIP: bigint;
|
|
2522
2505
|
ETH: bigint;
|
|
2523
2506
|
USDC: bigint;
|
|
2524
|
-
FLIP: bigint;
|
|
2525
2507
|
USDT: bigint;
|
|
2526
2508
|
WBTC: bigint;
|
|
2527
2509
|
}, {
|
|
2510
|
+
FLIP: string | number;
|
|
2528
2511
|
ETH: string | number;
|
|
2529
2512
|
USDC: string | number;
|
|
2530
|
-
FLIP: string | number;
|
|
2531
2513
|
USDT: string | number;
|
|
2532
2514
|
WBTC?: string | number | undefined;
|
|
2533
2515
|
}>;
|
|
@@ -2575,9 +2557,9 @@ declare const rpcResult: {
|
|
|
2575
2557
|
BTC: bigint;
|
|
2576
2558
|
};
|
|
2577
2559
|
Ethereum: {
|
|
2560
|
+
FLIP: bigint;
|
|
2578
2561
|
ETH: bigint;
|
|
2579
2562
|
USDC: bigint;
|
|
2580
|
-
FLIP: bigint;
|
|
2581
2563
|
USDT: bigint;
|
|
2582
2564
|
WBTC: bigint;
|
|
2583
2565
|
};
|
|
@@ -2601,9 +2583,9 @@ declare const rpcResult: {
|
|
|
2601
2583
|
BTC: string | number;
|
|
2602
2584
|
};
|
|
2603
2585
|
Ethereum: {
|
|
2586
|
+
FLIP: string | number;
|
|
2604
2587
|
ETH: string | number;
|
|
2605
2588
|
USDC: string | number;
|
|
2606
|
-
FLIP: string | number;
|
|
2607
2589
|
USDT: string | number;
|
|
2608
2590
|
WBTC?: string | number | undefined;
|
|
2609
2591
|
};
|
|
@@ -2656,9 +2638,9 @@ declare const rpcResult: {
|
|
|
2656
2638
|
BTC: bigint;
|
|
2657
2639
|
};
|
|
2658
2640
|
Ethereum: {
|
|
2641
|
+
FLIP: bigint;
|
|
2659
2642
|
ETH: bigint;
|
|
2660
2643
|
USDC: bigint;
|
|
2661
|
-
FLIP: bigint;
|
|
2662
2644
|
USDT: bigint;
|
|
2663
2645
|
WBTC: bigint;
|
|
2664
2646
|
};
|
|
@@ -2685,9 +2667,9 @@ declare const rpcResult: {
|
|
|
2685
2667
|
BTC: bigint;
|
|
2686
2668
|
};
|
|
2687
2669
|
Ethereum: {
|
|
2670
|
+
FLIP: bigint;
|
|
2688
2671
|
ETH: bigint;
|
|
2689
2672
|
USDC: bigint;
|
|
2690
|
-
FLIP: bigint;
|
|
2691
2673
|
USDT: bigint;
|
|
2692
2674
|
WBTC: bigint;
|
|
2693
2675
|
};
|
|
@@ -2725,21 +2707,21 @@ declare const rpcResult: {
|
|
|
2725
2707
|
}[];
|
|
2726
2708
|
};
|
|
2727
2709
|
Ethereum: {
|
|
2728
|
-
|
|
2710
|
+
FLIP: {
|
|
2729
2711
|
fee_tier: number;
|
|
2730
2712
|
total_balance: bigint;
|
|
2731
2713
|
available_balance: bigint;
|
|
2732
2714
|
in_use_balance: bigint;
|
|
2733
2715
|
is_withdrawing: boolean;
|
|
2734
2716
|
}[];
|
|
2735
|
-
|
|
2717
|
+
ETH: {
|
|
2736
2718
|
fee_tier: number;
|
|
2737
2719
|
total_balance: bigint;
|
|
2738
2720
|
available_balance: bigint;
|
|
2739
2721
|
in_use_balance: bigint;
|
|
2740
2722
|
is_withdrawing: boolean;
|
|
2741
2723
|
}[];
|
|
2742
|
-
|
|
2724
|
+
USDC: {
|
|
2743
2725
|
fee_tier: number;
|
|
2744
2726
|
total_balance: bigint;
|
|
2745
2727
|
available_balance: bigint;
|
|
@@ -2845,9 +2827,6 @@ declare const rpcResult: {
|
|
|
2845
2827
|
lending_positions?: (({
|
|
2846
2828
|
chain: "Bitcoin";
|
|
2847
2829
|
asset: "BTC";
|
|
2848
|
-
} | {
|
|
2849
|
-
chain: "Polkadot";
|
|
2850
|
-
asset: "DOT";
|
|
2851
2830
|
} | {
|
|
2852
2831
|
chain: "Ethereum";
|
|
2853
2832
|
asset: "FLIP";
|
|
@@ -2891,15 +2870,12 @@ declare const rpcResult: {
|
|
|
2891
2870
|
chain: "Assethub";
|
|
2892
2871
|
asset: "USDT";
|
|
2893
2872
|
}) & {
|
|
2894
|
-
total_amount: bigint;
|
|
2895
2873
|
available_amount: bigint;
|
|
2874
|
+
total_amount: bigint;
|
|
2896
2875
|
})[] | undefined;
|
|
2897
2876
|
collateral_balances?: (({
|
|
2898
2877
|
chain: "Bitcoin";
|
|
2899
2878
|
asset: "BTC";
|
|
2900
|
-
} | {
|
|
2901
|
-
chain: "Polkadot";
|
|
2902
|
-
asset: "DOT";
|
|
2903
2879
|
} | {
|
|
2904
2880
|
chain: "Ethereum";
|
|
2905
2881
|
asset: "FLIP";
|
|
@@ -2953,9 +2929,9 @@ declare const rpcResult: {
|
|
|
2953
2929
|
BTC: string | number;
|
|
2954
2930
|
};
|
|
2955
2931
|
Ethereum: {
|
|
2932
|
+
FLIP: string | number;
|
|
2956
2933
|
ETH: string | number;
|
|
2957
2934
|
USDC: string | number;
|
|
2958
|
-
FLIP: string | number;
|
|
2959
2935
|
USDT: string | number;
|
|
2960
2936
|
WBTC?: string | number | undefined;
|
|
2961
2937
|
};
|
|
@@ -2982,9 +2958,9 @@ declare const rpcResult: {
|
|
|
2982
2958
|
BTC: string | number;
|
|
2983
2959
|
};
|
|
2984
2960
|
Ethereum: {
|
|
2961
|
+
FLIP: string | number;
|
|
2985
2962
|
ETH: string | number;
|
|
2986
2963
|
USDC: string | number;
|
|
2987
|
-
FLIP: string | number;
|
|
2988
2964
|
USDT: string | number;
|
|
2989
2965
|
WBTC?: string | number | undefined;
|
|
2990
2966
|
};
|
|
@@ -3022,21 +2998,21 @@ declare const rpcResult: {
|
|
|
3022
2998
|
}[];
|
|
3023
2999
|
};
|
|
3024
3000
|
Ethereum: {
|
|
3025
|
-
|
|
3001
|
+
FLIP: {
|
|
3026
3002
|
fee_tier: number;
|
|
3027
3003
|
total_balance: string;
|
|
3028
3004
|
available_balance: string;
|
|
3029
3005
|
in_use_balance: string;
|
|
3030
3006
|
is_withdrawing: boolean;
|
|
3031
3007
|
}[];
|
|
3032
|
-
|
|
3008
|
+
ETH: {
|
|
3033
3009
|
fee_tier: number;
|
|
3034
3010
|
total_balance: string;
|
|
3035
3011
|
available_balance: string;
|
|
3036
3012
|
in_use_balance: string;
|
|
3037
3013
|
is_withdrawing: boolean;
|
|
3038
3014
|
}[];
|
|
3039
|
-
|
|
3015
|
+
USDC: {
|
|
3040
3016
|
fee_tier: number;
|
|
3041
3017
|
total_balance: string;
|
|
3042
3018
|
available_balance: string;
|
|
@@ -3142,9 +3118,6 @@ declare const rpcResult: {
|
|
|
3142
3118
|
lending_positions?: (({
|
|
3143
3119
|
chain: "Bitcoin";
|
|
3144
3120
|
asset: "BTC";
|
|
3145
|
-
} | {
|
|
3146
|
-
chain: "Polkadot";
|
|
3147
|
-
asset: "DOT";
|
|
3148
3121
|
} | {
|
|
3149
3122
|
chain: "Ethereum";
|
|
3150
3123
|
asset: "FLIP";
|
|
@@ -3188,15 +3161,12 @@ declare const rpcResult: {
|
|
|
3188
3161
|
chain: "Assethub";
|
|
3189
3162
|
asset: "USDT";
|
|
3190
3163
|
}) & {
|
|
3191
|
-
total_amount: string | number;
|
|
3192
3164
|
available_amount: string | number;
|
|
3165
|
+
total_amount: string | number;
|
|
3193
3166
|
})[] | undefined;
|
|
3194
3167
|
collateral_balances?: (({
|
|
3195
3168
|
chain: "Bitcoin";
|
|
3196
3169
|
asset: "BTC";
|
|
3197
|
-
} | {
|
|
3198
|
-
chain: "Polkadot";
|
|
3199
|
-
asset: "DOT";
|
|
3200
3170
|
} | {
|
|
3201
3171
|
chain: "Ethereum";
|
|
3202
3172
|
asset: "FLIP";
|
|
@@ -3270,15 +3240,15 @@ declare const rpcResult: {
|
|
|
3270
3240
|
USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
3271
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>>;
|
|
3272
3242
|
}, "strip", z.ZodTypeAny, {
|
|
3243
|
+
FLIP: bigint;
|
|
3273
3244
|
ETH: bigint;
|
|
3274
3245
|
USDC: bigint;
|
|
3275
|
-
FLIP: bigint;
|
|
3276
3246
|
USDT: bigint;
|
|
3277
3247
|
WBTC: bigint;
|
|
3278
3248
|
}, {
|
|
3249
|
+
FLIP: string | number;
|
|
3279
3250
|
ETH: string | number;
|
|
3280
3251
|
USDC: string | number;
|
|
3281
|
-
FLIP: string | number;
|
|
3282
3252
|
USDT: string | number;
|
|
3283
3253
|
WBTC?: string | number | undefined;
|
|
3284
3254
|
}>;
|
|
@@ -3326,9 +3296,9 @@ declare const rpcResult: {
|
|
|
3326
3296
|
BTC: bigint;
|
|
3327
3297
|
};
|
|
3328
3298
|
Ethereum: {
|
|
3299
|
+
FLIP: bigint;
|
|
3329
3300
|
ETH: bigint;
|
|
3330
3301
|
USDC: bigint;
|
|
3331
|
-
FLIP: bigint;
|
|
3332
3302
|
USDT: bigint;
|
|
3333
3303
|
WBTC: bigint;
|
|
3334
3304
|
};
|
|
@@ -3352,9 +3322,9 @@ declare const rpcResult: {
|
|
|
3352
3322
|
BTC: string | number;
|
|
3353
3323
|
};
|
|
3354
3324
|
Ethereum: {
|
|
3325
|
+
FLIP: string | number;
|
|
3355
3326
|
ETH: string | number;
|
|
3356
3327
|
USDC: string | number;
|
|
3357
|
-
FLIP: string | number;
|
|
3358
3328
|
USDT: string | number;
|
|
3359
3329
|
WBTC?: string | number | undefined;
|
|
3360
3330
|
};
|
|
@@ -3407,9 +3377,9 @@ declare const rpcResult: {
|
|
|
3407
3377
|
BTC: bigint;
|
|
3408
3378
|
};
|
|
3409
3379
|
Ethereum: {
|
|
3380
|
+
FLIP: bigint;
|
|
3410
3381
|
ETH: bigint;
|
|
3411
3382
|
USDC: bigint;
|
|
3412
|
-
FLIP: bigint;
|
|
3413
3383
|
USDT: bigint;
|
|
3414
3384
|
WBTC: bigint;
|
|
3415
3385
|
};
|
|
@@ -3460,9 +3430,9 @@ declare const rpcResult: {
|
|
|
3460
3430
|
BTC: string | number;
|
|
3461
3431
|
};
|
|
3462
3432
|
Ethereum: {
|
|
3433
|
+
FLIP: string | number;
|
|
3463
3434
|
ETH: string | number;
|
|
3464
3435
|
USDC: string | number;
|
|
3465
|
-
FLIP: string | number;
|
|
3466
3436
|
USDT: string | number;
|
|
3467
3437
|
WBTC?: string | number | undefined;
|
|
3468
3438
|
};
|
|
@@ -3513,9 +3483,9 @@ declare const rpcResult: {
|
|
|
3513
3483
|
BTC: bigint;
|
|
3514
3484
|
};
|
|
3515
3485
|
Ethereum: {
|
|
3486
|
+
FLIP: bigint;
|
|
3516
3487
|
ETH: bigint;
|
|
3517
3488
|
USDC: bigint;
|
|
3518
|
-
FLIP: bigint;
|
|
3519
3489
|
USDT: bigint;
|
|
3520
3490
|
WBTC: bigint;
|
|
3521
3491
|
};
|
|
@@ -3556,9 +3526,9 @@ declare const rpcResult: {
|
|
|
3556
3526
|
BTC: bigint;
|
|
3557
3527
|
};
|
|
3558
3528
|
Ethereum: {
|
|
3529
|
+
FLIP: bigint;
|
|
3559
3530
|
ETH: bigint;
|
|
3560
3531
|
USDC: bigint;
|
|
3561
|
-
FLIP: bigint;
|
|
3562
3532
|
USDT: bigint;
|
|
3563
3533
|
WBTC: bigint;
|
|
3564
3534
|
};
|
|
@@ -3585,9 +3555,9 @@ declare const rpcResult: {
|
|
|
3585
3555
|
BTC: bigint;
|
|
3586
3556
|
};
|
|
3587
3557
|
Ethereum: {
|
|
3558
|
+
FLIP: bigint;
|
|
3588
3559
|
ETH: bigint;
|
|
3589
3560
|
USDC: bigint;
|
|
3590
|
-
FLIP: bigint;
|
|
3591
3561
|
USDT: bigint;
|
|
3592
3562
|
WBTC: bigint;
|
|
3593
3563
|
};
|
|
@@ -3632,9 +3602,9 @@ declare const rpcResult: {
|
|
|
3632
3602
|
BTC: bigint;
|
|
3633
3603
|
};
|
|
3634
3604
|
Ethereum: {
|
|
3605
|
+
FLIP: bigint;
|
|
3635
3606
|
ETH: bigint;
|
|
3636
3607
|
USDC: bigint;
|
|
3637
|
-
FLIP: bigint;
|
|
3638
3608
|
USDT: bigint;
|
|
3639
3609
|
WBTC: bigint;
|
|
3640
3610
|
};
|
|
@@ -3661,9 +3631,9 @@ declare const rpcResult: {
|
|
|
3661
3631
|
BTC: bigint;
|
|
3662
3632
|
};
|
|
3663
3633
|
Ethereum: {
|
|
3634
|
+
FLIP: bigint;
|
|
3664
3635
|
ETH: bigint;
|
|
3665
3636
|
USDC: bigint;
|
|
3666
|
-
FLIP: bigint;
|
|
3667
3637
|
USDT: bigint;
|
|
3668
3638
|
WBTC: bigint;
|
|
3669
3639
|
};
|
|
@@ -3701,21 +3671,21 @@ declare const rpcResult: {
|
|
|
3701
3671
|
}[];
|
|
3702
3672
|
};
|
|
3703
3673
|
Ethereum: {
|
|
3704
|
-
|
|
3674
|
+
FLIP: {
|
|
3705
3675
|
fee_tier: number;
|
|
3706
3676
|
total_balance: bigint;
|
|
3707
3677
|
available_balance: bigint;
|
|
3708
3678
|
in_use_balance: bigint;
|
|
3709
3679
|
is_withdrawing: boolean;
|
|
3710
3680
|
}[];
|
|
3711
|
-
|
|
3681
|
+
ETH: {
|
|
3712
3682
|
fee_tier: number;
|
|
3713
3683
|
total_balance: bigint;
|
|
3714
3684
|
available_balance: bigint;
|
|
3715
3685
|
in_use_balance: bigint;
|
|
3716
3686
|
is_withdrawing: boolean;
|
|
3717
3687
|
}[];
|
|
3718
|
-
|
|
3688
|
+
USDC: {
|
|
3719
3689
|
fee_tier: number;
|
|
3720
3690
|
total_balance: bigint;
|
|
3721
3691
|
available_balance: bigint;
|
|
@@ -3821,9 +3791,6 @@ declare const rpcResult: {
|
|
|
3821
3791
|
lending_positions?: (({
|
|
3822
3792
|
chain: "Bitcoin";
|
|
3823
3793
|
asset: "BTC";
|
|
3824
|
-
} | {
|
|
3825
|
-
chain: "Polkadot";
|
|
3826
|
-
asset: "DOT";
|
|
3827
3794
|
} | {
|
|
3828
3795
|
chain: "Ethereum";
|
|
3829
3796
|
asset: "FLIP";
|
|
@@ -3867,15 +3834,12 @@ declare const rpcResult: {
|
|
|
3867
3834
|
chain: "Assethub";
|
|
3868
3835
|
asset: "USDT";
|
|
3869
3836
|
}) & {
|
|
3870
|
-
total_amount: bigint;
|
|
3871
3837
|
available_amount: bigint;
|
|
3838
|
+
total_amount: bigint;
|
|
3872
3839
|
})[] | undefined;
|
|
3873
3840
|
collateral_balances?: (({
|
|
3874
3841
|
chain: "Bitcoin";
|
|
3875
3842
|
asset: "BTC";
|
|
3876
|
-
} | {
|
|
3877
|
-
chain: "Polkadot";
|
|
3878
|
-
asset: "DOT";
|
|
3879
3843
|
} | {
|
|
3880
3844
|
chain: "Ethereum";
|
|
3881
3845
|
asset: "FLIP";
|
|
@@ -3929,9 +3893,9 @@ declare const rpcResult: {
|
|
|
3929
3893
|
BTC: bigint;
|
|
3930
3894
|
};
|
|
3931
3895
|
Ethereum: {
|
|
3896
|
+
FLIP: bigint;
|
|
3932
3897
|
ETH: bigint;
|
|
3933
3898
|
USDC: bigint;
|
|
3934
|
-
FLIP: bigint;
|
|
3935
3899
|
USDT: bigint;
|
|
3936
3900
|
WBTC: bigint;
|
|
3937
3901
|
};
|
|
@@ -3988,9 +3952,9 @@ declare const rpcResult: {
|
|
|
3988
3952
|
BTC: bigint;
|
|
3989
3953
|
};
|
|
3990
3954
|
Ethereum: {
|
|
3955
|
+
FLIP: bigint;
|
|
3991
3956
|
ETH: bigint;
|
|
3992
3957
|
USDC: bigint;
|
|
3993
|
-
FLIP: bigint;
|
|
3994
3958
|
USDT: bigint;
|
|
3995
3959
|
WBTC: bigint;
|
|
3996
3960
|
};
|
|
@@ -4039,9 +4003,9 @@ declare const rpcResult: {
|
|
|
4039
4003
|
BTC: string | number;
|
|
4040
4004
|
};
|
|
4041
4005
|
Ethereum: {
|
|
4006
|
+
FLIP: string | number;
|
|
4042
4007
|
ETH: string | number;
|
|
4043
4008
|
USDC: string | number;
|
|
4044
|
-
FLIP: string | number;
|
|
4045
4009
|
USDT: string | number;
|
|
4046
4010
|
WBTC?: string | number | undefined;
|
|
4047
4011
|
};
|
|
@@ -4082,9 +4046,9 @@ declare const rpcResult: {
|
|
|
4082
4046
|
BTC: string | number;
|
|
4083
4047
|
};
|
|
4084
4048
|
Ethereum: {
|
|
4049
|
+
FLIP: string | number;
|
|
4085
4050
|
ETH: string | number;
|
|
4086
4051
|
USDC: string | number;
|
|
4087
|
-
FLIP: string | number;
|
|
4088
4052
|
USDT: string | number;
|
|
4089
4053
|
WBTC?: string | number | undefined;
|
|
4090
4054
|
};
|
|
@@ -4111,9 +4075,9 @@ declare const rpcResult: {
|
|
|
4111
4075
|
BTC: string | number;
|
|
4112
4076
|
};
|
|
4113
4077
|
Ethereum: {
|
|
4078
|
+
FLIP: string | number;
|
|
4114
4079
|
ETH: string | number;
|
|
4115
4080
|
USDC: string | number;
|
|
4116
|
-
FLIP: string | number;
|
|
4117
4081
|
USDT: string | number;
|
|
4118
4082
|
WBTC?: string | number | undefined;
|
|
4119
4083
|
};
|
|
@@ -4158,9 +4122,9 @@ declare const rpcResult: {
|
|
|
4158
4122
|
BTC: string | number;
|
|
4159
4123
|
};
|
|
4160
4124
|
Ethereum: {
|
|
4125
|
+
FLIP: string | number;
|
|
4161
4126
|
ETH: string | number;
|
|
4162
4127
|
USDC: string | number;
|
|
4163
|
-
FLIP: string | number;
|
|
4164
4128
|
USDT: string | number;
|
|
4165
4129
|
WBTC?: string | number | undefined;
|
|
4166
4130
|
};
|
|
@@ -4215,9 +4179,9 @@ declare const rpcResult: {
|
|
|
4215
4179
|
BTC: string | number;
|
|
4216
4180
|
};
|
|
4217
4181
|
Ethereum: {
|
|
4182
|
+
FLIP: string | number;
|
|
4218
4183
|
ETH: string | number;
|
|
4219
4184
|
USDC: string | number;
|
|
4220
|
-
FLIP: string | number;
|
|
4221
4185
|
USDT: string | number;
|
|
4222
4186
|
WBTC?: string | number | undefined;
|
|
4223
4187
|
};
|
|
@@ -4244,9 +4208,9 @@ declare const rpcResult: {
|
|
|
4244
4208
|
BTC: string | number;
|
|
4245
4209
|
};
|
|
4246
4210
|
Ethereum: {
|
|
4211
|
+
FLIP: string | number;
|
|
4247
4212
|
ETH: string | number;
|
|
4248
4213
|
USDC: string | number;
|
|
4249
|
-
FLIP: string | number;
|
|
4250
4214
|
USDT: string | number;
|
|
4251
4215
|
WBTC?: string | number | undefined;
|
|
4252
4216
|
};
|
|
@@ -4284,21 +4248,21 @@ declare const rpcResult: {
|
|
|
4284
4248
|
}[];
|
|
4285
4249
|
};
|
|
4286
4250
|
Ethereum: {
|
|
4287
|
-
|
|
4251
|
+
FLIP: {
|
|
4288
4252
|
fee_tier: number;
|
|
4289
4253
|
total_balance: string;
|
|
4290
4254
|
available_balance: string;
|
|
4291
4255
|
in_use_balance: string;
|
|
4292
4256
|
is_withdrawing: boolean;
|
|
4293
4257
|
}[];
|
|
4294
|
-
|
|
4258
|
+
ETH: {
|
|
4295
4259
|
fee_tier: number;
|
|
4296
4260
|
total_balance: string;
|
|
4297
4261
|
available_balance: string;
|
|
4298
4262
|
in_use_balance: string;
|
|
4299
4263
|
is_withdrawing: boolean;
|
|
4300
4264
|
}[];
|
|
4301
|
-
|
|
4265
|
+
USDC: {
|
|
4302
4266
|
fee_tier: number;
|
|
4303
4267
|
total_balance: string;
|
|
4304
4268
|
available_balance: string;
|
|
@@ -4404,9 +4368,6 @@ declare const rpcResult: {
|
|
|
4404
4368
|
lending_positions?: (({
|
|
4405
4369
|
chain: "Bitcoin";
|
|
4406
4370
|
asset: "BTC";
|
|
4407
|
-
} | {
|
|
4408
|
-
chain: "Polkadot";
|
|
4409
|
-
asset: "DOT";
|
|
4410
4371
|
} | {
|
|
4411
4372
|
chain: "Ethereum";
|
|
4412
4373
|
asset: "FLIP";
|
|
@@ -4450,15 +4411,12 @@ declare const rpcResult: {
|
|
|
4450
4411
|
chain: "Assethub";
|
|
4451
4412
|
asset: "USDT";
|
|
4452
4413
|
}) & {
|
|
4453
|
-
total_amount: string | number;
|
|
4454
4414
|
available_amount: string | number;
|
|
4415
|
+
total_amount: string | number;
|
|
4455
4416
|
})[] | undefined;
|
|
4456
4417
|
collateral_balances?: (({
|
|
4457
4418
|
chain: "Bitcoin";
|
|
4458
4419
|
asset: "BTC";
|
|
4459
|
-
} | {
|
|
4460
|
-
chain: "Polkadot";
|
|
4461
|
-
asset: "DOT";
|
|
4462
4420
|
} | {
|
|
4463
4421
|
chain: "Ethereum";
|
|
4464
4422
|
asset: "FLIP";
|
|
@@ -4512,9 +4470,9 @@ declare const rpcResult: {
|
|
|
4512
4470
|
BTC: string | number;
|
|
4513
4471
|
};
|
|
4514
4472
|
Ethereum: {
|
|
4473
|
+
FLIP: string | number;
|
|
4515
4474
|
ETH: string | number;
|
|
4516
4475
|
USDC: string | number;
|
|
4517
|
-
FLIP: string | number;
|
|
4518
4476
|
USDT: string | number;
|
|
4519
4477
|
WBTC?: string | number | undefined;
|
|
4520
4478
|
};
|
|
@@ -4691,15 +4649,6 @@ declare const rpcResult: {
|
|
|
4691
4649
|
}, {
|
|
4692
4650
|
chain: "Bitcoin";
|
|
4693
4651
|
asset: "BTC";
|
|
4694
|
-
}>, z.ZodObject<{
|
|
4695
|
-
chain: z.ZodLiteral<"Polkadot">;
|
|
4696
|
-
asset: z.ZodLiteral<"DOT">;
|
|
4697
|
-
}, "strip", z.ZodTypeAny, {
|
|
4698
|
-
chain: "Polkadot";
|
|
4699
|
-
asset: "DOT";
|
|
4700
|
-
}, {
|
|
4701
|
-
chain: "Polkadot";
|
|
4702
|
-
asset: "DOT";
|
|
4703
4652
|
}>, z.ZodObject<{
|
|
4704
4653
|
chain: z.ZodLiteral<"Ethereum">;
|
|
4705
4654
|
asset: z.ZodLiteral<"FLIP">;
|
|
@@ -4830,11 +4779,11 @@ declare const rpcResult: {
|
|
|
4830
4779
|
tier: z.ZodNumber;
|
|
4831
4780
|
available_amount: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
|
|
4832
4781
|
}, "strip", z.ZodTypeAny, {
|
|
4833
|
-
available_amount: bigint;
|
|
4834
4782
|
tier: number;
|
|
4783
|
+
available_amount: bigint;
|
|
4835
4784
|
}, {
|
|
4836
|
-
available_amount: string;
|
|
4837
4785
|
tier: number;
|
|
4786
|
+
available_amount: string;
|
|
4838
4787
|
}>>, "many">;
|
|
4839
4788
|
readonly cf_environment: z.ZodObject<{
|
|
4840
4789
|
ingress_egress: z.ZodEffects<z.ZodObject<{
|
|
@@ -4853,15 +4802,15 @@ declare const rpcResult: {
|
|
|
4853
4802
|
USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
4854
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>>;
|
|
4855
4804
|
}, "strip", z.ZodTypeAny, {
|
|
4805
|
+
FLIP: bigint;
|
|
4856
4806
|
ETH: bigint;
|
|
4857
4807
|
USDC: bigint;
|
|
4858
|
-
FLIP: bigint;
|
|
4859
4808
|
USDT: bigint;
|
|
4860
4809
|
WBTC: bigint;
|
|
4861
4810
|
}, {
|
|
4811
|
+
FLIP: string | number;
|
|
4862
4812
|
ETH: string | number;
|
|
4863
4813
|
USDC: string | number;
|
|
4864
|
-
FLIP: string | number;
|
|
4865
4814
|
USDT: string | number;
|
|
4866
4815
|
WBTC?: string | number | undefined;
|
|
4867
4816
|
}>;
|
|
@@ -4909,9 +4858,9 @@ declare const rpcResult: {
|
|
|
4909
4858
|
BTC: bigint;
|
|
4910
4859
|
};
|
|
4911
4860
|
Ethereum: {
|
|
4861
|
+
FLIP: bigint;
|
|
4912
4862
|
ETH: bigint;
|
|
4913
4863
|
USDC: bigint;
|
|
4914
|
-
FLIP: bigint;
|
|
4915
4864
|
USDT: bigint;
|
|
4916
4865
|
WBTC: bigint;
|
|
4917
4866
|
};
|
|
@@ -4935,9 +4884,9 @@ declare const rpcResult: {
|
|
|
4935
4884
|
BTC: string | number;
|
|
4936
4885
|
};
|
|
4937
4886
|
Ethereum: {
|
|
4887
|
+
FLIP: string | number;
|
|
4938
4888
|
ETH: string | number;
|
|
4939
4889
|
USDC: string | number;
|
|
4940
|
-
FLIP: string | number;
|
|
4941
4890
|
USDT: string | number;
|
|
4942
4891
|
WBTC?: string | number | undefined;
|
|
4943
4892
|
};
|
|
@@ -4972,15 +4921,15 @@ declare const rpcResult: {
|
|
|
4972
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>>;
|
|
4973
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>>>;
|
|
4974
4923
|
}, "strip", z.ZodTypeAny, {
|
|
4924
|
+
FLIP: bigint | null;
|
|
4975
4925
|
ETH: bigint | null;
|
|
4976
4926
|
USDC: bigint | null;
|
|
4977
|
-
FLIP: bigint | null;
|
|
4978
4927
|
USDT: bigint | null;
|
|
4979
4928
|
WBTC: bigint | null;
|
|
4980
4929
|
}, {
|
|
4930
|
+
FLIP: string | number | null;
|
|
4981
4931
|
ETH: string | number | null;
|
|
4982
4932
|
USDC: string | number | null;
|
|
4983
|
-
FLIP: string | number | null;
|
|
4984
4933
|
USDT: string | number | null;
|
|
4985
4934
|
WBTC?: string | number | null | undefined;
|
|
4986
4935
|
}>;
|
|
@@ -5028,9 +4977,9 @@ declare const rpcResult: {
|
|
|
5028
4977
|
BTC: bigint | null;
|
|
5029
4978
|
};
|
|
5030
4979
|
Ethereum: {
|
|
4980
|
+
FLIP: bigint | null;
|
|
5031
4981
|
ETH: bigint | null;
|
|
5032
4982
|
USDC: bigint | null;
|
|
5033
|
-
FLIP: bigint | null;
|
|
5034
4983
|
USDT: bigint | null;
|
|
5035
4984
|
WBTC: bigint | null;
|
|
5036
4985
|
};
|
|
@@ -5054,9 +5003,9 @@ declare const rpcResult: {
|
|
|
5054
5003
|
BTC: string | number | null;
|
|
5055
5004
|
};
|
|
5056
5005
|
Ethereum: {
|
|
5006
|
+
FLIP: string | number | null;
|
|
5057
5007
|
ETH: string | number | null;
|
|
5058
5008
|
USDC: string | number | null;
|
|
5059
|
-
FLIP: string | number | null;
|
|
5060
5009
|
USDT: string | number | null;
|
|
5061
5010
|
WBTC?: string | number | null | undefined;
|
|
5062
5011
|
};
|
|
@@ -5091,15 +5040,15 @@ declare const rpcResult: {
|
|
|
5091
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>>;
|
|
5092
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>>>;
|
|
5093
5042
|
}, "strip", z.ZodTypeAny, {
|
|
5043
|
+
FLIP: bigint | null;
|
|
5094
5044
|
ETH: bigint | null;
|
|
5095
5045
|
USDC: bigint | null;
|
|
5096
|
-
FLIP: bigint | null;
|
|
5097
5046
|
USDT: bigint | null;
|
|
5098
5047
|
WBTC: bigint | null;
|
|
5099
5048
|
}, {
|
|
5049
|
+
FLIP: string | number | null;
|
|
5100
5050
|
ETH: string | number | null;
|
|
5101
5051
|
USDC: string | number | null;
|
|
5102
|
-
FLIP: string | number | null;
|
|
5103
5052
|
USDT: string | number | null;
|
|
5104
5053
|
WBTC?: string | number | null | undefined;
|
|
5105
5054
|
}>;
|
|
@@ -5147,9 +5096,9 @@ declare const rpcResult: {
|
|
|
5147
5096
|
BTC: bigint | null;
|
|
5148
5097
|
};
|
|
5149
5098
|
Ethereum: {
|
|
5099
|
+
FLIP: bigint | null;
|
|
5150
5100
|
ETH: bigint | null;
|
|
5151
5101
|
USDC: bigint | null;
|
|
5152
|
-
FLIP: bigint | null;
|
|
5153
5102
|
USDT: bigint | null;
|
|
5154
5103
|
WBTC: bigint | null;
|
|
5155
5104
|
};
|
|
@@ -5173,9 +5122,9 @@ declare const rpcResult: {
|
|
|
5173
5122
|
BTC: string | number | null;
|
|
5174
5123
|
};
|
|
5175
5124
|
Ethereum: {
|
|
5125
|
+
FLIP: string | number | null;
|
|
5176
5126
|
ETH: string | number | null;
|
|
5177
5127
|
USDC: string | number | null;
|
|
5178
|
-
FLIP: string | number | null;
|
|
5179
5128
|
USDT: string | number | null;
|
|
5180
5129
|
WBTC?: string | number | null | undefined;
|
|
5181
5130
|
};
|
|
@@ -5229,15 +5178,15 @@ declare const rpcResult: {
|
|
|
5229
5178
|
USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
5230
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>>;
|
|
5231
5180
|
}, "strip", z.ZodTypeAny, {
|
|
5181
|
+
FLIP: bigint;
|
|
5232
5182
|
ETH: bigint;
|
|
5233
5183
|
USDC: bigint;
|
|
5234
|
-
FLIP: bigint;
|
|
5235
5184
|
USDT: bigint;
|
|
5236
5185
|
WBTC: bigint;
|
|
5237
5186
|
}, {
|
|
5187
|
+
FLIP: string | number;
|
|
5238
5188
|
ETH: string | number;
|
|
5239
5189
|
USDC: string | number;
|
|
5240
|
-
FLIP: string | number;
|
|
5241
5190
|
USDT: string | number;
|
|
5242
5191
|
WBTC?: string | number | undefined;
|
|
5243
5192
|
}>;
|
|
@@ -5285,9 +5234,9 @@ declare const rpcResult: {
|
|
|
5285
5234
|
BTC: bigint;
|
|
5286
5235
|
};
|
|
5287
5236
|
Ethereum: {
|
|
5237
|
+
FLIP: bigint;
|
|
5288
5238
|
ETH: bigint;
|
|
5289
5239
|
USDC: bigint;
|
|
5290
|
-
FLIP: bigint;
|
|
5291
5240
|
USDT: bigint;
|
|
5292
5241
|
WBTC: bigint;
|
|
5293
5242
|
};
|
|
@@ -5311,9 +5260,9 @@ declare const rpcResult: {
|
|
|
5311
5260
|
BTC: string | number;
|
|
5312
5261
|
};
|
|
5313
5262
|
Ethereum: {
|
|
5263
|
+
FLIP: string | number;
|
|
5314
5264
|
ETH: string | number;
|
|
5315
5265
|
USDC: string | number;
|
|
5316
|
-
FLIP: string | number;
|
|
5317
5266
|
USDT: string | number;
|
|
5318
5267
|
WBTC?: string | number | undefined;
|
|
5319
5268
|
};
|
|
@@ -5396,9 +5345,9 @@ declare const rpcResult: {
|
|
|
5396
5345
|
BTC: bigint;
|
|
5397
5346
|
};
|
|
5398
5347
|
Ethereum: {
|
|
5348
|
+
FLIP: bigint;
|
|
5399
5349
|
ETH: bigint;
|
|
5400
5350
|
USDC: bigint;
|
|
5401
|
-
FLIP: bigint;
|
|
5402
5351
|
USDT: bigint;
|
|
5403
5352
|
WBTC: bigint;
|
|
5404
5353
|
};
|
|
@@ -5423,9 +5372,9 @@ declare const rpcResult: {
|
|
|
5423
5372
|
BTC: bigint | null;
|
|
5424
5373
|
};
|
|
5425
5374
|
Ethereum: {
|
|
5375
|
+
FLIP: bigint | null;
|
|
5426
5376
|
ETH: bigint | null;
|
|
5427
5377
|
USDC: bigint | null;
|
|
5428
|
-
FLIP: bigint | null;
|
|
5429
5378
|
USDT: bigint | null;
|
|
5430
5379
|
WBTC: bigint | null;
|
|
5431
5380
|
};
|
|
@@ -5450,9 +5399,9 @@ declare const rpcResult: {
|
|
|
5450
5399
|
BTC: bigint | null;
|
|
5451
5400
|
};
|
|
5452
5401
|
Ethereum: {
|
|
5402
|
+
FLIP: bigint | null;
|
|
5453
5403
|
ETH: bigint | null;
|
|
5454
5404
|
USDC: bigint | null;
|
|
5455
|
-
FLIP: bigint | null;
|
|
5456
5405
|
USDT: bigint | null;
|
|
5457
5406
|
WBTC: bigint | null;
|
|
5458
5407
|
};
|
|
@@ -5484,9 +5433,9 @@ declare const rpcResult: {
|
|
|
5484
5433
|
BTC: bigint;
|
|
5485
5434
|
};
|
|
5486
5435
|
Ethereum: {
|
|
5436
|
+
FLIP: bigint;
|
|
5487
5437
|
ETH: bigint;
|
|
5488
5438
|
USDC: bigint;
|
|
5489
|
-
FLIP: bigint;
|
|
5490
5439
|
USDT: bigint;
|
|
5491
5440
|
WBTC: bigint;
|
|
5492
5441
|
};
|
|
@@ -5533,9 +5482,9 @@ declare const rpcResult: {
|
|
|
5533
5482
|
BTC: string | number;
|
|
5534
5483
|
};
|
|
5535
5484
|
Ethereum: {
|
|
5485
|
+
FLIP: string | number;
|
|
5536
5486
|
ETH: string | number;
|
|
5537
5487
|
USDC: string | number;
|
|
5538
|
-
FLIP: string | number;
|
|
5539
5488
|
USDT: string | number;
|
|
5540
5489
|
WBTC?: string | number | undefined;
|
|
5541
5490
|
};
|
|
@@ -5560,9 +5509,9 @@ declare const rpcResult: {
|
|
|
5560
5509
|
BTC: string | number | null;
|
|
5561
5510
|
};
|
|
5562
5511
|
Ethereum: {
|
|
5512
|
+
FLIP: string | number | null;
|
|
5563
5513
|
ETH: string | number | null;
|
|
5564
5514
|
USDC: string | number | null;
|
|
5565
|
-
FLIP: string | number | null;
|
|
5566
5515
|
USDT: string | number | null;
|
|
5567
5516
|
WBTC?: string | number | null | undefined;
|
|
5568
5517
|
};
|
|
@@ -5587,9 +5536,9 @@ declare const rpcResult: {
|
|
|
5587
5536
|
BTC: string | number | null;
|
|
5588
5537
|
};
|
|
5589
5538
|
Ethereum: {
|
|
5539
|
+
FLIP: string | number | null;
|
|
5590
5540
|
ETH: string | number | null;
|
|
5591
5541
|
USDC: string | number | null;
|
|
5592
|
-
FLIP: string | number | null;
|
|
5593
5542
|
USDT: string | number | null;
|
|
5594
5543
|
WBTC?: string | number | null | undefined;
|
|
5595
5544
|
};
|
|
@@ -5621,9 +5570,9 @@ declare const rpcResult: {
|
|
|
5621
5570
|
BTC: string | number;
|
|
5622
5571
|
};
|
|
5623
5572
|
Ethereum: {
|
|
5573
|
+
FLIP: string | number;
|
|
5624
5574
|
ETH: string | number;
|
|
5625
5575
|
USDC: string | number;
|
|
5626
|
-
FLIP: string | number;
|
|
5627
5576
|
USDT: string | number;
|
|
5628
5577
|
WBTC?: string | number | undefined;
|
|
5629
5578
|
};
|
|
@@ -5670,9 +5619,9 @@ declare const rpcResult: {
|
|
|
5670
5619
|
BTC: bigint;
|
|
5671
5620
|
};
|
|
5672
5621
|
Ethereum: {
|
|
5622
|
+
FLIP: bigint;
|
|
5673
5623
|
ETH: bigint;
|
|
5674
5624
|
USDC: bigint;
|
|
5675
|
-
FLIP: bigint;
|
|
5676
5625
|
USDT: bigint;
|
|
5677
5626
|
WBTC: bigint;
|
|
5678
5627
|
};
|
|
@@ -5697,9 +5646,9 @@ declare const rpcResult: {
|
|
|
5697
5646
|
BTC: bigint | null;
|
|
5698
5647
|
};
|
|
5699
5648
|
Ethereum: {
|
|
5649
|
+
FLIP: bigint | null;
|
|
5700
5650
|
ETH: bigint | null;
|
|
5701
5651
|
USDC: bigint | null;
|
|
5702
|
-
FLIP: bigint | null;
|
|
5703
5652
|
USDT: bigint | null;
|
|
5704
5653
|
WBTC: bigint | null;
|
|
5705
5654
|
};
|
|
@@ -5724,9 +5673,9 @@ declare const rpcResult: {
|
|
|
5724
5673
|
BTC: bigint | null;
|
|
5725
5674
|
};
|
|
5726
5675
|
Ethereum: {
|
|
5676
|
+
FLIP: bigint | null;
|
|
5727
5677
|
ETH: bigint | null;
|
|
5728
5678
|
USDC: bigint | null;
|
|
5729
|
-
FLIP: bigint | null;
|
|
5730
5679
|
USDT: bigint | null;
|
|
5731
5680
|
WBTC: bigint | null;
|
|
5732
5681
|
};
|
|
@@ -5758,9 +5707,9 @@ declare const rpcResult: {
|
|
|
5758
5707
|
BTC: bigint;
|
|
5759
5708
|
};
|
|
5760
5709
|
Ethereum: {
|
|
5710
|
+
FLIP: bigint;
|
|
5761
5711
|
ETH: bigint;
|
|
5762
5712
|
USDC: bigint;
|
|
5763
|
-
FLIP: bigint;
|
|
5764
5713
|
USDT: bigint;
|
|
5765
5714
|
WBTC: bigint;
|
|
5766
5715
|
};
|
|
@@ -5807,9 +5756,9 @@ declare const rpcResult: {
|
|
|
5807
5756
|
BTC: bigint;
|
|
5808
5757
|
};
|
|
5809
5758
|
Ethereum: {
|
|
5759
|
+
FLIP: bigint;
|
|
5810
5760
|
ETH: bigint;
|
|
5811
5761
|
USDC: bigint;
|
|
5812
|
-
FLIP: bigint;
|
|
5813
5762
|
USDT: bigint;
|
|
5814
5763
|
WBTC: bigint;
|
|
5815
5764
|
};
|
|
@@ -5835,9 +5784,9 @@ declare const rpcResult: {
|
|
|
5835
5784
|
BTC: string | number;
|
|
5836
5785
|
};
|
|
5837
5786
|
Ethereum: {
|
|
5787
|
+
FLIP: string | number;
|
|
5838
5788
|
ETH: string | number;
|
|
5839
5789
|
USDC: string | number;
|
|
5840
|
-
FLIP: string | number;
|
|
5841
5790
|
USDT: string | number;
|
|
5842
5791
|
WBTC?: string | number | undefined;
|
|
5843
5792
|
};
|
|
@@ -5862,9 +5811,9 @@ declare const rpcResult: {
|
|
|
5862
5811
|
BTC: string | number | null;
|
|
5863
5812
|
};
|
|
5864
5813
|
Ethereum: {
|
|
5814
|
+
FLIP: string | number | null;
|
|
5865
5815
|
ETH: string | number | null;
|
|
5866
5816
|
USDC: string | number | null;
|
|
5867
|
-
FLIP: string | number | null;
|
|
5868
5817
|
USDT: string | number | null;
|
|
5869
5818
|
WBTC?: string | number | null | undefined;
|
|
5870
5819
|
};
|
|
@@ -5889,9 +5838,9 @@ declare const rpcResult: {
|
|
|
5889
5838
|
BTC: string | number | null;
|
|
5890
5839
|
};
|
|
5891
5840
|
Ethereum: {
|
|
5841
|
+
FLIP: string | number | null;
|
|
5892
5842
|
ETH: string | number | null;
|
|
5893
5843
|
USDC: string | number | null;
|
|
5894
|
-
FLIP: string | number | null;
|
|
5895
5844
|
USDT: string | number | null;
|
|
5896
5845
|
WBTC?: string | number | null | undefined;
|
|
5897
5846
|
};
|
|
@@ -5923,9 +5872,9 @@ declare const rpcResult: {
|
|
|
5923
5872
|
BTC: string | number;
|
|
5924
5873
|
};
|
|
5925
5874
|
Ethereum: {
|
|
5875
|
+
FLIP: string | number;
|
|
5926
5876
|
ETH: string | number;
|
|
5927
5877
|
USDC: string | number;
|
|
5928
|
-
FLIP: string | number;
|
|
5929
5878
|
USDT: string | number;
|
|
5930
5879
|
WBTC?: string | number | undefined;
|
|
5931
5880
|
};
|
|
@@ -5983,15 +5932,15 @@ declare const rpcResult: {
|
|
|
5983
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>>;
|
|
5984
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>>>;
|
|
5985
5934
|
}, "strip", z.ZodTypeAny, {
|
|
5935
|
+
FLIP: bigint | null;
|
|
5986
5936
|
ETH: bigint | null;
|
|
5987
5937
|
USDC: bigint | null;
|
|
5988
|
-
FLIP: bigint | null;
|
|
5989
5938
|
USDT: bigint | null;
|
|
5990
5939
|
WBTC: bigint | null;
|
|
5991
5940
|
}, {
|
|
5941
|
+
FLIP: string | number | null;
|
|
5992
5942
|
ETH: string | number | null;
|
|
5993
5943
|
USDC: string | number | null;
|
|
5994
|
-
FLIP: string | number | null;
|
|
5995
5944
|
USDT: string | number | null;
|
|
5996
5945
|
WBTC?: string | number | null | undefined;
|
|
5997
5946
|
}>;
|
|
@@ -6039,9 +5988,9 @@ declare const rpcResult: {
|
|
|
6039
5988
|
BTC: bigint | null;
|
|
6040
5989
|
};
|
|
6041
5990
|
Ethereum: {
|
|
5991
|
+
FLIP: bigint | null;
|
|
6042
5992
|
ETH: bigint | null;
|
|
6043
5993
|
USDC: bigint | null;
|
|
6044
|
-
FLIP: bigint | null;
|
|
6045
5994
|
USDT: bigint | null;
|
|
6046
5995
|
WBTC: bigint | null;
|
|
6047
5996
|
};
|
|
@@ -6065,9 +6014,9 @@ declare const rpcResult: {
|
|
|
6065
6014
|
BTC: string | number | null;
|
|
6066
6015
|
};
|
|
6067
6016
|
Ethereum: {
|
|
6017
|
+
FLIP: string | number | null;
|
|
6068
6018
|
ETH: string | number | null;
|
|
6069
6019
|
USDC: string | number | null;
|
|
6070
|
-
FLIP: string | number | null;
|
|
6071
6020
|
USDT: string | number | null;
|
|
6072
6021
|
WBTC?: string | number | null | undefined;
|
|
6073
6022
|
};
|
|
@@ -6106,15 +6055,15 @@ declare const rpcResult: {
|
|
|
6106
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>>;
|
|
6107
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>>>;
|
|
6108
6057
|
}, "strip", z.ZodTypeAny, {
|
|
6058
|
+
FLIP: bigint | null;
|
|
6109
6059
|
ETH: bigint | null;
|
|
6110
6060
|
USDC: bigint | null;
|
|
6111
|
-
FLIP: bigint | null;
|
|
6112
6061
|
USDT: bigint | null;
|
|
6113
6062
|
WBTC: bigint | null;
|
|
6114
6063
|
}, {
|
|
6064
|
+
FLIP: string | number | null;
|
|
6115
6065
|
ETH: string | number | null;
|
|
6116
6066
|
USDC: string | number | null;
|
|
6117
|
-
FLIP: string | number | null;
|
|
6118
6067
|
USDT: string | number | null;
|
|
6119
6068
|
WBTC?: string | number | null | undefined;
|
|
6120
6069
|
}>;
|
|
@@ -6162,9 +6111,9 @@ declare const rpcResult: {
|
|
|
6162
6111
|
BTC: bigint | null;
|
|
6163
6112
|
};
|
|
6164
6113
|
Ethereum: {
|
|
6114
|
+
FLIP: bigint | null;
|
|
6165
6115
|
ETH: bigint | null;
|
|
6166
6116
|
USDC: bigint | null;
|
|
6167
|
-
FLIP: bigint | null;
|
|
6168
6117
|
USDT: bigint | null;
|
|
6169
6118
|
WBTC: bigint | null;
|
|
6170
6119
|
};
|
|
@@ -6188,9 +6137,9 @@ declare const rpcResult: {
|
|
|
6188
6137
|
BTC: string | number | null;
|
|
6189
6138
|
};
|
|
6190
6139
|
Ethereum: {
|
|
6140
|
+
FLIP: string | number | null;
|
|
6191
6141
|
ETH: string | number | null;
|
|
6192
6142
|
USDC: string | number | null;
|
|
6193
|
-
FLIP: string | number | null;
|
|
6194
6143
|
USDT: string | number | null;
|
|
6195
6144
|
WBTC?: string | number | null | undefined;
|
|
6196
6145
|
};
|
|
@@ -6237,15 +6186,15 @@ declare const rpcResult: {
|
|
|
6237
6186
|
USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
6238
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>>;
|
|
6239
6188
|
}, "strip", z.ZodTypeAny, {
|
|
6189
|
+
FLIP: bigint;
|
|
6240
6190
|
ETH: bigint;
|
|
6241
6191
|
USDC: bigint;
|
|
6242
|
-
FLIP: bigint;
|
|
6243
6192
|
USDT: bigint;
|
|
6244
6193
|
WBTC: bigint;
|
|
6245
6194
|
}, {
|
|
6195
|
+
FLIP: string | number;
|
|
6246
6196
|
ETH: string | number;
|
|
6247
6197
|
USDC: string | number;
|
|
6248
|
-
FLIP: string | number;
|
|
6249
6198
|
USDT: string | number;
|
|
6250
6199
|
WBTC?: string | number | undefined;
|
|
6251
6200
|
}>;
|
|
@@ -6293,9 +6242,9 @@ declare const rpcResult: {
|
|
|
6293
6242
|
BTC: bigint;
|
|
6294
6243
|
};
|
|
6295
6244
|
Ethereum: {
|
|
6245
|
+
FLIP: bigint;
|
|
6296
6246
|
ETH: bigint;
|
|
6297
6247
|
USDC: bigint;
|
|
6298
|
-
FLIP: bigint;
|
|
6299
6248
|
USDT: bigint;
|
|
6300
6249
|
WBTC: bigint;
|
|
6301
6250
|
};
|
|
@@ -6319,9 +6268,9 @@ declare const rpcResult: {
|
|
|
6319
6268
|
BTC: string | number;
|
|
6320
6269
|
};
|
|
6321
6270
|
Ethereum: {
|
|
6271
|
+
FLIP: string | number;
|
|
6322
6272
|
ETH: string | number;
|
|
6323
6273
|
USDC: string | number;
|
|
6324
|
-
FLIP: string | number;
|
|
6325
6274
|
USDT: string | number;
|
|
6326
6275
|
WBTC?: string | number | undefined;
|
|
6327
6276
|
};
|
|
@@ -6351,9 +6300,9 @@ declare const rpcResult: {
|
|
|
6351
6300
|
BTC: bigint;
|
|
6352
6301
|
};
|
|
6353
6302
|
Ethereum: {
|
|
6303
|
+
FLIP: bigint;
|
|
6354
6304
|
ETH: bigint;
|
|
6355
6305
|
USDC: bigint;
|
|
6356
|
-
FLIP: bigint;
|
|
6357
6306
|
USDT: bigint;
|
|
6358
6307
|
WBTC: bigint;
|
|
6359
6308
|
};
|
|
@@ -6383,9 +6332,9 @@ declare const rpcResult: {
|
|
|
6383
6332
|
BTC: string | number;
|
|
6384
6333
|
};
|
|
6385
6334
|
Ethereum: {
|
|
6335
|
+
FLIP: string | number;
|
|
6386
6336
|
ETH: string | number;
|
|
6387
6337
|
USDC: string | number;
|
|
6388
|
-
FLIP: string | number;
|
|
6389
6338
|
USDT: string | number;
|
|
6390
6339
|
WBTC?: string | number | undefined;
|
|
6391
6340
|
};
|
|
@@ -6432,15 +6381,15 @@ declare const rpcResult: {
|
|
|
6432
6381
|
USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
6433
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>>;
|
|
6434
6383
|
}, "strip", z.ZodTypeAny, {
|
|
6384
|
+
FLIP: bigint;
|
|
6435
6385
|
ETH: bigint;
|
|
6436
6386
|
USDC: bigint;
|
|
6437
|
-
FLIP: bigint;
|
|
6438
6387
|
USDT: bigint;
|
|
6439
6388
|
WBTC: bigint;
|
|
6440
6389
|
}, {
|
|
6390
|
+
FLIP: string | number;
|
|
6441
6391
|
ETH: string | number;
|
|
6442
6392
|
USDC: string | number;
|
|
6443
|
-
FLIP: string | number;
|
|
6444
6393
|
USDT: string | number;
|
|
6445
6394
|
WBTC?: string | number | undefined;
|
|
6446
6395
|
}>;
|
|
@@ -6488,9 +6437,9 @@ declare const rpcResult: {
|
|
|
6488
6437
|
BTC: bigint;
|
|
6489
6438
|
};
|
|
6490
6439
|
Ethereum: {
|
|
6440
|
+
FLIP: bigint;
|
|
6491
6441
|
ETH: bigint;
|
|
6492
6442
|
USDC: bigint;
|
|
6493
|
-
FLIP: bigint;
|
|
6494
6443
|
USDT: bigint;
|
|
6495
6444
|
WBTC: bigint;
|
|
6496
6445
|
};
|
|
@@ -6514,9 +6463,9 @@ declare const rpcResult: {
|
|
|
6514
6463
|
BTC: string | number;
|
|
6515
6464
|
};
|
|
6516
6465
|
Ethereum: {
|
|
6466
|
+
FLIP: string | number;
|
|
6517
6467
|
ETH: string | number;
|
|
6518
6468
|
USDC: string | number;
|
|
6519
|
-
FLIP: string | number;
|
|
6520
6469
|
USDT: string | number;
|
|
6521
6470
|
WBTC?: string | number | undefined;
|
|
6522
6471
|
};
|
|
@@ -6546,9 +6495,9 @@ declare const rpcResult: {
|
|
|
6546
6495
|
BTC: bigint;
|
|
6547
6496
|
};
|
|
6548
6497
|
Ethereum: {
|
|
6498
|
+
FLIP: bigint;
|
|
6549
6499
|
ETH: bigint;
|
|
6550
6500
|
USDC: bigint;
|
|
6551
|
-
FLIP: bigint;
|
|
6552
6501
|
USDT: bigint;
|
|
6553
6502
|
WBTC: bigint;
|
|
6554
6503
|
};
|
|
@@ -6578,9 +6527,9 @@ declare const rpcResult: {
|
|
|
6578
6527
|
BTC: string | number;
|
|
6579
6528
|
};
|
|
6580
6529
|
Ethereum: {
|
|
6530
|
+
FLIP: string | number;
|
|
6581
6531
|
ETH: string | number;
|
|
6582
6532
|
USDC: string | number;
|
|
6583
|
-
FLIP: string | number;
|
|
6584
6533
|
USDT: string | number;
|
|
6585
6534
|
WBTC?: string | number | undefined;
|
|
6586
6535
|
};
|
|
@@ -6612,9 +6561,9 @@ declare const rpcResult: {
|
|
|
6612
6561
|
BTC: bigint;
|
|
6613
6562
|
};
|
|
6614
6563
|
Ethereum: {
|
|
6564
|
+
FLIP: bigint;
|
|
6615
6565
|
ETH: bigint;
|
|
6616
6566
|
USDC: bigint;
|
|
6617
|
-
FLIP: bigint;
|
|
6618
6567
|
USDT: bigint;
|
|
6619
6568
|
WBTC: bigint;
|
|
6620
6569
|
};
|
|
@@ -6645,9 +6594,9 @@ declare const rpcResult: {
|
|
|
6645
6594
|
BTC: bigint;
|
|
6646
6595
|
};
|
|
6647
6596
|
Ethereum: {
|
|
6597
|
+
FLIP: bigint;
|
|
6648
6598
|
ETH: bigint;
|
|
6649
6599
|
USDC: bigint;
|
|
6650
|
-
FLIP: bigint;
|
|
6651
6600
|
USDT: bigint;
|
|
6652
6601
|
WBTC: bigint;
|
|
6653
6602
|
};
|
|
@@ -6679,9 +6628,9 @@ declare const rpcResult: {
|
|
|
6679
6628
|
BTC: string | number;
|
|
6680
6629
|
};
|
|
6681
6630
|
Ethereum: {
|
|
6631
|
+
FLIP: string | number;
|
|
6682
6632
|
ETH: string | number;
|
|
6683
6633
|
USDC: string | number;
|
|
6684
|
-
FLIP: string | number;
|
|
6685
6634
|
USDT: string | number;
|
|
6686
6635
|
WBTC?: string | number | undefined;
|
|
6687
6636
|
};
|
|
@@ -6712,9 +6661,9 @@ declare const rpcResult: {
|
|
|
6712
6661
|
BTC: string | number;
|
|
6713
6662
|
};
|
|
6714
6663
|
Ethereum: {
|
|
6664
|
+
FLIP: string | number;
|
|
6715
6665
|
ETH: string | number;
|
|
6716
6666
|
USDC: string | number;
|
|
6717
|
-
FLIP: string | number;
|
|
6718
6667
|
USDT: string | number;
|
|
6719
6668
|
WBTC?: string | number | undefined;
|
|
6720
6669
|
};
|
|
@@ -6742,9 +6691,9 @@ declare const rpcResult: {
|
|
|
6742
6691
|
BTC: bigint | null;
|
|
6743
6692
|
};
|
|
6744
6693
|
Ethereum: {
|
|
6694
|
+
FLIP: bigint | null;
|
|
6745
6695
|
ETH: bigint | null;
|
|
6746
6696
|
USDC: bigint | null;
|
|
6747
|
-
FLIP: bigint | null;
|
|
6748
6697
|
USDT: bigint | null;
|
|
6749
6698
|
WBTC: bigint | null;
|
|
6750
6699
|
};
|
|
@@ -6776,9 +6725,9 @@ declare const rpcResult: {
|
|
|
6776
6725
|
BTC: bigint;
|
|
6777
6726
|
};
|
|
6778
6727
|
Ethereum: {
|
|
6728
|
+
FLIP: bigint;
|
|
6779
6729
|
ETH: bigint;
|
|
6780
6730
|
USDC: bigint;
|
|
6781
|
-
FLIP: bigint;
|
|
6782
6731
|
USDT: bigint;
|
|
6783
6732
|
WBTC: bigint;
|
|
6784
6733
|
};
|
|
@@ -6809,9 +6758,9 @@ declare const rpcResult: {
|
|
|
6809
6758
|
BTC: bigint;
|
|
6810
6759
|
};
|
|
6811
6760
|
Ethereum: {
|
|
6761
|
+
FLIP: bigint;
|
|
6812
6762
|
ETH: bigint;
|
|
6813
6763
|
USDC: bigint;
|
|
6814
|
-
FLIP: bigint;
|
|
6815
6764
|
USDT: bigint;
|
|
6816
6765
|
WBTC: bigint;
|
|
6817
6766
|
};
|
|
@@ -6841,9 +6790,9 @@ declare const rpcResult: {
|
|
|
6841
6790
|
BTC: bigint | null;
|
|
6842
6791
|
};
|
|
6843
6792
|
Ethereum: {
|
|
6793
|
+
FLIP: bigint | null;
|
|
6844
6794
|
ETH: bigint | null;
|
|
6845
6795
|
USDC: bigint | null;
|
|
6846
|
-
FLIP: bigint | null;
|
|
6847
6796
|
USDT: bigint | null;
|
|
6848
6797
|
WBTC: bigint | null;
|
|
6849
6798
|
};
|
|
@@ -6869,9 +6818,9 @@ declare const rpcResult: {
|
|
|
6869
6818
|
BTC: string | number | null;
|
|
6870
6819
|
};
|
|
6871
6820
|
Ethereum: {
|
|
6821
|
+
FLIP: string | number | null;
|
|
6872
6822
|
ETH: string | number | null;
|
|
6873
6823
|
USDC: string | number | null;
|
|
6874
|
-
FLIP: string | number | null;
|
|
6875
6824
|
USDT: string | number | null;
|
|
6876
6825
|
WBTC?: string | number | null | undefined;
|
|
6877
6826
|
};
|
|
@@ -6903,9 +6852,9 @@ declare const rpcResult: {
|
|
|
6903
6852
|
BTC: string | number;
|
|
6904
6853
|
};
|
|
6905
6854
|
Ethereum: {
|
|
6855
|
+
FLIP: string | number;
|
|
6906
6856
|
ETH: string | number;
|
|
6907
6857
|
USDC: string | number;
|
|
6908
|
-
FLIP: string | number;
|
|
6909
6858
|
USDT: string | number;
|
|
6910
6859
|
WBTC?: string | number | undefined;
|
|
6911
6860
|
};
|
|
@@ -6936,9 +6885,9 @@ declare const rpcResult: {
|
|
|
6936
6885
|
BTC: string | number;
|
|
6937
6886
|
};
|
|
6938
6887
|
Ethereum: {
|
|
6888
|
+
FLIP: string | number;
|
|
6939
6889
|
ETH: string | number;
|
|
6940
6890
|
USDC: string | number;
|
|
6941
|
-
FLIP: string | number;
|
|
6942
6891
|
USDT: string | number;
|
|
6943
6892
|
WBTC?: string | number | undefined;
|
|
6944
6893
|
};
|
|
@@ -6968,9 +6917,9 @@ declare const rpcResult: {
|
|
|
6968
6917
|
BTC: string | number | null;
|
|
6969
6918
|
};
|
|
6970
6919
|
Ethereum: {
|
|
6920
|
+
FLIP: string | number | null;
|
|
6971
6921
|
ETH: string | number | null;
|
|
6972
6922
|
USDC: string | number | null;
|
|
6973
|
-
FLIP: string | number | null;
|
|
6974
6923
|
USDT: string | number | null;
|
|
6975
6924
|
WBTC?: string | number | null | undefined;
|
|
6976
6925
|
};
|
|
@@ -7925,7 +7874,7 @@ declare const rpcResult: {
|
|
|
7925
7874
|
};
|
|
7926
7875
|
} | null>>;
|
|
7927
7876
|
}, "strip", z.ZodTypeAny, {
|
|
7928
|
-
|
|
7877
|
+
FLIP: {
|
|
7929
7878
|
limit_order_fee_hundredth_pips: number;
|
|
7930
7879
|
range_order_fee_hundredth_pips: number;
|
|
7931
7880
|
range_order_total_fees_earned: {
|
|
@@ -7972,7 +7921,7 @@ declare const rpcResult: {
|
|
|
7972
7921
|
readonly asset: "USDC";
|
|
7973
7922
|
};
|
|
7974
7923
|
};
|
|
7975
|
-
|
|
7924
|
+
ETH: {
|
|
7976
7925
|
limit_order_fee_hundredth_pips: number;
|
|
7977
7926
|
range_order_fee_hundredth_pips: number;
|
|
7978
7927
|
range_order_total_fees_earned: {
|
|
@@ -8114,7 +8063,7 @@ declare const rpcResult: {
|
|
|
8114
8063
|
};
|
|
8115
8064
|
};
|
|
8116
8065
|
}, {
|
|
8117
|
-
|
|
8066
|
+
FLIP: {
|
|
8118
8067
|
limit_order_fee_hundredth_pips: number;
|
|
8119
8068
|
range_order_fee_hundredth_pips: number;
|
|
8120
8069
|
range_order_total_fees_earned: {
|
|
@@ -8138,7 +8087,7 @@ declare const rpcResult: {
|
|
|
8138
8087
|
asset: "USDC";
|
|
8139
8088
|
};
|
|
8140
8089
|
} | null;
|
|
8141
|
-
|
|
8090
|
+
ETH: {
|
|
8142
8091
|
limit_order_fee_hundredth_pips: number;
|
|
8143
8092
|
range_order_fee_hundredth_pips: number;
|
|
8144
8093
|
range_order_total_fees_earned: {
|
|
@@ -10434,7 +10383,7 @@ declare const rpcResult: {
|
|
|
10434
10383
|
};
|
|
10435
10384
|
};
|
|
10436
10385
|
Ethereum: {
|
|
10437
|
-
|
|
10386
|
+
FLIP: {
|
|
10438
10387
|
limit_order_fee_hundredth_pips: number;
|
|
10439
10388
|
range_order_fee_hundredth_pips: number;
|
|
10440
10389
|
range_order_total_fees_earned: {
|
|
@@ -10481,7 +10430,7 @@ declare const rpcResult: {
|
|
|
10481
10430
|
readonly asset: "USDC";
|
|
10482
10431
|
};
|
|
10483
10432
|
};
|
|
10484
|
-
|
|
10433
|
+
ETH: {
|
|
10485
10434
|
limit_order_fee_hundredth_pips: number;
|
|
10486
10435
|
range_order_fee_hundredth_pips: number;
|
|
10487
10436
|
range_order_total_fees_earned: {
|
|
@@ -11080,7 +11029,7 @@ declare const rpcResult: {
|
|
|
11080
11029
|
} | null;
|
|
11081
11030
|
};
|
|
11082
11031
|
Ethereum: {
|
|
11083
|
-
|
|
11032
|
+
FLIP: {
|
|
11084
11033
|
limit_order_fee_hundredth_pips: number;
|
|
11085
11034
|
range_order_fee_hundredth_pips: number;
|
|
11086
11035
|
range_order_total_fees_earned: {
|
|
@@ -11104,7 +11053,7 @@ declare const rpcResult: {
|
|
|
11104
11053
|
asset: "USDC";
|
|
11105
11054
|
};
|
|
11106
11055
|
} | null;
|
|
11107
|
-
|
|
11056
|
+
ETH: {
|
|
11108
11057
|
limit_order_fee_hundredth_pips: number;
|
|
11109
11058
|
range_order_fee_hundredth_pips: number;
|
|
11110
11059
|
range_order_total_fees_earned: {
|
|
@@ -11452,7 +11401,7 @@ declare const rpcResult: {
|
|
|
11452
11401
|
};
|
|
11453
11402
|
};
|
|
11454
11403
|
Ethereum: {
|
|
11455
|
-
|
|
11404
|
+
FLIP: {
|
|
11456
11405
|
limit_order_fee_hundredth_pips: number;
|
|
11457
11406
|
range_order_fee_hundredth_pips: number;
|
|
11458
11407
|
range_order_total_fees_earned: {
|
|
@@ -11499,7 +11448,7 @@ declare const rpcResult: {
|
|
|
11499
11448
|
readonly asset: "USDC";
|
|
11500
11449
|
};
|
|
11501
11450
|
};
|
|
11502
|
-
|
|
11451
|
+
ETH: {
|
|
11503
11452
|
limit_order_fee_hundredth_pips: number;
|
|
11504
11453
|
range_order_fee_hundredth_pips: number;
|
|
11505
11454
|
range_order_total_fees_earned: {
|
|
@@ -12100,7 +12049,7 @@ declare const rpcResult: {
|
|
|
12100
12049
|
} | null;
|
|
12101
12050
|
};
|
|
12102
12051
|
Ethereum: {
|
|
12103
|
-
|
|
12052
|
+
FLIP: {
|
|
12104
12053
|
limit_order_fee_hundredth_pips: number;
|
|
12105
12054
|
range_order_fee_hundredth_pips: number;
|
|
12106
12055
|
range_order_total_fees_earned: {
|
|
@@ -12124,7 +12073,7 @@ declare const rpcResult: {
|
|
|
12124
12073
|
asset: "USDC";
|
|
12125
12074
|
};
|
|
12126
12075
|
} | null;
|
|
12127
|
-
|
|
12076
|
+
ETH: {
|
|
12128
12077
|
limit_order_fee_hundredth_pips: number;
|
|
12129
12078
|
range_order_fee_hundredth_pips: number;
|
|
12130
12079
|
range_order_total_fees_earned: {
|
|
@@ -12428,9 +12377,9 @@ declare const rpcResult: {
|
|
|
12428
12377
|
BTC: bigint;
|
|
12429
12378
|
};
|
|
12430
12379
|
Ethereum: {
|
|
12380
|
+
FLIP: bigint;
|
|
12431
12381
|
ETH: bigint;
|
|
12432
12382
|
USDC: bigint;
|
|
12433
|
-
FLIP: bigint;
|
|
12434
12383
|
USDT: bigint;
|
|
12435
12384
|
WBTC: bigint;
|
|
12436
12385
|
};
|
|
@@ -12455,9 +12404,9 @@ declare const rpcResult: {
|
|
|
12455
12404
|
BTC: bigint | null;
|
|
12456
12405
|
};
|
|
12457
12406
|
Ethereum: {
|
|
12407
|
+
FLIP: bigint | null;
|
|
12458
12408
|
ETH: bigint | null;
|
|
12459
12409
|
USDC: bigint | null;
|
|
12460
|
-
FLIP: bigint | null;
|
|
12461
12410
|
USDT: bigint | null;
|
|
12462
12411
|
WBTC: bigint | null;
|
|
12463
12412
|
};
|
|
@@ -12482,9 +12431,9 @@ declare const rpcResult: {
|
|
|
12482
12431
|
BTC: bigint | null;
|
|
12483
12432
|
};
|
|
12484
12433
|
Ethereum: {
|
|
12434
|
+
FLIP: bigint | null;
|
|
12485
12435
|
ETH: bigint | null;
|
|
12486
12436
|
USDC: bigint | null;
|
|
12487
|
-
FLIP: bigint | null;
|
|
12488
12437
|
USDT: bigint | null;
|
|
12489
12438
|
WBTC: bigint | null;
|
|
12490
12439
|
};
|
|
@@ -12516,9 +12465,9 @@ declare const rpcResult: {
|
|
|
12516
12465
|
BTC: bigint;
|
|
12517
12466
|
};
|
|
12518
12467
|
Ethereum: {
|
|
12468
|
+
FLIP: bigint;
|
|
12519
12469
|
ETH: bigint;
|
|
12520
12470
|
USDC: bigint;
|
|
12521
|
-
FLIP: bigint;
|
|
12522
12471
|
USDT: bigint;
|
|
12523
12472
|
WBTC: bigint;
|
|
12524
12473
|
};
|
|
@@ -12565,9 +12514,9 @@ declare const rpcResult: {
|
|
|
12565
12514
|
BTC: bigint;
|
|
12566
12515
|
};
|
|
12567
12516
|
Ethereum: {
|
|
12517
|
+
FLIP: bigint;
|
|
12568
12518
|
ETH: bigint;
|
|
12569
12519
|
USDC: bigint;
|
|
12570
|
-
FLIP: bigint;
|
|
12571
12520
|
USDT: bigint;
|
|
12572
12521
|
WBTC: bigint;
|
|
12573
12522
|
};
|
|
@@ -12594,9 +12543,9 @@ declare const rpcResult: {
|
|
|
12594
12543
|
BTC: bigint | null;
|
|
12595
12544
|
};
|
|
12596
12545
|
Ethereum: {
|
|
12546
|
+
FLIP: bigint | null;
|
|
12597
12547
|
ETH: bigint | null;
|
|
12598
12548
|
USDC: bigint | null;
|
|
12599
|
-
FLIP: bigint | null;
|
|
12600
12549
|
USDT: bigint | null;
|
|
12601
12550
|
WBTC: bigint | null;
|
|
12602
12551
|
};
|
|
@@ -12628,9 +12577,9 @@ declare const rpcResult: {
|
|
|
12628
12577
|
BTC: bigint;
|
|
12629
12578
|
};
|
|
12630
12579
|
Ethereum: {
|
|
12580
|
+
FLIP: bigint;
|
|
12631
12581
|
ETH: bigint;
|
|
12632
12582
|
USDC: bigint;
|
|
12633
|
-
FLIP: bigint;
|
|
12634
12583
|
USDT: bigint;
|
|
12635
12584
|
WBTC: bigint;
|
|
12636
12585
|
};
|
|
@@ -12661,9 +12610,9 @@ declare const rpcResult: {
|
|
|
12661
12610
|
BTC: bigint;
|
|
12662
12611
|
};
|
|
12663
12612
|
Ethereum: {
|
|
12613
|
+
FLIP: bigint;
|
|
12664
12614
|
ETH: bigint;
|
|
12665
12615
|
USDC: bigint;
|
|
12666
|
-
FLIP: bigint;
|
|
12667
12616
|
USDT: bigint;
|
|
12668
12617
|
WBTC: bigint;
|
|
12669
12618
|
};
|
|
@@ -12693,9 +12642,9 @@ declare const rpcResult: {
|
|
|
12693
12642
|
BTC: bigint | null;
|
|
12694
12643
|
};
|
|
12695
12644
|
Ethereum: {
|
|
12645
|
+
FLIP: bigint | null;
|
|
12696
12646
|
ETH: bigint | null;
|
|
12697
12647
|
USDC: bigint | null;
|
|
12698
|
-
FLIP: bigint | null;
|
|
12699
12648
|
USDT: bigint | null;
|
|
12700
12649
|
WBTC: bigint | null;
|
|
12701
12650
|
};
|
|
@@ -12772,7 +12721,7 @@ declare const rpcResult: {
|
|
|
12772
12721
|
};
|
|
12773
12722
|
};
|
|
12774
12723
|
Ethereum: {
|
|
12775
|
-
|
|
12724
|
+
FLIP: {
|
|
12776
12725
|
limit_order_fee_hundredth_pips: number;
|
|
12777
12726
|
range_order_fee_hundredth_pips: number;
|
|
12778
12727
|
range_order_total_fees_earned: {
|
|
@@ -12819,7 +12768,7 @@ declare const rpcResult: {
|
|
|
12819
12768
|
readonly asset: "USDC";
|
|
12820
12769
|
};
|
|
12821
12770
|
};
|
|
12822
|
-
|
|
12771
|
+
ETH: {
|
|
12823
12772
|
limit_order_fee_hundredth_pips: number;
|
|
12824
12773
|
range_order_fee_hundredth_pips: number;
|
|
12825
12774
|
range_order_total_fees_earned: {
|
|
@@ -13399,9 +13348,9 @@ declare const rpcResult: {
|
|
|
13399
13348
|
BTC: string | number;
|
|
13400
13349
|
};
|
|
13401
13350
|
Ethereum: {
|
|
13351
|
+
FLIP: string | number;
|
|
13402
13352
|
ETH: string | number;
|
|
13403
13353
|
USDC: string | number;
|
|
13404
|
-
FLIP: string | number;
|
|
13405
13354
|
USDT: string | number;
|
|
13406
13355
|
WBTC?: string | number | undefined;
|
|
13407
13356
|
};
|
|
@@ -13426,9 +13375,9 @@ declare const rpcResult: {
|
|
|
13426
13375
|
BTC: string | number | null;
|
|
13427
13376
|
};
|
|
13428
13377
|
Ethereum: {
|
|
13378
|
+
FLIP: string | number | null;
|
|
13429
13379
|
ETH: string | number | null;
|
|
13430
13380
|
USDC: string | number | null;
|
|
13431
|
-
FLIP: string | number | null;
|
|
13432
13381
|
USDT: string | number | null;
|
|
13433
13382
|
WBTC?: string | number | null | undefined;
|
|
13434
13383
|
};
|
|
@@ -13453,9 +13402,9 @@ declare const rpcResult: {
|
|
|
13453
13402
|
BTC: string | number | null;
|
|
13454
13403
|
};
|
|
13455
13404
|
Ethereum: {
|
|
13405
|
+
FLIP: string | number | null;
|
|
13456
13406
|
ETH: string | number | null;
|
|
13457
13407
|
USDC: string | number | null;
|
|
13458
|
-
FLIP: string | number | null;
|
|
13459
13408
|
USDT: string | number | null;
|
|
13460
13409
|
WBTC?: string | number | null | undefined;
|
|
13461
13410
|
};
|
|
@@ -13487,9 +13436,9 @@ declare const rpcResult: {
|
|
|
13487
13436
|
BTC: string | number;
|
|
13488
13437
|
};
|
|
13489
13438
|
Ethereum: {
|
|
13439
|
+
FLIP: string | number;
|
|
13490
13440
|
ETH: string | number;
|
|
13491
13441
|
USDC: string | number;
|
|
13492
|
-
FLIP: string | number;
|
|
13493
13442
|
USDT: string | number;
|
|
13494
13443
|
WBTC?: string | number | undefined;
|
|
13495
13444
|
};
|
|
@@ -13537,9 +13486,9 @@ declare const rpcResult: {
|
|
|
13537
13486
|
BTC: string | number | null;
|
|
13538
13487
|
};
|
|
13539
13488
|
Ethereum: {
|
|
13489
|
+
FLIP: string | number | null;
|
|
13540
13490
|
ETH: string | number | null;
|
|
13541
13491
|
USDC: string | number | null;
|
|
13542
|
-
FLIP: string | number | null;
|
|
13543
13492
|
USDT: string | number | null;
|
|
13544
13493
|
WBTC?: string | number | null | undefined;
|
|
13545
13494
|
};
|
|
@@ -13571,9 +13520,9 @@ declare const rpcResult: {
|
|
|
13571
13520
|
BTC: string | number;
|
|
13572
13521
|
};
|
|
13573
13522
|
Ethereum: {
|
|
13523
|
+
FLIP: string | number;
|
|
13574
13524
|
ETH: string | number;
|
|
13575
13525
|
USDC: string | number;
|
|
13576
|
-
FLIP: string | number;
|
|
13577
13526
|
USDT: string | number;
|
|
13578
13527
|
WBTC?: string | number | undefined;
|
|
13579
13528
|
};
|
|
@@ -13604,9 +13553,9 @@ declare const rpcResult: {
|
|
|
13604
13553
|
BTC: string | number;
|
|
13605
13554
|
};
|
|
13606
13555
|
Ethereum: {
|
|
13556
|
+
FLIP: string | number;
|
|
13607
13557
|
ETH: string | number;
|
|
13608
13558
|
USDC: string | number;
|
|
13609
|
-
FLIP: string | number;
|
|
13610
13559
|
USDT: string | number;
|
|
13611
13560
|
WBTC?: string | number | undefined;
|
|
13612
13561
|
};
|
|
@@ -13636,9 +13585,9 @@ declare const rpcResult: {
|
|
|
13636
13585
|
BTC: string | number | null;
|
|
13637
13586
|
};
|
|
13638
13587
|
Ethereum: {
|
|
13588
|
+
FLIP: string | number | null;
|
|
13639
13589
|
ETH: string | number | null;
|
|
13640
13590
|
USDC: string | number | null;
|
|
13641
|
-
FLIP: string | number | null;
|
|
13642
13591
|
USDT: string | number | null;
|
|
13643
13592
|
WBTC?: string | number | null | undefined;
|
|
13644
13593
|
};
|
|
@@ -13692,7 +13641,7 @@ declare const rpcResult: {
|
|
|
13692
13641
|
} | null;
|
|
13693
13642
|
};
|
|
13694
13643
|
Ethereum: {
|
|
13695
|
-
|
|
13644
|
+
FLIP: {
|
|
13696
13645
|
limit_order_fee_hundredth_pips: number;
|
|
13697
13646
|
range_order_fee_hundredth_pips: number;
|
|
13698
13647
|
range_order_total_fees_earned: {
|
|
@@ -13716,7 +13665,7 @@ declare const rpcResult: {
|
|
|
13716
13665
|
asset: "USDC";
|
|
13717
13666
|
};
|
|
13718
13667
|
} | null;
|
|
13719
|
-
|
|
13668
|
+
ETH: {
|
|
13720
13669
|
limit_order_fee_hundredth_pips: number;
|
|
13721
13670
|
range_order_fee_hundredth_pips: number;
|
|
13722
13671
|
range_order_total_fees_earned: {
|
|
@@ -14040,15 +13989,15 @@ declare const rpcResult: {
|
|
|
14040
13989
|
USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
14041
13990
|
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>>;
|
|
14042
13991
|
}, "strip", z.ZodTypeAny, {
|
|
13992
|
+
FLIP: bigint;
|
|
14043
13993
|
ETH: bigint;
|
|
14044
13994
|
USDC: bigint;
|
|
14045
|
-
FLIP: bigint;
|
|
14046
13995
|
USDT: bigint;
|
|
14047
13996
|
WBTC: bigint;
|
|
14048
13997
|
}, {
|
|
13998
|
+
FLIP: string | number;
|
|
14049
13999
|
ETH: string | number;
|
|
14050
14000
|
USDC: string | number;
|
|
14051
|
-
FLIP: string | number;
|
|
14052
14001
|
USDT: string | number;
|
|
14053
14002
|
WBTC?: string | number | undefined;
|
|
14054
14003
|
}>;
|
|
@@ -14096,9 +14045,9 @@ declare const rpcResult: {
|
|
|
14096
14045
|
BTC: bigint;
|
|
14097
14046
|
};
|
|
14098
14047
|
Ethereum: {
|
|
14048
|
+
FLIP: bigint;
|
|
14099
14049
|
ETH: bigint;
|
|
14100
14050
|
USDC: bigint;
|
|
14101
|
-
FLIP: bigint;
|
|
14102
14051
|
USDT: bigint;
|
|
14103
14052
|
WBTC: bigint;
|
|
14104
14053
|
};
|
|
@@ -14122,9 +14071,9 @@ declare const rpcResult: {
|
|
|
14122
14071
|
BTC: string | number;
|
|
14123
14072
|
};
|
|
14124
14073
|
Ethereum: {
|
|
14074
|
+
FLIP: string | number;
|
|
14125
14075
|
ETH: string | number;
|
|
14126
14076
|
USDC: string | number;
|
|
14127
|
-
FLIP: string | number;
|
|
14128
14077
|
USDT: string | number;
|
|
14129
14078
|
WBTC?: string | number | undefined;
|
|
14130
14079
|
};
|
|
@@ -14159,15 +14108,15 @@ declare const rpcResult: {
|
|
|
14159
14108
|
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>>;
|
|
14160
14109
|
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>>>;
|
|
14161
14110
|
}, "strip", z.ZodTypeAny, {
|
|
14111
|
+
FLIP: bigint | null;
|
|
14162
14112
|
ETH: bigint | null;
|
|
14163
14113
|
USDC: bigint | null;
|
|
14164
|
-
FLIP: bigint | null;
|
|
14165
14114
|
USDT: bigint | null;
|
|
14166
14115
|
WBTC: bigint | null;
|
|
14167
14116
|
}, {
|
|
14117
|
+
FLIP: string | number | null;
|
|
14168
14118
|
ETH: string | number | null;
|
|
14169
14119
|
USDC: string | number | null;
|
|
14170
|
-
FLIP: string | number | null;
|
|
14171
14120
|
USDT: string | number | null;
|
|
14172
14121
|
WBTC?: string | number | null | undefined;
|
|
14173
14122
|
}>;
|
|
@@ -14215,9 +14164,9 @@ declare const rpcResult: {
|
|
|
14215
14164
|
BTC: bigint | null;
|
|
14216
14165
|
};
|
|
14217
14166
|
Ethereum: {
|
|
14167
|
+
FLIP: bigint | null;
|
|
14218
14168
|
ETH: bigint | null;
|
|
14219
14169
|
USDC: bigint | null;
|
|
14220
|
-
FLIP: bigint | null;
|
|
14221
14170
|
USDT: bigint | null;
|
|
14222
14171
|
WBTC: bigint | null;
|
|
14223
14172
|
};
|
|
@@ -14241,9 +14190,9 @@ declare const rpcResult: {
|
|
|
14241
14190
|
BTC: string | number | null;
|
|
14242
14191
|
};
|
|
14243
14192
|
Ethereum: {
|
|
14193
|
+
FLIP: string | number | null;
|
|
14244
14194
|
ETH: string | number | null;
|
|
14245
14195
|
USDC: string | number | null;
|
|
14246
|
-
FLIP: string | number | null;
|
|
14247
14196
|
USDT: string | number | null;
|
|
14248
14197
|
WBTC?: string | number | null | undefined;
|
|
14249
14198
|
};
|
|
@@ -14278,15 +14227,15 @@ declare const rpcResult: {
|
|
|
14278
14227
|
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>>;
|
|
14279
14228
|
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>>>;
|
|
14280
14229
|
}, "strip", z.ZodTypeAny, {
|
|
14230
|
+
FLIP: bigint | null;
|
|
14281
14231
|
ETH: bigint | null;
|
|
14282
14232
|
USDC: bigint | null;
|
|
14283
|
-
FLIP: bigint | null;
|
|
14284
14233
|
USDT: bigint | null;
|
|
14285
14234
|
WBTC: bigint | null;
|
|
14286
14235
|
}, {
|
|
14236
|
+
FLIP: string | number | null;
|
|
14287
14237
|
ETH: string | number | null;
|
|
14288
14238
|
USDC: string | number | null;
|
|
14289
|
-
FLIP: string | number | null;
|
|
14290
14239
|
USDT: string | number | null;
|
|
14291
14240
|
WBTC?: string | number | null | undefined;
|
|
14292
14241
|
}>;
|
|
@@ -14334,9 +14283,9 @@ declare const rpcResult: {
|
|
|
14334
14283
|
BTC: bigint | null;
|
|
14335
14284
|
};
|
|
14336
14285
|
Ethereum: {
|
|
14286
|
+
FLIP: bigint | null;
|
|
14337
14287
|
ETH: bigint | null;
|
|
14338
14288
|
USDC: bigint | null;
|
|
14339
|
-
FLIP: bigint | null;
|
|
14340
14289
|
USDT: bigint | null;
|
|
14341
14290
|
WBTC: bigint | null;
|
|
14342
14291
|
};
|
|
@@ -14360,9 +14309,9 @@ declare const rpcResult: {
|
|
|
14360
14309
|
BTC: string | number | null;
|
|
14361
14310
|
};
|
|
14362
14311
|
Ethereum: {
|
|
14312
|
+
FLIP: string | number | null;
|
|
14363
14313
|
ETH: string | number | null;
|
|
14364
14314
|
USDC: string | number | null;
|
|
14365
|
-
FLIP: string | number | null;
|
|
14366
14315
|
USDT: string | number | null;
|
|
14367
14316
|
WBTC?: string | number | null | undefined;
|
|
14368
14317
|
};
|
|
@@ -14416,15 +14365,15 @@ declare const rpcResult: {
|
|
|
14416
14365
|
USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
14417
14366
|
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>>;
|
|
14418
14367
|
}, "strip", z.ZodTypeAny, {
|
|
14368
|
+
FLIP: bigint;
|
|
14419
14369
|
ETH: bigint;
|
|
14420
14370
|
USDC: bigint;
|
|
14421
|
-
FLIP: bigint;
|
|
14422
14371
|
USDT: bigint;
|
|
14423
14372
|
WBTC: bigint;
|
|
14424
14373
|
}, {
|
|
14374
|
+
FLIP: string | number;
|
|
14425
14375
|
ETH: string | number;
|
|
14426
14376
|
USDC: string | number;
|
|
14427
|
-
FLIP: string | number;
|
|
14428
14377
|
USDT: string | number;
|
|
14429
14378
|
WBTC?: string | number | undefined;
|
|
14430
14379
|
}>;
|
|
@@ -14472,9 +14421,9 @@ declare const rpcResult: {
|
|
|
14472
14421
|
BTC: bigint;
|
|
14473
14422
|
};
|
|
14474
14423
|
Ethereum: {
|
|
14424
|
+
FLIP: bigint;
|
|
14475
14425
|
ETH: bigint;
|
|
14476
14426
|
USDC: bigint;
|
|
14477
|
-
FLIP: bigint;
|
|
14478
14427
|
USDT: bigint;
|
|
14479
14428
|
WBTC: bigint;
|
|
14480
14429
|
};
|
|
@@ -14498,9 +14447,9 @@ declare const rpcResult: {
|
|
|
14498
14447
|
BTC: string | number;
|
|
14499
14448
|
};
|
|
14500
14449
|
Ethereum: {
|
|
14450
|
+
FLIP: string | number;
|
|
14501
14451
|
ETH: string | number;
|
|
14502
14452
|
USDC: string | number;
|
|
14503
|
-
FLIP: string | number;
|
|
14504
14453
|
USDT: string | number;
|
|
14505
14454
|
WBTC?: string | number | undefined;
|
|
14506
14455
|
};
|
|
@@ -14583,9 +14532,9 @@ declare const rpcResult: {
|
|
|
14583
14532
|
BTC: bigint;
|
|
14584
14533
|
};
|
|
14585
14534
|
Ethereum: {
|
|
14535
|
+
FLIP: bigint;
|
|
14586
14536
|
ETH: bigint;
|
|
14587
14537
|
USDC: bigint;
|
|
14588
|
-
FLIP: bigint;
|
|
14589
14538
|
USDT: bigint;
|
|
14590
14539
|
WBTC: bigint;
|
|
14591
14540
|
};
|
|
@@ -14610,9 +14559,9 @@ declare const rpcResult: {
|
|
|
14610
14559
|
BTC: bigint | null;
|
|
14611
14560
|
};
|
|
14612
14561
|
Ethereum: {
|
|
14562
|
+
FLIP: bigint | null;
|
|
14613
14563
|
ETH: bigint | null;
|
|
14614
14564
|
USDC: bigint | null;
|
|
14615
|
-
FLIP: bigint | null;
|
|
14616
14565
|
USDT: bigint | null;
|
|
14617
14566
|
WBTC: bigint | null;
|
|
14618
14567
|
};
|
|
@@ -14637,9 +14586,9 @@ declare const rpcResult: {
|
|
|
14637
14586
|
BTC: bigint | null;
|
|
14638
14587
|
};
|
|
14639
14588
|
Ethereum: {
|
|
14589
|
+
FLIP: bigint | null;
|
|
14640
14590
|
ETH: bigint | null;
|
|
14641
14591
|
USDC: bigint | null;
|
|
14642
|
-
FLIP: bigint | null;
|
|
14643
14592
|
USDT: bigint | null;
|
|
14644
14593
|
WBTC: bigint | null;
|
|
14645
14594
|
};
|
|
@@ -14671,9 +14620,9 @@ declare const rpcResult: {
|
|
|
14671
14620
|
BTC: bigint;
|
|
14672
14621
|
};
|
|
14673
14622
|
Ethereum: {
|
|
14623
|
+
FLIP: bigint;
|
|
14674
14624
|
ETH: bigint;
|
|
14675
14625
|
USDC: bigint;
|
|
14676
|
-
FLIP: bigint;
|
|
14677
14626
|
USDT: bigint;
|
|
14678
14627
|
WBTC: bigint;
|
|
14679
14628
|
};
|
|
@@ -14720,9 +14669,9 @@ declare const rpcResult: {
|
|
|
14720
14669
|
BTC: string | number;
|
|
14721
14670
|
};
|
|
14722
14671
|
Ethereum: {
|
|
14672
|
+
FLIP: string | number;
|
|
14723
14673
|
ETH: string | number;
|
|
14724
14674
|
USDC: string | number;
|
|
14725
|
-
FLIP: string | number;
|
|
14726
14675
|
USDT: string | number;
|
|
14727
14676
|
WBTC?: string | number | undefined;
|
|
14728
14677
|
};
|
|
@@ -14747,9 +14696,9 @@ declare const rpcResult: {
|
|
|
14747
14696
|
BTC: string | number | null;
|
|
14748
14697
|
};
|
|
14749
14698
|
Ethereum: {
|
|
14699
|
+
FLIP: string | number | null;
|
|
14750
14700
|
ETH: string | number | null;
|
|
14751
14701
|
USDC: string | number | null;
|
|
14752
|
-
FLIP: string | number | null;
|
|
14753
14702
|
USDT: string | number | null;
|
|
14754
14703
|
WBTC?: string | number | null | undefined;
|
|
14755
14704
|
};
|
|
@@ -14774,9 +14723,9 @@ declare const rpcResult: {
|
|
|
14774
14723
|
BTC: string | number | null;
|
|
14775
14724
|
};
|
|
14776
14725
|
Ethereum: {
|
|
14726
|
+
FLIP: string | number | null;
|
|
14777
14727
|
ETH: string | number | null;
|
|
14778
14728
|
USDC: string | number | null;
|
|
14779
|
-
FLIP: string | number | null;
|
|
14780
14729
|
USDT: string | number | null;
|
|
14781
14730
|
WBTC?: string | number | null | undefined;
|
|
14782
14731
|
};
|
|
@@ -14808,9 +14757,9 @@ declare const rpcResult: {
|
|
|
14808
14757
|
BTC: string | number;
|
|
14809
14758
|
};
|
|
14810
14759
|
Ethereum: {
|
|
14760
|
+
FLIP: string | number;
|
|
14811
14761
|
ETH: string | number;
|
|
14812
14762
|
USDC: string | number;
|
|
14813
|
-
FLIP: string | number;
|
|
14814
14763
|
USDT: string | number;
|
|
14815
14764
|
WBTC?: string | number | undefined;
|
|
14816
14765
|
};
|
|
@@ -14857,9 +14806,9 @@ declare const rpcResult: {
|
|
|
14857
14806
|
BTC: bigint;
|
|
14858
14807
|
};
|
|
14859
14808
|
Ethereum: {
|
|
14809
|
+
FLIP: bigint;
|
|
14860
14810
|
ETH: bigint;
|
|
14861
14811
|
USDC: bigint;
|
|
14862
|
-
FLIP: bigint;
|
|
14863
14812
|
USDT: bigint;
|
|
14864
14813
|
WBTC: bigint;
|
|
14865
14814
|
};
|
|
@@ -14884,9 +14833,9 @@ declare const rpcResult: {
|
|
|
14884
14833
|
BTC: bigint | null;
|
|
14885
14834
|
};
|
|
14886
14835
|
Ethereum: {
|
|
14836
|
+
FLIP: bigint | null;
|
|
14887
14837
|
ETH: bigint | null;
|
|
14888
14838
|
USDC: bigint | null;
|
|
14889
|
-
FLIP: bigint | null;
|
|
14890
14839
|
USDT: bigint | null;
|
|
14891
14840
|
WBTC: bigint | null;
|
|
14892
14841
|
};
|
|
@@ -14911,9 +14860,9 @@ declare const rpcResult: {
|
|
|
14911
14860
|
BTC: bigint | null;
|
|
14912
14861
|
};
|
|
14913
14862
|
Ethereum: {
|
|
14863
|
+
FLIP: bigint | null;
|
|
14914
14864
|
ETH: bigint | null;
|
|
14915
14865
|
USDC: bigint | null;
|
|
14916
|
-
FLIP: bigint | null;
|
|
14917
14866
|
USDT: bigint | null;
|
|
14918
14867
|
WBTC: bigint | null;
|
|
14919
14868
|
};
|
|
@@ -14945,9 +14894,9 @@ declare const rpcResult: {
|
|
|
14945
14894
|
BTC: bigint;
|
|
14946
14895
|
};
|
|
14947
14896
|
Ethereum: {
|
|
14897
|
+
FLIP: bigint;
|
|
14948
14898
|
ETH: bigint;
|
|
14949
14899
|
USDC: bigint;
|
|
14950
|
-
FLIP: bigint;
|
|
14951
14900
|
USDT: bigint;
|
|
14952
14901
|
WBTC: bigint;
|
|
14953
14902
|
};
|
|
@@ -14994,9 +14943,9 @@ declare const rpcResult: {
|
|
|
14994
14943
|
BTC: bigint;
|
|
14995
14944
|
};
|
|
14996
14945
|
Ethereum: {
|
|
14946
|
+
FLIP: bigint;
|
|
14997
14947
|
ETH: bigint;
|
|
14998
14948
|
USDC: bigint;
|
|
14999
|
-
FLIP: bigint;
|
|
15000
14949
|
USDT: bigint;
|
|
15001
14950
|
WBTC: bigint;
|
|
15002
14951
|
};
|
|
@@ -15022,9 +14971,9 @@ declare const rpcResult: {
|
|
|
15022
14971
|
BTC: string | number;
|
|
15023
14972
|
};
|
|
15024
14973
|
Ethereum: {
|
|
14974
|
+
FLIP: string | number;
|
|
15025
14975
|
ETH: string | number;
|
|
15026
14976
|
USDC: string | number;
|
|
15027
|
-
FLIP: string | number;
|
|
15028
14977
|
USDT: string | number;
|
|
15029
14978
|
WBTC?: string | number | undefined;
|
|
15030
14979
|
};
|
|
@@ -15049,9 +14998,9 @@ declare const rpcResult: {
|
|
|
15049
14998
|
BTC: string | number | null;
|
|
15050
14999
|
};
|
|
15051
15000
|
Ethereum: {
|
|
15001
|
+
FLIP: string | number | null;
|
|
15052
15002
|
ETH: string | number | null;
|
|
15053
15003
|
USDC: string | number | null;
|
|
15054
|
-
FLIP: string | number | null;
|
|
15055
15004
|
USDT: string | number | null;
|
|
15056
15005
|
WBTC?: string | number | null | undefined;
|
|
15057
15006
|
};
|
|
@@ -15076,9 +15025,9 @@ declare const rpcResult: {
|
|
|
15076
15025
|
BTC: string | number | null;
|
|
15077
15026
|
};
|
|
15078
15027
|
Ethereum: {
|
|
15028
|
+
FLIP: string | number | null;
|
|
15079
15029
|
ETH: string | number | null;
|
|
15080
15030
|
USDC: string | number | null;
|
|
15081
|
-
FLIP: string | number | null;
|
|
15082
15031
|
USDT: string | number | null;
|
|
15083
15032
|
WBTC?: string | number | null | undefined;
|
|
15084
15033
|
};
|
|
@@ -15110,9 +15059,9 @@ declare const rpcResult: {
|
|
|
15110
15059
|
BTC: string | number;
|
|
15111
15060
|
};
|
|
15112
15061
|
Ethereum: {
|
|
15062
|
+
FLIP: string | number;
|
|
15113
15063
|
ETH: string | number;
|
|
15114
15064
|
USDC: string | number;
|
|
15115
|
-
FLIP: string | number;
|
|
15116
15065
|
USDT: string | number;
|
|
15117
15066
|
WBTC?: string | number | undefined;
|
|
15118
15067
|
};
|
|
@@ -15165,33 +15114,33 @@ declare const rpcResult: {
|
|
|
15165
15114
|
lp: z.ZodString;
|
|
15166
15115
|
}, "strip", z.ZodTypeAny, {
|
|
15167
15116
|
id: string;
|
|
15117
|
+
fees_earned: bigint;
|
|
15118
|
+
lp: string;
|
|
15168
15119
|
tick: number;
|
|
15169
15120
|
sell_amount: bigint;
|
|
15170
|
-
fees_earned: bigint;
|
|
15171
15121
|
original_sell_amount: bigint;
|
|
15172
|
-
lp: string;
|
|
15173
15122
|
}, {
|
|
15174
15123
|
id: string | number;
|
|
15124
|
+
fees_earned: string | number;
|
|
15125
|
+
lp: string;
|
|
15175
15126
|
tick: number;
|
|
15176
15127
|
sell_amount: string | number;
|
|
15177
|
-
fees_earned: string | number;
|
|
15178
15128
|
original_sell_amount: string | number;
|
|
15179
|
-
lp: string;
|
|
15180
15129
|
}>, {
|
|
15181
15130
|
type: "ask";
|
|
15182
15131
|
id: string;
|
|
15132
|
+
fees_earned: bigint;
|
|
15133
|
+
lp: string;
|
|
15183
15134
|
tick: number;
|
|
15184
15135
|
sell_amount: bigint;
|
|
15185
|
-
fees_earned: bigint;
|
|
15186
15136
|
original_sell_amount: bigint;
|
|
15187
|
-
lp: string;
|
|
15188
15137
|
}, {
|
|
15189
15138
|
id: string | number;
|
|
15139
|
+
fees_earned: string | number;
|
|
15140
|
+
lp: string;
|
|
15190
15141
|
tick: number;
|
|
15191
15142
|
sell_amount: string | number;
|
|
15192
|
-
fees_earned: string | number;
|
|
15193
15143
|
original_sell_amount: string | number;
|
|
15194
|
-
lp: string;
|
|
15195
15144
|
}>, "many">;
|
|
15196
15145
|
bids: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
15197
15146
|
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>;
|
|
@@ -15202,69 +15151,69 @@ declare const rpcResult: {
|
|
|
15202
15151
|
lp: z.ZodString;
|
|
15203
15152
|
}, "strip", z.ZodTypeAny, {
|
|
15204
15153
|
id: string;
|
|
15154
|
+
fees_earned: bigint;
|
|
15155
|
+
lp: string;
|
|
15205
15156
|
tick: number;
|
|
15206
15157
|
sell_amount: bigint;
|
|
15207
|
-
fees_earned: bigint;
|
|
15208
15158
|
original_sell_amount: bigint;
|
|
15209
|
-
lp: string;
|
|
15210
15159
|
}, {
|
|
15211
15160
|
id: string | number;
|
|
15161
|
+
fees_earned: string | number;
|
|
15162
|
+
lp: string;
|
|
15212
15163
|
tick: number;
|
|
15213
15164
|
sell_amount: string | number;
|
|
15214
|
-
fees_earned: string | number;
|
|
15215
15165
|
original_sell_amount: string | number;
|
|
15216
|
-
lp: string;
|
|
15217
15166
|
}>, {
|
|
15218
15167
|
type: "bid";
|
|
15219
15168
|
id: string;
|
|
15169
|
+
fees_earned: bigint;
|
|
15170
|
+
lp: string;
|
|
15220
15171
|
tick: number;
|
|
15221
15172
|
sell_amount: bigint;
|
|
15222
|
-
fees_earned: bigint;
|
|
15223
15173
|
original_sell_amount: bigint;
|
|
15224
|
-
lp: string;
|
|
15225
15174
|
}, {
|
|
15226
15175
|
id: string | number;
|
|
15176
|
+
fees_earned: string | number;
|
|
15177
|
+
lp: string;
|
|
15227
15178
|
tick: number;
|
|
15228
15179
|
sell_amount: string | number;
|
|
15229
|
-
fees_earned: string | number;
|
|
15230
15180
|
original_sell_amount: string | number;
|
|
15231
|
-
lp: string;
|
|
15232
15181
|
}>, "many">;
|
|
15233
15182
|
}, "strip", z.ZodTypeAny, {
|
|
15234
15183
|
asks: {
|
|
15235
15184
|
type: "ask";
|
|
15236
15185
|
id: string;
|
|
15186
|
+
fees_earned: bigint;
|
|
15187
|
+
lp: string;
|
|
15237
15188
|
tick: number;
|
|
15238
15189
|
sell_amount: bigint;
|
|
15239
|
-
fees_earned: bigint;
|
|
15240
15190
|
original_sell_amount: bigint;
|
|
15241
|
-
lp: string;
|
|
15242
15191
|
}[];
|
|
15243
15192
|
bids: {
|
|
15244
15193
|
type: "bid";
|
|
15245
15194
|
id: string;
|
|
15195
|
+
fees_earned: bigint;
|
|
15196
|
+
lp: string;
|
|
15246
15197
|
tick: number;
|
|
15247
15198
|
sell_amount: bigint;
|
|
15248
|
-
fees_earned: bigint;
|
|
15249
15199
|
original_sell_amount: bigint;
|
|
15250
|
-
lp: string;
|
|
15251
15200
|
}[];
|
|
15252
15201
|
}, {
|
|
15253
15202
|
asks: {
|
|
15254
15203
|
id: string | number;
|
|
15204
|
+
fees_earned: string | number;
|
|
15205
|
+
lp: string;
|
|
15255
15206
|
tick: number;
|
|
15256
15207
|
sell_amount: string | number;
|
|
15257
|
-
fees_earned: string | number;
|
|
15258
15208
|
original_sell_amount: string | number;
|
|
15259
|
-
lp: string;
|
|
15260
15209
|
}[];
|
|
15261
15210
|
bids: {
|
|
15262
15211
|
id: string | number;
|
|
15212
|
+
fees_earned: string | number;
|
|
15213
|
+
lp: string;
|
|
15263
15214
|
tick: number;
|
|
15264
15215
|
sell_amount: string | number;
|
|
15265
|
-
fees_earned: string | number;
|
|
15266
15216
|
original_sell_amount: string | number;
|
|
15267
|
-
lp: string;
|
|
15268
15217
|
}[];
|
|
15269
15218
|
}>;
|
|
15270
15219
|
range_orders: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
@@ -15293,120 +15242,120 @@ declare const rpcResult: {
|
|
|
15293
15242
|
lp: z.ZodString;
|
|
15294
15243
|
}, "strip", z.ZodTypeAny, {
|
|
15295
15244
|
id: string;
|
|
15245
|
+
range: {
|
|
15246
|
+
start: number;
|
|
15247
|
+
end: number;
|
|
15248
|
+
};
|
|
15249
|
+
liquidity: bigint;
|
|
15296
15250
|
fees_earned: {
|
|
15297
15251
|
base: bigint;
|
|
15298
15252
|
quote: bigint;
|
|
15299
15253
|
};
|
|
15300
15254
|
lp: string;
|
|
15255
|
+
}, {
|
|
15256
|
+
id: string | number;
|
|
15301
15257
|
range: {
|
|
15302
15258
|
start: number;
|
|
15303
15259
|
end: number;
|
|
15304
15260
|
};
|
|
15305
|
-
liquidity:
|
|
15306
|
-
}, {
|
|
15307
|
-
id: string | number;
|
|
15261
|
+
liquidity: string | number;
|
|
15308
15262
|
fees_earned: {
|
|
15309
15263
|
base: string | number;
|
|
15310
15264
|
quote: string | number;
|
|
15311
15265
|
};
|
|
15312
15266
|
lp: string;
|
|
15267
|
+
}>, {
|
|
15268
|
+
type: "range";
|
|
15269
|
+
id: string;
|
|
15313
15270
|
range: {
|
|
15314
15271
|
start: number;
|
|
15315
15272
|
end: number;
|
|
15316
15273
|
};
|
|
15317
|
-
liquidity:
|
|
15318
|
-
}>, {
|
|
15319
|
-
type: "range";
|
|
15320
|
-
id: string;
|
|
15274
|
+
liquidity: bigint;
|
|
15321
15275
|
fees_earned: {
|
|
15322
15276
|
base: bigint;
|
|
15323
15277
|
quote: bigint;
|
|
15324
15278
|
};
|
|
15325
15279
|
lp: string;
|
|
15280
|
+
}, {
|
|
15281
|
+
id: string | number;
|
|
15326
15282
|
range: {
|
|
15327
15283
|
start: number;
|
|
15328
15284
|
end: number;
|
|
15329
15285
|
};
|
|
15330
|
-
liquidity:
|
|
15331
|
-
}, {
|
|
15332
|
-
id: string | number;
|
|
15286
|
+
liquidity: string | number;
|
|
15333
15287
|
fees_earned: {
|
|
15334
15288
|
base: string | number;
|
|
15335
15289
|
quote: string | number;
|
|
15336
15290
|
};
|
|
15337
15291
|
lp: string;
|
|
15338
|
-
range: {
|
|
15339
|
-
start: number;
|
|
15340
|
-
end: number;
|
|
15341
|
-
};
|
|
15342
|
-
liquidity: string | number;
|
|
15343
15292
|
}>, "many">;
|
|
15344
15293
|
}, "strip", z.ZodTypeAny, {
|
|
15345
15294
|
limit_orders: {
|
|
15346
15295
|
asks: {
|
|
15347
15296
|
type: "ask";
|
|
15348
15297
|
id: string;
|
|
15298
|
+
fees_earned: bigint;
|
|
15299
|
+
lp: string;
|
|
15349
15300
|
tick: number;
|
|
15350
15301
|
sell_amount: bigint;
|
|
15351
|
-
fees_earned: bigint;
|
|
15352
15302
|
original_sell_amount: bigint;
|
|
15353
|
-
lp: string;
|
|
15354
15303
|
}[];
|
|
15355
15304
|
bids: {
|
|
15356
15305
|
type: "bid";
|
|
15357
15306
|
id: string;
|
|
15307
|
+
fees_earned: bigint;
|
|
15308
|
+
lp: string;
|
|
15358
15309
|
tick: number;
|
|
15359
15310
|
sell_amount: bigint;
|
|
15360
|
-
fees_earned: bigint;
|
|
15361
15311
|
original_sell_amount: bigint;
|
|
15362
|
-
lp: string;
|
|
15363
15312
|
}[];
|
|
15364
15313
|
};
|
|
15365
15314
|
range_orders: {
|
|
15366
15315
|
type: "range";
|
|
15367
15316
|
id: string;
|
|
15368
|
-
fees_earned: {
|
|
15369
|
-
base: bigint;
|
|
15370
|
-
quote: bigint;
|
|
15371
|
-
};
|
|
15372
|
-
lp: string;
|
|
15373
15317
|
range: {
|
|
15374
15318
|
start: number;
|
|
15375
15319
|
end: number;
|
|
15376
15320
|
};
|
|
15377
15321
|
liquidity: bigint;
|
|
15322
|
+
fees_earned: {
|
|
15323
|
+
base: bigint;
|
|
15324
|
+
quote: bigint;
|
|
15325
|
+
};
|
|
15326
|
+
lp: string;
|
|
15378
15327
|
}[];
|
|
15379
15328
|
}, {
|
|
15380
15329
|
limit_orders: {
|
|
15381
15330
|
asks: {
|
|
15382
15331
|
id: string | number;
|
|
15332
|
+
fees_earned: string | number;
|
|
15333
|
+
lp: string;
|
|
15383
15334
|
tick: number;
|
|
15384
15335
|
sell_amount: string | number;
|
|
15385
|
-
fees_earned: string | number;
|
|
15386
15336
|
original_sell_amount: string | number;
|
|
15387
|
-
lp: string;
|
|
15388
15337
|
}[];
|
|
15389
15338
|
bids: {
|
|
15390
15339
|
id: string | number;
|
|
15340
|
+
fees_earned: string | number;
|
|
15341
|
+
lp: string;
|
|
15391
15342
|
tick: number;
|
|
15392
15343
|
sell_amount: string | number;
|
|
15393
|
-
fees_earned: string | number;
|
|
15394
15344
|
original_sell_amount: string | number;
|
|
15395
|
-
lp: string;
|
|
15396
15345
|
}[];
|
|
15397
15346
|
};
|
|
15398
15347
|
range_orders: {
|
|
15399
15348
|
id: string | number;
|
|
15400
|
-
fees_earned: {
|
|
15401
|
-
base: string | number;
|
|
15402
|
-
quote: string | number;
|
|
15403
|
-
};
|
|
15404
|
-
lp: string;
|
|
15405
15349
|
range: {
|
|
15406
15350
|
start: number;
|
|
15407
15351
|
end: number;
|
|
15408
15352
|
};
|
|
15409
|
-
liquidity: string | number;
|
|
15353
|
+
liquidity: string | number;
|
|
15354
|
+
fees_earned: {
|
|
15355
|
+
base: string | number;
|
|
15356
|
+
quote: string | number;
|
|
15357
|
+
};
|
|
15358
|
+
lp: string;
|
|
15410
15359
|
}[];
|
|
15411
15360
|
}>;
|
|
15412
15361
|
readonly cf_pool_price_v2: z.ZodObject<{
|
|
@@ -15422,15 +15371,6 @@ declare const rpcResult: {
|
|
|
15422
15371
|
}, {
|
|
15423
15372
|
chain: "Bitcoin";
|
|
15424
15373
|
asset: "BTC";
|
|
15425
|
-
}>, z.ZodObject<{
|
|
15426
|
-
chain: z.ZodLiteral<"Polkadot">;
|
|
15427
|
-
asset: z.ZodLiteral<"DOT">;
|
|
15428
|
-
}, "strip", z.ZodTypeAny, {
|
|
15429
|
-
chain: "Polkadot";
|
|
15430
|
-
asset: "DOT";
|
|
15431
|
-
}, {
|
|
15432
|
-
chain: "Polkadot";
|
|
15433
|
-
asset: "DOT";
|
|
15434
15374
|
}>, z.ZodObject<{
|
|
15435
15375
|
chain: z.ZodLiteral<"Ethereum">;
|
|
15436
15376
|
asset: z.ZodLiteral<"FLIP">;
|
|
@@ -15567,15 +15507,6 @@ declare const rpcResult: {
|
|
|
15567
15507
|
}, {
|
|
15568
15508
|
chain: "Bitcoin";
|
|
15569
15509
|
asset: "BTC";
|
|
15570
|
-
}>, z.ZodObject<{
|
|
15571
|
-
chain: z.ZodLiteral<"Polkadot">;
|
|
15572
|
-
asset: z.ZodLiteral<"DOT">;
|
|
15573
|
-
}, "strip", z.ZodTypeAny, {
|
|
15574
|
-
chain: "Polkadot";
|
|
15575
|
-
asset: "DOT";
|
|
15576
|
-
}, {
|
|
15577
|
-
chain: "Polkadot";
|
|
15578
|
-
asset: "DOT";
|
|
15579
15510
|
}>, z.ZodObject<{
|
|
15580
15511
|
chain: z.ZodLiteral<"Ethereum">;
|
|
15581
15512
|
asset: z.ZodLiteral<"FLIP">;
|
|
@@ -15707,9 +15638,6 @@ declare const rpcResult: {
|
|
|
15707
15638
|
quote_asset: {
|
|
15708
15639
|
chain: "Bitcoin";
|
|
15709
15640
|
asset: "BTC";
|
|
15710
|
-
} | {
|
|
15711
|
-
chain: "Polkadot";
|
|
15712
|
-
asset: "DOT";
|
|
15713
15641
|
} | {
|
|
15714
15642
|
chain: "Ethereum";
|
|
15715
15643
|
asset: "FLIP";
|
|
@@ -15759,9 +15687,6 @@ declare const rpcResult: {
|
|
|
15759
15687
|
base_asset: {
|
|
15760
15688
|
chain: "Bitcoin";
|
|
15761
15689
|
asset: "BTC";
|
|
15762
|
-
} | {
|
|
15763
|
-
chain: "Polkadot";
|
|
15764
|
-
asset: "DOT";
|
|
15765
15690
|
} | {
|
|
15766
15691
|
chain: "Ethereum";
|
|
15767
15692
|
asset: "FLIP";
|
|
@@ -15809,9 +15734,6 @@ declare const rpcResult: {
|
|
|
15809
15734
|
quote_asset: {
|
|
15810
15735
|
chain: "Bitcoin";
|
|
15811
15736
|
asset: "BTC";
|
|
15812
|
-
} | {
|
|
15813
|
-
chain: "Polkadot";
|
|
15814
|
-
asset: "DOT";
|
|
15815
15737
|
} | {
|
|
15816
15738
|
chain: "Ethereum";
|
|
15817
15739
|
asset: "FLIP";
|
|
@@ -15861,9 +15783,6 @@ declare const rpcResult: {
|
|
|
15861
15783
|
base_asset: {
|
|
15862
15784
|
chain: "Bitcoin";
|
|
15863
15785
|
asset: "BTC";
|
|
15864
|
-
} | {
|
|
15865
|
-
chain: "Polkadot";
|
|
15866
|
-
asset: "DOT";
|
|
15867
15786
|
} | {
|
|
15868
15787
|
chain: "Ethereum";
|
|
15869
15788
|
asset: "FLIP";
|
|
@@ -16832,7 +16751,7 @@ declare const rpcResult: {
|
|
|
16832
16751
|
};
|
|
16833
16752
|
} | null>>;
|
|
16834
16753
|
}, "strip", z.ZodTypeAny, {
|
|
16835
|
-
|
|
16754
|
+
FLIP: {
|
|
16836
16755
|
limit_order_fee_hundredth_pips: number;
|
|
16837
16756
|
range_order_fee_hundredth_pips: number;
|
|
16838
16757
|
range_order_total_fees_earned: {
|
|
@@ -16879,7 +16798,7 @@ declare const rpcResult: {
|
|
|
16879
16798
|
readonly asset: "USDC";
|
|
16880
16799
|
};
|
|
16881
16800
|
};
|
|
16882
|
-
|
|
16801
|
+
ETH: {
|
|
16883
16802
|
limit_order_fee_hundredth_pips: number;
|
|
16884
16803
|
range_order_fee_hundredth_pips: number;
|
|
16885
16804
|
range_order_total_fees_earned: {
|
|
@@ -17021,7 +16940,7 @@ declare const rpcResult: {
|
|
|
17021
16940
|
};
|
|
17022
16941
|
};
|
|
17023
16942
|
}, {
|
|
17024
|
-
|
|
16943
|
+
FLIP: {
|
|
17025
16944
|
limit_order_fee_hundredth_pips: number;
|
|
17026
16945
|
range_order_fee_hundredth_pips: number;
|
|
17027
16946
|
range_order_total_fees_earned: {
|
|
@@ -17045,7 +16964,7 @@ declare const rpcResult: {
|
|
|
17045
16964
|
asset: "USDC";
|
|
17046
16965
|
};
|
|
17047
16966
|
} | null;
|
|
17048
|
-
|
|
16967
|
+
ETH: {
|
|
17049
16968
|
limit_order_fee_hundredth_pips: number;
|
|
17050
16969
|
range_order_fee_hundredth_pips: number;
|
|
17051
16970
|
range_order_total_fees_earned: {
|
|
@@ -19341,7 +19260,7 @@ declare const rpcResult: {
|
|
|
19341
19260
|
};
|
|
19342
19261
|
};
|
|
19343
19262
|
Ethereum: {
|
|
19344
|
-
|
|
19263
|
+
FLIP: {
|
|
19345
19264
|
limit_order_fee_hundredth_pips: number;
|
|
19346
19265
|
range_order_fee_hundredth_pips: number;
|
|
19347
19266
|
range_order_total_fees_earned: {
|
|
@@ -19388,7 +19307,7 @@ declare const rpcResult: {
|
|
|
19388
19307
|
readonly asset: "USDC";
|
|
19389
19308
|
};
|
|
19390
19309
|
};
|
|
19391
|
-
|
|
19310
|
+
ETH: {
|
|
19392
19311
|
limit_order_fee_hundredth_pips: number;
|
|
19393
19312
|
range_order_fee_hundredth_pips: number;
|
|
19394
19313
|
range_order_total_fees_earned: {
|
|
@@ -19987,7 +19906,7 @@ declare const rpcResult: {
|
|
|
19987
19906
|
} | null;
|
|
19988
19907
|
};
|
|
19989
19908
|
Ethereum: {
|
|
19990
|
-
|
|
19909
|
+
FLIP: {
|
|
19991
19910
|
limit_order_fee_hundredth_pips: number;
|
|
19992
19911
|
range_order_fee_hundredth_pips: number;
|
|
19993
19912
|
range_order_total_fees_earned: {
|
|
@@ -20011,7 +19930,7 @@ declare const rpcResult: {
|
|
|
20011
19930
|
asset: "USDC";
|
|
20012
19931
|
};
|
|
20013
19932
|
} | null;
|
|
20014
|
-
|
|
19933
|
+
ETH: {
|
|
20015
19934
|
limit_order_fee_hundredth_pips: number;
|
|
20016
19935
|
range_order_fee_hundredth_pips: number;
|
|
20017
19936
|
range_order_total_fees_earned: {
|
|
@@ -20359,7 +20278,7 @@ declare const rpcResult: {
|
|
|
20359
20278
|
};
|
|
20360
20279
|
};
|
|
20361
20280
|
Ethereum: {
|
|
20362
|
-
|
|
20281
|
+
FLIP: {
|
|
20363
20282
|
limit_order_fee_hundredth_pips: number;
|
|
20364
20283
|
range_order_fee_hundredth_pips: number;
|
|
20365
20284
|
range_order_total_fees_earned: {
|
|
@@ -20406,7 +20325,7 @@ declare const rpcResult: {
|
|
|
20406
20325
|
readonly asset: "USDC";
|
|
20407
20326
|
};
|
|
20408
20327
|
};
|
|
20409
|
-
|
|
20328
|
+
ETH: {
|
|
20410
20329
|
limit_order_fee_hundredth_pips: number;
|
|
20411
20330
|
range_order_fee_hundredth_pips: number;
|
|
20412
20331
|
range_order_total_fees_earned: {
|
|
@@ -21007,7 +20926,7 @@ declare const rpcResult: {
|
|
|
21007
20926
|
} | null;
|
|
21008
20927
|
};
|
|
21009
20928
|
Ethereum: {
|
|
21010
|
-
|
|
20929
|
+
FLIP: {
|
|
21011
20930
|
limit_order_fee_hundredth_pips: number;
|
|
21012
20931
|
range_order_fee_hundredth_pips: number;
|
|
21013
20932
|
range_order_total_fees_earned: {
|
|
@@ -21031,7 +20950,7 @@ declare const rpcResult: {
|
|
|
21031
20950
|
asset: "USDC";
|
|
21032
20951
|
};
|
|
21033
20952
|
} | null;
|
|
21034
|
-
|
|
20953
|
+
ETH: {
|
|
21035
20954
|
limit_order_fee_hundredth_pips: number;
|
|
21036
20955
|
range_order_fee_hundredth_pips: number;
|
|
21037
20956
|
range_order_total_fees_earned: {
|
|
@@ -21340,9 +21259,6 @@ declare const rpcResult: {
|
|
|
21340
21259
|
}>, "many">, ({
|
|
21341
21260
|
chain: "Bitcoin";
|
|
21342
21261
|
asset: "BTC";
|
|
21343
|
-
} | {
|
|
21344
|
-
chain: "Polkadot";
|
|
21345
|
-
asset: "DOT";
|
|
21346
21262
|
} | {
|
|
21347
21263
|
chain: "Ethereum";
|
|
21348
21264
|
asset: "FLIP";
|
|
@@ -21409,15 +21325,6 @@ declare const rpcResult: {
|
|
|
21409
21325
|
}, {
|
|
21410
21326
|
chain: "Bitcoin";
|
|
21411
21327
|
asset: "BTC";
|
|
21412
|
-
}>, z.ZodObject<{
|
|
21413
|
-
chain: z.ZodLiteral<"Polkadot">;
|
|
21414
|
-
asset: z.ZodLiteral<"DOT">;
|
|
21415
|
-
}, "strip", z.ZodTypeAny, {
|
|
21416
|
-
chain: "Polkadot";
|
|
21417
|
-
asset: "DOT";
|
|
21418
|
-
}, {
|
|
21419
|
-
chain: "Polkadot";
|
|
21420
|
-
asset: "DOT";
|
|
21421
21328
|
}>, z.ZodObject<{
|
|
21422
21329
|
chain: z.ZodLiteral<"Ethereum">;
|
|
21423
21330
|
asset: z.ZodLiteral<"FLIP">;
|
|
@@ -21560,15 +21467,6 @@ declare const rpcResult: {
|
|
|
21560
21467
|
}, {
|
|
21561
21468
|
chain: "Bitcoin";
|
|
21562
21469
|
asset: "BTC";
|
|
21563
|
-
}>, z.ZodObject<{
|
|
21564
|
-
chain: z.ZodLiteral<"Polkadot">;
|
|
21565
|
-
asset: z.ZodLiteral<"DOT">;
|
|
21566
|
-
}, "strip", z.ZodTypeAny, {
|
|
21567
|
-
chain: "Polkadot";
|
|
21568
|
-
asset: "DOT";
|
|
21569
|
-
}, {
|
|
21570
|
-
chain: "Polkadot";
|
|
21571
|
-
asset: "DOT";
|
|
21572
21470
|
}>, z.ZodObject<{
|
|
21573
21471
|
chain: z.ZodLiteral<"Ethereum">;
|
|
21574
21472
|
asset: z.ZodLiteral<"FLIP">;
|
|
@@ -21712,15 +21610,6 @@ declare const rpcResult: {
|
|
|
21712
21610
|
}, {
|
|
21713
21611
|
chain: "Bitcoin";
|
|
21714
21612
|
asset: "BTC";
|
|
21715
|
-
}>, z.ZodObject<{
|
|
21716
|
-
chain: z.ZodLiteral<"Polkadot">;
|
|
21717
|
-
asset: z.ZodLiteral<"DOT">;
|
|
21718
|
-
}, "strip", z.ZodTypeAny, {
|
|
21719
|
-
chain: "Polkadot";
|
|
21720
|
-
asset: "DOT";
|
|
21721
|
-
}, {
|
|
21722
|
-
chain: "Polkadot";
|
|
21723
|
-
asset: "DOT";
|
|
21724
21613
|
}>, z.ZodObject<{
|
|
21725
21614
|
chain: z.ZodLiteral<"Ethereum">;
|
|
21726
21615
|
asset: z.ZodLiteral<"FLIP">;
|
|
@@ -21861,9 +21750,6 @@ declare const rpcResult: {
|
|
|
21861
21750
|
egress_fee: ({
|
|
21862
21751
|
chain: "Bitcoin";
|
|
21863
21752
|
asset: "BTC";
|
|
21864
|
-
} | {
|
|
21865
|
-
chain: "Polkadot";
|
|
21866
|
-
asset: "DOT";
|
|
21867
21753
|
} | {
|
|
21868
21754
|
chain: "Ethereum";
|
|
21869
21755
|
asset: "FLIP";
|
|
@@ -21912,9 +21798,6 @@ declare const rpcResult: {
|
|
|
21912
21798
|
ingress_fee: ({
|
|
21913
21799
|
chain: "Bitcoin";
|
|
21914
21800
|
asset: "BTC";
|
|
21915
|
-
} | {
|
|
21916
|
-
chain: "Polkadot";
|
|
21917
|
-
asset: "DOT";
|
|
21918
21801
|
} | {
|
|
21919
21802
|
chain: "Ethereum";
|
|
21920
21803
|
asset: "FLIP";
|
|
@@ -21963,9 +21846,6 @@ declare const rpcResult: {
|
|
|
21963
21846
|
network_fee: ({
|
|
21964
21847
|
chain: "Bitcoin";
|
|
21965
21848
|
asset: "BTC";
|
|
21966
|
-
} | {
|
|
21967
|
-
chain: "Polkadot";
|
|
21968
|
-
asset: "DOT";
|
|
21969
21849
|
} | {
|
|
21970
21850
|
chain: "Ethereum";
|
|
21971
21851
|
asset: "FLIP";
|
|
@@ -22017,9 +21897,6 @@ declare const rpcResult: {
|
|
|
22017
21897
|
egress_fee: ({
|
|
22018
21898
|
chain: "Bitcoin";
|
|
22019
21899
|
asset: "BTC";
|
|
22020
|
-
} | {
|
|
22021
|
-
chain: "Polkadot";
|
|
22022
|
-
asset: "DOT";
|
|
22023
21900
|
} | {
|
|
22024
21901
|
chain: "Ethereum";
|
|
22025
21902
|
asset: "FLIP";
|
|
@@ -22068,9 +21945,6 @@ declare const rpcResult: {
|
|
|
22068
21945
|
ingress_fee: ({
|
|
22069
21946
|
chain: "Bitcoin";
|
|
22070
21947
|
asset: "BTC";
|
|
22071
|
-
} | {
|
|
22072
|
-
chain: "Polkadot";
|
|
22073
|
-
asset: "DOT";
|
|
22074
21948
|
} | {
|
|
22075
21949
|
chain: "Ethereum";
|
|
22076
21950
|
asset: "FLIP";
|
|
@@ -22119,9 +21993,6 @@ declare const rpcResult: {
|
|
|
22119
21993
|
network_fee: ({
|
|
22120
21994
|
chain: "Bitcoin";
|
|
22121
21995
|
asset: "BTC";
|
|
22122
|
-
} | {
|
|
22123
|
-
chain: "Polkadot";
|
|
22124
|
-
asset: "DOT";
|
|
22125
21996
|
} | {
|
|
22126
21997
|
chain: "Ethereum";
|
|
22127
21998
|
asset: "FLIP";
|
|
@@ -22178,15 +22049,6 @@ declare const rpcResult: {
|
|
|
22178
22049
|
}, {
|
|
22179
22050
|
chain: "Bitcoin";
|
|
22180
22051
|
asset: "BTC";
|
|
22181
|
-
}>, z.ZodObject<{
|
|
22182
|
-
chain: z.ZodLiteral<"Polkadot">;
|
|
22183
|
-
asset: z.ZodLiteral<"DOT">;
|
|
22184
|
-
}, "strip", z.ZodTypeAny, {
|
|
22185
|
-
chain: "Polkadot";
|
|
22186
|
-
asset: "DOT";
|
|
22187
|
-
}, {
|
|
22188
|
-
chain: "Polkadot";
|
|
22189
|
-
asset: "DOT";
|
|
22190
22052
|
}>, z.ZodObject<{
|
|
22191
22053
|
chain: z.ZodLiteral<"Ethereum">;
|
|
22192
22054
|
asset: z.ZodLiteral<"FLIP">;
|
|
@@ -22329,15 +22191,6 @@ declare const rpcResult: {
|
|
|
22329
22191
|
}, {
|
|
22330
22192
|
chain: "Bitcoin";
|
|
22331
22193
|
asset: "BTC";
|
|
22332
|
-
}>, z.ZodObject<{
|
|
22333
|
-
chain: z.ZodLiteral<"Polkadot">;
|
|
22334
|
-
asset: z.ZodLiteral<"DOT">;
|
|
22335
|
-
}, "strip", z.ZodTypeAny, {
|
|
22336
|
-
chain: "Polkadot";
|
|
22337
|
-
asset: "DOT";
|
|
22338
|
-
}, {
|
|
22339
|
-
chain: "Polkadot";
|
|
22340
|
-
asset: "DOT";
|
|
22341
22194
|
}>, z.ZodObject<{
|
|
22342
22195
|
chain: z.ZodLiteral<"Ethereum">;
|
|
22343
22196
|
asset: z.ZodLiteral<"FLIP">;
|
|
@@ -22481,15 +22334,6 @@ declare const rpcResult: {
|
|
|
22481
22334
|
}, {
|
|
22482
22335
|
chain: "Bitcoin";
|
|
22483
22336
|
asset: "BTC";
|
|
22484
|
-
}>, z.ZodObject<{
|
|
22485
|
-
chain: z.ZodLiteral<"Polkadot">;
|
|
22486
|
-
asset: z.ZodLiteral<"DOT">;
|
|
22487
|
-
}, "strip", z.ZodTypeAny, {
|
|
22488
|
-
chain: "Polkadot";
|
|
22489
|
-
asset: "DOT";
|
|
22490
|
-
}, {
|
|
22491
|
-
chain: "Polkadot";
|
|
22492
|
-
asset: "DOT";
|
|
22493
22337
|
}>, z.ZodObject<{
|
|
22494
22338
|
chain: z.ZodLiteral<"Ethereum">;
|
|
22495
22339
|
asset: z.ZodLiteral<"FLIP">;
|
|
@@ -22634,15 +22478,6 @@ declare const rpcResult: {
|
|
|
22634
22478
|
}, {
|
|
22635
22479
|
chain: "Bitcoin";
|
|
22636
22480
|
asset: "BTC";
|
|
22637
|
-
}>, z.ZodObject<{
|
|
22638
|
-
chain: z.ZodLiteral<"Polkadot">;
|
|
22639
|
-
asset: z.ZodLiteral<"DOT">;
|
|
22640
|
-
}, "strip", z.ZodTypeAny, {
|
|
22641
|
-
chain: "Polkadot";
|
|
22642
|
-
asset: "DOT";
|
|
22643
|
-
}, {
|
|
22644
|
-
chain: "Polkadot";
|
|
22645
|
-
asset: "DOT";
|
|
22646
22481
|
}>, z.ZodObject<{
|
|
22647
22482
|
chain: z.ZodLiteral<"Ethereum">;
|
|
22648
22483
|
asset: z.ZodLiteral<"FLIP">;
|
|
@@ -22782,9 +22617,6 @@ declare const rpcResult: {
|
|
|
22782
22617
|
egress_fee: ({
|
|
22783
22618
|
chain: "Bitcoin";
|
|
22784
22619
|
asset: "BTC";
|
|
22785
|
-
} | {
|
|
22786
|
-
chain: "Polkadot";
|
|
22787
|
-
asset: "DOT";
|
|
22788
22620
|
} | {
|
|
22789
22621
|
chain: "Ethereum";
|
|
22790
22622
|
asset: "FLIP";
|
|
@@ -22833,9 +22665,6 @@ declare const rpcResult: {
|
|
|
22833
22665
|
ingress_fee: ({
|
|
22834
22666
|
chain: "Bitcoin";
|
|
22835
22667
|
asset: "BTC";
|
|
22836
|
-
} | {
|
|
22837
|
-
chain: "Polkadot";
|
|
22838
|
-
asset: "DOT";
|
|
22839
22668
|
} | {
|
|
22840
22669
|
chain: "Ethereum";
|
|
22841
22670
|
asset: "FLIP";
|
|
@@ -22884,9 +22713,6 @@ declare const rpcResult: {
|
|
|
22884
22713
|
network_fee: ({
|
|
22885
22714
|
chain: "Bitcoin";
|
|
22886
22715
|
asset: "BTC";
|
|
22887
|
-
} | {
|
|
22888
|
-
chain: "Polkadot";
|
|
22889
|
-
asset: "DOT";
|
|
22890
22716
|
} | {
|
|
22891
22717
|
chain: "Ethereum";
|
|
22892
22718
|
asset: "FLIP";
|
|
@@ -22935,9 +22761,6 @@ declare const rpcResult: {
|
|
|
22935
22761
|
broker_commission: ({
|
|
22936
22762
|
chain: "Bitcoin";
|
|
22937
22763
|
asset: "BTC";
|
|
22938
|
-
} | {
|
|
22939
|
-
chain: "Polkadot";
|
|
22940
|
-
asset: "DOT";
|
|
22941
22764
|
} | {
|
|
22942
22765
|
chain: "Ethereum";
|
|
22943
22766
|
asset: "FLIP";
|
|
@@ -22989,9 +22812,6 @@ declare const rpcResult: {
|
|
|
22989
22812
|
egress_fee: ({
|
|
22990
22813
|
chain: "Bitcoin";
|
|
22991
22814
|
asset: "BTC";
|
|
22992
|
-
} | {
|
|
22993
|
-
chain: "Polkadot";
|
|
22994
|
-
asset: "DOT";
|
|
22995
22815
|
} | {
|
|
22996
22816
|
chain: "Ethereum";
|
|
22997
22817
|
asset: "FLIP";
|
|
@@ -23040,9 +22860,6 @@ declare const rpcResult: {
|
|
|
23040
22860
|
ingress_fee: ({
|
|
23041
22861
|
chain: "Bitcoin";
|
|
23042
22862
|
asset: "BTC";
|
|
23043
|
-
} | {
|
|
23044
|
-
chain: "Polkadot";
|
|
23045
|
-
asset: "DOT";
|
|
23046
22863
|
} | {
|
|
23047
22864
|
chain: "Ethereum";
|
|
23048
22865
|
asset: "FLIP";
|
|
@@ -23091,9 +22908,6 @@ declare const rpcResult: {
|
|
|
23091
22908
|
network_fee: ({
|
|
23092
22909
|
chain: "Bitcoin";
|
|
23093
22910
|
asset: "BTC";
|
|
23094
|
-
} | {
|
|
23095
|
-
chain: "Polkadot";
|
|
23096
|
-
asset: "DOT";
|
|
23097
22911
|
} | {
|
|
23098
22912
|
chain: "Ethereum";
|
|
23099
22913
|
asset: "FLIP";
|
|
@@ -23142,9 +22956,6 @@ declare const rpcResult: {
|
|
|
23142
22956
|
broker_commission: ({
|
|
23143
22957
|
chain: "Bitcoin";
|
|
23144
22958
|
asset: "BTC";
|
|
23145
|
-
} | {
|
|
23146
|
-
chain: "Polkadot";
|
|
23147
|
-
asset: "DOT";
|
|
23148
22959
|
} | {
|
|
23149
22960
|
chain: "Ethereum";
|
|
23150
22961
|
asset: "FLIP";
|
|
@@ -23207,15 +23018,15 @@ declare const rpcResult: {
|
|
|
23207
23018
|
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>>;
|
|
23208
23019
|
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>>>;
|
|
23209
23020
|
}, "strip", z.ZodTypeAny, {
|
|
23021
|
+
FLIP: bigint | null;
|
|
23210
23022
|
ETH: bigint | null;
|
|
23211
23023
|
USDC: bigint | null;
|
|
23212
|
-
FLIP: bigint | null;
|
|
23213
23024
|
USDT: bigint | null;
|
|
23214
23025
|
WBTC: bigint | null;
|
|
23215
23026
|
}, {
|
|
23027
|
+
FLIP: string | number | null;
|
|
23216
23028
|
ETH: string | number | null;
|
|
23217
23029
|
USDC: string | number | null;
|
|
23218
|
-
FLIP: string | number | null;
|
|
23219
23030
|
USDT: string | number | null;
|
|
23220
23031
|
WBTC?: string | number | null | undefined;
|
|
23221
23032
|
}>;
|
|
@@ -23263,9 +23074,9 @@ declare const rpcResult: {
|
|
|
23263
23074
|
BTC: bigint | null;
|
|
23264
23075
|
};
|
|
23265
23076
|
Ethereum: {
|
|
23077
|
+
FLIP: bigint | null;
|
|
23266
23078
|
ETH: bigint | null;
|
|
23267
23079
|
USDC: bigint | null;
|
|
23268
|
-
FLIP: bigint | null;
|
|
23269
23080
|
USDT: bigint | null;
|
|
23270
23081
|
WBTC: bigint | null;
|
|
23271
23082
|
};
|
|
@@ -23289,9 +23100,9 @@ declare const rpcResult: {
|
|
|
23289
23100
|
BTC: string | number | null;
|
|
23290
23101
|
};
|
|
23291
23102
|
Ethereum: {
|
|
23103
|
+
FLIP: string | number | null;
|
|
23292
23104
|
ETH: string | number | null;
|
|
23293
23105
|
USDC: string | number | null;
|
|
23294
|
-
FLIP: string | number | null;
|
|
23295
23106
|
USDT: string | number | null;
|
|
23296
23107
|
WBTC?: string | number | null | undefined;
|
|
23297
23108
|
};
|
|
@@ -23330,15 +23141,15 @@ declare const rpcResult: {
|
|
|
23330
23141
|
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>>;
|
|
23331
23142
|
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>>>;
|
|
23332
23143
|
}, "strip", z.ZodTypeAny, {
|
|
23144
|
+
FLIP: bigint | null;
|
|
23333
23145
|
ETH: bigint | null;
|
|
23334
23146
|
USDC: bigint | null;
|
|
23335
|
-
FLIP: bigint | null;
|
|
23336
23147
|
USDT: bigint | null;
|
|
23337
23148
|
WBTC: bigint | null;
|
|
23338
23149
|
}, {
|
|
23150
|
+
FLIP: string | number | null;
|
|
23339
23151
|
ETH: string | number | null;
|
|
23340
23152
|
USDC: string | number | null;
|
|
23341
|
-
FLIP: string | number | null;
|
|
23342
23153
|
USDT: string | number | null;
|
|
23343
23154
|
WBTC?: string | number | null | undefined;
|
|
23344
23155
|
}>;
|
|
@@ -23386,9 +23197,9 @@ declare const rpcResult: {
|
|
|
23386
23197
|
BTC: bigint | null;
|
|
23387
23198
|
};
|
|
23388
23199
|
Ethereum: {
|
|
23200
|
+
FLIP: bigint | null;
|
|
23389
23201
|
ETH: bigint | null;
|
|
23390
23202
|
USDC: bigint | null;
|
|
23391
|
-
FLIP: bigint | null;
|
|
23392
23203
|
USDT: bigint | null;
|
|
23393
23204
|
WBTC: bigint | null;
|
|
23394
23205
|
};
|
|
@@ -23412,9 +23223,9 @@ declare const rpcResult: {
|
|
|
23412
23223
|
BTC: string | number | null;
|
|
23413
23224
|
};
|
|
23414
23225
|
Ethereum: {
|
|
23226
|
+
FLIP: string | number | null;
|
|
23415
23227
|
ETH: string | number | null;
|
|
23416
23228
|
USDC: string | number | null;
|
|
23417
|
-
FLIP: string | number | null;
|
|
23418
23229
|
USDT: string | number | null;
|
|
23419
23230
|
WBTC?: string | number | null | undefined;
|
|
23420
23231
|
};
|
|
@@ -23461,15 +23272,15 @@ declare const rpcResult: {
|
|
|
23461
23272
|
USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
23462
23273
|
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>>;
|
|
23463
23274
|
}, "strip", z.ZodTypeAny, {
|
|
23275
|
+
FLIP: bigint;
|
|
23464
23276
|
ETH: bigint;
|
|
23465
23277
|
USDC: bigint;
|
|
23466
|
-
FLIP: bigint;
|
|
23467
23278
|
USDT: bigint;
|
|
23468
23279
|
WBTC: bigint;
|
|
23469
23280
|
}, {
|
|
23281
|
+
FLIP: string | number;
|
|
23470
23282
|
ETH: string | number;
|
|
23471
23283
|
USDC: string | number;
|
|
23472
|
-
FLIP: string | number;
|
|
23473
23284
|
USDT: string | number;
|
|
23474
23285
|
WBTC?: string | number | undefined;
|
|
23475
23286
|
}>;
|
|
@@ -23517,9 +23328,9 @@ declare const rpcResult: {
|
|
|
23517
23328
|
BTC: bigint;
|
|
23518
23329
|
};
|
|
23519
23330
|
Ethereum: {
|
|
23331
|
+
FLIP: bigint;
|
|
23520
23332
|
ETH: bigint;
|
|
23521
23333
|
USDC: bigint;
|
|
23522
|
-
FLIP: bigint;
|
|
23523
23334
|
USDT: bigint;
|
|
23524
23335
|
WBTC: bigint;
|
|
23525
23336
|
};
|
|
@@ -23543,9 +23354,9 @@ declare const rpcResult: {
|
|
|
23543
23354
|
BTC: string | number;
|
|
23544
23355
|
};
|
|
23545
23356
|
Ethereum: {
|
|
23357
|
+
FLIP: string | number;
|
|
23546
23358
|
ETH: string | number;
|
|
23547
23359
|
USDC: string | number;
|
|
23548
|
-
FLIP: string | number;
|
|
23549
23360
|
USDT: string | number;
|
|
23550
23361
|
WBTC?: string | number | undefined;
|
|
23551
23362
|
};
|
|
@@ -23575,9 +23386,9 @@ declare const rpcResult: {
|
|
|
23575
23386
|
BTC: bigint;
|
|
23576
23387
|
};
|
|
23577
23388
|
Ethereum: {
|
|
23389
|
+
FLIP: bigint;
|
|
23578
23390
|
ETH: bigint;
|
|
23579
23391
|
USDC: bigint;
|
|
23580
|
-
FLIP: bigint;
|
|
23581
23392
|
USDT: bigint;
|
|
23582
23393
|
WBTC: bigint;
|
|
23583
23394
|
};
|
|
@@ -23607,9 +23418,9 @@ declare const rpcResult: {
|
|
|
23607
23418
|
BTC: string | number;
|
|
23608
23419
|
};
|
|
23609
23420
|
Ethereum: {
|
|
23421
|
+
FLIP: string | number;
|
|
23610
23422
|
ETH: string | number;
|
|
23611
23423
|
USDC: string | number;
|
|
23612
|
-
FLIP: string | number;
|
|
23613
23424
|
USDT: string | number;
|
|
23614
23425
|
WBTC?: string | number | undefined;
|
|
23615
23426
|
};
|
|
@@ -23656,15 +23467,15 @@ declare const rpcResult: {
|
|
|
23656
23467
|
USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
23657
23468
|
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>>;
|
|
23658
23469
|
}, "strip", z.ZodTypeAny, {
|
|
23470
|
+
FLIP: bigint;
|
|
23659
23471
|
ETH: bigint;
|
|
23660
23472
|
USDC: bigint;
|
|
23661
|
-
FLIP: bigint;
|
|
23662
23473
|
USDT: bigint;
|
|
23663
23474
|
WBTC: bigint;
|
|
23664
23475
|
}, {
|
|
23476
|
+
FLIP: string | number;
|
|
23665
23477
|
ETH: string | number;
|
|
23666
23478
|
USDC: string | number;
|
|
23667
|
-
FLIP: string | number;
|
|
23668
23479
|
USDT: string | number;
|
|
23669
23480
|
WBTC?: string | number | undefined;
|
|
23670
23481
|
}>;
|
|
@@ -23712,9 +23523,9 @@ declare const rpcResult: {
|
|
|
23712
23523
|
BTC: bigint;
|
|
23713
23524
|
};
|
|
23714
23525
|
Ethereum: {
|
|
23526
|
+
FLIP: bigint;
|
|
23715
23527
|
ETH: bigint;
|
|
23716
23528
|
USDC: bigint;
|
|
23717
|
-
FLIP: bigint;
|
|
23718
23529
|
USDT: bigint;
|
|
23719
23530
|
WBTC: bigint;
|
|
23720
23531
|
};
|
|
@@ -23738,9 +23549,9 @@ declare const rpcResult: {
|
|
|
23738
23549
|
BTC: string | number;
|
|
23739
23550
|
};
|
|
23740
23551
|
Ethereum: {
|
|
23552
|
+
FLIP: string | number;
|
|
23741
23553
|
ETH: string | number;
|
|
23742
23554
|
USDC: string | number;
|
|
23743
|
-
FLIP: string | number;
|
|
23744
23555
|
USDT: string | number;
|
|
23745
23556
|
WBTC?: string | number | undefined;
|
|
23746
23557
|
};
|
|
@@ -23770,9 +23581,9 @@ declare const rpcResult: {
|
|
|
23770
23581
|
BTC: bigint;
|
|
23771
23582
|
};
|
|
23772
23583
|
Ethereum: {
|
|
23584
|
+
FLIP: bigint;
|
|
23773
23585
|
ETH: bigint;
|
|
23774
23586
|
USDC: bigint;
|
|
23775
|
-
FLIP: bigint;
|
|
23776
23587
|
USDT: bigint;
|
|
23777
23588
|
WBTC: bigint;
|
|
23778
23589
|
};
|
|
@@ -23802,9 +23613,9 @@ declare const rpcResult: {
|
|
|
23802
23613
|
BTC: string | number;
|
|
23803
23614
|
};
|
|
23804
23615
|
Ethereum: {
|
|
23616
|
+
FLIP: string | number;
|
|
23805
23617
|
ETH: string | number;
|
|
23806
23618
|
USDC: string | number;
|
|
23807
|
-
FLIP: string | number;
|
|
23808
23619
|
USDT: string | number;
|
|
23809
23620
|
WBTC?: string | number | undefined;
|
|
23810
23621
|
};
|
|
@@ -23836,9 +23647,9 @@ declare const rpcResult: {
|
|
|
23836
23647
|
BTC: bigint;
|
|
23837
23648
|
};
|
|
23838
23649
|
Ethereum: {
|
|
23650
|
+
FLIP: bigint;
|
|
23839
23651
|
ETH: bigint;
|
|
23840
23652
|
USDC: bigint;
|
|
23841
|
-
FLIP: bigint;
|
|
23842
23653
|
USDT: bigint;
|
|
23843
23654
|
WBTC: bigint;
|
|
23844
23655
|
};
|
|
@@ -23869,9 +23680,9 @@ declare const rpcResult: {
|
|
|
23869
23680
|
BTC: bigint;
|
|
23870
23681
|
};
|
|
23871
23682
|
Ethereum: {
|
|
23683
|
+
FLIP: bigint;
|
|
23872
23684
|
ETH: bigint;
|
|
23873
23685
|
USDC: bigint;
|
|
23874
|
-
FLIP: bigint;
|
|
23875
23686
|
USDT: bigint;
|
|
23876
23687
|
WBTC: bigint;
|
|
23877
23688
|
};
|
|
@@ -23903,9 +23714,9 @@ declare const rpcResult: {
|
|
|
23903
23714
|
BTC: string | number;
|
|
23904
23715
|
};
|
|
23905
23716
|
Ethereum: {
|
|
23717
|
+
FLIP: string | number;
|
|
23906
23718
|
ETH: string | number;
|
|
23907
23719
|
USDC: string | number;
|
|
23908
|
-
FLIP: string | number;
|
|
23909
23720
|
USDT: string | number;
|
|
23910
23721
|
WBTC?: string | number | undefined;
|
|
23911
23722
|
};
|
|
@@ -23936,9 +23747,9 @@ declare const rpcResult: {
|
|
|
23936
23747
|
BTC: string | number;
|
|
23937
23748
|
};
|
|
23938
23749
|
Ethereum: {
|
|
23750
|
+
FLIP: string | number;
|
|
23939
23751
|
ETH: string | number;
|
|
23940
23752
|
USDC: string | number;
|
|
23941
|
-
FLIP: string | number;
|
|
23942
23753
|
USDT: string | number;
|
|
23943
23754
|
WBTC?: string | number | undefined;
|
|
23944
23755
|
};
|
|
@@ -23966,9 +23777,9 @@ declare const rpcResult: {
|
|
|
23966
23777
|
BTC: bigint | null;
|
|
23967
23778
|
};
|
|
23968
23779
|
Ethereum: {
|
|
23780
|
+
FLIP: bigint | null;
|
|
23969
23781
|
ETH: bigint | null;
|
|
23970
23782
|
USDC: bigint | null;
|
|
23971
|
-
FLIP: bigint | null;
|
|
23972
23783
|
USDT: bigint | null;
|
|
23973
23784
|
WBTC: bigint | null;
|
|
23974
23785
|
};
|
|
@@ -24000,9 +23811,9 @@ declare const rpcResult: {
|
|
|
24000
23811
|
BTC: bigint;
|
|
24001
23812
|
};
|
|
24002
23813
|
Ethereum: {
|
|
23814
|
+
FLIP: bigint;
|
|
24003
23815
|
ETH: bigint;
|
|
24004
23816
|
USDC: bigint;
|
|
24005
|
-
FLIP: bigint;
|
|
24006
23817
|
USDT: bigint;
|
|
24007
23818
|
WBTC: bigint;
|
|
24008
23819
|
};
|
|
@@ -24033,9 +23844,9 @@ declare const rpcResult: {
|
|
|
24033
23844
|
BTC: bigint;
|
|
24034
23845
|
};
|
|
24035
23846
|
Ethereum: {
|
|
23847
|
+
FLIP: bigint;
|
|
24036
23848
|
ETH: bigint;
|
|
24037
23849
|
USDC: bigint;
|
|
24038
|
-
FLIP: bigint;
|
|
24039
23850
|
USDT: bigint;
|
|
24040
23851
|
WBTC: bigint;
|
|
24041
23852
|
};
|
|
@@ -24065,9 +23876,9 @@ declare const rpcResult: {
|
|
|
24065
23876
|
BTC: bigint | null;
|
|
24066
23877
|
};
|
|
24067
23878
|
Ethereum: {
|
|
23879
|
+
FLIP: bigint | null;
|
|
24068
23880
|
ETH: bigint | null;
|
|
24069
23881
|
USDC: bigint | null;
|
|
24070
|
-
FLIP: bigint | null;
|
|
24071
23882
|
USDT: bigint | null;
|
|
24072
23883
|
WBTC: bigint | null;
|
|
24073
23884
|
};
|
|
@@ -24093,9 +23904,9 @@ declare const rpcResult: {
|
|
|
24093
23904
|
BTC: string | number | null;
|
|
24094
23905
|
};
|
|
24095
23906
|
Ethereum: {
|
|
23907
|
+
FLIP: string | number | null;
|
|
24096
23908
|
ETH: string | number | null;
|
|
24097
23909
|
USDC: string | number | null;
|
|
24098
|
-
FLIP: string | number | null;
|
|
24099
23910
|
USDT: string | number | null;
|
|
24100
23911
|
WBTC?: string | number | null | undefined;
|
|
24101
23912
|
};
|
|
@@ -24127,9 +23938,9 @@ declare const rpcResult: {
|
|
|
24127
23938
|
BTC: string | number;
|
|
24128
23939
|
};
|
|
24129
23940
|
Ethereum: {
|
|
23941
|
+
FLIP: string | number;
|
|
24130
23942
|
ETH: string | number;
|
|
24131
23943
|
USDC: string | number;
|
|
24132
|
-
FLIP: string | number;
|
|
24133
23944
|
USDT: string | number;
|
|
24134
23945
|
WBTC?: string | number | undefined;
|
|
24135
23946
|
};
|
|
@@ -24160,9 +23971,9 @@ declare const rpcResult: {
|
|
|
24160
23971
|
BTC: string | number;
|
|
24161
23972
|
};
|
|
24162
23973
|
Ethereum: {
|
|
23974
|
+
FLIP: string | number;
|
|
24163
23975
|
ETH: string | number;
|
|
24164
23976
|
USDC: string | number;
|
|
24165
|
-
FLIP: string | number;
|
|
24166
23977
|
USDT: string | number;
|
|
24167
23978
|
WBTC?: string | number | undefined;
|
|
24168
23979
|
};
|
|
@@ -24192,9 +24003,9 @@ declare const rpcResult: {
|
|
|
24192
24003
|
BTC: string | number | null;
|
|
24193
24004
|
};
|
|
24194
24005
|
Ethereum: {
|
|
24006
|
+
FLIP: string | number | null;
|
|
24195
24007
|
ETH: string | number | null;
|
|
24196
24008
|
USDC: string | number | null;
|
|
24197
|
-
FLIP: string | number | null;
|
|
24198
24009
|
USDT: string | number | null;
|
|
24199
24010
|
WBTC?: string | number | null | undefined;
|
|
24200
24011
|
};
|
|
@@ -24225,15 +24036,6 @@ declare const rpcResult: {
|
|
|
24225
24036
|
}, {
|
|
24226
24037
|
chain: "Bitcoin";
|
|
24227
24038
|
asset: "BTC";
|
|
24228
|
-
}>, z.ZodObject<{
|
|
24229
|
-
chain: z.ZodLiteral<"Polkadot">;
|
|
24230
|
-
asset: z.ZodLiteral<"DOT">;
|
|
24231
|
-
}, "strip", z.ZodTypeAny, {
|
|
24232
|
-
chain: "Polkadot";
|
|
24233
|
-
asset: "DOT";
|
|
24234
|
-
}, {
|
|
24235
|
-
chain: "Polkadot";
|
|
24236
|
-
asset: "DOT";
|
|
24237
24039
|
}>, z.ZodObject<{
|
|
24238
24040
|
chain: z.ZodLiteral<"Ethereum">;
|
|
24239
24041
|
asset: z.ZodLiteral<"FLIP">;
|
|
@@ -24366,11 +24168,11 @@ declare const rpcResult: {
|
|
|
24366
24168
|
account_id: z.ZodString;
|
|
24367
24169
|
amount: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
|
|
24368
24170
|
}, "strip", z.ZodTypeAny, {
|
|
24369
|
-
account_id: string;
|
|
24370
24171
|
amount: bigint;
|
|
24371
|
-
}, {
|
|
24372
24172
|
account_id: string;
|
|
24173
|
+
}, {
|
|
24373
24174
|
amount: string;
|
|
24175
|
+
account_id: string;
|
|
24374
24176
|
}>, "many">;
|
|
24375
24177
|
deposits_pending_finalization: z.ZodArray<z.ZodObject<{
|
|
24376
24178
|
deposit_id: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
@@ -24378,23 +24180,23 @@ declare const rpcResult: {
|
|
|
24378
24180
|
account_id: z.ZodString;
|
|
24379
24181
|
amount: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
|
|
24380
24182
|
}, "strip", z.ZodTypeAny, {
|
|
24381
|
-
account_id: string;
|
|
24382
24183
|
amount: bigint;
|
|
24383
|
-
}, {
|
|
24384
24184
|
account_id: string;
|
|
24185
|
+
}, {
|
|
24385
24186
|
amount: string;
|
|
24187
|
+
account_id: string;
|
|
24386
24188
|
}>, "many">;
|
|
24387
24189
|
}, "strip", z.ZodTypeAny, {
|
|
24388
24190
|
deposit_id: bigint;
|
|
24389
24191
|
owed_amounts: {
|
|
24390
|
-
account_id: string;
|
|
24391
24192
|
amount: bigint;
|
|
24193
|
+
account_id: string;
|
|
24392
24194
|
}[];
|
|
24393
24195
|
}, {
|
|
24394
24196
|
deposit_id: string | number;
|
|
24395
24197
|
owed_amounts: {
|
|
24396
|
-
account_id: string;
|
|
24397
24198
|
amount: string;
|
|
24199
|
+
account_id: string;
|
|
24398
24200
|
}[];
|
|
24399
24201
|
}>, "many">;
|
|
24400
24202
|
pending_withdrawals: z.ZodArray<z.ZodObject<{
|
|
@@ -24411,14 +24213,14 @@ declare const rpcResult: {
|
|
|
24411
24213
|
}, "strip", z.ZodTypeAny, {
|
|
24412
24214
|
fee_tier: number;
|
|
24413
24215
|
available_amounts: {
|
|
24414
|
-
account_id: string;
|
|
24415
24216
|
amount: bigint;
|
|
24217
|
+
account_id: string;
|
|
24416
24218
|
}[];
|
|
24417
24219
|
deposits_pending_finalization: {
|
|
24418
24220
|
deposit_id: bigint;
|
|
24419
24221
|
owed_amounts: {
|
|
24420
|
-
account_id: string;
|
|
24421
24222
|
amount: bigint;
|
|
24223
|
+
account_id: string;
|
|
24422
24224
|
}[];
|
|
24423
24225
|
}[];
|
|
24424
24226
|
pending_withdrawals: {
|
|
@@ -24429,14 +24231,14 @@ declare const rpcResult: {
|
|
|
24429
24231
|
}, {
|
|
24430
24232
|
fee_tier: number;
|
|
24431
24233
|
available_amounts: {
|
|
24432
|
-
account_id: string;
|
|
24433
24234
|
amount: string;
|
|
24235
|
+
account_id: string;
|
|
24434
24236
|
}[];
|
|
24435
24237
|
deposits_pending_finalization: {
|
|
24436
24238
|
deposit_id: string | number;
|
|
24437
24239
|
owed_amounts: {
|
|
24438
|
-
account_id: string;
|
|
24439
24240
|
amount: string;
|
|
24241
|
+
account_id: string;
|
|
24440
24242
|
}[];
|
|
24441
24243
|
}[];
|
|
24442
24244
|
pending_withdrawals: {
|
|
@@ -24454,15 +24256,6 @@ declare const rpcResult: {
|
|
|
24454
24256
|
}, {
|
|
24455
24257
|
chain: "Bitcoin";
|
|
24456
24258
|
asset: "BTC";
|
|
24457
|
-
}>, z.ZodObject<{
|
|
24458
|
-
chain: z.ZodLiteral<"Polkadot">;
|
|
24459
|
-
asset: z.ZodLiteral<"DOT">;
|
|
24460
|
-
}, "strip", z.ZodTypeAny, {
|
|
24461
|
-
chain: "Polkadot";
|
|
24462
|
-
asset: "DOT";
|
|
24463
|
-
}, {
|
|
24464
|
-
chain: "Polkadot";
|
|
24465
|
-
asset: "DOT";
|
|
24466
24259
|
}>, z.ZodObject<{
|
|
24467
24260
|
chain: z.ZodLiteral<"Ethereum">;
|
|
24468
24261
|
asset: z.ZodLiteral<"FLIP">;
|
|
@@ -24597,22 +24390,22 @@ declare const rpcResult: {
|
|
|
24597
24390
|
account_id: z.ZodString;
|
|
24598
24391
|
amount: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
|
|
24599
24392
|
}, "strip", z.ZodTypeAny, {
|
|
24600
|
-
account_id: string;
|
|
24601
24393
|
amount: bigint;
|
|
24602
|
-
}, {
|
|
24603
24394
|
account_id: string;
|
|
24395
|
+
}, {
|
|
24604
24396
|
amount: string;
|
|
24397
|
+
account_id: string;
|
|
24605
24398
|
}>, "many">;
|
|
24606
24399
|
}, "strip", z.ZodTypeAny, {
|
|
24607
24400
|
fees: {
|
|
24608
|
-
account_id: string;
|
|
24609
24401
|
amount: bigint;
|
|
24402
|
+
account_id: string;
|
|
24610
24403
|
}[];
|
|
24611
24404
|
deposit_id: bigint;
|
|
24612
24405
|
}, {
|
|
24613
24406
|
fees: {
|
|
24614
|
-
account_id: string;
|
|
24615
24407
|
amount: string;
|
|
24408
|
+
account_id: string;
|
|
24616
24409
|
}[];
|
|
24617
24410
|
deposit_id: number;
|
|
24618
24411
|
}>, "many">;
|
|
@@ -24620,8 +24413,8 @@ declare const rpcResult: {
|
|
|
24620
24413
|
fee_tier: number;
|
|
24621
24414
|
pending_fees: {
|
|
24622
24415
|
fees: {
|
|
24623
|
-
account_id: string;
|
|
24624
24416
|
amount: bigint;
|
|
24417
|
+
account_id: string;
|
|
24625
24418
|
}[];
|
|
24626
24419
|
deposit_id: bigint;
|
|
24627
24420
|
}[];
|
|
@@ -24629,8 +24422,8 @@ declare const rpcResult: {
|
|
|
24629
24422
|
fee_tier: number;
|
|
24630
24423
|
pending_fees: {
|
|
24631
24424
|
fees: {
|
|
24632
|
-
account_id: string;
|
|
24633
24425
|
amount: string;
|
|
24426
|
+
account_id: string;
|
|
24634
24427
|
}[];
|
|
24635
24428
|
deposit_id: number;
|
|
24636
24429
|
}[];
|
|
@@ -24679,15 +24472,15 @@ declare const rpcResult: {
|
|
|
24679
24472
|
USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
24680
24473
|
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>>;
|
|
24681
24474
|
}, "strip", z.ZodTypeAny, {
|
|
24475
|
+
FLIP: bigint;
|
|
24682
24476
|
ETH: bigint;
|
|
24683
24477
|
USDC: bigint;
|
|
24684
|
-
FLIP: bigint;
|
|
24685
24478
|
USDT: bigint;
|
|
24686
24479
|
WBTC: bigint;
|
|
24687
24480
|
}, {
|
|
24481
|
+
FLIP: string | number;
|
|
24688
24482
|
ETH: string | number;
|
|
24689
24483
|
USDC: string | number;
|
|
24690
|
-
FLIP: string | number;
|
|
24691
24484
|
USDT: string | number;
|
|
24692
24485
|
WBTC?: string | number | undefined;
|
|
24693
24486
|
}>;
|
|
@@ -24735,9 +24528,9 @@ declare const rpcResult: {
|
|
|
24735
24528
|
BTC: bigint;
|
|
24736
24529
|
};
|
|
24737
24530
|
Ethereum: {
|
|
24531
|
+
FLIP: bigint;
|
|
24738
24532
|
ETH: bigint;
|
|
24739
24533
|
USDC: bigint;
|
|
24740
|
-
FLIP: bigint;
|
|
24741
24534
|
USDT: bigint;
|
|
24742
24535
|
WBTC: bigint;
|
|
24743
24536
|
};
|
|
@@ -24761,9 +24554,9 @@ declare const rpcResult: {
|
|
|
24761
24554
|
BTC: string | number;
|
|
24762
24555
|
};
|
|
24763
24556
|
Ethereum: {
|
|
24557
|
+
FLIP: string | number;
|
|
24764
24558
|
ETH: string | number;
|
|
24765
24559
|
USDC: string | number;
|
|
24766
|
-
FLIP: string | number;
|
|
24767
24560
|
USDT: string | number;
|
|
24768
24561
|
WBTC?: string | number | undefined;
|
|
24769
24562
|
};
|
|
@@ -24965,15 +24758,6 @@ declare const rpcResult: {
|
|
|
24965
24758
|
}, {
|
|
24966
24759
|
chain: "Bitcoin";
|
|
24967
24760
|
asset: "BTC";
|
|
24968
|
-
}>, z.ZodObject<{
|
|
24969
|
-
chain: z.ZodLiteral<"Polkadot">;
|
|
24970
|
-
asset: z.ZodLiteral<"DOT">;
|
|
24971
|
-
}, "strip", z.ZodTypeAny, {
|
|
24972
|
-
chain: "Polkadot";
|
|
24973
|
-
asset: "DOT";
|
|
24974
|
-
}, {
|
|
24975
|
-
chain: "Polkadot";
|
|
24976
|
-
asset: "DOT";
|
|
24977
24761
|
}>, z.ZodObject<{
|
|
24978
24762
|
chain: z.ZodLiteral<"Ethereum">;
|
|
24979
24763
|
asset: z.ZodLiteral<"FLIP">;
|
|
@@ -25105,9 +24889,6 @@ declare const rpcResult: {
|
|
|
25105
24889
|
base_asset: {
|
|
25106
24890
|
chain: "Bitcoin";
|
|
25107
24891
|
asset: "BTC";
|
|
25108
|
-
} | {
|
|
25109
|
-
chain: "Polkadot";
|
|
25110
|
-
asset: "DOT";
|
|
25111
24892
|
} | {
|
|
25112
24893
|
chain: "Ethereum";
|
|
25113
24894
|
asset: "FLIP";
|
|
@@ -25156,9 +24937,6 @@ declare const rpcResult: {
|
|
|
25156
24937
|
base_asset: {
|
|
25157
24938
|
chain: "Bitcoin";
|
|
25158
24939
|
asset: "BTC";
|
|
25159
|
-
} | {
|
|
25160
|
-
chain: "Polkadot";
|
|
25161
|
-
asset: "DOT";
|
|
25162
24940
|
} | {
|
|
25163
24941
|
chain: "Ethereum";
|
|
25164
24942
|
asset: "FLIP";
|
|
@@ -25209,9 +24987,6 @@ declare const rpcResult: {
|
|
|
25209
24987
|
base_asset: {
|
|
25210
24988
|
chain: "Bitcoin";
|
|
25211
24989
|
asset: "BTC";
|
|
25212
|
-
} | {
|
|
25213
|
-
chain: "Polkadot";
|
|
25214
|
-
asset: "DOT";
|
|
25215
24990
|
} | {
|
|
25216
24991
|
chain: "Ethereum";
|
|
25217
24992
|
asset: "FLIP";
|
|
@@ -25262,9 +25037,6 @@ declare const rpcResult: {
|
|
|
25262
25037
|
base_asset: {
|
|
25263
25038
|
chain: "Bitcoin";
|
|
25264
25039
|
asset: "BTC";
|
|
25265
|
-
} | {
|
|
25266
|
-
chain: "Polkadot";
|
|
25267
|
-
asset: "DOT";
|
|
25268
25040
|
} | {
|
|
25269
25041
|
chain: "Ethereum";
|
|
25270
25042
|
asset: "FLIP";
|
|
@@ -25321,17 +25093,8 @@ declare const rpcResult: {
|
|
|
25321
25093
|
chain: "Bitcoin";
|
|
25322
25094
|
asset: "BTC";
|
|
25323
25095
|
}, {
|
|
25324
|
-
chain: "Bitcoin";
|
|
25325
|
-
asset: "BTC";
|
|
25326
|
-
}>, z.ZodObject<{
|
|
25327
|
-
chain: z.ZodLiteral<"Polkadot">;
|
|
25328
|
-
asset: z.ZodLiteral<"DOT">;
|
|
25329
|
-
}, "strip", z.ZodTypeAny, {
|
|
25330
|
-
chain: "Polkadot";
|
|
25331
|
-
asset: "DOT";
|
|
25332
|
-
}, {
|
|
25333
|
-
chain: "Polkadot";
|
|
25334
|
-
asset: "DOT";
|
|
25096
|
+
chain: "Bitcoin";
|
|
25097
|
+
asset: "BTC";
|
|
25335
25098
|
}>, z.ZodObject<{
|
|
25336
25099
|
chain: z.ZodLiteral<"Ethereum">;
|
|
25337
25100
|
asset: z.ZodLiteral<"FLIP">;
|
|
@@ -25463,9 +25226,6 @@ declare const rpcResult: {
|
|
|
25463
25226
|
base_asset: {
|
|
25464
25227
|
chain: "Bitcoin";
|
|
25465
25228
|
asset: "BTC";
|
|
25466
|
-
} | {
|
|
25467
|
-
chain: "Polkadot";
|
|
25468
|
-
asset: "DOT";
|
|
25469
25229
|
} | {
|
|
25470
25230
|
chain: "Ethereum";
|
|
25471
25231
|
asset: "FLIP";
|
|
@@ -25515,9 +25275,6 @@ declare const rpcResult: {
|
|
|
25515
25275
|
base_asset: {
|
|
25516
25276
|
chain: "Bitcoin";
|
|
25517
25277
|
asset: "BTC";
|
|
25518
|
-
} | {
|
|
25519
|
-
chain: "Polkadot";
|
|
25520
|
-
asset: "DOT";
|
|
25521
25278
|
} | {
|
|
25522
25279
|
chain: "Ethereum";
|
|
25523
25280
|
asset: "FLIP";
|
|
@@ -25569,9 +25326,6 @@ declare const rpcResult: {
|
|
|
25569
25326
|
base_asset: {
|
|
25570
25327
|
chain: "Bitcoin";
|
|
25571
25328
|
asset: "BTC";
|
|
25572
|
-
} | {
|
|
25573
|
-
chain: "Polkadot";
|
|
25574
|
-
asset: "DOT";
|
|
25575
25329
|
} | {
|
|
25576
25330
|
chain: "Ethereum";
|
|
25577
25331
|
asset: "FLIP";
|
|
@@ -25623,9 +25377,6 @@ declare const rpcResult: {
|
|
|
25623
25377
|
base_asset: {
|
|
25624
25378
|
chain: "Bitcoin";
|
|
25625
25379
|
asset: "BTC";
|
|
25626
|
-
} | {
|
|
25627
|
-
chain: "Polkadot";
|
|
25628
|
-
asset: "DOT";
|
|
25629
25380
|
} | {
|
|
25630
25381
|
chain: "Ethereum";
|
|
25631
25382
|
asset: "FLIP";
|
|
@@ -25687,15 +25438,6 @@ declare const rpcResult: {
|
|
|
25687
25438
|
}, {
|
|
25688
25439
|
chain: "Bitcoin";
|
|
25689
25440
|
asset: "BTC";
|
|
25690
|
-
}>, z.ZodObject<{
|
|
25691
|
-
chain: z.ZodLiteral<"Polkadot">;
|
|
25692
|
-
asset: z.ZodLiteral<"DOT">;
|
|
25693
|
-
}, "strip", z.ZodTypeAny, {
|
|
25694
|
-
chain: "Polkadot";
|
|
25695
|
-
asset: "DOT";
|
|
25696
|
-
}, {
|
|
25697
|
-
chain: "Polkadot";
|
|
25698
|
-
asset: "DOT";
|
|
25699
25441
|
}>, z.ZodObject<{
|
|
25700
25442
|
chain: z.ZodLiteral<"Ethereum">;
|
|
25701
25443
|
asset: z.ZodLiteral<"FLIP">;
|
|
@@ -25827,9 +25569,6 @@ declare const rpcResult: {
|
|
|
25827
25569
|
base_asset: {
|
|
25828
25570
|
chain: "Bitcoin";
|
|
25829
25571
|
asset: "BTC";
|
|
25830
|
-
} | {
|
|
25831
|
-
chain: "Polkadot";
|
|
25832
|
-
asset: "DOT";
|
|
25833
25572
|
} | {
|
|
25834
25573
|
chain: "Ethereum";
|
|
25835
25574
|
asset: "FLIP";
|
|
@@ -25881,9 +25620,6 @@ declare const rpcResult: {
|
|
|
25881
25620
|
base_asset: {
|
|
25882
25621
|
chain: "Bitcoin";
|
|
25883
25622
|
asset: "BTC";
|
|
25884
|
-
} | {
|
|
25885
|
-
chain: "Polkadot";
|
|
25886
|
-
asset: "DOT";
|
|
25887
25623
|
} | {
|
|
25888
25624
|
chain: "Ethereum";
|
|
25889
25625
|
asset: "FLIP";
|
|
@@ -25937,9 +25673,6 @@ declare const rpcResult: {
|
|
|
25937
25673
|
base_asset: {
|
|
25938
25674
|
chain: "Bitcoin";
|
|
25939
25675
|
asset: "BTC";
|
|
25940
|
-
} | {
|
|
25941
|
-
chain: "Polkadot";
|
|
25942
|
-
asset: "DOT";
|
|
25943
25676
|
} | {
|
|
25944
25677
|
chain: "Ethereum";
|
|
25945
25678
|
asset: "FLIP";
|
|
@@ -25993,9 +25726,6 @@ declare const rpcResult: {
|
|
|
25993
25726
|
base_asset: {
|
|
25994
25727
|
chain: "Bitcoin";
|
|
25995
25728
|
asset: "BTC";
|
|
25996
|
-
} | {
|
|
25997
|
-
chain: "Polkadot";
|
|
25998
|
-
asset: "DOT";
|
|
25999
25729
|
} | {
|
|
26000
25730
|
chain: "Ethereum";
|
|
26001
25731
|
asset: "FLIP";
|
|
@@ -26054,15 +25784,6 @@ declare const rpcResult: {
|
|
|
26054
25784
|
}, {
|
|
26055
25785
|
chain: "Bitcoin";
|
|
26056
25786
|
asset: "BTC";
|
|
26057
|
-
}>, z.ZodObject<{
|
|
26058
|
-
chain: z.ZodLiteral<"Polkadot">;
|
|
26059
|
-
asset: z.ZodLiteral<"DOT">;
|
|
26060
|
-
}, "strip", z.ZodTypeAny, {
|
|
26061
|
-
chain: "Polkadot";
|
|
26062
|
-
asset: "DOT";
|
|
26063
|
-
}, {
|
|
26064
|
-
chain: "Polkadot";
|
|
26065
|
-
asset: "DOT";
|
|
26066
25787
|
}>, z.ZodObject<{
|
|
26067
25788
|
chain: z.ZodLiteral<"Ethereum">;
|
|
26068
25789
|
asset: z.ZodLiteral<"FLIP">;
|
|
@@ -26198,9 +25919,6 @@ declare const rpcResult: {
|
|
|
26198
25919
|
base_asset: {
|
|
26199
25920
|
chain: "Bitcoin";
|
|
26200
25921
|
asset: "BTC";
|
|
26201
|
-
} | {
|
|
26202
|
-
chain: "Polkadot";
|
|
26203
|
-
asset: "DOT";
|
|
26204
25922
|
} | {
|
|
26205
25923
|
chain: "Ethereum";
|
|
26206
25924
|
asset: "FLIP";
|
|
@@ -26251,9 +25969,6 @@ declare const rpcResult: {
|
|
|
26251
25969
|
base_asset: {
|
|
26252
25970
|
chain: "Bitcoin";
|
|
26253
25971
|
asset: "BTC";
|
|
26254
|
-
} | {
|
|
26255
|
-
chain: "Polkadot";
|
|
26256
|
-
asset: "DOT";
|
|
26257
25972
|
} | {
|
|
26258
25973
|
chain: "Ethereum";
|
|
26259
25974
|
asset: "FLIP";
|
|
@@ -26305,9 +26020,6 @@ declare const rpcResult: {
|
|
|
26305
26020
|
base_asset: {
|
|
26306
26021
|
chain: "Bitcoin";
|
|
26307
26022
|
asset: "BTC";
|
|
26308
|
-
} | {
|
|
26309
|
-
chain: "Polkadot";
|
|
26310
|
-
asset: "DOT";
|
|
26311
26023
|
} | {
|
|
26312
26024
|
chain: "Ethereum";
|
|
26313
26025
|
asset: "FLIP";
|
|
@@ -26360,9 +26072,6 @@ declare const rpcResult: {
|
|
|
26360
26072
|
balance: [{
|
|
26361
26073
|
chain: "Bitcoin";
|
|
26362
26074
|
asset: "BTC";
|
|
26363
|
-
} | {
|
|
26364
|
-
chain: "Polkadot";
|
|
26365
|
-
asset: "DOT";
|
|
26366
26075
|
} | {
|
|
26367
26076
|
chain: "Ethereum";
|
|
26368
26077
|
asset: "FLIP";
|
|
@@ -26414,9 +26123,6 @@ declare const rpcResult: {
|
|
|
26414
26123
|
base_asset: {
|
|
26415
26124
|
chain: "Bitcoin";
|
|
26416
26125
|
asset: "BTC";
|
|
26417
|
-
} | {
|
|
26418
|
-
chain: "Polkadot";
|
|
26419
|
-
asset: "DOT";
|
|
26420
26126
|
} | {
|
|
26421
26127
|
chain: "Ethereum";
|
|
26422
26128
|
asset: "FLIP";
|
|
@@ -26467,9 +26173,6 @@ declare const rpcResult: {
|
|
|
26467
26173
|
base_asset: {
|
|
26468
26174
|
chain: "Bitcoin";
|
|
26469
26175
|
asset: "BTC";
|
|
26470
|
-
} | {
|
|
26471
|
-
chain: "Polkadot";
|
|
26472
|
-
asset: "DOT";
|
|
26473
26176
|
} | {
|
|
26474
26177
|
chain: "Ethereum";
|
|
26475
26178
|
asset: "FLIP";
|
|
@@ -26521,9 +26224,6 @@ declare const rpcResult: {
|
|
|
26521
26224
|
base_asset: {
|
|
26522
26225
|
chain: "Bitcoin";
|
|
26523
26226
|
asset: "BTC";
|
|
26524
|
-
} | {
|
|
26525
|
-
chain: "Polkadot";
|
|
26526
|
-
asset: "DOT";
|
|
26527
26227
|
} | {
|
|
26528
26228
|
chain: "Ethereum";
|
|
26529
26229
|
asset: "FLIP";
|
|
@@ -26576,9 +26276,6 @@ declare const rpcResult: {
|
|
|
26576
26276
|
balance: [{
|
|
26577
26277
|
chain: "Bitcoin";
|
|
26578
26278
|
asset: "BTC";
|
|
26579
|
-
} | {
|
|
26580
|
-
chain: "Polkadot";
|
|
26581
|
-
asset: "DOT";
|
|
26582
26279
|
} | {
|
|
26583
26280
|
chain: "Ethereum";
|
|
26584
26281
|
asset: "FLIP";
|
|
@@ -26639,15 +26336,15 @@ declare const rpcResult: {
|
|
|
26639
26336
|
USDT: z.ZodNullable<z.ZodNumber>;
|
|
26640
26337
|
WBTC: z.ZodDefault<z.ZodNullable<z.ZodNumber>>;
|
|
26641
26338
|
}, "strip", z.ZodTypeAny, {
|
|
26339
|
+
FLIP: number | null;
|
|
26642
26340
|
ETH: number | null;
|
|
26643
26341
|
USDC: number | null;
|
|
26644
|
-
FLIP: number | null;
|
|
26645
26342
|
USDT: number | null;
|
|
26646
26343
|
WBTC: number | null;
|
|
26647
26344
|
}, {
|
|
26345
|
+
FLIP: number | null;
|
|
26648
26346
|
ETH: number | null;
|
|
26649
26347
|
USDC: number | null;
|
|
26650
|
-
FLIP: number | null;
|
|
26651
26348
|
USDT: number | null;
|
|
26652
26349
|
WBTC?: number | null | undefined;
|
|
26653
26350
|
}>;
|
|
@@ -26695,9 +26392,9 @@ declare const rpcResult: {
|
|
|
26695
26392
|
BTC: number | null;
|
|
26696
26393
|
};
|
|
26697
26394
|
Ethereum: {
|
|
26395
|
+
FLIP: number | null;
|
|
26698
26396
|
ETH: number | null;
|
|
26699
26397
|
USDC: number | null;
|
|
26700
|
-
FLIP: number | null;
|
|
26701
26398
|
USDT: number | null;
|
|
26702
26399
|
WBTC: number | null;
|
|
26703
26400
|
};
|
|
@@ -26721,9 +26418,9 @@ declare const rpcResult: {
|
|
|
26721
26418
|
BTC: number | null;
|
|
26722
26419
|
};
|
|
26723
26420
|
Ethereum: {
|
|
26421
|
+
FLIP: number | null;
|
|
26724
26422
|
ETH: number | null;
|
|
26725
26423
|
USDC: number | null;
|
|
26726
|
-
FLIP: number | null;
|
|
26727
26424
|
USDT: number | null;
|
|
26728
26425
|
WBTC?: number | null | undefined;
|
|
26729
26426
|
};
|
|
@@ -26758,15 +26455,15 @@ declare const rpcResult: {
|
|
|
26758
26455
|
USDT: z.ZodNullable<z.ZodNumber>;
|
|
26759
26456
|
WBTC: z.ZodDefault<z.ZodNullable<z.ZodNumber>>;
|
|
26760
26457
|
}, "strip", z.ZodTypeAny, {
|
|
26458
|
+
FLIP: number | null;
|
|
26761
26459
|
ETH: number | null;
|
|
26762
26460
|
USDC: number | null;
|
|
26763
|
-
FLIP: number | null;
|
|
26764
26461
|
USDT: number | null;
|
|
26765
26462
|
WBTC: number | null;
|
|
26766
26463
|
}, {
|
|
26464
|
+
FLIP: number | null;
|
|
26767
26465
|
ETH: number | null;
|
|
26768
26466
|
USDC: number | null;
|
|
26769
|
-
FLIP: number | null;
|
|
26770
26467
|
USDT: number | null;
|
|
26771
26468
|
WBTC?: number | null | undefined;
|
|
26772
26469
|
}>;
|
|
@@ -26814,9 +26511,9 @@ declare const rpcResult: {
|
|
|
26814
26511
|
BTC: number | null;
|
|
26815
26512
|
};
|
|
26816
26513
|
Ethereum: {
|
|
26514
|
+
FLIP: number | null;
|
|
26817
26515
|
ETH: number | null;
|
|
26818
26516
|
USDC: number | null;
|
|
26819
|
-
FLIP: number | null;
|
|
26820
26517
|
USDT: number | null;
|
|
26821
26518
|
WBTC: number | null;
|
|
26822
26519
|
};
|
|
@@ -26840,9 +26537,9 @@ declare const rpcResult: {
|
|
|
26840
26537
|
BTC: number | null;
|
|
26841
26538
|
};
|
|
26842
26539
|
Ethereum: {
|
|
26540
|
+
FLIP: number | null;
|
|
26843
26541
|
ETH: number | null;
|
|
26844
26542
|
USDC: number | null;
|
|
26845
|
-
FLIP: number | null;
|
|
26846
26543
|
USDT: number | null;
|
|
26847
26544
|
WBTC?: number | null | undefined;
|
|
26848
26545
|
};
|
|
@@ -26868,9 +26565,9 @@ declare const rpcResult: {
|
|
|
26868
26565
|
BTC: number | null;
|
|
26869
26566
|
};
|
|
26870
26567
|
Ethereum: {
|
|
26568
|
+
FLIP: number | null;
|
|
26871
26569
|
ETH: number | null;
|
|
26872
26570
|
USDC: number | null;
|
|
26873
|
-
FLIP: number | null;
|
|
26874
26571
|
USDT: number | null;
|
|
26875
26572
|
WBTC: number | null;
|
|
26876
26573
|
};
|
|
@@ -26895,9 +26592,9 @@ declare const rpcResult: {
|
|
|
26895
26592
|
BTC: number | null;
|
|
26896
26593
|
};
|
|
26897
26594
|
Ethereum: {
|
|
26595
|
+
FLIP: number | null;
|
|
26898
26596
|
ETH: number | null;
|
|
26899
26597
|
USDC: number | null;
|
|
26900
|
-
FLIP: number | null;
|
|
26901
26598
|
USDT: number | null;
|
|
26902
26599
|
WBTC: number | null;
|
|
26903
26600
|
};
|
|
@@ -26923,9 +26620,9 @@ declare const rpcResult: {
|
|
|
26923
26620
|
BTC: number | null;
|
|
26924
26621
|
};
|
|
26925
26622
|
Ethereum: {
|
|
26623
|
+
FLIP: number | null;
|
|
26926
26624
|
ETH: number | null;
|
|
26927
26625
|
USDC: number | null;
|
|
26928
|
-
FLIP: number | null;
|
|
26929
26626
|
USDT: number | null;
|
|
26930
26627
|
WBTC?: number | null | undefined;
|
|
26931
26628
|
};
|
|
@@ -26950,9 +26647,9 @@ declare const rpcResult: {
|
|
|
26950
26647
|
BTC: number | null;
|
|
26951
26648
|
};
|
|
26952
26649
|
Ethereum: {
|
|
26650
|
+
FLIP: number | null;
|
|
26953
26651
|
ETH: number | null;
|
|
26954
26652
|
USDC: number | null;
|
|
26955
|
-
FLIP: number | null;
|
|
26956
26653
|
USDT: number | null;
|
|
26957
26654
|
WBTC?: number | null | undefined;
|
|
26958
26655
|
};
|
|
@@ -26983,15 +26680,6 @@ declare const rpcResult: {
|
|
|
26983
26680
|
}, {
|
|
26984
26681
|
chain: "Bitcoin";
|
|
26985
26682
|
asset: "BTC";
|
|
26986
|
-
}>, z.ZodObject<{
|
|
26987
|
-
chain: z.ZodLiteral<"Polkadot">;
|
|
26988
|
-
asset: z.ZodLiteral<"DOT">;
|
|
26989
|
-
}, "strip", z.ZodTypeAny, {
|
|
26990
|
-
chain: "Polkadot";
|
|
26991
|
-
asset: "DOT";
|
|
26992
|
-
}, {
|
|
26993
|
-
chain: "Polkadot";
|
|
26994
|
-
asset: "DOT";
|
|
26995
26683
|
}>, z.ZodObject<{
|
|
26996
26684
|
chain: z.ZodLiteral<"Ethereum">;
|
|
26997
26685
|
asset: z.ZodLiteral<"FLIP">;
|
|
@@ -27163,9 +26851,6 @@ declare const rpcResult: {
|
|
|
27163
26851
|
}, {
|
|
27164
26852
|
chain: "Bitcoin";
|
|
27165
26853
|
asset: "BTC";
|
|
27166
|
-
} | {
|
|
27167
|
-
chain: "Polkadot";
|
|
27168
|
-
asset: "DOT";
|
|
27169
26854
|
} | {
|
|
27170
26855
|
chain: "Ethereum";
|
|
27171
26856
|
asset: "FLIP";
|
|
@@ -27271,9 +26956,6 @@ declare const rpcResult: {
|
|
|
27271
26956
|
base: {
|
|
27272
26957
|
chain: "Bitcoin";
|
|
27273
26958
|
asset: "BTC";
|
|
27274
|
-
} | {
|
|
27275
|
-
chain: "Polkadot";
|
|
27276
|
-
asset: "DOT";
|
|
27277
26959
|
} | {
|
|
27278
26960
|
chain: "Ethereum";
|
|
27279
26961
|
asset: "FLIP";
|
|
@@ -27453,15 +27135,6 @@ declare const rpcResult: {
|
|
|
27453
27135
|
}, {
|
|
27454
27136
|
chain: "Bitcoin";
|
|
27455
27137
|
asset: "BTC";
|
|
27456
|
-
}>, z.ZodObject<{
|
|
27457
|
-
chain: z.ZodLiteral<"Polkadot">;
|
|
27458
|
-
asset: z.ZodLiteral<"DOT">;
|
|
27459
|
-
}, "strip", z.ZodTypeAny, {
|
|
27460
|
-
chain: "Polkadot";
|
|
27461
|
-
asset: "DOT";
|
|
27462
|
-
}, {
|
|
27463
|
-
chain: "Polkadot";
|
|
27464
|
-
asset: "DOT";
|
|
27465
27138
|
}>, z.ZodObject<{
|
|
27466
27139
|
chain: z.ZodLiteral<"Ethereum">;
|
|
27467
27140
|
asset: z.ZodLiteral<"FLIP">;
|
|
@@ -27598,15 +27271,6 @@ declare const rpcResult: {
|
|
|
27598
27271
|
}, {
|
|
27599
27272
|
chain: "Bitcoin";
|
|
27600
27273
|
asset: "BTC";
|
|
27601
|
-
}>, z.ZodObject<{
|
|
27602
|
-
chain: z.ZodLiteral<"Polkadot">;
|
|
27603
|
-
asset: z.ZodLiteral<"DOT">;
|
|
27604
|
-
}, "strip", z.ZodTypeAny, {
|
|
27605
|
-
chain: "Polkadot";
|
|
27606
|
-
asset: "DOT";
|
|
27607
|
-
}, {
|
|
27608
|
-
chain: "Polkadot";
|
|
27609
|
-
asset: "DOT";
|
|
27610
27274
|
}>, z.ZodObject<{
|
|
27611
27275
|
chain: z.ZodLiteral<"Ethereum">;
|
|
27612
27276
|
asset: z.ZodLiteral<"FLIP">;
|
|
@@ -27743,15 +27407,6 @@ declare const rpcResult: {
|
|
|
27743
27407
|
}, {
|
|
27744
27408
|
chain: "Bitcoin";
|
|
27745
27409
|
asset: "BTC";
|
|
27746
|
-
}>, z.ZodObject<{
|
|
27747
|
-
chain: z.ZodLiteral<"Polkadot">;
|
|
27748
|
-
asset: z.ZodLiteral<"DOT">;
|
|
27749
|
-
}, "strip", z.ZodTypeAny, {
|
|
27750
|
-
chain: "Polkadot";
|
|
27751
|
-
asset: "DOT";
|
|
27752
|
-
}, {
|
|
27753
|
-
chain: "Polkadot";
|
|
27754
|
-
asset: "DOT";
|
|
27755
27410
|
}>, z.ZodObject<{
|
|
27756
27411
|
chain: z.ZodLiteral<"Ethereum">;
|
|
27757
27412
|
asset: z.ZodLiteral<"FLIP">;
|
|
@@ -27888,15 +27543,6 @@ declare const rpcResult: {
|
|
|
27888
27543
|
}, {
|
|
27889
27544
|
chain: "Bitcoin";
|
|
27890
27545
|
asset: "BTC";
|
|
27891
|
-
}>, z.ZodObject<{
|
|
27892
|
-
chain: z.ZodLiteral<"Polkadot">;
|
|
27893
|
-
asset: z.ZodLiteral<"DOT">;
|
|
27894
|
-
}, "strip", z.ZodTypeAny, {
|
|
27895
|
-
chain: "Polkadot";
|
|
27896
|
-
asset: "DOT";
|
|
27897
|
-
}, {
|
|
27898
|
-
chain: "Polkadot";
|
|
27899
|
-
asset: "DOT";
|
|
27900
27546
|
}>, z.ZodObject<{
|
|
27901
27547
|
chain: z.ZodLiteral<"Ethereum">;
|
|
27902
27548
|
asset: z.ZodLiteral<"FLIP">;
|
|
@@ -28033,15 +27679,6 @@ declare const rpcResult: {
|
|
|
28033
27679
|
}, {
|
|
28034
27680
|
chain: "Bitcoin";
|
|
28035
27681
|
asset: "BTC";
|
|
28036
|
-
}>, z.ZodObject<{
|
|
28037
|
-
chain: z.ZodLiteral<"Polkadot">;
|
|
28038
|
-
asset: z.ZodLiteral<"DOT">;
|
|
28039
|
-
}, "strip", z.ZodTypeAny, {
|
|
28040
|
-
chain: "Polkadot";
|
|
28041
|
-
asset: "DOT";
|
|
28042
|
-
}, {
|
|
28043
|
-
chain: "Polkadot";
|
|
28044
|
-
asset: "DOT";
|
|
28045
27682
|
}>, z.ZodObject<{
|
|
28046
27683
|
chain: z.ZodLiteral<"Ethereum">;
|
|
28047
27684
|
asset: z.ZodLiteral<"FLIP">;
|
|
@@ -28175,9 +27812,6 @@ declare const rpcResult: {
|
|
|
28175
27812
|
borrowing_enabled?: ({
|
|
28176
27813
|
chain: "Bitcoin";
|
|
28177
27814
|
asset: "BTC";
|
|
28178
|
-
} | {
|
|
28179
|
-
chain: "Polkadot";
|
|
28180
|
-
asset: "DOT";
|
|
28181
27815
|
} | {
|
|
28182
27816
|
chain: "Ethereum";
|
|
28183
27817
|
asset: "FLIP";
|
|
@@ -28224,9 +27858,6 @@ declare const rpcResult: {
|
|
|
28224
27858
|
add_lender_funds_enabled?: ({
|
|
28225
27859
|
chain: "Bitcoin";
|
|
28226
27860
|
asset: "BTC";
|
|
28227
|
-
} | {
|
|
28228
|
-
chain: "Polkadot";
|
|
28229
|
-
asset: "DOT";
|
|
28230
27861
|
} | {
|
|
28231
27862
|
chain: "Ethereum";
|
|
28232
27863
|
asset: "FLIP";
|
|
@@ -28273,9 +27904,6 @@ declare const rpcResult: {
|
|
|
28273
27904
|
withdraw_lender_funds_enabled?: ({
|
|
28274
27905
|
chain: "Bitcoin";
|
|
28275
27906
|
asset: "BTC";
|
|
28276
|
-
} | {
|
|
28277
|
-
chain: "Polkadot";
|
|
28278
|
-
asset: "DOT";
|
|
28279
27907
|
} | {
|
|
28280
27908
|
chain: "Ethereum";
|
|
28281
27909
|
asset: "FLIP";
|
|
@@ -28322,9 +27950,6 @@ declare const rpcResult: {
|
|
|
28322
27950
|
add_collateral_enabled?: ({
|
|
28323
27951
|
chain: "Bitcoin";
|
|
28324
27952
|
asset: "BTC";
|
|
28325
|
-
} | {
|
|
28326
|
-
chain: "Polkadot";
|
|
28327
|
-
asset: "DOT";
|
|
28328
27953
|
} | {
|
|
28329
27954
|
chain: "Ethereum";
|
|
28330
27955
|
asset: "FLIP";
|
|
@@ -28371,9 +27996,6 @@ declare const rpcResult: {
|
|
|
28371
27996
|
remove_collateral_enabled?: ({
|
|
28372
27997
|
chain: "Bitcoin";
|
|
28373
27998
|
asset: "BTC";
|
|
28374
|
-
} | {
|
|
28375
|
-
chain: "Polkadot";
|
|
28376
|
-
asset: "DOT";
|
|
28377
27999
|
} | {
|
|
28378
28000
|
chain: "Ethereum";
|
|
28379
28001
|
asset: "FLIP";
|
|
@@ -28423,9 +28045,6 @@ declare const rpcResult: {
|
|
|
28423
28045
|
borrowing_enabled?: ({
|
|
28424
28046
|
chain: "Bitcoin";
|
|
28425
28047
|
asset: "BTC";
|
|
28426
|
-
} | {
|
|
28427
|
-
chain: "Polkadot";
|
|
28428
|
-
asset: "DOT";
|
|
28429
28048
|
} | {
|
|
28430
28049
|
chain: "Ethereum";
|
|
28431
28050
|
asset: "FLIP";
|
|
@@ -28472,9 +28091,6 @@ declare const rpcResult: {
|
|
|
28472
28091
|
add_lender_funds_enabled?: ({
|
|
28473
28092
|
chain: "Bitcoin";
|
|
28474
28093
|
asset: "BTC";
|
|
28475
|
-
} | {
|
|
28476
|
-
chain: "Polkadot";
|
|
28477
|
-
asset: "DOT";
|
|
28478
28094
|
} | {
|
|
28479
28095
|
chain: "Ethereum";
|
|
28480
28096
|
asset: "FLIP";
|
|
@@ -28521,9 +28137,6 @@ declare const rpcResult: {
|
|
|
28521
28137
|
withdraw_lender_funds_enabled?: ({
|
|
28522
28138
|
chain: "Bitcoin";
|
|
28523
28139
|
asset: "BTC";
|
|
28524
|
-
} | {
|
|
28525
|
-
chain: "Polkadot";
|
|
28526
|
-
asset: "DOT";
|
|
28527
28140
|
} | {
|
|
28528
28141
|
chain: "Ethereum";
|
|
28529
28142
|
asset: "FLIP";
|
|
@@ -28570,9 +28183,6 @@ declare const rpcResult: {
|
|
|
28570
28183
|
add_collateral_enabled?: ({
|
|
28571
28184
|
chain: "Bitcoin";
|
|
28572
28185
|
asset: "BTC";
|
|
28573
|
-
} | {
|
|
28574
|
-
chain: "Polkadot";
|
|
28575
|
-
asset: "DOT";
|
|
28576
28186
|
} | {
|
|
28577
28187
|
chain: "Ethereum";
|
|
28578
28188
|
asset: "FLIP";
|
|
@@ -28619,9 +28229,6 @@ declare const rpcResult: {
|
|
|
28619
28229
|
remove_collateral_enabled?: ({
|
|
28620
28230
|
chain: "Bitcoin";
|
|
28621
28231
|
asset: "BTC";
|
|
28622
|
-
} | {
|
|
28623
|
-
chain: "Polkadot";
|
|
28624
|
-
asset: "DOT";
|
|
28625
28232
|
} | {
|
|
28626
28233
|
chain: "Ethereum";
|
|
28627
28234
|
asset: "FLIP";
|
|
@@ -28831,6 +28438,18 @@ declare const rpcResult: {
|
|
|
28831
28438
|
oracle_price_elections: boolean;
|
|
28832
28439
|
}>;
|
|
28833
28440
|
}, "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
|
+
};
|
|
28834
28453
|
asset_balances: {
|
|
28835
28454
|
reconciliation_enabled: boolean;
|
|
28836
28455
|
};
|
|
@@ -28844,18 +28463,6 @@ declare const rpcResult: {
|
|
|
28844
28463
|
start_bidding_enabled: boolean;
|
|
28845
28464
|
stop_bidding_enabled: boolean;
|
|
28846
28465
|
};
|
|
28847
|
-
swapping: {
|
|
28848
|
-
swaps_enabled: boolean;
|
|
28849
|
-
withdrawals_enabled: boolean;
|
|
28850
|
-
broker_registration_enabled: boolean;
|
|
28851
|
-
};
|
|
28852
|
-
funding: {
|
|
28853
|
-
redeem_enabled: boolean;
|
|
28854
|
-
};
|
|
28855
|
-
pools: {
|
|
28856
|
-
range_order_update_enabled: boolean;
|
|
28857
|
-
limit_order_update_enabled: boolean;
|
|
28858
|
-
};
|
|
28859
28466
|
emissions: {
|
|
28860
28467
|
emissions_sync_enabled: boolean;
|
|
28861
28468
|
};
|
|
@@ -28885,9 +28492,6 @@ declare const rpcResult: {
|
|
|
28885
28492
|
borrowing_enabled?: ({
|
|
28886
28493
|
chain: "Bitcoin";
|
|
28887
28494
|
asset: "BTC";
|
|
28888
|
-
} | {
|
|
28889
|
-
chain: "Polkadot";
|
|
28890
|
-
asset: "DOT";
|
|
28891
28495
|
} | {
|
|
28892
28496
|
chain: "Ethereum";
|
|
28893
28497
|
asset: "FLIP";
|
|
@@ -28934,9 +28538,6 @@ declare const rpcResult: {
|
|
|
28934
28538
|
add_lender_funds_enabled?: ({
|
|
28935
28539
|
chain: "Bitcoin";
|
|
28936
28540
|
asset: "BTC";
|
|
28937
|
-
} | {
|
|
28938
|
-
chain: "Polkadot";
|
|
28939
|
-
asset: "DOT";
|
|
28940
28541
|
} | {
|
|
28941
28542
|
chain: "Ethereum";
|
|
28942
28543
|
asset: "FLIP";
|
|
@@ -28983,9 +28584,6 @@ declare const rpcResult: {
|
|
|
28983
28584
|
withdraw_lender_funds_enabled?: ({
|
|
28984
28585
|
chain: "Bitcoin";
|
|
28985
28586
|
asset: "BTC";
|
|
28986
|
-
} | {
|
|
28987
|
-
chain: "Polkadot";
|
|
28988
|
-
asset: "DOT";
|
|
28989
28587
|
} | {
|
|
28990
28588
|
chain: "Ethereum";
|
|
28991
28589
|
asset: "FLIP";
|
|
@@ -29032,9 +28630,6 @@ declare const rpcResult: {
|
|
|
29032
28630
|
add_collateral_enabled?: ({
|
|
29033
28631
|
chain: "Bitcoin";
|
|
29034
28632
|
asset: "BTC";
|
|
29035
|
-
} | {
|
|
29036
|
-
chain: "Polkadot";
|
|
29037
|
-
asset: "DOT";
|
|
29038
28633
|
} | {
|
|
29039
28634
|
chain: "Ethereum";
|
|
29040
28635
|
asset: "FLIP";
|
|
@@ -29081,9 +28676,6 @@ declare const rpcResult: {
|
|
|
29081
28676
|
remove_collateral_enabled?: ({
|
|
29082
28677
|
chain: "Bitcoin";
|
|
29083
28678
|
asset: "BTC";
|
|
29084
|
-
} | {
|
|
29085
|
-
chain: "Polkadot";
|
|
29086
|
-
asset: "DOT";
|
|
29087
28679
|
} | {
|
|
29088
28680
|
chain: "Ethereum";
|
|
29089
28681
|
asset: "FLIP";
|
|
@@ -29193,6 +28785,18 @@ declare const rpcResult: {
|
|
|
29193
28785
|
oracle_price_elections: boolean;
|
|
29194
28786
|
};
|
|
29195
28787
|
}, {
|
|
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
|
+
};
|
|
29196
28800
|
asset_balances: {
|
|
29197
28801
|
reconciliation_enabled: boolean;
|
|
29198
28802
|
};
|
|
@@ -29206,18 +28810,6 @@ declare const rpcResult: {
|
|
|
29206
28810
|
start_bidding_enabled: boolean;
|
|
29207
28811
|
stop_bidding_enabled: boolean;
|
|
29208
28812
|
};
|
|
29209
|
-
swapping: {
|
|
29210
|
-
swaps_enabled: boolean;
|
|
29211
|
-
withdrawals_enabled: boolean;
|
|
29212
|
-
broker_registration_enabled: boolean;
|
|
29213
|
-
};
|
|
29214
|
-
funding: {
|
|
29215
|
-
redeem_enabled: boolean;
|
|
29216
|
-
};
|
|
29217
|
-
pools: {
|
|
29218
|
-
range_order_update_enabled: boolean;
|
|
29219
|
-
limit_order_update_enabled: boolean;
|
|
29220
|
-
};
|
|
29221
28813
|
emissions: {
|
|
29222
28814
|
emissions_sync_enabled: boolean;
|
|
29223
28815
|
};
|
|
@@ -29247,9 +28839,6 @@ declare const rpcResult: {
|
|
|
29247
28839
|
borrowing_enabled?: ({
|
|
29248
28840
|
chain: "Bitcoin";
|
|
29249
28841
|
asset: "BTC";
|
|
29250
|
-
} | {
|
|
29251
|
-
chain: "Polkadot";
|
|
29252
|
-
asset: "DOT";
|
|
29253
28842
|
} | {
|
|
29254
28843
|
chain: "Ethereum";
|
|
29255
28844
|
asset: "FLIP";
|
|
@@ -29296,9 +28885,6 @@ declare const rpcResult: {
|
|
|
29296
28885
|
add_lender_funds_enabled?: ({
|
|
29297
28886
|
chain: "Bitcoin";
|
|
29298
28887
|
asset: "BTC";
|
|
29299
|
-
} | {
|
|
29300
|
-
chain: "Polkadot";
|
|
29301
|
-
asset: "DOT";
|
|
29302
28888
|
} | {
|
|
29303
28889
|
chain: "Ethereum";
|
|
29304
28890
|
asset: "FLIP";
|
|
@@ -29345,9 +28931,6 @@ declare const rpcResult: {
|
|
|
29345
28931
|
withdraw_lender_funds_enabled?: ({
|
|
29346
28932
|
chain: "Bitcoin";
|
|
29347
28933
|
asset: "BTC";
|
|
29348
|
-
} | {
|
|
29349
|
-
chain: "Polkadot";
|
|
29350
|
-
asset: "DOT";
|
|
29351
28934
|
} | {
|
|
29352
28935
|
chain: "Ethereum";
|
|
29353
28936
|
asset: "FLIP";
|
|
@@ -29394,9 +28977,6 @@ declare const rpcResult: {
|
|
|
29394
28977
|
add_collateral_enabled?: ({
|
|
29395
28978
|
chain: "Bitcoin";
|
|
29396
28979
|
asset: "BTC";
|
|
29397
|
-
} | {
|
|
29398
|
-
chain: "Polkadot";
|
|
29399
|
-
asset: "DOT";
|
|
29400
28980
|
} | {
|
|
29401
28981
|
chain: "Ethereum";
|
|
29402
28982
|
asset: "FLIP";
|
|
@@ -29443,9 +29023,6 @@ declare const rpcResult: {
|
|
|
29443
29023
|
remove_collateral_enabled?: ({
|
|
29444
29024
|
chain: "Bitcoin";
|
|
29445
29025
|
asset: "BTC";
|
|
29446
|
-
} | {
|
|
29447
|
-
chain: "Polkadot";
|
|
29448
|
-
asset: "DOT";
|
|
29449
29026
|
} | {
|
|
29450
29027
|
chain: "Ethereum";
|
|
29451
29028
|
asset: "FLIP";
|
|
@@ -29565,15 +29142,15 @@ declare const rpcResult: {
|
|
|
29565
29142
|
quote_asset: z.ZodEnum<["Btc", "Eth", "Sol", "Usdc", "Usdt", "Usd", "Fine"]>;
|
|
29566
29143
|
price_status: z.ZodOptional<z.ZodEnum<["UpToDate", "Stale", "MaybeStale"]>>;
|
|
29567
29144
|
}, "strip", z.ZodTypeAny, {
|
|
29568
|
-
price: bigint;
|
|
29569
29145
|
quote_asset: "Btc" | "Eth" | "Sol" | "Usdc" | "Usdt" | "Usd" | "Fine";
|
|
29146
|
+
price: bigint;
|
|
29570
29147
|
base_asset: "Btc" | "Eth" | "Sol" | "Usdc" | "Usdt" | "Usd" | "Fine";
|
|
29571
29148
|
updated_at_oracle_timestamp: number;
|
|
29572
29149
|
updated_at_statechain_block: number;
|
|
29573
29150
|
price_status?: "UpToDate" | "Stale" | "MaybeStale" | undefined;
|
|
29574
29151
|
}, {
|
|
29575
|
-
price: string | number;
|
|
29576
29152
|
quote_asset: "Btc" | "Eth" | "Sol" | "Usdc" | "Usdt" | "Usd" | "Fine";
|
|
29153
|
+
price: string | number;
|
|
29577
29154
|
base_asset: "Btc" | "Eth" | "Sol" | "Usdc" | "Usdt" | "Usd" | "Fine";
|
|
29578
29155
|
updated_at_oracle_timestamp: number;
|
|
29579
29156
|
updated_at_statechain_block: number;
|
|
@@ -29589,15 +29166,6 @@ declare const rpcResult: {
|
|
|
29589
29166
|
}, {
|
|
29590
29167
|
chain: "Bitcoin";
|
|
29591
29168
|
asset: "BTC";
|
|
29592
|
-
}>, z.ZodObject<{
|
|
29593
|
-
chain: z.ZodLiteral<"Polkadot">;
|
|
29594
|
-
asset: z.ZodLiteral<"DOT">;
|
|
29595
|
-
}, "strip", z.ZodTypeAny, {
|
|
29596
|
-
chain: "Polkadot";
|
|
29597
|
-
asset: "DOT";
|
|
29598
|
-
}, {
|
|
29599
|
-
chain: "Polkadot";
|
|
29600
|
-
asset: "DOT";
|
|
29601
29169
|
}>, z.ZodObject<{
|
|
29602
29170
|
chain: z.ZodLiteral<"Ethereum">;
|
|
29603
29171
|
asset: z.ZodLiteral<"FLIP">;
|
|
@@ -29751,9 +29319,6 @@ declare const rpcResult: {
|
|
|
29751
29319
|
asset: {
|
|
29752
29320
|
chain: "Bitcoin";
|
|
29753
29321
|
asset: "BTC";
|
|
29754
|
-
} | {
|
|
29755
|
-
chain: "Polkadot";
|
|
29756
|
-
asset: "DOT";
|
|
29757
29322
|
} | {
|
|
29758
29323
|
chain: "Ethereum";
|
|
29759
29324
|
asset: "FLIP";
|
|
@@ -29797,8 +29362,8 @@ declare const rpcResult: {
|
|
|
29797
29362
|
chain: "Assethub";
|
|
29798
29363
|
asset: "USDT";
|
|
29799
29364
|
};
|
|
29800
|
-
total_amount: bigint;
|
|
29801
29365
|
available_amount: bigint;
|
|
29366
|
+
total_amount: bigint;
|
|
29802
29367
|
utilisation_rate: number;
|
|
29803
29368
|
current_interest_rate: number;
|
|
29804
29369
|
origination_fee: number;
|
|
@@ -29813,9 +29378,6 @@ declare const rpcResult: {
|
|
|
29813
29378
|
asset: {
|
|
29814
29379
|
chain: "Bitcoin";
|
|
29815
29380
|
asset: "BTC";
|
|
29816
|
-
} | {
|
|
29817
|
-
chain: "Polkadot";
|
|
29818
|
-
asset: "DOT";
|
|
29819
29381
|
} | {
|
|
29820
29382
|
chain: "Ethereum";
|
|
29821
29383
|
asset: "FLIP";
|
|
@@ -29859,8 +29421,8 @@ declare const rpcResult: {
|
|
|
29859
29421
|
chain: "Assethub";
|
|
29860
29422
|
asset: "USDT";
|
|
29861
29423
|
};
|
|
29862
|
-
total_amount: string | number;
|
|
29863
29424
|
available_amount: string | number;
|
|
29425
|
+
total_amount: string | number;
|
|
29864
29426
|
utilisation_rate: number;
|
|
29865
29427
|
current_interest_rate: number;
|
|
29866
29428
|
origination_fee: number;
|
|
@@ -29997,15 +29559,6 @@ declare const rpcResult: {
|
|
|
29997
29559
|
}, {
|
|
29998
29560
|
chain: "Bitcoin";
|
|
29999
29561
|
asset: "BTC";
|
|
30000
|
-
}>, z.ZodObject<{
|
|
30001
|
-
chain: z.ZodLiteral<"Polkadot">;
|
|
30002
|
-
asset: z.ZodLiteral<"DOT">;
|
|
30003
|
-
}, "strip", z.ZodTypeAny, {
|
|
30004
|
-
chain: "Polkadot";
|
|
30005
|
-
asset: "DOT";
|
|
30006
|
-
}, {
|
|
30007
|
-
chain: "Polkadot";
|
|
30008
|
-
asset: "DOT";
|
|
30009
29562
|
}>, z.ZodObject<{
|
|
30010
29563
|
chain: z.ZodLiteral<"Ethereum">;
|
|
30011
29564
|
asset: z.ZodLiteral<"FLIP">;
|
|
@@ -30143,15 +29696,6 @@ declare const rpcResult: {
|
|
|
30143
29696
|
}, {
|
|
30144
29697
|
chain: "Bitcoin";
|
|
30145
29698
|
asset: "BTC";
|
|
30146
|
-
}>, z.ZodObject<{
|
|
30147
|
-
chain: z.ZodLiteral<"Polkadot">;
|
|
30148
|
-
asset: z.ZodLiteral<"DOT">;
|
|
30149
|
-
}, "strip", z.ZodTypeAny, {
|
|
30150
|
-
chain: "Polkadot";
|
|
30151
|
-
asset: "DOT";
|
|
30152
|
-
}, {
|
|
30153
|
-
chain: "Polkadot";
|
|
30154
|
-
asset: "DOT";
|
|
30155
29699
|
}>, z.ZodObject<{
|
|
30156
29700
|
chain: z.ZodLiteral<"Ethereum">;
|
|
30157
29701
|
asset: z.ZodLiteral<"FLIP">;
|
|
@@ -30296,15 +29840,6 @@ declare const rpcResult: {
|
|
|
30296
29840
|
}, {
|
|
30297
29841
|
chain: "Bitcoin";
|
|
30298
29842
|
asset: "BTC";
|
|
30299
|
-
}>, z.ZodObject<{
|
|
30300
|
-
chain: z.ZodLiteral<"Polkadot">;
|
|
30301
|
-
asset: z.ZodLiteral<"DOT">;
|
|
30302
|
-
}, "strip", z.ZodTypeAny, {
|
|
30303
|
-
chain: "Polkadot";
|
|
30304
|
-
asset: "DOT";
|
|
30305
|
-
}, {
|
|
30306
|
-
chain: "Polkadot";
|
|
30307
|
-
asset: "DOT";
|
|
30308
29843
|
}>, z.ZodObject<{
|
|
30309
29844
|
chain: z.ZodLiteral<"Ethereum">;
|
|
30310
29845
|
asset: z.ZodLiteral<"FLIP">;
|
|
@@ -30437,9 +29972,6 @@ declare const rpcResult: {
|
|
|
30437
29972
|
asset: {
|
|
30438
29973
|
chain: "Bitcoin";
|
|
30439
29974
|
asset: "BTC";
|
|
30440
|
-
} | {
|
|
30441
|
-
chain: "Polkadot";
|
|
30442
|
-
asset: "DOT";
|
|
30443
29975
|
} | {
|
|
30444
29976
|
chain: "Ethereum";
|
|
30445
29977
|
asset: "FLIP";
|
|
@@ -30489,9 +30021,6 @@ declare const rpcResult: {
|
|
|
30489
30021
|
asset: {
|
|
30490
30022
|
chain: "Bitcoin";
|
|
30491
30023
|
asset: "BTC";
|
|
30492
|
-
} | {
|
|
30493
|
-
chain: "Polkadot";
|
|
30494
|
-
asset: "DOT";
|
|
30495
30024
|
} | {
|
|
30496
30025
|
chain: "Ethereum";
|
|
30497
30026
|
asset: "FLIP";
|
|
@@ -30568,9 +30097,6 @@ declare const rpcResult: {
|
|
|
30568
30097
|
collateral_topup_asset: {
|
|
30569
30098
|
chain: "Bitcoin";
|
|
30570
30099
|
asset: "BTC";
|
|
30571
|
-
} | {
|
|
30572
|
-
chain: "Polkadot";
|
|
30573
|
-
asset: "DOT";
|
|
30574
30100
|
} | {
|
|
30575
30101
|
chain: "Ethereum";
|
|
30576
30102
|
asset: "FLIP";
|
|
@@ -30618,9 +30144,6 @@ declare const rpcResult: {
|
|
|
30618
30144
|
collateral: (({
|
|
30619
30145
|
chain: "Bitcoin";
|
|
30620
30146
|
asset: "BTC";
|
|
30621
|
-
} | {
|
|
30622
|
-
chain: "Polkadot";
|
|
30623
|
-
asset: "DOT";
|
|
30624
30147
|
} | {
|
|
30625
30148
|
chain: "Ethereum";
|
|
30626
30149
|
asset: "FLIP";
|
|
@@ -30670,9 +30193,6 @@ declare const rpcResult: {
|
|
|
30670
30193
|
asset: {
|
|
30671
30194
|
chain: "Bitcoin";
|
|
30672
30195
|
asset: "BTC";
|
|
30673
|
-
} | {
|
|
30674
|
-
chain: "Polkadot";
|
|
30675
|
-
asset: "DOT";
|
|
30676
30196
|
} | {
|
|
30677
30197
|
chain: "Ethereum";
|
|
30678
30198
|
asset: "FLIP";
|
|
@@ -30731,9 +30251,6 @@ declare const rpcResult: {
|
|
|
30731
30251
|
collateral_topup_asset: {
|
|
30732
30252
|
chain: "Bitcoin";
|
|
30733
30253
|
asset: "BTC";
|
|
30734
|
-
} | {
|
|
30735
|
-
chain: "Polkadot";
|
|
30736
|
-
asset: "DOT";
|
|
30737
30254
|
} | {
|
|
30738
30255
|
chain: "Ethereum";
|
|
30739
30256
|
asset: "FLIP";
|
|
@@ -30781,9 +30298,6 @@ declare const rpcResult: {
|
|
|
30781
30298
|
collateral: (({
|
|
30782
30299
|
chain: "Bitcoin";
|
|
30783
30300
|
asset: "BTC";
|
|
30784
|
-
} | {
|
|
30785
|
-
chain: "Polkadot";
|
|
30786
|
-
asset: "DOT";
|
|
30787
30301
|
} | {
|
|
30788
30302
|
chain: "Ethereum";
|
|
30789
30303
|
asset: "FLIP";
|
|
@@ -30833,9 +30347,6 @@ declare const rpcResult: {
|
|
|
30833
30347
|
asset: {
|
|
30834
30348
|
chain: "Bitcoin";
|
|
30835
30349
|
asset: "BTC";
|
|
30836
|
-
} | {
|
|
30837
|
-
chain: "Polkadot";
|
|
30838
|
-
asset: "DOT";
|
|
30839
30350
|
} | {
|
|
30840
30351
|
chain: "Ethereum";
|
|
30841
30352
|
asset: "FLIP";
|
|
@@ -30899,15 +30410,6 @@ declare const rpcResult: {
|
|
|
30899
30410
|
}, {
|
|
30900
30411
|
chain: "Bitcoin";
|
|
30901
30412
|
asset: "BTC";
|
|
30902
|
-
}>, z.ZodObject<{
|
|
30903
|
-
chain: z.ZodLiteral<"Polkadot">;
|
|
30904
|
-
asset: z.ZodLiteral<"DOT">;
|
|
30905
|
-
}, "strip", z.ZodTypeAny, {
|
|
30906
|
-
chain: "Polkadot";
|
|
30907
|
-
asset: "DOT";
|
|
30908
|
-
}, {
|
|
30909
|
-
chain: "Polkadot";
|
|
30910
|
-
asset: "DOT";
|
|
30911
30413
|
}>, z.ZodObject<{
|
|
30912
30414
|
chain: z.ZodLiteral<"Ethereum">;
|
|
30913
30415
|
asset: z.ZodLiteral<"FLIP">;
|