@paraspell/sdk-core 11.12.7 → 11.12.9
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/index.cjs +44 -370
- package/dist/index.d.ts +1 -19
- package/dist/index.mjs +44 -370
- package/package.json +14 -14
package/dist/index.d.ts
CHANGED
|
@@ -1812,7 +1812,6 @@ declare class Hydration<TApi, TRes> extends Parachain<TApi, TRes> implements IXT
|
|
|
1812
1812
|
private static NATIVE_ASSET_ID;
|
|
1813
1813
|
constructor(chain?: TParachain, info?: string, ecosystem?: TRelaychain, version?: Version);
|
|
1814
1814
|
transferToAssetHub<TApi, TRes>(input: TPolkadotXCMTransferOptions<TApi, TRes>): TRes;
|
|
1815
|
-
transferToPolimec<TApi, TRes>(options: TPolkadotXCMTransferOptions<TApi, TRes>): Promise<TRes>;
|
|
1816
1815
|
transferPolkadotXCM<TApi, TRes>(input: TPolkadotXCMTransferOptions<TApi, TRes>): Promise<TRes>;
|
|
1817
1816
|
transferMoonbeamWhAsset<TApi, TRes>(input: TXTokensTransferOptions<TApi, TRes>): TRes;
|
|
1818
1817
|
transferXTokens<TApi, TRes>(input: TXTokensTransferOptions<TApi, TRes>): TRes;
|
|
@@ -1989,14 +1988,6 @@ declare class Phala<TApi, TRes> extends Parachain<TApi, TRes> implements IXTrans
|
|
|
1989
1988
|
transferLocalNonNativeAsset(options: TTransferLocalOptions<TApi, TRes>): TRes;
|
|
1990
1989
|
}
|
|
1991
1990
|
|
|
1992
|
-
declare class Polimec<TApi, TRes> extends Parachain<TApi, TRes> implements IPolkadotXCMTransfer {
|
|
1993
|
-
constructor();
|
|
1994
|
-
transferPolkadotXCM<TApi, TRes>(input: TPolkadotXCMTransferOptions<TApi, TRes>): Promise<TRes>;
|
|
1995
|
-
isSendingTempDisabled({ assetInfo }: TSendInternalOptions<TApi, TRes>): boolean;
|
|
1996
|
-
transferRelayToPara(options: TRelayToParaOptions<TApi, TRes>): Promise<TSerializedApiCall>;
|
|
1997
|
-
transferLocalNonNativeAsset(options: TTransferLocalOptions<TApi, TRes>): TRes;
|
|
1998
|
-
}
|
|
1999
|
-
|
|
2000
1991
|
declare class Quartz<TApi, TRes> extends Parachain<TApi, TRes> implements IXTokensTransfer {
|
|
2001
1992
|
private static NATIVE_ASSET_ID;
|
|
2002
1993
|
constructor();
|
|
@@ -2024,13 +2015,6 @@ declare class Shiden<TApi, TRes> extends Parachain<TApi, TRes> implements IPolka
|
|
|
2024
2015
|
transferLocalNonNativeAsset(options: TTransferLocalOptions<TApi, TRes>): TRes;
|
|
2025
2016
|
}
|
|
2026
2017
|
|
|
2027
|
-
declare class Subsocial<TApi, TRes> extends Parachain<TApi, TRes> implements IPolkadotXCMTransfer {
|
|
2028
|
-
constructor();
|
|
2029
|
-
transferPolkadotXCM<TApi, TRes>(input: TPolkadotXCMTransferOptions<TApi, TRes>): Promise<TRes>;
|
|
2030
|
-
isSendingTempDisabled(_options: TSendInternalOptions<TApi, TRes>): boolean;
|
|
2031
|
-
isReceivingTempDisabled(_scenario: TScenario): boolean;
|
|
2032
|
-
}
|
|
2033
|
-
|
|
2034
2018
|
declare class Unique<TApi, TRes> extends Parachain<TApi, TRes> implements IXTokensTransfer {
|
|
2035
2019
|
private static NATIVE_ASSET_ID;
|
|
2036
2020
|
constructor();
|
|
@@ -2084,12 +2068,10 @@ declare const chains: <TApi, TRes>() => {
|
|
|
2084
2068
|
Pendulum: Pendulum<TApi, TRes>;
|
|
2085
2069
|
Collectives: Collectives<TApi, TRes>;
|
|
2086
2070
|
Phala: Phala<TApi, TRes>;
|
|
2087
|
-
Subsocial: Subsocial<TApi, TRes>;
|
|
2088
2071
|
KiltSpiritnet: KiltSpiritnet<TApi, TRes>;
|
|
2089
2072
|
Curio: Curio<TApi, TRes>;
|
|
2090
2073
|
Mythos: Mythos<TApi, TRes>;
|
|
2091
2074
|
Peaq: Peaq<TApi, TRes>;
|
|
2092
|
-
Polimec: Polimec<TApi, TRes>;
|
|
2093
2075
|
Xode: Xode<TApi, TRes>;
|
|
2094
2076
|
AssetHubKusama: AssetHubKusama<TApi, TRes>;
|
|
2095
2077
|
BridgeHubKusama: BridgeHubKusama<TApi, TRes>;
|
|
@@ -2312,7 +2294,7 @@ declare const reverseTransformLocation: (location: TLocation) => TLocation;
|
|
|
2312
2294
|
|
|
2313
2295
|
declare const normalizeAmount: (amount: bigint) => bigint;
|
|
2314
2296
|
|
|
2315
|
-
declare const resolveDestChain: (originChain: TSubstrateChain, paraId: number | undefined) => "AssetHubPolkadot" | "Acala" | "Ajuna" | "Astar" | "BifrostPolkadot" | "BridgeHubPolkadot" | "Centrifuge" | "ComposableFinance" | "Darwinia" | "EnergyWebX" | "Hydration" | "IntegriteePolkadot" | "Interlay" | "Heima" | "Jamton" | "Moonbeam" | "CoretimePolkadot" | "Collectives" | "Crust" | "Manta" | "Nodle" | "NeuroWeb" | "Pendulum" | "Phala" | "
|
|
2297
|
+
declare const resolveDestChain: (originChain: TSubstrateChain, paraId: number | undefined) => "AssetHubPolkadot" | "Acala" | "Ajuna" | "Astar" | "BifrostPolkadot" | "BridgeHubPolkadot" | "Centrifuge" | "ComposableFinance" | "Darwinia" | "EnergyWebX" | "Hydration" | "IntegriteePolkadot" | "Interlay" | "Heima" | "Jamton" | "Moonbeam" | "CoretimePolkadot" | "Collectives" | "Crust" | "Manta" | "Nodle" | "NeuroWeb" | "Pendulum" | "Phala" | "KiltSpiritnet" | "Curio" | "Mythos" | "Peaq" | "RobonomicsPolkadot" | "PeoplePolkadot" | "Unique" | "Xode" | "AssetHubKusama" | "BridgeHubKusama" | "IntegriteeKusama" | "Karura" | "Kintsugi" | "Moonriver" | "CoretimeKusama" | "Encointer" | "Altair" | "Amplitude" | "Basilisk" | "BifrostKusama" | "CrustShadow" | "Crab" | "Laos" | "Quartz" | "RobonomicsKusama" | "PeopleKusama" | "Shiden" | "Zeitgeist" | "AssetHubWestend" | "BridgeHubWestend" | "CollectivesWestend" | "CoretimeWestend" | "Penpal" | "PeopleWestend" | "AjunaPaseo" | "AssetHubPaseo" | "BifrostPaseo" | "BridgeHubPaseo" | "CoretimePaseo" | "EnergyWebXPaseo" | "HeimaPaseo" | "HydrationPaseo" | "IntegriteePaseo" | "KiltPaseo" | "LaosPaseo" | "NeuroWebPaseo" | "NodlePaseo" | "PAssetHub" | "PeoplePaseo" | "ZeitgeistPaseo" | undefined;
|
|
2316
2298
|
|
|
2317
2299
|
declare const resolveParaId: (paraId: number | undefined, destination: TDestination) => number | undefined;
|
|
2318
2300
|
|