@chainflip/rpc 1.9.3 → 1.9.5
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.cjs +5 -1
- package/dist/common.d.cts +758 -0
- package/dist/common.d.ts +758 -0
- package/dist/common.mjs +6 -2
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/parsers.cjs +122 -1
- package/dist/parsers.d.cts +757 -1
- package/dist/parsers.d.ts +757 -1
- package/dist/parsers.mjs +121 -0
- package/dist/types.d.cts +5 -1
- package/dist/types.d.ts +5 -1
- package/package.json +4 -4
package/dist/parsers.d.cts
CHANGED
|
@@ -21465,5 +21465,761 @@ declare const cfGetTradingStrategies: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
|
21465
21465
|
asset: "USDT";
|
|
21466
21466
|
}, string | number][];
|
|
21467
21467
|
}>, "many">>;
|
|
21468
|
+
declare const cfAvailablePools: z.ZodArray<z.ZodObject<{
|
|
21469
|
+
base: z.ZodEffects<z.ZodUnion<[z.ZodObject<{
|
|
21470
|
+
chain: z.ZodLiteral<"Bitcoin">;
|
|
21471
|
+
asset: z.ZodLiteral<"BTC">;
|
|
21472
|
+
}, "strip", z.ZodTypeAny, {
|
|
21473
|
+
chain: "Bitcoin";
|
|
21474
|
+
asset: "BTC";
|
|
21475
|
+
}, {
|
|
21476
|
+
chain: "Bitcoin";
|
|
21477
|
+
asset: "BTC";
|
|
21478
|
+
}>, z.ZodObject<{
|
|
21479
|
+
chain: z.ZodLiteral<"Polkadot">;
|
|
21480
|
+
asset: z.ZodLiteral<"DOT">;
|
|
21481
|
+
}, "strip", z.ZodTypeAny, {
|
|
21482
|
+
chain: "Polkadot";
|
|
21483
|
+
asset: "DOT";
|
|
21484
|
+
}, {
|
|
21485
|
+
chain: "Polkadot";
|
|
21486
|
+
asset: "DOT";
|
|
21487
|
+
}>, z.ZodObject<{
|
|
21488
|
+
chain: z.ZodLiteral<"Ethereum">;
|
|
21489
|
+
asset: z.ZodLiteral<"FLIP">;
|
|
21490
|
+
}, "strip", z.ZodTypeAny, {
|
|
21491
|
+
chain: "Ethereum";
|
|
21492
|
+
asset: "FLIP";
|
|
21493
|
+
}, {
|
|
21494
|
+
chain: "Ethereum";
|
|
21495
|
+
asset: "FLIP";
|
|
21496
|
+
}>, z.ZodObject<{
|
|
21497
|
+
chain: z.ZodLiteral<"Ethereum">;
|
|
21498
|
+
asset: z.ZodLiteral<"ETH">;
|
|
21499
|
+
}, "strip", z.ZodTypeAny, {
|
|
21500
|
+
chain: "Ethereum";
|
|
21501
|
+
asset: "ETH";
|
|
21502
|
+
}, {
|
|
21503
|
+
chain: "Ethereum";
|
|
21504
|
+
asset: "ETH";
|
|
21505
|
+
}>, z.ZodObject<{
|
|
21506
|
+
chain: z.ZodLiteral<"Ethereum">;
|
|
21507
|
+
asset: z.ZodLiteral<"USDC">;
|
|
21508
|
+
}, "strip", z.ZodTypeAny, {
|
|
21509
|
+
chain: "Ethereum";
|
|
21510
|
+
asset: "USDC";
|
|
21511
|
+
}, {
|
|
21512
|
+
chain: "Ethereum";
|
|
21513
|
+
asset: "USDC";
|
|
21514
|
+
}>, z.ZodObject<{
|
|
21515
|
+
chain: z.ZodLiteral<"Ethereum">;
|
|
21516
|
+
asset: z.ZodLiteral<"USDT">;
|
|
21517
|
+
}, "strip", z.ZodTypeAny, {
|
|
21518
|
+
chain: "Ethereum";
|
|
21519
|
+
asset: "USDT";
|
|
21520
|
+
}, {
|
|
21521
|
+
chain: "Ethereum";
|
|
21522
|
+
asset: "USDT";
|
|
21523
|
+
}>, z.ZodObject<{
|
|
21524
|
+
chain: z.ZodLiteral<"Arbitrum">;
|
|
21525
|
+
asset: z.ZodLiteral<"ETH">;
|
|
21526
|
+
}, "strip", z.ZodTypeAny, {
|
|
21527
|
+
chain: "Arbitrum";
|
|
21528
|
+
asset: "ETH";
|
|
21529
|
+
}, {
|
|
21530
|
+
chain: "Arbitrum";
|
|
21531
|
+
asset: "ETH";
|
|
21532
|
+
}>, z.ZodObject<{
|
|
21533
|
+
chain: z.ZodLiteral<"Arbitrum">;
|
|
21534
|
+
asset: z.ZodLiteral<"USDC">;
|
|
21535
|
+
}, "strip", z.ZodTypeAny, {
|
|
21536
|
+
chain: "Arbitrum";
|
|
21537
|
+
asset: "USDC";
|
|
21538
|
+
}, {
|
|
21539
|
+
chain: "Arbitrum";
|
|
21540
|
+
asset: "USDC";
|
|
21541
|
+
}>, z.ZodObject<{
|
|
21542
|
+
chain: z.ZodLiteral<"Solana">;
|
|
21543
|
+
asset: z.ZodLiteral<"SOL">;
|
|
21544
|
+
}, "strip", z.ZodTypeAny, {
|
|
21545
|
+
chain: "Solana";
|
|
21546
|
+
asset: "SOL";
|
|
21547
|
+
}, {
|
|
21548
|
+
chain: "Solana";
|
|
21549
|
+
asset: "SOL";
|
|
21550
|
+
}>, z.ZodObject<{
|
|
21551
|
+
chain: z.ZodLiteral<"Solana">;
|
|
21552
|
+
asset: z.ZodLiteral<"USDC">;
|
|
21553
|
+
}, "strip", z.ZodTypeAny, {
|
|
21554
|
+
chain: "Solana";
|
|
21555
|
+
asset: "USDC";
|
|
21556
|
+
}, {
|
|
21557
|
+
chain: "Solana";
|
|
21558
|
+
asset: "USDC";
|
|
21559
|
+
}>, z.ZodObject<{
|
|
21560
|
+
chain: z.ZodLiteral<"Assethub">;
|
|
21561
|
+
asset: z.ZodLiteral<"DOT">;
|
|
21562
|
+
}, "strip", z.ZodTypeAny, {
|
|
21563
|
+
chain: "Assethub";
|
|
21564
|
+
asset: "DOT";
|
|
21565
|
+
}, {
|
|
21566
|
+
chain: "Assethub";
|
|
21567
|
+
asset: "DOT";
|
|
21568
|
+
}>, z.ZodObject<{
|
|
21569
|
+
chain: z.ZodLiteral<"Assethub">;
|
|
21570
|
+
asset: z.ZodLiteral<"USDC">;
|
|
21571
|
+
}, "strip", z.ZodTypeAny, {
|
|
21572
|
+
chain: "Assethub";
|
|
21573
|
+
asset: "USDC";
|
|
21574
|
+
}, {
|
|
21575
|
+
chain: "Assethub";
|
|
21576
|
+
asset: "USDC";
|
|
21577
|
+
}>, z.ZodObject<{
|
|
21578
|
+
chain: z.ZodLiteral<"Assethub">;
|
|
21579
|
+
asset: z.ZodLiteral<"USDT">;
|
|
21580
|
+
}, "strip", z.ZodTypeAny, {
|
|
21581
|
+
chain: "Assethub";
|
|
21582
|
+
asset: "USDT";
|
|
21583
|
+
}, {
|
|
21584
|
+
chain: "Assethub";
|
|
21585
|
+
asset: "USDT";
|
|
21586
|
+
}>]>, {
|
|
21587
|
+
chain: "Bitcoin";
|
|
21588
|
+
asset: "BTC";
|
|
21589
|
+
} | {
|
|
21590
|
+
chain: "Polkadot";
|
|
21591
|
+
asset: "DOT";
|
|
21592
|
+
} | {
|
|
21593
|
+
chain: "Ethereum";
|
|
21594
|
+
asset: "FLIP";
|
|
21595
|
+
} | {
|
|
21596
|
+
chain: "Ethereum";
|
|
21597
|
+
asset: "ETH";
|
|
21598
|
+
} | {
|
|
21599
|
+
chain: "Ethereum";
|
|
21600
|
+
asset: "USDT";
|
|
21601
|
+
} | {
|
|
21602
|
+
chain: "Arbitrum";
|
|
21603
|
+
asset: "ETH";
|
|
21604
|
+
} | {
|
|
21605
|
+
chain: "Arbitrum";
|
|
21606
|
+
asset: "USDC";
|
|
21607
|
+
} | {
|
|
21608
|
+
chain: "Solana";
|
|
21609
|
+
asset: "SOL";
|
|
21610
|
+
} | {
|
|
21611
|
+
chain: "Solana";
|
|
21612
|
+
asset: "USDC";
|
|
21613
|
+
} | {
|
|
21614
|
+
chain: "Assethub";
|
|
21615
|
+
asset: "DOT";
|
|
21616
|
+
} | {
|
|
21617
|
+
chain: "Assethub";
|
|
21618
|
+
asset: "USDC";
|
|
21619
|
+
} | {
|
|
21620
|
+
chain: "Assethub";
|
|
21621
|
+
asset: "USDT";
|
|
21622
|
+
}, {
|
|
21623
|
+
chain: "Bitcoin";
|
|
21624
|
+
asset: "BTC";
|
|
21625
|
+
} | {
|
|
21626
|
+
chain: "Polkadot";
|
|
21627
|
+
asset: "DOT";
|
|
21628
|
+
} | {
|
|
21629
|
+
chain: "Ethereum";
|
|
21630
|
+
asset: "FLIP";
|
|
21631
|
+
} | {
|
|
21632
|
+
chain: "Ethereum";
|
|
21633
|
+
asset: "ETH";
|
|
21634
|
+
} | {
|
|
21635
|
+
chain: "Ethereum";
|
|
21636
|
+
asset: "USDC";
|
|
21637
|
+
} | {
|
|
21638
|
+
chain: "Ethereum";
|
|
21639
|
+
asset: "USDT";
|
|
21640
|
+
} | {
|
|
21641
|
+
chain: "Arbitrum";
|
|
21642
|
+
asset: "ETH";
|
|
21643
|
+
} | {
|
|
21644
|
+
chain: "Arbitrum";
|
|
21645
|
+
asset: "USDC";
|
|
21646
|
+
} | {
|
|
21647
|
+
chain: "Solana";
|
|
21648
|
+
asset: "SOL";
|
|
21649
|
+
} | {
|
|
21650
|
+
chain: "Solana";
|
|
21651
|
+
asset: "USDC";
|
|
21652
|
+
} | {
|
|
21653
|
+
chain: "Assethub";
|
|
21654
|
+
asset: "DOT";
|
|
21655
|
+
} | {
|
|
21656
|
+
chain: "Assethub";
|
|
21657
|
+
asset: "USDC";
|
|
21658
|
+
} | {
|
|
21659
|
+
chain: "Assethub";
|
|
21660
|
+
asset: "USDT";
|
|
21661
|
+
}>;
|
|
21662
|
+
quote: z.ZodObject<{
|
|
21663
|
+
chain: z.ZodLiteral<"Ethereum">;
|
|
21664
|
+
asset: z.ZodLiteral<"USDC">;
|
|
21665
|
+
}, "strip", z.ZodTypeAny, {
|
|
21666
|
+
chain: "Ethereum";
|
|
21667
|
+
asset: "USDC";
|
|
21668
|
+
}, {
|
|
21669
|
+
chain: "Ethereum";
|
|
21670
|
+
asset: "USDC";
|
|
21671
|
+
}>;
|
|
21672
|
+
}, "strip", z.ZodTypeAny, {
|
|
21673
|
+
base: {
|
|
21674
|
+
chain: "Bitcoin";
|
|
21675
|
+
asset: "BTC";
|
|
21676
|
+
} | {
|
|
21677
|
+
chain: "Polkadot";
|
|
21678
|
+
asset: "DOT";
|
|
21679
|
+
} | {
|
|
21680
|
+
chain: "Ethereum";
|
|
21681
|
+
asset: "FLIP";
|
|
21682
|
+
} | {
|
|
21683
|
+
chain: "Ethereum";
|
|
21684
|
+
asset: "ETH";
|
|
21685
|
+
} | {
|
|
21686
|
+
chain: "Ethereum";
|
|
21687
|
+
asset: "USDT";
|
|
21688
|
+
} | {
|
|
21689
|
+
chain: "Arbitrum";
|
|
21690
|
+
asset: "ETH";
|
|
21691
|
+
} | {
|
|
21692
|
+
chain: "Arbitrum";
|
|
21693
|
+
asset: "USDC";
|
|
21694
|
+
} | {
|
|
21695
|
+
chain: "Solana";
|
|
21696
|
+
asset: "SOL";
|
|
21697
|
+
} | {
|
|
21698
|
+
chain: "Solana";
|
|
21699
|
+
asset: "USDC";
|
|
21700
|
+
} | {
|
|
21701
|
+
chain: "Assethub";
|
|
21702
|
+
asset: "DOT";
|
|
21703
|
+
} | {
|
|
21704
|
+
chain: "Assethub";
|
|
21705
|
+
asset: "USDC";
|
|
21706
|
+
} | {
|
|
21707
|
+
chain: "Assethub";
|
|
21708
|
+
asset: "USDT";
|
|
21709
|
+
};
|
|
21710
|
+
quote: {
|
|
21711
|
+
chain: "Ethereum";
|
|
21712
|
+
asset: "USDC";
|
|
21713
|
+
};
|
|
21714
|
+
}, {
|
|
21715
|
+
base: {
|
|
21716
|
+
chain: "Bitcoin";
|
|
21717
|
+
asset: "BTC";
|
|
21718
|
+
} | {
|
|
21719
|
+
chain: "Polkadot";
|
|
21720
|
+
asset: "DOT";
|
|
21721
|
+
} | {
|
|
21722
|
+
chain: "Ethereum";
|
|
21723
|
+
asset: "FLIP";
|
|
21724
|
+
} | {
|
|
21725
|
+
chain: "Ethereum";
|
|
21726
|
+
asset: "ETH";
|
|
21727
|
+
} | {
|
|
21728
|
+
chain: "Ethereum";
|
|
21729
|
+
asset: "USDC";
|
|
21730
|
+
} | {
|
|
21731
|
+
chain: "Ethereum";
|
|
21732
|
+
asset: "USDT";
|
|
21733
|
+
} | {
|
|
21734
|
+
chain: "Arbitrum";
|
|
21735
|
+
asset: "ETH";
|
|
21736
|
+
} | {
|
|
21737
|
+
chain: "Arbitrum";
|
|
21738
|
+
asset: "USDC";
|
|
21739
|
+
} | {
|
|
21740
|
+
chain: "Solana";
|
|
21741
|
+
asset: "SOL";
|
|
21742
|
+
} | {
|
|
21743
|
+
chain: "Solana";
|
|
21744
|
+
asset: "USDC";
|
|
21745
|
+
} | {
|
|
21746
|
+
chain: "Assethub";
|
|
21747
|
+
asset: "DOT";
|
|
21748
|
+
} | {
|
|
21749
|
+
chain: "Assethub";
|
|
21750
|
+
asset: "USDC";
|
|
21751
|
+
} | {
|
|
21752
|
+
chain: "Assethub";
|
|
21753
|
+
asset: "USDT";
|
|
21754
|
+
};
|
|
21755
|
+
quote: {
|
|
21756
|
+
chain: "Ethereum";
|
|
21757
|
+
asset: "USDC";
|
|
21758
|
+
};
|
|
21759
|
+
}>, "many">;
|
|
21760
|
+
declare const cfSafeModeStatuses: z.ZodObject<{
|
|
21761
|
+
emissions: z.ZodObject<{
|
|
21762
|
+
emissions_sync_enabled: z.ZodBoolean;
|
|
21763
|
+
}, "strip", z.ZodTypeAny, {
|
|
21764
|
+
emissions_sync_enabled: boolean;
|
|
21765
|
+
}, {
|
|
21766
|
+
emissions_sync_enabled: boolean;
|
|
21767
|
+
}>;
|
|
21768
|
+
funding: z.ZodObject<{
|
|
21769
|
+
redeem_enabled: z.ZodBoolean;
|
|
21770
|
+
}, "strip", z.ZodTypeAny, {
|
|
21771
|
+
redeem_enabled: boolean;
|
|
21772
|
+
}, {
|
|
21773
|
+
redeem_enabled: boolean;
|
|
21774
|
+
}>;
|
|
21775
|
+
swapping: z.ZodObject<{
|
|
21776
|
+
swaps_enabled: z.ZodBoolean;
|
|
21777
|
+
withdrawals_enabled: z.ZodBoolean;
|
|
21778
|
+
broker_registration_enabled: z.ZodBoolean;
|
|
21779
|
+
}, "strip", z.ZodTypeAny, {
|
|
21780
|
+
swaps_enabled: boolean;
|
|
21781
|
+
withdrawals_enabled: boolean;
|
|
21782
|
+
broker_registration_enabled: boolean;
|
|
21783
|
+
}, {
|
|
21784
|
+
swaps_enabled: boolean;
|
|
21785
|
+
withdrawals_enabled: boolean;
|
|
21786
|
+
broker_registration_enabled: boolean;
|
|
21787
|
+
}>;
|
|
21788
|
+
liquidity_provider: z.ZodObject<{
|
|
21789
|
+
deposit_enabled: z.ZodBoolean;
|
|
21790
|
+
withdrawal_enabled: z.ZodBoolean;
|
|
21791
|
+
internal_swaps_enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
21792
|
+
}, "strip", z.ZodTypeAny, {
|
|
21793
|
+
deposit_enabled: boolean;
|
|
21794
|
+
withdrawal_enabled: boolean;
|
|
21795
|
+
internal_swaps_enabled: boolean;
|
|
21796
|
+
}, {
|
|
21797
|
+
deposit_enabled: boolean;
|
|
21798
|
+
withdrawal_enabled: boolean;
|
|
21799
|
+
internal_swaps_enabled?: boolean | undefined;
|
|
21800
|
+
}>;
|
|
21801
|
+
validator: z.ZodObject<{
|
|
21802
|
+
authority_rotation_enabled: z.ZodBoolean;
|
|
21803
|
+
start_bidding_enabled: z.ZodBoolean;
|
|
21804
|
+
stop_bidding_enabled: z.ZodBoolean;
|
|
21805
|
+
}, "strip", z.ZodTypeAny, {
|
|
21806
|
+
authority_rotation_enabled: boolean;
|
|
21807
|
+
start_bidding_enabled: boolean;
|
|
21808
|
+
stop_bidding_enabled: boolean;
|
|
21809
|
+
}, {
|
|
21810
|
+
authority_rotation_enabled: boolean;
|
|
21811
|
+
start_bidding_enabled: boolean;
|
|
21812
|
+
stop_bidding_enabled: boolean;
|
|
21813
|
+
}>;
|
|
21814
|
+
pools: z.ZodObject<{
|
|
21815
|
+
range_order_update_enabled: z.ZodBoolean;
|
|
21816
|
+
limit_order_update_enabled: z.ZodBoolean;
|
|
21817
|
+
}, "strip", z.ZodTypeAny, {
|
|
21818
|
+
range_order_update_enabled: boolean;
|
|
21819
|
+
limit_order_update_enabled: boolean;
|
|
21820
|
+
}, {
|
|
21821
|
+
range_order_update_enabled: boolean;
|
|
21822
|
+
limit_order_update_enabled: boolean;
|
|
21823
|
+
}>;
|
|
21824
|
+
trading_strategies: z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
|
21825
|
+
strategy_updates_enabled: z.ZodBoolean;
|
|
21826
|
+
strategy_closure_enabled: z.ZodBoolean;
|
|
21827
|
+
strategy_execution_enabled: z.ZodBoolean;
|
|
21828
|
+
}, "strip", z.ZodTypeAny, {
|
|
21829
|
+
strategy_updates_enabled: boolean;
|
|
21830
|
+
strategy_closure_enabled: boolean;
|
|
21831
|
+
strategy_execution_enabled: boolean;
|
|
21832
|
+
}, {
|
|
21833
|
+
strategy_updates_enabled: boolean;
|
|
21834
|
+
strategy_closure_enabled: boolean;
|
|
21835
|
+
strategy_execution_enabled: boolean;
|
|
21836
|
+
}>>>;
|
|
21837
|
+
reputation: z.ZodObject<{
|
|
21838
|
+
reporting_enabled: z.ZodBoolean;
|
|
21839
|
+
}, "strip", z.ZodTypeAny, {
|
|
21840
|
+
reporting_enabled: boolean;
|
|
21841
|
+
}, {
|
|
21842
|
+
reporting_enabled: boolean;
|
|
21843
|
+
}>;
|
|
21844
|
+
asset_balances: z.ZodObject<{
|
|
21845
|
+
reconciliation_enabled: z.ZodBoolean;
|
|
21846
|
+
}, "strip", z.ZodTypeAny, {
|
|
21847
|
+
reconciliation_enabled: boolean;
|
|
21848
|
+
}, {
|
|
21849
|
+
reconciliation_enabled: boolean;
|
|
21850
|
+
}>;
|
|
21851
|
+
threshold_signature_evm: z.ZodObject<{
|
|
21852
|
+
slashing_enabled: z.ZodBoolean;
|
|
21853
|
+
}, "strip", z.ZodTypeAny, {
|
|
21854
|
+
slashing_enabled: boolean;
|
|
21855
|
+
}, {
|
|
21856
|
+
slashing_enabled: boolean;
|
|
21857
|
+
}>;
|
|
21858
|
+
threshold_signature_bitcoin: z.ZodObject<{
|
|
21859
|
+
slashing_enabled: z.ZodBoolean;
|
|
21860
|
+
}, "strip", z.ZodTypeAny, {
|
|
21861
|
+
slashing_enabled: boolean;
|
|
21862
|
+
}, {
|
|
21863
|
+
slashing_enabled: boolean;
|
|
21864
|
+
}>;
|
|
21865
|
+
threshold_signature_polkadot: z.ZodObject<{
|
|
21866
|
+
slashing_enabled: z.ZodBoolean;
|
|
21867
|
+
}, "strip", z.ZodTypeAny, {
|
|
21868
|
+
slashing_enabled: boolean;
|
|
21869
|
+
}, {
|
|
21870
|
+
slashing_enabled: boolean;
|
|
21871
|
+
}>;
|
|
21872
|
+
threshold_signature_solana: z.ZodObject<{
|
|
21873
|
+
slashing_enabled: z.ZodBoolean;
|
|
21874
|
+
}, "strip", z.ZodTypeAny, {
|
|
21875
|
+
slashing_enabled: boolean;
|
|
21876
|
+
}, {
|
|
21877
|
+
slashing_enabled: boolean;
|
|
21878
|
+
}>;
|
|
21879
|
+
broadcast_ethereum: z.ZodObject<{
|
|
21880
|
+
retry_enabled: z.ZodBoolean;
|
|
21881
|
+
}, "strip", z.ZodTypeAny, {
|
|
21882
|
+
retry_enabled: boolean;
|
|
21883
|
+
}, {
|
|
21884
|
+
retry_enabled: boolean;
|
|
21885
|
+
}>;
|
|
21886
|
+
broadcast_bitcoin: z.ZodObject<{
|
|
21887
|
+
retry_enabled: z.ZodBoolean;
|
|
21888
|
+
}, "strip", z.ZodTypeAny, {
|
|
21889
|
+
retry_enabled: boolean;
|
|
21890
|
+
}, {
|
|
21891
|
+
retry_enabled: boolean;
|
|
21892
|
+
}>;
|
|
21893
|
+
broadcast_polkadot: z.ZodObject<{
|
|
21894
|
+
retry_enabled: z.ZodBoolean;
|
|
21895
|
+
}, "strip", z.ZodTypeAny, {
|
|
21896
|
+
retry_enabled: boolean;
|
|
21897
|
+
}, {
|
|
21898
|
+
retry_enabled: boolean;
|
|
21899
|
+
}>;
|
|
21900
|
+
broadcast_arbitrum: z.ZodObject<{
|
|
21901
|
+
retry_enabled: z.ZodBoolean;
|
|
21902
|
+
}, "strip", z.ZodTypeAny, {
|
|
21903
|
+
retry_enabled: boolean;
|
|
21904
|
+
}, {
|
|
21905
|
+
retry_enabled: boolean;
|
|
21906
|
+
}>;
|
|
21907
|
+
broadcast_solana: z.ZodObject<{
|
|
21908
|
+
retry_enabled: z.ZodBoolean;
|
|
21909
|
+
}, "strip", z.ZodTypeAny, {
|
|
21910
|
+
retry_enabled: boolean;
|
|
21911
|
+
}, {
|
|
21912
|
+
retry_enabled: boolean;
|
|
21913
|
+
}>;
|
|
21914
|
+
broadcast_assethub: z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
|
21915
|
+
retry_enabled: z.ZodBoolean;
|
|
21916
|
+
}, "strip", z.ZodTypeAny, {
|
|
21917
|
+
retry_enabled: boolean;
|
|
21918
|
+
}, {
|
|
21919
|
+
retry_enabled: boolean;
|
|
21920
|
+
}>>>;
|
|
21921
|
+
ingress_egress_ethereum: z.ZodObject<{
|
|
21922
|
+
boost_deposits_enabled: z.ZodBoolean;
|
|
21923
|
+
add_boost_funds_enabled: z.ZodBoolean;
|
|
21924
|
+
stop_boosting_enabled: z.ZodBoolean;
|
|
21925
|
+
deposits_enabled: z.ZodBoolean;
|
|
21926
|
+
}, "strip", z.ZodTypeAny, {
|
|
21927
|
+
boost_deposits_enabled: boolean;
|
|
21928
|
+
add_boost_funds_enabled: boolean;
|
|
21929
|
+
stop_boosting_enabled: boolean;
|
|
21930
|
+
deposits_enabled: boolean;
|
|
21931
|
+
}, {
|
|
21932
|
+
boost_deposits_enabled: boolean;
|
|
21933
|
+
add_boost_funds_enabled: boolean;
|
|
21934
|
+
stop_boosting_enabled: boolean;
|
|
21935
|
+
deposits_enabled: boolean;
|
|
21936
|
+
}>;
|
|
21937
|
+
ingress_egress_bitcoin: z.ZodObject<{
|
|
21938
|
+
boost_deposits_enabled: z.ZodBoolean;
|
|
21939
|
+
add_boost_funds_enabled: z.ZodBoolean;
|
|
21940
|
+
stop_boosting_enabled: z.ZodBoolean;
|
|
21941
|
+
deposits_enabled: z.ZodBoolean;
|
|
21942
|
+
}, "strip", z.ZodTypeAny, {
|
|
21943
|
+
boost_deposits_enabled: boolean;
|
|
21944
|
+
add_boost_funds_enabled: boolean;
|
|
21945
|
+
stop_boosting_enabled: boolean;
|
|
21946
|
+
deposits_enabled: boolean;
|
|
21947
|
+
}, {
|
|
21948
|
+
boost_deposits_enabled: boolean;
|
|
21949
|
+
add_boost_funds_enabled: boolean;
|
|
21950
|
+
stop_boosting_enabled: boolean;
|
|
21951
|
+
deposits_enabled: boolean;
|
|
21952
|
+
}>;
|
|
21953
|
+
ingress_egress_polkadot: z.ZodObject<{
|
|
21954
|
+
boost_deposits_enabled: z.ZodBoolean;
|
|
21955
|
+
add_boost_funds_enabled: z.ZodBoolean;
|
|
21956
|
+
stop_boosting_enabled: z.ZodBoolean;
|
|
21957
|
+
deposits_enabled: z.ZodBoolean;
|
|
21958
|
+
}, "strip", z.ZodTypeAny, {
|
|
21959
|
+
boost_deposits_enabled: boolean;
|
|
21960
|
+
add_boost_funds_enabled: boolean;
|
|
21961
|
+
stop_boosting_enabled: boolean;
|
|
21962
|
+
deposits_enabled: boolean;
|
|
21963
|
+
}, {
|
|
21964
|
+
boost_deposits_enabled: boolean;
|
|
21965
|
+
add_boost_funds_enabled: boolean;
|
|
21966
|
+
stop_boosting_enabled: boolean;
|
|
21967
|
+
deposits_enabled: boolean;
|
|
21968
|
+
}>;
|
|
21969
|
+
ingress_egress_arbitrum: z.ZodObject<{
|
|
21970
|
+
boost_deposits_enabled: z.ZodBoolean;
|
|
21971
|
+
add_boost_funds_enabled: z.ZodBoolean;
|
|
21972
|
+
stop_boosting_enabled: z.ZodBoolean;
|
|
21973
|
+
deposits_enabled: z.ZodBoolean;
|
|
21974
|
+
}, "strip", z.ZodTypeAny, {
|
|
21975
|
+
boost_deposits_enabled: boolean;
|
|
21976
|
+
add_boost_funds_enabled: boolean;
|
|
21977
|
+
stop_boosting_enabled: boolean;
|
|
21978
|
+
deposits_enabled: boolean;
|
|
21979
|
+
}, {
|
|
21980
|
+
boost_deposits_enabled: boolean;
|
|
21981
|
+
add_boost_funds_enabled: boolean;
|
|
21982
|
+
stop_boosting_enabled: boolean;
|
|
21983
|
+
deposits_enabled: boolean;
|
|
21984
|
+
}>;
|
|
21985
|
+
ingress_egress_solana: z.ZodObject<{
|
|
21986
|
+
boost_deposits_enabled: z.ZodBoolean;
|
|
21987
|
+
add_boost_funds_enabled: z.ZodBoolean;
|
|
21988
|
+
stop_boosting_enabled: z.ZodBoolean;
|
|
21989
|
+
deposits_enabled: z.ZodBoolean;
|
|
21990
|
+
}, "strip", z.ZodTypeAny, {
|
|
21991
|
+
boost_deposits_enabled: boolean;
|
|
21992
|
+
add_boost_funds_enabled: boolean;
|
|
21993
|
+
stop_boosting_enabled: boolean;
|
|
21994
|
+
deposits_enabled: boolean;
|
|
21995
|
+
}, {
|
|
21996
|
+
boost_deposits_enabled: boolean;
|
|
21997
|
+
add_boost_funds_enabled: boolean;
|
|
21998
|
+
stop_boosting_enabled: boolean;
|
|
21999
|
+
deposits_enabled: boolean;
|
|
22000
|
+
}>;
|
|
22001
|
+
ingress_egress_assethub: z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
|
22002
|
+
boost_deposits_enabled: z.ZodBoolean;
|
|
22003
|
+
add_boost_funds_enabled: z.ZodBoolean;
|
|
22004
|
+
stop_boosting_enabled: z.ZodBoolean;
|
|
22005
|
+
deposits_enabled: z.ZodBoolean;
|
|
22006
|
+
}, "strip", z.ZodTypeAny, {
|
|
22007
|
+
boost_deposits_enabled: boolean;
|
|
22008
|
+
add_boost_funds_enabled: boolean;
|
|
22009
|
+
stop_boosting_enabled: boolean;
|
|
22010
|
+
deposits_enabled: boolean;
|
|
22011
|
+
}, {
|
|
22012
|
+
boost_deposits_enabled: boolean;
|
|
22013
|
+
add_boost_funds_enabled: boolean;
|
|
22014
|
+
stop_boosting_enabled: boolean;
|
|
22015
|
+
deposits_enabled: boolean;
|
|
22016
|
+
}>>>;
|
|
22017
|
+
}, "strip", z.ZodTypeAny, {
|
|
22018
|
+
asset_balances: {
|
|
22019
|
+
reconciliation_enabled: boolean;
|
|
22020
|
+
};
|
|
22021
|
+
liquidity_provider: {
|
|
22022
|
+
deposit_enabled: boolean;
|
|
22023
|
+
withdrawal_enabled: boolean;
|
|
22024
|
+
internal_swaps_enabled: boolean;
|
|
22025
|
+
};
|
|
22026
|
+
validator: {
|
|
22027
|
+
authority_rotation_enabled: boolean;
|
|
22028
|
+
start_bidding_enabled: boolean;
|
|
22029
|
+
stop_bidding_enabled: boolean;
|
|
22030
|
+
};
|
|
22031
|
+
swapping: {
|
|
22032
|
+
swaps_enabled: boolean;
|
|
22033
|
+
withdrawals_enabled: boolean;
|
|
22034
|
+
broker_registration_enabled: boolean;
|
|
22035
|
+
};
|
|
22036
|
+
funding: {
|
|
22037
|
+
redeem_enabled: boolean;
|
|
22038
|
+
};
|
|
22039
|
+
pools: {
|
|
22040
|
+
range_order_update_enabled: boolean;
|
|
22041
|
+
limit_order_update_enabled: boolean;
|
|
22042
|
+
};
|
|
22043
|
+
emissions: {
|
|
22044
|
+
emissions_sync_enabled: boolean;
|
|
22045
|
+
};
|
|
22046
|
+
trading_strategies: {
|
|
22047
|
+
strategy_updates_enabled: boolean;
|
|
22048
|
+
strategy_closure_enabled: boolean;
|
|
22049
|
+
strategy_execution_enabled: boolean;
|
|
22050
|
+
};
|
|
22051
|
+
reputation: {
|
|
22052
|
+
reporting_enabled: boolean;
|
|
22053
|
+
};
|
|
22054
|
+
threshold_signature_evm: {
|
|
22055
|
+
slashing_enabled: boolean;
|
|
22056
|
+
};
|
|
22057
|
+
threshold_signature_bitcoin: {
|
|
22058
|
+
slashing_enabled: boolean;
|
|
22059
|
+
};
|
|
22060
|
+
threshold_signature_polkadot: {
|
|
22061
|
+
slashing_enabled: boolean;
|
|
22062
|
+
};
|
|
22063
|
+
threshold_signature_solana: {
|
|
22064
|
+
slashing_enabled: boolean;
|
|
22065
|
+
};
|
|
22066
|
+
broadcast_ethereum: {
|
|
22067
|
+
retry_enabled: boolean;
|
|
22068
|
+
};
|
|
22069
|
+
broadcast_bitcoin: {
|
|
22070
|
+
retry_enabled: boolean;
|
|
22071
|
+
};
|
|
22072
|
+
broadcast_polkadot: {
|
|
22073
|
+
retry_enabled: boolean;
|
|
22074
|
+
};
|
|
22075
|
+
broadcast_arbitrum: {
|
|
22076
|
+
retry_enabled: boolean;
|
|
22077
|
+
};
|
|
22078
|
+
broadcast_solana: {
|
|
22079
|
+
retry_enabled: boolean;
|
|
22080
|
+
};
|
|
22081
|
+
broadcast_assethub: {
|
|
22082
|
+
retry_enabled: boolean;
|
|
22083
|
+
};
|
|
22084
|
+
ingress_egress_ethereum: {
|
|
22085
|
+
boost_deposits_enabled: boolean;
|
|
22086
|
+
add_boost_funds_enabled: boolean;
|
|
22087
|
+
stop_boosting_enabled: boolean;
|
|
22088
|
+
deposits_enabled: boolean;
|
|
22089
|
+
};
|
|
22090
|
+
ingress_egress_bitcoin: {
|
|
22091
|
+
boost_deposits_enabled: boolean;
|
|
22092
|
+
add_boost_funds_enabled: boolean;
|
|
22093
|
+
stop_boosting_enabled: boolean;
|
|
22094
|
+
deposits_enabled: boolean;
|
|
22095
|
+
};
|
|
22096
|
+
ingress_egress_polkadot: {
|
|
22097
|
+
boost_deposits_enabled: boolean;
|
|
22098
|
+
add_boost_funds_enabled: boolean;
|
|
22099
|
+
stop_boosting_enabled: boolean;
|
|
22100
|
+
deposits_enabled: boolean;
|
|
22101
|
+
};
|
|
22102
|
+
ingress_egress_arbitrum: {
|
|
22103
|
+
boost_deposits_enabled: boolean;
|
|
22104
|
+
add_boost_funds_enabled: boolean;
|
|
22105
|
+
stop_boosting_enabled: boolean;
|
|
22106
|
+
deposits_enabled: boolean;
|
|
22107
|
+
};
|
|
22108
|
+
ingress_egress_solana: {
|
|
22109
|
+
boost_deposits_enabled: boolean;
|
|
22110
|
+
add_boost_funds_enabled: boolean;
|
|
22111
|
+
stop_boosting_enabled: boolean;
|
|
22112
|
+
deposits_enabled: boolean;
|
|
22113
|
+
};
|
|
22114
|
+
ingress_egress_assethub: {
|
|
22115
|
+
boost_deposits_enabled: boolean;
|
|
22116
|
+
add_boost_funds_enabled: boolean;
|
|
22117
|
+
stop_boosting_enabled: boolean;
|
|
22118
|
+
deposits_enabled: boolean;
|
|
22119
|
+
};
|
|
22120
|
+
}, {
|
|
22121
|
+
asset_balances: {
|
|
22122
|
+
reconciliation_enabled: boolean;
|
|
22123
|
+
};
|
|
22124
|
+
liquidity_provider: {
|
|
22125
|
+
deposit_enabled: boolean;
|
|
22126
|
+
withdrawal_enabled: boolean;
|
|
22127
|
+
internal_swaps_enabled?: boolean | undefined;
|
|
22128
|
+
};
|
|
22129
|
+
validator: {
|
|
22130
|
+
authority_rotation_enabled: boolean;
|
|
22131
|
+
start_bidding_enabled: boolean;
|
|
22132
|
+
stop_bidding_enabled: boolean;
|
|
22133
|
+
};
|
|
22134
|
+
swapping: {
|
|
22135
|
+
swaps_enabled: boolean;
|
|
22136
|
+
withdrawals_enabled: boolean;
|
|
22137
|
+
broker_registration_enabled: boolean;
|
|
22138
|
+
};
|
|
22139
|
+
funding: {
|
|
22140
|
+
redeem_enabled: boolean;
|
|
22141
|
+
};
|
|
22142
|
+
pools: {
|
|
22143
|
+
range_order_update_enabled: boolean;
|
|
22144
|
+
limit_order_update_enabled: boolean;
|
|
22145
|
+
};
|
|
22146
|
+
emissions: {
|
|
22147
|
+
emissions_sync_enabled: boolean;
|
|
22148
|
+
};
|
|
22149
|
+
reputation: {
|
|
22150
|
+
reporting_enabled: boolean;
|
|
22151
|
+
};
|
|
22152
|
+
threshold_signature_evm: {
|
|
22153
|
+
slashing_enabled: boolean;
|
|
22154
|
+
};
|
|
22155
|
+
threshold_signature_bitcoin: {
|
|
22156
|
+
slashing_enabled: boolean;
|
|
22157
|
+
};
|
|
22158
|
+
threshold_signature_polkadot: {
|
|
22159
|
+
slashing_enabled: boolean;
|
|
22160
|
+
};
|
|
22161
|
+
threshold_signature_solana: {
|
|
22162
|
+
slashing_enabled: boolean;
|
|
22163
|
+
};
|
|
22164
|
+
broadcast_ethereum: {
|
|
22165
|
+
retry_enabled: boolean;
|
|
22166
|
+
};
|
|
22167
|
+
broadcast_bitcoin: {
|
|
22168
|
+
retry_enabled: boolean;
|
|
22169
|
+
};
|
|
22170
|
+
broadcast_polkadot: {
|
|
22171
|
+
retry_enabled: boolean;
|
|
22172
|
+
};
|
|
22173
|
+
broadcast_arbitrum: {
|
|
22174
|
+
retry_enabled: boolean;
|
|
22175
|
+
};
|
|
22176
|
+
broadcast_solana: {
|
|
22177
|
+
retry_enabled: boolean;
|
|
22178
|
+
};
|
|
22179
|
+
ingress_egress_ethereum: {
|
|
22180
|
+
boost_deposits_enabled: boolean;
|
|
22181
|
+
add_boost_funds_enabled: boolean;
|
|
22182
|
+
stop_boosting_enabled: boolean;
|
|
22183
|
+
deposits_enabled: boolean;
|
|
22184
|
+
};
|
|
22185
|
+
ingress_egress_bitcoin: {
|
|
22186
|
+
boost_deposits_enabled: boolean;
|
|
22187
|
+
add_boost_funds_enabled: boolean;
|
|
22188
|
+
stop_boosting_enabled: boolean;
|
|
22189
|
+
deposits_enabled: boolean;
|
|
22190
|
+
};
|
|
22191
|
+
ingress_egress_polkadot: {
|
|
22192
|
+
boost_deposits_enabled: boolean;
|
|
22193
|
+
add_boost_funds_enabled: boolean;
|
|
22194
|
+
stop_boosting_enabled: boolean;
|
|
22195
|
+
deposits_enabled: boolean;
|
|
22196
|
+
};
|
|
22197
|
+
ingress_egress_arbitrum: {
|
|
22198
|
+
boost_deposits_enabled: boolean;
|
|
22199
|
+
add_boost_funds_enabled: boolean;
|
|
22200
|
+
stop_boosting_enabled: boolean;
|
|
22201
|
+
deposits_enabled: boolean;
|
|
22202
|
+
};
|
|
22203
|
+
ingress_egress_solana: {
|
|
22204
|
+
boost_deposits_enabled: boolean;
|
|
22205
|
+
add_boost_funds_enabled: boolean;
|
|
22206
|
+
stop_boosting_enabled: boolean;
|
|
22207
|
+
deposits_enabled: boolean;
|
|
22208
|
+
};
|
|
22209
|
+
trading_strategies?: {
|
|
22210
|
+
strategy_updates_enabled: boolean;
|
|
22211
|
+
strategy_closure_enabled: boolean;
|
|
22212
|
+
strategy_execution_enabled: boolean;
|
|
22213
|
+
} | undefined;
|
|
22214
|
+
broadcast_assethub?: {
|
|
22215
|
+
retry_enabled: boolean;
|
|
22216
|
+
} | undefined;
|
|
22217
|
+
ingress_egress_assethub?: {
|
|
22218
|
+
boost_deposits_enabled: boolean;
|
|
22219
|
+
add_boost_funds_enabled: boolean;
|
|
22220
|
+
stop_boosting_enabled: boolean;
|
|
22221
|
+
deposits_enabled: boolean;
|
|
22222
|
+
} | undefined;
|
|
22223
|
+
}>;
|
|
21468
22224
|
|
|
21469
|
-
export { type AssetAndChain, type RpcLimitOrder, type RpcRangeOrder, broker, brokerRequestSwapDepositAddress, cfAccountInfo, cfAccounts, cfAuctionState, cfBoostPoolDetails, cfBoostPoolPendingFees, cfBoostPoolsDepth, cfEnvironment, cfFailedCallEvm, cfFlipSuppy, cfFundingEnvironment, cfGetTradingStrategies, cfIngressEgressEnvironment, cfPoolDepth, cfPoolOrderbook, cfPoolOrders, cfPoolPriceV2, cfPoolsEnvironment, cfSupportedAssets, cfSwapRate, cfSwapRateV2, cfSwapRateV3, cfSwappingEnvironment, cfTradingStrategy, chainGetBlockHash, ethereumAddress, hexString, liquidityProvider, lpTotalBalances, numberOrHex, requestSwapParameterEncoding, rpcResponse, stateGetMetadata, stateGetRuntimeVersion, u256, unregistered, validator };
|
|
22225
|
+
export { type AssetAndChain, type RpcLimitOrder, type RpcRangeOrder, broker, brokerRequestSwapDepositAddress, cfAccountInfo, cfAccounts, cfAuctionState, cfAvailablePools, cfBoostPoolDetails, cfBoostPoolPendingFees, cfBoostPoolsDepth, cfEnvironment, cfFailedCallEvm, cfFlipSuppy, cfFundingEnvironment, cfGetTradingStrategies, cfIngressEgressEnvironment, cfPoolDepth, cfPoolOrderbook, cfPoolOrders, cfPoolPriceV2, cfPoolsEnvironment, cfSafeModeStatuses, cfSupportedAssets, cfSwapRate, cfSwapRateV2, cfSwapRateV3, cfSwappingEnvironment, cfTradingStrategy, chainGetBlockHash, ethereumAddress, hexString, liquidityProvider, lpTotalBalances, numberOrHex, requestSwapParameterEncoding, rpcResponse, stateGetMetadata, stateGetRuntimeVersion, u256, unregistered, validator };
|