@paraspell/sdk-core 14.1.0-rc.1 → 14.1.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.
Files changed (3) hide show
  1. package/dist/index.d.ts +32 -112
  2. package/dist/index.mjs +138 -811
  3. package/package.json +9 -9
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as _paraspell_sdk_common from '@paraspell/sdk-common';
2
- import { TChain, TRelaychain, Version, TSubstrateChain, TLocation, TParachain, TExternalChain, TJunction, Parents, TJunctions } from '@paraspell/sdk-common';
2
+ import { TChain, TRelaychain, Version, TSubstrateChain, TLocation, TParachain, TExternalChain, ParaSpellError, TJunction, Parents, TJunctions } from '@paraspell/sdk-common';
3
3
  export * from '@paraspell/sdk-common';
4
4
  import * as _paraspell_assets from '@paraspell/assets';
5
5
  import { TAssetInfo, TChainAssetsInfo, TCurrencyInput, TCurrencyCore, WithAmount, TAsset, TCurrencyInputWithAmount, WithComplexAmount, TSingleCurrencyInputWithAmount, TCustomAssetInfo, TCustomCtx, TCustomAssetsMap, TSingleCurrencyInput, TAmount, TAssetWithFee, TAssetInfoWithId } from '@paraspell/assets';
@@ -185,10 +185,6 @@ declare class Ajuna<TApi, TRes, TSigner, TCustomChain extends string = never> ex
185
185
  transferLocalNonNativeAsset(options: TTransferLocalOptions<TApi, TRes, TSigner, TCustomChain>): TRes;
186
186
  }
187
187
 
188
- declare class AjunaPaseo<TApi, TRes, TSigner, TCustomChain extends string = never> extends Ajuna<TApi, TRes, TSigner, TCustomChain> {
189
- constructor();
190
- }
191
-
192
188
  declare class AssetHubKusama<TApi, TRes, TSigner, TCustomChain extends string = never> extends SubstrateChain<TApi, TRes, TSigner, TCustomChain> implements IPolkadotXCMTransfer<TApi, TRes, TSigner, TCustomChain> {
193
189
  constructor();
194
190
  transferPolkadotXCM(input: TPolkadotXCMTransferOptions<TApi, TRes, TSigner, TCustomChain>): Promise<TRes>;
@@ -225,7 +221,6 @@ declare class Hydration<TApi, TRes, TSigner, TCustomChain extends string = never
225
221
  protected getMintConfig(): TMintConfig;
226
222
  shouldUseExecuteTransfer(input: TPolkadotXCMTransferOptions<TApi, TRes, TSigner, TCustomChain>): boolean;
227
223
  transferPolkadotXCM(input: TPolkadotXCMTransferOptions<TApi, TRes, TSigner, TCustomChain>): Promise<TRes>;
228
- transferMoonbeamWhAsset(input: TPolkadotXCMTransferOptions<TApi, TRes, TSigner, TCustomChain>): Promise<TRes>;
229
224
  transferLocalNativeAsset(options: TTransferLocalOptions<TApi, TRes, TSigner, TCustomChain>): Promise<TRes>;
230
225
  transferLocalNonNativeAsset(options: TTransferLocalOptions<TApi, TRes, TSigner, TCustomChain>): TRes;
231
226
  }
@@ -289,10 +284,6 @@ declare class BifrostKusama<TApi, TRes, TSigner, TCustomChain extends string = n
289
284
  constructor();
290
285
  }
291
286
 
292
- declare class BifrostPaseo<TApi, TRes, TSigner, TCustomChain extends string = never> extends BifrostPolkadot<TApi, TRes, TSigner, TCustomChain> {
293
- constructor();
294
- }
295
-
296
287
  declare class BridgeHubKusama<TApi, TRes, TSigner, TCustomChain extends string = never> extends SubstrateChain<TApi, TRes, TSigner, TCustomChain> implements IPolkadotXCMTransfer<TApi, TRes, TSigner, TCustomChain> {
297
288
  constructor();
298
289
  transferPolkadotXCM(input: TPolkadotXCMTransferOptions<TApi, TRes, TSigner, TCustomChain>): Promise<TRes>;
@@ -303,10 +294,6 @@ declare class BridgeHubPolkadot<TApi, TRes, TSigner, TCustomChain extends string
303
294
  transferPolkadotXCM(input: TPolkadotXCMTransferOptions<TApi, TRes, TSigner, TCustomChain>): Promise<TRes>;
304
295
  }
305
296
 
306
- declare class BridgeHubPaseo<TApi, TRes, TSigner, TCustomChain extends string = never> extends BridgeHubPolkadot<TApi, TRes, TSigner, TCustomChain> {
307
- constructor();
308
- }
309
-
310
297
  declare class BridgeHubWestend<TApi, TRes, TSigner, TCustomChain extends string = never> extends BridgeHubPolkadot<TApi, TRes, TSigner, TCustomChain> {
311
298
  constructor();
312
299
  }
@@ -340,10 +327,6 @@ declare class CoretimePolkadot<TApi, TRes, TSigner, TCustomChain extends string
340
327
  canReceiveFrom<TCustomChain extends string = never>(origin: TChain | TCustomChain): boolean;
341
328
  }
342
329
 
343
- declare class CoretimePaseo<TApi, TRes, TSigner, TCustomChain extends string = never> extends CoretimePolkadot<TApi, TRes, TSigner, TCustomChain> {
344
- constructor();
345
- }
346
-
347
330
  declare class CoretimeWestend<TApi, TRes, TSigner, TCustomChain extends string = never> extends CoretimePolkadot<TApi, TRes, TSigner, TCustomChain> {
348
331
  constructor();
349
332
  }
@@ -415,15 +398,6 @@ declare class HydrationPaseo<TApi, TRes, TSigner, TCustomChain extends string =
415
398
  constructor();
416
399
  }
417
400
 
