@chainflip/rpc 2.1.0 → 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/common.d.mts CHANGED
@@ -371,15 +371,15 @@ declare const rpcResult: {
371
371
  USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
372
372
  WBTC: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
373
373
  }, "strip", z.ZodTypeAny, {
374
+ FLIP: bigint;
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
- ETH: {
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
- USDC: {
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
- FLIP: {
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
- ETH: {
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
- USDC: {
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
- FLIP: {
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
- ETH: {
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
- USDC: {
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
- FLIP: {
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
- ETH: {
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
- USDC: {
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
- FLIP: {
2108
+ USDC: {
2109
2109
  fee_tier: number;
2110
2110
  total_balance: string;
2111
2111
  available_balance: string;
@@ -2336,11 +2336,11 @@ declare const rpcResult: {
2336
2336
  total_amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
2337
2337
  available_amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
2338
2338
  }, "strip", z.ZodTypeAny, {
2339
- total_amount: bigint;
2340
2339
  available_amount: bigint;
2340
+ total_amount: bigint;
2341
2341
  }, {
2342
- total_amount: string | number;
2343
2342
  available_amount: string | number;
2343
+ total_amount: string | number;
2344
2344
  }>>, "many">>;
2345
2345
  collateral_balances: z.ZodOptional<z.ZodArray<z.ZodIntersection<z.ZodUnion<[z.ZodObject<{
2346
2346
  chain: z.ZodLiteral<"Bitcoin">;
@@ -2501,15 +2501,15 @@ declare const rpcResult: {
2501
2501
  USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
2502
2502
  WBTC: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
2503
2503
  }, "strip", z.ZodTypeAny, {
2504
+ FLIP: bigint;
2504
2505
  ETH: bigint;
2505
2506
  USDC: bigint;
2506
- FLIP: bigint;
2507
2507
  USDT: bigint;
2508
2508
  WBTC: bigint;
2509
2509
  }, {
2510
+ FLIP: string | number;
2510
2511
  ETH: string | number;
2511
2512
  USDC: string | number;
2512
- FLIP: string | number;
2513
2513
  USDT: string | number;
2514
2514
  WBTC?: string | number | undefined;
2515
2515
  }>;
@@ -2557,9 +2557,9 @@ declare const rpcResult: {
2557
2557
  BTC: bigint;
2558
2558
  };
2559
2559
  Ethereum: {
2560
+ FLIP: bigint;
2560
2561
  ETH: bigint;
2561
2562
  USDC: bigint;
2562
- FLIP: bigint;
2563
2563
  USDT: bigint;
2564
2564
  WBTC: bigint;
2565
2565
  };
@@ -2583,9 +2583,9 @@ declare const rpcResult: {
2583
2583
  BTC: string | number;
2584
2584
  };
2585
2585
  Ethereum: {
2586
+ FLIP: string | number;
2586
2587
  ETH: string | number;
2587
2588
  USDC: string | number;
2588
- FLIP: string | number;
2589
2589
  USDT: string | number;
2590
2590
  WBTC?: string | number | undefined;
2591
2591
  };
@@ -2638,9 +2638,9 @@ declare const rpcResult: {
2638
2638
  BTC: bigint;
2639
2639
  };
2640
2640
  Ethereum: {
2641
+ FLIP: bigint;
2641
2642
  ETH: bigint;
2642
2643
  USDC: bigint;
2643
- FLIP: bigint;
2644
2644
  USDT: bigint;
2645
2645
  WBTC: bigint;
2646
2646
  };
@@ -2667,9 +2667,9 @@ declare const rpcResult: {
2667
2667
  BTC: bigint;
2668
2668
  };
2669
2669
  Ethereum: {
2670
+ FLIP: bigint;
2670
2671
  ETH: bigint;
2671
2672
  USDC: bigint;
2672
- FLIP: bigint;
2673
2673
  USDT: bigint;
2674
2674
  WBTC: bigint;
2675
2675
  };
@@ -2707,21 +2707,21 @@ declare const rpcResult: {
2707
2707
  }[];
2708
2708
  };
2709
2709
  Ethereum: {
2710
- ETH: {
2710
+ FLIP: {
2711
2711
  fee_tier: number;
2712
2712
  total_balance: bigint;
2713
2713
  available_balance: bigint;
2714
2714
  in_use_balance: bigint;
2715
2715
  is_withdrawing: boolean;
2716
2716
  }[];
2717
- USDC: {
2717
+ ETH: {
2718
2718
  fee_tier: number;
2719
2719
  total_balance: bigint;
2720
2720
  available_balance: bigint;
2721
2721
  in_use_balance: bigint;
2722
2722
  is_withdrawing: boolean;
2723
2723
  }[];
2724
- FLIP: {
2724
+ USDC: {
2725
2725
  fee_tier: number;
2726
2726
  total_balance: bigint;
2727
2727
  available_balance: bigint;
@@ -2870,8 +2870,8 @@ declare const rpcResult: {
2870
2870
  chain: "Assethub";
2871
2871
  asset: "USDT";
2872
2872
  }) & {
2873
- total_amount: bigint;
2874
2873
  available_amount: bigint;
2874
+ total_amount: bigint;
2875
2875
  })[] | undefined;
2876
2876
  collateral_balances?: (({
2877
2877
  chain: "Bitcoin";
@@ -2929,9 +2929,9 @@ declare const rpcResult: {
2929
2929
  BTC: string | number;
2930
2930
  };
2931
2931
  Ethereum: {
2932
+ FLIP: string | number;
2932
2933
  ETH: string | number;
2933
2934
  USDC: string | number;
2934
- FLIP: string | number;
2935
2935
  USDT: string | number;
2936
2936
  WBTC?: string | number | undefined;
2937
2937
  };
@@ -2958,9 +2958,9 @@ declare const rpcResult: {
2958
2958
  BTC: string | number;
2959
2959
  };
2960
2960
  Ethereum: {
2961
+ FLIP: string | number;
2961
2962
  ETH: string | number;
2962
2963
  USDC: string | number;
2963
- FLIP: string | number;
2964
2964
  USDT: string | number;
2965
2965
  WBTC?: string | number | undefined;
2966
2966
  };
@@ -2998,21 +2998,21 @@ declare const rpcResult: {
2998
2998
  }[];
2999
2999
  };
3000
3000
  Ethereum: {
3001
- ETH: {
3001
+ FLIP: {
3002
3002
  fee_tier: number;
3003
3003
  total_balance: string;
3004
3004
  available_balance: string;
3005
3005
  in_use_balance: string;
3006
3006
  is_withdrawing: boolean;
3007
3007
  }[];
3008
- USDC: {
3008
+ ETH: {
3009
3009
  fee_tier: number;
3010
3010
  total_balance: string;
3011
3011
  available_balance: string;
3012
3012
  in_use_balance: string;
3013
3013
  is_withdrawing: boolean;
3014
3014
  }[];
3015
- FLIP: {
3015
+ USDC: {
3016
3016
  fee_tier: number;
3017
3017
  total_balance: string;
3018
3018
  available_balance: string;
@@ -3161,8 +3161,8 @@ declare const rpcResult: {
3161
3161
  chain: "Assethub";
3162
3162
  asset: "USDT";
3163
3163
  }) & {
3164
- total_amount: string | number;
3165
3164
  available_amount: string | number;
3165
+ total_amount: string | number;
3166
3166
  })[] | undefined;
3167
3167
  collateral_balances?: (({
3168
3168
  chain: "Bitcoin";
@@ -3240,15 +3240,15 @@ declare const rpcResult: {
3240
3240
  USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
3241
3241
  WBTC: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
3242
3242
  }, "strip", z.ZodTypeAny, {
3243
+ FLIP: bigint;
3243
3244
  ETH: bigint;
3244
3245
  USDC: bigint;
3245
- FLIP: bigint;
3246
3246
  USDT: bigint;
3247
3247
  WBTC: bigint;
3248
3248
  }, {
3249
+ FLIP: string | number;
3249
3250
  ETH: string | number;
3250
3251
  USDC: string | number;
3251
- FLIP: string | number;
3252
3252
  USDT: string | number;
3253
3253
  WBTC?: string | number | undefined;
3254
3254
  }>;
@@ -3296,9 +3296,9 @@ declare const rpcResult: {
3296
3296
  BTC: bigint;
3297
3297
  };
3298
3298
  Ethereum: {
3299
+ FLIP: bigint;
3299
3300
  ETH: bigint;
3300
3301
  USDC: bigint;
3301
- FLIP: bigint;
3302
3302
  USDT: bigint;
3303
3303
  WBTC: bigint;
3304
3304
  };
@@ -3322,9 +3322,9 @@ declare const rpcResult: {
3322
3322
  BTC: string | number;
3323
3323
  };
3324
3324
  Ethereum: {
3325
+ FLIP: string | number;
3325
3326
  ETH: string | number;
3326
3327
  USDC: string | number;
3327
- FLIP: string | number;
3328
3328
  USDT: string | number;
3329
3329
  WBTC?: string | number | undefined;
3330
3330
  };
@@ -3377,9 +3377,9 @@ declare const rpcResult: {
3377
3377
  BTC: bigint;
3378
3378
  };
3379
3379
  Ethereum: {
3380
+ FLIP: bigint;
3380
3381
  ETH: bigint;
3381
3382
  USDC: bigint;
3382
- FLIP: bigint;
3383
3383
  USDT: bigint;
3384
3384
  WBTC: bigint;
3385
3385
  };
@@ -3430,9 +3430,9 @@ declare const rpcResult: {
3430
3430
  BTC: string | number;
3431
3431
  };
3432
3432
  Ethereum: {
3433
+ FLIP: string | number;
3433
3434
  ETH: string | number;
3434
3435
  USDC: string | number;
3435
- FLIP: string | number;
3436
3436
  USDT: string | number;
3437
3437
  WBTC?: string | number | undefined;
3438
3438
  };
@@ -3483,9 +3483,9 @@ declare const rpcResult: {
3483
3483
  BTC: bigint;
3484
3484
  };
3485
3485
  Ethereum: {
3486
+ FLIP: bigint;
3486
3487
  ETH: bigint;
3487
3488
  USDC: bigint;
3488
- FLIP: bigint;
3489
3489
  USDT: bigint;
3490
3490
  WBTC: bigint;
3491
3491
  };
@@ -3526,9 +3526,9 @@ declare const rpcResult: {
3526
3526
  BTC: bigint;
3527
3527
  };
3528
3528
  Ethereum: {
3529
+ FLIP: bigint;
3529
3530
  ETH: bigint;
3530
3531
  USDC: bigint;
3531
- FLIP: bigint;
3532
3532
  USDT: bigint;
3533
3533
  WBTC: bigint;
3534
3534
  };
@@ -3555,9 +3555,9 @@ declare const rpcResult: {
3555
3555
  BTC: bigint;
3556
3556
  };
3557
3557
  Ethereum: {
3558
+ FLIP: bigint;
3558
3559
  ETH: bigint;
3559
3560
  USDC: bigint;
3560
- FLIP: bigint;
3561
3561
  USDT: bigint;
3562
3562
  WBTC: bigint;
3563
3563
  };
@@ -3602,9 +3602,9 @@ declare const rpcResult: {
3602
3602
  BTC: bigint;
3603
3603
  };
3604
3604
  Ethereum: {
3605
+ FLIP: bigint;
3605
3606
  ETH: bigint;
3606
3607
  USDC: bigint;
3607
- FLIP: bigint;
3608
3608
  USDT: bigint;
3609
3609
  WBTC: bigint;
3610
3610
  };
@@ -3631,9 +3631,9 @@ declare const rpcResult: {
3631
3631
  BTC: bigint;
3632
3632
  };
3633
3633
  Ethereum: {
3634
+ FLIP: bigint;
3634
3635
  ETH: bigint;
3635
3636
  USDC: bigint;
3636
- FLIP: bigint;
3637
3637
  USDT: bigint;
3638
3638
  WBTC: bigint;
3639
3639
  };
@@ -3671,21 +3671,21 @@ declare const rpcResult: {
3671
3671
  }[];
3672
3672
  };
3673
3673
  Ethereum: {
3674
- ETH: {
3674
+ FLIP: {
3675
3675
  fee_tier: number;
3676
3676
  total_balance: bigint;
3677
3677
  available_balance: bigint;
3678
3678
  in_use_balance: bigint;
3679
3679
  is_withdrawing: boolean;
3680
3680
  }[];
3681
- USDC: {
3681
+ ETH: {
3682
3682
  fee_tier: number;
3683
3683
  total_balance: bigint;
3684
3684
  available_balance: bigint;
3685
3685
  in_use_balance: bigint;
3686
3686
  is_withdrawing: boolean;
3687
3687
  }[];
3688
- FLIP: {
3688
+ USDC: {
3689
3689
  fee_tier: number;
3690
3690
  total_balance: bigint;
3691
3691
  available_balance: bigint;
@@ -3834,8 +3834,8 @@ declare const rpcResult: {
3834
3834
  chain: "Assethub";
3835
3835
  asset: "USDT";
3836
3836
  }) & {
3837
- total_amount: bigint;
3838
3837
  available_amount: bigint;
3838
+ total_amount: bigint;
3839
3839
  })[] | undefined;
3840
3840
  collateral_balances?: (({
3841
3841
  chain: "Bitcoin";
@@ -3893,9 +3893,9 @@ declare const rpcResult: {
3893
3893
  BTC: bigint;
3894
3894
  };
3895
3895
  Ethereum: {
3896
+ FLIP: bigint;
3896
3897
  ETH: bigint;
3897
3898
  USDC: bigint;
3898
- FLIP: bigint;
3899
3899
  USDT: bigint;
3900
3900
  WBTC: bigint;
3901
3901
  };
@@ -3952,9 +3952,9 @@ declare const rpcResult: {
3952
3952
  BTC: bigint;
3953
3953
  };
3954
3954
  Ethereum: {
3955
+ FLIP: bigint;
3955
3956
  ETH: bigint;
3956
3957
  USDC: bigint;
3957
- FLIP: bigint;
3958
3958
  USDT: bigint;
3959
3959
  WBTC: bigint;
3960
3960
  };
@@ -4003,9 +4003,9 @@ declare const rpcResult: {
4003
4003
  BTC: string | number;
4004
4004
  };
4005
4005
  Ethereum: {
4006
+ FLIP: string | number;
4006
4007
  ETH: string | number;
4007
4008
  USDC: string | number;
4008
- FLIP: string | number;
4009
4009
  USDT: string | number;
4010
4010
  WBTC?: string | number | undefined;
4011
4011
  };
@@ -4046,9 +4046,9 @@ declare const rpcResult: {
4046
4046
  BTC: string | number;
4047
4047
  };
4048
4048
  Ethereum: {
4049
+ FLIP: string | number;
4049
4050
  ETH: string | number;
4050
4051
  USDC: string | number;
4051
- FLIP: string | number;
4052
4052
  USDT: string | number;
4053
4053
  WBTC?: string | number | undefined;
4054
4054
  };
@@ -4075,9 +4075,9 @@ declare const rpcResult: {
4075
4075
  BTC: string | number;
4076
4076
  };
4077
4077
  Ethereum: {
4078
+ FLIP: string | number;
4078
4079
  ETH: string | number;
4079
4080
  USDC: string | number;
4080
- FLIP: string | number;
4081
4081
  USDT: string | number;
4082
4082
  WBTC?: string | number | undefined;
4083
4083
  };
@@ -4122,9 +4122,9 @@ declare const rpcResult: {
4122
4122
  BTC: string | number;
4123
4123
  };
4124
4124
  Ethereum: {
4125
+ FLIP: string | number;
4125
4126
  ETH: string | number;
4126
4127
  USDC: string | number;
4127
- FLIP: string | number;
4128
4128
  USDT: string | number;
4129
4129
  WBTC?: string | number | undefined;
4130
4130
  };
@@ -4179,9 +4179,9 @@ declare const rpcResult: {
4179
4179
  BTC: string | number;
4180
4180
  };
4181
4181
  Ethereum: {
4182
+ FLIP: string | number;
4182
4183
  ETH: string | number;
4183
4184
  USDC: string | number;
4184
- FLIP: string | number;
4185
4185
  USDT: string | number;
4186
4186
  WBTC?: string | number | undefined;
4187
4187
  };
@@ -4208,9 +4208,9 @@ declare const rpcResult: {
4208
4208
  BTC: string | number;
4209
4209
  };
4210
4210
  Ethereum: {
4211
+ FLIP: string | number;
4211
4212
  ETH: string | number;
4212
4213
  USDC: string | number;
4213
- FLIP: string | number;
4214
4214
  USDT: string | number;
4215
4215
  WBTC?: string | number | undefined;
4216
4216
  };
@@ -4248,21 +4248,21 @@ declare const rpcResult: {
4248
4248
  }[];
4249
4249
  };
4250
4250
  Ethereum: {
4251
- ETH: {
4251
+ FLIP: {
4252
4252
  fee_tier: number;
4253
4253
  total_balance: string;
4254
4254
  available_balance: string;
4255
4255
  in_use_balance: string;
4256
4256
  is_withdrawing: boolean;
4257
4257
  }[];
4258
- USDC: {
4258
+ ETH: {
4259
4259
  fee_tier: number;
4260
4260
  total_balance: string;
4261
4261
  available_balance: string;
4262
4262
  in_use_balance: string;
4263
4263
  is_withdrawing: boolean;
4264
4264
  }[];
4265
- FLIP: {
4265
+ USDC: {
4266
4266
  fee_tier: number;
4267
4267
  total_balance: string;
4268
4268
  available_balance: string;
@@ -4411,8 +4411,8 @@ declare const rpcResult: {
4411
4411
  chain: "Assethub";
4412
4412
  asset: "USDT";
4413
4413
  }) & {
4414
- total_amount: string | number;
4415
4414
  available_amount: string | number;
4415
+ total_amount: string | number;
4416
4416
  })[] | undefined;
4417
4417
  collateral_balances?: (({
4418
4418
  chain: "Bitcoin";
@@ -4470,9 +4470,9 @@ declare const rpcResult: {
4470
4470
  BTC: string | number;
4471
4471
  };
4472
4472
  Ethereum: {
4473
+ FLIP: string | number;
4473
4474
  ETH: string | number;
4474
4475
  USDC: string | number;
4475
- FLIP: string | number;
4476
4476
  USDT: string | number;
4477
4477
  WBTC?: string | number | undefined;
4478
4478
  };
@@ -4779,11 +4779,11 @@ declare const rpcResult: {
4779
4779
  tier: z.ZodNumber;
4780
4780
  available_amount: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
4781
4781
  }, "strip", z.ZodTypeAny, {
4782
- available_amount: bigint;
4783
4782
  tier: number;
4783
+ available_amount: bigint;
4784
4784
  }, {
4785
- available_amount: string;
4786
4785
  tier: number;
4786
+ available_amount: string;
4787
4787
  }>>, "many">;
4788
4788
  readonly cf_environment: z.ZodObject<{
4789
4789
  ingress_egress: z.ZodEffects<z.ZodObject<{
@@ -4802,15 +4802,15 @@ declare const rpcResult: {
4802
4802
  USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
4803
4803
  WBTC: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
4804
4804
  }, "strip", z.ZodTypeAny, {
4805
+ FLIP: bigint;
4805
4806
  ETH: bigint;
4806
4807
  USDC: bigint;
4807
- FLIP: bigint;
4808
4808
  USDT: bigint;
4809
4809
  WBTC: bigint;
4810
4810
  }, {
4811
+ FLIP: string | number;
4811
4812
  ETH: string | number;
4812
4813
  USDC: string | number;
4813
- FLIP: string | number;
4814
4814
  USDT: string | number;
4815
4815
  WBTC?: string | number | undefined;
4816
4816
  }>;
@@ -4858,9 +4858,9 @@ declare const rpcResult: {
4858
4858
  BTC: bigint;
4859
4859
  };
4860
4860
  Ethereum: {
4861
+ FLIP: bigint;
4861
4862
  ETH: bigint;
4862
4863
  USDC: bigint;
4863
- FLIP: bigint;
4864
4864
  USDT: bigint;
4865
4865
  WBTC: bigint;
4866
4866
  };
@@ -4884,9 +4884,9 @@ declare const rpcResult: {
4884
4884
  BTC: string | number;
4885
4885
  };
4886
4886
  Ethereum: {
4887
+ FLIP: string | number;
4887
4888
  ETH: string | number;
4888
4889
  USDC: string | number;
4889
- FLIP: string | number;
4890
4890
  USDT: string | number;
4891
4891
  WBTC?: string | number | undefined;
4892
4892
  };
@@ -4921,15 +4921,15 @@ declare const rpcResult: {
4921
4921
  USDT: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
4922
4922
  WBTC: z.ZodDefault<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>>;
4923
4923
  }, "strip", z.ZodTypeAny, {
4924
+ FLIP: bigint | null;
4924
4925
  ETH: bigint | null;
4925
4926
  USDC: bigint | null;
4926
- FLIP: bigint | null;
4927
4927
  USDT: bigint | null;
4928
4928
  WBTC: bigint | null;
4929
4929
  }, {
4930
+ FLIP: string | number | null;
4930
4931
  ETH: string | number | null;
4931
4932
  USDC: string | number | null;
4932
- FLIP: string | number | null;
4933
4933
  USDT: string | number | null;
4934
4934
  WBTC?: string | number | null | undefined;
4935
4935
  }>;
@@ -4977,9 +4977,9 @@ declare const rpcResult: {
4977
4977
  BTC: bigint | null;
4978
4978
  };
4979
4979
  Ethereum: {
4980
+ FLIP: bigint | null;
4980
4981
  ETH: bigint | null;
4981
4982
  USDC: bigint | null;
4982
- FLIP: bigint | null;
4983
4983
  USDT: bigint | null;
4984
4984
  WBTC: bigint | null;
4985
4985
  };
@@ -5003,9 +5003,9 @@ declare const rpcResult: {
5003
5003
  BTC: string | number | null;
5004
5004
  };
5005
5005
  Ethereum: {
5006
+ FLIP: string | number | null;
5006
5007
  ETH: string | number | null;
5007
5008
  USDC: string | number | null;
5008
- FLIP: string | number | null;
5009
5009
  USDT: string | number | null;
5010
5010
  WBTC?: string | number | null | undefined;
5011
5011
  };
@@ -5040,15 +5040,15 @@ declare const rpcResult: {
5040
5040
  USDT: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
5041
5041
  WBTC: z.ZodDefault<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>>;
5042
5042
  }, "strip", z.ZodTypeAny, {
5043
+ FLIP: bigint | null;
5043
5044
  ETH: bigint | null;
5044
5045
  USDC: bigint | null;
5045
- FLIP: bigint | null;
5046
5046
  USDT: bigint | null;
5047
5047
  WBTC: bigint | null;
5048
5048
  }, {
5049
+ FLIP: string | number | null;
5049
5050
  ETH: string | number | null;
5050
5051
  USDC: string | number | null;
5051
- FLIP: string | number | null;
5052
5052
  USDT: string | number | null;
5053
5053
  WBTC?: string | number | null | undefined;
5054
5054
  }>;
@@ -5096,9 +5096,9 @@ declare const rpcResult: {
5096
5096
  BTC: bigint | null;
5097
5097
  };
5098
5098
  Ethereum: {
5099
+ FLIP: bigint | null;
5099
5100
  ETH: bigint | null;
5100
5101
  USDC: bigint | null;
5101
- FLIP: bigint | null;
5102
5102
  USDT: bigint | null;
5103
5103
  WBTC: bigint | null;
5104
5104
  };
@@ -5122,9 +5122,9 @@ declare const rpcResult: {
5122
5122
  BTC: string | number | null;
5123
5123
  };
5124
5124
  Ethereum: {
5125
+ FLIP: string | number | null;
5125
5126
  ETH: string | number | null;
5126
5127
  USDC: string | number | null;
5127
- FLIP: string | number | null;
5128
5128
  USDT: string | number | null;
5129
5129
  WBTC?: string | number | null | undefined;
5130
5130
  };
@@ -5178,15 +5178,15 @@ declare const rpcResult: {
5178
5178
  USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
5179
5179
  WBTC: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
5180
5180
  }, "strip", z.ZodTypeAny, {
5181
+ FLIP: bigint;
5181
5182
  ETH: bigint;
5182
5183
  USDC: bigint;
5183
- FLIP: bigint;
5184
5184
  USDT: bigint;
5185
5185
  WBTC: bigint;
5186
5186
  }, {
5187
+ FLIP: string | number;
5187
5188
  ETH: string | number;
5188
5189
  USDC: string | number;
5189
- FLIP: string | number;
5190
5190
  USDT: string | number;
5191
5191
  WBTC?: string | number | undefined;
5192
5192
  }>;
@@ -5234,9 +5234,9 @@ declare const rpcResult: {
5234
5234
  BTC: bigint;
5235
5235
  };
5236
5236
  Ethereum: {
5237
+ FLIP: bigint;
5237
5238
  ETH: bigint;
5238
5239
  USDC: bigint;
5239
- FLIP: bigint;
5240
5240
  USDT: bigint;
5241
5241
  WBTC: bigint;
5242
5242
  };
@@ -5260,9 +5260,9 @@ declare const rpcResult: {
5260
5260
  BTC: string | number;
5261
5261
  };
5262
5262
  Ethereum: {
5263
+ FLIP: string | number;
5263
5264
  ETH: string | number;
5264
5265
  USDC: string | number;
5265
- FLIP: string | number;
5266
5266
  USDT: string | number;
5267
5267
  WBTC?: string | number | undefined;
5268
5268
  };
@@ -5345,9 +5345,9 @@ declare const rpcResult: {
5345
5345
  BTC: bigint;
5346
5346
  };
5347
5347
  Ethereum: {
5348
+ FLIP: bigint;
5348
5349
  ETH: bigint;
5349
5350
  USDC: bigint;
5350
- FLIP: bigint;
5351
5351
  USDT: bigint;
5352
5352
  WBTC: bigint;
5353
5353
  };
@@ -5372,9 +5372,9 @@ declare const rpcResult: {
5372
5372
  BTC: bigint | null;
5373
5373
  };
5374
5374
  Ethereum: {
5375
+ FLIP: bigint | null;
5375
5376
  ETH: bigint | null;
5376
5377
  USDC: bigint | null;
5377
- FLIP: bigint | null;
5378
5378
  USDT: bigint | null;
5379
5379
  WBTC: bigint | null;
5380
5380
  };
@@ -5399,9 +5399,9 @@ declare const rpcResult: {
5399
5399
  BTC: bigint | null;
5400
5400
  };
5401
5401
  Ethereum: {
5402
+ FLIP: bigint | null;
5402
5403
  ETH: bigint | null;
5403
5404
  USDC: bigint | null;
5404
- FLIP: bigint | null;
5405
5405
  USDT: bigint | null;
5406
5406
  WBTC: bigint | null;
5407
5407
  };
@@ -5433,9 +5433,9 @@ declare const rpcResult: {
5433
5433
  BTC: bigint;
5434
5434
  };
5435
5435
  Ethereum: {
5436
+ FLIP: bigint;
5436
5437
  ETH: bigint;
5437
5438
  USDC: bigint;
5438
- FLIP: bigint;
5439
5439
  USDT: bigint;
5440
5440
  WBTC: bigint;
5441
5441
  };
@@ -5482,9 +5482,9 @@ declare const rpcResult: {
5482
5482
  BTC: string | number;
5483
5483
  };
5484
5484
  Ethereum: {
5485
+ FLIP: string | number;
5485
5486
  ETH: string | number;
5486
5487
  USDC: string | number;
5487
- FLIP: string | number;
5488
5488
  USDT: string | number;
5489
5489
  WBTC?: string | number | undefined;
5490
5490
  };
@@ -5509,9 +5509,9 @@ declare const rpcResult: {
5509
5509
  BTC: string | number | null;
5510
5510
  };
5511
5511
  Ethereum: {
5512
+ FLIP: string | number | null;
5512
5513
  ETH: string | number | null;
5513
5514
  USDC: string | number | null;
5514
- FLIP: string | number | null;
5515
5515
  USDT: string | number | null;
5516
5516
  WBTC?: string | number | null | undefined;
5517
5517
  };
@@ -5536,9 +5536,9 @@ declare const rpcResult: {
5536
5536
  BTC: string | number | null;
5537
5537
  };
5538
5538
  Ethereum: {
5539
+ FLIP: string | number | null;
5539
5540
  ETH: string | number | null;
5540
5541
  USDC: string | number | null;
5541
- FLIP: string | number | null;
5542
5542
  USDT: string | number | null;
5543
5543
  WBTC?: string | number | null | undefined;
5544
5544
  };
@@ -5570,9 +5570,9 @@ declare const rpcResult: {
5570
5570
  BTC: string | number;
5571
5571
  };
5572
5572
  Ethereum: {
5573
+ FLIP: string | number;
5573
5574
  ETH: string | number;
5574
5575
  USDC: string | number;
5575
- FLIP: string | number;
5576
5576
  USDT: string | number;
5577
5577
  WBTC?: string | number | undefined;
5578
5578
  };
@@ -5619,9 +5619,9 @@ declare const rpcResult: {
5619
5619
  BTC: bigint;
5620
5620
  };
5621
5621
  Ethereum: {
5622
+ FLIP: bigint;
5622
5623
  ETH: bigint;
5623
5624
  USDC: bigint;
5624
- FLIP: bigint;
5625
5625
  USDT: bigint;
5626
5626
  WBTC: bigint;
5627
5627
  };
@@ -5646,9 +5646,9 @@ declare const rpcResult: {
5646
5646
  BTC: bigint | null;
5647
5647
  };
5648
5648
  Ethereum: {
5649
+ FLIP: bigint | null;
5649
5650
  ETH: bigint | null;
5650
5651
  USDC: bigint | null;
5651
- FLIP: bigint | null;
5652
5652
  USDT: bigint | null;
5653
5653
  WBTC: bigint | null;
5654
5654
  };
@@ -5673,9 +5673,9 @@ declare const rpcResult: {
5673
5673
  BTC: bigint | null;
5674
5674
  };
5675
5675
  Ethereum: {
5676
+ FLIP: bigint | null;
5676
5677
  ETH: bigint | null;
5677
5678
  USDC: bigint | null;
5678
- FLIP: bigint | null;
5679
5679
  USDT: bigint | null;
5680
5680
  WBTC: bigint | null;
5681
5681
  };
@@ -5707,9 +5707,9 @@ declare const rpcResult: {
5707
5707
  BTC: bigint;
5708
5708
  };
5709
5709
  Ethereum: {
5710
+ FLIP: bigint;
5710
5711
  ETH: bigint;
5711
5712
  USDC: bigint;
5712
- FLIP: bigint;
5713
5713
  USDT: bigint;
5714
5714
  WBTC: bigint;
5715
5715
  };
@@ -5756,9 +5756,9 @@ declare const rpcResult: {
5756
5756
  BTC: bigint;
5757
5757
  };
5758
5758
  Ethereum: {
5759
+ FLIP: bigint;
5759
5760
  ETH: bigint;
5760
5761
  USDC: bigint;
5761
- FLIP: bigint;
5762
5762
  USDT: bigint;
5763
5763
  WBTC: bigint;
5764
5764
  };
@@ -5784,9 +5784,9 @@ declare const rpcResult: {
5784
5784
  BTC: string | number;
5785
5785
  };
5786
5786
  Ethereum: {
5787
+ FLIP: string | number;
5787
5788
  ETH: string | number;
5788
5789
  USDC: string | number;
5789
- FLIP: string | number;
5790
5790
  USDT: string | number;
5791
5791
  WBTC?: string | number | undefined;
5792
5792
  };
@@ -5811,9 +5811,9 @@ declare const rpcResult: {
5811
5811
  BTC: string | number | null;
5812
5812
  };
5813
5813
  Ethereum: {
5814
+ FLIP: string | number | null;
5814
5815
  ETH: string | number | null;
5815
5816
  USDC: string | number | null;
5816
- FLIP: string | number | null;
5817
5817
  USDT: string | number | null;
5818
5818
  WBTC?: string | number | null | undefined;
5819
5819
  };
@@ -5838,9 +5838,9 @@ declare const rpcResult: {
5838
5838
  BTC: string | number | null;
5839
5839
  };
5840
5840
  Ethereum: {
5841
+ FLIP: string | number | null;
5841
5842
  ETH: string | number | null;
5842
5843
  USDC: string | number | null;
5843
- FLIP: string | number | null;
5844
5844
  USDT: string | number | null;
5845
5845
  WBTC?: string | number | null | undefined;
5846
5846
  };
@@ -5872,9 +5872,9 @@ declare const rpcResult: {
5872
5872
  BTC: string | number;
5873
5873
  };
5874
5874
  Ethereum: {
5875
+ FLIP: string | number;
5875
5876
  ETH: string | number;
5876
5877
  USDC: string | number;
5877
- FLIP: string | number;
5878
5878
  USDT: string | number;
5879
5879
  WBTC?: string | number | undefined;
5880
5880
  };
@@ -5932,15 +5932,15 @@ declare const rpcResult: {
5932
5932
  USDT: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
5933
5933
  WBTC: z.ZodDefault<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>>;
5934
5934
  }, "strip", z.ZodTypeAny, {
5935
+ FLIP: bigint | null;
5935
5936
  ETH: bigint | null;
5936
5937
  USDC: bigint | null;
5937
- FLIP: bigint | null;
5938
5938
  USDT: bigint | null;
5939
5939
  WBTC: bigint | null;
5940
5940
  }, {
5941
+ FLIP: string | number | null;
5941
5942
  ETH: string | number | null;
5942
5943
  USDC: string | number | null;
5943
- FLIP: string | number | null;
5944
5944
  USDT: string | number | null;
5945
5945
  WBTC?: string | number | null | undefined;
5946
5946
  }>;
@@ -5988,9 +5988,9 @@ declare const rpcResult: {
5988
5988
  BTC: bigint | null;
5989
5989
  };
5990
5990
  Ethereum: {
5991
+ FLIP: bigint | null;
5991
5992
  ETH: bigint | null;
5992
5993
  USDC: bigint | null;
5993
- FLIP: bigint | null;
5994
5994
  USDT: bigint | null;
5995
5995
  WBTC: bigint | null;
5996
5996
  };
@@ -6014,9 +6014,9 @@ declare const rpcResult: {
6014
6014
  BTC: string | number | null;
6015
6015
  };
6016
6016
  Ethereum: {
6017
+ FLIP: string | number | null;
6017
6018
  ETH: string | number | null;
6018
6019
  USDC: string | number | null;
6019
- FLIP: string | number | null;
6020
6020
  USDT: string | number | null;
6021
6021
  WBTC?: string | number | null | undefined;
6022
6022
  };
@@ -6055,15 +6055,15 @@ declare const rpcResult: {
6055
6055
  USDT: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
6056
6056
  WBTC: z.ZodDefault<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>>;
6057
6057
  }, "strip", z.ZodTypeAny, {
6058
+ FLIP: bigint | null;
6058
6059
  ETH: bigint | null;
6059
6060
  USDC: bigint | null;
6060
- FLIP: bigint | null;
6061
6061
  USDT: bigint | null;
6062
6062
  WBTC: bigint | null;
6063
6063
  }, {
6064
+ FLIP: string | number | null;
6064
6065
  ETH: string | number | null;
6065
6066
  USDC: string | number | null;
6066
- FLIP: string | number | null;
6067
6067
  USDT: string | number | null;
6068
6068
  WBTC?: string | number | null | undefined;
6069
6069
  }>;
@@ -6111,9 +6111,9 @@ declare const rpcResult: {
6111
6111
  BTC: bigint | null;
6112
6112
  };
6113
6113
  Ethereum: {
6114
+ FLIP: bigint | null;
6114
6115
  ETH: bigint | null;
6115
6116
  USDC: bigint | null;
6116
- FLIP: bigint | null;
6117
6117
  USDT: bigint | null;
6118
6118
  WBTC: bigint | null;
6119
6119
  };
@@ -6137,9 +6137,9 @@ declare const rpcResult: {
6137
6137
  BTC: string | number | null;
6138
6138
  };
6139
6139
  Ethereum: {
6140
+ FLIP: string | number | null;
6140
6141
  ETH: string | number | null;
6141
6142
  USDC: string | number | null;
6142
- FLIP: string | number | null;
6143
6143
  USDT: string | number | null;
6144
6144
  WBTC?: string | number | null | undefined;
6145
6145
  };
@@ -6186,15 +6186,15 @@ declare const rpcResult: {
6186
6186
  USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
6187
6187
  WBTC: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
6188
6188
  }, "strip", z.ZodTypeAny, {
6189
+ FLIP: bigint;
6189
6190
  ETH: bigint;
6190
6191
  USDC: bigint;
6191
- FLIP: bigint;
6192
6192
  USDT: bigint;
6193
6193
  WBTC: bigint;
6194
6194
  }, {
6195
+ FLIP: string | number;
6195
6196
  ETH: string | number;
6196
6197
  USDC: string | number;
6197
- FLIP: string | number;
6198
6198
  USDT: string | number;
6199
6199
  WBTC?: string | number | undefined;
6200
6200
  }>;
@@ -6242,9 +6242,9 @@ declare const rpcResult: {
6242
6242
  BTC: bigint;
6243
6243
  };
6244
6244
  Ethereum: {
6245
+ FLIP: bigint;
6245
6246
  ETH: bigint;
6246
6247
  USDC: bigint;
6247
- FLIP: bigint;
6248
6248
  USDT: bigint;
6249
6249
  WBTC: bigint;
6250
6250
  };
@@ -6268,9 +6268,9 @@ declare const rpcResult: {
6268
6268
  BTC: string | number;
6269
6269
  };
6270
6270
  Ethereum: {
6271
+ FLIP: string | number;
6271
6272
  ETH: string | number;
6272
6273
  USDC: string | number;
6273
- FLIP: string | number;
6274
6274
  USDT: string | number;
6275
6275
  WBTC?: string | number | undefined;
6276
6276
  };
@@ -6300,9 +6300,9 @@ declare const rpcResult: {
6300
6300
  BTC: bigint;
6301
6301
  };
6302
6302
  Ethereum: {
6303
+ FLIP: bigint;
6303
6304
  ETH: bigint;
6304
6305
  USDC: bigint;
6305
- FLIP: bigint;
6306
6306
  USDT: bigint;
6307
6307
  WBTC: bigint;
6308
6308
  };
@@ -6332,9 +6332,9 @@ declare const rpcResult: {
6332
6332
  BTC: string | number;
6333
6333
  };
6334
6334
  Ethereum: {
6335
+ FLIP: string | number;
6335
6336
  ETH: string | number;
6336
6337
  USDC: string | number;
6337
- FLIP: string | number;
6338
6338
  USDT: string | number;
6339
6339
  WBTC?: string | number | undefined;
6340
6340
  };
@@ -6381,15 +6381,15 @@ declare const rpcResult: {
6381
6381
  USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
6382
6382
  WBTC: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
6383
6383
  }, "strip", z.ZodTypeAny, {
6384
+ FLIP: bigint;
6384
6385
  ETH: bigint;
6385
6386
  USDC: bigint;
6386
- FLIP: bigint;
6387
6387
  USDT: bigint;
6388
6388
  WBTC: bigint;
6389
6389
  }, {
6390
+ FLIP: string | number;
6390
6391
  ETH: string | number;
6391
6392
  USDC: string | number;
6392
- FLIP: string | number;
6393
6393
  USDT: string | number;
6394
6394
  WBTC?: string | number | undefined;
6395
6395
  }>;
@@ -6437,9 +6437,9 @@ declare const rpcResult: {
6437
6437
  BTC: bigint;
6438
6438
  };
6439
6439
  Ethereum: {
6440
+ FLIP: bigint;
6440
6441
  ETH: bigint;
6441
6442
  USDC: bigint;
6442
- FLIP: bigint;
6443
6443
  USDT: bigint;
6444
6444
  WBTC: bigint;
6445
6445
  };
@@ -6463,9 +6463,9 @@ declare const rpcResult: {
6463
6463
  BTC: string | number;
6464
6464
  };
6465
6465
  Ethereum: {
6466
+ FLIP: string | number;
6466
6467
  ETH: string | number;
6467
6468
  USDC: string | number;
6468
- FLIP: string | number;
6469
6469
  USDT: string | number;
6470
6470
  WBTC?: string | number | undefined;
6471
6471
  };
@@ -6495,9 +6495,9 @@ declare const rpcResult: {
6495
6495
  BTC: bigint;
6496
6496
  };
6497
6497
  Ethereum: {
6498
+ FLIP: bigint;
6498
6499
  ETH: bigint;
6499
6500
  USDC: bigint;
6500
- FLIP: bigint;
6501
6501
  USDT: bigint;
6502
6502
  WBTC: bigint;
6503
6503
  };
@@ -6527,9 +6527,9 @@ declare const rpcResult: {
6527
6527
  BTC: string | number;
6528
6528
  };
6529
6529
  Ethereum: {
6530
+ FLIP: string | number;
6530
6531
  ETH: string | number;
6531
6532
  USDC: string | number;
6532
- FLIP: string | number;
6533
6533
  USDT: string | number;
6534
6534
  WBTC?: string | number | undefined;
6535
6535
  };
@@ -6561,9 +6561,9 @@ declare const rpcResult: {
6561
6561
  BTC: bigint;
6562
6562
  };
6563
6563
  Ethereum: {
6564
+ FLIP: bigint;
6564
6565
  ETH: bigint;
6565
6566
  USDC: bigint;
6566
- FLIP: bigint;
6567
6567
  USDT: bigint;
6568
6568
  WBTC: bigint;
6569
6569
  };
@@ -6594,9 +6594,9 @@ declare const rpcResult: {
6594
6594
  BTC: bigint;
6595
6595
  };
6596
6596
  Ethereum: {
6597
+ FLIP: bigint;
6597
6598
  ETH: bigint;
6598
6599
  USDC: bigint;
6599
- FLIP: bigint;
6600
6600
  USDT: bigint;
6601
6601
  WBTC: bigint;
6602
6602
  };
@@ -6628,9 +6628,9 @@ declare const rpcResult: {
6628
6628
  BTC: string | number;
6629
6629
  };
6630
6630
  Ethereum: {
6631
+ FLIP: string | number;
6631
6632
  ETH: string | number;
6632
6633
  USDC: string | number;
6633
- FLIP: string | number;
6634
6634
  USDT: string | number;
6635
6635
  WBTC?: string | number | undefined;
6636
6636
  };
@@ -6661,9 +6661,9 @@ declare const rpcResult: {
6661
6661
  BTC: string | number;
6662
6662
  };
6663
6663
  Ethereum: {
6664
+ FLIP: string | number;
6664
6665
  ETH: string | number;
6665
6666
  USDC: string | number;
6666
- FLIP: string | number;
6667
6667
  USDT: string | number;
6668
6668
  WBTC?: string | number | undefined;
6669
6669
  };
@@ -6691,9 +6691,9 @@ declare const rpcResult: {
6691
6691
  BTC: bigint | null;
6692
6692
  };
6693
6693
  Ethereum: {
6694
+ FLIP: bigint | null;
6694
6695
  ETH: bigint | null;
6695
6696
  USDC: bigint | null;
6696
- FLIP: bigint | null;
6697
6697
  USDT: bigint | null;
6698
6698
  WBTC: bigint | null;
6699
6699
  };
@@ -6725,9 +6725,9 @@ declare const rpcResult: {
6725
6725
  BTC: bigint;
6726
6726
  };
6727
6727
  Ethereum: {
6728
+ FLIP: bigint;
6728
6729
  ETH: bigint;
6729
6730
  USDC: bigint;
6730
- FLIP: bigint;
6731
6731
  USDT: bigint;
6732
6732
  WBTC: bigint;
6733
6733
  };
@@ -6758,9 +6758,9 @@ declare const rpcResult: {
6758
6758
  BTC: bigint;
6759
6759
  };
6760
6760
  Ethereum: {
6761
+ FLIP: bigint;
6761
6762
  ETH: bigint;
6762
6763
  USDC: bigint;
6763
- FLIP: bigint;
6764
6764
  USDT: bigint;
6765
6765
  WBTC: bigint;
6766
6766
  };
@@ -6790,9 +6790,9 @@ declare const rpcResult: {
6790
6790
  BTC: bigint | null;
6791
6791
  };
6792
6792
  Ethereum: {
6793
+ FLIP: bigint | null;
6793
6794
  ETH: bigint | null;
6794
6795
  USDC: bigint | null;
6795
- FLIP: bigint | null;
6796
6796
  USDT: bigint | null;
6797
6797
  WBTC: bigint | null;
6798
6798
  };
@@ -6818,9 +6818,9 @@ declare const rpcResult: {
6818
6818
  BTC: string | number | null;
6819
6819
  };
6820
6820
  Ethereum: {
6821
+ FLIP: string | number | null;
6821
6822
  ETH: string | number | null;
6822
6823
  USDC: string | number | null;
6823
- FLIP: string | number | null;
6824
6824
  USDT: string | number | null;
6825
6825
  WBTC?: string | number | null | undefined;
6826
6826
  };
@@ -6852,9 +6852,9 @@ declare const rpcResult: {
6852
6852
  BTC: string | number;
6853
6853
  };
6854
6854
  Ethereum: {
6855
+ FLIP: string | number;
6855
6856
  ETH: string | number;
6856
6857
  USDC: string | number;
6857
- FLIP: string | number;
6858
6858
  USDT: string | number;
6859
6859
  WBTC?: string | number | undefined;
6860
6860
  };
@@ -6885,9 +6885,9 @@ declare const rpcResult: {
6885
6885
  BTC: string | number;
6886
6886
  };
6887
6887
  Ethereum: {
6888
+ FLIP: string | number;
6888
6889
  ETH: string | number;
6889
6890
  USDC: string | number;
6890
- FLIP: string | number;
6891
6891
  USDT: string | number;
6892
6892
  WBTC?: string | number | undefined;
6893
6893
  };
@@ -6917,9 +6917,9 @@ declare const rpcResult: {
6917
6917
  BTC: string | number | null;
6918
6918
  };
6919
6919
  Ethereum: {
6920
+ FLIP: string | number | null;
6920
6921
  ETH: string | number | null;
6921
6922
  USDC: string | number | null;
6922
- FLIP: string | number | null;
6923
6923
  USDT: string | number | null;
6924
6924
  WBTC?: string | number | null | undefined;
6925
6925
  };
@@ -7874,7 +7874,7 @@ declare const rpcResult: {
7874
7874
  };
7875
7875
  } | null>>;
7876
7876
  }, "strip", z.ZodTypeAny, {
7877
- ETH: {
7877
+ FLIP: {
7878
7878
  limit_order_fee_hundredth_pips: number;
7879
7879
  range_order_fee_hundredth_pips: number;
7880
7880
  range_order_total_fees_earned: {
@@ -7921,7 +7921,7 @@ declare const rpcResult: {
7921
7921
  readonly asset: "USDC";
7922
7922
  };
7923
7923
  };
7924
- FLIP: {
7924
+ ETH: {
7925
7925
  limit_order_fee_hundredth_pips: number;
7926
7926
  range_order_fee_hundredth_pips: number;
7927
7927
  range_order_total_fees_earned: {
@@ -8063,7 +8063,7 @@ declare const rpcResult: {
8063
8063
  };
8064
8064
  };
8065
8065
  }, {
8066
- ETH: {
8066
+ FLIP: {
8067
8067
  limit_order_fee_hundredth_pips: number;
8068
8068
  range_order_fee_hundredth_pips: number;
8069
8069
  range_order_total_fees_earned: {
@@ -8087,7 +8087,7 @@ declare const rpcResult: {
8087
8087
  asset: "USDC";
8088
8088
  };
8089
8089
  } | null;
8090
- FLIP: {
8090
+ ETH: {
8091
8091
  limit_order_fee_hundredth_pips: number;
8092
8092
  range_order_fee_hundredth_pips: number;
8093
8093
  range_order_total_fees_earned: {
@@ -10383,7 +10383,7 @@ declare const rpcResult: {
10383
10383
  };
10384
10384
  };
10385
10385
  Ethereum: {
10386
- ETH: {
10386
+ FLIP: {
10387
10387
  limit_order_fee_hundredth_pips: number;
10388
10388
  range_order_fee_hundredth_pips: number;
10389
10389
  range_order_total_fees_earned: {
@@ -10430,7 +10430,7 @@ declare const rpcResult: {
10430
10430
  readonly asset: "USDC";
10431
10431
  };
10432
10432
  };
10433
- FLIP: {
10433
+ ETH: {
10434
10434
  limit_order_fee_hundredth_pips: number;
10435
10435
  range_order_fee_hundredth_pips: number;
10436
10436
  range_order_total_fees_earned: {
@@ -11029,7 +11029,7 @@ declare const rpcResult: {
11029
11029
  } | null;
11030
11030
  };
11031
11031
  Ethereum: {
11032
- ETH: {
11032
+ FLIP: {
11033
11033
  limit_order_fee_hundredth_pips: number;
11034
11034
  range_order_fee_hundredth_pips: number;
11035
11035
  range_order_total_fees_earned: {
@@ -11053,7 +11053,7 @@ declare const rpcResult: {
11053
11053
  asset: "USDC";
11054
11054
  };
11055
11055
  } | null;
11056
- FLIP: {
11056
+ ETH: {
11057
11057
  limit_order_fee_hundredth_pips: number;
11058
11058
  range_order_fee_hundredth_pips: number;
11059
11059
  range_order_total_fees_earned: {
@@ -11401,7 +11401,7 @@ declare const rpcResult: {
11401
11401
  };
11402
11402
  };
11403
11403
  Ethereum: {
11404
- ETH: {
11404
+ FLIP: {
11405
11405
  limit_order_fee_hundredth_pips: number;
11406
11406
  range_order_fee_hundredth_pips: number;
11407
11407
  range_order_total_fees_earned: {
@@ -11448,7 +11448,7 @@ declare const rpcResult: {
11448
11448
  readonly asset: "USDC";
11449
11449
  };
11450
11450
  };
11451
- FLIP: {
11451
+ ETH: {
11452
11452
  limit_order_fee_hundredth_pips: number;
11453
11453
  range_order_fee_hundredth_pips: number;
11454
11454
  range_order_total_fees_earned: {
@@ -12049,7 +12049,7 @@ declare const rpcResult: {
12049
12049
  } | null;
12050
12050
  };
12051
12051
  Ethereum: {
12052
- ETH: {
12052
+ FLIP: {
12053
12053
  limit_order_fee_hundredth_pips: number;
12054
12054
  range_order_fee_hundredth_pips: number;
12055
12055
  range_order_total_fees_earned: {
@@ -12073,7 +12073,7 @@ declare const rpcResult: {
12073
12073
  asset: "USDC";
12074
12074
  };
12075
12075
  } | null;
12076
- FLIP: {
12076
+ ETH: {
12077
12077
  limit_order_fee_hundredth_pips: number;
12078
12078
  range_order_fee_hundredth_pips: number;
12079
12079
  range_order_total_fees_earned: {
@@ -12377,9 +12377,9 @@ declare const rpcResult: {
12377
12377
  BTC: bigint;
12378
12378
  };
12379
12379
  Ethereum: {
12380
+ FLIP: bigint;
12380
12381
  ETH: bigint;
12381
12382
  USDC: bigint;
12382
- FLIP: bigint;
12383
12383
  USDT: bigint;
12384
12384
  WBTC: bigint;
12385
12385
  };
@@ -12404,9 +12404,9 @@ declare const rpcResult: {
12404
12404
  BTC: bigint | null;
12405
12405
  };
12406
12406
  Ethereum: {
12407
+ FLIP: bigint | null;
12407
12408
  ETH: bigint | null;
12408
12409
  USDC: bigint | null;
12409
- FLIP: bigint | null;
12410
12410
  USDT: bigint | null;
12411
12411
  WBTC: bigint | null;
12412
12412
  };
@@ -12431,9 +12431,9 @@ declare const rpcResult: {
12431
12431
  BTC: bigint | null;
12432
12432
  };
12433
12433
  Ethereum: {
12434
+ FLIP: bigint | null;
12434
12435
  ETH: bigint | null;
12435
12436
  USDC: bigint | null;
12436
- FLIP: bigint | null;
12437
12437
  USDT: bigint | null;
12438
12438
  WBTC: bigint | null;
12439
12439
  };
@@ -12465,9 +12465,9 @@ declare const rpcResult: {
12465
12465
  BTC: bigint;
12466
12466
  };
12467
12467
  Ethereum: {
12468
+ FLIP: bigint;
12468
12469
  ETH: bigint;
12469
12470
  USDC: bigint;
12470
- FLIP: bigint;
12471
12471
  USDT: bigint;
12472
12472
  WBTC: bigint;
12473
12473
  };
@@ -12514,9 +12514,9 @@ declare const rpcResult: {
12514
12514
  BTC: bigint;
12515
12515
  };
12516
12516
  Ethereum: {
12517
+ FLIP: bigint;
12517
12518
  ETH: bigint;
12518
12519
  USDC: bigint;
12519
- FLIP: bigint;
12520
12520
  USDT: bigint;
12521
12521
  WBTC: bigint;
12522
12522
  };
@@ -12543,9 +12543,9 @@ declare const rpcResult: {
12543
12543
  BTC: bigint | null;
12544
12544
  };
12545
12545
  Ethereum: {
12546
+ FLIP: bigint | null;
12546
12547
  ETH: bigint | null;
12547
12548
  USDC: bigint | null;
12548
- FLIP: bigint | null;
12549
12549
  USDT: bigint | null;
12550
12550
  WBTC: bigint | null;
12551
12551
  };
@@ -12577,9 +12577,9 @@ declare const rpcResult: {
12577
12577
  BTC: bigint;
12578
12578
  };
12579
12579
  Ethereum: {
12580
+ FLIP: bigint;
12580
12581
  ETH: bigint;
12581
12582
  USDC: bigint;
12582
- FLIP: bigint;
12583
12583
  USDT: bigint;
12584
12584
  WBTC: bigint;
12585
12585
  };
@@ -12610,9 +12610,9 @@ declare const rpcResult: {
12610
12610
  BTC: bigint;
12611
12611
  };
12612
12612
  Ethereum: {
12613
+ FLIP: bigint;
12613
12614
  ETH: bigint;
12614
12615
  USDC: bigint;
12615
- FLIP: bigint;
12616
12616
  USDT: bigint;
12617
12617
  WBTC: bigint;
12618
12618
  };
@@ -12642,9 +12642,9 @@ declare const rpcResult: {
12642
12642
  BTC: bigint | null;
12643
12643
  };
12644
12644
  Ethereum: {
12645
+ FLIP: bigint | null;
12645
12646
  ETH: bigint | null;
12646
12647
  USDC: bigint | null;
12647
- FLIP: bigint | null;
12648
12648
  USDT: bigint | null;
12649
12649
  WBTC: bigint | null;
12650
12650
  };
@@ -12721,7 +12721,7 @@ declare const rpcResult: {
12721
12721
  };
12722
12722
  };
12723
12723
  Ethereum: {
12724
- ETH: {
12724
+ FLIP: {
12725
12725
  limit_order_fee_hundredth_pips: number;
12726
12726
  range_order_fee_hundredth_pips: number;
12727
12727
  range_order_total_fees_earned: {
@@ -12768,7 +12768,7 @@ declare const rpcResult: {
12768
12768
  readonly asset: "USDC";
12769
12769
  };
12770
12770
  };
12771
- FLIP: {
12771
+ ETH: {
12772
12772
  limit_order_fee_hundredth_pips: number;
12773
12773
  range_order_fee_hundredth_pips: number;
12774
12774
  range_order_total_fees_earned: {
@@ -13348,9 +13348,9 @@ declare const rpcResult: {
13348
13348
  BTC: string | number;
13349
13349
  };
13350
13350
  Ethereum: {
13351
+ FLIP: string | number;
13351
13352
  ETH: string | number;
13352
13353
  USDC: string | number;
13353
- FLIP: string | number;
13354
13354
  USDT: string | number;
13355
13355
  WBTC?: string | number | undefined;
13356
13356
  };
@@ -13375,9 +13375,9 @@ declare const rpcResult: {
13375
13375
  BTC: string | number | null;
13376
13376
  };
13377
13377
  Ethereum: {
13378
+ FLIP: string | number | null;
13378
13379
  ETH: string | number | null;
13379
13380
  USDC: string | number | null;
13380
- FLIP: string | number | null;
13381
13381
  USDT: string | number | null;
13382
13382
  WBTC?: string | number | null | undefined;
13383
13383
  };
@@ -13402,9 +13402,9 @@ declare const rpcResult: {
13402
13402
  BTC: string | number | null;
13403
13403
  };
13404
13404
  Ethereum: {
13405
+ FLIP: string | number | null;
13405
13406
  ETH: string | number | null;
13406
13407
  USDC: string | number | null;
13407
- FLIP: string | number | null;
13408
13408
  USDT: string | number | null;
13409
13409
  WBTC?: string | number | null | undefined;
13410
13410
  };
@@ -13436,9 +13436,9 @@ declare const rpcResult: {
13436
13436
  BTC: string | number;
13437
13437
  };
13438
13438
  Ethereum: {
13439
+ FLIP: string | number;
13439
13440
  ETH: string | number;
13440
13441
  USDC: string | number;
13441
- FLIP: string | number;
13442
13442
  USDT: string | number;
13443
13443
  WBTC?: string | number | undefined;
13444
13444
  };
@@ -13486,9 +13486,9 @@ declare const rpcResult: {
13486
13486
  BTC: string | number | null;
13487
13487
  };
13488
13488
  Ethereum: {
13489
+ FLIP: string | number | null;
13489
13490
  ETH: string | number | null;
13490
13491
  USDC: string | number | null;
13491
- FLIP: string | number | null;
13492
13492
  USDT: string | number | null;
13493
13493
  WBTC?: string | number | null | undefined;
13494
13494
  };
@@ -13520,9 +13520,9 @@ declare const rpcResult: {
13520
13520
  BTC: string | number;
13521
13521
  };
13522
13522
  Ethereum: {
13523
+ FLIP: string | number;
13523
13524
  ETH: string | number;
13524
13525
  USDC: string | number;
13525
- FLIP: string | number;
13526
13526
  USDT: string | number;
13527
13527
  WBTC?: string | number | undefined;
13528
13528
  };
@@ -13553,9 +13553,9 @@ declare const rpcResult: {
13553
13553
  BTC: string | number;
13554
13554
  };
13555
13555
  Ethereum: {
13556
+ FLIP: string | number;
13556
13557
  ETH: string | number;
13557
13558
  USDC: string | number;
13558
- FLIP: string | number;
13559
13559
  USDT: string | number;
13560
13560
  WBTC?: string | number | undefined;
13561
13561
  };
@@ -13585,9 +13585,9 @@ declare const rpcResult: {
13585
13585
  BTC: string | number | null;
13586
13586
  };
13587
13587
  Ethereum: {
13588
+ FLIP: string | number | null;
13588
13589
  ETH: string | number | null;
13589
13590
  USDC: string | number | null;
13590
- FLIP: string | number | null;
13591
13591
  USDT: string | number | null;
13592
13592
  WBTC?: string | number | null | undefined;
13593
13593
  };
@@ -13641,7 +13641,7 @@ declare const rpcResult: {
13641
13641
  } | null;
13642
13642
  };
13643
13643
  Ethereum: {
13644
- ETH: {
13644
+ FLIP: {
13645
13645
  limit_order_fee_hundredth_pips: number;
13646
13646
  range_order_fee_hundredth_pips: number;
13647
13647
  range_order_total_fees_earned: {
@@ -13665,7 +13665,7 @@ declare const rpcResult: {
13665
13665
  asset: "USDC";
13666
13666
  };
13667
13667
  } | null;
13668
- FLIP: {
13668
+ ETH: {
13669
13669
  limit_order_fee_hundredth_pips: number;
13670
13670
  range_order_fee_hundredth_pips: number;
13671
13671
  range_order_total_fees_earned: {
@@ -13989,15 +13989,15 @@ declare const rpcResult: {
13989
13989
  USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
13990
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>>;
13991
13991
  }, "strip", z.ZodTypeAny, {
13992
+ FLIP: bigint;
13992
13993
  ETH: bigint;
13993
13994
  USDC: bigint;
13994
- FLIP: bigint;
13995
13995
  USDT: bigint;
13996
13996
  WBTC: bigint;
13997
13997
  }, {
13998
+ FLIP: string | number;
13998
13999
  ETH: string | number;
13999
14000
  USDC: string | number;
14000
- FLIP: string | number;
14001
14001
  USDT: string | number;
14002
14002
  WBTC?: string | number | undefined;
14003
14003
  }>;
@@ -14045,9 +14045,9 @@ declare const rpcResult: {
14045
14045
  BTC: bigint;
14046
14046
  };
14047
14047
  Ethereum: {
14048
+ FLIP: bigint;
14048
14049
  ETH: bigint;
14049
14050
  USDC: bigint;
14050
- FLIP: bigint;
14051
14051
  USDT: bigint;
14052
14052
  WBTC: bigint;
14053
14053
  };
@@ -14071,9 +14071,9 @@ declare const rpcResult: {
14071
14071
  BTC: string | number;
14072
14072
  };
14073
14073
  Ethereum: {
14074
+ FLIP: string | number;
14074
14075
  ETH: string | number;
14075
14076
  USDC: string | number;
14076
- FLIP: string | number;
14077
14077
  USDT: string | number;
14078
14078
  WBTC?: string | number | undefined;
14079
14079
  };
@@ -14108,15 +14108,15 @@ declare const rpcResult: {
14108
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>>;
14109
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>>>;
14110
14110
  }, "strip", z.ZodTypeAny, {
14111
+ FLIP: bigint | null;
14111
14112
  ETH: bigint | null;
14112
14113
  USDC: bigint | null;
14113
- FLIP: bigint | null;
14114
14114
  USDT: bigint | null;
14115
14115
  WBTC: bigint | null;
14116
14116
  }, {
14117
+ FLIP: string | number | null;
14117
14118
  ETH: string | number | null;
14118
14119
  USDC: string | number | null;
14119
- FLIP: string | number | null;
14120
14120
  USDT: string | number | null;
14121
14121
  WBTC?: string | number | null | undefined;
14122
14122
  }>;
@@ -14164,9 +14164,9 @@ declare const rpcResult: {
14164
14164
  BTC: bigint | null;
14165
14165
  };
14166
14166
  Ethereum: {
14167
+ FLIP: bigint | null;
14167
14168
  ETH: bigint | null;
14168
14169
  USDC: bigint | null;
14169
- FLIP: bigint | null;
14170
14170
  USDT: bigint | null;
14171
14171
  WBTC: bigint | null;
14172
14172
  };
@@ -14190,9 +14190,9 @@ declare const rpcResult: {
14190
14190
  BTC: string | number | null;
14191
14191
  };
14192
14192
  Ethereum: {
14193
+ FLIP: string | number | null;
14193
14194
  ETH: string | number | null;
14194
14195
  USDC: string | number | null;
14195
- FLIP: string | number | null;
14196
14196
  USDT: string | number | null;
14197
14197
  WBTC?: string | number | null | undefined;
14198
14198
  };
@@ -14227,15 +14227,15 @@ declare const rpcResult: {
14227
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>>;
14228
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>>>;
14229
14229
  }, "strip", z.ZodTypeAny, {
14230
+ FLIP: bigint | null;
14230
14231
  ETH: bigint | null;
14231
14232
  USDC: bigint | null;
14232
- FLIP: bigint | null;
14233
14233
  USDT: bigint | null;
14234
14234
  WBTC: bigint | null;
14235
14235
  }, {
14236
+ FLIP: string | number | null;
14236
14237
  ETH: string | number | null;
14237
14238
  USDC: string | number | null;
14238
- FLIP: string | number | null;
14239
14239
  USDT: string | number | null;
14240
14240
  WBTC?: string | number | null | undefined;
14241
14241
  }>;
@@ -14283,9 +14283,9 @@ declare const rpcResult: {
14283
14283
  BTC: bigint | null;
14284
14284
  };
14285
14285
  Ethereum: {
14286
+ FLIP: bigint | null;
14286
14287
  ETH: bigint | null;
14287
14288
  USDC: bigint | null;
14288
- FLIP: bigint | null;
14289
14289
  USDT: bigint | null;
14290
14290
  WBTC: bigint | null;
14291
14291
  };
@@ -14309,9 +14309,9 @@ declare const rpcResult: {
14309
14309
  BTC: string | number | null;
14310
14310
  };
14311
14311
  Ethereum: {
14312
+ FLIP: string | number | null;
14312
14313
  ETH: string | number | null;
14313
14314
  USDC: string | number | null;
14314
- FLIP: string | number | null;
14315
14315
  USDT: string | number | null;
14316
14316
  WBTC?: string | number | null | undefined;
14317
14317
  };
@@ -14365,15 +14365,15 @@ declare const rpcResult: {
14365
14365
  USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
14366
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>>;
14367
14367
  }, "strip", z.ZodTypeAny, {
14368
+ FLIP: bigint;
14368
14369
  ETH: bigint;
14369
14370
  USDC: bigint;
14370
- FLIP: bigint;
14371
14371
  USDT: bigint;
14372
14372
  WBTC: bigint;
14373
14373
  }, {
14374
+ FLIP: string | number;
14374
14375
  ETH: string | number;
14375
14376
  USDC: string | number;
14376
- FLIP: string | number;
14377
14377
  USDT: string | number;
14378
14378
  WBTC?: string | number | undefined;
14379
14379
  }>;
@@ -14421,9 +14421,9 @@ declare const rpcResult: {
14421
14421
  BTC: bigint;
14422
14422
  };
14423
14423
  Ethereum: {
14424
+ FLIP: bigint;
14424
14425
  ETH: bigint;
14425
14426
  USDC: bigint;
14426
- FLIP: bigint;
14427
14427
  USDT: bigint;
14428
14428
  WBTC: bigint;
14429
14429
  };
@@ -14447,9 +14447,9 @@ declare const rpcResult: {
14447
14447
  BTC: string | number;
14448
14448
  };
14449
14449
  Ethereum: {
14450
+ FLIP: string | number;
14450
14451
  ETH: string | number;
14451
14452
  USDC: string | number;
14452
- FLIP: string | number;
14453
14453
  USDT: string | number;
14454
14454
  WBTC?: string | number | undefined;
14455
14455
  };
@@ -14532,9 +14532,9 @@ declare const rpcResult: {
14532
14532
  BTC: bigint;
14533
14533
  };
14534
14534
  Ethereum: {
14535
+ FLIP: bigint;
14535
14536
  ETH: bigint;
14536
14537
  USDC: bigint;
14537
- FLIP: bigint;
14538
14538
  USDT: bigint;
14539
14539
  WBTC: bigint;
14540
14540
  };
@@ -14559,9 +14559,9 @@ declare const rpcResult: {
14559
14559
  BTC: bigint | null;
14560
14560
  };
14561
14561
  Ethereum: {
14562
+ FLIP: bigint | null;
14562
14563
  ETH: bigint | null;
14563
14564
  USDC: bigint | null;
14564
- FLIP: bigint | null;
14565
14565
  USDT: bigint | null;
14566
14566
  WBTC: bigint | null;
14567
14567
  };
@@ -14586,9 +14586,9 @@ declare const rpcResult: {
14586
14586
  BTC: bigint | null;
14587
14587
  };
14588
14588
  Ethereum: {
14589
+ FLIP: bigint | null;
14589
14590
  ETH: bigint | null;
14590
14591
  USDC: bigint | null;
14591
- FLIP: bigint | null;
14592
14592
  USDT: bigint | null;
14593
14593
  WBTC: bigint | null;
14594
14594
  };
@@ -14620,9 +14620,9 @@ declare const rpcResult: {
14620
14620
  BTC: bigint;
14621
14621
  };
14622
14622
  Ethereum: {
14623
+ FLIP: bigint;
14623
14624
  ETH: bigint;
14624
14625
  USDC: bigint;
14625
- FLIP: bigint;
14626
14626
  USDT: bigint;
14627
14627
  WBTC: bigint;
14628
14628
  };
@@ -14669,9 +14669,9 @@ declare const rpcResult: {
14669
14669
  BTC: string | number;
14670
14670
  };
14671
14671
  Ethereum: {
14672
+ FLIP: string | number;
14672
14673
  ETH: string | number;
14673
14674
  USDC: string | number;
14674
- FLIP: string | number;
14675
14675
  USDT: string | number;
14676
14676
  WBTC?: string | number | undefined;
14677
14677
  };
@@ -14696,9 +14696,9 @@ declare const rpcResult: {
14696
14696
  BTC: string | number | null;
14697
14697
  };
14698
14698
  Ethereum: {
14699
+ FLIP: string | number | null;
14699
14700
  ETH: string | number | null;
14700
14701
  USDC: string | number | null;
14701
- FLIP: string | number | null;
14702
14702
  USDT: string | number | null;
14703
14703
  WBTC?: string | number | null | undefined;
14704
14704
  };
@@ -14723,9 +14723,9 @@ declare const rpcResult: {
14723
14723
  BTC: string | number | null;
14724
14724
  };
14725
14725
  Ethereum: {
14726
+ FLIP: string | number | null;
14726
14727
  ETH: string | number | null;
14727
14728
  USDC: string | number | null;
14728
- FLIP: string | number | null;
14729
14729
  USDT: string | number | null;
14730
14730
  WBTC?: string | number | null | undefined;
14731
14731
  };
@@ -14757,9 +14757,9 @@ declare const rpcResult: {
14757
14757
  BTC: string | number;
14758
14758
  };
14759
14759
  Ethereum: {
14760
+ FLIP: string | number;
14760
14761
  ETH: string | number;
14761
14762
  USDC: string | number;
14762
- FLIP: string | number;
14763
14763
  USDT: string | number;
14764
14764
  WBTC?: string | number | undefined;
14765
14765
  };
@@ -14806,9 +14806,9 @@ declare const rpcResult: {
14806
14806
  BTC: bigint;
14807
14807
  };
14808
14808
  Ethereum: {
14809
+ FLIP: bigint;
14809
14810
  ETH: bigint;
14810
14811
  USDC: bigint;
14811
- FLIP: bigint;
14812
14812
  USDT: bigint;
14813
14813
  WBTC: bigint;
14814
14814
  };
@@ -14833,9 +14833,9 @@ declare const rpcResult: {
14833
14833
  BTC: bigint | null;
14834
14834
  };
14835
14835
  Ethereum: {
14836
+ FLIP: bigint | null;
14836
14837
  ETH: bigint | null;
14837
14838
  USDC: bigint | null;
14838
- FLIP: bigint | null;
14839
14839
  USDT: bigint | null;
14840
14840
  WBTC: bigint | null;
14841
14841
  };
@@ -14860,9 +14860,9 @@ declare const rpcResult: {
14860
14860
  BTC: bigint | null;
14861
14861
  };
14862
14862
  Ethereum: {
14863
+ FLIP: bigint | null;
14863
14864
  ETH: bigint | null;
14864
14865
  USDC: bigint | null;
14865
- FLIP: bigint | null;
14866
14866
  USDT: bigint | null;
14867
14867
  WBTC: bigint | null;
14868
14868
  };
@@ -14894,9 +14894,9 @@ declare const rpcResult: {
14894
14894
  BTC: bigint;
14895
14895
  };
14896
14896
  Ethereum: {
14897
+ FLIP: bigint;
14897
14898
  ETH: bigint;
14898
14899
  USDC: bigint;
14899
- FLIP: bigint;
14900
14900
  USDT: bigint;
14901
14901
  WBTC: bigint;
14902
14902
  };
@@ -14943,9 +14943,9 @@ declare const rpcResult: {
14943
14943
  BTC: bigint;
14944
14944
  };
14945
14945
  Ethereum: {
14946
+ FLIP: bigint;
14946
14947
  ETH: bigint;
14947
14948
  USDC: bigint;
14948
- FLIP: bigint;
14949
14949
  USDT: bigint;
14950
14950
  WBTC: bigint;
14951
14951
  };
@@ -14971,9 +14971,9 @@ declare const rpcResult: {
14971
14971
  BTC: string | number;
14972
14972
  };
14973
14973
  Ethereum: {
14974
+ FLIP: string | number;
14974
14975
  ETH: string | number;
14975
14976
  USDC: string | number;
14976
- FLIP: string | number;
14977
14977
  USDT: string | number;
14978
14978
  WBTC?: string | number | undefined;
14979
14979
  };
@@ -14998,9 +14998,9 @@ declare const rpcResult: {
14998
14998
  BTC: string | number | null;
14999
14999
  };
15000
15000
  Ethereum: {
15001
+ FLIP: string | number | null;
15001
15002
  ETH: string | number | null;
15002
15003
  USDC: string | number | null;
15003
- FLIP: string | number | null;
15004
15004
  USDT: string | number | null;
15005
15005
  WBTC?: string | number | null | undefined;
15006
15006
  };
@@ -15025,9 +15025,9 @@ declare const rpcResult: {
15025
15025
  BTC: string | number | null;
15026
15026
  };
15027
15027
  Ethereum: {
15028
+ FLIP: string | number | null;
15028
15029
  ETH: string | number | null;
15029
15030
  USDC: string | number | null;
15030
- FLIP: string | number | null;
15031
15031
  USDT: string | number | null;
15032
15032
  WBTC?: string | number | null | undefined;
15033
15033
  };
@@ -15059,9 +15059,9 @@ declare const rpcResult: {
15059
15059
  BTC: string | number;
15060
15060
  };
15061
15061
  Ethereum: {
15062
+ FLIP: string | number;
15062
15063
  ETH: string | number;
15063
15064
  USDC: string | number;
15064
- FLIP: string | number;
15065
15065
  USDT: string | number;
15066
15066
  WBTC?: string | number | undefined;
15067
15067
  };
@@ -15114,33 +15114,33 @@ declare const rpcResult: {
15114
15114
  lp: z.ZodString;
15115
15115
  }, "strip", z.ZodTypeAny, {
15116
15116
  id: string;
15117
+ fees_earned: bigint;
15118
+ lp: string;
15117
15119
  tick: number;
15118
15120
  sell_amount: bigint;
15119
- fees_earned: bigint;
15120
15121
  original_sell_amount: bigint;
15121
- lp: string;
15122
15122
  }, {
15123
15123
  id: string | number;
15124
+ fees_earned: string | number;
15125
+ lp: string;
15124
15126
  tick: number;
15125
15127
  sell_amount: string | number;
15126
- fees_earned: string | number;
15127
15128
  original_sell_amount: string | number;
15128
- lp: string;
15129
15129
  }>, {
15130
15130
  type: "ask";
15131
15131
  id: string;
15132
+ fees_earned: bigint;
15133
+ lp: string;
15132
15134
  tick: number;
15133
15135
  sell_amount: bigint;
15134
- fees_earned: bigint;
15135
15136
  original_sell_amount: bigint;
15136
- lp: string;
15137
15137
  }, {
15138
15138
  id: string | number;
15139
+ fees_earned: string | number;
15140
+ lp: string;
15139
15141
  tick: number;
15140
15142
  sell_amount: string | number;
15141
- fees_earned: string | number;
15142
15143
  original_sell_amount: string | number;
15143
- lp: string;
15144
15144
  }>, "many">;
15145
15145
  bids: z.ZodArray<z.ZodEffects<z.ZodObject<{
15146
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>;
@@ -15151,69 +15151,69 @@ declare const rpcResult: {
15151
15151
  lp: z.ZodString;
15152
15152
  }, "strip", z.ZodTypeAny, {
15153
15153
  id: string;
15154
+ fees_earned: bigint;
15155
+ lp: string;
15154
15156
  tick: number;
15155
15157
  sell_amount: bigint;
15156
- fees_earned: bigint;
15157
15158
  original_sell_amount: bigint;
15158
- lp: string;
15159
15159
  }, {
15160
15160
  id: string | number;
15161
+ fees_earned: string | number;
15162
+ lp: string;
15161
15163
  tick: number;
15162
15164
  sell_amount: string | number;
15163
- fees_earned: string | number;
15164
15165
  original_sell_amount: string | number;
15165
- lp: string;
15166
15166
  }>, {
15167
15167
  type: "bid";
15168
15168
  id: string;
15169
+ fees_earned: bigint;
15170
+ lp: string;
15169
15171
  tick: number;
15170
15172
  sell_amount: bigint;
15171
- fees_earned: bigint;
15172
15173
  original_sell_amount: bigint;
15173
- lp: string;
15174
15174
  }, {
15175
15175
  id: string | number;
15176
+ fees_earned: string | number;
15177
+ lp: string;
15176
15178
  tick: number;
15177
15179
  sell_amount: string | number;
15178
- fees_earned: string | number;
15179
15180
  original_sell_amount: string | number;
15180
- lp: string;
15181
15181
  }>, "many">;
15182
15182
  }, "strip", z.ZodTypeAny, {
15183
15183
  asks: {
15184
15184
  type: "ask";
15185
15185
  id: string;
15186
+ fees_earned: bigint;
15187
+ lp: string;
15186
15188
  tick: number;
15187
15189
  sell_amount: bigint;
15188
- fees_earned: bigint;
15189
15190
  original_sell_amount: bigint;
15190
- lp: string;
15191
15191
  }[];
15192
15192
  bids: {
15193
15193
  type: "bid";
15194
15194
  id: string;
15195
+ fees_earned: bigint;
15196
+ lp: string;
15195
15197
  tick: number;
15196
15198
  sell_amount: bigint;
15197
- fees_earned: bigint;
15198
15199
  original_sell_amount: bigint;
15199
- lp: string;
15200
15200
  }[];
15201
15201
  }, {
15202
15202
  asks: {
15203
15203
  id: string | number;
15204
+ fees_earned: string | number;
15205
+ lp: string;
15204
15206
  tick: number;
15205
15207
  sell_amount: string | number;
15206
- fees_earned: string | number;
15207
15208
  original_sell_amount: string | number;
15208
- lp: string;
15209
15209
  }[];
15210
15210
  bids: {
15211
15211
  id: string | number;
15212
+ fees_earned: string | number;
15213
+ lp: string;
15212
15214
  tick: number;
15213
15215
  sell_amount: string | number;
15214
- fees_earned: string | number;
15215
15216
  original_sell_amount: string | number;
15216
- lp: string;
15217
15217
  }[];
15218
15218
  }>;
15219
15219
  range_orders: z.ZodArray<z.ZodEffects<z.ZodObject<{
@@ -15242,120 +15242,120 @@ declare const rpcResult: {
15242
15242
  lp: z.ZodString;
15243
15243
  }, "strip", z.ZodTypeAny, {
15244
15244
  id: string;
15245
+ range: {
15246
+ start: number;
15247
+ end: number;
15248
+ };
15249
+ liquidity: bigint;
15245
15250
  fees_earned: {
15246
15251
  base: bigint;
15247
15252
  quote: bigint;
15248
15253
  };
15249
15254
  lp: string;
15255
+ }, {
15256
+ id: string | number;
15250
15257
  range: {
15251
15258
  start: number;
15252
15259
  end: number;
15253
15260
  };
15254
- liquidity: bigint;
15255
- }, {
15256
- id: string | number;
15261
+ liquidity: string | number;
15257
15262
  fees_earned: {
15258
15263
  base: string | number;
15259
15264
  quote: string | number;
15260
15265
  };
15261
15266
  lp: string;
15267
+ }>, {
15268
+ type: "range";
15269
+ id: string;
15262
15270
  range: {
15263
15271
  start: number;
15264
15272
  end: number;
15265
15273
  };
15266
- liquidity: string | number;
15267
- }>, {
15268
- type: "range";
15269
- id: string;
15274
+ liquidity: bigint;
15270
15275
  fees_earned: {
15271
15276
  base: bigint;
15272
15277
  quote: bigint;
15273
15278
  };
15274
15279
  lp: string;
15280
+ }, {
15281
+ id: string | number;
15275
15282
  range: {
15276
15283
  start: number;
15277
15284
  end: number;
15278
15285
  };
15279
- liquidity: bigint;
15280
- }, {
15281
- id: string | number;
15286
+ liquidity: string | number;
15282
15287
  fees_earned: {
15283
15288
  base: string | number;
15284
15289
  quote: string | number;
15285
15290
  };
15286
15291
  lp: string;
15287
- range: {
15288
- start: number;
15289
- end: number;
15290
- };
15291
- liquidity: string | number;
15292
15292
  }>, "many">;
15293
15293
  }, "strip", z.ZodTypeAny, {
15294
15294
  limit_orders: {
15295
15295
  asks: {
15296
15296
  type: "ask";
15297
15297
  id: string;
15298
+ fees_earned: bigint;
15299
+ lp: string;
15298
15300
  tick: number;
15299
15301
  sell_amount: bigint;
15300
- fees_earned: bigint;
15301
15302
  original_sell_amount: bigint;
15302
- lp: string;
15303
15303
  }[];
15304
15304
  bids: {
15305
15305
  type: "bid";
15306
15306
  id: string;
15307
+ fees_earned: bigint;
15308
+ lp: string;
15307
15309
  tick: number;
15308
15310
  sell_amount: bigint;
15309
- fees_earned: bigint;
15310
15311
  original_sell_amount: bigint;
15311
- lp: string;
15312
15312
  }[];
15313
15313
  };
15314
15314
  range_orders: {
15315
15315
  type: "range";
15316
15316
  id: string;
15317
- fees_earned: {
15318
- base: bigint;
15319
- quote: bigint;
15320
- };
15321
- lp: string;
15322
15317
  range: {
15323
15318
  start: number;
15324
15319
  end: number;
15325
15320
  };
15326
15321
  liquidity: bigint;
15322
+ fees_earned: {
15323
+ base: bigint;
15324
+ quote: bigint;
15325
+ };
15326
+ lp: string;
15327
15327
  }[];
15328
15328
  }, {
15329
15329
  limit_orders: {
15330
15330
  asks: {
15331
15331
  id: string | number;
15332
+ fees_earned: string | number;
15333
+ lp: string;
15332
15334
  tick: number;
15333
15335
  sell_amount: string | number;
15334
- fees_earned: string | number;
15335
15336
  original_sell_amount: string | number;
15336
- lp: string;
15337
15337
  }[];
15338
15338
  bids: {
15339
15339
  id: string | number;
15340
+ fees_earned: string | number;
15341
+ lp: string;
15340
15342
  tick: number;
15341
15343
  sell_amount: string | number;
15342
- fees_earned: string | number;
15343
15344
  original_sell_amount: string | number;
15344
- lp: string;
15345
15345
  }[];
15346
15346
  };
15347
15347
  range_orders: {
15348
15348
  id: string | number;
15349
- fees_earned: {
15350
- base: string | number;
15351
- quote: string | number;
15352
- };
15353
- lp: string;
15354
15349
  range: {
15355
15350
  start: number;
15356
15351
  end: number;
15357
15352
  };
15358
15353
  liquidity: string | number;
15354
+ fees_earned: {
15355
+ base: string | number;
15356
+ quote: string | number;
15357
+ };
15358
+ lp: string;
15359
15359
  }[];
15360
15360
  }>;
15361
15361
  readonly cf_pool_price_v2: z.ZodObject<{
@@ -16751,7 +16751,7 @@ declare const rpcResult: {
16751
16751
  };
16752
16752
  } | null>>;
16753
16753
  }, "strip", z.ZodTypeAny, {
16754
- ETH: {
16754
+ FLIP: {
16755
16755
  limit_order_fee_hundredth_pips: number;
16756
16756
  range_order_fee_hundredth_pips: number;
16757
16757
  range_order_total_fees_earned: {
@@ -16798,7 +16798,7 @@ declare const rpcResult: {
16798
16798
  readonly asset: "USDC";
16799
16799
  };
16800
16800
  };
16801
- FLIP: {
16801
+ ETH: {
16802
16802
  limit_order_fee_hundredth_pips: number;
16803
16803
  range_order_fee_hundredth_pips: number;
16804
16804
  range_order_total_fees_earned: {
@@ -16940,7 +16940,7 @@ declare const rpcResult: {
16940
16940
  };
16941
16941
  };
16942
16942
  }, {
16943
- ETH: {
16943
+ FLIP: {
16944
16944
  limit_order_fee_hundredth_pips: number;
16945
16945
  range_order_fee_hundredth_pips: number;
16946
16946
  range_order_total_fees_earned: {
@@ -16964,7 +16964,7 @@ declare const rpcResult: {
16964
16964
  asset: "USDC";
16965
16965
  };
16966
16966
  } | null;
16967
- FLIP: {
16967
+ ETH: {
16968
16968
  limit_order_fee_hundredth_pips: number;
16969
16969
  range_order_fee_hundredth_pips: number;
16970
16970
  range_order_total_fees_earned: {
@@ -19260,7 +19260,7 @@ declare const rpcResult: {
19260
19260
  };
19261
19261
  };
19262
19262
  Ethereum: {
19263
- ETH: {
19263
+ FLIP: {
19264
19264
  limit_order_fee_hundredth_pips: number;
19265
19265
  range_order_fee_hundredth_pips: number;
19266
19266
  range_order_total_fees_earned: {
@@ -19307,7 +19307,7 @@ declare const rpcResult: {
19307
19307
  readonly asset: "USDC";
19308
19308
  };
19309
19309
  };
19310
- FLIP: {
19310
+ ETH: {
19311
19311
  limit_order_fee_hundredth_pips: number;
19312
19312
  range_order_fee_hundredth_pips: number;
19313
19313
  range_order_total_fees_earned: {
@@ -19906,7 +19906,7 @@ declare const rpcResult: {
19906
19906
  } | null;
19907
19907
  };
19908
19908
  Ethereum: {
19909
- ETH: {
19909
+ FLIP: {
19910
19910
  limit_order_fee_hundredth_pips: number;
19911
19911
  range_order_fee_hundredth_pips: number;
19912
19912
  range_order_total_fees_earned: {
@@ -19930,7 +19930,7 @@ declare const rpcResult: {
19930
19930
  asset: "USDC";
19931
19931
  };
19932
19932
  } | null;
19933
- FLIP: {
19933
+ ETH: {
19934
19934
  limit_order_fee_hundredth_pips: number;
19935
19935
  range_order_fee_hundredth_pips: number;
19936
19936
  range_order_total_fees_earned: {
@@ -20278,7 +20278,7 @@ declare const rpcResult: {
20278
20278
  };
20279
20279
  };
20280
20280
  Ethereum: {
20281
- ETH: {
20281
+ FLIP: {
20282
20282
  limit_order_fee_hundredth_pips: number;
20283
20283
  range_order_fee_hundredth_pips: number;
20284
20284
  range_order_total_fees_earned: {
@@ -20325,7 +20325,7 @@ declare const rpcResult: {
20325
20325
  readonly asset: "USDC";
20326
20326
  };
20327
20327
  };
20328
- FLIP: {
20328
+ ETH: {
20329
20329
  limit_order_fee_hundredth_pips: number;
20330
20330
  range_order_fee_hundredth_pips: number;
20331
20331
  range_order_total_fees_earned: {
@@ -20926,7 +20926,7 @@ declare const rpcResult: {
20926
20926
  } | null;
20927
20927
  };
20928
20928
  Ethereum: {
20929
- ETH: {
20929
+ FLIP: {
20930
20930
  limit_order_fee_hundredth_pips: number;
20931
20931
  range_order_fee_hundredth_pips: number;
20932
20932
  range_order_total_fees_earned: {
@@ -20950,7 +20950,7 @@ declare const rpcResult: {
20950
20950
  asset: "USDC";
20951
20951
  };
20952
20952
  } | null;
20953
- FLIP: {
20953
+ ETH: {
20954
20954
  limit_order_fee_hundredth_pips: number;
20955
20955
  range_order_fee_hundredth_pips: number;
20956
20956
  range_order_total_fees_earned: {
@@ -23018,15 +23018,15 @@ declare const rpcResult: {
23018
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>>;
23019
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>>>;
23020
23020
  }, "strip", z.ZodTypeAny, {
23021
+ FLIP: bigint | null;
23021
23022
  ETH: bigint | null;
23022
23023
  USDC: bigint | null;
23023
- FLIP: bigint | null;
23024
23024
  USDT: bigint | null;
23025
23025
  WBTC: bigint | null;
23026
23026
  }, {
23027
+ FLIP: string | number | null;
23027
23028
  ETH: string | number | null;
23028
23029
  USDC: string | number | null;
23029
- FLIP: string | number | null;
23030
23030
  USDT: string | number | null;
23031
23031
  WBTC?: string | number | null | undefined;
23032
23032
  }>;
@@ -23074,9 +23074,9 @@ declare const rpcResult: {
23074
23074
  BTC: bigint | null;
23075
23075
  };
23076
23076
  Ethereum: {
23077
+ FLIP: bigint | null;
23077
23078
  ETH: bigint | null;
23078
23079
  USDC: bigint | null;
23079
- FLIP: bigint | null;
23080
23080
  USDT: bigint | null;
23081
23081
  WBTC: bigint | null;
23082
23082
  };
@@ -23100,9 +23100,9 @@ declare const rpcResult: {
23100
23100
  BTC: string | number | null;
23101
23101
  };
23102
23102
  Ethereum: {
23103
+ FLIP: string | number | null;
23103
23104
  ETH: string | number | null;
23104
23105
  USDC: string | number | null;
23105
- FLIP: string | number | null;
23106
23106
  USDT: string | number | null;
23107
23107
  WBTC?: string | number | null | undefined;
23108
23108
  };
@@ -23141,15 +23141,15 @@ declare const rpcResult: {
23141
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>>;
23142
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>>>;
23143
23143
  }, "strip", z.ZodTypeAny, {
23144
+ FLIP: bigint | null;
23144
23145
  ETH: bigint | null;
23145
23146
  USDC: bigint | null;
23146
- FLIP: bigint | null;
23147
23147
  USDT: bigint | null;
23148
23148
  WBTC: bigint | null;
23149
23149
  }, {
23150
+ FLIP: string | number | null;
23150
23151
  ETH: string | number | null;
23151
23152
  USDC: string | number | null;
23152
- FLIP: string | number | null;
23153
23153
  USDT: string | number | null;
23154
23154
  WBTC?: string | number | null | undefined;
23155
23155
  }>;
@@ -23197,9 +23197,9 @@ declare const rpcResult: {
23197
23197
  BTC: bigint | null;
23198
23198
  };
23199
23199
  Ethereum: {
23200
+ FLIP: bigint | null;
23200
23201
  ETH: bigint | null;
23201
23202
  USDC: bigint | null;
23202
- FLIP: bigint | null;
23203
23203
  USDT: bigint | null;
23204
23204
  WBTC: bigint | null;
23205
23205
  };
@@ -23223,9 +23223,9 @@ declare const rpcResult: {
23223
23223
  BTC: string | number | null;
23224
23224
  };
23225
23225
  Ethereum: {
23226
+ FLIP: string | number | null;
23226
23227
  ETH: string | number | null;
23227
23228
  USDC: string | number | null;
23228
- FLIP: string | number | null;
23229
23229
  USDT: string | number | null;
23230
23230
  WBTC?: string | number | null | undefined;
23231
23231
  };
@@ -23272,15 +23272,15 @@ declare const rpcResult: {
23272
23272
  USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
23273
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>>;
23274
23274
  }, "strip", z.ZodTypeAny, {
23275
+ FLIP: bigint;
23275
23276
  ETH: bigint;
23276
23277
  USDC: bigint;
23277
- FLIP: bigint;
23278
23278
  USDT: bigint;
23279
23279
  WBTC: bigint;
23280
23280
  }, {
23281
+ FLIP: string | number;
23281
23282
  ETH: string | number;
23282
23283
  USDC: string | number;
23283
- FLIP: string | number;
23284
23284
  USDT: string | number;
23285
23285
  WBTC?: string | number | undefined;
23286
23286
  }>;
@@ -23328,9 +23328,9 @@ declare const rpcResult: {
23328
23328
  BTC: bigint;
23329
23329
  };
23330
23330
  Ethereum: {
23331
+ FLIP: bigint;
23331
23332
  ETH: bigint;
23332
23333
  USDC: bigint;
23333
- FLIP: bigint;
23334
23334
  USDT: bigint;
23335
23335
  WBTC: bigint;
23336
23336
  };
@@ -23354,9 +23354,9 @@ declare const rpcResult: {
23354
23354
  BTC: string | number;
23355
23355
  };
23356
23356
  Ethereum: {
23357
+ FLIP: string | number;
23357
23358
  ETH: string | number;
23358
23359
  USDC: string | number;
23359
- FLIP: string | number;
23360
23360
  USDT: string | number;
23361
23361
  WBTC?: string | number | undefined;
23362
23362
  };
@@ -23386,9 +23386,9 @@ declare const rpcResult: {
23386
23386
  BTC: bigint;
23387
23387
  };
23388
23388
  Ethereum: {
23389
+ FLIP: bigint;
23389
23390
  ETH: bigint;
23390
23391
  USDC: bigint;
23391
- FLIP: bigint;
23392
23392
  USDT: bigint;
23393
23393
  WBTC: bigint;
23394
23394
  };
@@ -23418,9 +23418,9 @@ declare const rpcResult: {
23418
23418
  BTC: string | number;
23419
23419
  };
23420
23420
  Ethereum: {
23421
+ FLIP: string | number;
23421
23422
  ETH: string | number;
23422
23423
  USDC: string | number;
23423
- FLIP: string | number;
23424
23424
  USDT: string | number;
23425
23425
  WBTC?: string | number | undefined;
23426
23426
  };
@@ -23467,15 +23467,15 @@ declare const rpcResult: {
23467
23467
  USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
23468
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>>;
23469
23469
  }, "strip", z.ZodTypeAny, {
23470
+ FLIP: bigint;
23470
23471
  ETH: bigint;
23471
23472
  USDC: bigint;
23472
- FLIP: bigint;
23473
23473
  USDT: bigint;
23474
23474
  WBTC: bigint;
23475
23475
  }, {
23476
+ FLIP: string | number;
23476
23477
  ETH: string | number;
23477
23478
  USDC: string | number;
23478
- FLIP: string | number;
23479
23479
  USDT: string | number;
23480
23480
  WBTC?: string | number | undefined;
23481
23481
  }>;
@@ -23523,9 +23523,9 @@ declare const rpcResult: {
23523
23523
  BTC: bigint;
23524
23524
  };
23525
23525
  Ethereum: {
23526
+ FLIP: bigint;
23526
23527
  ETH: bigint;
23527
23528
  USDC: bigint;
23528
- FLIP: bigint;
23529
23529
  USDT: bigint;
23530
23530
  WBTC: bigint;
23531
23531
  };
@@ -23549,9 +23549,9 @@ declare const rpcResult: {
23549
23549
  BTC: string | number;
23550
23550
  };
23551
23551
  Ethereum: {
23552
+ FLIP: string | number;
23552
23553
  ETH: string | number;
23553
23554
  USDC: string | number;
23554
- FLIP: string | number;
23555
23555
  USDT: string | number;
23556
23556
  WBTC?: string | number | undefined;
23557
23557
  };
@@ -23581,9 +23581,9 @@ declare const rpcResult: {
23581
23581
  BTC: bigint;
23582
23582
  };
23583
23583
  Ethereum: {
23584
+ FLIP: bigint;
23584
23585
  ETH: bigint;
23585
23586
  USDC: bigint;
23586
- FLIP: bigint;
23587
23587
  USDT: bigint;
23588
23588
  WBTC: bigint;
23589
23589
  };
@@ -23613,9 +23613,9 @@ declare const rpcResult: {
23613
23613
  BTC: string | number;
23614
23614
  };
23615
23615
  Ethereum: {
23616
+ FLIP: string | number;
23616
23617
  ETH: string | number;
23617
23618
  USDC: string | number;
23618
- FLIP: string | number;
23619
23619
  USDT: string | number;
23620
23620
  WBTC?: string | number | undefined;
23621
23621
  };
@@ -23647,9 +23647,9 @@ declare const rpcResult: {
23647
23647
  BTC: bigint;
23648
23648
  };
23649
23649
  Ethereum: {
23650
+ FLIP: bigint;
23650
23651
  ETH: bigint;
23651
23652
  USDC: bigint;
23652
- FLIP: bigint;
23653
23653
  USDT: bigint;
23654
23654
  WBTC: bigint;
23655
23655
  };
@@ -23680,9 +23680,9 @@ declare const rpcResult: {
23680
23680
  BTC: bigint;
23681
23681
  };
23682
23682
  Ethereum: {
23683
+ FLIP: bigint;
23683
23684
  ETH: bigint;
23684
23685
  USDC: bigint;
23685
- FLIP: bigint;
23686
23686
  USDT: bigint;
23687
23687
  WBTC: bigint;
23688
23688
  };
@@ -23714,9 +23714,9 @@ declare const rpcResult: {
23714
23714
  BTC: string | number;
23715
23715
  };
23716
23716
  Ethereum: {
23717
+ FLIP: string | number;
23717
23718
  ETH: string | number;
23718
23719
  USDC: string | number;
23719
- FLIP: string | number;
23720
23720
  USDT: string | number;
23721
23721
  WBTC?: string | number | undefined;
23722
23722
  };
@@ -23747,9 +23747,9 @@ declare const rpcResult: {
23747
23747
  BTC: string | number;
23748
23748
  };
23749
23749
  Ethereum: {
23750
+ FLIP: string | number;
23750
23751
  ETH: string | number;
23751
23752
  USDC: string | number;
23752
- FLIP: string | number;
23753
23753
  USDT: string | number;
23754
23754
  WBTC?: string | number | undefined;
23755
23755
  };
@@ -23777,9 +23777,9 @@ declare const rpcResult: {
23777
23777
  BTC: bigint | null;
23778
23778
  };
23779
23779
  Ethereum: {
23780
+ FLIP: bigint | null;
23780
23781
  ETH: bigint | null;
23781
23782
  USDC: bigint | null;
23782
- FLIP: bigint | null;
23783
23783
  USDT: bigint | null;
23784
23784
  WBTC: bigint | null;
23785
23785
  };
@@ -23811,9 +23811,9 @@ declare const rpcResult: {
23811
23811
  BTC: bigint;
23812
23812
  };
23813
23813
  Ethereum: {
23814
+ FLIP: bigint;
23814
23815
  ETH: bigint;
23815
23816
  USDC: bigint;
23816
- FLIP: bigint;
23817
23817
  USDT: bigint;
23818
23818
  WBTC: bigint;
23819
23819
  };
@@ -23844,9 +23844,9 @@ declare const rpcResult: {
23844
23844
  BTC: bigint;
23845
23845
  };
23846
23846
  Ethereum: {
23847
+ FLIP: bigint;
23847
23848
  ETH: bigint;
23848
23849
  USDC: bigint;
23849
- FLIP: bigint;
23850
23850
  USDT: bigint;
23851
23851
  WBTC: bigint;
23852
23852
  };
@@ -23876,9 +23876,9 @@ declare const rpcResult: {
23876
23876
  BTC: bigint | null;
23877
23877
  };
23878
23878
  Ethereum: {
23879
+ FLIP: bigint | null;
23879
23880
  ETH: bigint | null;
23880
23881
  USDC: bigint | null;
23881
- FLIP: bigint | null;
23882
23882
  USDT: bigint | null;
23883
23883
  WBTC: bigint | null;
23884
23884
  };
@@ -23904,9 +23904,9 @@ declare const rpcResult: {
23904
23904
  BTC: string | number | null;
23905
23905
  };
23906
23906
  Ethereum: {
23907
+ FLIP: string | number | null;
23907
23908
  ETH: string | number | null;
23908
23909
  USDC: string | number | null;
23909
- FLIP: string | number | null;
23910
23910
  USDT: string | number | null;
23911
23911
  WBTC?: string | number | null | undefined;
23912
23912
  };
@@ -23938,9 +23938,9 @@ declare const rpcResult: {
23938
23938
  BTC: string | number;
23939
23939
  };
23940
23940
  Ethereum: {
23941
+ FLIP: string | number;
23941
23942
  ETH: string | number;
23942
23943
  USDC: string | number;
23943
- FLIP: string | number;
23944
23944
  USDT: string | number;
23945
23945
  WBTC?: string | number | undefined;
23946
23946
  };
@@ -23971,9 +23971,9 @@ declare const rpcResult: {
23971
23971
  BTC: string | number;
23972
23972
  };
23973
23973
  Ethereum: {
23974
+ FLIP: string | number;
23974
23975
  ETH: string | number;
23975
23976
  USDC: string | number;
23976
- FLIP: string | number;
23977
23977
  USDT: string | number;
23978
23978
  WBTC?: string | number | undefined;
23979
23979
  };
@@ -24003,9 +24003,9 @@ declare const rpcResult: {
24003
24003
  BTC: string | number | null;
24004
24004
  };
24005
24005
  Ethereum: {
24006
+ FLIP: string | number | null;
24006
24007
  ETH: string | number | null;
24007
24008
  USDC: string | number | null;
24008
- FLIP: string | number | null;
24009
24009
  USDT: string | number | null;
24010
24010
  WBTC?: string | number | null | undefined;
24011
24011
  };
@@ -24168,11 +24168,11 @@ declare const rpcResult: {
24168
24168
  account_id: z.ZodString;
24169
24169
  amount: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
24170
24170
  }, "strip", z.ZodTypeAny, {
24171
- account_id: string;
24172
24171
  amount: bigint;
24173
- }, {
24174
24172
  account_id: string;
24173
+ }, {
24175
24174
  amount: string;
24175
+ account_id: string;
24176
24176
  }>, "many">;
24177
24177
  deposits_pending_finalization: z.ZodArray<z.ZodObject<{
24178
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>;
@@ -24180,23 +24180,23 @@ declare const rpcResult: {
24180
24180
  account_id: z.ZodString;
24181
24181
  amount: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
24182
24182
  }, "strip", z.ZodTypeAny, {
24183
- account_id: string;
24184
24183
  amount: bigint;
24185
- }, {
24186
24184
  account_id: string;
24185
+ }, {
24187
24186
  amount: string;
24187
+ account_id: string;
24188
24188
  }>, "many">;
24189
24189
  }, "strip", z.ZodTypeAny, {
24190
24190
  deposit_id: bigint;
24191
24191
  owed_amounts: {
24192
- account_id: string;
24193
24192
  amount: bigint;
24193
+ account_id: string;
24194
24194
  }[];
24195
24195
  }, {
24196
24196
  deposit_id: string | number;
24197
24197
  owed_amounts: {
24198
- account_id: string;
24199
24198
  amount: string;
24199
+ account_id: string;
24200
24200
  }[];
24201
24201
  }>, "many">;
24202
24202
  pending_withdrawals: z.ZodArray<z.ZodObject<{
@@ -24213,14 +24213,14 @@ declare const rpcResult: {
24213
24213
  }, "strip", z.ZodTypeAny, {
24214
24214
  fee_tier: number;
24215
24215
  available_amounts: {
24216
- account_id: string;
24217
24216
  amount: bigint;
24217
+ account_id: string;
24218
24218
  }[];
24219
24219
  deposits_pending_finalization: {
24220
24220
  deposit_id: bigint;
24221
24221
  owed_amounts: {
24222
- account_id: string;
24223
24222
  amount: bigint;
24223
+ account_id: string;
24224
24224
  }[];
24225
24225
  }[];
24226
24226
  pending_withdrawals: {
@@ -24231,14 +24231,14 @@ declare const rpcResult: {
24231
24231
  }, {
24232
24232
  fee_tier: number;
24233
24233
  available_amounts: {
24234
- account_id: string;
24235
24234
  amount: string;
24235
+ account_id: string;
24236
24236
  }[];
24237
24237
  deposits_pending_finalization: {
24238
24238
  deposit_id: string | number;
24239
24239
  owed_amounts: {
24240
- account_id: string;
24241
24240
  amount: string;
24241
+ account_id: string;
24242
24242
  }[];
24243
24243
  }[];
24244
24244
  pending_withdrawals: {
@@ -24390,22 +24390,22 @@ declare const rpcResult: {
24390
24390
  account_id: z.ZodString;
24391
24391
  amount: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
24392
24392
  }, "strip", z.ZodTypeAny, {
24393
- account_id: string;
24394
24393
  amount: bigint;
24395
- }, {
24396
24394
  account_id: string;
24395
+ }, {
24397
24396
  amount: string;
24397
+ account_id: string;
24398
24398
  }>, "many">;
24399
24399
  }, "strip", z.ZodTypeAny, {
24400
24400
  fees: {
24401
- account_id: string;
24402
24401
  amount: bigint;
24402
+ account_id: string;
24403
24403
  }[];
24404
24404
  deposit_id: bigint;
24405
24405
  }, {
24406
24406
  fees: {
24407
- account_id: string;
24408
24407
  amount: string;
24408
+ account_id: string;
24409
24409
  }[];
24410
24410
  deposit_id: number;
24411
24411
  }>, "many">;
@@ -24413,8 +24413,8 @@ declare const rpcResult: {
24413
24413
  fee_tier: number;
24414
24414
  pending_fees: {
24415
24415
  fees: {
24416
- account_id: string;
24417
24416
  amount: bigint;
24417
+ account_id: string;
24418
24418
  }[];
24419
24419
  deposit_id: bigint;
24420
24420
  }[];
@@ -24422,8 +24422,8 @@ declare const rpcResult: {
24422
24422
  fee_tier: number;
24423
24423
  pending_fees: {
24424
24424
  fees: {
24425
- account_id: string;
24426
24425
  amount: string;
24426
+ account_id: string;
24427
24427
  }[];
24428
24428
  deposit_id: number;
24429
24429
  }[];
@@ -24472,15 +24472,15 @@ declare const rpcResult: {
24472
24472
  USDT: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
24473
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>>;
24474
24474
  }, "strip", z.ZodTypeAny, {
24475
+ FLIP: bigint;
24475
24476
  ETH: bigint;
24476
24477
  USDC: bigint;
24477
- FLIP: bigint;
24478
24478
  USDT: bigint;
24479
24479
  WBTC: bigint;
24480
24480
  }, {
24481
+ FLIP: string | number;
24481
24482
  ETH: string | number;
24482
24483
  USDC: string | number;
24483
- FLIP: string | number;
24484
24484
  USDT: string | number;
24485
24485
  WBTC?: string | number | undefined;
24486
24486
  }>;
@@ -24528,9 +24528,9 @@ declare const rpcResult: {
24528
24528
  BTC: bigint;
24529
24529
  };
24530
24530
  Ethereum: {
24531
+ FLIP: bigint;
24531
24532
  ETH: bigint;
24532
24533
  USDC: bigint;
24533
- FLIP: bigint;
24534
24534
  USDT: bigint;
24535
24535
  WBTC: bigint;
24536
24536
  };
@@ -24554,9 +24554,9 @@ declare const rpcResult: {
24554
24554
  BTC: string | number;
24555
24555
  };
24556
24556
  Ethereum: {
24557
+ FLIP: string | number;
24557
24558
  ETH: string | number;
24558
24559
  USDC: string | number;
24559
- FLIP: string | number;
24560
24560
  USDT: string | number;
24561
24561
  WBTC?: string | number | undefined;
24562
24562
  };
@@ -26336,15 +26336,15 @@ declare const rpcResult: {
26336
26336
  USDT: z.ZodNullable<z.ZodNumber>;
26337
26337
  WBTC: z.ZodDefault<z.ZodNullable<z.ZodNumber>>;
26338
26338
  }, "strip", z.ZodTypeAny, {
26339
+ FLIP: number | null;
26339
26340
  ETH: number | null;
26340
26341
  USDC: number | null;
26341
- FLIP: number | null;
26342
26342
  USDT: number | null;
26343
26343
  WBTC: number | null;
26344
26344
  }, {
26345
+ FLIP: number | null;
26345
26346
  ETH: number | null;
26346
26347
  USDC: number | null;
26347
- FLIP: number | null;
26348
26348
  USDT: number | null;
26349
26349
  WBTC?: number | null | undefined;
26350
26350
  }>;
@@ -26392,9 +26392,9 @@ declare const rpcResult: {
26392
26392
  BTC: number | null;
26393
26393
  };
26394
26394
  Ethereum: {
26395
+ FLIP: number | null;
26395
26396
  ETH: number | null;
26396
26397
  USDC: number | null;
26397
- FLIP: number | null;
26398
26398
  USDT: number | null;
26399
26399
  WBTC: number | null;
26400
26400
  };
@@ -26418,9 +26418,9 @@ declare const rpcResult: {
26418
26418
  BTC: number | null;
26419
26419
  };
26420
26420
  Ethereum: {
26421
+ FLIP: number | null;
26421
26422
  ETH: number | null;
26422
26423
  USDC: number | null;
26423
- FLIP: number | null;
26424
26424
  USDT: number | null;
26425
26425
  WBTC?: number | null | undefined;
26426
26426
  };
@@ -26455,15 +26455,15 @@ declare const rpcResult: {
26455
26455
  USDT: z.ZodNullable<z.ZodNumber>;
26456
26456
  WBTC: z.ZodDefault<z.ZodNullable<z.ZodNumber>>;
26457
26457
  }, "strip", z.ZodTypeAny, {
26458
+ FLIP: number | null;
26458
26459
  ETH: number | null;
26459
26460
  USDC: number | null;
26460
- FLIP: number | null;
26461
26461
  USDT: number | null;
26462
26462
  WBTC: number | null;
26463
26463
  }, {
26464
+ FLIP: number | null;
26464
26465
  ETH: number | null;
26465
26466
  USDC: number | null;
26466
- FLIP: number | null;
26467
26467
  USDT: number | null;
26468
26468
  WBTC?: number | null | undefined;
26469
26469
  }>;
@@ -26511,9 +26511,9 @@ declare const rpcResult: {
26511
26511
  BTC: number | null;
26512
26512
  };
26513
26513
  Ethereum: {
26514
+ FLIP: number | null;
26514
26515
  ETH: number | null;
26515
26516
  USDC: number | null;
26516
- FLIP: number | null;
26517
26517
  USDT: number | null;
26518
26518
  WBTC: number | null;
26519
26519
  };
@@ -26537,9 +26537,9 @@ declare const rpcResult: {
26537
26537
  BTC: number | null;
26538
26538
  };
26539
26539
  Ethereum: {
26540
+ FLIP: number | null;
26540
26541
  ETH: number | null;
26541
26542
  USDC: number | null;
26542
- FLIP: number | null;
26543
26543
  USDT: number | null;
26544
26544
  WBTC?: number | null | undefined;
26545
26545
  };
@@ -26565,9 +26565,9 @@ declare const rpcResult: {
26565
26565
  BTC: number | null;
26566
26566
  };
26567
26567
  Ethereum: {
26568
+ FLIP: number | null;
26568
26569
  ETH: number | null;
26569
26570
  USDC: number | null;
26570
- FLIP: number | null;
26571
26571
  USDT: number | null;
26572
26572
  WBTC: number | null;
26573
26573
  };
@@ -26592,9 +26592,9 @@ declare const rpcResult: {
26592
26592
  BTC: number | null;
26593
26593
  };
26594
26594
  Ethereum: {
26595
+ FLIP: number | null;
26595
26596
  ETH: number | null;
26596
26597
  USDC: number | null;
26597
- FLIP: number | null;
26598
26598
  USDT: number | null;
26599
26599
  WBTC: number | null;
26600
26600
  };
@@ -26620,9 +26620,9 @@ declare const rpcResult: {
26620
26620
  BTC: number | null;
26621
26621
  };
26622
26622
  Ethereum: {
26623
+ FLIP: number | null;
26623
26624
  ETH: number | null;
26624
26625
  USDC: number | null;
26625
- FLIP: number | null;
26626
26626
  USDT: number | null;
26627
26627
  WBTC?: number | null | undefined;
26628
26628
  };
@@ -26647,9 +26647,9 @@ declare const rpcResult: {
26647
26647
  BTC: number | null;
26648
26648
  };
26649
26649
  Ethereum: {
26650
+ FLIP: number | null;
26650
26651
  ETH: number | null;
26651
26652
  USDC: number | null;
26652
- FLIP: number | null;
26653
26653
  USDT: number | null;
26654
26654
  WBTC?: number | null | undefined;
26655
26655
  };
@@ -28438,6 +28438,18 @@ declare const rpcResult: {
28438
28438
  oracle_price_elections: boolean;
28439
28439
  }>;
28440
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
+ };
28441
28453
  asset_balances: {
28442
28454
  reconciliation_enabled: boolean;
28443
28455
  };
@@ -28451,18 +28463,6 @@ declare const rpcResult: {
28451
28463
  start_bidding_enabled: boolean;
28452
28464
  stop_bidding_enabled: boolean;
28453
28465
  };
28454
- swapping: {
28455
- swaps_enabled: boolean;
28456
- withdrawals_enabled: boolean;
28457
- broker_registration_enabled: boolean;
28458
- };
28459
- funding: {
28460
- redeem_enabled: boolean;
28461
- };
28462
- pools: {
28463
- range_order_update_enabled: boolean;
28464
- limit_order_update_enabled: boolean;
28465
- };
28466
28466
  emissions: {
28467
28467
  emissions_sync_enabled: boolean;
28468
28468
  };
@@ -28785,6 +28785,18 @@ declare const rpcResult: {
28785
28785
  oracle_price_elections: boolean;
28786
28786
  };
28787
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
+ };
28788
28800
  asset_balances: {
28789
28801
  reconciliation_enabled: boolean;
28790
28802
  };
@@ -28798,18 +28810,6 @@ declare const rpcResult: {
28798
28810
  start_bidding_enabled: boolean;
28799
28811
  stop_bidding_enabled: boolean;
28800
28812
  };
28801
- swapping: {
28802
- swaps_enabled: boolean;
28803
- withdrawals_enabled: boolean;
28804
- broker_registration_enabled: boolean;
28805
- };
28806
- funding: {
28807
- redeem_enabled: boolean;
28808
- };
28809
- pools: {
28810
- range_order_update_enabled: boolean;
28811
- limit_order_update_enabled: boolean;
28812
- };
28813
28813
  emissions: {
28814
28814
  emissions_sync_enabled: boolean;
28815
28815
  };
@@ -29142,15 +29142,15 @@ declare const rpcResult: {
29142
29142
  quote_asset: z.ZodEnum<["Btc", "Eth", "Sol", "Usdc", "Usdt", "Usd", "Fine"]>;
29143
29143
  price_status: z.ZodOptional<z.ZodEnum<["UpToDate", "Stale", "MaybeStale"]>>;
29144
29144
  }, "strip", z.ZodTypeAny, {
29145
- price: bigint;
29146
29145
  quote_asset: "Btc" | "Eth" | "Sol" | "Usdc" | "Usdt" | "Usd" | "Fine";
29146
+ price: bigint;
29147
29147
  base_asset: "Btc" | "Eth" | "Sol" | "Usdc" | "Usdt" | "Usd" | "Fine";
29148
29148
  updated_at_oracle_timestamp: number;
29149
29149
  updated_at_statechain_block: number;
29150
29150
  price_status?: "UpToDate" | "Stale" | "MaybeStale" | undefined;
29151
29151
  }, {
29152
- price: string | number;
29153
29152
  quote_asset: "Btc" | "Eth" | "Sol" | "Usdc" | "Usdt" | "Usd" | "Fine";
29153
+ price: string | number;
29154
29154
  base_asset: "Btc" | "Eth" | "Sol" | "Usdc" | "Usdt" | "Usd" | "Fine";
29155
29155
  updated_at_oracle_timestamp: number;
29156
29156
  updated_at_statechain_block: number;
@@ -29362,8 +29362,8 @@ declare const rpcResult: {
29362
29362
  chain: "Assethub";
29363
29363
  asset: "USDT";
29364
29364
  };
29365
- total_amount: bigint;
29366
29365
  available_amount: bigint;
29366
+ total_amount: bigint;
29367
29367
  utilisation_rate: number;
29368
29368
  current_interest_rate: number;
29369
29369
  origination_fee: number;
@@ -29421,8 +29421,8 @@ declare const rpcResult: {
29421
29421
  chain: "Assethub";
29422
29422
  asset: "USDT";
29423
29423
  };
29424
- total_amount: string | number;
29425
29424
  available_amount: string | number;
29425
+ total_amount: string | number;
29426
29426
  utilisation_rate: number;
29427
29427
  current_interest_rate: number;
29428
29428
  origination_fee: number;