@chainflip/rpc 1.9.4 → 1.9.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/common.d.ts CHANGED
@@ -154,7 +154,9 @@ type RpcRequest = WithHash<{
154
154
  orders: number
155
155
  ];
156
156
  cf_get_trading_strategies: [accountId?: Nullish<string>];
157
+ cf_get_trading_strategy_limits: [];
157
158
  cf_available_pools: [];
159
+ cf_safe_mode_statuses: [];
158
160
  }> & {
159
161
  chain_getBlockHash: [blockHeight?: number];
160
162
  };
@@ -190,14 +192,14 @@ declare const rpcResult: {
190
192
  chain: "Bitcoin";
191
193
  nulldata_payload: string;
192
194
  deposit_address: string;
193
- }>, z.ZodObject<z.objectUtil.extendShape<{
195
+ }>, z.ZodObject<{
194
196
  to: z.ZodEffects<z.ZodString, `0x${string}`, string>;
195
197
  calldata: z.ZodEffects<z.ZodString, `0x${string}`, string>;
196
198
  value: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
197
199
  source_token_address: z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>;
198
- }, {
200
+ } & {
199
201
  chain: z.ZodLiteral<"Ethereum">;
200
- }>, "strip", z.ZodTypeAny, {
202
+ }, "strip", z.ZodTypeAny, {
201
203
  value: bigint;
202
204
  chain: "Ethereum";
203
205
  to: `0x${string}`;
@@ -209,14 +211,14 @@ declare const rpcResult: {
209
211
  to: string;
210
212
  calldata: string;
211
213
  source_token_address?: string | undefined;
212
- }>, z.ZodObject<z.objectUtil.extendShape<{
214
+ }>, z.ZodObject<{
213
215
  to: z.ZodEffects<z.ZodString, `0x${string}`, string>;
214
216
  calldata: z.ZodEffects<z.ZodString, `0x${string}`, string>;
215
217
  value: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
216
218
  source_token_address: z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>;
217
- }, {
219
+ } & {
218
220
  chain: z.ZodLiteral<"Arbitrum">;
219
- }>, "strip", z.ZodTypeAny, {
221
+ }, "strip", z.ZodTypeAny, {
220
222
  value: bigint;
221
223
  chain: "Arbitrum";
222
224
  to: `0x${string}`;
@@ -276,14 +278,14 @@ declare const rpcResult: {
276
278
  chain: "Bitcoin";
277
279
  nulldata_payload: string;
278
280
  deposit_address: string;
279
- }>, z.ZodObject<z.objectUtil.extendShape<{
281
+ }>, z.ZodObject<{
280
282
  to: z.ZodEffects<z.ZodString, `0x${string}`, string>;
281
283
  calldata: z.ZodEffects<z.ZodString, `0x${string}`, string>;
282
284
  value: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
283
285
  source_token_address: z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>;
284
- }, {
286
+ } & {
285
287
  chain: z.ZodLiteral<"Ethereum">;
286
- }>, "strip", z.ZodTypeAny, {
288
+ }, "strip", z.ZodTypeAny, {
287
289
  value: bigint;
288
290
  chain: "Ethereum";
289
291
  to: `0x${string}`;
@@ -295,14 +297,14 @@ declare const rpcResult: {
295
297
  to: string;
296
298
  calldata: string;
297
299
  source_token_address?: string | undefined;
298
- }>, z.ZodObject<z.objectUtil.extendShape<{
300
+ }>, z.ZodObject<{
299
301
  to: z.ZodEffects<z.ZodString, `0x${string}`, string>;
300
302
  calldata: z.ZodEffects<z.ZodString, `0x${string}`, string>;
301
303
  value: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
302
304
  source_token_address: z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>;
303
- }, {
305
+ } & {
304
306
  chain: z.ZodLiteral<"Arbitrum">;
305
- }>, "strip", z.ZodTypeAny, {
307
+ }, "strip", z.ZodTypeAny, {
306
308
  value: bigint;
307
309
  chain: "Arbitrum";
308
310
  to: `0x${string}`;
@@ -16753,7 +16755,7 @@ declare const rpcResult: {
16753
16755
  amount: string | number;
16754
16756
  };
16755
16757
  }>;
16756
- readonly cf_swap_rate_v3: z.ZodObject<z.objectUtil.extendShape<{
16758
+ readonly cf_swap_rate_v3: z.ZodObject<{
16757
16759
  egress_fee: z.ZodIntersection<z.ZodUnion<[z.ZodObject<{
16758
16760
  chain: z.ZodLiteral<"Bitcoin">;
16759
16761
  asset: z.ZodLiteral<"BTC">;
@@ -17128,7 +17130,7 @@ declare const rpcResult: {
17128
17130
  amount: string | number;
17129
17131
  }>>;
17130
17132
  output: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
17131
- }, {
17133
+ } & {
17132
17134
  broker_commission: z.ZodIntersection<z.ZodUnion<[z.ZodObject<{
17133
17135
  chain: z.ZodLiteral<"Bitcoin">;
17134
17136
  asset: z.ZodLiteral<"BTC">;
@@ -17253,7 +17255,7 @@ declare const rpcResult: {
17253
17255
  }, {
17254
17256
  amount: string | number;
17255
17257
  }>>;
17256
- }>, "strip", z.ZodTypeAny, {
17258
+ }, "strip", z.ZodTypeAny, {
17257
17259
  intermediary: bigint | null;
17258
17260
  output: bigint;
17259
17261
  egress_fee: ({
@@ -19165,6 +19167,352 @@ declare const rpcResult: {
19165
19167
  asset: "USDT";
19166
19168
  }, string | number][];
19167
19169
  }>, "many">>;
19170
+ readonly cf_get_trading_strategy_limits: z.ZodObject<{
19171
+ minimum_deployment_amount: z.ZodObject<{
19172
+ Bitcoin: z.ZodObject<{
19173
+ BTC: z.ZodNullable<z.ZodNumber>;
19174
+ }, "strip", z.ZodTypeAny, {
19175
+ BTC: number | null;
19176
+ }, {
19177
+ BTC: number | null;
19178
+ }>;
19179
+ Ethereum: z.ZodObject<{
19180
+ ETH: z.ZodNullable<z.ZodNumber>;
19181
+ USDC: z.ZodNullable<z.ZodNumber>;
19182
+ FLIP: z.ZodNullable<z.ZodNumber>;
19183
+ USDT: z.ZodNullable<z.ZodNumber>;
19184
+ }, "strip", z.ZodTypeAny, {
19185
+ ETH: number | null;
19186
+ USDC: number | null;
19187
+ FLIP: number | null;
19188
+ USDT: number | null;
19189
+ }, {
19190
+ ETH: number | null;
19191
+ USDC: number | null;
19192
+ FLIP: number | null;
19193
+ USDT: number | null;
19194
+ }>;
19195
+ Polkadot: z.ZodObject<{
19196
+ DOT: z.ZodNullable<z.ZodNumber>;
19197
+ }, "strip", z.ZodTypeAny, {
19198
+ DOT: number | null;
19199
+ }, {
19200
+ DOT: number | null;
19201
+ }>;
19202
+ Arbitrum: z.ZodObject<{
19203
+ ETH: z.ZodNullable<z.ZodNumber>;
19204
+ USDC: z.ZodNullable<z.ZodNumber>;
19205
+ }, "strip", z.ZodTypeAny, {
19206
+ ETH: number | null;
19207
+ USDC: number | null;
19208
+ }, {
19209
+ ETH: number | null;
19210
+ USDC: number | null;
19211
+ }>;
19212
+ Solana: z.ZodObject<{
19213
+ SOL: z.ZodNullable<z.ZodNumber>;
19214
+ USDC: z.ZodNullable<z.ZodNumber>;
19215
+ }, "strip", z.ZodTypeAny, {
19216
+ USDC: number | null;
19217
+ SOL: number | null;
19218
+ }, {
19219
+ USDC: number | null;
19220
+ SOL: number | null;
19221
+ }>;
19222
+ Assethub: z.ZodDefault<z.ZodObject<{
19223
+ DOT: z.ZodNullable<z.ZodNumber>;
19224
+ USDC: z.ZodNullable<z.ZodNumber>;
19225
+ USDT: z.ZodNullable<z.ZodNumber>;
19226
+ }, "strip", z.ZodTypeAny, {
19227
+ USDC: number | null;
19228
+ USDT: number | null;
19229
+ DOT: number | null;
19230
+ }, {
19231
+ USDC: number | null;
19232
+ USDT: number | null;
19233
+ DOT: number | null;
19234
+ }>>;
19235
+ }, "strip", z.ZodTypeAny, {
19236
+ Bitcoin: {
19237
+ BTC: number | null;
19238
+ };
19239
+ Ethereum: {
19240
+ ETH: number | null;
19241
+ USDC: number | null;
19242
+ FLIP: number | null;
19243
+ USDT: number | null;
19244
+ };
19245
+ Arbitrum: {
19246
+ ETH: number | null;
19247
+ USDC: number | null;
19248
+ };
19249
+ Solana: {
19250
+ USDC: number | null;
19251
+ SOL: number | null;
19252
+ };
19253
+ Polkadot: {
19254
+ DOT: number | null;
19255
+ };
19256
+ Assethub: {
19257
+ USDC: number | null;
19258
+ USDT: number | null;
19259
+ DOT: number | null;
19260
+ };
19261
+ }, {
19262
+ Bitcoin: {
19263
+ BTC: number | null;
19264
+ };
19265
+ Ethereum: {
19266
+ ETH: number | null;
19267
+ USDC: number | null;
19268
+ FLIP: number | null;
19269
+ USDT: number | null;
19270
+ };
19271
+ Arbitrum: {
19272
+ ETH: number | null;
19273
+ USDC: number | null;
19274
+ };
19275
+ Solana: {
19276
+ USDC: number | null;
19277
+ SOL: number | null;
19278
+ };
19279
+ Polkadot: {
19280
+ DOT: number | null;
19281
+ };
19282
+ Assethub?: {
19283
+ USDC: number | null;
19284
+ USDT: number | null;
19285
+ DOT: number | null;
19286
+ } | undefined;
19287
+ }>;
19288
+ minimum_added_funds_amount: z.ZodObject<{
19289
+ Bitcoin: z.ZodObject<{
19290
+ BTC: z.ZodNullable<z.ZodNumber>;
19291
+ }, "strip", z.ZodTypeAny, {
19292
+ BTC: number | null;
19293
+ }, {
19294
+ BTC: number | null;
19295
+ }>;
19296
+ Ethereum: z.ZodObject<{
19297
+ ETH: z.ZodNullable<z.ZodNumber>;
19298
+ USDC: z.ZodNullable<z.ZodNumber>;
19299
+ FLIP: z.ZodNullable<z.ZodNumber>;
19300
+ USDT: z.ZodNullable<z.ZodNumber>;
19301
+ }, "strip", z.ZodTypeAny, {
19302
+ ETH: number | null;
19303
+ USDC: number | null;
19304
+ FLIP: number | null;
19305
+ USDT: number | null;
19306
+ }, {
19307
+ ETH: number | null;
19308
+ USDC: number | null;
19309
+ FLIP: number | null;
19310
+ USDT: number | null;
19311
+ }>;
19312
+ Polkadot: z.ZodObject<{
19313
+ DOT: z.ZodNullable<z.ZodNumber>;
19314
+ }, "strip", z.ZodTypeAny, {
19315
+ DOT: number | null;
19316
+ }, {
19317
+ DOT: number | null;
19318
+ }>;
19319
+ Arbitrum: z.ZodObject<{
19320
+ ETH: z.ZodNullable<z.ZodNumber>;
19321
+ USDC: z.ZodNullable<z.ZodNumber>;
19322
+ }, "strip", z.ZodTypeAny, {
19323
+ ETH: number | null;
19324
+ USDC: number | null;
19325
+ }, {
19326
+ ETH: number | null;
19327
+ USDC: number | null;
19328
+ }>;
19329
+ Solana: z.ZodObject<{
19330
+ SOL: z.ZodNullable<z.ZodNumber>;
19331
+ USDC: z.ZodNullable<z.ZodNumber>;
19332
+ }, "strip", z.ZodTypeAny, {
19333
+ USDC: number | null;
19334
+ SOL: number | null;
19335
+ }, {
19336
+ USDC: number | null;
19337
+ SOL: number | null;
19338
+ }>;
19339
+ Assethub: z.ZodDefault<z.ZodObject<{
19340
+ DOT: z.ZodNullable<z.ZodNumber>;
19341
+ USDC: z.ZodNullable<z.ZodNumber>;
19342
+ USDT: z.ZodNullable<z.ZodNumber>;
19343
+ }, "strip", z.ZodTypeAny, {
19344
+ USDC: number | null;
19345
+ USDT: number | null;
19346
+ DOT: number | null;
19347
+ }, {
19348
+ USDC: number | null;
19349
+ USDT: number | null;
19350
+ DOT: number | null;
19351
+ }>>;
19352
+ }, "strip", z.ZodTypeAny, {
19353
+ Bitcoin: {
19354
+ BTC: number | null;
19355
+ };
19356
+ Ethereum: {
19357
+ ETH: number | null;
19358
+ USDC: number | null;
19359
+ FLIP: number | null;
19360
+ USDT: number | null;
19361
+ };
19362
+ Arbitrum: {
19363
+ ETH: number | null;
19364
+ USDC: number | null;
19365
+ };
19366
+ Solana: {
19367
+ USDC: number | null;
19368
+ SOL: number | null;
19369
+ };
19370
+ Polkadot: {
19371
+ DOT: number | null;
19372
+ };
19373
+ Assethub: {
19374
+ USDC: number | null;
19375
+ USDT: number | null;
19376
+ DOT: number | null;
19377
+ };
19378
+ }, {
19379
+ Bitcoin: {
19380
+ BTC: number | null;
19381
+ };
19382
+ Ethereum: {
19383
+ ETH: number | null;
19384
+ USDC: number | null;
19385
+ FLIP: number | null;
19386
+ USDT: number | null;
19387
+ };
19388
+ Arbitrum: {
19389
+ ETH: number | null;
19390
+ USDC: number | null;
19391
+ };
19392
+ Solana: {
19393
+ USDC: number | null;
19394
+ SOL: number | null;
19395
+ };
19396
+ Polkadot: {
19397
+ DOT: number | null;
19398
+ };
19399
+ Assethub?: {
19400
+ USDC: number | null;
19401
+ USDT: number | null;
19402
+ DOT: number | null;
19403
+ } | undefined;
19404
+ }>;
19405
+ }, "strip", z.ZodTypeAny, {
19406
+ minimum_deployment_amount: {
19407
+ Bitcoin: {
19408
+ BTC: number | null;
19409
+ };
19410
+ Ethereum: {
19411
+ ETH: number | null;
19412
+ USDC: number | null;
19413
+ FLIP: number | null;
19414
+ USDT: number | null;
19415
+ };
19416
+ Arbitrum: {
19417
+ ETH: number | null;
19418
+ USDC: number | null;
19419
+ };
19420
+ Solana: {
19421
+ USDC: number | null;
19422
+ SOL: number | null;
19423
+ };
19424
+ Polkadot: {
19425
+ DOT: number | null;
19426
+ };
19427
+ Assethub: {
19428
+ USDC: number | null;
19429
+ USDT: number | null;
19430
+ DOT: number | null;
19431
+ };
19432
+ };
19433
+ minimum_added_funds_amount: {
19434
+ Bitcoin: {
19435
+ BTC: number | null;
19436
+ };
19437
+ Ethereum: {
19438
+ ETH: number | null;
19439
+ USDC: number | null;
19440
+ FLIP: number | null;
19441
+ USDT: number | null;
19442
+ };
19443
+ Arbitrum: {
19444
+ ETH: number | null;
19445
+ USDC: number | null;
19446
+ };
19447
+ Solana: {
19448
+ USDC: number | null;
19449
+ SOL: number | null;
19450
+ };
19451
+ Polkadot: {
19452
+ DOT: number | null;
19453
+ };
19454
+ Assethub: {
19455
+ USDC: number | null;
19456
+ USDT: number | null;
19457
+ DOT: number | null;
19458
+ };
19459
+ };
19460
+ }, {
19461
+ minimum_deployment_amount: {
19462
+ Bitcoin: {
19463
+ BTC: number | null;
19464
+ };
19465
+ Ethereum: {
19466
+ ETH: number | null;
19467
+ USDC: number | null;
19468
+ FLIP: number | null;
19469
+ USDT: number | null;
19470
+ };
19471
+ Arbitrum: {
19472
+ ETH: number | null;
19473
+ USDC: number | null;
19474
+ };
19475
+ Solana: {
19476
+ USDC: number | null;
19477
+ SOL: number | null;
19478
+ };
19479
+ Polkadot: {
19480
+ DOT: number | null;
19481
+ };
19482
+ Assethub?: {
19483
+ USDC: number | null;
19484
+ USDT: number | null;
19485
+ DOT: number | null;
19486
+ } | undefined;
19487
+ };
19488
+ minimum_added_funds_amount: {
19489
+ Bitcoin: {
19490
+ BTC: number | null;
19491
+ };
19492
+ Ethereum: {
19493
+ ETH: number | null;
19494
+ USDC: number | null;
19495
+ FLIP: number | null;
19496
+ USDT: number | null;
19497
+ };
19498
+ Arbitrum: {
19499
+ ETH: number | null;
19500
+ USDC: number | null;
19501
+ };
19502
+ Solana: {
19503
+ USDC: number | null;
19504
+ SOL: number | null;
19505
+ };
19506
+ Polkadot: {
19507
+ DOT: number | null;
19508
+ };
19509
+ Assethub?: {
19510
+ USDC: number | null;
19511
+ USDT: number | null;
19512
+ DOT: number | null;
19513
+ } | undefined;
19514
+ };
19515
+ }>;
19168
19516
  readonly cf_available_pools: z.ZodArray<z.ZodObject<{
19169
19517
  base: z.ZodEffects<z.ZodUnion<[z.ZodObject<{
19170
19518
  chain: z.ZodLiteral<"Bitcoin">;
@@ -19457,6 +19805,470 @@ declare const rpcResult: {
19457
19805
  asset: "USDC";
19458
19806
  };
19459
19807
  }>, "many">;
19808
+ readonly cf_safe_mode_statuses: z.ZodObject<{
19809
+ emissions: z.ZodObject<{
19810
+ emissions_sync_enabled: z.ZodBoolean;
19811
+ }, "strip", z.ZodTypeAny, {
19812
+ emissions_sync_enabled: boolean;
19813
+ }, {
19814
+ emissions_sync_enabled: boolean;
19815
+ }>;
19816
+ funding: z.ZodObject<{
19817
+ redeem_enabled: z.ZodBoolean;
19818
+ }, "strip", z.ZodTypeAny, {
19819
+ redeem_enabled: boolean;
19820
+ }, {
19821
+ redeem_enabled: boolean;
19822
+ }>;
19823
+ swapping: z.ZodObject<{
19824
+ swaps_enabled: z.ZodBoolean;
19825
+ withdrawals_enabled: z.ZodBoolean;
19826
+ broker_registration_enabled: z.ZodBoolean;
19827
+ }, "strip", z.ZodTypeAny, {
19828
+ swaps_enabled: boolean;
19829
+ withdrawals_enabled: boolean;
19830
+ broker_registration_enabled: boolean;
19831
+ }, {
19832
+ swaps_enabled: boolean;
19833
+ withdrawals_enabled: boolean;
19834
+ broker_registration_enabled: boolean;
19835
+ }>;
19836
+ liquidity_provider: z.ZodObject<{
19837
+ deposit_enabled: z.ZodBoolean;
19838
+ withdrawal_enabled: z.ZodBoolean;
19839
+ internal_swaps_enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
19840
+ }, "strip", z.ZodTypeAny, {
19841
+ deposit_enabled: boolean;
19842
+ withdrawal_enabled: boolean;
19843
+ internal_swaps_enabled: boolean;
19844
+ }, {
19845
+ deposit_enabled: boolean;
19846
+ withdrawal_enabled: boolean;
19847
+ internal_swaps_enabled?: boolean | undefined;
19848
+ }>;
19849
+ validator: z.ZodObject<{
19850
+ authority_rotation_enabled: z.ZodBoolean;
19851
+ start_bidding_enabled: z.ZodBoolean;
19852
+ stop_bidding_enabled: z.ZodBoolean;
19853
+ }, "strip", z.ZodTypeAny, {
19854
+ authority_rotation_enabled: boolean;
19855
+ start_bidding_enabled: boolean;
19856
+ stop_bidding_enabled: boolean;
19857
+ }, {
19858
+ authority_rotation_enabled: boolean;
19859
+ start_bidding_enabled: boolean;
19860
+ stop_bidding_enabled: boolean;
19861
+ }>;
19862
+ pools: z.ZodObject<{
19863
+ range_order_update_enabled: z.ZodBoolean;
19864
+ limit_order_update_enabled: z.ZodBoolean;
19865
+ }, "strip", z.ZodTypeAny, {
19866
+ range_order_update_enabled: boolean;
19867
+ limit_order_update_enabled: boolean;
19868
+ }, {
19869
+ range_order_update_enabled: boolean;
19870
+ limit_order_update_enabled: boolean;
19871
+ }>;
19872
+ trading_strategies: z.ZodDefault<z.ZodOptional<z.ZodObject<{
19873
+ strategy_updates_enabled: z.ZodBoolean;
19874
+ strategy_closure_enabled: z.ZodBoolean;
19875
+ strategy_execution_enabled: z.ZodBoolean;
19876
+ }, "strip", z.ZodTypeAny, {
19877
+ strategy_updates_enabled: boolean;
19878
+ strategy_closure_enabled: boolean;
19879
+ strategy_execution_enabled: boolean;
19880
+ }, {
19881
+ strategy_updates_enabled: boolean;
19882
+ strategy_closure_enabled: boolean;
19883
+ strategy_execution_enabled: boolean;
19884
+ }>>>;
19885
+ reputation: z.ZodObject<{
19886
+ reporting_enabled: z.ZodBoolean;
19887
+ }, "strip", z.ZodTypeAny, {
19888
+ reporting_enabled: boolean;
19889
+ }, {
19890
+ reporting_enabled: boolean;
19891
+ }>;
19892
+ asset_balances: z.ZodObject<{
19893
+ reconciliation_enabled: z.ZodBoolean;
19894
+ }, "strip", z.ZodTypeAny, {
19895
+ reconciliation_enabled: boolean;
19896
+ }, {
19897
+ reconciliation_enabled: boolean;
19898
+ }>;
19899
+ threshold_signature_evm: z.ZodObject<{
19900
+ slashing_enabled: z.ZodBoolean;
19901
+ }, "strip", z.ZodTypeAny, {
19902
+ slashing_enabled: boolean;
19903
+ }, {
19904
+ slashing_enabled: boolean;
19905
+ }>;
19906
+ threshold_signature_bitcoin: z.ZodObject<{
19907
+ slashing_enabled: z.ZodBoolean;
19908
+ }, "strip", z.ZodTypeAny, {
19909
+ slashing_enabled: boolean;
19910
+ }, {
19911
+ slashing_enabled: boolean;
19912
+ }>;
19913
+ threshold_signature_polkadot: z.ZodObject<{
19914
+ slashing_enabled: z.ZodBoolean;
19915
+ }, "strip", z.ZodTypeAny, {
19916
+ slashing_enabled: boolean;
19917
+ }, {
19918
+ slashing_enabled: boolean;
19919
+ }>;
19920
+ threshold_signature_solana: z.ZodObject<{
19921
+ slashing_enabled: z.ZodBoolean;
19922
+ }, "strip", z.ZodTypeAny, {
19923
+ slashing_enabled: boolean;
19924
+ }, {
19925
+ slashing_enabled: boolean;
19926
+ }>;
19927
+ broadcast_ethereum: z.ZodObject<{
19928
+ retry_enabled: z.ZodBoolean;
19929
+ }, "strip", z.ZodTypeAny, {
19930
+ retry_enabled: boolean;
19931
+ }, {
19932
+ retry_enabled: boolean;
19933
+ }>;
19934
+ broadcast_bitcoin: z.ZodObject<{
19935
+ retry_enabled: z.ZodBoolean;
19936
+ }, "strip", z.ZodTypeAny, {
19937
+ retry_enabled: boolean;
19938
+ }, {
19939
+ retry_enabled: boolean;
19940
+ }>;
19941
+ broadcast_polkadot: z.ZodObject<{
19942
+ retry_enabled: z.ZodBoolean;
19943
+ }, "strip", z.ZodTypeAny, {
19944
+ retry_enabled: boolean;
19945
+ }, {
19946
+ retry_enabled: boolean;
19947
+ }>;
19948
+ broadcast_arbitrum: z.ZodObject<{
19949
+ retry_enabled: z.ZodBoolean;
19950
+ }, "strip", z.ZodTypeAny, {
19951
+ retry_enabled: boolean;
19952
+ }, {
19953
+ retry_enabled: boolean;
19954
+ }>;
19955
+ broadcast_solana: z.ZodObject<{
19956
+ retry_enabled: z.ZodBoolean;
19957
+ }, "strip", z.ZodTypeAny, {
19958
+ retry_enabled: boolean;
19959
+ }, {
19960
+ retry_enabled: boolean;
19961
+ }>;
19962
+ broadcast_assethub: z.ZodDefault<z.ZodOptional<z.ZodObject<{
19963
+ retry_enabled: z.ZodBoolean;
19964
+ }, "strip", z.ZodTypeAny, {
19965
+ retry_enabled: boolean;
19966
+ }, {
19967
+ retry_enabled: boolean;
19968
+ }>>>;
19969
+ ingress_egress_ethereum: z.ZodObject<{
19970
+ boost_deposits_enabled: z.ZodBoolean;
19971
+ add_boost_funds_enabled: z.ZodBoolean;
19972
+ stop_boosting_enabled: z.ZodBoolean;
19973
+ deposits_enabled: z.ZodBoolean;
19974
+ }, "strip", z.ZodTypeAny, {
19975
+ boost_deposits_enabled: boolean;
19976
+ add_boost_funds_enabled: boolean;
19977
+ stop_boosting_enabled: boolean;
19978
+ deposits_enabled: boolean;
19979
+ }, {
19980
+ boost_deposits_enabled: boolean;
19981
+ add_boost_funds_enabled: boolean;
19982
+ stop_boosting_enabled: boolean;
19983
+ deposits_enabled: boolean;
19984
+ }>;
19985
+ ingress_egress_bitcoin: z.ZodObject<{
19986
+ boost_deposits_enabled: z.ZodBoolean;
19987
+ add_boost_funds_enabled: z.ZodBoolean;
19988
+ stop_boosting_enabled: z.ZodBoolean;
19989
+ deposits_enabled: z.ZodBoolean;
19990
+ }, "strip", z.ZodTypeAny, {
19991
+ boost_deposits_enabled: boolean;
19992
+ add_boost_funds_enabled: boolean;
19993
+ stop_boosting_enabled: boolean;
19994
+ deposits_enabled: boolean;
19995
+ }, {
19996
+ boost_deposits_enabled: boolean;
19997
+ add_boost_funds_enabled: boolean;
19998
+ stop_boosting_enabled: boolean;
19999
+ deposits_enabled: boolean;
20000
+ }>;
20001
+ ingress_egress_polkadot: z.ZodObject<{
20002
+ boost_deposits_enabled: z.ZodBoolean;
20003
+ add_boost_funds_enabled: z.ZodBoolean;
20004
+ stop_boosting_enabled: z.ZodBoolean;
20005
+ deposits_enabled: z.ZodBoolean;
20006
+ }, "strip", z.ZodTypeAny, {
20007
+ boost_deposits_enabled: boolean;
20008
+ add_boost_funds_enabled: boolean;
20009
+ stop_boosting_enabled: boolean;
20010
+ deposits_enabled: boolean;
20011
+ }, {
20012
+ boost_deposits_enabled: boolean;
20013
+ add_boost_funds_enabled: boolean;
20014
+ stop_boosting_enabled: boolean;
20015
+ deposits_enabled: boolean;
20016
+ }>;
20017
+ ingress_egress_arbitrum: z.ZodObject<{
20018
+ boost_deposits_enabled: z.ZodBoolean;
20019
+ add_boost_funds_enabled: z.ZodBoolean;
20020
+ stop_boosting_enabled: z.ZodBoolean;
20021
+ deposits_enabled: z.ZodBoolean;
20022
+ }, "strip", z.ZodTypeAny, {
20023
+ boost_deposits_enabled: boolean;
20024
+ add_boost_funds_enabled: boolean;
20025
+ stop_boosting_enabled: boolean;
20026
+ deposits_enabled: boolean;
20027
+ }, {
20028
+ boost_deposits_enabled: boolean;
20029
+ add_boost_funds_enabled: boolean;
20030
+ stop_boosting_enabled: boolean;
20031
+ deposits_enabled: boolean;
20032
+ }>;
20033
+ ingress_egress_solana: z.ZodObject<{
20034
+ boost_deposits_enabled: z.ZodBoolean;
20035
+ add_boost_funds_enabled: z.ZodBoolean;
20036
+ stop_boosting_enabled: z.ZodBoolean;
20037
+ deposits_enabled: z.ZodBoolean;
20038
+ }, "strip", z.ZodTypeAny, {
20039
+ boost_deposits_enabled: boolean;
20040
+ add_boost_funds_enabled: boolean;
20041
+ stop_boosting_enabled: boolean;
20042
+ deposits_enabled: boolean;
20043
+ }, {
20044
+ boost_deposits_enabled: boolean;
20045
+ add_boost_funds_enabled: boolean;
20046
+ stop_boosting_enabled: boolean;
20047
+ deposits_enabled: boolean;
20048
+ }>;
20049
+ ingress_egress_assethub: z.ZodDefault<z.ZodOptional<z.ZodObject<{
20050
+ boost_deposits_enabled: z.ZodBoolean;
20051
+ add_boost_funds_enabled: z.ZodBoolean;
20052
+ stop_boosting_enabled: z.ZodBoolean;
20053
+ deposits_enabled: z.ZodBoolean;
20054
+ }, "strip", z.ZodTypeAny, {
20055
+ boost_deposits_enabled: boolean;
20056
+ add_boost_funds_enabled: boolean;
20057
+ stop_boosting_enabled: boolean;
20058
+ deposits_enabled: boolean;
20059
+ }, {
20060
+ boost_deposits_enabled: boolean;
20061
+ add_boost_funds_enabled: boolean;
20062
+ stop_boosting_enabled: boolean;
20063
+ deposits_enabled: boolean;
20064
+ }>>>;
20065
+ }, "strip", z.ZodTypeAny, {
20066
+ asset_balances: {
20067
+ reconciliation_enabled: boolean;
20068
+ };
20069
+ liquidity_provider: {
20070
+ deposit_enabled: boolean;
20071
+ withdrawal_enabled: boolean;
20072
+ internal_swaps_enabled: boolean;
20073
+ };
20074
+ validator: {
20075
+ authority_rotation_enabled: boolean;
20076
+ start_bidding_enabled: boolean;
20077
+ stop_bidding_enabled: boolean;
20078
+ };
20079
+ swapping: {
20080
+ swaps_enabled: boolean;
20081
+ withdrawals_enabled: boolean;
20082
+ broker_registration_enabled: boolean;
20083
+ };
20084
+ funding: {
20085
+ redeem_enabled: boolean;
20086
+ };
20087
+ pools: {
20088
+ range_order_update_enabled: boolean;
20089
+ limit_order_update_enabled: boolean;
20090
+ };
20091
+ emissions: {
20092
+ emissions_sync_enabled: boolean;
20093
+ };
20094
+ trading_strategies: {
20095
+ strategy_updates_enabled: boolean;
20096
+ strategy_closure_enabled: boolean;
20097
+ strategy_execution_enabled: boolean;
20098
+ };
20099
+ reputation: {
20100
+ reporting_enabled: boolean;
20101
+ };
20102
+ threshold_signature_evm: {
20103
+ slashing_enabled: boolean;
20104
+ };
20105
+ threshold_signature_bitcoin: {
20106
+ slashing_enabled: boolean;
20107
+ };
20108
+ threshold_signature_polkadot: {
20109
+ slashing_enabled: boolean;
20110
+ };
20111
+ threshold_signature_solana: {
20112
+ slashing_enabled: boolean;
20113
+ };
20114
+ broadcast_ethereum: {
20115
+ retry_enabled: boolean;
20116
+ };
20117
+ broadcast_bitcoin: {
20118
+ retry_enabled: boolean;
20119
+ };
20120
+ broadcast_polkadot: {
20121
+ retry_enabled: boolean;
20122
+ };
20123
+ broadcast_arbitrum: {
20124
+ retry_enabled: boolean;
20125
+ };
20126
+ broadcast_solana: {
20127
+ retry_enabled: boolean;
20128
+ };
20129
+ broadcast_assethub: {
20130
+ retry_enabled: boolean;
20131
+ };
20132
+ ingress_egress_ethereum: {
20133
+ boost_deposits_enabled: boolean;
20134
+ add_boost_funds_enabled: boolean;
20135
+ stop_boosting_enabled: boolean;
20136
+ deposits_enabled: boolean;
20137
+ };
20138
+ ingress_egress_bitcoin: {
20139
+ boost_deposits_enabled: boolean;
20140
+ add_boost_funds_enabled: boolean;
20141
+ stop_boosting_enabled: boolean;
20142
+ deposits_enabled: boolean;
20143
+ };
20144
+ ingress_egress_polkadot: {
20145
+ boost_deposits_enabled: boolean;
20146
+ add_boost_funds_enabled: boolean;
20147
+ stop_boosting_enabled: boolean;
20148
+ deposits_enabled: boolean;
20149
+ };
20150
+ ingress_egress_arbitrum: {
20151
+ boost_deposits_enabled: boolean;
20152
+ add_boost_funds_enabled: boolean;
20153
+ stop_boosting_enabled: boolean;
20154
+ deposits_enabled: boolean;
20155
+ };
20156
+ ingress_egress_solana: {
20157
+ boost_deposits_enabled: boolean;
20158
+ add_boost_funds_enabled: boolean;
20159
+ stop_boosting_enabled: boolean;
20160
+ deposits_enabled: boolean;
20161
+ };
20162
+ ingress_egress_assethub: {
20163
+ boost_deposits_enabled: boolean;
20164
+ add_boost_funds_enabled: boolean;
20165
+ stop_boosting_enabled: boolean;
20166
+ deposits_enabled: boolean;
20167
+ };
20168
+ }, {
20169
+ asset_balances: {
20170
+ reconciliation_enabled: boolean;
20171
+ };
20172
+ liquidity_provider: {
20173
+ deposit_enabled: boolean;
20174
+ withdrawal_enabled: boolean;
20175
+ internal_swaps_enabled?: boolean | undefined;
20176
+ };
20177
+ validator: {
20178
+ authority_rotation_enabled: boolean;
20179
+ start_bidding_enabled: boolean;
20180
+ stop_bidding_enabled: boolean;
20181
+ };
20182
+ swapping: {
20183
+ swaps_enabled: boolean;
20184
+ withdrawals_enabled: boolean;
20185
+ broker_registration_enabled: boolean;
20186
+ };
20187
+ funding: {
20188
+ redeem_enabled: boolean;
20189
+ };
20190
+ pools: {
20191
+ range_order_update_enabled: boolean;
20192
+ limit_order_update_enabled: boolean;
20193
+ };
20194
+ emissions: {
20195
+ emissions_sync_enabled: boolean;
20196
+ };
20197
+ reputation: {
20198
+ reporting_enabled: boolean;
20199
+ };
20200
+ threshold_signature_evm: {
20201
+ slashing_enabled: boolean;
20202
+ };
20203
+ threshold_signature_bitcoin: {
20204
+ slashing_enabled: boolean;
20205
+ };
20206
+ threshold_signature_polkadot: {
20207
+ slashing_enabled: boolean;
20208
+ };
20209
+ threshold_signature_solana: {
20210
+ slashing_enabled: boolean;
20211
+ };
20212
+ broadcast_ethereum: {
20213
+ retry_enabled: boolean;
20214
+ };
20215
+ broadcast_bitcoin: {
20216
+ retry_enabled: boolean;
20217
+ };
20218
+ broadcast_polkadot: {
20219
+ retry_enabled: boolean;
20220
+ };
20221
+ broadcast_arbitrum: {
20222
+ retry_enabled: boolean;
20223
+ };
20224
+ broadcast_solana: {
20225
+ retry_enabled: boolean;
20226
+ };
20227
+ ingress_egress_ethereum: {
20228
+ boost_deposits_enabled: boolean;
20229
+ add_boost_funds_enabled: boolean;
20230
+ stop_boosting_enabled: boolean;
20231
+ deposits_enabled: boolean;
20232
+ };
20233
+ ingress_egress_bitcoin: {
20234
+ boost_deposits_enabled: boolean;
20235
+ add_boost_funds_enabled: boolean;
20236
+ stop_boosting_enabled: boolean;
20237
+ deposits_enabled: boolean;
20238
+ };
20239
+ ingress_egress_polkadot: {
20240
+ boost_deposits_enabled: boolean;
20241
+ add_boost_funds_enabled: boolean;
20242
+ stop_boosting_enabled: boolean;
20243
+ deposits_enabled: boolean;
20244
+ };
20245
+ ingress_egress_arbitrum: {
20246
+ boost_deposits_enabled: boolean;
20247
+ add_boost_funds_enabled: boolean;
20248
+ stop_boosting_enabled: boolean;
20249
+ deposits_enabled: boolean;
20250
+ };
20251
+ ingress_egress_solana: {
20252
+ boost_deposits_enabled: boolean;
20253
+ add_boost_funds_enabled: boolean;
20254
+ stop_boosting_enabled: boolean;
20255
+ deposits_enabled: boolean;
20256
+ };
20257
+ trading_strategies?: {
20258
+ strategy_updates_enabled: boolean;
20259
+ strategy_closure_enabled: boolean;
20260
+ strategy_execution_enabled: boolean;
20261
+ } | undefined;
20262
+ broadcast_assethub?: {
20263
+ retry_enabled: boolean;
20264
+ } | undefined;
20265
+ ingress_egress_assethub?: {
20266
+ boost_deposits_enabled: boolean;
20267
+ add_boost_funds_enabled: boolean;
20268
+ stop_boosting_enabled: boolean;
20269
+ deposits_enabled: boolean;
20270
+ } | undefined;
20271
+ }>;
19460
20272
  };
19461
20273
  type RpcMethod = keyof RpcRequest;
19462
20274
  type RpcResponse<T extends RpcMethod> = z.input<(typeof rpcResult)[T]>;