418
- declare class Interlay<TApi, TRes, TSigner, TCustomChain extends string = never> extends SubstrateChain<TApi, TRes, TSigner, TCustomChain> implements IXTokensTransfer<TApi, TRes, TSigner, TCustomChain> {
419
- constructor();
420
- getCustomCurrencyId(_api: PolkadotApi<TApi, TRes, TSigner, TCustomChain>, asset: TAssetInfo): TForeignOrTokenAsset;
421
- transferXTokens(input: TXTokensTransferOptions<TApi, TRes, TSigner, TCustomChain>): TRes;
422
- transferLocalNativeAsset(options: TTransferLocalOptions<TApi, TRes, TSigner, TCustomChain>): Promise<TRes>;
423
- transferLocalNonNativeAsset(options: TTransferLocalOptions<TApi, TRes, TSigner, TCustomChain>): TRes;
424
- getBalanceNative(api: PolkadotApi<TApi, TRes, TSigner, TCustomChain>, address: string, asset: TAssetInfo): Promise<bigint>;
425
- }
426
-
427
401
  declare class Jamton<TApi, TRes, TSigner, TCustomChain extends string = never> extends SubstrateChain<TApi, TRes, TSigner, TCustomChain> implements IPolkadotXCMTransfer<TApi, TRes, TSigner, TCustomChain> {
428
402
  constructor();
429
403
  getCustomCurrencyId(_api: PolkadotApi<TApi, TRes, TSigner, TCustomChain>, asset: TAssetInfo): {
@@ -440,15 +414,6 @@ declare class Karura<TApi, TRes, TSigner, TCustomChain extends string = never> e
440
414
  constructor();
441
415
  }
442
416
 
443
- declare class Kintsugi<TApi, TRes, TSigner, TCustomChain extends string = never> extends SubstrateChain<TApi, TRes, TSigner, TCustomChain> implements IXTokensTransfer<TApi, TRes, TSigner, TCustomChain> {
444
- constructor();
445
- getCustomCurrencyId(_api: PolkadotApi<TApi, TRes, TSigner, TCustomChain>, asset: TAssetInfo): TForeignOrTokenAsset;
446
- transferXTokens(input: TXTokensTransferOptions<TApi, TRes, TSigner, TCustomChain>): TRes;
447
- transferLocalNativeAsset(options: TTransferLocalOptions<TApi, TRes, TSigner, TCustomChain>): Promise<TRes>;
448
- transferLocalNonNativeAsset(options: TTransferLocalOptions<TApi, TRes, TSigner, TCustomChain>): TRes;
449
- getBalanceNative(api: PolkadotApi<TApi, TRes, TSigner, TCustomChain>, address: string, asset: TAssetInfo): Promise<bigint>;
450
- }
451
-
452
417
  declare abstract class Relaychain<TApi, TRes, TSigner, TCustomChain extends string = never> extends SubstrateChain<TApi, TRes, TSigner, TCustomChain> implements IPolkadotXCMTransfer<TApi, TRes, TSigner, TCustomChain> {
453
418
  transferPolkadotXCM(input: TPolkadotXCMTransferOptions<TApi, TRes, TSigner, TCustomChain>): Promise<TRes>;
454
419
  }
@@ -461,19 +426,6 @@ declare class Kusama<TApi, TRes, TSigner, TCustomChain extends string = never> e
461
426
  constructor();
462
427
  }
463
428
 
464
- declare class Moonbeam<TApi, TRes, TSigner, TCustomChain extends string = never> extends SubstrateChain<TApi, TRes, TSigner, TCustomChain> implements IPolkadotXCMTransfer<TApi, TRes, TSigner, TCustomChain> {
465
- constructor(chain?: TParachain, info?: string, ecosystem?: TRelaychain, version?: Version);
466
- transferPolkadotXCM(options: TPolkadotXCMTransferOptions<TApi, TRes, TSigner, TCustomChain>): Promise<TRes>;
467
- transferLocalNonNativeAsset(_options: TTransferLocalOptions<TApi, TRes, TSigner, TCustomChain>): TRes;
468
- getBalanceForeign(_api: PolkadotApi<TApi, TRes, TSigner, TCustomChain>, address: string, asset: TAssetInfo): Promise<bigint>;
469
- }
470
-
471
- declare class Moonriver<TApi, TRes, TSigner, TCustomChain extends string = never> extends SubstrateChain<TApi, TRes, TSigner, TCustomChain> implements IPolkadotXCMTransfer<TApi, TRes, TSigner, TCustomChain> {
472
- constructor();
473
- transferPolkadotXCM(options: TPolkadotXCMTransferOptions<TApi, TRes, TSigner, TCustomChain>): Promise<TRes>;
474
- transferLocalNonNativeAsset(options: TTransferLocalOptions<TApi, TRes, TSigner, TCustomChain>): TRes;
475
- }
476
-
477
429
  declare class Mythos<TApi, TRes, TSigner, TCustomChain extends string = never> extends SubstrateChain<TApi, TRes, TSigner, TCustomChain> implements IPolkadotXCMTransfer<TApi, TRes, TSigner, TCustomChain> {
478
430
  constructor();
479
431
  transferPolkadotXCM(input: TPolkadotXCMTransferOptions<TApi, TRes, TSigner, TCustomChain>): Promise<TRes>;
@@ -510,8 +462,10 @@ declare class Pendulum<TApi, TRes, TSigner, TCustomChain extends string = never>
510
462
  transferLocalNonNativeAsset(options: TTransferLocalOptions<TApi, TRes, TSigner, TCustomChain>): TRes;
511
463
  }
512
464
 
513
- declare class Penpal<TApi, TRes, TSigner, TCustomChain extends string = never> extends Moonbeam<TApi, TRes, TSigner, TCustomChain> {
465
+ declare class Penpal<TApi, TRes, TSigner, TCustomChain extends string = never> extends SubstrateChain<TApi, TRes, TSigner, TCustomChain> implements IPolkadotXCMTransfer<TApi, TRes, TSigner, TCustomChain> {
514
466
  constructor();
467
+ transferPolkadotXCM(options: TPolkadotXCMTransferOptions<TApi, TRes, TSigner, TCustomChain>): Promise<TRes>;
468
+ transferLocalNonNativeAsset(_options: TTransferLocalOptions<TApi, TRes, TSigner, TCustomChain>): TRes;
515
469
  getBalanceForeign(api: PolkadotApi<TApi, TRes, TSigner, TCustomChain>, address: string, asset: TAssetInfo): Promise<bigint>;
516
470
  }
517
471
 
@@ -533,14 +487,6 @@ declare class PeopleWestend<TApi, TRes, TSigner, TCustomChain extends string = n
533
487
  constructor();
534
488
  }
535
489
 
536
- declare class Quartz<TApi, TRes, TSigner, TCustomChain extends string = never> extends SubstrateChain<TApi, TRes, TSigner, TCustomChain> implements IPolkadotXCMTransfer<TApi, TRes, TSigner, TCustomChain> {
537
- constructor();
538
- transferPolkadotXCM(input: TPolkadotXCMTransferOptions<TApi, TRes, TSigner, TCustomChain>): Promise<TRes>;
539
- transferLocalNonNativeAsset(options: TTransferLocalOptions<TApi, TRes, TSigner, TCustomChain>): TRes;
540
- getBalanceForeign(api: PolkadotApi<TApi, TRes, TSigner, TCustomChain>, address: string, asset: TAssetInfo): Promise<bigint>;
541
- isSendingTempDisabled(): boolean;
542
- }
543
-
544
490
  declare class RobonomicsPolkadot<TApi, TRes, TSigner, TCustomChain extends string = never> extends SubstrateChain<TApi, TRes, TSigner, TCustomChain> implements IPolkadotXCMTransfer<TApi, TRes, TSigner, TCustomChain> {
545
491
  constructor();
546
492
  transferPolkadotXCM(_input: TPolkadotXCMTransferOptions<TApi, TRes, TSigner, TCustomChain>): Promise<TRes>;
@@ -568,18 +514,6 @@ declare class Xode<TApi, TRes, TSigner, TCustomChain extends string = never> ext
568
514
  canReceiveFrom<TCustomChain extends string = never>(origin: TChain | TCustomChain): boolean;
569
515
  }
