@dedot/chaintypes 0.14.0 → 0.16.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/kusama/consts.d.ts +48 -30
- package/kusama/errors.d.ts +89 -100
- package/kusama/events.d.ts +87 -28
- package/kusama/index.d.ts +1 -1
- package/kusama/query.d.ts +241 -130
- package/kusama/runtime.d.ts +347 -95
- package/kusama/tx.d.ts +3309 -456
- package/kusama/types.d.ts +6341 -1092
- package/kusama-asset-hub/consts.d.ts +52 -3
- package/kusama-asset-hub/errors.d.ts +30 -5
- package/kusama-asset-hub/events.d.ts +61 -1
- package/kusama-asset-hub/index.d.ts +1 -1
- package/kusama-asset-hub/query.d.ts +100 -18
- package/kusama-asset-hub/runtime.d.ts +186 -15
- package/kusama-asset-hub/tx.d.ts +3074 -254
- package/kusama-asset-hub/types.d.ts +6190 -551
- package/package.json +2 -2
- package/paseo/index.d.ts +1 -1
- package/rococo/errors.d.ts +0 -10
- package/rococo/events.d.ts +33 -12
- package/rococo/index.d.ts +1 -1
- package/rococo/query.d.ts +52 -52
- package/rococo/runtime.d.ts +117 -58
- package/rococo/tx.d.ts +33 -33
- package/rococo/types.d.ts +191 -185
- package/rococo-asset-hub/consts.d.ts +2 -2
- package/rococo-asset-hub/events.d.ts +87 -80
- package/rococo-asset-hub/index.d.ts +1 -1
- package/rococo-asset-hub/query.d.ts +66 -54
- package/rococo-asset-hub/runtime.d.ts +12 -15
- package/rococo-asset-hub/tx.d.ts +250 -241
- package/rococo-asset-hub/types.d.ts +353 -404
- package/westend/consts.d.ts +9 -0
- package/westend/errors.d.ts +0 -10
- package/westend/events.d.ts +79 -13
- package/westend/index.d.ts +1 -1
- package/westend/query.d.ts +75 -52
- package/westend/runtime.d.ts +133 -58
- package/westend/tx.d.ts +72 -35
- package/westend/types.d.ts +308 -190
- package/westend-asset-hub/consts.d.ts +2 -2
- package/westend-asset-hub/events.d.ts +87 -80
- package/westend-asset-hub/index.d.ts +1 -1
- package/westend-asset-hub/query.d.ts +66 -54
- package/westend-asset-hub/runtime.d.ts +12 -15
- package/westend-asset-hub/tx.d.ts +250 -241
- package/westend-asset-hub/types.d.ts +353 -404
- package/westend-people/index.d.ts +1 -1
- package/westend-people/query.d.ts +12 -12
- package/westend-people/tx.d.ts +1 -58
- package/westend-people/types.d.ts +16 -62
|
@@ -10,7 +10,7 @@ import type {
|
|
|
10
10
|
SpWeightsWeightV2Weight,
|
|
11
11
|
PalletNftsBitFlagsPalletFeature,
|
|
12
12
|
FrameSupportPalletId,
|
|
13
|
-
|
|
13
|
+
StagingXcmV4Location,
|
|
14
14
|
} from './types';
|
|
15
15
|
|
|
16
16
|
export interface ChainConsts<Rv extends RpcVersion> extends GenericChainConsts<Rv> {
|
|
@@ -769,7 +769,7 @@ export interface ChainConsts<Rv extends RpcVersion> extends GenericChainConsts<R
|
|
|
769
769
|
/**
|
|
770
770
|
* Asset class from [`Config::Assets`] used to pay the [`Config::PoolSetupFee`].
|
|
771
771
|
**/
|
|
772
|
-
poolSetupFeeAsset:
|
|
772
|
+
poolSetupFeeAsset: StagingXcmV4Location;
|
|
773
773
|
|
|
774
774
|
/**
|
|
775
775
|
* A fee to withdraw the liquidity.
|
|
@@ -1,13 +1,22 @@
|
|
|
1
1
|
// Generated by dedot cli
|
|
2
2
|
|
|
3
3
|
import type { GenericChainEvents, GenericPalletEvent, RpcVersion } from 'dedot/types';
|
|
4
|
-
import type {
|
|
4
|
+
import type {
|
|
5
|
+
DispatchInfo,
|
|
6
|
+
DispatchError,
|
|
7
|
+
AccountId32,
|
|
8
|
+
H256,
|
|
9
|
+
FixedBytes,
|
|
10
|
+
Result,
|
|
11
|
+
FixedU128,
|
|
12
|
+
Bytes,
|
|
13
|
+
Permill,
|
|
14
|
+
} from 'dedot/codecs';
|
|
5
15
|
import type {
|
|
6
16
|
SpWeightsWeightV2Weight,
|
|
7
17
|
FrameSupportTokensMiscBalanceStatus,
|
|
8
|
-
StagingXcmV3MultilocationMultiLocation,
|
|
9
|
-
StagingXcmV4TraitsOutcome,
|
|
10
18
|
StagingXcmV4Location,
|
|
19
|
+
StagingXcmV4TraitsOutcome,
|
|
11
20
|
StagingXcmV4Xcm,
|
|
12
21
|
StagingXcmV4Response,
|
|
13
22
|
XcmVersionedAssets,
|
|
@@ -285,7 +294,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
285
294
|
Rv,
|
|
286
295
|
'AssetTxPayment',
|
|
287
296
|
'AssetTxFeePaid',
|
|
288
|
-
{ who: AccountId32; actualFee: bigint; tip: bigint; assetId:
|
|
297
|
+
{ who: AccountId32; actualFee: bigint; tip: bigint; assetId: StagingXcmV4Location }
|
|
289
298
|
>;
|
|
290
299
|
|
|
291
300
|
/**
|
|
@@ -998,6 +1007,45 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
998
1007
|
**/
|
|
999
1008
|
[prop: string]: GenericPalletEvent<Rv>;
|
|
1000
1009
|
};
|
|
1010
|
+
/**
|
|
1011
|
+
* Pallet `ToWestendXcmRouter`'s events
|
|
1012
|
+
**/
|
|
1013
|
+
toWestendXcmRouter: {
|
|
1014
|
+
/**
|
|
1015
|
+
* Delivery fee factor has been decreased.
|
|
1016
|
+
**/
|
|
1017
|
+
DeliveryFeeFactorDecreased: GenericPalletEvent<
|
|
1018
|
+
Rv,
|
|
1019
|
+
'ToWestendXcmRouter',
|
|
1020
|
+
'DeliveryFeeFactorDecreased',
|
|
1021
|
+
{
|
|
1022
|
+
/**
|
|
1023
|
+
* New value of the `DeliveryFeeFactor`.
|
|
1024
|
+
**/
|
|
1025
|
+
newValue: FixedU128;
|
|
1026
|
+
}
|
|
1027
|
+
>;
|
|
1028
|
+
|
|
1029
|
+
/**
|
|
1030
|
+
* Delivery fee factor has been increased.
|
|
1031
|
+
**/
|
|
1032
|
+
DeliveryFeeFactorIncreased: GenericPalletEvent<
|
|
1033
|
+
Rv,
|
|
1034
|
+
'ToWestendXcmRouter',
|
|
1035
|
+
'DeliveryFeeFactorIncreased',
|
|
1036
|
+
{
|
|
1037
|
+
/**
|
|
1038
|
+
* New value of the `DeliveryFeeFactor`.
|
|
1039
|
+
**/
|
|
1040
|
+
newValue: FixedU128;
|
|
1041
|
+
}
|
|
1042
|
+
>;
|
|
1043
|
+
|
|
1044
|
+
/**
|
|
1045
|
+
* Generic pallet event
|
|
1046
|
+
**/
|
|
1047
|
+
[prop: string]: GenericPalletEvent<Rv>;
|
|
1048
|
+
};
|
|
1001
1049
|
/**
|
|
1002
1050
|
* Pallet `Assets`'s events
|
|
1003
1051
|
**/
|
|
@@ -1766,7 +1814,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1766
1814
|
Rv,
|
|
1767
1815
|
'ForeignAssets',
|
|
1768
1816
|
'Created',
|
|
1769
|
-
{ assetId:
|
|
1817
|
+
{ assetId: StagingXcmV4Location; creator: AccountId32; owner: AccountId32 }
|
|
1770
1818
|
>;
|
|
1771
1819
|
|
|
1772
1820
|
/**
|
|
@@ -1776,7 +1824,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1776
1824
|
Rv,
|
|
1777
1825
|
'ForeignAssets',
|
|
1778
1826
|
'Issued',
|
|
1779
|
-
{ assetId:
|
|
1827
|
+
{ assetId: StagingXcmV4Location; owner: AccountId32; amount: bigint }
|
|
1780
1828
|
>;
|
|
1781
1829
|
|
|
1782
1830
|
/**
|
|
@@ -1786,7 +1834,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1786
1834
|
Rv,
|
|
1787
1835
|
'ForeignAssets',
|
|
1788
1836
|
'Transferred',
|
|
1789
|
-
{ assetId:
|
|
1837
|
+
{ assetId: StagingXcmV4Location; from: AccountId32; to: AccountId32; amount: bigint }
|
|
1790
1838
|
>;
|
|
1791
1839
|
|
|
1792
1840
|
/**
|
|
@@ -1796,7 +1844,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1796
1844
|
Rv,
|
|
1797
1845
|
'ForeignAssets',
|
|
1798
1846
|
'Burned',
|
|
1799
|
-
{ assetId:
|
|
1847
|
+
{ assetId: StagingXcmV4Location; owner: AccountId32; balance: bigint }
|
|
1800
1848
|
>;
|
|
1801
1849
|
|
|
1802
1850
|
/**
|
|
@@ -1806,7 +1854,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1806
1854
|
Rv,
|
|
1807
1855
|
'ForeignAssets',
|
|
1808
1856
|
'TeamChanged',
|
|
1809
|
-
{ assetId:
|
|
1857
|
+
{ assetId: StagingXcmV4Location; issuer: AccountId32; admin: AccountId32; freezer: AccountId32 }
|
|
1810
1858
|
>;
|
|
1811
1859
|
|
|
1812
1860
|
/**
|
|
@@ -1816,48 +1864,28 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1816
1864
|
Rv,
|
|
1817
1865
|
'ForeignAssets',
|
|
1818
1866
|
'OwnerChanged',
|
|
1819
|
-
{ assetId:
|
|
1867
|
+
{ assetId: StagingXcmV4Location; owner: AccountId32 }
|
|
1820
1868
|
>;
|
|
1821
1869
|
|
|
1822
1870
|
/**
|
|
1823
1871
|
* Some account `who` was frozen.
|
|
1824
1872
|
**/
|
|
1825
|
-
Frozen: GenericPalletEvent<
|
|
1826
|
-
Rv,
|
|
1827
|
-
'ForeignAssets',
|
|
1828
|
-
'Frozen',
|
|
1829
|
-
{ assetId: StagingXcmV3MultilocationMultiLocation; who: AccountId32 }
|
|
1830
|
-
>;
|
|
1873
|
+
Frozen: GenericPalletEvent<Rv, 'ForeignAssets', 'Frozen', { assetId: StagingXcmV4Location; who: AccountId32 }>;
|
|
1831
1874
|
|
|
1832
1875
|
/**
|
|
1833
1876
|
* Some account `who` was thawed.
|
|
1834
1877
|
**/
|
|
1835
|
-
Thawed: GenericPalletEvent<
|
|
1836
|
-
Rv,
|
|
1837
|
-
'ForeignAssets',
|
|
1838
|
-
'Thawed',
|
|
1839
|
-
{ assetId: StagingXcmV3MultilocationMultiLocation; who: AccountId32 }
|
|
1840
|
-
>;
|
|
1878
|
+
Thawed: GenericPalletEvent<Rv, 'ForeignAssets', 'Thawed', { assetId: StagingXcmV4Location; who: AccountId32 }>;
|
|
1841
1879
|
|
|
1842
1880
|
/**
|
|
1843
1881
|
* Some asset `asset_id` was frozen.
|
|
1844
1882
|
**/
|
|
1845
|
-
AssetFrozen: GenericPalletEvent<
|
|
1846
|
-
Rv,
|
|
1847
|
-
'ForeignAssets',
|
|
1848
|
-
'AssetFrozen',
|
|
1849
|
-
{ assetId: StagingXcmV3MultilocationMultiLocation }
|
|
1850
|
-
>;
|
|
1883
|
+
AssetFrozen: GenericPalletEvent<Rv, 'ForeignAssets', 'AssetFrozen', { assetId: StagingXcmV4Location }>;
|
|
1851
1884
|
|
|
1852
1885
|
/**
|
|
1853
1886
|
* Some asset `asset_id` was thawed.
|
|
1854
1887
|
**/
|
|
1855
|
-
AssetThawed: GenericPalletEvent<
|
|
1856
|
-
Rv,
|
|
1857
|
-
'ForeignAssets',
|
|
1858
|
-
'AssetThawed',
|
|
1859
|
-
{ assetId: StagingXcmV3MultilocationMultiLocation }
|
|
1860
|
-
>;
|
|
1888
|
+
AssetThawed: GenericPalletEvent<Rv, 'ForeignAssets', 'AssetThawed', { assetId: StagingXcmV4Location }>;
|
|
1861
1889
|
|
|
1862
1890
|
/**
|
|
1863
1891
|
* Accounts were destroyed for given asset.
|
|
@@ -1866,7 +1894,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1866
1894
|
Rv,
|
|
1867
1895
|
'ForeignAssets',
|
|
1868
1896
|
'AccountsDestroyed',
|
|
1869
|
-
{ assetId:
|
|
1897
|
+
{ assetId: StagingXcmV4Location; accountsDestroyed: number; accountsRemaining: number }
|
|
1870
1898
|
>;
|
|
1871
1899
|
|
|
1872
1900
|
/**
|
|
@@ -1876,7 +1904,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1876
1904
|
Rv,
|
|
1877
1905
|
'ForeignAssets',
|
|
1878
1906
|
'ApprovalsDestroyed',
|
|
1879
|
-
{ assetId:
|
|
1907
|
+
{ assetId: StagingXcmV4Location; approvalsDestroyed: number; approvalsRemaining: number }
|
|
1880
1908
|
>;
|
|
1881
1909
|
|
|
1882
1910
|
/**
|
|
@@ -1886,18 +1914,13 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1886
1914
|
Rv,
|
|
1887
1915
|
'ForeignAssets',
|
|
1888
1916
|
'DestructionStarted',
|
|
1889
|
-
{ assetId:
|
|
1917
|
+
{ assetId: StagingXcmV4Location }
|
|
1890
1918
|
>;
|
|
1891
1919
|
|
|
1892
1920
|
/**
|
|
1893
1921
|
* An asset class was destroyed.
|
|
1894
1922
|
**/
|
|
1895
|
-
Destroyed: GenericPalletEvent<
|
|
1896
|
-
Rv,
|
|
1897
|
-
'ForeignAssets',
|
|
1898
|
-
'Destroyed',
|
|
1899
|
-
{ assetId: StagingXcmV3MultilocationMultiLocation }
|
|
1900
|
-
>;
|
|
1923
|
+
Destroyed: GenericPalletEvent<Rv, 'ForeignAssets', 'Destroyed', { assetId: StagingXcmV4Location }>;
|
|
1901
1924
|
|
|
1902
1925
|
/**
|
|
1903
1926
|
* Some asset class was force-created.
|
|
@@ -1906,7 +1929,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1906
1929
|
Rv,
|
|
1907
1930
|
'ForeignAssets',
|
|
1908
1931
|
'ForceCreated',
|
|
1909
|
-
{ assetId:
|
|
1932
|
+
{ assetId: StagingXcmV4Location; owner: AccountId32 }
|
|
1910
1933
|
>;
|
|
1911
1934
|
|
|
1912
1935
|
/**
|
|
@@ -1916,24 +1939,13 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1916
1939
|
Rv,
|
|
1917
1940
|
'ForeignAssets',
|
|
1918
1941
|
'MetadataSet',
|
|
1919
|
-
{
|
|
1920
|
-
assetId: StagingXcmV3MultilocationMultiLocation;
|
|
1921
|
-
name: Bytes;
|
|
1922
|
-
symbol: Bytes;
|
|
1923
|
-
decimals: number;
|
|
1924
|
-
isFrozen: boolean;
|
|
1925
|
-
}
|
|
1942
|
+
{ assetId: StagingXcmV4Location; name: Bytes; symbol: Bytes; decimals: number; isFrozen: boolean }
|
|
1926
1943
|
>;
|
|
1927
1944
|
|
|
1928
1945
|
/**
|
|
1929
1946
|
* Metadata has been cleared for an asset.
|
|
1930
1947
|
**/
|
|
1931
|
-
MetadataCleared: GenericPalletEvent<
|
|
1932
|
-
Rv,
|
|
1933
|
-
'ForeignAssets',
|
|
1934
|
-
'MetadataCleared',
|
|
1935
|
-
{ assetId: StagingXcmV3MultilocationMultiLocation }
|
|
1936
|
-
>;
|
|
1948
|
+
MetadataCleared: GenericPalletEvent<Rv, 'ForeignAssets', 'MetadataCleared', { assetId: StagingXcmV4Location }>;
|
|
1937
1949
|
|
|
1938
1950
|
/**
|
|
1939
1951
|
* (Additional) funds have been approved for transfer to a destination account.
|
|
@@ -1942,7 +1954,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1942
1954
|
Rv,
|
|
1943
1955
|
'ForeignAssets',
|
|
1944
1956
|
'ApprovedTransfer',
|
|
1945
|
-
{ assetId:
|
|
1957
|
+
{ assetId: StagingXcmV4Location; source: AccountId32; delegate: AccountId32; amount: bigint }
|
|
1946
1958
|
>;
|
|
1947
1959
|
|
|
1948
1960
|
/**
|
|
@@ -1952,7 +1964,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1952
1964
|
Rv,
|
|
1953
1965
|
'ForeignAssets',
|
|
1954
1966
|
'ApprovalCancelled',
|
|
1955
|
-
{ assetId:
|
|
1967
|
+
{ assetId: StagingXcmV4Location; owner: AccountId32; delegate: AccountId32 }
|
|
1956
1968
|
>;
|
|
1957
1969
|
|
|
1958
1970
|
/**
|
|
@@ -1964,7 +1976,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1964
1976
|
'ForeignAssets',
|
|
1965
1977
|
'TransferredApproved',
|
|
1966
1978
|
{
|
|
1967
|
-
assetId:
|
|
1979
|
+
assetId: StagingXcmV4Location;
|
|
1968
1980
|
owner: AccountId32;
|
|
1969
1981
|
delegate: AccountId32;
|
|
1970
1982
|
destination: AccountId32;
|
|
@@ -1979,7 +1991,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1979
1991
|
Rv,
|
|
1980
1992
|
'ForeignAssets',
|
|
1981
1993
|
'AssetStatusChanged',
|
|
1982
|
-
{ assetId:
|
|
1994
|
+
{ assetId: StagingXcmV4Location }
|
|
1983
1995
|
>;
|
|
1984
1996
|
|
|
1985
1997
|
/**
|
|
@@ -1989,7 +2001,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1989
2001
|
Rv,
|
|
1990
2002
|
'ForeignAssets',
|
|
1991
2003
|
'AssetMinBalanceChanged',
|
|
1992
|
-
{ assetId:
|
|
2004
|
+
{ assetId: StagingXcmV4Location; newMinBalance: bigint }
|
|
1993
2005
|
>;
|
|
1994
2006
|
|
|
1995
2007
|
/**
|
|
@@ -1999,18 +2011,13 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
1999
2011
|
Rv,
|
|
2000
2012
|
'ForeignAssets',
|
|
2001
2013
|
'Touched',
|
|
2002
|
-
{ assetId:
|
|
2014
|
+
{ assetId: StagingXcmV4Location; who: AccountId32; depositor: AccountId32 }
|
|
2003
2015
|
>;
|
|
2004
2016
|
|
|
2005
2017
|
/**
|
|
2006
2018
|
* Some account `who` was blocked.
|
|
2007
2019
|
**/
|
|
2008
|
-
Blocked: GenericPalletEvent<
|
|
2009
|
-
Rv,
|
|
2010
|
-
'ForeignAssets',
|
|
2011
|
-
'Blocked',
|
|
2012
|
-
{ assetId: StagingXcmV3MultilocationMultiLocation; who: AccountId32 }
|
|
2013
|
-
>;
|
|
2020
|
+
Blocked: GenericPalletEvent<Rv, 'ForeignAssets', 'Blocked', { assetId: StagingXcmV4Location; who: AccountId32 }>;
|
|
2014
2021
|
|
|
2015
2022
|
/**
|
|
2016
2023
|
* Some assets were deposited (e.g. for transaction fees).
|
|
@@ -2019,7 +2026,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2019
2026
|
Rv,
|
|
2020
2027
|
'ForeignAssets',
|
|
2021
2028
|
'Deposited',
|
|
2022
|
-
{ assetId:
|
|
2029
|
+
{ assetId: StagingXcmV4Location; who: AccountId32; amount: bigint }
|
|
2023
2030
|
>;
|
|
2024
2031
|
|
|
2025
2032
|
/**
|
|
@@ -2029,7 +2036,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2029
2036
|
Rv,
|
|
2030
2037
|
'ForeignAssets',
|
|
2031
2038
|
'Withdrawn',
|
|
2032
|
-
{ assetId:
|
|
2039
|
+
{ assetId: StagingXcmV4Location; who: AccountId32; amount: bigint }
|
|
2033
2040
|
>;
|
|
2034
2041
|
|
|
2035
2042
|
/**
|
|
@@ -2282,7 +2289,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2282
2289
|
* The pool id associated with the pool. Note that the order of the assets may not be
|
|
2283
2290
|
* the same as the order specified in the create pool extrinsic.
|
|
2284
2291
|
**/
|
|
2285
|
-
poolId: [
|
|
2292
|
+
poolId: [StagingXcmV4Location, StagingXcmV4Location];
|
|
2286
2293
|
|
|
2287
2294
|
/**
|
|
2288
2295
|
* The account ID of the pool.
|
|
@@ -2318,7 +2325,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2318
2325
|
/**
|
|
2319
2326
|
* The pool id of the pool that the liquidity was added to.
|
|
2320
2327
|
**/
|
|
2321
|
-
poolId: [
|
|
2328
|
+
poolId: [StagingXcmV4Location, StagingXcmV4Location];
|
|
2322
2329
|
|
|
2323
2330
|
/**
|
|
2324
2331
|
* The amount of the first asset that was added to the pool.
|
|
@@ -2363,7 +2370,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2363
2370
|
/**
|
|
2364
2371
|
* The pool id that the liquidity was removed from.
|
|
2365
2372
|
**/
|
|
2366
|
-
poolId: [
|
|
2373
|
+
poolId: [StagingXcmV4Location, StagingXcmV4Location];
|
|
2367
2374
|
|
|
2368
2375
|
/**
|
|
2369
2376
|
* The amount of the first asset that was removed from the pool.
|
|
@@ -2425,7 +2432,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2425
2432
|
* The route of asset IDs with amounts that the swap went through.
|
|
2426
2433
|
* E.g. (A, amount_in) -> (Dot, amount_out) -> (B, amount_out)
|
|
2427
2434
|
**/
|
|
2428
|
-
path: Array<[
|
|
2435
|
+
path: Array<[StagingXcmV4Location, bigint]>;
|
|
2429
2436
|
}
|
|
2430
2437
|
>;
|
|
2431
2438
|
|
|
@@ -2451,7 +2458,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2451
2458
|
* The route of asset IDs with amounts that the swap went through.
|
|
2452
2459
|
* E.g. (A, amount_in) -> (Dot, amount_out) -> (B, amount_out)
|
|
2453
2460
|
**/
|
|
2454
|
-
path: Array<[
|
|
2461
|
+
path: Array<[StagingXcmV4Location, bigint]>;
|
|
2455
2462
|
}
|
|
2456
2463
|
>;
|
|
2457
2464
|
|
|
@@ -2466,7 +2473,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2466
2473
|
/**
|
|
2467
2474
|
* The ID of the pool.
|
|
2468
2475
|
**/
|
|
2469
|
-
poolId: [
|
|
2476
|
+
poolId: [StagingXcmV4Location, StagingXcmV4Location];
|
|
2470
2477
|
|
|
2471
2478
|
/**
|
|
2472
2479
|
* The account initiating the touch.
|
|
@@ -2500,13 +2507,13 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2500
2507
|
Rv,
|
|
2501
2508
|
'ForeignAssetsFreezer',
|
|
2502
2509
|
'Frozen',
|
|
2503
|
-
{ who: AccountId32; assetId:
|
|
2510
|
+
{ who: AccountId32; assetId: StagingXcmV4Location; amount: bigint }
|
|
2504
2511
|
>;
|
|
2505
2512
|
Thawed: GenericPalletEvent<
|
|
2506
2513
|
Rv,
|
|
2507
2514
|
'ForeignAssetsFreezer',
|
|
2508
2515
|
'Thawed',
|
|
2509
|
-
{ who: AccountId32; assetId:
|
|
2516
|
+
{ who: AccountId32; assetId: StagingXcmV4Location; amount: bigint }
|
|
2510
2517
|
>;
|
|
2511
2518
|
|
|
2512
2519
|
/**
|
|
@@ -2551,7 +2558,7 @@ export interface ChainEvents<Rv extends RpcVersion> extends GenericChainEvents<R
|
|
|
2551
2558
|
/**
|
|
2552
2559
|
* Pool's ID.
|
|
2553
2560
|
**/
|
|
2554
|
-
poolId: [
|
|
2561
|
+
poolId: [StagingXcmV4Location, StagingXcmV4Location];
|
|
2555
2562
|
|
|
2556
2563
|
/**
|
|
2557
2564
|
* Pool's prior account ID.
|
|
@@ -23,7 +23,7 @@ export interface VersionedRococoAssetHubApi<Rv extends RpcVersion> extends Gener
|
|
|
23
23
|
|
|
24
24
|
/**
|
|
25
25
|
* @name: RococoAssetHubApi
|
|
26
|
-
* @specVersion:
|
|
26
|
+
* @specVersion: 1016000
|
|
27
27
|
**/
|
|
28
28
|
export interface RococoAssetHubApi {
|
|
29
29
|
legacy: VersionedRococoAssetHubApi<RpcLegacy>;
|