@galacticcouncil/xc-cfg 0.1.0 → 0.2.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/build/index.cjs +1 -1
- package/build/index.mjs +1 -1
- package/build/types/builders/extrinsics/xcm/builder/buildERC20TransferFromPara.d.ts +2 -131
- package/build/types/builders/extrinsics/xcm/builder/buildParaERC20Received.d.ts +2 -76
- package/build/types/builders/extrinsics/xcm/builder/const.d.ts +6 -1
- package/build/types/builders/extrinsics/xcm/polkadotXcm.utils.d.ts +174 -228
- package/build/types/builders/extrinsics/xcm/types.d.ts +0 -4
- package/build/types/builders/extrinsics/xcm/utils/account.d.ts +16 -10
- package/build/types/builders/extrinsics/xcm/utils/guard.d.ts +1 -3
- package/build/types/builders/extrinsics/xcm/utils/instructions.d.ts +22 -36
- package/build/types/builders/extrinsics/xcm/utils/location.d.ts +5 -7
- package/build/types/builders/extrinsics/xcm/xTokens.utils.d.ts +17 -5
- package/build/types/builders/extrinsics/xcm/xTransfer.utils.d.ts +9 -2
- package/build/types/builders/extrinsics/xcm/xcmPallet.utils.d.ts +17 -5
- package/build/types/clients/base.d.ts +9 -4
- package/build/types/clients/chain/assethub.d.ts +3 -3
- package/build/types/clients/chain/hydration.d.ts +4 -1
- package/package.json +3 -3
- package/build/types/utils/xcm-encoder.d.ts +0 -86
|
@@ -1,132 +1,3 @@
|
|
|
1
|
+
import { XcmV4Instruction } from '@galacticcouncil/descriptors';
|
|
1
2
|
import { Asset, Parachain } from '@galacticcouncil/xc-core';
|
|
2
|
-
export declare function buildERC20TransferFromPara(asset: Asset, chain: Parachain):
|
|
3
|
-
V4: ({
|
|
4
|
-
SetAppendix: {
|
|
5
|
-
DepositAsset: {
|
|
6
|
-
assets: {
|
|
7
|
-
Wild: string;
|
|
8
|
-
};
|
|
9
|
-
beneficiary: {
|
|
10
|
-
parents: number;
|
|
11
|
-
interior: {
|
|
12
|
-
X1: any;
|
|
13
|
-
};
|
|
14
|
-
};
|
|
15
|
-
};
|
|
16
|
-
}[];
|
|
17
|
-
InitiateReserveWithdraw?: undefined;
|
|
18
|
-
SetTopic?: undefined;
|
|
19
|
-
} | {
|
|
20
|
-
InitiateReserveWithdraw: {
|
|
21
|
-
assets: {
|
|
22
|
-
Wild: {
|
|
23
|
-
AllOf: {
|
|
24
|
-
id: object;
|
|
25
|
-
fun: string;
|
|
26
|
-
};
|
|
27
|
-
};
|
|
28
|
-
};
|
|
29
|
-
reserve: {
|
|
30
|
-
parents: number;
|
|
31
|
-
interior: {
|
|
32
|
-
X1: {
|
|
33
|
-
GlobalConsensus: {
|
|
34
|
-
Ethereum: {
|
|
35
|
-
chain_id: number;
|
|
36
|
-
};
|
|
37
|
-
};
|
|
38
|
-
}[];
|
|
39
|
-
};
|
|
40
|
-
};
|
|
41
|
-
xcm: ({
|
|
42
|
-
BuyExecution: {
|
|
43
|
-
fees: {
|
|
44
|
-
id: {
|
|
45
|
-
parents: number;
|
|
46
|
-
interior: {
|
|
47
|
-
X1: any;
|
|
48
|
-
Here?: undefined;
|
|
49
|
-
};
|
|
50
|
-
} | {
|
|
51
|
-
parents: number;
|
|
52
|
-
interior: {
|
|
53
|
-
Here: null;
|
|
54
|
-
X1?: undefined;
|
|
55
|
-
};
|
|
56
|
-
};
|
|
57
|
-
fun: {
|
|
58
|
-
Fungible: number;
|
|
59
|
-
};
|
|
60
|
-
};
|
|
61
|
-
weightLimit: string;
|
|
62
|
-
};
|
|
63
|
-
DepositAsset?: undefined;
|
|
64
|
-
SetTopic?: undefined;
|
|
65
|
-
} | {
|
|
66
|
-
DepositAsset: {
|
|
67
|
-
assets: {
|
|
68
|
-
Wild: {
|
|
69
|
-
AllCounted: number;
|
|
70
|
-
};
|
|
71
|
-
};
|
|
72
|
-
beneficiary: {
|
|
73
|
-
parents: number;
|
|
74
|
-
interior: {
|
|
75
|
-
X1: any;
|
|
76
|
-
};
|
|
77
|
-
};
|
|
78
|
-
};
|
|
79
|
-
BuyExecution?: undefined;
|
|
80
|
-
SetTopic?: undefined;
|
|
81
|
-
} | {
|
|
82
|
-
SetTopic: string | undefined;
|
|
83
|
-
BuyExecution?: undefined;
|
|
84
|
-
DepositAsset?: undefined;
|
|
85
|
-
})[];
|
|
86
|
-
};
|
|
87
|
-
SetAppendix?: undefined;
|
|
88
|
-
SetTopic?: undefined;
|
|
89
|
-
} | {
|
|
90
|
-
SetTopic: string | undefined;
|
|
91
|
-
SetAppendix?: undefined;
|
|
92
|
-
InitiateReserveWithdraw?: undefined;
|
|
93
|
-
} | {
|
|
94
|
-
WithdrawAsset: ({
|
|
95
|
-
id: {
|
|
96
|
-
parents: number;
|
|
97
|
-
interior: string;
|
|
98
|
-
};
|
|
99
|
-
fun: {
|
|
100
|
-
Fungible: bigint;
|
|
101
|
-
};
|
|
102
|
-
} | {
|
|
103
|
-
id: Record<string, any> | {
|
|
104
|
-
Concrete: {};
|
|
105
|
-
};
|
|
106
|
-
fun: {
|
|
107
|
-
Fungible: bigint;
|
|
108
|
-
};
|
|
109
|
-
})[];
|
|
110
|
-
ClearOrigin?: undefined;
|
|
111
|
-
BuyExecution?: undefined;
|
|
112
|
-
} | {
|
|
113
|
-
ClearOrigin: null;
|
|
114
|
-
WithdrawAsset?: undefined;
|
|
115
|
-
BuyExecution?: undefined;
|
|
116
|
-
} | {
|
|
117
|
-
BuyExecution: {
|
|
118
|
-
fees: {
|
|
119
|
-
id: {
|
|
120
|
-
parents: number;
|
|
121
|
-
interior: string;
|
|
122
|
-
};
|
|
123
|
-
fun: {
|
|
124
|
-
Fungible: bigint;
|
|
125
|
-
};
|
|
126
|
-
};
|
|
127
|
-
weightLimit: string;
|
|
128
|
-
};
|
|
129
|
-
WithdrawAsset?: undefined;
|
|
130
|
-
ClearOrigin?: undefined;
|
|
131
|
-
})[];
|
|
132
|
-
}>;
|
|
3
|
+
export declare function buildERC20TransferFromPara(asset: Asset, chain: Parachain): XcmV4Instruction[];
|
|
@@ -1,77 +1,3 @@
|
|
|
1
|
+
import { XcmV4Instruction } from '@galacticcouncil/descriptors';
|
|
1
2
|
import { Asset, Parachain } from '@galacticcouncil/xc-core';
|
|
2
|
-
export declare function buildParaERC20Received(asset: Asset, chain: Parachain):
|
|
3
|
-
V4: ({
|
|
4
|
-
ReserveAssetDeposited: ({
|
|
5
|
-
id: {
|
|
6
|
-
parents: number;
|
|
7
|
-
interior: string;
|
|
8
|
-
};
|
|
9
|
-
fun: {
|
|
10
|
-
Fungible: bigint;
|
|
11
|
-
};
|
|
12
|
-
} | {
|
|
13
|
-
id: Record<string, any> | {
|
|
14
|
-
Concrete: {};
|
|
15
|
-
};
|
|
16
|
-
fun: {
|
|
17
|
-
Fungible: bigint;
|
|
18
|
-
};
|
|
19
|
-
})[];
|
|
20
|
-
ClearOrigin?: undefined;
|
|
21
|
-
BuyExecution?: undefined;
|
|
22
|
-
DepositAsset?: undefined;
|
|
23
|
-
SetTopic?: undefined;
|
|
24
|
-
} | {
|
|
25
|
-
ClearOrigin: null;
|
|
26
|
-
ReserveAssetDeposited?: undefined;
|
|
27
|
-
BuyExecution?: undefined;
|
|
28
|
-
DepositAsset?: undefined;
|
|
29
|
-
SetTopic?: undefined;
|
|
30
|
-
} | {
|
|
31
|
-
BuyExecution: {
|
|
32
|
-
fees: {
|
|
33
|
-
id: {
|
|
34
|
-
parents: number;
|
|
35
|
-
interior: string;
|
|
36
|
-
};
|
|
37
|
-
fun: {
|
|
38
|
-
Fungible: bigint;
|
|
39
|
-
};
|
|
40
|
-
};
|
|
41
|
-
weightLimit: string;
|
|
42
|
-
};
|
|
43
|
-
ReserveAssetDeposited?: undefined;
|
|
44
|
-
ClearOrigin?: undefined;
|
|
45
|
-
DepositAsset?: undefined;
|
|
46
|
-
SetTopic?: undefined;
|
|
47
|
-
} | {
|
|
48
|
-
DepositAsset: {
|
|
49
|
-
assets: {
|
|
50
|
-
Wild: {
|
|
51
|
-
AllCounted: number;
|
|
52
|
-
};
|
|
53
|
-
};
|
|
54
|
-
beneficiary: {
|
|
55
|
-
parents: number;
|
|
56
|
-
interior: {
|
|
57
|
-
X1: {
|
|
58
|
-
AccountId32: {
|
|
59
|
-
id: string;
|
|
60
|
-
network: null;
|
|
61
|
-
};
|
|
62
|
-
}[];
|
|
63
|
-
};
|
|
64
|
-
};
|
|
65
|
-
};
|
|
66
|
-
ReserveAssetDeposited?: undefined;
|
|
67
|
-
ClearOrigin?: undefined;
|
|
68
|
-
BuyExecution?: undefined;
|
|
69
|
-
SetTopic?: undefined;
|
|
70
|
-
} | {
|
|
71
|
-
SetTopic: string;
|
|
72
|
-
ReserveAssetDeposited?: undefined;
|
|
73
|
-
ClearOrigin?: undefined;
|
|
74
|
-
BuyExecution?: undefined;
|
|
75
|
-
DepositAsset?: undefined;
|
|
76
|
-
})[];
|
|
77
|
-
}>;
|
|
3
|
+
export declare function buildParaERC20Received(asset: Asset, chain: Parachain): XcmV4Instruction[];
|
|
@@ -2,7 +2,12 @@ export declare const AMOUNT_MAX = 340282366920938463463374607431768211455n;
|
|
|
2
2
|
export declare const TOPIC = "0x0000000000000000000000000000000000000000000000000000000000000000";
|
|
3
3
|
export declare const DOT_LOCATION: {
|
|
4
4
|
parents: number;
|
|
5
|
-
interior:
|
|
5
|
+
interior: {
|
|
6
|
+
type: "Here";
|
|
7
|
+
value: undefined;
|
|
8
|
+
} & {
|
|
9
|
+
type: "Here";
|
|
10
|
+
};
|
|
6
11
|
};
|
|
7
12
|
export declare const RELAY_ID = 0;
|
|
8
13
|
export declare const ASSET_HUB_ID = 1000;
|