570
516
 
571
- declare class Zeitgeist<TApi, TRes, TSigner, TCustomChain extends string = never> extends SubstrateChain<TApi, TRes, TSigner, TCustomChain> implements IPolkadotXCMTransfer<TApi, TRes, TSigner, TCustomChain> {
572
- constructor(chain?: TParachain, info?: string, ecosystem?: TRelaychain, version?: Version);
573
- getCustomCurrencyId(_api: PolkadotApi<TApi, TRes, TSigner, TCustomChain>, asset: TAssetInfo): TZeitgeistAsset | TXcmForeignAsset;
574
- transferPolkadotXCM(input: TPolkadotXCMTransferOptions<TApi, TRes, TSigner, TCustomChain>): Promise<TRes>;
575
- canReceiveFrom<TCustomChain extends string = never>(origin: TChain | TCustomChain): boolean;
576
- transferLocalNonNativeAsset(options: TTransferLocalOptions<TApi, TRes, TSigner, TCustomChain>): TRes;
577
- }
578
-
579
- declare class ZeitgeistPaseo<TApi, TRes, TSigner, TCustomChain extends string = never> extends Zeitgeist<TApi, TRes, TSigner, TCustomChain> {
580
- constructor();
581
- }
582
-
583
517
  declare const chains: <TApi, TRes, TSigner>() => {
584
518
  Polkadot: Polkadot<TApi, TRes, TSigner, never>;
585
519
  AssetHubPolkadot: AssetHubPolkadot<TApi, TRes, TSigner, never>;
@@ -594,10 +528,8 @@ declare const chains: <TApi, TRes, TSigner>() => {
594
528
  Darwinia: Darwinia<TApi, TRes, TSigner, never>;
595
529
  EnergyWebX: EnergyWebX<TApi, TRes, TSigner, never>;
596
530
  Hydration: Hydration<TApi, TRes, TSigner, never>;
597
- Interlay: Interlay<TApi, TRes, TSigner, never>;
598
531
  Heima: Heima<TApi, TRes, TSigner, never>;
599
532
  Jamton: Jamton<TApi, TRes, TSigner, never>;
600
- Moonbeam: Moonbeam<TApi, TRes, TSigner, never>;
601
533
  CoretimePolkadot: CoretimePolkadot<TApi, TRes, TSigner, never>;
602
534
  PeoplePolkadot: PeoplePolkadot<TApi, TRes, TSigner, never>;
603
535
  RobonomicsPolkadot: RobonomicsPolkadot<TApi, TRes, TSigner, never>;
@@ -617,12 +549,8 @@ declare const chains: <TApi, TRes, TSigner>() => {
617
549
  CrustShadow: CrustShadow<TApi, TRes, TSigner, never>;
618
550
  Crab: Crab<TApi, TRes, TSigner, never>;
619
551
  Karura: Karura<TApi, TRes, TSigner, never>;
620
- Kintsugi: Kintsugi<TApi, TRes, TSigner, never>;
621
- Moonriver: Moonriver<TApi, TRes, TSigner, never>;
622
- Quartz: Quartz<TApi, TRes, TSigner, never>;
623
552
  PeopleKusama: PeopleKusama<TApi, TRes, TSigner, never>;
624
553
  Shiden: Shiden<TApi, TRes, TSigner, never>;
625
- Zeitgeist: Zeitgeist<TApi, TRes, TSigner, never>;
626
554
  Westend: Westend<TApi, TRes, TSigner, never>;
627
555
  AssetHubWestend: AssetHubWestend<TApi, TRes, TSigner, never>;
628
556
  BridgeHubWestend: BridgeHubWestend<TApi, TRes, TSigner, never>;
@@ -632,16 +560,11 @@ declare const chains: <TApi, TRes, TSigner>() => {
632
560
  Penpal: Penpal<TApi, TRes, TSigner, never>;
633
561
  Paseo: Paseo<TApi, TRes, TSigner, never>;
634
562
  AssetHubPaseo: AssetHubPaseo<TApi, TRes, TSigner, never>;
635
- BridgeHubPaseo: BridgeHubPaseo<TApi, TRes, TSigner, never>;
636
- CoretimePaseo: CoretimePaseo<TApi, TRes, TSigner, never>;
637
563
  EnergyWebXPaseo: EnergyWebXPaseo<TApi, TRes, TSigner, never>;
638
564
  PeoplePaseo: PeoplePaseo<TApi, TRes, TSigner, never>;
639
- AjunaPaseo: AjunaPaseo<TApi, TRes, TSigner, never>;
640
- BifrostPaseo: BifrostPaseo<TApi, TRes, TSigner, never>;
641
565
  HeimaPaseo: HeimaPaseo<TApi, TRes, TSigner, never>;
642
566
  HydrationPaseo: HydrationPaseo<TApi, TRes, TSigner, never>;
643
567
  NeuroWebPaseo: NeuroWebPaseo<TApi, TRes, TSigner, never>;
644
- ZeitgeistPaseo: ZeitgeistPaseo<TApi, TRes, TSigner, never>;
645
568
  Ethereum: Ethereum<TApi, TRes, TSigner>;
646
569
  EthereumTestnet: EthereumTestnet<TApi, TRes, TSigner>;
647
570
  };
@@ -1337,28 +1260,28 @@ type TDryRunError = {
1337
1260
  instruction?: object;
1338
1261
  };
1339
1262
 
1340
- declare class AmountTooLowError extends Error {
1263
+ declare class AmountTooLowError extends ParaSpellError {
1341
1264
  constructor(message?: string);
1342
1265
  }
1343
1266
 
1344
1267
  /**
1345
1268
  * Error thrown when an API operation is attempted before the API has been initialized.
1346
1269
  */
1347
- declare class ApiNotInitializedError extends Error {
1270
+ declare class ApiNotInitializedError extends ParaSpellError {
1348
1271
  constructor();
1349
1272
  }
1350
1273
 
1351
1274
  /**
1352
1275
  * Error thrown when a batch operation is invalid or cannot be executed.
1353
1276
  */
1354
- declare class BatchValidationError extends Error {
1277
+ declare class BatchValidationError extends ParaSpellError {
1355
1278
  constructor(message: string);
1356
1279
  }
1357
1280
 
1358
1281
  /**
1359
1282
  * Error thrown when the Ethereum bridge is halted.
1360
1283
  */
1361
- declare class BridgeHaltedError extends Error {
1284
+ declare class BridgeHaltedError extends ParaSpellError {
1362
1285
  /**
1363
1286
  * Constructs a new BridgeHaltedError.
1364
1287
  *
@@ -1370,7 +1293,7 @@ declare class BridgeHaltedError extends Error {
1370
1293
  /**
1371
1294
  * Error thrown when a custom chain name collides with a built-in chain.
1372
1295
  */
1373
- declare class CustomChainConflictError extends Error {
1296
+ declare class CustomChainConflictError extends ParaSpellError {
1374
1297
  constructor(msg: string);
1375
1298
  }
1376
1299
 
@@ -1378,14 +1301,14 @@ declare class CustomChainConflictError extends Error {
1378
1301
  * Error thrown when a custom chain definition is missing required fields or
1379
1302
  * carries invalid values.
1380
1303
  */
1381
- declare class CustomChainInvalidError extends Error {
1304
+ declare class CustomChainInvalidError extends ParaSpellError {
1382
1305
  constructor(msg: string);
1383
1306
  }
1384
1307
 
1385
1308
  /**
1386
1309
  * Error thrown when the Dry Run fails.
1387
1310
  */
1388
- declare class DryRunFailedError<TCustomChain extends string = never> extends Error {
1311
+ declare class DryRunFailedError<TCustomChain extends string = never> extends ParaSpellError {
1389
1312
  readonly dryRunError: TDryRunFailure<TCustomChain>;
1390
1313
  /**
1391
1314
  * Constructs a new DryRunFailedError.
@@ -1399,7 +1322,7 @@ declare class DryRunFailedError<TCustomChain extends string = never> extends Err
1399
1322
  /**
1400
1323
  * Error thrown when an extension is not installed.
1401
1324
  */
1402
- declare class ExtensionNotInstalledError extends Error {
1325
+ declare class ExtensionNotInstalledError extends ParaSpellError {
1403
1326
  /**
1404
1327
  * Constructs a new ExtensionNotInstalledError.
1405
1328
  *
@@ -1411,14 +1334,14 @@ declare class ExtensionNotInstalledError extends Error {
1411
1334
  /**
1412
1335
  * Error thrown when a feature or route is temporarily disabled via configuration or governance.
1413
1336
  */
1414
- declare class FeatureTemporarilyDisabledError extends Error {
1337
+ declare class FeatureTemporarilyDisabledError extends ParaSpellError {
1415
1338
  constructor(message: string);
1416
1339
  }
1417
1340
 
1418
1341
  /**
1419
1342
  * Error thrown when an invalid address is provided.
1420
1343
  */
1421
- declare class InvalidAddressError extends Error {
1344
+ declare class InvalidAddressError extends ParaSpellError {
1422
1345
  /**
1423
1346
  * Constructs a new InvalidAddressError.
1424
1347
  *
@@ -1430,7 +1353,7 @@ declare class InvalidAddressError extends Error {
1430
1353
  /**
1431
1354
  * Error development mode is on and no API override is provided for a specific chain.
1432
1355
  */
1433
- declare class MissingChainApiError<TCustomChain extends string = never> extends Error {
1356
+ declare class MissingChainApiError<TCustomChain extends string = never> extends ParaSpellError {
1434
1357
  /**
1435
1358
  * Constructs a new MissingChainApiError.
1436
1359
  *
@@ -1442,14 +1365,14 @@ declare class MissingChainApiError<TCustomChain extends string = never> extends
1442
1365
  /**
1443
1366
  * Error thrown when a required parameter is missing.
1444
1367
  */
1445
- declare class MissingParameterError extends Error {
1368
+ declare class MissingParameterError extends ParaSpellError {
1446
1369
  constructor(parameter: string | string[], message?: string);
1447
1370
  }
1448
1371
 
1449
1372
  /**
1450
1373
  * Used to inform user, that Parachain they wish to use has not yet implemented full XCM Support
1451
1374
  */
1452
- declare class NoXCMSupportImplementedError<TCustomChain extends string = never> extends Error {
1375
+ declare class NoXCMSupportImplementedError<TCustomChain extends string = never> extends ParaSpellError {
1453
1376
  /**
1454
1377
  * Constructs a new NoXCMSupportImplementedError.
1455
1378
  *
@@ -1461,42 +1384,42 @@ declare class NoXCMSupportImplementedError<TCustomChain extends string = never>
1461
1384
  /**
1462
1385
  * Error thrown when numeric input is invalid or cannot be parsed.
1463
1386
  */
1464
- declare class NumberFormatError extends Error {
1387
+ declare class NumberFormatError extends ParaSpellError {
1465
1388
  constructor(message?: string);
1466
1389
  }
1467
1390
 
1468
1391
  /**
1469
1392
  * Error thrown when asset or currency overrides are invalid or conflicting.
1470
1393
  */
1471
- declare class OverrideConflictError extends Error {
1394
+ declare class OverrideConflictError extends ParaSpellError {
1472
1395
  constructor(message: string);
1473
1396
  }
1474
1397
 
1475
1398
  /**
1476
1399
  * Error thrown when no provider or RPC endpoint is available for the requested chain.
1477
1400
  */
1478
- declare class ProviderUnavailableError extends Error {
1401
+ declare class ProviderUnavailableError extends ParaSpellError {
1479
1402
  constructor(message: string);
1480
1403
  }
1481
1404
 
1482
1405
  /**
1483
1406
  * Error thrown when routing or path resolution fails.
1484
1407
  */
1485
- declare class RoutingResolutionError extends Error {
1408
+ declare class RoutingResolutionError extends ParaSpellError {
1486
1409
  constructor(message: string);
1487
1410
  }
1488
1411
 
1489
1412
  /**
1490
1413
  * Error thrown when a runtime API call fails
1491
1414
  */
1492
- declare class RuntimeApiError extends Error {
1415
+ declare class RuntimeApiError extends ParaSpellError {
1493
1416
  constructor(message: string);
1494
1417
  }
1495
1418
 
1496
1419
  /**
1497
1420
  * Error thrown when a required runtime API is not available on the target chain.
1498
1421
  */
1499
- declare class RuntimeApiUnavailableError extends Error {
1422
+ declare class RuntimeApiUnavailableError extends ParaSpellError {
1500
1423
  constructor(chain: string, apiName: string);
1501
1424
  }
1502
1425
 
@@ -1507,7 +1430,7 @@ type TScenarioNotSupportedContext<TCustomChain extends string = never> = {
1507
1430
  /**
1508
1431
  * Error thrown when a scenario, route, or chain capability is not supported.
1509
1432
  */
1510
- declare class ScenarioNotSupportedError<TCustomChain extends string = never> extends Error {
1433
+ declare class ScenarioNotSupportedError<TCustomChain extends string = never> extends ParaSpellError {
1511
1434
  constructor(message: string);
1512
1435
  constructor({ chain, scenario }: TScenarioNotSupportedContext<TCustomChain>);
1513
1436
  }
@@ -1515,7 +1438,7 @@ declare class ScenarioNotSupportedError<TCustomChain extends string = never> ext
1515
1438
  /**
1516
1439
  * Error thrown when a submitted transaction encounters a dispatch error on-chain.
1517
1440
  */
1518
- declare class SubmitTransactionError extends Error {
1441
+ declare class SubmitTransactionError extends ParaSpellError {
1519
1442
  /**
1520
1443
  * Constructs a new SubmitTransactionError.
1521
1444
  *
@@ -1524,14 +1447,14 @@ declare class SubmitTransactionError extends Error {
1524
1447
  constructor(message: string);
1525
1448
  }
1526
1449
 
1527
- declare class TypeAndThenUnavailableError extends Error {
1450
+ declare class TypeAndThenUnavailableError extends ParaSpellError {
1528
1451
  constructor(message: string);
1529
1452
  }
1530
1453
 
1531
1454
  /**
1532
1455
  * UnableToComputeError is thrown when a computation cannot be performed.
1533
1456
  */
1534
- declare class UnableToComputeError extends Error {
1457
+ declare class UnableToComputeError extends ParaSpellError {
1535
1458
  /**
1536
1459
  * Constructs a new UnableToComputeError.
1537
1460
  *
@@ -1543,14 +1466,14 @@ declare class UnableToComputeError extends Error {
1543
1466
  /**
1544
1467
  * Error thrown when an operation or parameter combination is not supported.
1545
1468
  */
1546
- declare class UnsupportedOperationError extends Error {
1469
+ declare class UnsupportedOperationError extends ParaSpellError {
1547
1470
  constructor(message: string);
1548
1471
  }
1549
1472
 
1550
1473
  /**
1551
1474
  * Thrown when a validation check fails.
1552
1475
  */
1553
- declare class ValidationError extends Error {
1476
+ declare class ValidationError extends ParaSpellError {
1554
1477
  constructor(message: string);
1555
1478
  }
1556
1479
 
@@ -2226,7 +2149,6 @@ type TXcmAsset = {
2226
2149
  Native: null;
2227
2150
  };
2228
2151
  type TNativeTokenAsset = 'NativeToken';
2229
- type TZeitgeistAsset = 'Ztg';
2230
2152
  type TOtherReserveAsset = {
2231
2153
  OtherReserve: string | bigint | undefined;
2232
2154
  };
@@ -2292,8 +2214,6 @@ declare const getBalance: <TApi, TRes, TSigner, TCustomChain extends string = ne
2292
2214
 
2293
2215
  declare const getEthErc20Balance: (chain: TExternalChain, asset: TAssetInfo, address: string) => Promise<bigint>;
2294
2216
 
2295
- declare const getMoonbeamErc20Balance: <TCustomChain extends string = never>(chain: TSubstrateChain | TCustomChain, assetId: string, address: string) => Promise<bigint>;
2296
-
2297
2217
  declare const getChainConfigImpl: <TCustomChain extends string = never>(chain: TSubstrateChain | TCustomChain, ctx?: TFullCustomCtx) => TChainConfig;
2298
2218
  declare const getChainConfig: (chain: TSubstrateChain) => TChainConfig;
2299
2219
 
@@ -2582,7 +2502,7 @@ declare const reverseTransformLocation: (location: TLocation) => TLocation;
2582
2502
 
2583
2503
  declare const normalizeAmount: (amount: bigint) => bigint;
2584
2504
 
2585
- declare const resolveDestChain: <TApi, TRes, TSigner, TCustomChain extends string = never>(api: PolkadotApi<TApi, TRes, TSigner, TCustomChain>, originChain: TSubstrateChain | TCustomChain, paraId: number | undefined) => "AssetHubPolkadot" | "Acala" | "Ajuna" | "Astar" | "BifrostPolkadot" | "BridgeHubPolkadot" | "Centrifuge" | "Darwinia" | "EnergyWebX" | "Hydration" | "Interlay" | "Heima" | "Jamton" | "Moonbeam" | "CoretimePolkadot" | "Collectives" | "Crust" | "NeuroWeb" | "Pendulum" | "Mythos" | "Peaq" | "PeoplePolkadot" | "Unique" | "Xode" | "AssetHubKusama" | "BridgeHubKusama" | "Karura" | "Kintsugi" | "Moonriver" | "CoretimeKusama" | "Encointer" | "Basilisk" | "BifrostKusama" | "CrustShadow" | "Crab" | "Quartz" | "RobonomicsPolkadot" | "PeopleKusama" | "Shiden" | "Zeitgeist" | "AssetHubWestend" | "BridgeHubWestend" | "CollectivesWestend" | "CoretimeWestend" | "Penpal" | "PeopleWestend" | "AjunaPaseo" | "AssetHubPaseo" | "BifrostPaseo" | "BridgeHubPaseo" | "CoretimePaseo" | "EnergyWebXPaseo" | "HeimaPaseo" | "HydrationPaseo" | "NeuroWebPaseo" | "PeoplePaseo" | "ZeitgeistPaseo" | undefined;
2505
+ declare const resolveDestChain: <TApi, TRes, TSigner, TCustomChain extends string = never>(api: PolkadotApi<TApi, TRes, TSigner, TCustomChain>, originChain: TSubstrateChain | TCustomChain, paraId: number | undefined) => "AssetHubPolkadot" | "Acala" | "Ajuna" | "Astar" | "BifrostPolkadot" | "BridgeHubPolkadot" | "Centrifuge" | "Darwinia" | "EnergyWebX" | "Hydration" | "Heima" | "Jamton" | "CoretimePolkadot" | "Collectives" | "Crust" | "NeuroWeb" | "Pendulum" | "Mythos" | "Peaq" | "PeoplePolkadot" | "Unique" | "Xode" | "AssetHubKusama" | "BridgeHubKusama" | "Karura" | "CoretimeKusama" | "Encointer" | "Basilisk" | "BifrostKusama" | "CrustShadow" | "Crab" | "RobonomicsPolkadot" | "PeopleKusama" | "Shiden" | "AssetHubWestend" | "BridgeHubWestend" | "CollectivesWestend" | "CoretimeWestend" | "Penpal" | "PeopleWestend" | "AssetHubPaseo" | "EnergyWebXPaseo" | "HeimaPaseo" | "HydrationPaseo" | "NeuroWebPaseo" | "PeoplePaseo" | undefined;
2586
2506
 
2587
2507
  declare const resolveParaId: <TApi, TRes, TSigner, TCustomChain extends string = never>(paraId: number | undefined, destination: TDestination, api: PolkadotApi<TApi, TRes, TSigner, TCustomChain>) => number | undefined;
2588
2508
 
@@ -2644,5 +2564,5 @@ declare const selectXcmVersion: (forcedVersion: Version | undefined, originVersi
2644
2564
  declare const pickCompatibleXcmVersion: <TApi, TRes, TSigner, TCustomChain extends string = never>(api: PolkadotApi<TApi, TRes, TSigner, TCustomChain>, origin: TSubstrateChain | TCustomChain, destination: TDestination, override?: Version) => Version;
2645
2565
  declare const pickRouterCompatibleXcmVersion: <TApi, TRes, TSigner, TCustomChain extends string = never>(api: PolkadotApi<TApi, TRes, TSigner, TCustomChain>, origin: TSubstrateChain | undefined, exchangeChain: TSubstrateChain, destination: TChain | undefined) => Version;
2646
2566
 
2647
- export { API_TYPES, AmountTooLowError, ApiNotInitializedError, BaseAssetsPallet, BatchMode, BatchValidationError, BridgeHaltedError, Builder, CustomChainConflictError, CustomChainInvalidError, DEFAULT_TTL_MS, DRY_RUN_CLIENT_TIMEOUT_MS, DryRunFailedError, ETH_MAINNET_CHAIN_ID, ETH_TESTNET_CHAIN_ID, EXCHANGE_CHAINS, EXTENSION_MS, ExtensionNotInstalledError, FeatureTemporarilyDisabledError, GeneralBuilder, InvalidAddressError, MAX_CLIENTS, MissingChainApiError, MissingParameterError, NoXCMSupportImplementedError, NumberFormatError, OverrideConflictError, PolkadotApi, PolkadotXcmError, PolkadotXcmExecutionError, ProviderUnavailableError, RELAY_LOCATION, RoutingResolutionError, RuntimeApiError, RuntimeApiUnavailableError, ScenarioNotSupportedError, SubmitTransactionError, TRANSACT_ORIGINS, TX_CLIENT_TIMEOUT_MS, TypeAndThenUnavailableError, UnableToComputeError, UnsupportedOperationError, ValidationError, XTokensError, abstractDecimals, addEthereumBridgeFees, addXcmVersionHeader, aggregateHopFees, applyDecimalAbstraction, assertAddressIsString, assertCurrencyCore, assertEvmAddress, assertExtensionInstalled, assertHasId, assertNotEvmTransfer, assertSender, assertSenderSource, assertSubstrateOrigin, assertSwapSupport, assertToIsString, blake2b256, blake2b512, buildCustomChainAssetsInfo, buildCustomChainConfig, buildDestInfo, buildDryRunError, buildHopInfo, buildOriginInfo, calcPreviewMintAmount, compareAddresses, computeOverridenAmount, constructTypeAndThenCall, convertBuilderConfig, convertSs58, createAsset, createAssetId, createAssetsFilter, createBaseExecuteXcm, createBeneficiaryLocXTokens, createBeneficiaryLocation, createChainClient, createClientCache, createClientPoolHelpers, createCustomXcmOnDest, createDestination, createDirectExecuteXcm, createEthereumBridgeInstructions, createExecuteCall, createExecuteExchangeXcm, createSwapBuilder, createTransfer, createTransferOrSwap, createTransferOrSwapAll, createTxOverrideAmount, createTypeAndThenCall, createTypeThenAutoReserve, createVersionedAssets, createVersionedDestination, createX1Payload, deriveAccountId, dryRun, dryRunInternal, dryRunOrigin, encodeSs58, executeWithSwap, formatAssetIdToERC20, formatUnits, generateMessageId, getAssetBalanceInternal, getAssetReserveChain, getAssetReserveChainImpl, getBalance, getBalanceInternal, getBridgeStatus, getChain, getChainConfig, getChainConfigImpl, getChainLocation, getChainProviders, getChainProvidersImpl, getChainVersion, getDryRunError, getErrorInstruction, getEthErc20Balance, getEvmExtensionOrThrow, getEvmPrivateKeyHex, getEvmSnowbridgeExtensionOrThrow, getLocalTransferAmount, getMinTransferableAmount, getMinTransferableAmountInternal, getMoonbeamErc20Balance, getOriginXcmFee, getOriginXcmFeeInternal, getParaEthTransferFees, getParaId, getParaIdImpl, getRelayChainOf, getRelayChainOfImpl, getRelayChainSymbolOf, getSwapExtensionOrThrow, getTChain, getTSubstrateChain, getTransferInfo, getTransferableAmount, getTransferableAmountInternal, getXcmFee, getXcmFeeInternal, getXcmFeeOnce, handleExecuteTransfer, handleSwapExecuteTransfer, handleToAhTeleport, isConfig, isExchange, isNativeAssetTeleport, isSenderSigner, isViemSigner, keyFromWs, localizeLocation, localizeLocationImpl, maybeOverrideAsset, maybeOverrideAssets, normalizeAmount, normalizeCustomChains, normalizeExchange, overrideTxAmount, padFee, padValueBy, parseUnits, pickCompatibleXcmVersion, pickOtherMintPallet, pickRouterCompatibleXcmVersion, registerEvmExtension, registerEvmSnowbridgeExtension, registerSwapExtension, resolveAssetCount, resolveDestChain, resolveModuleError, resolveParaId, resolveTransferParams, reverseTransformLocation, selectXcmVersion, sortAssets, throwUnsupportedCurrency, traverseXcmHops, validateAddress, validateAssetSpecifiers, validateCurrency, validateDestination, validateDestinationAddress, validateTransact, verifyEdOnDestination, wrapTxBypass };
2648
- export type { BuildHopInfoOptions, ClientCache, HopProcessParams, HopTraversalConfig, HopTraversalResult, IPolkadotXCMTransfer, IXTokensTransfer, OneKey, TAddress, TApiOrUrl, TApiType, TBatchOptions, TBatchedTransferOptions, TBifrostToken, TBridgeStatus, TBuildAllInternalRes, TBuildDestInfoOptions, TBuildEvmTransferOptions, TBuildInternalRes, TBuildInternalResBase, TBuildOriginInfoOptions, TBuilderConfig, TBuilderInternalOptions, TBuilderOptions, TBypassOptions, TCacheItem, TChainConfig, TChainConfigMap, TChainWithApi, TClientEntry, TClientKey, TConditionalXcmFeeDetail, TConditionalXcmFeeHopInfo, TCreateBaseSwapXcmOptions, TCreateBaseTransferXcmOptions, TCreateBeneficiaryOptions, TCreateBeneficiaryXTokensOptions, TCreateEthBridgeInstructionsOptions, TCreateSwapXcmInternalOptions, TCreateSwapXcmOptions, TCreateTransferXcmOptions, TCreateTxsOptions, TCustomChainEntry, TCustomChainEntryHydrated, TCustomChainFrom, TCustomChainInput, TCustomChainPalletsInput, TCustomChainsCtx, TCustomChainsMap, TDestWeight, TDestination, TDryRunBaseOptions, TDryRunBypassOptions, TDryRunCallBaseOptions, TDryRunCallOptions, TDryRunChainFailure, TDryRunChainKind, TDryRunChainResult, TDryRunChainSuccess, TDryRunError, TDryRunFailure, TDryRunOptions, TDryRunPreviewOptions, TDryRunResBase, TDryRunResult, TDryRunXcmBaseOptions, TDryRunXcmOptions, TEvmExtension, TEvmSnowbridgeExtension, TEvmTransferOptions, TEvmTransferOptionsBase, TExchangeChain, TExchangeInput, TFeeType, TForeignAssetId, TForeignOrNativeAsset, TForeignOrTokenAsset, TFullCustomCtx, TGetAssetBalanceOptions, TGetAssetBalanceOptionsBase, TGetBalanceCommonOptions, TGetBalanceOptions, TGetBalanceOptionsBase, TGetFeeForDestChainBaseOptions, TGetFeeForDestChainOptions, TGetMinTransferableAmountOptions, TGetOriginXcmFeeBaseOptions, TGetOriginXcmFeeInternalOptions, TGetOriginXcmFeeOptions, TGetReverseTxFeeOptions, TGetTransferInfoOptions, TGetTransferInfoOptionsBase, TGetTransferableAmountOptions, TGetTransferableAmountOptionsBase, TGetXcmFeeBaseOptions, TGetXcmFeeBuilderOptions, TGetXcmFeeInternalOptions, TGetXcmFeeOptions, TGetXcmFeeResult, THopInfo, THopTransferInfo, TMintConfig, TModuleError, TNativeTokenAsset, TOriginFeeDetails, TOriginXcmFeeInfo, TOtherReserveAsset, TPaymentInfo, TPerAssetResult, TPolkadotXCMTransferOptions, TPolkadotXcmMethod, TProviderEntry, TReceivedCurrencyInfo, TReserveAsset, TResolveHopParams, TResolvedCurrency, TRuntimeApi, TScenario, TSelectedCurrencyInfo, TSelfReserveAsset, TSender, TSerializedExtrinsics, TSerializedRuntimeApiQuery, TSerializedStateQuery, TSetBalanceRes, TStatusChangeCallback, TSubstrateTransferBaseOptions, TSubstrateTransferBaseOptionsWithSender, TSubstrateTransferOptions, TSwapBuilder, TSwapBuilderFactory, TSwapConfig, TSwapEvent, TSwapEventType, TSwapExtension, TSwapFeeEstimates, TSwapOptions, TSystemProperties, TTransactOptions, TTransactOrigin, TTransactionContext, TTransactionType, TTransferBaseOptions, TTransferBaseOptionsWithSender, TTransferBaseOptionsWithSwap, TTransferFeeEstimates, TTransferInfo, TTransferInternalOptions, TTransferLocalOptions, TTransferOptions, TTransferOptionsWithSwap, TTxFactory, TTypeAndThenCallContext, TTypeAndThenFees, TTypeAndThenOverrides, TUrl, TVerifyEdOnDestinationOptions, TVerifyEdOnDestinationOptionsBase, TWeight, TXTokensCurrencySelection, TXTokensMethod, TXTokensTransferOptions, TXcmAsset, TXcmFeeBase, TXcmFeeDetail, TXcmFeeDetailError, TXcmFeeDetailSuccess, TXcmFeeDetailWithFallback, TXcmFeeDetailWithForwardedXcm, TXcmFeeHopInfo, TXcmFeeHopResult, TXcmFeeSwapConfig, TXcmForeignAsset, TXcmVersioned, TZeitgeistAsset, WithApi, WithRequiredSender, WithRequiredSwapOptions };
2567
+ export { API_TYPES, AmountTooLowError, ApiNotInitializedError, BaseAssetsPallet, BatchMode, BatchValidationError, BridgeHaltedError, Builder, CustomChainConflictError, CustomChainInvalidError, DEFAULT_TTL_MS, DRY_RUN_CLIENT_TIMEOUT_MS, DryRunFailedError, ETH_MAINNET_CHAIN_ID, ETH_TESTNET_CHAIN_ID, EXCHANGE_CHAINS, EXTENSION_MS, ExtensionNotInstalledError, FeatureTemporarilyDisabledError, GeneralBuilder, InvalidAddressError, MAX_CLIENTS, MissingChainApiError, MissingParameterError, NoXCMSupportImplementedError, NumberFormatError, OverrideConflictError, PolkadotApi, PolkadotXcmError, PolkadotXcmExecutionError, ProviderUnavailableError, RELAY_LOCATION, RoutingResolutionError, RuntimeApiError, RuntimeApiUnavailableError, ScenarioNotSupportedError, SubmitTransactionError, TRANSACT_ORIGINS, TX_CLIENT_TIMEOUT_MS, TypeAndThenUnavailableError, UnableToComputeError, UnsupportedOperationError, ValidationError, XTokensError, abstractDecimals, addEthereumBridgeFees, addXcmVersionHeader, aggregateHopFees, applyDecimalAbstraction, assertAddressIsString, assertCurrencyCore, assertEvmAddress, assertExtensionInstalled, assertHasId, assertNotEvmTransfer, assertSender, assertSenderSource, assertSubstrateOrigin, assertSwapSupport, assertToIsString, blake2b256, blake2b512, buildCustomChainAssetsInfo, buildCustomChainConfig, buildDestInfo, buildDryRunError, buildHopInfo, buildOriginInfo, calcPreviewMintAmount, compareAddresses, computeOverridenAmount, constructTypeAndThenCall, convertBuilderConfig, convertSs58, createAsset, createAssetId, createAssetsFilter, createBaseExecuteXcm, createBeneficiaryLocXTokens, createBeneficiaryLocation, createChainClient, createClientCache, createClientPoolHelpers, createCustomXcmOnDest, createDestination, createDirectExecuteXcm, createEthereumBridgeInstructions, createExecuteCall, createExecuteExchangeXcm, createSwapBuilder, createTransfer, createTransferOrSwap, createTransferOrSwapAll, createTxOverrideAmount, createTypeAndThenCall, createTypeThenAutoReserve, createVersionedAssets, createVersionedDestination, createX1Payload, deriveAccountId, dryRun, dryRunInternal, dryRunOrigin, encodeSs58, executeWithSwap, formatAssetIdToERC20, formatUnits, generateMessageId, getAssetBalanceInternal, getAssetReserveChain, getAssetReserveChainImpl, getBalance, getBalanceInternal, getBridgeStatus, getChain, getChainConfig, getChainConfigImpl, getChainLocation, getChainProviders, getChainProvidersImpl, getChainVersion, getDryRunError, getErrorInstruction, getEthErc20Balance, getEvmExtensionOrThrow, getEvmPrivateKeyHex, getEvmSnowbridgeExtensionOrThrow, getLocalTransferAmount, getMinTransferableAmount, getMinTransferableAmountInternal, getOriginXcmFee, getOriginXcmFeeInternal, getParaEthTransferFees, getParaId, getParaIdImpl, getRelayChainOf, getRelayChainOfImpl, getRelayChainSymbolOf, getSwapExtensionOrThrow, getTChain, getTSubstrateChain, getTransferInfo, getTransferableAmount, getTransferableAmountInternal, getXcmFee, getXcmFeeInternal, getXcmFeeOnce, handleExecuteTransfer, handleSwapExecuteTransfer, handleToAhTeleport, isConfig, isExchange, isNativeAssetTeleport, isSenderSigner, isViemSigner, keyFromWs, localizeLocation, localizeLocationImpl, maybeOverrideAsset, maybeOverrideAssets, normalizeAmount, normalizeCustomChains, normalizeExchange, overrideTxAmount, padFee, padValueBy, parseUnits, pickCompatibleXcmVersion, pickOtherMintPallet, pickRouterCompatibleXcmVersion, registerEvmExtension, registerEvmSnowbridgeExtension, registerSwapExtension, resolveAssetCount, resolveDestChain, resolveModuleError, resolveParaId, resolveTransferParams, reverseTransformLocation, selectXcmVersion, sortAssets, throwUnsupportedCurrency, traverseXcmHops, validateAddress, validateAssetSpecifiers, validateCurrency, validateDestination, validateDestinationAddress, validateTransact, verifyEdOnDestination, wrapTxBypass };
2568
+ export type { BuildHopInfoOptions, ClientCache, HopProcessParams, HopTraversalConfig, HopTraversalResult, IPolkadotXCMTransfer, IXTokensTransfer, OneKey, TAddress, TApiOrUrl, TApiType, TBatchOptions, TBatchedTransferOptions, TBifrostToken, TBridgeStatus, TBuildAllInternalRes, TBuildDestInfoOptions, TBuildEvmTransferOptions, TBuildInternalRes, TBuildInternalResBase, TBuildOriginInfoOptions, TBuilderConfig, TBuilderInternalOptions, TBuilderOptions, TBypassOptions, TCacheItem, TChainConfig, TChainConfigMap, TChainWithApi, TClientEntry, TClientKey, TConditionalXcmFeeDetail, TConditionalXcmFeeHopInfo, TCreateBaseSwapXcmOptions, TCreateBaseTransferXcmOptions, TCreateBeneficiaryOptions, TCreateBeneficiaryXTokensOptions, TCreateEthBridgeInstructionsOptions, TCreateSwapXcmInternalOptions, TCreateSwapXcmOptions, TCreateTransferXcmOptions, TCreateTxsOptions, TCustomChainEntry, TCustomChainEntryHydrated, TCustomChainFrom, TCustomChainInput, TCustomChainPalletsInput, TCustomChainsCtx, TCustomChainsMap, TDestWeight, TDestination, TDryRunBaseOptions, TDryRunBypassOptions, TDryRunCallBaseOptions, TDryRunCallOptions, TDryRunChainFailure, TDryRunChainKind, TDryRunChainResult, TDryRunChainSuccess, TDryRunError, TDryRunFailure, TDryRunOptions, TDryRunPreviewOptions, TDryRunResBase, TDryRunResult, TDryRunXcmBaseOptions, TDryRunXcmOptions, TEvmExtension, TEvmSnowbridgeExtension, TEvmTransferOptions, TEvmTransferOptionsBase, TExchangeChain, TExchangeInput, TFeeType, TForeignAssetId, TForeignOrNativeAsset, TForeignOrTokenAsset, TFullCustomCtx, TGetAssetBalanceOptions, TGetAssetBalanceOptionsBase, TGetBalanceCommonOptions, TGetBalanceOptions, TGetBalanceOptionsBase, TGetFeeForDestChainBaseOptions, TGetFeeForDestChainOptions, TGetMinTransferableAmountOptions, TGetOriginXcmFeeBaseOptions, TGetOriginXcmFeeInternalOptions, TGetOriginXcmFeeOptions, TGetReverseTxFeeOptions, TGetTransferInfoOptions, TGetTransferInfoOptionsBase, TGetTransferableAmountOptions, TGetTransferableAmountOptionsBase, TGetXcmFeeBaseOptions, TGetXcmFeeBuilderOptions, TGetXcmFeeInternalOptions, TGetXcmFeeOptions, TGetXcmFeeResult, THopInfo, THopTransferInfo, TMintConfig, TModuleError, TNativeTokenAsset, TOriginFeeDetails, TOriginXcmFeeInfo, TOtherReserveAsset, TPaymentInfo, TPerAssetResult, TPolkadotXCMTransferOptions, TPolkadotXcmMethod, TProviderEntry, TReceivedCurrencyInfo, TReserveAsset, TResolveHopParams, TResolvedCurrency, TRuntimeApi, TScenario, TSelectedCurrencyInfo, TSelfReserveAsset, TSender, TSerializedExtrinsics, TSerializedRuntimeApiQuery, TSerializedStateQuery, TSetBalanceRes, TStatusChangeCallback, TSubstrateTransferBaseOptions, TSubstrateTransferBaseOptionsWithSender, TSubstrateTransferOptions, TSwapBuilder, TSwapBuilderFactory, TSwapConfig, TSwapEvent, TSwapEventType, TSwapExtension, TSwapFeeEstimates, TSwapOptions, TSystemProperties, TTransactOptions, TTransactOrigin, TTransactionContext, TTransactionType, TTransferBaseOptions, TTransferBaseOptionsWithSender, TTransferBaseOptionsWithSwap, TTransferFeeEstimates, TTransferInfo, TTransferInternalOptions, TTransferLocalOptions, TTransferOptions, TTransferOptionsWithSwap, TTxFactory, TTypeAndThenCallContext, TTypeAndThenFees, TTypeAndThenOverrides, TUrl, TVerifyEdOnDestinationOptions, TVerifyEdOnDestinationOptionsBase, TWeight, TXTokensCurrencySelection, TXTokensMethod, TXTokensTransferOptions, TXcmAsset, TXcmFeeBase, TXcmFeeDetail, TXcmFeeDetailError, TXcmFeeDetailSuccess, TXcmFeeDetailWithFallback, TXcmFeeDetailWithForwardedXcm, TXcmFeeHopInfo, TXcmFeeHopResult, TXcmFeeSwapConfig, TXcmForeignAsset, TXcmVersioned, WithApi, WithRequiredSender, WithRequiredSwapOptions };