@pezkuwi/types-augment 16.5.5 → 16.5.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/LICENSE +201 -0
- package/augment.js +2 -0
- package/bundle.js +2 -0
- package/cjs/augment.d.ts +2 -0
- package/cjs/augment.js +4 -0
- package/cjs/bundle.d.ts +2 -0
- package/cjs/bundle.js +6 -0
- package/cjs/index.js +5 -0
- package/{build/lookup/assetHubKusama.d.ts → cjs/lookup/assetHubDicle.d.ts} +75 -75
- package/cjs/lookup/assetHubDicle.js +1164 -0
- package/{build/lookup/assetHubPolkadot.d.ts → cjs/lookup/assetHubPezkuwi.d.ts} +186 -186
- package/cjs/lookup/assetHubPezkuwi.js +2979 -0
- package/{build/lookup/substrate.d.ts → cjs/lookup/bizinikiwi.d.ts} +594 -594
- package/cjs/lookup/bizinikiwi.js +9673 -0
- package/cjs/lookup/definitions.js +15 -0
- package/{build/lookup/kusama.d.ts → cjs/lookup/dicle.d.ts} +29 -29
- package/cjs/lookup/dicle.js +738 -0
- package/cjs/lookup/index.js +5 -0
- package/{build/lookup/polkadot.d.ts → cjs/lookup/pezkuwi.d.ts} +199 -195
- package/cjs/lookup/pezkuwi.js +4768 -0
- package/cjs/lookup/types-assetHubDicle.d.ts +684 -0
- package/cjs/lookup/types-assetHubDicle.js +4 -0
- package/{build/lookup/types-assetHubPolkadot.d.ts → cjs/lookup/types-assetHubPezkuwi.d.ts} +623 -624
- package/cjs/lookup/types-assetHubPezkuwi.js +4 -0
- package/{build/lookup/types-substrate.d.ts → cjs/lookup/types-bizinikiwi.d.ts} +1815 -1816
- package/cjs/lookup/types-bizinikiwi.js +4 -0
- package/{build/lookup/types-kusama.d.ts → cjs/lookup/types-dicle.d.ts} +139 -139
- package/cjs/lookup/types-dicle.js +4 -0
- package/{build/lookup/types-polkadot.d.ts → cjs/lookup/types-pezkuwi.d.ts} +642 -641
- package/cjs/lookup/types-pezkuwi.js +4 -0
- package/cjs/lookup/types.d.ts +5 -0
- package/cjs/lookup/types.js +7 -0
- package/cjs/package.json +3 -0
- package/cjs/packageDetect.js +7 -0
- package/cjs/packageInfo.js +4 -0
- package/cjs/registry/assetHubDicle.d.ts +81 -0
- package/cjs/registry/assetHubDicle.js +4 -0
- package/cjs/registry/assetHubPezkuwi.d.ts +200 -0
- package/cjs/registry/assetHubPezkuwi.js +4 -0
- package/cjs/registry/bizinikiwi.d.ts +625 -0
- package/cjs/registry/bizinikiwi.js +4 -0
- package/cjs/registry/dicle.d.ts +35 -0
- package/cjs/registry/dicle.js +4 -0
- package/cjs/registry/index.js +3 -0
- package/{build → cjs}/registry/interfaces.d.ts +44 -44
- package/cjs/registry/interfaces.js +4 -0
- package/cjs/registry/pezkuwi.d.ts +279 -0
- package/cjs/registry/pezkuwi.js +4 -0
- package/index.d.ts +2 -0
- package/index.js +2 -0
- package/lookup/assetHubDicle.d.ts +1161 -0
- package/lookup/assetHubDicle.js +1162 -0
- package/lookup/assetHubPezkuwi.d.ts +2976 -0
- package/lookup/assetHubPezkuwi.js +2977 -0
- package/lookup/bizinikiwi.d.ts +9670 -0
- package/lookup/bizinikiwi.js +9671 -0
- package/lookup/definitions.d.ts +3 -0
- package/lookup/definitions.js +12 -0
- package/lookup/dicle.d.ts +735 -0
- package/lookup/dicle.js +736 -0
- package/lookup/index.d.ts +1 -0
- package/lookup/index.js +2 -0
- package/lookup/pezkuwi.d.ts +4765 -0
- package/lookup/pezkuwi.js +4766 -0
- package/lookup/types-assetHubDicle.d.ts +684 -0
- package/lookup/types-assetHubDicle.js +2 -0
- package/lookup/types-assetHubPezkuwi.d.ts +2511 -0
- package/lookup/types-assetHubPezkuwi.js +2 -0
- package/lookup/types-bizinikiwi.d.ts +9980 -0
- package/lookup/types-bizinikiwi.js +2 -0
- package/lookup/types-dicle.d.ts +364 -0
- package/lookup/types-dicle.js +2 -0
- package/lookup/types-pezkuwi.d.ts +4463 -0
- package/lookup/types-pezkuwi.js +2 -0
- package/lookup/types.d.ts +5 -0
- package/lookup/types.js +5 -0
- package/package.json +380 -6
- package/packageDetect.d.ts +1 -0
- package/{src/packageDetect.ts → packageDetect.js} +0 -8
- package/packageInfo.d.ts +6 -0
- package/packageInfo.js +1 -0
- package/registry/assetHubDicle.d.ts +81 -0
- package/registry/assetHubDicle.js +2 -0
- package/registry/assetHubPezkuwi.d.ts +200 -0
- package/registry/assetHubPezkuwi.js +2 -0
- package/registry/bizinikiwi.d.ts +625 -0
- package/registry/bizinikiwi.js +2 -0
- package/registry/dicle.d.ts +35 -0
- package/registry/dicle.js +2 -0
- package/registry/index.d.ts +1 -0
- package/registry/index.js +1 -0
- package/registry/interfaces.d.ts +1368 -0
- package/registry/interfaces.js +2 -0
- package/registry/pezkuwi.d.ts +279 -0
- package/registry/pezkuwi.js +2 -0
- package/build/lookup/types-assetHubKusama.d.ts +0 -684
- package/build/lookup/types.d.ts +0 -5
- package/build/registry/assetHubKusama.d.ts +0 -81
- package/build/registry/assetHubPolkadot.d.ts +0 -200
- package/build/registry/kusama.d.ts +0 -35
- package/build/registry/polkadot.d.ts +0 -278
- package/build/registry/substrate.d.ts +0 -625
- package/src/augment.ts +0 -5
- package/src/bundle.ts +0 -6
- package/src/index.ts +0 -6
- package/src/lookup/assetHubKusama.ts +0 -1165
- package/src/lookup/assetHubPolkadot.ts +0 -2980
- package/src/lookup/definitions.ts +0 -19
- package/src/lookup/index.ts +0 -4
- package/src/lookup/kusama.ts +0 -739
- package/src/lookup/polkadot.ts +0 -4765
- package/src/lookup/substrate.ts +0 -9674
- package/src/lookup/types-assetHubKusama.ts +0 -764
- package/src/lookup/types-assetHubPolkadot.ts +0 -2711
- package/src/lookup/types-kusama.ts +0 -399
- package/src/lookup/types-polkadot.ts +0 -4721
- package/src/lookup/types-substrate.ts +0 -10590
- package/src/lookup/types.ts +0 -8
- package/src/mod.ts +0 -4
- package/src/packageInfo.ts +0 -6
- package/src/registry/assetHubKusama.ts +0 -88
- package/src/registry/assetHubPolkadot.ts +0 -207
- package/src/registry/index.ts +0 -4
- package/src/registry/interfaces.ts +0 -1375
- package/src/registry/kusama.ts +0 -42
- package/src/registry/polkadot.ts +0 -285
- package/src/registry/substrate.ts +0 -632
- package/tsconfig.build.json +0 -15
- package/tsconfig.build.tsbuildinfo +0 -1
- /package/{build/augment.d.ts → augment.d.ts} +0 -0
- /package/{build/bundle.d.ts → bundle.d.ts} +0 -0
- /package/{build → cjs}/index.d.ts +0 -0
- /package/{build → cjs}/lookup/definitions.d.ts +0 -0
- /package/{build → cjs}/lookup/index.d.ts +0 -0
- /package/{build → cjs}/packageDetect.d.ts +0 -0
- /package/{build → cjs}/packageInfo.d.ts +0 -0
- /package/{build → cjs}/registry/index.d.ts +0 -0
|
@@ -0,0 +1,4463 @@
|
|
|
1
|
+
import '@pezkuwi/types/lookup';
|
|
2
|
+
import type { BTreeMap, BTreeSet, BitVec, Bytes, Compact, Enum, Null, Option, Result, Struct, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@pezkuwi/types-codec';
|
|
3
|
+
import type { ITuple } from '@pezkuwi/types-codec/types';
|
|
4
|
+
import type { AccountId32, H256, PerU16, Perbill, Perquintill, RuntimeCall, RuntimeEvent } from '@pezkuwi/types/interfaces/runtime';
|
|
5
|
+
declare module '@pezkuwi/types/lookup' {
|
|
6
|
+
/** @name PezpalletBalancesUnexpectedKind (41) */
|
|
7
|
+
interface PezpalletBalancesUnexpectedKind extends Enum {
|
|
8
|
+
readonly isBalanceUpdated: boolean;
|
|
9
|
+
readonly isFailedToMutateAccount: boolean;
|
|
10
|
+
readonly type: 'BalanceUpdated' | 'FailedToMutateAccount';
|
|
11
|
+
}
|
|
12
|
+
/** @name PezpalletSessionHistoricalPezpalletEvent (52) */
|
|
13
|
+
interface PezpalletSessionHistoricalPezpalletEvent extends Enum {
|
|
14
|
+
readonly isRootStored: boolean;
|
|
15
|
+
readonly asRootStored: {
|
|
16
|
+
readonly index: u32;
|
|
17
|
+
} & Struct;
|
|
18
|
+
readonly isRootsPruned: boolean;
|
|
19
|
+
readonly asRootsPruned: {
|
|
20
|
+
readonly upTo: u32;
|
|
21
|
+
} & Struct;
|
|
22
|
+
readonly type: 'RootStored' | 'RootsPruned';
|
|
23
|
+
}
|
|
24
|
+
/** @name PezkuwiRuntimeCommonImplsVersionedLocatableAsset (59) */
|
|
25
|
+
interface PezkuwiRuntimeCommonImplsVersionedLocatableAsset extends Enum {
|
|
26
|
+
readonly isV3: boolean;
|
|
27
|
+
readonly asV3: {
|
|
28
|
+
readonly location: StagingXcmV3MultiLocation;
|
|
29
|
+
readonly assetId: XcmV3MultiassetAssetId;
|
|
30
|
+
} & Struct;
|
|
31
|
+
readonly isV4: boolean;
|
|
32
|
+
readonly asV4: {
|
|
33
|
+
readonly location: StagingXcmV4Location;
|
|
34
|
+
readonly assetId: StagingXcmV4AssetAssetId;
|
|
35
|
+
} & Struct;
|
|
36
|
+
readonly isV5: boolean;
|
|
37
|
+
readonly asV5: {
|
|
38
|
+
readonly location: StagingXcmV5Location;
|
|
39
|
+
readonly assetId: StagingXcmV5AssetAssetId;
|
|
40
|
+
} & Struct;
|
|
41
|
+
readonly type: 'V3' | 'V4' | 'V5';
|
|
42
|
+
}
|
|
43
|
+
/** @name StagingXcmV3MultiLocation (60) */
|
|
44
|
+
interface StagingXcmV3MultiLocation extends Struct {
|
|
45
|
+
readonly parents: u8;
|
|
46
|
+
readonly interior: XcmV3Junctions;
|
|
47
|
+
}
|
|
48
|
+
/** @name XcmV3Junctions (61) */
|
|
49
|
+
interface XcmV3Junctions extends Enum {
|
|
50
|
+
readonly isHere: boolean;
|
|
51
|
+
readonly isX1: boolean;
|
|
52
|
+
readonly asX1: XcmV3Junction;
|
|
53
|
+
readonly isX2: boolean;
|
|
54
|
+
readonly asX2: ITuple<[XcmV3Junction, XcmV3Junction]>;
|
|
55
|
+
readonly isX3: boolean;
|
|
56
|
+
readonly asX3: ITuple<[XcmV3Junction, XcmV3Junction, XcmV3Junction]>;
|
|
57
|
+
readonly isX4: boolean;
|
|
58
|
+
readonly asX4: ITuple<[XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction]>;
|
|
59
|
+
readonly isX5: boolean;
|
|
60
|
+
readonly asX5: ITuple<[XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction]>;
|
|
61
|
+
readonly isX6: boolean;
|
|
62
|
+
readonly asX6: ITuple<[XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction]>;
|
|
63
|
+
readonly isX7: boolean;
|
|
64
|
+
readonly asX7: ITuple<[XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction]>;
|
|
65
|
+
readonly isX8: boolean;
|
|
66
|
+
readonly asX8: ITuple<[XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction]>;
|
|
67
|
+
readonly type: 'Here' | 'X1' | 'X2' | 'X3' | 'X4' | 'X5' | 'X6' | 'X7' | 'X8';
|
|
68
|
+
}
|
|
69
|
+
/** @name XcmV3Junction (62) */
|
|
70
|
+
interface XcmV3Junction extends Enum {
|
|
71
|
+
readonly isParachain: boolean;
|
|
72
|
+
readonly asParachain: Compact<u32>;
|
|
73
|
+
readonly isAccountId32: boolean;
|
|
74
|
+
readonly asAccountId32: {
|
|
75
|
+
readonly network: Option<XcmV3JunctionNetworkId>;
|
|
76
|
+
readonly id: U8aFixed;
|
|
77
|
+
} & Struct;
|
|
78
|
+
readonly isAccountIndex64: boolean;
|
|
79
|
+
readonly asAccountIndex64: {
|
|
80
|
+
readonly network: Option<XcmV3JunctionNetworkId>;
|
|
81
|
+
readonly index: Compact<u64>;
|
|
82
|
+
} & Struct;
|
|
83
|
+
readonly isAccountKey20: boolean;
|
|
84
|
+
readonly asAccountKey20: {
|
|
85
|
+
readonly network: Option<XcmV3JunctionNetworkId>;
|
|
86
|
+
readonly key: U8aFixed;
|
|
87
|
+
} & Struct;
|
|
88
|
+
readonly isPalletInstance: boolean;
|
|
89
|
+
readonly asPalletInstance: u8;
|
|
90
|
+
readonly isGeneralIndex: boolean;
|
|
91
|
+
readonly asGeneralIndex: Compact<u128>;
|
|
92
|
+
readonly isGeneralKey: boolean;
|
|
93
|
+
readonly asGeneralKey: {
|
|
94
|
+
readonly length: u8;
|
|
95
|
+
readonly data: U8aFixed;
|
|
96
|
+
} & Struct;
|
|
97
|
+
readonly isOnlyChild: boolean;
|
|
98
|
+
readonly isPlurality: boolean;
|
|
99
|
+
readonly asPlurality: {
|
|
100
|
+
readonly id: XcmV3JunctionBodyId;
|
|
101
|
+
readonly part: XcmV3JunctionBodyPart;
|
|
102
|
+
} & Struct;
|
|
103
|
+
readonly isGlobalConsensus: boolean;
|
|
104
|
+
readonly asGlobalConsensus: XcmV3JunctionNetworkId;
|
|
105
|
+
readonly type: 'Parachain' | 'AccountId32' | 'AccountIndex64' | 'AccountKey20' | 'PalletInstance' | 'GeneralIndex' | 'GeneralKey' | 'OnlyChild' | 'Plurality' | 'GlobalConsensus';
|
|
106
|
+
}
|
|
107
|
+
/** @name XcmV3JunctionNetworkId (65) */
|
|
108
|
+
interface XcmV3JunctionNetworkId extends Enum {
|
|
109
|
+
readonly isByGenesis: boolean;
|
|
110
|
+
readonly asByGenesis: U8aFixed;
|
|
111
|
+
readonly isByFork: boolean;
|
|
112
|
+
readonly asByFork: {
|
|
113
|
+
readonly blockNumber: u64;
|
|
114
|
+
readonly blockHash: U8aFixed;
|
|
115
|
+
} & Struct;
|
|
116
|
+
readonly isPolkadot: boolean;
|
|
117
|
+
readonly isKusama: boolean;
|
|
118
|
+
readonly isWestend: boolean;
|
|
119
|
+
readonly isRococo: boolean;
|
|
120
|
+
readonly isWococo: boolean;
|
|
121
|
+
readonly isEthereum: boolean;
|
|
122
|
+
readonly asEthereum: {
|
|
123
|
+
readonly chainId: Compact<u64>;
|
|
124
|
+
} & Struct;
|
|
125
|
+
readonly isBitcoinCore: boolean;
|
|
126
|
+
readonly isBitcoinCash: boolean;
|
|
127
|
+
readonly isPolkadotBulletin: boolean;
|
|
128
|
+
readonly type: 'ByGenesis' | 'ByFork' | 'Polkadot' | 'Kusama' | 'Westend' | 'Rococo' | 'Wococo' | 'Ethereum' | 'BitcoinCore' | 'BitcoinCash' | 'PolkadotBulletin';
|
|
129
|
+
}
|
|
130
|
+
/** @name XcmV3JunctionBodyId (68) */
|
|
131
|
+
interface XcmV3JunctionBodyId extends Enum {
|
|
132
|
+
readonly isUnit: boolean;
|
|
133
|
+
readonly isMoniker: boolean;
|
|
134
|
+
readonly asMoniker: U8aFixed;
|
|
135
|
+
readonly isIndex: boolean;
|
|
136
|
+
readonly asIndex: Compact<u32>;
|
|
137
|
+
readonly isExecutive: boolean;
|
|
138
|
+
readonly isTechnical: boolean;
|
|
139
|
+
readonly isLegislative: boolean;
|
|
140
|
+
readonly isJudicial: boolean;
|
|
141
|
+
readonly isDefense: boolean;
|
|
142
|
+
readonly isAdministration: boolean;
|
|
143
|
+
readonly isTreasury: boolean;
|
|
144
|
+
readonly type: 'Unit' | 'Moniker' | 'Index' | 'Executive' | 'Technical' | 'Legislative' | 'Judicial' | 'Defense' | 'Administration' | 'Treasury';
|
|
145
|
+
}
|
|
146
|
+
/** @name XcmV3JunctionBodyPart (69) */
|
|
147
|
+
interface XcmV3JunctionBodyPart extends Enum {
|
|
148
|
+
readonly isVoice: boolean;
|
|
149
|
+
readonly isMembers: boolean;
|
|
150
|
+
readonly asMembers: {
|
|
151
|
+
readonly count: Compact<u32>;
|
|
152
|
+
} & Struct;
|
|
153
|
+
readonly isFraction: boolean;
|
|
154
|
+
readonly asFraction: {
|
|
155
|
+
readonly nom: Compact<u32>;
|
|
156
|
+
readonly denom: Compact<u32>;
|
|
157
|
+
} & Struct;
|
|
158
|
+
readonly isAtLeastProportion: boolean;
|
|
159
|
+
readonly asAtLeastProportion: {
|
|
160
|
+
readonly nom: Compact<u32>;
|
|
161
|
+
readonly denom: Compact<u32>;
|
|
162
|
+
} & Struct;
|
|
163
|
+
readonly isMoreThanProportion: boolean;
|
|
164
|
+
readonly asMoreThanProportion: {
|
|
165
|
+
readonly nom: Compact<u32>;
|
|
166
|
+
readonly denom: Compact<u32>;
|
|
167
|
+
} & Struct;
|
|
168
|
+
readonly type: 'Voice' | 'Members' | 'Fraction' | 'AtLeastProportion' | 'MoreThanProportion';
|
|
169
|
+
}
|
|
170
|
+
/** @name XcmV3MultiassetAssetId (70) */
|
|
171
|
+
interface XcmV3MultiassetAssetId extends Enum {
|
|
172
|
+
readonly isConcrete: boolean;
|
|
173
|
+
readonly asConcrete: StagingXcmV3MultiLocation;
|
|
174
|
+
readonly isAbstract: boolean;
|
|
175
|
+
readonly asAbstract: U8aFixed;
|
|
176
|
+
readonly type: 'Concrete' | 'Abstract';
|
|
177
|
+
}
|
|
178
|
+
/** @name StagingXcmV4Location (71) */
|
|
179
|
+
interface StagingXcmV4Location extends Struct {
|
|
180
|
+
readonly parents: u8;
|
|
181
|
+
readonly interior: StagingXcmV4Junctions;
|
|
182
|
+
}
|
|
183
|
+
/** @name StagingXcmV4Junctions (72) */
|
|
184
|
+
interface StagingXcmV4Junctions extends Enum {
|
|
185
|
+
readonly isHere: boolean;
|
|
186
|
+
readonly isX1: boolean;
|
|
187
|
+
readonly asX1: StagingXcmV4Junction;
|
|
188
|
+
readonly isX2: boolean;
|
|
189
|
+
readonly asX2: StagingXcmV4Junction;
|
|
190
|
+
readonly isX3: boolean;
|
|
191
|
+
readonly asX3: StagingXcmV4Junction;
|
|
192
|
+
readonly isX4: boolean;
|
|
193
|
+
readonly asX4: StagingXcmV4Junction;
|
|
194
|
+
readonly isX5: boolean;
|
|
195
|
+
readonly asX5: StagingXcmV4Junction;
|
|
196
|
+
readonly isX6: boolean;
|
|
197
|
+
readonly asX6: StagingXcmV4Junction;
|
|
198
|
+
readonly isX7: boolean;
|
|
199
|
+
readonly asX7: StagingXcmV4Junction;
|
|
200
|
+
readonly isX8: boolean;
|
|
201
|
+
readonly asX8: StagingXcmV4Junction;
|
|
202
|
+
readonly type: 'Here' | 'X1' | 'X2' | 'X3' | 'X4' | 'X5' | 'X6' | 'X7' | 'X8';
|
|
203
|
+
}
|
|
204
|
+
/** @name StagingXcmV4Junction (74) */
|
|
205
|
+
interface StagingXcmV4Junction extends Enum {
|
|
206
|
+
readonly isParachain: boolean;
|
|
207
|
+
readonly asParachain: Compact<u32>;
|
|
208
|
+
readonly isAccountId32: boolean;
|
|
209
|
+
readonly asAccountId32: {
|
|
210
|
+
readonly network: Option<StagingXcmV4JunctionNetworkId>;
|
|
211
|
+
readonly id: U8aFixed;
|
|
212
|
+
} & Struct;
|
|
213
|
+
readonly isAccountIndex64: boolean;
|
|
214
|
+
readonly asAccountIndex64: {
|
|
215
|
+
readonly network: Option<StagingXcmV4JunctionNetworkId>;
|
|
216
|
+
readonly index: Compact<u64>;
|
|
217
|
+
} & Struct;
|
|
218
|
+
readonly isAccountKey20: boolean;
|
|
219
|
+
readonly asAccountKey20: {
|
|
220
|
+
readonly network: Option<StagingXcmV4JunctionNetworkId>;
|
|
221
|
+
readonly key: U8aFixed;
|
|
222
|
+
} & Struct;
|
|
223
|
+
readonly isPalletInstance: boolean;
|
|
224
|
+
readonly asPalletInstance: u8;
|
|
225
|
+
readonly isGeneralIndex: boolean;
|
|
226
|
+
readonly asGeneralIndex: Compact<u128>;
|
|
227
|
+
readonly isGeneralKey: boolean;
|
|
228
|
+
readonly asGeneralKey: {
|
|
229
|
+
readonly length: u8;
|
|
230
|
+
readonly data: U8aFixed;
|
|
231
|
+
} & Struct;
|
|
232
|
+
readonly isOnlyChild: boolean;
|
|
233
|
+
readonly isPlurality: boolean;
|
|
234
|
+
readonly asPlurality: {
|
|
235
|
+
readonly id: XcmV3JunctionBodyId;
|
|
236
|
+
readonly part: XcmV3JunctionBodyPart;
|
|
237
|
+
} & Struct;
|
|
238
|
+
readonly isGlobalConsensus: boolean;
|
|
239
|
+
readonly asGlobalConsensus: StagingXcmV4JunctionNetworkId;
|
|
240
|
+
readonly type: 'Parachain' | 'AccountId32' | 'AccountIndex64' | 'AccountKey20' | 'PalletInstance' | 'GeneralIndex' | 'GeneralKey' | 'OnlyChild' | 'Plurality' | 'GlobalConsensus';
|
|
241
|
+
}
|
|
242
|
+
/** @name StagingXcmV4JunctionNetworkId (76) */
|
|
243
|
+
interface StagingXcmV4JunctionNetworkId extends Enum {
|
|
244
|
+
readonly isByGenesis: boolean;
|
|
245
|
+
readonly asByGenesis: U8aFixed;
|
|
246
|
+
readonly isByFork: boolean;
|
|
247
|
+
readonly asByFork: {
|
|
248
|
+
readonly blockNumber: u64;
|
|
249
|
+
readonly blockHash: U8aFixed;
|
|
250
|
+
} & Struct;
|
|
251
|
+
readonly isPolkadot: boolean;
|
|
252
|
+
readonly isKusama: boolean;
|
|
253
|
+
readonly isWestend: boolean;
|
|
254
|
+
readonly isRococo: boolean;
|
|
255
|
+
readonly isWococo: boolean;
|
|
256
|
+
readonly isEthereum: boolean;
|
|
257
|
+
readonly asEthereum: {
|
|
258
|
+
readonly chainId: Compact<u64>;
|
|
259
|
+
} & Struct;
|
|
260
|
+
readonly isBitcoinCore: boolean;
|
|
261
|
+
readonly isBitcoinCash: boolean;
|
|
262
|
+
readonly isPolkadotBulletin: boolean;
|
|
263
|
+
readonly type: 'ByGenesis' | 'ByFork' | 'Polkadot' | 'Kusama' | 'Westend' | 'Rococo' | 'Wococo' | 'Ethereum' | 'BitcoinCore' | 'BitcoinCash' | 'PolkadotBulletin';
|
|
264
|
+
}
|
|
265
|
+
/** @name StagingXcmV4AssetAssetId (84) */
|
|
266
|
+
interface StagingXcmV4AssetAssetId extends StagingXcmV4Location {
|
|
267
|
+
}
|
|
268
|
+
/** @name StagingXcmV5Location (85) */
|
|
269
|
+
interface StagingXcmV5Location extends Struct {
|
|
270
|
+
readonly parents: u8;
|
|
271
|
+
readonly interior: StagingXcmV5Junctions;
|
|
272
|
+
}
|
|
273
|
+
/** @name StagingXcmV5Junctions (86) */
|
|
274
|
+
interface StagingXcmV5Junctions extends Enum {
|
|
275
|
+
readonly isHere: boolean;
|
|
276
|
+
readonly isX1: boolean;
|
|
277
|
+
readonly asX1: Vec<StagingXcmV5Junction>;
|
|
278
|
+
readonly isX2: boolean;
|
|
279
|
+
readonly asX2: Vec<StagingXcmV5Junction>;
|
|
280
|
+
readonly isX3: boolean;
|
|
281
|
+
readonly asX3: Vec<StagingXcmV5Junction>;
|
|
282
|
+
readonly isX4: boolean;
|
|
283
|
+
readonly asX4: Vec<StagingXcmV5Junction>;
|
|
284
|
+
readonly isX5: boolean;
|
|
285
|
+
readonly asX5: Vec<StagingXcmV5Junction>;
|
|
286
|
+
readonly isX6: boolean;
|
|
287
|
+
readonly asX6: Vec<StagingXcmV5Junction>;
|
|
288
|
+
readonly isX7: boolean;
|
|
289
|
+
readonly asX7: Vec<StagingXcmV5Junction>;
|
|
290
|
+
readonly isX8: boolean;
|
|
291
|
+
readonly asX8: Vec<StagingXcmV5Junction>;
|
|
292
|
+
readonly type: 'Here' | 'X1' | 'X2' | 'X3' | 'X4' | 'X5' | 'X6' | 'X7' | 'X8';
|
|
293
|
+
}
|
|
294
|
+
/** @name StagingXcmV5Junction (88) */
|
|
295
|
+
interface StagingXcmV5Junction extends Enum {
|
|
296
|
+
readonly isParachain: boolean;
|
|
297
|
+
readonly asParachain: Compact<u32>;
|
|
298
|
+
readonly isAccountId32: boolean;
|
|
299
|
+
readonly asAccountId32: {
|
|
300
|
+
readonly network: Option<StagingXcmV5JunctionNetworkId>;
|
|
301
|
+
readonly id: U8aFixed;
|
|
302
|
+
} & Struct;
|
|
303
|
+
readonly isAccountIndex64: boolean;
|
|
304
|
+
readonly asAccountIndex64: {
|
|
305
|
+
readonly network: Option<StagingXcmV5JunctionNetworkId>;
|
|
306
|
+
readonly index: Compact<u64>;
|
|
307
|
+
} & Struct;
|
|
308
|
+
readonly isAccountKey20: boolean;
|
|
309
|
+
readonly asAccountKey20: {
|
|
310
|
+
readonly network: Option<StagingXcmV5JunctionNetworkId>;
|
|
311
|
+
readonly key: U8aFixed;
|
|
312
|
+
} & Struct;
|
|
313
|
+
readonly isPalletInstance: boolean;
|
|
314
|
+
readonly asPalletInstance: u8;
|
|
315
|
+
readonly isGeneralIndex: boolean;
|
|
316
|
+
readonly asGeneralIndex: Compact<u128>;
|
|
317
|
+
readonly isGeneralKey: boolean;
|
|
318
|
+
readonly asGeneralKey: {
|
|
319
|
+
readonly length: u8;
|
|
320
|
+
readonly data: U8aFixed;
|
|
321
|
+
} & Struct;
|
|
322
|
+
readonly isOnlyChild: boolean;
|
|
323
|
+
readonly isPlurality: boolean;
|
|
324
|
+
readonly asPlurality: {
|
|
325
|
+
readonly id: XcmV3JunctionBodyId;
|
|
326
|
+
readonly part: XcmV3JunctionBodyPart;
|
|
327
|
+
} & Struct;
|
|
328
|
+
readonly isGlobalConsensus: boolean;
|
|
329
|
+
readonly asGlobalConsensus: StagingXcmV5JunctionNetworkId;
|
|
330
|
+
readonly type: 'Parachain' | 'AccountId32' | 'AccountIndex64' | 'AccountKey20' | 'PalletInstance' | 'GeneralIndex' | 'GeneralKey' | 'OnlyChild' | 'Plurality' | 'GlobalConsensus';
|
|
331
|
+
}
|
|
332
|
+
/** @name StagingXcmV5JunctionNetworkId (90) */
|
|
333
|
+
interface StagingXcmV5JunctionNetworkId extends Enum {
|
|
334
|
+
readonly isByGenesis: boolean;
|
|
335
|
+
readonly asByGenesis: U8aFixed;
|
|
336
|
+
readonly isByFork: boolean;
|
|
337
|
+
readonly asByFork: {
|
|
338
|
+
readonly blockNumber: u64;
|
|
339
|
+
readonly blockHash: U8aFixed;
|
|
340
|
+
} & Struct;
|
|
341
|
+
readonly isPolkadot: boolean;
|
|
342
|
+
readonly isKusama: boolean;
|
|
343
|
+
readonly isEthereum: boolean;
|
|
344
|
+
readonly asEthereum: {
|
|
345
|
+
readonly chainId: Compact<u64>;
|
|
346
|
+
} & Struct;
|
|
347
|
+
readonly isBitcoinCore: boolean;
|
|
348
|
+
readonly isBitcoinCash: boolean;
|
|
349
|
+
readonly isPolkadotBulletin: boolean;
|
|
350
|
+
readonly type: 'ByGenesis' | 'ByFork' | 'Polkadot' | 'Kusama' | 'Ethereum' | 'BitcoinCore' | 'BitcoinCash' | 'PolkadotBulletin';
|
|
351
|
+
}
|
|
352
|
+
/** @name StagingXcmV5AssetAssetId (98) */
|
|
353
|
+
interface StagingXcmV5AssetAssetId extends StagingXcmV5Location {
|
|
354
|
+
}
|
|
355
|
+
/** @name XcmVersionedLocation (99) */
|
|
356
|
+
interface XcmVersionedLocation extends Enum {
|
|
357
|
+
readonly isV3: boolean;
|
|
358
|
+
readonly asV3: StagingXcmV3MultiLocation;
|
|
359
|
+
readonly isV4: boolean;
|
|
360
|
+
readonly asV4: StagingXcmV4Location;
|
|
361
|
+
readonly isV5: boolean;
|
|
362
|
+
readonly asV5: StagingXcmV5Location;
|
|
363
|
+
readonly type: 'V3' | 'V4' | 'V5';
|
|
364
|
+
}
|
|
365
|
+
/** @name PezkuwiRuntimeSessionKeys (147) */
|
|
366
|
+
interface PezkuwiRuntimeSessionKeys extends Struct {
|
|
367
|
+
readonly grandpa: PezspConsensusGrandpaAppPublic;
|
|
368
|
+
readonly babe: PezspConsensusBabeAppPublic;
|
|
369
|
+
readonly paraValidator: PezkuwiPrimitivesV8ValidatorAppPublic;
|
|
370
|
+
readonly paraAssignment: PezkuwiPrimitivesV8AssignmentAppPublic;
|
|
371
|
+
readonly authorityDiscovery: PezspAuthorityDiscoveryAppPublic;
|
|
372
|
+
readonly beefy: PezspConsensusBeefyEcdsaCryptoPublic;
|
|
373
|
+
}
|
|
374
|
+
/** @name PezkuwiPrimitivesV8ValidatorAppPublic (148) */
|
|
375
|
+
interface PezkuwiPrimitivesV8ValidatorAppPublic extends U8aFixed {
|
|
376
|
+
}
|
|
377
|
+
/** @name PezkuwiPrimitivesV8AssignmentAppPublic (149) */
|
|
378
|
+
interface PezkuwiPrimitivesV8AssignmentAppPublic extends U8aFixed {
|
|
379
|
+
}
|
|
380
|
+
/** @name PezkuwiRuntimeOriginCaller (169) */
|
|
381
|
+
interface PezkuwiRuntimeOriginCaller extends Enum {
|
|
382
|
+
readonly isSystem: boolean;
|
|
383
|
+
readonly asSystem: PezframeSupportDispatchRawOrigin;
|
|
384
|
+
readonly isOrigins: boolean;
|
|
385
|
+
readonly asOrigins: PezkuwiRuntimeGovernanceOriginsPezpalletCustomOriginsOrigin;
|
|
386
|
+
readonly isParachainsOrigin: boolean;
|
|
387
|
+
readonly asParachainsOrigin: PezkuwiRuntimeTeyrchainsOriginPezpalletOrigin;
|
|
388
|
+
readonly isXcmPallet: boolean;
|
|
389
|
+
readonly asXcmPallet: PezpalletXcmOrigin;
|
|
390
|
+
readonly type: 'System' | 'Origins' | 'ParachainsOrigin' | 'XcmPallet';
|
|
391
|
+
}
|
|
392
|
+
/** @name PezkuwiRuntimeGovernanceOriginsPezpalletCustomOriginsOrigin (171) */
|
|
393
|
+
interface PezkuwiRuntimeGovernanceOriginsPezpalletCustomOriginsOrigin extends Enum {
|
|
394
|
+
readonly isStakingAdmin: boolean;
|
|
395
|
+
readonly isTreasurer: boolean;
|
|
396
|
+
readonly isFellowshipAdmin: boolean;
|
|
397
|
+
readonly isGeneralAdmin: boolean;
|
|
398
|
+
readonly isAuctionAdmin: boolean;
|
|
399
|
+
readonly isLeaseAdmin: boolean;
|
|
400
|
+
readonly isReferendumCanceller: boolean;
|
|
401
|
+
readonly isReferendumKiller: boolean;
|
|
402
|
+
readonly isSmallTipper: boolean;
|
|
403
|
+
readonly isBigTipper: boolean;
|
|
404
|
+
readonly isSmallSpender: boolean;
|
|
405
|
+
readonly isMediumSpender: boolean;
|
|
406
|
+
readonly isBigSpender: boolean;
|
|
407
|
+
readonly isWhitelistedCaller: boolean;
|
|
408
|
+
readonly isWishForChange: boolean;
|
|
409
|
+
readonly type: 'StakingAdmin' | 'Treasurer' | 'FellowshipAdmin' | 'GeneralAdmin' | 'AuctionAdmin' | 'LeaseAdmin' | 'ReferendumCanceller' | 'ReferendumKiller' | 'SmallTipper' | 'BigTipper' | 'SmallSpender' | 'MediumSpender' | 'BigSpender' | 'WhitelistedCaller' | 'WishForChange';
|
|
410
|
+
}
|
|
411
|
+
/** @name PezkuwiRuntimeTeyrchainsOriginPezpalletOrigin (172) */
|
|
412
|
+
interface PezkuwiRuntimeTeyrchainsOriginPezpalletOrigin extends Enum {
|
|
413
|
+
readonly isParachain: boolean;
|
|
414
|
+
readonly asParachain: u32;
|
|
415
|
+
readonly type: 'Parachain';
|
|
416
|
+
}
|
|
417
|
+
/** @name PezpalletXcmOrigin (174) */
|
|
418
|
+
interface PezpalletXcmOrigin extends Enum {
|
|
419
|
+
readonly isXcm: boolean;
|
|
420
|
+
readonly asXcm: StagingXcmV5Location;
|
|
421
|
+
readonly isResponse: boolean;
|
|
422
|
+
readonly asResponse: StagingXcmV5Location;
|
|
423
|
+
readonly type: 'Xcm' | 'Response';
|
|
424
|
+
}
|
|
425
|
+
/** @name PezkuwiRuntimeCommonClaimsPezpalletCall (178) */
|
|
426
|
+
interface PezkuwiRuntimeCommonClaimsPezpalletCall extends Enum {
|
|
427
|
+
readonly isClaim: boolean;
|
|
428
|
+
readonly asClaim: {
|
|
429
|
+
readonly dest: AccountId32;
|
|
430
|
+
readonly ethereumSignature: PezkuwiRuntimeCommonClaimsEcdsaSignature;
|
|
431
|
+
} & Struct;
|
|
432
|
+
readonly isMintClaim: boolean;
|
|
433
|
+
readonly asMintClaim: {
|
|
434
|
+
readonly who: PezkuwiRuntimeCommonClaimsEthereumAddress;
|
|
435
|
+
readonly value: u128;
|
|
436
|
+
readonly vestingSchedule: Option<ITuple<[u128, u128, u32]>>;
|
|
437
|
+
readonly statement: Option<PezkuwiRuntimeCommonClaimsStatementKind>;
|
|
438
|
+
} & Struct;
|
|
439
|
+
readonly isClaimAttest: boolean;
|
|
440
|
+
readonly asClaimAttest: {
|
|
441
|
+
readonly dest: AccountId32;
|
|
442
|
+
readonly ethereumSignature: PezkuwiRuntimeCommonClaimsEcdsaSignature;
|
|
443
|
+
readonly statement: Bytes;
|
|
444
|
+
} & Struct;
|
|
445
|
+
readonly isAttest: boolean;
|
|
446
|
+
readonly asAttest: {
|
|
447
|
+
readonly statement: Bytes;
|
|
448
|
+
} & Struct;
|
|
449
|
+
readonly isMoveClaim: boolean;
|
|
450
|
+
readonly asMoveClaim: {
|
|
451
|
+
readonly old: PezkuwiRuntimeCommonClaimsEthereumAddress;
|
|
452
|
+
readonly new_: PezkuwiRuntimeCommonClaimsEthereumAddress;
|
|
453
|
+
readonly maybePreclaim: Option<AccountId32>;
|
|
454
|
+
} & Struct;
|
|
455
|
+
readonly type: 'Claim' | 'MintClaim' | 'ClaimAttest' | 'Attest' | 'MoveClaim';
|
|
456
|
+
}
|
|
457
|
+
/** @name PezkuwiRuntimeCommonClaimsEcdsaSignature (179) */
|
|
458
|
+
interface PezkuwiRuntimeCommonClaimsEcdsaSignature extends U8aFixed {
|
|
459
|
+
}
|
|
460
|
+
/** @name PezkuwiRuntimeCommonClaimsEthereumAddress (181) */
|
|
461
|
+
interface PezkuwiRuntimeCommonClaimsEthereumAddress extends U8aFixed {
|
|
462
|
+
}
|
|
463
|
+
/** @name PezkuwiRuntimeCommonClaimsStatementKind (185) */
|
|
464
|
+
interface PezkuwiRuntimeCommonClaimsStatementKind extends Enum {
|
|
465
|
+
readonly isRegular: boolean;
|
|
466
|
+
readonly isSaft: boolean;
|
|
467
|
+
readonly type: 'Regular' | 'Saft';
|
|
468
|
+
}
|
|
469
|
+
/** @name PezkuwiRuntimeConstantsProxyProxyType (192) */
|
|
470
|
+
interface PezkuwiRuntimeConstantsProxyProxyType extends Enum {
|
|
471
|
+
readonly isAny: boolean;
|
|
472
|
+
readonly isNonTransfer: boolean;
|
|
473
|
+
readonly isGovernance: boolean;
|
|
474
|
+
readonly isStaking: boolean;
|
|
475
|
+
readonly isCancelProxy: boolean;
|
|
476
|
+
readonly isAuction: boolean;
|
|
477
|
+
readonly isNominationPools: boolean;
|
|
478
|
+
readonly isParaRegistration: boolean;
|
|
479
|
+
readonly type: 'Any' | 'NonTransfer' | 'Governance' | 'Staking' | 'CancelProxy' | 'Auction' | 'NominationPools' | 'ParaRegistration';
|
|
480
|
+
}
|
|
481
|
+
/** @name PezkuwiRuntimeNposCompactSolution16 (200) */
|
|
482
|
+
interface PezkuwiRuntimeNposCompactSolution16 extends Struct {
|
|
483
|
+
readonly votes1: Vec<ITuple<[Compact<u32>, Compact<u16>]>>;
|
|
484
|
+
readonly votes2: Vec<ITuple<[Compact<u32>, ITuple<[Compact<u16>, Compact<PerU16>]>, Compact<u16>]>>;
|
|
485
|
+
readonly votes3: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
|
486
|
+
readonly votes4: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
|
487
|
+
readonly votes5: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
|
488
|
+
readonly votes6: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
|
489
|
+
readonly votes7: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
|
490
|
+
readonly votes8: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
|
491
|
+
readonly votes9: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
|
492
|
+
readonly votes10: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
|
493
|
+
readonly votes11: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
|
494
|
+
readonly votes12: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
|
495
|
+
readonly votes13: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
|
496
|
+
readonly votes14: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
|
497
|
+
readonly votes15: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
|
498
|
+
readonly votes16: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
|
499
|
+
}
|
|
500
|
+
/** @name PezpalletStakingAsyncAhClientCall (274) */
|
|
501
|
+
interface PezpalletStakingAsyncAhClientCall extends Enum {
|
|
502
|
+
readonly isValidatorSet: boolean;
|
|
503
|
+
readonly asValidatorSet: {
|
|
504
|
+
readonly report: PezpalletStakingAsyncRcClientValidatorSetReport;
|
|
505
|
+
} & Struct;
|
|
506
|
+
readonly isSetMode: boolean;
|
|
507
|
+
readonly asSetMode: {
|
|
508
|
+
readonly mode: PezpalletStakingAsyncAhClientOperatingMode;
|
|
509
|
+
} & Struct;
|
|
510
|
+
readonly isForceOnMigrationEnd: boolean;
|
|
511
|
+
readonly type: 'ValidatorSet' | 'SetMode' | 'ForceOnMigrationEnd';
|
|
512
|
+
}
|
|
513
|
+
/** @name PezpalletStakingAsyncRcClientValidatorSetReport (275) */
|
|
514
|
+
interface PezpalletStakingAsyncRcClientValidatorSetReport extends Struct {
|
|
515
|
+
readonly newValidatorSet: Vec<AccountId32>;
|
|
516
|
+
readonly id: u32;
|
|
517
|
+
readonly pruneUpTo: Option<u32>;
|
|
518
|
+
readonly leftover: bool;
|
|
519
|
+
}
|
|
520
|
+
/** @name PezpalletStakingAsyncAhClientOperatingMode (276) */
|
|
521
|
+
interface PezpalletStakingAsyncAhClientOperatingMode extends Enum {
|
|
522
|
+
readonly isPassive: boolean;
|
|
523
|
+
readonly isBuffered: boolean;
|
|
524
|
+
readonly isActive: boolean;
|
|
525
|
+
readonly type: 'Passive' | 'Buffered' | 'Active';
|
|
526
|
+
}
|
|
527
|
+
/** @name PezkuwiRuntimeTeyrchainsConfigurationPezpalletCall (277) */
|
|
528
|
+
interface PezkuwiRuntimeTeyrchainsConfigurationPezpalletCall extends Enum {
|
|
529
|
+
readonly isSetValidationUpgradeCooldown: boolean;
|
|
530
|
+
readonly asSetValidationUpgradeCooldown: {
|
|
531
|
+
readonly new_: u32;
|
|
532
|
+
} & Struct;
|
|
533
|
+
readonly isSetValidationUpgradeDelay: boolean;
|
|
534
|
+
readonly asSetValidationUpgradeDelay: {
|
|
535
|
+
readonly new_: u32;
|
|
536
|
+
} & Struct;
|
|
537
|
+
readonly isSetCodeRetentionPeriod: boolean;
|
|
538
|
+
readonly asSetCodeRetentionPeriod: {
|
|
539
|
+
readonly new_: u32;
|
|
540
|
+
} & Struct;
|
|
541
|
+
readonly isSetMaxCodeSize: boolean;
|
|
542
|
+
readonly asSetMaxCodeSize: {
|
|
543
|
+
readonly new_: u32;
|
|
544
|
+
} & Struct;
|
|
545
|
+
readonly isSetMaxPovSize: boolean;
|
|
546
|
+
readonly asSetMaxPovSize: {
|
|
547
|
+
readonly new_: u32;
|
|
548
|
+
} & Struct;
|
|
549
|
+
readonly isSetMaxHeadDataSize: boolean;
|
|
550
|
+
readonly asSetMaxHeadDataSize: {
|
|
551
|
+
readonly new_: u32;
|
|
552
|
+
} & Struct;
|
|
553
|
+
readonly isSetCoretimeCores: boolean;
|
|
554
|
+
readonly asSetCoretimeCores: {
|
|
555
|
+
readonly new_: u32;
|
|
556
|
+
} & Struct;
|
|
557
|
+
readonly isSetGroupRotationFrequency: boolean;
|
|
558
|
+
readonly asSetGroupRotationFrequency: {
|
|
559
|
+
readonly new_: u32;
|
|
560
|
+
} & Struct;
|
|
561
|
+
readonly isSetParasAvailabilityPeriod: boolean;
|
|
562
|
+
readonly asSetParasAvailabilityPeriod: {
|
|
563
|
+
readonly new_: u32;
|
|
564
|
+
} & Struct;
|
|
565
|
+
readonly isSetSchedulingLookahead: boolean;
|
|
566
|
+
readonly asSetSchedulingLookahead: {
|
|
567
|
+
readonly new_: u32;
|
|
568
|
+
} & Struct;
|
|
569
|
+
readonly isSetMaxValidatorsPerCore: boolean;
|
|
570
|
+
readonly asSetMaxValidatorsPerCore: {
|
|
571
|
+
readonly new_: Option<u32>;
|
|
572
|
+
} & Struct;
|
|
573
|
+
readonly isSetMaxValidators: boolean;
|
|
574
|
+
readonly asSetMaxValidators: {
|
|
575
|
+
readonly new_: Option<u32>;
|
|
576
|
+
} & Struct;
|
|
577
|
+
readonly isSetDisputePeriod: boolean;
|
|
578
|
+
readonly asSetDisputePeriod: {
|
|
579
|
+
readonly new_: u32;
|
|
580
|
+
} & Struct;
|
|
581
|
+
readonly isSetDisputePostConclusionAcceptancePeriod: boolean;
|
|
582
|
+
readonly asSetDisputePostConclusionAcceptancePeriod: {
|
|
583
|
+
readonly new_: u32;
|
|
584
|
+
} & Struct;
|
|
585
|
+
readonly isSetNoShowSlots: boolean;
|
|
586
|
+
readonly asSetNoShowSlots: {
|
|
587
|
+
readonly new_: u32;
|
|
588
|
+
} & Struct;
|
|
589
|
+
readonly isSetNDelayTranches: boolean;
|
|
590
|
+
readonly asSetNDelayTranches: {
|
|
591
|
+
readonly new_: u32;
|
|
592
|
+
} & Struct;
|
|
593
|
+
readonly isSetZerothDelayTrancheWidth: boolean;
|
|
594
|
+
readonly asSetZerothDelayTrancheWidth: {
|
|
595
|
+
readonly new_: u32;
|
|
596
|
+
} & Struct;
|
|
597
|
+
readonly isSetNeededApprovals: boolean;
|
|
598
|
+
readonly asSetNeededApprovals: {
|
|
599
|
+
readonly new_: u32;
|
|
600
|
+
} & Struct;
|
|
601
|
+
readonly isSetRelayVrfModuloSamples: boolean;
|
|
602
|
+
readonly asSetRelayVrfModuloSamples: {
|
|
603
|
+
readonly new_: u32;
|
|
604
|
+
} & Struct;
|
|
605
|
+
readonly isSetMaxUpwardQueueCount: boolean;
|
|
606
|
+
readonly asSetMaxUpwardQueueCount: {
|
|
607
|
+
readonly new_: u32;
|
|
608
|
+
} & Struct;
|
|
609
|
+
readonly isSetMaxUpwardQueueSize: boolean;
|
|
610
|
+
readonly asSetMaxUpwardQueueSize: {
|
|
611
|
+
readonly new_: u32;
|
|
612
|
+
} & Struct;
|
|
613
|
+
readonly isSetMaxDownwardMessageSize: boolean;
|
|
614
|
+
readonly asSetMaxDownwardMessageSize: {
|
|
615
|
+
readonly new_: u32;
|
|
616
|
+
} & Struct;
|
|
617
|
+
readonly isSetMaxUpwardMessageSize: boolean;
|
|
618
|
+
readonly asSetMaxUpwardMessageSize: {
|
|
619
|
+
readonly new_: u32;
|
|
620
|
+
} & Struct;
|
|
621
|
+
readonly isSetMaxUpwardMessageNumPerCandidate: boolean;
|
|
622
|
+
readonly asSetMaxUpwardMessageNumPerCandidate: {
|
|
623
|
+
readonly new_: u32;
|
|
624
|
+
} & Struct;
|
|
625
|
+
readonly isSetHrmpOpenRequestTtl: boolean;
|
|
626
|
+
readonly asSetHrmpOpenRequestTtl: {
|
|
627
|
+
readonly new_: u32;
|
|
628
|
+
} & Struct;
|
|
629
|
+
readonly isSetHrmpSenderDeposit: boolean;
|
|
630
|
+
readonly asSetHrmpSenderDeposit: {
|
|
631
|
+
readonly new_: u128;
|
|
632
|
+
} & Struct;
|
|
633
|
+
readonly isSetHrmpRecipientDeposit: boolean;
|
|
634
|
+
readonly asSetHrmpRecipientDeposit: {
|
|
635
|
+
readonly new_: u128;
|
|
636
|
+
} & Struct;
|
|
637
|
+
readonly isSetHrmpChannelMaxCapacity: boolean;
|
|
638
|
+
readonly asSetHrmpChannelMaxCapacity: {
|
|
639
|
+
readonly new_: u32;
|
|
640
|
+
} & Struct;
|
|
641
|
+
readonly isSetHrmpChannelMaxTotalSize: boolean;
|
|
642
|
+
readonly asSetHrmpChannelMaxTotalSize: {
|
|
643
|
+
readonly new_: u32;
|
|
644
|
+
} & Struct;
|
|
645
|
+
readonly isSetHrmpMaxParachainInboundChannels: boolean;
|
|
646
|
+
readonly asSetHrmpMaxParachainInboundChannels: {
|
|
647
|
+
readonly new_: u32;
|
|
648
|
+
} & Struct;
|
|
649
|
+
readonly isSetHrmpChannelMaxMessageSize: boolean;
|
|
650
|
+
readonly asSetHrmpChannelMaxMessageSize: {
|
|
651
|
+
readonly new_: u32;
|
|
652
|
+
} & Struct;
|
|
653
|
+
readonly isSetHrmpMaxParachainOutboundChannels: boolean;
|
|
654
|
+
readonly asSetHrmpMaxParachainOutboundChannels: {
|
|
655
|
+
readonly new_: u32;
|
|
656
|
+
} & Struct;
|
|
657
|
+
readonly isSetHrmpMaxMessageNumPerCandidate: boolean;
|
|
658
|
+
readonly asSetHrmpMaxMessageNumPerCandidate: {
|
|
659
|
+
readonly new_: u32;
|
|
660
|
+
} & Struct;
|
|
661
|
+
readonly isSetPvfVotingTtl: boolean;
|
|
662
|
+
readonly asSetPvfVotingTtl: {
|
|
663
|
+
readonly new_: u32;
|
|
664
|
+
} & Struct;
|
|
665
|
+
readonly isSetMinimumValidationUpgradeDelay: boolean;
|
|
666
|
+
readonly asSetMinimumValidationUpgradeDelay: {
|
|
667
|
+
readonly new_: u32;
|
|
668
|
+
} & Struct;
|
|
669
|
+
readonly isSetBypassConsistencyCheck: boolean;
|
|
670
|
+
readonly asSetBypassConsistencyCheck: {
|
|
671
|
+
readonly new_: bool;
|
|
672
|
+
} & Struct;
|
|
673
|
+
readonly isSetAsyncBackingParams: boolean;
|
|
674
|
+
readonly asSetAsyncBackingParams: {
|
|
675
|
+
readonly new_: PezkuwiPrimitivesV8AsyncBackingAsyncBackingParams;
|
|
676
|
+
} & Struct;
|
|
677
|
+
readonly isSetExecutorParams: boolean;
|
|
678
|
+
readonly asSetExecutorParams: {
|
|
679
|
+
readonly new_: PezkuwiPrimitivesV8ExecutorParams;
|
|
680
|
+
} & Struct;
|
|
681
|
+
readonly isSetOnDemandBaseFee: boolean;
|
|
682
|
+
readonly asSetOnDemandBaseFee: {
|
|
683
|
+
readonly new_: u128;
|
|
684
|
+
} & Struct;
|
|
685
|
+
readonly isSetOnDemandFeeVariability: boolean;
|
|
686
|
+
readonly asSetOnDemandFeeVariability: {
|
|
687
|
+
readonly new_: Perbill;
|
|
688
|
+
} & Struct;
|
|
689
|
+
readonly isSetOnDemandQueueMaxSize: boolean;
|
|
690
|
+
readonly asSetOnDemandQueueMaxSize: {
|
|
691
|
+
readonly new_: u32;
|
|
692
|
+
} & Struct;
|
|
693
|
+
readonly isSetOnDemandTargetQueueUtilization: boolean;
|
|
694
|
+
readonly asSetOnDemandTargetQueueUtilization: {
|
|
695
|
+
readonly new_: Perbill;
|
|
696
|
+
} & Struct;
|
|
697
|
+
readonly isSetMinimumBackingVotes: boolean;
|
|
698
|
+
readonly asSetMinimumBackingVotes: {
|
|
699
|
+
readonly new_: u32;
|
|
700
|
+
} & Struct;
|
|
701
|
+
readonly isSetNodeFeature: boolean;
|
|
702
|
+
readonly asSetNodeFeature: {
|
|
703
|
+
readonly index: u8;
|
|
704
|
+
readonly value: bool;
|
|
705
|
+
} & Struct;
|
|
706
|
+
readonly isSetApprovalVotingParams: boolean;
|
|
707
|
+
readonly asSetApprovalVotingParams: {
|
|
708
|
+
readonly new_: PezkuwiPrimitivesV8ApprovalVotingParams;
|
|
709
|
+
} & Struct;
|
|
710
|
+
readonly isSetSchedulerParams: boolean;
|
|
711
|
+
readonly asSetSchedulerParams: {
|
|
712
|
+
readonly new_: PezkuwiPrimitivesV8SchedulerParams;
|
|
713
|
+
} & Struct;
|
|
714
|
+
readonly type: 'SetValidationUpgradeCooldown' | 'SetValidationUpgradeDelay' | 'SetCodeRetentionPeriod' | 'SetMaxCodeSize' | 'SetMaxPovSize' | 'SetMaxHeadDataSize' | 'SetCoretimeCores' | 'SetGroupRotationFrequency' | 'SetParasAvailabilityPeriod' | 'SetSchedulingLookahead' | 'SetMaxValidatorsPerCore' | 'SetMaxValidators' | 'SetDisputePeriod' | 'SetDisputePostConclusionAcceptancePeriod' | 'SetNoShowSlots' | 'SetNDelayTranches' | 'SetZerothDelayTrancheWidth' | 'SetNeededApprovals' | 'SetRelayVrfModuloSamples' | 'SetMaxUpwardQueueCount' | 'SetMaxUpwardQueueSize' | 'SetMaxDownwardMessageSize' | 'SetMaxUpwardMessageSize' | 'SetMaxUpwardMessageNumPerCandidate' | 'SetHrmpOpenRequestTtl' | 'SetHrmpSenderDeposit' | 'SetHrmpRecipientDeposit' | 'SetHrmpChannelMaxCapacity' | 'SetHrmpChannelMaxTotalSize' | 'SetHrmpMaxParachainInboundChannels' | 'SetHrmpChannelMaxMessageSize' | 'SetHrmpMaxParachainOutboundChannels' | 'SetHrmpMaxMessageNumPerCandidate' | 'SetPvfVotingTtl' | 'SetMinimumValidationUpgradeDelay' | 'SetBypassConsistencyCheck' | 'SetAsyncBackingParams' | 'SetExecutorParams' | 'SetOnDemandBaseFee' | 'SetOnDemandFeeVariability' | 'SetOnDemandQueueMaxSize' | 'SetOnDemandTargetQueueUtilization' | 'SetMinimumBackingVotes' | 'SetNodeFeature' | 'SetApprovalVotingParams' | 'SetSchedulerParams';
|
|
715
|
+
}
|
|
716
|
+
/** @name PezkuwiPrimitivesV8AsyncBackingAsyncBackingParams (278) */
|
|
717
|
+
interface PezkuwiPrimitivesV8AsyncBackingAsyncBackingParams extends Struct {
|
|
718
|
+
readonly maxCandidateDepth: u32;
|
|
719
|
+
readonly allowedAncestryLen: u32;
|
|
720
|
+
}
|
|
721
|
+
/** @name PezkuwiPrimitivesV8ExecutorParams (279) */
|
|
722
|
+
interface PezkuwiPrimitivesV8ExecutorParams extends Vec<PezkuwiPrimitivesV8ExecutorParamsExecutorParam> {
|
|
723
|
+
}
|
|
724
|
+
/** @name PezkuwiPrimitivesV8ExecutorParamsExecutorParam (281) */
|
|
725
|
+
interface PezkuwiPrimitivesV8ExecutorParamsExecutorParam extends Enum {
|
|
726
|
+
readonly isMaxMemoryPages: boolean;
|
|
727
|
+
readonly asMaxMemoryPages: u32;
|
|
728
|
+
readonly isStackLogicalMax: boolean;
|
|
729
|
+
readonly asStackLogicalMax: u32;
|
|
730
|
+
readonly isStackNativeMax: boolean;
|
|
731
|
+
readonly asStackNativeMax: u32;
|
|
732
|
+
readonly isPrecheckingMaxMemory: boolean;
|
|
733
|
+
readonly asPrecheckingMaxMemory: u64;
|
|
734
|
+
readonly isPvfPrepTimeout: boolean;
|
|
735
|
+
readonly asPvfPrepTimeout: ITuple<[PezkuwiPrimitivesV8PvfPrepKind, u64]>;
|
|
736
|
+
readonly isPvfExecTimeout: boolean;
|
|
737
|
+
readonly asPvfExecTimeout: ITuple<[PezkuwiPrimitivesV8PvfExecKind, u64]>;
|
|
738
|
+
readonly isWasmExtBulkMemory: boolean;
|
|
739
|
+
readonly type: 'MaxMemoryPages' | 'StackLogicalMax' | 'StackNativeMax' | 'PrecheckingMaxMemory' | 'PvfPrepTimeout' | 'PvfExecTimeout' | 'WasmExtBulkMemory';
|
|
740
|
+
}
|
|
741
|
+
/** @name PezkuwiPrimitivesV8PvfPrepKind (282) */
|
|
742
|
+
interface PezkuwiPrimitivesV8PvfPrepKind extends Enum {
|
|
743
|
+
readonly isPrecheck: boolean;
|
|
744
|
+
readonly isPrepare: boolean;
|
|
745
|
+
readonly type: 'Precheck' | 'Prepare';
|
|
746
|
+
}
|
|
747
|
+
/** @name PezkuwiPrimitivesV8PvfExecKind (283) */
|
|
748
|
+
interface PezkuwiPrimitivesV8PvfExecKind extends Enum {
|
|
749
|
+
readonly isBacking: boolean;
|
|
750
|
+
readonly isApproval: boolean;
|
|
751
|
+
readonly type: 'Backing' | 'Approval';
|
|
752
|
+
}
|
|
753
|
+
/** @name PezkuwiPrimitivesV8ApprovalVotingParams (284) */
|
|
754
|
+
interface PezkuwiPrimitivesV8ApprovalVotingParams extends Struct {
|
|
755
|
+
readonly maxApprovalCoalesceCount: u32;
|
|
756
|
+
}
|
|
757
|
+
/** @name PezkuwiPrimitivesV8SchedulerParams (285) */
|
|
758
|
+
interface PezkuwiPrimitivesV8SchedulerParams extends Struct {
|
|
759
|
+
readonly groupRotationFrequency: u32;
|
|
760
|
+
readonly parasAvailabilityPeriod: u32;
|
|
761
|
+
readonly maxValidatorsPerCore: Option<u32>;
|
|
762
|
+
readonly lookahead: u32;
|
|
763
|
+
readonly numCores: u32;
|
|
764
|
+
readonly maxAvailabilityTimeouts: u32;
|
|
765
|
+
readonly onDemandQueueMaxSize: u32;
|
|
766
|
+
readonly onDemandTargetQueueUtilization: Perbill;
|
|
767
|
+
readonly onDemandFeeVariability: Perbill;
|
|
768
|
+
readonly onDemandBaseFee: u128;
|
|
769
|
+
readonly ttl: u32;
|
|
770
|
+
}
|
|
771
|
+
/** @name PezkuwiRuntimeTeyrchainsSharedPezpalletCall (286) */
|
|
772
|
+
type PezkuwiRuntimeTeyrchainsSharedPezpalletCall = Null;
|
|
773
|
+
/** @name PezkuwiRuntimeTeyrchainsInclusionPezpalletCall (287) */
|
|
774
|
+
type PezkuwiRuntimeTeyrchainsInclusionPezpalletCall = Null;
|
|
775
|
+
/** @name PezkuwiRuntimeTeyrchainsParasInherentPezpalletCall (288) */
|
|
776
|
+
interface PezkuwiRuntimeTeyrchainsParasInherentPezpalletCall extends Enum {
|
|
777
|
+
readonly isEnter: boolean;
|
|
778
|
+
readonly asEnter: {
|
|
779
|
+
readonly data: PezkuwiPrimitivesVstagingInherentData;
|
|
780
|
+
} & Struct;
|
|
781
|
+
readonly type: 'Enter';
|
|
782
|
+
}
|
|
783
|
+
/** @name PezkuwiPrimitivesVstagingInherentData (289) */
|
|
784
|
+
interface PezkuwiPrimitivesVstagingInherentData extends Struct {
|
|
785
|
+
readonly bitfields: Vec<PezkuwiPrimitivesV8SignedUncheckedSigned>;
|
|
786
|
+
readonly backedCandidates: Vec<PezkuwiPrimitivesVstagingBackedCandidate>;
|
|
787
|
+
readonly disputes: Vec<PezkuwiPrimitivesV8DisputeStatementSet>;
|
|
788
|
+
readonly parentHeader: PezspRuntimeHeader;
|
|
789
|
+
}
|
|
790
|
+
/** @name PezkuwiPrimitivesV8SignedUncheckedSigned (291) */
|
|
791
|
+
interface PezkuwiPrimitivesV8SignedUncheckedSigned extends Struct {
|
|
792
|
+
readonly payload: BitVec;
|
|
793
|
+
readonly validatorIndex: u32;
|
|
794
|
+
readonly signature: PezkuwiPrimitivesV8ValidatorAppSignature;
|
|
795
|
+
}
|
|
796
|
+
/** @name BitvecOrderLsb0 (294) */
|
|
797
|
+
type BitvecOrderLsb0 = Null;
|
|
798
|
+
/** @name PezkuwiPrimitivesV8ValidatorAppSignature (296) */
|
|
799
|
+
interface PezkuwiPrimitivesV8ValidatorAppSignature extends U8aFixed {
|
|
800
|
+
}
|
|
801
|
+
/** @name PezkuwiPrimitivesVstagingBackedCandidate (298) */
|
|
802
|
+
interface PezkuwiPrimitivesVstagingBackedCandidate extends Struct {
|
|
803
|
+
readonly candidate: PezkuwiPrimitivesVstagingCommittedCandidateReceiptV2;
|
|
804
|
+
readonly validityVotes: Vec<PezkuwiPrimitivesV8ValidityAttestation>;
|
|
805
|
+
readonly validatorIndices: BitVec;
|
|
806
|
+
}
|
|
807
|
+
/** @name PezkuwiPrimitivesVstagingCommittedCandidateReceiptV2 (299) */
|
|
808
|
+
interface PezkuwiPrimitivesVstagingCommittedCandidateReceiptV2 extends Struct {
|
|
809
|
+
readonly descriptor: PezkuwiPrimitivesVstagingCandidateDescriptorV2;
|
|
810
|
+
readonly commitments: PezkuwiPrimitivesV8CandidateCommitments;
|
|
811
|
+
}
|
|
812
|
+
/** @name PezkuwiPrimitivesVstagingCandidateDescriptorV2 (300) */
|
|
813
|
+
interface PezkuwiPrimitivesVstagingCandidateDescriptorV2 extends Struct {
|
|
814
|
+
readonly paraId: u32;
|
|
815
|
+
readonly relayParent: H256;
|
|
816
|
+
readonly version: u8;
|
|
817
|
+
readonly coreIndex: u16;
|
|
818
|
+
readonly sessionIndex: u32;
|
|
819
|
+
readonly reserved1: U8aFixed;
|
|
820
|
+
readonly persistedValidationDataHash: H256;
|
|
821
|
+
readonly povHash: H256;
|
|
822
|
+
readonly erasureRoot: H256;
|
|
823
|
+
readonly reserved2: U8aFixed;
|
|
824
|
+
readonly paraHead: H256;
|
|
825
|
+
readonly validationCodeHash: H256;
|
|
826
|
+
}
|
|
827
|
+
/** @name PezkuwiPrimitivesV8CandidateCommitments (304) */
|
|
828
|
+
interface PezkuwiPrimitivesV8CandidateCommitments extends Struct {
|
|
829
|
+
readonly upwardMessages: Vec<Bytes>;
|
|
830
|
+
readonly horizontalMessages: Vec<PezkuwiCorePrimitivesOutboundHrmpMessage>;
|
|
831
|
+
readonly newValidationCode: Option<Bytes>;
|
|
832
|
+
readonly headData: Bytes;
|
|
833
|
+
readonly processedDownwardMessages: u32;
|
|
834
|
+
readonly hrmpWatermark: u32;
|
|
835
|
+
}
|
|
836
|
+
/** @name PezkuwiCorePrimitivesOutboundHrmpMessage (307) */
|
|
837
|
+
interface PezkuwiCorePrimitivesOutboundHrmpMessage extends Struct {
|
|
838
|
+
readonly recipient: u32;
|
|
839
|
+
readonly data: Bytes;
|
|
840
|
+
}
|
|
841
|
+
/** @name PezkuwiPrimitivesV8ValidityAttestation (313) */
|
|
842
|
+
interface PezkuwiPrimitivesV8ValidityAttestation extends Enum {
|
|
843
|
+
readonly isImplicit: boolean;
|
|
844
|
+
readonly asImplicit: PezkuwiPrimitivesV8ValidatorAppSignature;
|
|
845
|
+
readonly isExplicit: boolean;
|
|
846
|
+
readonly asExplicit: PezkuwiPrimitivesV8ValidatorAppSignature;
|
|
847
|
+
readonly type: 'Implicit' | 'Explicit';
|
|
848
|
+
}
|
|
849
|
+
/** @name PezkuwiPrimitivesV8DisputeStatementSet (315) */
|
|
850
|
+
interface PezkuwiPrimitivesV8DisputeStatementSet extends Struct {
|
|
851
|
+
readonly candidateHash: H256;
|
|
852
|
+
readonly session: u32;
|
|
853
|
+
readonly statements: Vec<ITuple<[PezkuwiPrimitivesV8DisputeStatement, u32, PezkuwiPrimitivesV8ValidatorAppSignature]>>;
|
|
854
|
+
}
|
|
855
|
+
/** @name PezkuwiPrimitivesV8DisputeStatement (319) */
|
|
856
|
+
interface PezkuwiPrimitivesV8DisputeStatement extends Enum {
|
|
857
|
+
readonly isValid: boolean;
|
|
858
|
+
readonly asValid: PezkuwiPrimitivesV8ValidDisputeStatementKind;
|
|
859
|
+
readonly isInvalid: boolean;
|
|
860
|
+
readonly asInvalid: PezkuwiPrimitivesV8InvalidDisputeStatementKind;
|
|
861
|
+
readonly type: 'Valid' | 'Invalid';
|
|
862
|
+
}
|
|
863
|
+
/** @name PezkuwiPrimitivesV8ValidDisputeStatementKind (320) */
|
|
864
|
+
interface PezkuwiPrimitivesV8ValidDisputeStatementKind extends Enum {
|
|
865
|
+
readonly isExplicit: boolean;
|
|
866
|
+
readonly isBackingSeconded: boolean;
|
|
867
|
+
readonly asBackingSeconded: H256;
|
|
868
|
+
readonly isBackingValid: boolean;
|
|
869
|
+
readonly asBackingValid: H256;
|
|
870
|
+
readonly isApprovalChecking: boolean;
|
|
871
|
+
readonly isApprovalCheckingMultipleCandidates: boolean;
|
|
872
|
+
readonly asApprovalCheckingMultipleCandidates: Vec<H256>;
|
|
873
|
+
readonly type: 'Explicit' | 'BackingSeconded' | 'BackingValid' | 'ApprovalChecking' | 'ApprovalCheckingMultipleCandidates';
|
|
874
|
+
}
|
|
875
|
+
/** @name PezkuwiPrimitivesV8InvalidDisputeStatementKind (322) */
|
|
876
|
+
interface PezkuwiPrimitivesV8InvalidDisputeStatementKind extends Enum {
|
|
877
|
+
readonly isExplicit: boolean;
|
|
878
|
+
readonly type: 'Explicit';
|
|
879
|
+
}
|
|
880
|
+
/** @name PezkuwiRuntimeTeyrchainsParasPezpalletCall (323) */
|
|
881
|
+
interface PezkuwiRuntimeTeyrchainsParasPezpalletCall extends Enum {
|
|
882
|
+
readonly isForceSetCurrentCode: boolean;
|
|
883
|
+
readonly asForceSetCurrentCode: {
|
|
884
|
+
readonly para: u32;
|
|
885
|
+
readonly newCode: Bytes;
|
|
886
|
+
} & Struct;
|
|
887
|
+
readonly isForceSetCurrentHead: boolean;
|
|
888
|
+
readonly asForceSetCurrentHead: {
|
|
889
|
+
readonly para: u32;
|
|
890
|
+
readonly newHead: Bytes;
|
|
891
|
+
} & Struct;
|
|
892
|
+
readonly isForceScheduleCodeUpgrade: boolean;
|
|
893
|
+
readonly asForceScheduleCodeUpgrade: {
|
|
894
|
+
readonly para: u32;
|
|
895
|
+
readonly newCode: Bytes;
|
|
896
|
+
readonly relayParentNumber: u32;
|
|
897
|
+
} & Struct;
|
|
898
|
+
readonly isForceNoteNewHead: boolean;
|
|
899
|
+
readonly asForceNoteNewHead: {
|
|
900
|
+
readonly para: u32;
|
|
901
|
+
readonly newHead: Bytes;
|
|
902
|
+
} & Struct;
|
|
903
|
+
readonly isForceQueueAction: boolean;
|
|
904
|
+
readonly asForceQueueAction: {
|
|
905
|
+
readonly para: u32;
|
|
906
|
+
} & Struct;
|
|
907
|
+
readonly isAddTrustedValidationCode: boolean;
|
|
908
|
+
readonly asAddTrustedValidationCode: {
|
|
909
|
+
readonly validationCode: Bytes;
|
|
910
|
+
} & Struct;
|
|
911
|
+
readonly isPokeUnusedValidationCode: boolean;
|
|
912
|
+
readonly asPokeUnusedValidationCode: {
|
|
913
|
+
readonly validationCodeHash: H256;
|
|
914
|
+
} & Struct;
|
|
915
|
+
readonly isIncludePvfCheckStatement: boolean;
|
|
916
|
+
readonly asIncludePvfCheckStatement: {
|
|
917
|
+
readonly stmt: PezkuwiPrimitivesV8PvfCheckStatement;
|
|
918
|
+
readonly signature: PezkuwiPrimitivesV8ValidatorAppSignature;
|
|
919
|
+
} & Struct;
|
|
920
|
+
readonly isForceSetMostRecentContext: boolean;
|
|
921
|
+
readonly asForceSetMostRecentContext: {
|
|
922
|
+
readonly para: u32;
|
|
923
|
+
readonly context: u32;
|
|
924
|
+
} & Struct;
|
|
925
|
+
readonly isRemoveUpgradeCooldown: boolean;
|
|
926
|
+
readonly asRemoveUpgradeCooldown: {
|
|
927
|
+
readonly para: u32;
|
|
928
|
+
} & Struct;
|
|
929
|
+
readonly isAuthorizeForceSetCurrentCodeHash: boolean;
|
|
930
|
+
readonly asAuthorizeForceSetCurrentCodeHash: {
|
|
931
|
+
readonly para: u32;
|
|
932
|
+
readonly newCodeHash: H256;
|
|
933
|
+
readonly validPeriod: u32;
|
|
934
|
+
} & Struct;
|
|
935
|
+
readonly isApplyAuthorizedForceSetCurrentCode: boolean;
|
|
936
|
+
readonly asApplyAuthorizedForceSetCurrentCode: {
|
|
937
|
+
readonly para: u32;
|
|
938
|
+
readonly newCode: Bytes;
|
|
939
|
+
} & Struct;
|
|
940
|
+
readonly type: 'ForceSetCurrentCode' | 'ForceSetCurrentHead' | 'ForceScheduleCodeUpgrade' | 'ForceNoteNewHead' | 'ForceQueueAction' | 'AddTrustedValidationCode' | 'PokeUnusedValidationCode' | 'IncludePvfCheckStatement' | 'ForceSetMostRecentContext' | 'RemoveUpgradeCooldown' | 'AuthorizeForceSetCurrentCodeHash' | 'ApplyAuthorizedForceSetCurrentCode';
|
|
941
|
+
}
|
|
942
|
+
/** @name PezkuwiPrimitivesV8PvfCheckStatement (324) */
|
|
943
|
+
interface PezkuwiPrimitivesV8PvfCheckStatement extends Struct {
|
|
944
|
+
readonly accept: bool;
|
|
945
|
+
readonly subject: H256;
|
|
946
|
+
readonly sessionIndex: u32;
|
|
947
|
+
readonly validatorIndex: u32;
|
|
948
|
+
}
|
|
949
|
+
/** @name PezkuwiRuntimeTeyrchainsInitializerPezpalletCall (325) */
|
|
950
|
+
interface PezkuwiRuntimeTeyrchainsInitializerPezpalletCall extends Enum {
|
|
951
|
+
readonly isForceApprove: boolean;
|
|
952
|
+
readonly asForceApprove: {
|
|
953
|
+
readonly upTo: u32;
|
|
954
|
+
} & Struct;
|
|
955
|
+
readonly type: 'ForceApprove';
|
|
956
|
+
}
|
|
957
|
+
/** @name PezkuwiRuntimeTeyrchainsHrmpPezpalletCall (326) */
|
|
958
|
+
interface PezkuwiRuntimeTeyrchainsHrmpPezpalletCall extends Enum {
|
|
959
|
+
readonly isHrmpInitOpenChannel: boolean;
|
|
960
|
+
readonly asHrmpInitOpenChannel: {
|
|
961
|
+
readonly recipient: u32;
|
|
962
|
+
readonly proposedMaxCapacity: u32;
|
|
963
|
+
readonly proposedMaxMessageSize: u32;
|
|
964
|
+
} & Struct;
|
|
965
|
+
readonly isHrmpAcceptOpenChannel: boolean;
|
|
966
|
+
readonly asHrmpAcceptOpenChannel: {
|
|
967
|
+
readonly sender: u32;
|
|
968
|
+
} & Struct;
|
|
969
|
+
readonly isHrmpCloseChannel: boolean;
|
|
970
|
+
readonly asHrmpCloseChannel: {
|
|
971
|
+
readonly channelId: PezkuwiTeyrchainPrimitivesPrimitivesHrmpChannelId;
|
|
972
|
+
} & Struct;
|
|
973
|
+
readonly isForceCleanHrmp: boolean;
|
|
974
|
+
readonly asForceCleanHrmp: {
|
|
975
|
+
readonly para: u32;
|
|
976
|
+
readonly numInbound: u32;
|
|
977
|
+
readonly numOutbound: u32;
|
|
978
|
+
} & Struct;
|
|
979
|
+
readonly isForceProcessHrmpOpen: boolean;
|
|
980
|
+
readonly asForceProcessHrmpOpen: {
|
|
981
|
+
readonly channels: u32;
|
|
982
|
+
} & Struct;
|
|
983
|
+
readonly isForceProcessHrmpClose: boolean;
|
|
984
|
+
readonly asForceProcessHrmpClose: {
|
|
985
|
+
readonly channels: u32;
|
|
986
|
+
} & Struct;
|
|
987
|
+
readonly isHrmpCancelOpenRequest: boolean;
|
|
988
|
+
readonly asHrmpCancelOpenRequest: {
|
|
989
|
+
readonly channelId: PezkuwiTeyrchainPrimitivesPrimitivesHrmpChannelId;
|
|
990
|
+
readonly openRequests: u32;
|
|
991
|
+
} & Struct;
|
|
992
|
+
readonly isForceOpenHrmpChannel: boolean;
|
|
993
|
+
readonly asForceOpenHrmpChannel: {
|
|
994
|
+
readonly sender: u32;
|
|
995
|
+
readonly recipient: u32;
|
|
996
|
+
readonly maxCapacity: u32;
|
|
997
|
+
readonly maxMessageSize: u32;
|
|
998
|
+
} & Struct;
|
|
999
|
+
readonly isEstablishSystemChannel: boolean;
|
|
1000
|
+
readonly asEstablishSystemChannel: {
|
|
1001
|
+
readonly sender: u32;
|
|
1002
|
+
readonly recipient: u32;
|
|
1003
|
+
} & Struct;
|
|
1004
|
+
readonly isPokeChannelDeposits: boolean;
|
|
1005
|
+
readonly asPokeChannelDeposits: {
|
|
1006
|
+
readonly sender: u32;
|
|
1007
|
+
readonly recipient: u32;
|
|
1008
|
+
} & Struct;
|
|
1009
|
+
readonly isEstablishChannelWithSystem: boolean;
|
|
1010
|
+
readonly asEstablishChannelWithSystem: {
|
|
1011
|
+
readonly targetSystemChain: u32;
|
|
1012
|
+
} & Struct;
|
|
1013
|
+
readonly type: 'HrmpInitOpenChannel' | 'HrmpAcceptOpenChannel' | 'HrmpCloseChannel' | 'ForceCleanHrmp' | 'ForceProcessHrmpOpen' | 'ForceProcessHrmpClose' | 'HrmpCancelOpenRequest' | 'ForceOpenHrmpChannel' | 'EstablishSystemChannel' | 'PokeChannelDeposits' | 'EstablishChannelWithSystem';
|
|
1014
|
+
}
|
|
1015
|
+
/** @name PezkuwiTeyrchainPrimitivesPrimitivesHrmpChannelId (327) */
|
|
1016
|
+
interface PezkuwiTeyrchainPrimitivesPrimitivesHrmpChannelId extends Struct {
|
|
1017
|
+
readonly sender: u32;
|
|
1018
|
+
readonly recipient: u32;
|
|
1019
|
+
}
|
|
1020
|
+
/** @name PezkuwiRuntimeTeyrchainsDisputesPezpalletCall (328) */
|
|
1021
|
+
interface PezkuwiRuntimeTeyrchainsDisputesPezpalletCall extends Enum {
|
|
1022
|
+
readonly isForceUnfreeze: boolean;
|
|
1023
|
+
readonly type: 'ForceUnfreeze';
|
|
1024
|
+
}
|
|
1025
|
+
/** @name PezkuwiRuntimeTeyrchainsDisputesSlashingPezpalletCall (329) */
|
|
1026
|
+
interface PezkuwiRuntimeTeyrchainsDisputesSlashingPezpalletCall extends Enum {
|
|
1027
|
+
readonly isReportDisputeLostUnsigned: boolean;
|
|
1028
|
+
readonly asReportDisputeLostUnsigned: {
|
|
1029
|
+
readonly disputeProof: PezkuwiPrimitivesVstagingDisputeProof;
|
|
1030
|
+
readonly keyOwnerProof: PezspSessionMembershipProof;
|
|
1031
|
+
} & Struct;
|
|
1032
|
+
readonly type: 'ReportDisputeLostUnsigned';
|
|
1033
|
+
}
|
|
1034
|
+
/** @name PezkuwiPrimitivesVstagingDisputeProof (330) */
|
|
1035
|
+
interface PezkuwiPrimitivesVstagingDisputeProof extends Struct {
|
|
1036
|
+
readonly timeSlot: PezkuwiPrimitivesV8SlashingDisputesTimeSlot;
|
|
1037
|
+
readonly kind: PezkuwiPrimitivesVstagingDisputeOffenceKind;
|
|
1038
|
+
readonly validatorIndex: u32;
|
|
1039
|
+
readonly validatorId: PezkuwiPrimitivesV8ValidatorAppPublic;
|
|
1040
|
+
}
|
|
1041
|
+
/** @name PezkuwiPrimitivesV8SlashingDisputesTimeSlot (331) */
|
|
1042
|
+
interface PezkuwiPrimitivesV8SlashingDisputesTimeSlot extends Struct {
|
|
1043
|
+
readonly sessionIndex: u32;
|
|
1044
|
+
readonly candidateHash: H256;
|
|
1045
|
+
}
|
|
1046
|
+
/** @name PezkuwiPrimitivesVstagingDisputeOffenceKind (332) */
|
|
1047
|
+
interface PezkuwiPrimitivesVstagingDisputeOffenceKind extends Enum {
|
|
1048
|
+
readonly isForInvalidBacked: boolean;
|
|
1049
|
+
readonly isAgainstValid: boolean;
|
|
1050
|
+
readonly isForInvalidApproved: boolean;
|
|
1051
|
+
readonly type: 'ForInvalidBacked' | 'AgainstValid' | 'ForInvalidApproved';
|
|
1052
|
+
}
|
|
1053
|
+
/** @name PezkuwiRuntimeTeyrchainsOnDemandPezpalletCall (333) */
|
|
1054
|
+
interface PezkuwiRuntimeTeyrchainsOnDemandPezpalletCall extends Enum {
|
|
1055
|
+
readonly isPlaceOrderAllowDeath: boolean;
|
|
1056
|
+
readonly asPlaceOrderAllowDeath: {
|
|
1057
|
+
readonly maxAmount: u128;
|
|
1058
|
+
readonly paraId: u32;
|
|
1059
|
+
} & Struct;
|
|
1060
|
+
readonly isPlaceOrderKeepAlive: boolean;
|
|
1061
|
+
readonly asPlaceOrderKeepAlive: {
|
|
1062
|
+
readonly maxAmount: u128;
|
|
1063
|
+
readonly paraId: u32;
|
|
1064
|
+
} & Struct;
|
|
1065
|
+
readonly isPlaceOrderWithCredits: boolean;
|
|
1066
|
+
readonly asPlaceOrderWithCredits: {
|
|
1067
|
+
readonly maxAmount: u128;
|
|
1068
|
+
readonly paraId: u32;
|
|
1069
|
+
} & Struct;
|
|
1070
|
+
readonly type: 'PlaceOrderAllowDeath' | 'PlaceOrderKeepAlive' | 'PlaceOrderWithCredits';
|
|
1071
|
+
}
|
|
1072
|
+
/** @name PezkuwiRuntimeCommonParasRegistrarPezpalletCall (334) */
|
|
1073
|
+
interface PezkuwiRuntimeCommonParasRegistrarPezpalletCall extends Enum {
|
|
1074
|
+
readonly isRegister: boolean;
|
|
1075
|
+
readonly asRegister: {
|
|
1076
|
+
readonly id: u32;
|
|
1077
|
+
readonly genesisHead: Bytes;
|
|
1078
|
+
readonly validationCode: Bytes;
|
|
1079
|
+
} & Struct;
|
|
1080
|
+
readonly isForceRegister: boolean;
|
|
1081
|
+
readonly asForceRegister: {
|
|
1082
|
+
readonly who: AccountId32;
|
|
1083
|
+
readonly deposit: u128;
|
|
1084
|
+
readonly id: u32;
|
|
1085
|
+
readonly genesisHead: Bytes;
|
|
1086
|
+
readonly validationCode: Bytes;
|
|
1087
|
+
} & Struct;
|
|
1088
|
+
readonly isDeregister: boolean;
|
|
1089
|
+
readonly asDeregister: {
|
|
1090
|
+
readonly id: u32;
|
|
1091
|
+
} & Struct;
|
|
1092
|
+
readonly isSwap: boolean;
|
|
1093
|
+
readonly asSwap: {
|
|
1094
|
+
readonly id: u32;
|
|
1095
|
+
readonly other: u32;
|
|
1096
|
+
} & Struct;
|
|
1097
|
+
readonly isRemoveLock: boolean;
|
|
1098
|
+
readonly asRemoveLock: {
|
|
1099
|
+
readonly para: u32;
|
|
1100
|
+
} & Struct;
|
|
1101
|
+
readonly isReserve: boolean;
|
|
1102
|
+
readonly isAddLock: boolean;
|
|
1103
|
+
readonly asAddLock: {
|
|
1104
|
+
readonly para: u32;
|
|
1105
|
+
} & Struct;
|
|
1106
|
+
readonly isScheduleCodeUpgrade: boolean;
|
|
1107
|
+
readonly asScheduleCodeUpgrade: {
|
|
1108
|
+
readonly para: u32;
|
|
1109
|
+
readonly newCode: Bytes;
|
|
1110
|
+
} & Struct;
|
|
1111
|
+
readonly isSetCurrentHead: boolean;
|
|
1112
|
+
readonly asSetCurrentHead: {
|
|
1113
|
+
readonly para: u32;
|
|
1114
|
+
readonly newHead: Bytes;
|
|
1115
|
+
} & Struct;
|
|
1116
|
+
readonly type: 'Register' | 'ForceRegister' | 'Deregister' | 'Swap' | 'RemoveLock' | 'Reserve' | 'AddLock' | 'ScheduleCodeUpgrade' | 'SetCurrentHead';
|
|
1117
|
+
}
|
|
1118
|
+
/** @name PezkuwiRuntimeCommonSlotsPezpalletCall (335) */
|
|
1119
|
+
interface PezkuwiRuntimeCommonSlotsPezpalletCall extends Enum {
|
|
1120
|
+
readonly isForceLease: boolean;
|
|
1121
|
+
readonly asForceLease: {
|
|
1122
|
+
readonly para: u32;
|
|
1123
|
+
readonly leaser: AccountId32;
|
|
1124
|
+
readonly amount: u128;
|
|
1125
|
+
readonly periodBegin: u32;
|
|
1126
|
+
readonly periodCount: u32;
|
|
1127
|
+
} & Struct;
|
|
1128
|
+
readonly isClearAllLeases: boolean;
|
|
1129
|
+
readonly asClearAllLeases: {
|
|
1130
|
+
readonly para: u32;
|
|
1131
|
+
} & Struct;
|
|
1132
|
+
readonly isTriggerOnboard: boolean;
|
|
1133
|
+
readonly asTriggerOnboard: {
|
|
1134
|
+
readonly para: u32;
|
|
1135
|
+
} & Struct;
|
|
1136
|
+
readonly type: 'ForceLease' | 'ClearAllLeases' | 'TriggerOnboard';
|
|
1137
|
+
}
|
|
1138
|
+
/** @name PezkuwiRuntimeCommonAuctionsPezpalletCall (336) */
|
|
1139
|
+
interface PezkuwiRuntimeCommonAuctionsPezpalletCall extends Enum {
|
|
1140
|
+
readonly isNewAuction: boolean;
|
|
1141
|
+
readonly asNewAuction: {
|
|
1142
|
+
readonly duration: Compact<u32>;
|
|
1143
|
+
readonly leasePeriodIndex: Compact<u32>;
|
|
1144
|
+
} & Struct;
|
|
1145
|
+
readonly isBid: boolean;
|
|
1146
|
+
readonly asBid: {
|
|
1147
|
+
readonly para: Compact<u32>;
|
|
1148
|
+
readonly auctionIndex: Compact<u32>;
|
|
1149
|
+
readonly firstSlot: Compact<u32>;
|
|
1150
|
+
readonly lastSlot: Compact<u32>;
|
|
1151
|
+
readonly amount: Compact<u128>;
|
|
1152
|
+
} & Struct;
|
|
1153
|
+
readonly isCancelAuction: boolean;
|
|
1154
|
+
readonly type: 'NewAuction' | 'Bid' | 'CancelAuction';
|
|
1155
|
+
}
|
|
1156
|
+
/** @name PezkuwiRuntimeCommonCrowdloanPezpalletCall (338) */
|
|
1157
|
+
interface PezkuwiRuntimeCommonCrowdloanPezpalletCall extends Enum {
|
|
1158
|
+
readonly isCreate: boolean;
|
|
1159
|
+
readonly asCreate: {
|
|
1160
|
+
readonly index: Compact<u32>;
|
|
1161
|
+
readonly cap: Compact<u128>;
|
|
1162
|
+
readonly firstPeriod: Compact<u32>;
|
|
1163
|
+
readonly lastPeriod: Compact<u32>;
|
|
1164
|
+
readonly end: Compact<u32>;
|
|
1165
|
+
readonly verifier: Option<PezspRuntimeMultiSigner>;
|
|
1166
|
+
} & Struct;
|
|
1167
|
+
readonly isContribute: boolean;
|
|
1168
|
+
readonly asContribute: {
|
|
1169
|
+
readonly index: Compact<u32>;
|
|
1170
|
+
readonly value: Compact<u128>;
|
|
1171
|
+
readonly signature: Option<PezspRuntimeMultiSignature>;
|
|
1172
|
+
} & Struct;
|
|
1173
|
+
readonly isWithdraw: boolean;
|
|
1174
|
+
readonly asWithdraw: {
|
|
1175
|
+
readonly who: AccountId32;
|
|
1176
|
+
readonly index: Compact<u32>;
|
|
1177
|
+
} & Struct;
|
|
1178
|
+
readonly isRefund: boolean;
|
|
1179
|
+
readonly asRefund: {
|
|
1180
|
+
readonly index: Compact<u32>;
|
|
1181
|
+
} & Struct;
|
|
1182
|
+
readonly isDissolve: boolean;
|
|
1183
|
+
readonly asDissolve: {
|
|
1184
|
+
readonly index: Compact<u32>;
|
|
1185
|
+
} & Struct;
|
|
1186
|
+
readonly isEdit: boolean;
|
|
1187
|
+
readonly asEdit: {
|
|
1188
|
+
readonly index: Compact<u32>;
|
|
1189
|
+
readonly cap: Compact<u128>;
|
|
1190
|
+
readonly firstPeriod: Compact<u32>;
|
|
1191
|
+
readonly lastPeriod: Compact<u32>;
|
|
1192
|
+
readonly end: Compact<u32>;
|
|
1193
|
+
readonly verifier: Option<PezspRuntimeMultiSigner>;
|
|
1194
|
+
} & Struct;
|
|
1195
|
+
readonly isAddMemo: boolean;
|
|
1196
|
+
readonly asAddMemo: {
|
|
1197
|
+
readonly index: u32;
|
|
1198
|
+
readonly memo: Bytes;
|
|
1199
|
+
} & Struct;
|
|
1200
|
+
readonly isPoke: boolean;
|
|
1201
|
+
readonly asPoke: {
|
|
1202
|
+
readonly index: u32;
|
|
1203
|
+
} & Struct;
|
|
1204
|
+
readonly isContributeAll: boolean;
|
|
1205
|
+
readonly asContributeAll: {
|
|
1206
|
+
readonly index: Compact<u32>;
|
|
1207
|
+
readonly signature: Option<PezspRuntimeMultiSignature>;
|
|
1208
|
+
} & Struct;
|
|
1209
|
+
readonly type: 'Create' | 'Contribute' | 'Withdraw' | 'Refund' | 'Dissolve' | 'Edit' | 'AddMemo' | 'Poke' | 'ContributeAll';
|
|
1210
|
+
}
|
|
1211
|
+
/** @name PezspRuntimeMultiSigner (340) */
|
|
1212
|
+
interface PezspRuntimeMultiSigner extends Enum {
|
|
1213
|
+
readonly isEd25519: boolean;
|
|
1214
|
+
readonly asEd25519: U8aFixed;
|
|
1215
|
+
readonly isSr25519: boolean;
|
|
1216
|
+
readonly asSr25519: U8aFixed;
|
|
1217
|
+
readonly isEcdsa: boolean;
|
|
1218
|
+
readonly asEcdsa: U8aFixed;
|
|
1219
|
+
readonly type: 'Ed25519' | 'Sr25519' | 'Ecdsa';
|
|
1220
|
+
}
|
|
1221
|
+
/** @name PezkuwiRuntimeTeyrchainsCoretimePezpalletCall (343) */
|
|
1222
|
+
interface PezkuwiRuntimeTeyrchainsCoretimePezpalletCall extends Enum {
|
|
1223
|
+
readonly isRequestCoreCount: boolean;
|
|
1224
|
+
readonly asRequestCoreCount: {
|
|
1225
|
+
readonly count: u16;
|
|
1226
|
+
} & Struct;
|
|
1227
|
+
readonly isRequestRevenueAt: boolean;
|
|
1228
|
+
readonly asRequestRevenueAt: {
|
|
1229
|
+
readonly when: u32;
|
|
1230
|
+
} & Struct;
|
|
1231
|
+
readonly isCreditAccount: boolean;
|
|
1232
|
+
readonly asCreditAccount: {
|
|
1233
|
+
readonly who: AccountId32;
|
|
1234
|
+
readonly amount: u128;
|
|
1235
|
+
} & Struct;
|
|
1236
|
+
readonly isAssignCore: boolean;
|
|
1237
|
+
readonly asAssignCore: {
|
|
1238
|
+
readonly core: u16;
|
|
1239
|
+
readonly begin: u32;
|
|
1240
|
+
readonly assignment: Vec<ITuple<[PezpalletBrokerCoretimeInterfaceCoreAssignment, u16]>>;
|
|
1241
|
+
readonly endHint: Option<u32>;
|
|
1242
|
+
} & Struct;
|
|
1243
|
+
readonly type: 'RequestCoreCount' | 'RequestRevenueAt' | 'CreditAccount' | 'AssignCore';
|
|
1244
|
+
}
|
|
1245
|
+
/** @name PezpalletXcmCall (354) */
|
|
1246
|
+
interface PezpalletXcmCall extends Enum {
|
|
1247
|
+
readonly isSend: boolean;
|
|
1248
|
+
readonly asSend: {
|
|
1249
|
+
readonly dest: XcmVersionedLocation;
|
|
1250
|
+
readonly message: XcmVersionedXcm;
|
|
1251
|
+
} & Struct;
|
|
1252
|
+
readonly isTeleportAssets: boolean;
|
|
1253
|
+
readonly asTeleportAssets: {
|
|
1254
|
+
readonly dest: XcmVersionedLocation;
|
|
1255
|
+
readonly beneficiary: XcmVersionedLocation;
|
|
1256
|
+
readonly assets: XcmVersionedAssets;
|
|
1257
|
+
readonly feeAssetItem: u32;
|
|
1258
|
+
} & Struct;
|
|
1259
|
+
readonly isReserveTransferAssets: boolean;
|
|
1260
|
+
readonly asReserveTransferAssets: {
|
|
1261
|
+
readonly dest: XcmVersionedLocation;
|
|
1262
|
+
readonly beneficiary: XcmVersionedLocation;
|
|
1263
|
+
readonly assets: XcmVersionedAssets;
|
|
1264
|
+
readonly feeAssetItem: u32;
|
|
1265
|
+
} & Struct;
|
|
1266
|
+
readonly isExecute: boolean;
|
|
1267
|
+
readonly asExecute: {
|
|
1268
|
+
readonly message: XcmVersionedXcm;
|
|
1269
|
+
readonly maxWeight: PezspWeightsWeightV2Weight;
|
|
1270
|
+
} & Struct;
|
|
1271
|
+
readonly isForceXcmVersion: boolean;
|
|
1272
|
+
readonly asForceXcmVersion: {
|
|
1273
|
+
readonly location: StagingXcmV5Location;
|
|
1274
|
+
readonly version: u32;
|
|
1275
|
+
} & Struct;
|
|
1276
|
+
readonly isForceDefaultXcmVersion: boolean;
|
|
1277
|
+
readonly asForceDefaultXcmVersion: {
|
|
1278
|
+
readonly maybeXcmVersion: Option<u32>;
|
|
1279
|
+
} & Struct;
|
|
1280
|
+
readonly isForceSubscribeVersionNotify: boolean;
|
|
1281
|
+
readonly asForceSubscribeVersionNotify: {
|
|
1282
|
+
readonly location: XcmVersionedLocation;
|
|
1283
|
+
} & Struct;
|
|
1284
|
+
readonly isForceUnsubscribeVersionNotify: boolean;
|
|
1285
|
+
readonly asForceUnsubscribeVersionNotify: {
|
|
1286
|
+
readonly location: XcmVersionedLocation;
|
|
1287
|
+
} & Struct;
|
|
1288
|
+
readonly isLimitedReserveTransferAssets: boolean;
|
|
1289
|
+
readonly asLimitedReserveTransferAssets: {
|
|
1290
|
+
readonly dest: XcmVersionedLocation;
|
|
1291
|
+
readonly beneficiary: XcmVersionedLocation;
|
|
1292
|
+
readonly assets: XcmVersionedAssets;
|
|
1293
|
+
readonly feeAssetItem: u32;
|
|
1294
|
+
readonly weightLimit: XcmV3WeightLimit;
|
|
1295
|
+
} & Struct;
|
|
1296
|
+
readonly isLimitedTeleportAssets: boolean;
|
|
1297
|
+
readonly asLimitedTeleportAssets: {
|
|
1298
|
+
readonly dest: XcmVersionedLocation;
|
|
1299
|
+
readonly beneficiary: XcmVersionedLocation;
|
|
1300
|
+
readonly assets: XcmVersionedAssets;
|
|
1301
|
+
readonly feeAssetItem: u32;
|
|
1302
|
+
readonly weightLimit: XcmV3WeightLimit;
|
|
1303
|
+
} & Struct;
|
|
1304
|
+
readonly isForceSuspension: boolean;
|
|
1305
|
+
readonly asForceSuspension: {
|
|
1306
|
+
readonly suspended: bool;
|
|
1307
|
+
} & Struct;
|
|
1308
|
+
readonly isTransferAssets: boolean;
|
|
1309
|
+
readonly asTransferAssets: {
|
|
1310
|
+
readonly dest: XcmVersionedLocation;
|
|
1311
|
+
readonly beneficiary: XcmVersionedLocation;
|
|
1312
|
+
readonly assets: XcmVersionedAssets;
|
|
1313
|
+
readonly feeAssetItem: u32;
|
|
1314
|
+
readonly weightLimit: XcmV3WeightLimit;
|
|
1315
|
+
} & Struct;
|
|
1316
|
+
readonly isClaimAssets: boolean;
|
|
1317
|
+
readonly asClaimAssets: {
|
|
1318
|
+
readonly assets: XcmVersionedAssets;
|
|
1319
|
+
readonly beneficiary: XcmVersionedLocation;
|
|
1320
|
+
} & Struct;
|
|
1321
|
+
readonly isTransferAssetsUsingTypeAndThen: boolean;
|
|
1322
|
+
readonly asTransferAssetsUsingTypeAndThen: {
|
|
1323
|
+
readonly dest: XcmVersionedLocation;
|
|
1324
|
+
readonly assets: XcmVersionedAssets;
|
|
1325
|
+
readonly assetsTransferType: StagingXcmExecutorAssetTransferTransferType;
|
|
1326
|
+
readonly remoteFeesId: XcmVersionedAssetId;
|
|
1327
|
+
readonly feesTransferType: StagingXcmExecutorAssetTransferTransferType;
|
|
1328
|
+
readonly customXcmOnDest: XcmVersionedXcm;
|
|
1329
|
+
readonly weightLimit: XcmV3WeightLimit;
|
|
1330
|
+
} & Struct;
|
|
1331
|
+
readonly isAddAuthorizedAlias: boolean;
|
|
1332
|
+
readonly asAddAuthorizedAlias: {
|
|
1333
|
+
readonly aliaser: XcmVersionedLocation;
|
|
1334
|
+
readonly expires: Option<u64>;
|
|
1335
|
+
} & Struct;
|
|
1336
|
+
readonly isRemoveAuthorizedAlias: boolean;
|
|
1337
|
+
readonly asRemoveAuthorizedAlias: {
|
|
1338
|
+
readonly aliaser: XcmVersionedLocation;
|
|
1339
|
+
} & Struct;
|
|
1340
|
+
readonly isRemoveAllAuthorizedAliases: boolean;
|
|
1341
|
+
readonly type: 'Send' | 'TeleportAssets' | 'ReserveTransferAssets' | 'Execute' | 'ForceXcmVersion' | 'ForceDefaultXcmVersion' | 'ForceSubscribeVersionNotify' | 'ForceUnsubscribeVersionNotify' | 'LimitedReserveTransferAssets' | 'LimitedTeleportAssets' | 'ForceSuspension' | 'TransferAssets' | 'ClaimAssets' | 'TransferAssetsUsingTypeAndThen' | 'AddAuthorizedAlias' | 'RemoveAuthorizedAlias' | 'RemoveAllAuthorizedAliases';
|
|
1342
|
+
}
|
|
1343
|
+
/** @name XcmVersionedXcm (355) */
|
|
1344
|
+
interface XcmVersionedXcm extends Enum {
|
|
1345
|
+
readonly isV3: boolean;
|
|
1346
|
+
readonly asV3: XcmV3Xcm;
|
|
1347
|
+
readonly isV4: boolean;
|
|
1348
|
+
readonly asV4: StagingXcmV4Xcm;
|
|
1349
|
+
readonly isV5: boolean;
|
|
1350
|
+
readonly asV5: StagingXcmV5Xcm;
|
|
1351
|
+
readonly type: 'V3' | 'V4' | 'V5';
|
|
1352
|
+
}
|
|
1353
|
+
/** @name XcmV3Xcm (356) */
|
|
1354
|
+
interface XcmV3Xcm extends Vec<XcmV3Instruction> {
|
|
1355
|
+
}
|
|
1356
|
+
/** @name XcmV3Instruction (358) */
|
|
1357
|
+
interface XcmV3Instruction extends Enum {
|
|
1358
|
+
readonly isWithdrawAsset: boolean;
|
|
1359
|
+
readonly asWithdrawAsset: XcmV3MultiassetMultiAssets;
|
|
1360
|
+
readonly isReserveAssetDeposited: boolean;
|
|
1361
|
+
readonly asReserveAssetDeposited: XcmV3MultiassetMultiAssets;
|
|
1362
|
+
readonly isReceiveTeleportedAsset: boolean;
|
|
1363
|
+
readonly asReceiveTeleportedAsset: XcmV3MultiassetMultiAssets;
|
|
1364
|
+
readonly isQueryResponse: boolean;
|
|
1365
|
+
readonly asQueryResponse: {
|
|
1366
|
+
readonly queryId: Compact<u64>;
|
|
1367
|
+
readonly response: XcmV3Response;
|
|
1368
|
+
readonly maxWeight: PezspWeightsWeightV2Weight;
|
|
1369
|
+
readonly querier: Option<StagingXcmV3MultiLocation>;
|
|
1370
|
+
} & Struct;
|
|
1371
|
+
readonly isTransferAsset: boolean;
|
|
1372
|
+
readonly asTransferAsset: {
|
|
1373
|
+
readonly assets: XcmV3MultiassetMultiAssets;
|
|
1374
|
+
readonly beneficiary: StagingXcmV3MultiLocation;
|
|
1375
|
+
} & Struct;
|
|
1376
|
+
readonly isTransferReserveAsset: boolean;
|
|
1377
|
+
readonly asTransferReserveAsset: {
|
|
1378
|
+
readonly assets: XcmV3MultiassetMultiAssets;
|
|
1379
|
+
readonly dest: StagingXcmV3MultiLocation;
|
|
1380
|
+
readonly xcm: XcmV3Xcm;
|
|
1381
|
+
} & Struct;
|
|
1382
|
+
readonly isTransact: boolean;
|
|
1383
|
+
readonly asTransact: {
|
|
1384
|
+
readonly originKind: XcmV3OriginKind;
|
|
1385
|
+
readonly requireWeightAtMost: PezspWeightsWeightV2Weight;
|
|
1386
|
+
readonly call: XcmDoubleEncoded;
|
|
1387
|
+
} & Struct;
|
|
1388
|
+
readonly isHrmpNewChannelOpenRequest: boolean;
|
|
1389
|
+
readonly asHrmpNewChannelOpenRequest: {
|
|
1390
|
+
readonly sender: Compact<u32>;
|
|
1391
|
+
readonly maxMessageSize: Compact<u32>;
|
|
1392
|
+
readonly maxCapacity: Compact<u32>;
|
|
1393
|
+
} & Struct;
|
|
1394
|
+
readonly isHrmpChannelAccepted: boolean;
|
|
1395
|
+
readonly asHrmpChannelAccepted: {
|
|
1396
|
+
readonly recipient: Compact<u32>;
|
|
1397
|
+
} & Struct;
|
|
1398
|
+
readonly isHrmpChannelClosing: boolean;
|
|
1399
|
+
readonly asHrmpChannelClosing: {
|
|
1400
|
+
readonly initiator: Compact<u32>;
|
|
1401
|
+
readonly sender: Compact<u32>;
|
|
1402
|
+
readonly recipient: Compact<u32>;
|
|
1403
|
+
} & Struct;
|
|
1404
|
+
readonly isClearOrigin: boolean;
|
|
1405
|
+
readonly isDescendOrigin: boolean;
|
|
1406
|
+
readonly asDescendOrigin: XcmV3Junctions;
|
|
1407
|
+
readonly isReportError: boolean;
|
|
1408
|
+
readonly asReportError: XcmV3QueryResponseInfo;
|
|
1409
|
+
readonly isDepositAsset: boolean;
|
|
1410
|
+
readonly asDepositAsset: {
|
|
1411
|
+
readonly assets: XcmV3MultiassetMultiAssetFilter;
|
|
1412
|
+
readonly beneficiary: StagingXcmV3MultiLocation;
|
|
1413
|
+
} & Struct;
|
|
1414
|
+
readonly isDepositReserveAsset: boolean;
|
|
1415
|
+
readonly asDepositReserveAsset: {
|
|
1416
|
+
readonly assets: XcmV3MultiassetMultiAssetFilter;
|
|
1417
|
+
readonly dest: StagingXcmV3MultiLocation;
|
|
1418
|
+
readonly xcm: XcmV3Xcm;
|
|
1419
|
+
} & Struct;
|
|
1420
|
+
readonly isExchangeAsset: boolean;
|
|
1421
|
+
readonly asExchangeAsset: {
|
|
1422
|
+
readonly give: XcmV3MultiassetMultiAssetFilter;
|
|
1423
|
+
readonly want: XcmV3MultiassetMultiAssets;
|
|
1424
|
+
readonly maximal: bool;
|
|
1425
|
+
} & Struct;
|
|
1426
|
+
readonly isInitiateReserveWithdraw: boolean;
|
|
1427
|
+
readonly asInitiateReserveWithdraw: {
|
|
1428
|
+
readonly assets: XcmV3MultiassetMultiAssetFilter;
|
|
1429
|
+
readonly reserve: StagingXcmV3MultiLocation;
|
|
1430
|
+
readonly xcm: XcmV3Xcm;
|
|
1431
|
+
} & Struct;
|
|
1432
|
+
readonly isInitiateTeleport: boolean;
|
|
1433
|
+
readonly asInitiateTeleport: {
|
|
1434
|
+
readonly assets: XcmV3MultiassetMultiAssetFilter;
|
|
1435
|
+
readonly dest: StagingXcmV3MultiLocation;
|
|
1436
|
+
readonly xcm: XcmV3Xcm;
|
|
1437
|
+
} & Struct;
|
|
1438
|
+
readonly isReportHolding: boolean;
|
|
1439
|
+
readonly asReportHolding: {
|
|
1440
|
+
readonly responseInfo: XcmV3QueryResponseInfo;
|
|
1441
|
+
readonly assets: XcmV3MultiassetMultiAssetFilter;
|
|
1442
|
+
} & Struct;
|
|
1443
|
+
readonly isBuyExecution: boolean;
|
|
1444
|
+
readonly asBuyExecution: {
|
|
1445
|
+
readonly fees: XcmV3MultiAsset;
|
|
1446
|
+
readonly weightLimit: XcmV3WeightLimit;
|
|
1447
|
+
} & Struct;
|
|
1448
|
+
readonly isRefundSurplus: boolean;
|
|
1449
|
+
readonly isSetErrorHandler: boolean;
|
|
1450
|
+
readonly asSetErrorHandler: XcmV3Xcm;
|
|
1451
|
+
readonly isSetAppendix: boolean;
|
|
1452
|
+
readonly asSetAppendix: XcmV3Xcm;
|
|
1453
|
+
readonly isClearError: boolean;
|
|
1454
|
+
readonly isClaimAsset: boolean;
|
|
1455
|
+
readonly asClaimAsset: {
|
|
1456
|
+
readonly assets: XcmV3MultiassetMultiAssets;
|
|
1457
|
+
readonly ticket: StagingXcmV3MultiLocation;
|
|
1458
|
+
} & Struct;
|
|
1459
|
+
readonly isTrap: boolean;
|
|
1460
|
+
readonly asTrap: Compact<u64>;
|
|
1461
|
+
readonly isSubscribeVersion: boolean;
|
|
1462
|
+
readonly asSubscribeVersion: {
|
|
1463
|
+
readonly queryId: Compact<u64>;
|
|
1464
|
+
readonly maxResponseWeight: PezspWeightsWeightV2Weight;
|
|
1465
|
+
} & Struct;
|
|
1466
|
+
readonly isUnsubscribeVersion: boolean;
|
|
1467
|
+
readonly isBurnAsset: boolean;
|
|
1468
|
+
readonly asBurnAsset: XcmV3MultiassetMultiAssets;
|
|
1469
|
+
readonly isExpectAsset: boolean;
|
|
1470
|
+
readonly asExpectAsset: XcmV3MultiassetMultiAssets;
|
|
1471
|
+
readonly isExpectOrigin: boolean;
|
|
1472
|
+
readonly asExpectOrigin: Option<StagingXcmV3MultiLocation>;
|
|
1473
|
+
readonly isExpectError: boolean;
|
|
1474
|
+
readonly asExpectError: Option<ITuple<[u32, XcmV3TraitsError]>>;
|
|
1475
|
+
readonly isExpectTransactStatus: boolean;
|
|
1476
|
+
readonly asExpectTransactStatus: XcmV3MaybeErrorCode;
|
|
1477
|
+
readonly isQueryPallet: boolean;
|
|
1478
|
+
readonly asQueryPallet: {
|
|
1479
|
+
readonly moduleName: Bytes;
|
|
1480
|
+
readonly responseInfo: XcmV3QueryResponseInfo;
|
|
1481
|
+
} & Struct;
|
|
1482
|
+
readonly isExpectPallet: boolean;
|
|
1483
|
+
readonly asExpectPallet: {
|
|
1484
|
+
readonly index: Compact<u32>;
|
|
1485
|
+
readonly name: Bytes;
|
|
1486
|
+
readonly moduleName: Bytes;
|
|
1487
|
+
readonly crateMajor: Compact<u32>;
|
|
1488
|
+
readonly minCrateMinor: Compact<u32>;
|
|
1489
|
+
} & Struct;
|
|
1490
|
+
readonly isReportTransactStatus: boolean;
|
|
1491
|
+
readonly asReportTransactStatus: XcmV3QueryResponseInfo;
|
|
1492
|
+
readonly isClearTransactStatus: boolean;
|
|
1493
|
+
readonly isUniversalOrigin: boolean;
|
|
1494
|
+
readonly asUniversalOrigin: XcmV3Junction;
|
|
1495
|
+
readonly isExportMessage: boolean;
|
|
1496
|
+
readonly asExportMessage: {
|
|
1497
|
+
readonly network: XcmV3JunctionNetworkId;
|
|
1498
|
+
readonly destination: XcmV3Junctions;
|
|
1499
|
+
readonly xcm: XcmV3Xcm;
|
|
1500
|
+
} & Struct;
|
|
1501
|
+
readonly isLockAsset: boolean;
|
|
1502
|
+
readonly asLockAsset: {
|
|
1503
|
+
readonly asset: XcmV3MultiAsset;
|
|
1504
|
+
readonly unlocker: StagingXcmV3MultiLocation;
|
|
1505
|
+
} & Struct;
|
|
1506
|
+
readonly isUnlockAsset: boolean;
|
|
1507
|
+
readonly asUnlockAsset: {
|
|
1508
|
+
readonly asset: XcmV3MultiAsset;
|
|
1509
|
+
readonly target: StagingXcmV3MultiLocation;
|
|
1510
|
+
} & Struct;
|
|
1511
|
+
readonly isNoteUnlockable: boolean;
|
|
1512
|
+
readonly asNoteUnlockable: {
|
|
1513
|
+
readonly asset: XcmV3MultiAsset;
|
|
1514
|
+
readonly owner: StagingXcmV3MultiLocation;
|
|
1515
|
+
} & Struct;
|
|
1516
|
+
readonly isRequestUnlock: boolean;
|
|
1517
|
+
readonly asRequestUnlock: {
|
|
1518
|
+
readonly asset: XcmV3MultiAsset;
|
|
1519
|
+
readonly locker: StagingXcmV3MultiLocation;
|
|
1520
|
+
} & Struct;
|
|
1521
|
+
readonly isSetFeesMode: boolean;
|
|
1522
|
+
readonly asSetFeesMode: {
|
|
1523
|
+
readonly jitWithdraw: bool;
|
|
1524
|
+
} & Struct;
|
|
1525
|
+
readonly isSetTopic: boolean;
|
|
1526
|
+
readonly asSetTopic: U8aFixed;
|
|
1527
|
+
readonly isClearTopic: boolean;
|
|
1528
|
+
readonly isAliasOrigin: boolean;
|
|
1529
|
+
readonly asAliasOrigin: StagingXcmV3MultiLocation;
|
|
1530
|
+
readonly isUnpaidExecution: boolean;
|
|
1531
|
+
readonly asUnpaidExecution: {
|
|
1532
|
+
readonly weightLimit: XcmV3WeightLimit;
|
|
1533
|
+
readonly checkOrigin: Option<StagingXcmV3MultiLocation>;
|
|
1534
|
+
} & Struct;
|
|
1535
|
+
readonly type: 'WithdrawAsset' | 'ReserveAssetDeposited' | 'ReceiveTeleportedAsset' | 'QueryResponse' | 'TransferAsset' | 'TransferReserveAsset' | 'Transact' | 'HrmpNewChannelOpenRequest' | 'HrmpChannelAccepted' | 'HrmpChannelClosing' | 'ClearOrigin' | 'DescendOrigin' | 'ReportError' | 'DepositAsset' | 'DepositReserveAsset' | 'ExchangeAsset' | 'InitiateReserveWithdraw' | 'InitiateTeleport' | 'ReportHolding' | 'BuyExecution' | 'RefundSurplus' | 'SetErrorHandler' | 'SetAppendix' | 'ClearError' | 'ClaimAsset' | 'Trap' | 'SubscribeVersion' | 'UnsubscribeVersion' | 'BurnAsset' | 'ExpectAsset' | 'ExpectOrigin' | 'ExpectError' | 'ExpectTransactStatus' | 'QueryPallet' | 'ExpectPallet' | 'ReportTransactStatus' | 'ClearTransactStatus' | 'UniversalOrigin' | 'ExportMessage' | 'LockAsset' | 'UnlockAsset' | 'NoteUnlockable' | 'RequestUnlock' | 'SetFeesMode' | 'SetTopic' | 'ClearTopic' | 'AliasOrigin' | 'UnpaidExecution';
|
|
1536
|
+
}
|
|
1537
|
+
/** @name XcmV3MultiassetMultiAssets (359) */
|
|
1538
|
+
interface XcmV3MultiassetMultiAssets extends Vec<XcmV3MultiAsset> {
|
|
1539
|
+
}
|
|
1540
|
+
/** @name XcmV3MultiAsset (361) */
|
|
1541
|
+
interface XcmV3MultiAsset extends Struct {
|
|
1542
|
+
readonly id: XcmV3MultiassetAssetId;
|
|
1543
|
+
readonly fun: XcmV3MultiassetFungibility;
|
|
1544
|
+
}
|
|
1545
|
+
/** @name XcmV3MultiassetFungibility (362) */
|
|
1546
|
+
interface XcmV3MultiassetFungibility extends Enum {
|
|
1547
|
+
readonly isFungible: boolean;
|
|
1548
|
+
readonly asFungible: Compact<u128>;
|
|
1549
|
+
readonly isNonFungible: boolean;
|
|
1550
|
+
readonly asNonFungible: XcmV3MultiassetAssetInstance;
|
|
1551
|
+
readonly type: 'Fungible' | 'NonFungible';
|
|
1552
|
+
}
|
|
1553
|
+
/** @name XcmV3MultiassetAssetInstance (363) */
|
|
1554
|
+
interface XcmV3MultiassetAssetInstance extends Enum {
|
|
1555
|
+
readonly isUndefined: boolean;
|
|
1556
|
+
readonly isIndex: boolean;
|
|
1557
|
+
readonly asIndex: Compact<u128>;
|
|
1558
|
+
readonly isArray4: boolean;
|
|
1559
|
+
readonly asArray4: U8aFixed;
|
|
1560
|
+
readonly isArray8: boolean;
|
|
1561
|
+
readonly asArray8: U8aFixed;
|
|
1562
|
+
readonly isArray16: boolean;
|
|
1563
|
+
readonly asArray16: U8aFixed;
|
|
1564
|
+
readonly isArray32: boolean;
|
|
1565
|
+
readonly asArray32: U8aFixed;
|
|
1566
|
+
readonly type: 'Undefined' | 'Index' | 'Array4' | 'Array8' | 'Array16' | 'Array32';
|
|
1567
|
+
}
|
|
1568
|
+
/** @name XcmV3Response (365) */
|
|
1569
|
+
interface XcmV3Response extends Enum {
|
|
1570
|
+
readonly isNull: boolean;
|
|
1571
|
+
readonly isAssets: boolean;
|
|
1572
|
+
readonly asAssets: XcmV3MultiassetMultiAssets;
|
|
1573
|
+
readonly isExecutionResult: boolean;
|
|
1574
|
+
readonly asExecutionResult: Option<ITuple<[u32, XcmV3TraitsError]>>;
|
|
1575
|
+
readonly isVersion: boolean;
|
|
1576
|
+
readonly asVersion: u32;
|
|
1577
|
+
readonly isPalletsInfo: boolean;
|
|
1578
|
+
readonly asPalletsInfo: Vec<XcmV3PezpalletInfo>;
|
|
1579
|
+
readonly isDispatchResult: boolean;
|
|
1580
|
+
readonly asDispatchResult: XcmV3MaybeErrorCode;
|
|
1581
|
+
readonly type: 'Null' | 'Assets' | 'ExecutionResult' | 'Version' | 'PalletsInfo' | 'DispatchResult';
|
|
1582
|
+
}
|
|
1583
|
+
/** @name XcmV3TraitsError (368) */
|
|
1584
|
+
interface XcmV3TraitsError extends Enum {
|
|
1585
|
+
readonly isOverflow: boolean;
|
|
1586
|
+
readonly isUnimplemented: boolean;
|
|
1587
|
+
readonly isUntrustedReserveLocation: boolean;
|
|
1588
|
+
readonly isUntrustedTeleportLocation: boolean;
|
|
1589
|
+
readonly isLocationFull: boolean;
|
|
1590
|
+
readonly isLocationNotInvertible: boolean;
|
|
1591
|
+
readonly isBadOrigin: boolean;
|
|
1592
|
+
readonly isInvalidLocation: boolean;
|
|
1593
|
+
readonly isAssetNotFound: boolean;
|
|
1594
|
+
readonly isFailedToTransactAsset: boolean;
|
|
1595
|
+
readonly isNotWithdrawable: boolean;
|
|
1596
|
+
readonly isLocationCannotHold: boolean;
|
|
1597
|
+
readonly isExceedsMaxMessageSize: boolean;
|
|
1598
|
+
readonly isDestinationUnsupported: boolean;
|
|
1599
|
+
readonly isTransport: boolean;
|
|
1600
|
+
readonly isUnroutable: boolean;
|
|
1601
|
+
readonly isUnknownClaim: boolean;
|
|
1602
|
+
readonly isFailedToDecode: boolean;
|
|
1603
|
+
readonly isMaxWeightInvalid: boolean;
|
|
1604
|
+
readonly isNotHoldingFees: boolean;
|
|
1605
|
+
readonly isTooExpensive: boolean;
|
|
1606
|
+
readonly isTrap: boolean;
|
|
1607
|
+
readonly asTrap: u64;
|
|
1608
|
+
readonly isExpectationFalse: boolean;
|
|
1609
|
+
readonly isPalletNotFound: boolean;
|
|
1610
|
+
readonly isNameMismatch: boolean;
|
|
1611
|
+
readonly isVersionIncompatible: boolean;
|
|
1612
|
+
readonly isHoldingWouldOverflow: boolean;
|
|
1613
|
+
readonly isExportError: boolean;
|
|
1614
|
+
readonly isReanchorFailed: boolean;
|
|
1615
|
+
readonly isNoDeal: boolean;
|
|
1616
|
+
readonly isFeesNotMet: boolean;
|
|
1617
|
+
readonly isLockError: boolean;
|
|
1618
|
+
readonly isNoPermission: boolean;
|
|
1619
|
+
readonly isUnanchored: boolean;
|
|
1620
|
+
readonly isNotDepositable: boolean;
|
|
1621
|
+
readonly isUnhandledXcmVersion: boolean;
|
|
1622
|
+
readonly isWeightLimitReached: boolean;
|
|
1623
|
+
readonly asWeightLimitReached: PezspWeightsWeightV2Weight;
|
|
1624
|
+
readonly isBarrier: boolean;
|
|
1625
|
+
readonly isWeightNotComputable: boolean;
|
|
1626
|
+
readonly isExceedsStackLimit: boolean;
|
|
1627
|
+
readonly type: 'Overflow' | 'Unimplemented' | 'UntrustedReserveLocation' | 'UntrustedTeleportLocation' | 'LocationFull' | 'LocationNotInvertible' | 'BadOrigin' | 'InvalidLocation' | 'AssetNotFound' | 'FailedToTransactAsset' | 'NotWithdrawable' | 'LocationCannotHold' | 'ExceedsMaxMessageSize' | 'DestinationUnsupported' | 'Transport' | 'Unroutable' | 'UnknownClaim' | 'FailedToDecode' | 'MaxWeightInvalid' | 'NotHoldingFees' | 'TooExpensive' | 'Trap' | 'ExpectationFalse' | 'PalletNotFound' | 'NameMismatch' | 'VersionIncompatible' | 'HoldingWouldOverflow' | 'ExportError' | 'ReanchorFailed' | 'NoDeal' | 'FeesNotMet' | 'LockError' | 'NoPermission' | 'Unanchored' | 'NotDepositable' | 'UnhandledXcmVersion' | 'WeightLimitReached' | 'Barrier' | 'WeightNotComputable' | 'ExceedsStackLimit';
|
|
1628
|
+
}
|
|
1629
|
+
/** @name XcmV3PezpalletInfo (370) */
|
|
1630
|
+
interface XcmV3PezpalletInfo extends Struct {
|
|
1631
|
+
readonly index: Compact<u32>;
|
|
1632
|
+
readonly name: Bytes;
|
|
1633
|
+
readonly moduleName: Bytes;
|
|
1634
|
+
readonly major: Compact<u32>;
|
|
1635
|
+
readonly minor: Compact<u32>;
|
|
1636
|
+
readonly patch: Compact<u32>;
|
|
1637
|
+
}
|
|
1638
|
+
/** @name XcmV3MaybeErrorCode (373) */
|
|
1639
|
+
interface XcmV3MaybeErrorCode extends Enum {
|
|
1640
|
+
readonly isSuccess: boolean;
|
|
1641
|
+
readonly isError: boolean;
|
|
1642
|
+
readonly asError: Bytes;
|
|
1643
|
+
readonly isTruncatedError: boolean;
|
|
1644
|
+
readonly asTruncatedError: Bytes;
|
|
1645
|
+
readonly type: 'Success' | 'Error' | 'TruncatedError';
|
|
1646
|
+
}
|
|
1647
|
+
/** @name XcmV3OriginKind (376) */
|
|
1648
|
+
interface XcmV3OriginKind extends Enum {
|
|
1649
|
+
readonly isNative: boolean;
|
|
1650
|
+
readonly isSovereignAccount: boolean;
|
|
1651
|
+
readonly isSuperuser: boolean;
|
|
1652
|
+
readonly isXcm: boolean;
|
|
1653
|
+
readonly type: 'Native' | 'SovereignAccount' | 'Superuser' | 'Xcm';
|
|
1654
|
+
}
|
|
1655
|
+
/** @name XcmDoubleEncoded (377) */
|
|
1656
|
+
interface XcmDoubleEncoded extends Struct {
|
|
1657
|
+
readonly encoded: Bytes;
|
|
1658
|
+
}
|
|
1659
|
+
/** @name XcmV3QueryResponseInfo (378) */
|
|
1660
|
+
interface XcmV3QueryResponseInfo extends Struct {
|
|
1661
|
+
readonly destination: StagingXcmV3MultiLocation;
|
|
1662
|
+
readonly queryId: Compact<u64>;
|
|
1663
|
+
readonly maxWeight: PezspWeightsWeightV2Weight;
|
|
1664
|
+
}
|
|
1665
|
+
/** @name XcmV3MultiassetMultiAssetFilter (379) */
|
|
1666
|
+
interface XcmV3MultiassetMultiAssetFilter extends Enum {
|
|
1667
|
+
readonly isDefinite: boolean;
|
|
1668
|
+
readonly asDefinite: XcmV3MultiassetMultiAssets;
|
|
1669
|
+
readonly isWild: boolean;
|
|
1670
|
+
readonly asWild: XcmV3MultiassetWildMultiAsset;
|
|
1671
|
+
readonly type: 'Definite' | 'Wild';
|
|
1672
|
+
}
|
|
1673
|
+
/** @name XcmV3MultiassetWildMultiAsset (380) */
|
|
1674
|
+
interface XcmV3MultiassetWildMultiAsset extends Enum {
|
|
1675
|
+
readonly isAll: boolean;
|
|
1676
|
+
readonly isAllOf: boolean;
|
|
1677
|
+
readonly asAllOf: {
|
|
1678
|
+
readonly id: XcmV3MultiassetAssetId;
|
|
1679
|
+
readonly fun: XcmV3MultiassetWildFungibility;
|
|
1680
|
+
} & Struct;
|
|
1681
|
+
readonly isAllCounted: boolean;
|
|
1682
|
+
readonly asAllCounted: Compact<u32>;
|
|
1683
|
+
readonly isAllOfCounted: boolean;
|
|
1684
|
+
readonly asAllOfCounted: {
|
|
1685
|
+
readonly id: XcmV3MultiassetAssetId;
|
|
1686
|
+
readonly fun: XcmV3MultiassetWildFungibility;
|
|
1687
|
+
readonly count: Compact<u32>;
|
|
1688
|
+
} & Struct;
|
|
1689
|
+
readonly type: 'All' | 'AllOf' | 'AllCounted' | 'AllOfCounted';
|
|
1690
|
+
}
|
|
1691
|
+
/** @name XcmV3MultiassetWildFungibility (381) */
|
|
1692
|
+
interface XcmV3MultiassetWildFungibility extends Enum {
|
|
1693
|
+
readonly isFungible: boolean;
|
|
1694
|
+
readonly isNonFungible: boolean;
|
|
1695
|
+
readonly type: 'Fungible' | 'NonFungible';
|
|
1696
|
+
}
|
|
1697
|
+
/** @name XcmV3WeightLimit (382) */
|
|
1698
|
+
interface XcmV3WeightLimit extends Enum {
|
|
1699
|
+
readonly isUnlimited: boolean;
|
|
1700
|
+
readonly isLimited: boolean;
|
|
1701
|
+
readonly asLimited: PezspWeightsWeightV2Weight;
|
|
1702
|
+
readonly type: 'Unlimited' | 'Limited';
|
|
1703
|
+
}
|
|
1704
|
+
/** @name StagingXcmV4Xcm (383) */
|
|
1705
|
+
interface StagingXcmV4Xcm extends Vec<StagingXcmV4Instruction> {
|
|
1706
|
+
}
|
|
1707
|
+
/** @name StagingXcmV4Instruction (385) */
|
|
1708
|
+
interface StagingXcmV4Instruction extends Enum {
|
|
1709
|
+
readonly isWithdrawAsset: boolean;
|
|
1710
|
+
readonly asWithdrawAsset: StagingXcmV4AssetAssets;
|
|
1711
|
+
readonly isReserveAssetDeposited: boolean;
|
|
1712
|
+
readonly asReserveAssetDeposited: StagingXcmV4AssetAssets;
|
|
1713
|
+
readonly isReceiveTeleportedAsset: boolean;
|
|
1714
|
+
readonly asReceiveTeleportedAsset: StagingXcmV4AssetAssets;
|
|
1715
|
+
readonly isQueryResponse: boolean;
|
|
1716
|
+
readonly asQueryResponse: {
|
|
1717
|
+
readonly queryId: Compact<u64>;
|
|
1718
|
+
readonly response: StagingXcmV4Response;
|
|
1719
|
+
readonly maxWeight: PezspWeightsWeightV2Weight;
|
|
1720
|
+
readonly querier: Option<StagingXcmV4Location>;
|
|
1721
|
+
} & Struct;
|
|
1722
|
+
readonly isTransferAsset: boolean;
|
|
1723
|
+
readonly asTransferAsset: {
|
|
1724
|
+
readonly assets: StagingXcmV4AssetAssets;
|
|
1725
|
+
readonly beneficiary: StagingXcmV4Location;
|
|
1726
|
+
} & Struct;
|
|
1727
|
+
readonly isTransferReserveAsset: boolean;
|
|
1728
|
+
readonly asTransferReserveAsset: {
|
|
1729
|
+
readonly assets: StagingXcmV4AssetAssets;
|
|
1730
|
+
readonly dest: StagingXcmV4Location;
|
|
1731
|
+
readonly xcm: StagingXcmV4Xcm;
|
|
1732
|
+
} & Struct;
|
|
1733
|
+
readonly isTransact: boolean;
|
|
1734
|
+
readonly asTransact: {
|
|
1735
|
+
readonly originKind: XcmV3OriginKind;
|
|
1736
|
+
readonly requireWeightAtMost: PezspWeightsWeightV2Weight;
|
|
1737
|
+
readonly call: XcmDoubleEncoded;
|
|
1738
|
+
} & Struct;
|
|
1739
|
+
readonly isHrmpNewChannelOpenRequest: boolean;
|
|
1740
|
+
readonly asHrmpNewChannelOpenRequest: {
|
|
1741
|
+
readonly sender: Compact<u32>;
|
|
1742
|
+
readonly maxMessageSize: Compact<u32>;
|
|
1743
|
+
readonly maxCapacity: Compact<u32>;
|
|
1744
|
+
} & Struct;
|
|
1745
|
+
readonly isHrmpChannelAccepted: boolean;
|
|
1746
|
+
readonly asHrmpChannelAccepted: {
|
|
1747
|
+
readonly recipient: Compact<u32>;
|
|
1748
|
+
} & Struct;
|
|
1749
|
+
readonly isHrmpChannelClosing: boolean;
|
|
1750
|
+
readonly asHrmpChannelClosing: {
|
|
1751
|
+
readonly initiator: Compact<u32>;
|
|
1752
|
+
readonly sender: Compact<u32>;
|
|
1753
|
+
readonly recipient: Compact<u32>;
|
|
1754
|
+
} & Struct;
|
|
1755
|
+
readonly isClearOrigin: boolean;
|
|
1756
|
+
readonly isDescendOrigin: boolean;
|
|
1757
|
+
readonly asDescendOrigin: StagingXcmV4Junctions;
|
|
1758
|
+
readonly isReportError: boolean;
|
|
1759
|
+
readonly asReportError: StagingXcmV4QueryResponseInfo;
|
|
1760
|
+
readonly isDepositAsset: boolean;
|
|
1761
|
+
readonly asDepositAsset: {
|
|
1762
|
+
readonly assets: StagingXcmV4AssetAssetFilter;
|
|
1763
|
+
readonly beneficiary: StagingXcmV4Location;
|
|
1764
|
+
} & Struct;
|
|
1765
|
+
readonly isDepositReserveAsset: boolean;
|
|
1766
|
+
readonly asDepositReserveAsset: {
|
|
1767
|
+
readonly assets: StagingXcmV4AssetAssetFilter;
|
|
1768
|
+
readonly dest: StagingXcmV4Location;
|
|
1769
|
+
readonly xcm: StagingXcmV4Xcm;
|
|
1770
|
+
} & Struct;
|
|
1771
|
+
readonly isExchangeAsset: boolean;
|
|
1772
|
+
readonly asExchangeAsset: {
|
|
1773
|
+
readonly give: StagingXcmV4AssetAssetFilter;
|
|
1774
|
+
readonly want: StagingXcmV4AssetAssets;
|
|
1775
|
+
readonly maximal: bool;
|
|
1776
|
+
} & Struct;
|
|
1777
|
+
readonly isInitiateReserveWithdraw: boolean;
|
|
1778
|
+
readonly asInitiateReserveWithdraw: {
|
|
1779
|
+
readonly assets: StagingXcmV4AssetAssetFilter;
|
|
1780
|
+
readonly reserve: StagingXcmV4Location;
|
|
1781
|
+
readonly xcm: StagingXcmV4Xcm;
|
|
1782
|
+
} & Struct;
|
|
1783
|
+
readonly isInitiateTeleport: boolean;
|
|
1784
|
+
readonly asInitiateTeleport: {
|
|
1785
|
+
readonly assets: StagingXcmV4AssetAssetFilter;
|
|
1786
|
+
readonly dest: StagingXcmV4Location;
|
|
1787
|
+
readonly xcm: StagingXcmV4Xcm;
|
|
1788
|
+
} & Struct;
|
|
1789
|
+
readonly isReportHolding: boolean;
|
|
1790
|
+
readonly asReportHolding: {
|
|
1791
|
+
readonly responseInfo: StagingXcmV4QueryResponseInfo;
|
|
1792
|
+
readonly assets: StagingXcmV4AssetAssetFilter;
|
|
1793
|
+
} & Struct;
|
|
1794
|
+
readonly isBuyExecution: boolean;
|
|
1795
|
+
readonly asBuyExecution: {
|
|
1796
|
+
readonly fees: StagingXcmV4Asset;
|
|
1797
|
+
readonly weightLimit: XcmV3WeightLimit;
|
|
1798
|
+
} & Struct;
|
|
1799
|
+
readonly isRefundSurplus: boolean;
|
|
1800
|
+
readonly isSetErrorHandler: boolean;
|
|
1801
|
+
readonly asSetErrorHandler: StagingXcmV4Xcm;
|
|
1802
|
+
readonly isSetAppendix: boolean;
|
|
1803
|
+
readonly asSetAppendix: StagingXcmV4Xcm;
|
|
1804
|
+
readonly isClearError: boolean;
|
|
1805
|
+
readonly isClaimAsset: boolean;
|
|
1806
|
+
readonly asClaimAsset: {
|
|
1807
|
+
readonly assets: StagingXcmV4AssetAssets;
|
|
1808
|
+
readonly ticket: StagingXcmV4Location;
|
|
1809
|
+
} & Struct;
|
|
1810
|
+
readonly isTrap: boolean;
|
|
1811
|
+
readonly asTrap: Compact<u64>;
|
|
1812
|
+
readonly isSubscribeVersion: boolean;
|
|
1813
|
+
readonly asSubscribeVersion: {
|
|
1814
|
+
readonly queryId: Compact<u64>;
|
|
1815
|
+
readonly maxResponseWeight: PezspWeightsWeightV2Weight;
|
|
1816
|
+
} & Struct;
|
|
1817
|
+
readonly isUnsubscribeVersion: boolean;
|
|
1818
|
+
readonly isBurnAsset: boolean;
|
|
1819
|
+
readonly asBurnAsset: StagingXcmV4AssetAssets;
|
|
1820
|
+
readonly isExpectAsset: boolean;
|
|
1821
|
+
readonly asExpectAsset: StagingXcmV4AssetAssets;
|
|
1822
|
+
readonly isExpectOrigin: boolean;
|
|
1823
|
+
readonly asExpectOrigin: Option<StagingXcmV4Location>;
|
|
1824
|
+
readonly isExpectError: boolean;
|
|
1825
|
+
readonly asExpectError: Option<ITuple<[u32, XcmV3TraitsError]>>;
|
|
1826
|
+
readonly isExpectTransactStatus: boolean;
|
|
1827
|
+
readonly asExpectTransactStatus: XcmV3MaybeErrorCode;
|
|
1828
|
+
readonly isQueryPallet: boolean;
|
|
1829
|
+
readonly asQueryPallet: {
|
|
1830
|
+
readonly moduleName: Bytes;
|
|
1831
|
+
readonly responseInfo: StagingXcmV4QueryResponseInfo;
|
|
1832
|
+
} & Struct;
|
|
1833
|
+
readonly isExpectPallet: boolean;
|
|
1834
|
+
readonly asExpectPallet: {
|
|
1835
|
+
readonly index: Compact<u32>;
|
|
1836
|
+
readonly name: Bytes;
|
|
1837
|
+
readonly moduleName: Bytes;
|
|
1838
|
+
readonly crateMajor: Compact<u32>;
|
|
1839
|
+
readonly minCrateMinor: Compact<u32>;
|
|
1840
|
+
} & Struct;
|
|
1841
|
+
readonly isReportTransactStatus: boolean;
|
|
1842
|
+
readonly asReportTransactStatus: StagingXcmV4QueryResponseInfo;
|
|
1843
|
+
readonly isClearTransactStatus: boolean;
|
|
1844
|
+
readonly isUniversalOrigin: boolean;
|
|
1845
|
+
readonly asUniversalOrigin: StagingXcmV4Junction;
|
|
1846
|
+
readonly isExportMessage: boolean;
|
|
1847
|
+
readonly asExportMessage: {
|
|
1848
|
+
readonly network: StagingXcmV4JunctionNetworkId;
|
|
1849
|
+
readonly destination: StagingXcmV4Junctions;
|
|
1850
|
+
readonly xcm: StagingXcmV4Xcm;
|
|
1851
|
+
} & Struct;
|
|
1852
|
+
readonly isLockAsset: boolean;
|
|
1853
|
+
readonly asLockAsset: {
|
|
1854
|
+
readonly asset: StagingXcmV4Asset;
|
|
1855
|
+
readonly unlocker: StagingXcmV4Location;
|
|
1856
|
+
} & Struct;
|
|
1857
|
+
readonly isUnlockAsset: boolean;
|
|
1858
|
+
readonly asUnlockAsset: {
|
|
1859
|
+
readonly asset: StagingXcmV4Asset;
|
|
1860
|
+
readonly target: StagingXcmV4Location;
|
|
1861
|
+
} & Struct;
|
|
1862
|
+
readonly isNoteUnlockable: boolean;
|
|
1863
|
+
readonly asNoteUnlockable: {
|
|
1864
|
+
readonly asset: StagingXcmV4Asset;
|
|
1865
|
+
readonly owner: StagingXcmV4Location;
|
|
1866
|
+
} & Struct;
|
|
1867
|
+
readonly isRequestUnlock: boolean;
|
|
1868
|
+
readonly asRequestUnlock: {
|
|
1869
|
+
readonly asset: StagingXcmV4Asset;
|
|
1870
|
+
readonly locker: StagingXcmV4Location;
|
|
1871
|
+
} & Struct;
|
|
1872
|
+
readonly isSetFeesMode: boolean;
|
|
1873
|
+
readonly asSetFeesMode: {
|
|
1874
|
+
readonly jitWithdraw: bool;
|
|
1875
|
+
} & Struct;
|
|
1876
|
+
readonly isSetTopic: boolean;
|
|
1877
|
+
readonly asSetTopic: U8aFixed;
|
|
1878
|
+
readonly isClearTopic: boolean;
|
|
1879
|
+
readonly isAliasOrigin: boolean;
|
|
1880
|
+
readonly asAliasOrigin: StagingXcmV4Location;
|
|
1881
|
+
readonly isUnpaidExecution: boolean;
|
|
1882
|
+
readonly asUnpaidExecution: {
|
|
1883
|
+
readonly weightLimit: XcmV3WeightLimit;
|
|
1884
|
+
readonly checkOrigin: Option<StagingXcmV4Location>;
|
|
1885
|
+
} & Struct;
|
|
1886
|
+
readonly type: 'WithdrawAsset' | 'ReserveAssetDeposited' | 'ReceiveTeleportedAsset' | 'QueryResponse' | 'TransferAsset' | 'TransferReserveAsset' | 'Transact' | 'HrmpNewChannelOpenRequest' | 'HrmpChannelAccepted' | 'HrmpChannelClosing' | 'ClearOrigin' | 'DescendOrigin' | 'ReportError' | 'DepositAsset' | 'DepositReserveAsset' | 'ExchangeAsset' | 'InitiateReserveWithdraw' | 'InitiateTeleport' | 'ReportHolding' | 'BuyExecution' | 'RefundSurplus' | 'SetErrorHandler' | 'SetAppendix' | 'ClearError' | 'ClaimAsset' | 'Trap' | 'SubscribeVersion' | 'UnsubscribeVersion' | 'BurnAsset' | 'ExpectAsset' | 'ExpectOrigin' | 'ExpectError' | 'ExpectTransactStatus' | 'QueryPallet' | 'ExpectPallet' | 'ReportTransactStatus' | 'ClearTransactStatus' | 'UniversalOrigin' | 'ExportMessage' | 'LockAsset' | 'UnlockAsset' | 'NoteUnlockable' | 'RequestUnlock' | 'SetFeesMode' | 'SetTopic' | 'ClearTopic' | 'AliasOrigin' | 'UnpaidExecution';
|
|
1887
|
+
}
|
|
1888
|
+
/** @name StagingXcmV4AssetAssets (386) */
|
|
1889
|
+
interface StagingXcmV4AssetAssets extends Vec<StagingXcmV4Asset> {
|
|
1890
|
+
}
|
|
1891
|
+
/** @name StagingXcmV4Asset (388) */
|
|
1892
|
+
interface StagingXcmV4Asset extends Struct {
|
|
1893
|
+
readonly id: StagingXcmV4AssetAssetId;
|
|
1894
|
+
readonly fun: StagingXcmV4AssetFungibility;
|
|
1895
|
+
}
|
|
1896
|
+
/** @name StagingXcmV4AssetFungibility (389) */
|
|
1897
|
+
interface StagingXcmV4AssetFungibility extends Enum {
|
|
1898
|
+
readonly isFungible: boolean;
|
|
1899
|
+
readonly asFungible: Compact<u128>;
|
|
1900
|
+
readonly isNonFungible: boolean;
|
|
1901
|
+
readonly asNonFungible: StagingXcmV4AssetAssetInstance;
|
|
1902
|
+
readonly type: 'Fungible' | 'NonFungible';
|
|
1903
|
+
}
|
|
1904
|
+
/** @name StagingXcmV4AssetAssetInstance (390) */
|
|
1905
|
+
interface StagingXcmV4AssetAssetInstance extends Enum {
|
|
1906
|
+
readonly isUndefined: boolean;
|
|
1907
|
+
readonly isIndex: boolean;
|
|
1908
|
+
readonly asIndex: Compact<u128>;
|
|
1909
|
+
readonly isArray4: boolean;
|
|
1910
|
+
readonly asArray4: U8aFixed;
|
|
1911
|
+
readonly isArray8: boolean;
|
|
1912
|
+
readonly asArray8: U8aFixed;
|
|
1913
|
+
readonly isArray16: boolean;
|
|
1914
|
+
readonly asArray16: U8aFixed;
|
|
1915
|
+
readonly isArray32: boolean;
|
|
1916
|
+
readonly asArray32: U8aFixed;
|
|
1917
|
+
readonly type: 'Undefined' | 'Index' | 'Array4' | 'Array8' | 'Array16' | 'Array32';
|
|
1918
|
+
}
|
|
1919
|
+
/** @name StagingXcmV4Response (391) */
|
|
1920
|
+
interface StagingXcmV4Response extends Enum {
|
|
1921
|
+
readonly isNull: boolean;
|
|
1922
|
+
readonly isAssets: boolean;
|
|
1923
|
+
readonly asAssets: StagingXcmV4AssetAssets;
|
|
1924
|
+
readonly isExecutionResult: boolean;
|
|
1925
|
+
readonly asExecutionResult: Option<ITuple<[u32, XcmV3TraitsError]>>;
|
|
1926
|
+
readonly isVersion: boolean;
|
|
1927
|
+
readonly asVersion: u32;
|
|
1928
|
+
readonly isPalletsInfo: boolean;
|
|
1929
|
+
readonly asPalletsInfo: Vec<StagingXcmV4PezpalletInfo>;
|
|
1930
|
+
readonly isDispatchResult: boolean;
|
|
1931
|
+
readonly asDispatchResult: XcmV3MaybeErrorCode;
|
|
1932
|
+
readonly type: 'Null' | 'Assets' | 'ExecutionResult' | 'Version' | 'PalletsInfo' | 'DispatchResult';
|
|
1933
|
+
}
|
|
1934
|
+
/** @name StagingXcmV4PezpalletInfo (393) */
|
|
1935
|
+
interface StagingXcmV4PezpalletInfo extends Struct {
|
|
1936
|
+
readonly index: Compact<u32>;
|
|
1937
|
+
readonly name: Bytes;
|
|
1938
|
+
readonly moduleName: Bytes;
|
|
1939
|
+
readonly major: Compact<u32>;
|
|
1940
|
+
readonly minor: Compact<u32>;
|
|
1941
|
+
readonly patch: Compact<u32>;
|
|
1942
|
+
}
|
|
1943
|
+
/** @name StagingXcmV4QueryResponseInfo (397) */
|
|
1944
|
+
interface StagingXcmV4QueryResponseInfo extends Struct {
|
|
1945
|
+
readonly destination: StagingXcmV4Location;
|
|
1946
|
+
readonly queryId: Compact<u64>;
|
|
1947
|
+
readonly maxWeight: PezspWeightsWeightV2Weight;
|
|
1948
|
+
}
|
|
1949
|
+
/** @name StagingXcmV4AssetAssetFilter (398) */
|
|
1950
|
+
interface StagingXcmV4AssetAssetFilter extends Enum {
|
|
1951
|
+
readonly isDefinite: boolean;
|
|
1952
|
+
readonly asDefinite: StagingXcmV4AssetAssets;
|
|
1953
|
+
readonly isWild: boolean;
|
|
1954
|
+
readonly asWild: StagingXcmV4AssetWildAsset;
|
|
1955
|
+
readonly type: 'Definite' | 'Wild';
|
|
1956
|
+
}
|
|
1957
|
+
/** @name StagingXcmV4AssetWildAsset (399) */
|
|
1958
|
+
interface StagingXcmV4AssetWildAsset extends Enum {
|
|
1959
|
+
readonly isAll: boolean;
|
|
1960
|
+
readonly isAllOf: boolean;
|
|
1961
|
+
readonly asAllOf: {
|
|
1962
|
+
readonly id: StagingXcmV4AssetAssetId;
|
|
1963
|
+
readonly fun: StagingXcmV4AssetWildFungibility;
|
|
1964
|
+
} & Struct;
|
|
1965
|
+
readonly isAllCounted: boolean;
|
|
1966
|
+
readonly asAllCounted: Compact<u32>;
|
|
1967
|
+
readonly isAllOfCounted: boolean;
|
|
1968
|
+
readonly asAllOfCounted: {
|
|
1969
|
+
readonly id: StagingXcmV4AssetAssetId;
|
|
1970
|
+
readonly fun: StagingXcmV4AssetWildFungibility;
|
|
1971
|
+
readonly count: Compact<u32>;
|
|
1972
|
+
} & Struct;
|
|
1973
|
+
readonly type: 'All' | 'AllOf' | 'AllCounted' | 'AllOfCounted';
|
|
1974
|
+
}
|
|
1975
|
+
/** @name StagingXcmV4AssetWildFungibility (400) */
|
|
1976
|
+
interface StagingXcmV4AssetWildFungibility extends Enum {
|
|
1977
|
+
readonly isFungible: boolean;
|
|
1978
|
+
readonly isNonFungible: boolean;
|
|
1979
|
+
readonly type: 'Fungible' | 'NonFungible';
|
|
1980
|
+
}
|
|
1981
|
+
/** @name StagingXcmV5Xcm (401) */
|
|
1982
|
+
interface StagingXcmV5Xcm extends Vec<StagingXcmV5Instruction> {
|
|
1983
|
+
}
|
|
1984
|
+
/** @name StagingXcmV5Instruction (403) */
|
|
1985
|
+
interface StagingXcmV5Instruction extends Enum {
|
|
1986
|
+
readonly isWithdrawAsset: boolean;
|
|
1987
|
+
readonly asWithdrawAsset: StagingXcmV5AssetAssets;
|
|
1988
|
+
readonly isReserveAssetDeposited: boolean;
|
|
1989
|
+
readonly asReserveAssetDeposited: StagingXcmV5AssetAssets;
|
|
1990
|
+
readonly isReceiveTeleportedAsset: boolean;
|
|
1991
|
+
readonly asReceiveTeleportedAsset: StagingXcmV5AssetAssets;
|
|
1992
|
+
readonly isQueryResponse: boolean;
|
|
1993
|
+
readonly asQueryResponse: {
|
|
1994
|
+
readonly queryId: Compact<u64>;
|
|
1995
|
+
readonly response: StagingXcmV5Response;
|
|
1996
|
+
readonly maxWeight: PezspWeightsWeightV2Weight;
|
|
1997
|
+
readonly querier: Option<StagingXcmV5Location>;
|
|
1998
|
+
} & Struct;
|
|
1999
|
+
readonly isTransferAsset: boolean;
|
|
2000
|
+
readonly asTransferAsset: {
|
|
2001
|
+
readonly assets: StagingXcmV5AssetAssets;
|
|
2002
|
+
readonly beneficiary: StagingXcmV5Location;
|
|
2003
|
+
} & Struct;
|
|
2004
|
+
readonly isTransferReserveAsset: boolean;
|
|
2005
|
+
readonly asTransferReserveAsset: {
|
|
2006
|
+
readonly assets: StagingXcmV5AssetAssets;
|
|
2007
|
+
readonly dest: StagingXcmV5Location;
|
|
2008
|
+
readonly xcm: StagingXcmV5Xcm;
|
|
2009
|
+
} & Struct;
|
|
2010
|
+
readonly isTransact: boolean;
|
|
2011
|
+
readonly asTransact: {
|
|
2012
|
+
readonly originKind: XcmV3OriginKind;
|
|
2013
|
+
readonly fallbackMaxWeight: Option<PezspWeightsWeightV2Weight>;
|
|
2014
|
+
readonly call: XcmDoubleEncoded;
|
|
2015
|
+
} & Struct;
|
|
2016
|
+
readonly isHrmpNewChannelOpenRequest: boolean;
|
|
2017
|
+
readonly asHrmpNewChannelOpenRequest: {
|
|
2018
|
+
readonly sender: Compact<u32>;
|
|
2019
|
+
readonly maxMessageSize: Compact<u32>;
|
|
2020
|
+
readonly maxCapacity: Compact<u32>;
|
|
2021
|
+
} & Struct;
|
|
2022
|
+
readonly isHrmpChannelAccepted: boolean;
|
|
2023
|
+
readonly asHrmpChannelAccepted: {
|
|
2024
|
+
readonly recipient: Compact<u32>;
|
|
2025
|
+
} & Struct;
|
|
2026
|
+
readonly isHrmpChannelClosing: boolean;
|
|
2027
|
+
readonly asHrmpChannelClosing: {
|
|
2028
|
+
readonly initiator: Compact<u32>;
|
|
2029
|
+
readonly sender: Compact<u32>;
|
|
2030
|
+
readonly recipient: Compact<u32>;
|
|
2031
|
+
} & Struct;
|
|
2032
|
+
readonly isClearOrigin: boolean;
|
|
2033
|
+
readonly isDescendOrigin: boolean;
|
|
2034
|
+
readonly asDescendOrigin: StagingXcmV5Junctions;
|
|
2035
|
+
readonly isReportError: boolean;
|
|
2036
|
+
readonly asReportError: StagingXcmV5QueryResponseInfo;
|
|
2037
|
+
readonly isDepositAsset: boolean;
|
|
2038
|
+
readonly asDepositAsset: {
|
|
2039
|
+
readonly assets: StagingXcmV5AssetAssetFilter;
|
|
2040
|
+
readonly beneficiary: StagingXcmV5Location;
|
|
2041
|
+
} & Struct;
|
|
2042
|
+
readonly isDepositReserveAsset: boolean;
|
|
2043
|
+
readonly asDepositReserveAsset: {
|
|
2044
|
+
readonly assets: StagingXcmV5AssetAssetFilter;
|
|
2045
|
+
readonly dest: StagingXcmV5Location;
|
|
2046
|
+
readonly xcm: StagingXcmV5Xcm;
|
|
2047
|
+
} & Struct;
|
|
2048
|
+
readonly isExchangeAsset: boolean;
|
|
2049
|
+
readonly asExchangeAsset: {
|
|
2050
|
+
readonly give: StagingXcmV5AssetAssetFilter;
|
|
2051
|
+
readonly want: StagingXcmV5AssetAssets;
|
|
2052
|
+
readonly maximal: bool;
|
|
2053
|
+
} & Struct;
|
|
2054
|
+
readonly isInitiateReserveWithdraw: boolean;
|
|
2055
|
+
readonly asInitiateReserveWithdraw: {
|
|
2056
|
+
readonly assets: StagingXcmV5AssetAssetFilter;
|
|
2057
|
+
readonly reserve: StagingXcmV5Location;
|
|
2058
|
+
readonly xcm: StagingXcmV5Xcm;
|
|
2059
|
+
} & Struct;
|
|
2060
|
+
readonly isInitiateTeleport: boolean;
|
|
2061
|
+
readonly asInitiateTeleport: {
|
|
2062
|
+
readonly assets: StagingXcmV5AssetAssetFilter;
|
|
2063
|
+
readonly dest: StagingXcmV5Location;
|
|
2064
|
+
readonly xcm: StagingXcmV5Xcm;
|
|
2065
|
+
} & Struct;
|
|
2066
|
+
readonly isReportHolding: boolean;
|
|
2067
|
+
readonly asReportHolding: {
|
|
2068
|
+
readonly responseInfo: StagingXcmV5QueryResponseInfo;
|
|
2069
|
+
readonly assets: StagingXcmV5AssetAssetFilter;
|
|
2070
|
+
} & Struct;
|
|
2071
|
+
readonly isBuyExecution: boolean;
|
|
2072
|
+
readonly asBuyExecution: {
|
|
2073
|
+
readonly fees: StagingXcmV5Asset;
|
|
2074
|
+
readonly weightLimit: XcmV3WeightLimit;
|
|
2075
|
+
} & Struct;
|
|
2076
|
+
readonly isRefundSurplus: boolean;
|
|
2077
|
+
readonly isSetErrorHandler: boolean;
|
|
2078
|
+
readonly asSetErrorHandler: StagingXcmV5Xcm;
|
|
2079
|
+
readonly isSetAppendix: boolean;
|
|
2080
|
+
readonly asSetAppendix: StagingXcmV5Xcm;
|
|
2081
|
+
readonly isClearError: boolean;
|
|
2082
|
+
readonly isClaimAsset: boolean;
|
|
2083
|
+
readonly asClaimAsset: {
|
|
2084
|
+
readonly assets: StagingXcmV5AssetAssets;
|
|
2085
|
+
readonly ticket: StagingXcmV5Location;
|
|
2086
|
+
} & Struct;
|
|
2087
|
+
readonly isTrap: boolean;
|
|
2088
|
+
readonly asTrap: Compact<u64>;
|
|
2089
|
+
readonly isSubscribeVersion: boolean;
|
|
2090
|
+
readonly asSubscribeVersion: {
|
|
2091
|
+
readonly queryId: Compact<u64>;
|
|
2092
|
+
readonly maxResponseWeight: PezspWeightsWeightV2Weight;
|
|
2093
|
+
} & Struct;
|
|
2094
|
+
readonly isUnsubscribeVersion: boolean;
|
|
2095
|
+
readonly isBurnAsset: boolean;
|
|
2096
|
+
readonly asBurnAsset: StagingXcmV5AssetAssets;
|
|
2097
|
+
readonly isExpectAsset: boolean;
|
|
2098
|
+
readonly asExpectAsset: StagingXcmV5AssetAssets;
|
|
2099
|
+
readonly isExpectOrigin: boolean;
|
|
2100
|
+
readonly asExpectOrigin: Option<StagingXcmV5Location>;
|
|
2101
|
+
readonly isExpectError: boolean;
|
|
2102
|
+
readonly asExpectError: Option<ITuple<[u32, XcmV5TraitsError]>>;
|
|
2103
|
+
readonly isExpectTransactStatus: boolean;
|
|
2104
|
+
readonly asExpectTransactStatus: XcmV3MaybeErrorCode;
|
|
2105
|
+
readonly isQueryPallet: boolean;
|
|
2106
|
+
readonly asQueryPallet: {
|
|
2107
|
+
readonly moduleName: Bytes;
|
|
2108
|
+
readonly responseInfo: StagingXcmV5QueryResponseInfo;
|
|
2109
|
+
} & Struct;
|
|
2110
|
+
readonly isExpectPallet: boolean;
|
|
2111
|
+
readonly asExpectPallet: {
|
|
2112
|
+
readonly index: Compact<u32>;
|
|
2113
|
+
readonly name: Bytes;
|
|
2114
|
+
readonly moduleName: Bytes;
|
|
2115
|
+
readonly crateMajor: Compact<u32>;
|
|
2116
|
+
readonly minCrateMinor: Compact<u32>;
|
|
2117
|
+
} & Struct;
|
|
2118
|
+
readonly isReportTransactStatus: boolean;
|
|
2119
|
+
readonly asReportTransactStatus: StagingXcmV5QueryResponseInfo;
|
|
2120
|
+
readonly isClearTransactStatus: boolean;
|
|
2121
|
+
readonly isUniversalOrigin: boolean;
|
|
2122
|
+
readonly asUniversalOrigin: StagingXcmV5Junction;
|
|
2123
|
+
readonly isExportMessage: boolean;
|
|
2124
|
+
readonly asExportMessage: {
|
|
2125
|
+
readonly network: StagingXcmV5JunctionNetworkId;
|
|
2126
|
+
readonly destination: StagingXcmV5Junctions;
|
|
2127
|
+
readonly xcm: StagingXcmV5Xcm;
|
|
2128
|
+
} & Struct;
|
|
2129
|
+
readonly isLockAsset: boolean;
|
|
2130
|
+
readonly asLockAsset: {
|
|
2131
|
+
readonly asset: StagingXcmV5Asset;
|
|
2132
|
+
readonly unlocker: StagingXcmV5Location;
|
|
2133
|
+
} & Struct;
|
|
2134
|
+
readonly isUnlockAsset: boolean;
|
|
2135
|
+
readonly asUnlockAsset: {
|
|
2136
|
+
readonly asset: StagingXcmV5Asset;
|
|
2137
|
+
readonly target: StagingXcmV5Location;
|
|
2138
|
+
} & Struct;
|
|
2139
|
+
readonly isNoteUnlockable: boolean;
|
|
2140
|
+
readonly asNoteUnlockable: {
|
|
2141
|
+
readonly asset: StagingXcmV5Asset;
|
|
2142
|
+
readonly owner: StagingXcmV5Location;
|
|
2143
|
+
} & Struct;
|
|
2144
|
+
readonly isRequestUnlock: boolean;
|
|
2145
|
+
readonly asRequestUnlock: {
|
|
2146
|
+
readonly asset: StagingXcmV5Asset;
|
|
2147
|
+
readonly locker: StagingXcmV5Location;
|
|
2148
|
+
} & Struct;
|
|
2149
|
+
readonly isSetFeesMode: boolean;
|
|
2150
|
+
readonly asSetFeesMode: {
|
|
2151
|
+
readonly jitWithdraw: bool;
|
|
2152
|
+
} & Struct;
|
|
2153
|
+
readonly isSetTopic: boolean;
|
|
2154
|
+
readonly asSetTopic: U8aFixed;
|
|
2155
|
+
readonly isClearTopic: boolean;
|
|
2156
|
+
readonly isAliasOrigin: boolean;
|
|
2157
|
+
readonly asAliasOrigin: StagingXcmV5Location;
|
|
2158
|
+
readonly isUnpaidExecution: boolean;
|
|
2159
|
+
readonly asUnpaidExecution: {
|
|
2160
|
+
readonly weightLimit: XcmV3WeightLimit;
|
|
2161
|
+
readonly checkOrigin: Option<StagingXcmV5Location>;
|
|
2162
|
+
} & Struct;
|
|
2163
|
+
readonly isPayFees: boolean;
|
|
2164
|
+
readonly asPayFees: {
|
|
2165
|
+
readonly asset: StagingXcmV5Asset;
|
|
2166
|
+
} & Struct;
|
|
2167
|
+
readonly isInitiateTransfer: boolean;
|
|
2168
|
+
readonly asInitiateTransfer: {
|
|
2169
|
+
readonly destination: StagingXcmV5Location;
|
|
2170
|
+
readonly remoteFees: Option<StagingXcmV5AssetAssetTransferFilter>;
|
|
2171
|
+
readonly preserveOrigin: bool;
|
|
2172
|
+
readonly assets: Vec<StagingXcmV5AssetAssetTransferFilter>;
|
|
2173
|
+
readonly remoteXcm: StagingXcmV5Xcm;
|
|
2174
|
+
} & Struct;
|
|
2175
|
+
readonly isExecuteWithOrigin: boolean;
|
|
2176
|
+
readonly asExecuteWithOrigin: {
|
|
2177
|
+
readonly descendantOrigin: Option<StagingXcmV5Junctions>;
|
|
2178
|
+
readonly xcm: StagingXcmV5Xcm;
|
|
2179
|
+
} & Struct;
|
|
2180
|
+
readonly isSetHints: boolean;
|
|
2181
|
+
readonly asSetHints: {
|
|
2182
|
+
readonly hints: Vec<StagingXcmV5Hint>;
|
|
2183
|
+
} & Struct;
|
|
2184
|
+
readonly type: 'WithdrawAsset' | 'ReserveAssetDeposited' | 'ReceiveTeleportedAsset' | 'QueryResponse' | 'TransferAsset' | 'TransferReserveAsset' | 'Transact' | 'HrmpNewChannelOpenRequest' | 'HrmpChannelAccepted' | 'HrmpChannelClosing' | 'ClearOrigin' | 'DescendOrigin' | 'ReportError' | 'DepositAsset' | 'DepositReserveAsset' | 'ExchangeAsset' | 'InitiateReserveWithdraw' | 'InitiateTeleport' | 'ReportHolding' | 'BuyExecution' | 'RefundSurplus' | 'SetErrorHandler' | 'SetAppendix' | 'ClearError' | 'ClaimAsset' | 'Trap' | 'SubscribeVersion' | 'UnsubscribeVersion' | 'BurnAsset' | 'ExpectAsset' | 'ExpectOrigin' | 'ExpectError' | 'ExpectTransactStatus' | 'QueryPallet' | 'ExpectPallet' | 'ReportTransactStatus' | 'ClearTransactStatus' | 'UniversalOrigin' | 'ExportMessage' | 'LockAsset' | 'UnlockAsset' | 'NoteUnlockable' | 'RequestUnlock' | 'SetFeesMode' | 'SetTopic' | 'ClearTopic' | 'AliasOrigin' | 'UnpaidExecution' | 'PayFees' | 'InitiateTransfer' | 'ExecuteWithOrigin' | 'SetHints';
|
|
2185
|
+
}
|
|
2186
|
+
/** @name StagingXcmV5AssetAssets (404) */
|
|
2187
|
+
interface StagingXcmV5AssetAssets extends Vec<StagingXcmV5Asset> {
|
|
2188
|
+
}
|
|
2189
|
+
/** @name StagingXcmV5Asset (406) */
|
|
2190
|
+
interface StagingXcmV5Asset extends Struct {
|
|
2191
|
+
readonly id: StagingXcmV5AssetAssetId;
|
|
2192
|
+
readonly fun: StagingXcmV5AssetFungibility;
|
|
2193
|
+
}
|
|
2194
|
+
/** @name StagingXcmV5AssetFungibility (407) */
|
|
2195
|
+
interface StagingXcmV5AssetFungibility extends Enum {
|
|
2196
|
+
readonly isFungible: boolean;
|
|
2197
|
+
readonly asFungible: Compact<u128>;
|
|
2198
|
+
readonly isNonFungible: boolean;
|
|
2199
|
+
readonly asNonFungible: StagingXcmV5AssetAssetInstance;
|
|
2200
|
+
readonly type: 'Fungible' | 'NonFungible';
|
|
2201
|
+
}
|
|
2202
|
+
/** @name StagingXcmV5AssetAssetInstance (408) */
|
|
2203
|
+
interface StagingXcmV5AssetAssetInstance extends Enum {
|
|
2204
|
+
readonly isUndefined: boolean;
|
|
2205
|
+
readonly isIndex: boolean;
|
|
2206
|
+
readonly asIndex: Compact<u128>;
|
|
2207
|
+
readonly isArray4: boolean;
|
|
2208
|
+
readonly asArray4: U8aFixed;
|
|
2209
|
+
readonly isArray8: boolean;
|
|
2210
|
+
readonly asArray8: U8aFixed;
|
|
2211
|
+
readonly isArray16: boolean;
|
|
2212
|
+
readonly asArray16: U8aFixed;
|
|
2213
|
+
readonly isArray32: boolean;
|
|
2214
|
+
readonly asArray32: U8aFixed;
|
|
2215
|
+
readonly type: 'Undefined' | 'Index' | 'Array4' | 'Array8' | 'Array16' | 'Array32';
|
|
2216
|
+
}
|
|
2217
|
+
/** @name StagingXcmV5Response (409) */
|
|
2218
|
+
interface StagingXcmV5Response extends Enum {
|
|
2219
|
+
readonly isNull: boolean;
|
|
2220
|
+
readonly isAssets: boolean;
|
|
2221
|
+
readonly asAssets: StagingXcmV5AssetAssets;
|
|
2222
|
+
readonly isExecutionResult: boolean;
|
|
2223
|
+
readonly asExecutionResult: Option<ITuple<[u32, XcmV5TraitsError]>>;
|
|
2224
|
+
readonly isVersion: boolean;
|
|
2225
|
+
readonly asVersion: u32;
|
|
2226
|
+
readonly isPalletsInfo: boolean;
|
|
2227
|
+
readonly asPalletsInfo: Vec<StagingXcmV5PezpalletInfo>;
|
|
2228
|
+
readonly isDispatchResult: boolean;
|
|
2229
|
+
readonly asDispatchResult: XcmV3MaybeErrorCode;
|
|
2230
|
+
readonly type: 'Null' | 'Assets' | 'ExecutionResult' | 'Version' | 'PalletsInfo' | 'DispatchResult';
|
|
2231
|
+
}
|
|
2232
|
+
/** @name XcmV5TraitsError (412) */
|
|
2233
|
+
interface XcmV5TraitsError extends Enum {
|
|
2234
|
+
readonly isOverflow: boolean;
|
|
2235
|
+
readonly isUnimplemented: boolean;
|
|
2236
|
+
readonly isUntrustedReserveLocation: boolean;
|
|
2237
|
+
readonly isUntrustedTeleportLocation: boolean;
|
|
2238
|
+
readonly isLocationFull: boolean;
|
|
2239
|
+
readonly isLocationNotInvertible: boolean;
|
|
2240
|
+
readonly isBadOrigin: boolean;
|
|
2241
|
+
readonly isInvalidLocation: boolean;
|
|
2242
|
+
readonly isAssetNotFound: boolean;
|
|
2243
|
+
readonly isFailedToTransactAsset: boolean;
|
|
2244
|
+
readonly isNotWithdrawable: boolean;
|
|
2245
|
+
readonly isLocationCannotHold: boolean;
|
|
2246
|
+
readonly isExceedsMaxMessageSize: boolean;
|
|
2247
|
+
readonly isDestinationUnsupported: boolean;
|
|
2248
|
+
readonly isTransport: boolean;
|
|
2249
|
+
readonly isUnroutable: boolean;
|
|
2250
|
+
readonly isUnknownClaim: boolean;
|
|
2251
|
+
readonly isFailedToDecode: boolean;
|
|
2252
|
+
readonly isMaxWeightInvalid: boolean;
|
|
2253
|
+
readonly isNotHoldingFees: boolean;
|
|
2254
|
+
readonly isTooExpensive: boolean;
|
|
2255
|
+
readonly isTrap: boolean;
|
|
2256
|
+
readonly asTrap: u64;
|
|
2257
|
+
readonly isExpectationFalse: boolean;
|
|
2258
|
+
readonly isPalletNotFound: boolean;
|
|
2259
|
+
readonly isNameMismatch: boolean;
|
|
2260
|
+
readonly isVersionIncompatible: boolean;
|
|
2261
|
+
readonly isHoldingWouldOverflow: boolean;
|
|
2262
|
+
readonly isExportError: boolean;
|
|
2263
|
+
readonly isReanchorFailed: boolean;
|
|
2264
|
+
readonly isNoDeal: boolean;
|
|
2265
|
+
readonly isFeesNotMet: boolean;
|
|
2266
|
+
readonly isLockError: boolean;
|
|
2267
|
+
readonly isNoPermission: boolean;
|
|
2268
|
+
readonly isUnanchored: boolean;
|
|
2269
|
+
readonly isNotDepositable: boolean;
|
|
2270
|
+
readonly isTooManyAssets: boolean;
|
|
2271
|
+
readonly isUnhandledXcmVersion: boolean;
|
|
2272
|
+
readonly isWeightLimitReached: boolean;
|
|
2273
|
+
readonly asWeightLimitReached: PezspWeightsWeightV2Weight;
|
|
2274
|
+
readonly isBarrier: boolean;
|
|
2275
|
+
readonly isWeightNotComputable: boolean;
|
|
2276
|
+
readonly isExceedsStackLimit: boolean;
|
|
2277
|
+
readonly type: 'Overflow' | 'Unimplemented' | 'UntrustedReserveLocation' | 'UntrustedTeleportLocation' | 'LocationFull' | 'LocationNotInvertible' | 'BadOrigin' | 'InvalidLocation' | 'AssetNotFound' | 'FailedToTransactAsset' | 'NotWithdrawable' | 'LocationCannotHold' | 'ExceedsMaxMessageSize' | 'DestinationUnsupported' | 'Transport' | 'Unroutable' | 'UnknownClaim' | 'FailedToDecode' | 'MaxWeightInvalid' | 'NotHoldingFees' | 'TooExpensive' | 'Trap' | 'ExpectationFalse' | 'PalletNotFound' | 'NameMismatch' | 'VersionIncompatible' | 'HoldingWouldOverflow' | 'ExportError' | 'ReanchorFailed' | 'NoDeal' | 'FeesNotMet' | 'LockError' | 'NoPermission' | 'Unanchored' | 'NotDepositable' | 'TooManyAssets' | 'UnhandledXcmVersion' | 'WeightLimitReached' | 'Barrier' | 'WeightNotComputable' | 'ExceedsStackLimit';
|
|
2278
|
+
}
|
|
2279
|
+
/** @name StagingXcmV5PezpalletInfo (414) */
|
|
2280
|
+
interface StagingXcmV5PezpalletInfo extends Struct {
|
|
2281
|
+
readonly index: Compact<u32>;
|
|
2282
|
+
readonly name: Bytes;
|
|
2283
|
+
readonly moduleName: Bytes;
|
|
2284
|
+
readonly major: Compact<u32>;
|
|
2285
|
+
readonly minor: Compact<u32>;
|
|
2286
|
+
readonly patch: Compact<u32>;
|
|
2287
|
+
}
|
|
2288
|
+
/** @name StagingXcmV5QueryResponseInfo (419) */
|
|
2289
|
+
interface StagingXcmV5QueryResponseInfo extends Struct {
|
|
2290
|
+
readonly destination: StagingXcmV5Location;
|
|
2291
|
+
readonly queryId: Compact<u64>;
|
|
2292
|
+
readonly maxWeight: PezspWeightsWeightV2Weight;
|
|
2293
|
+
}
|
|
2294
|
+
/** @name StagingXcmV5AssetAssetFilter (420) */
|
|
2295
|
+
interface StagingXcmV5AssetAssetFilter extends Enum {
|
|
2296
|
+
readonly isDefinite: boolean;
|
|
2297
|
+
readonly asDefinite: StagingXcmV5AssetAssets;
|
|
2298
|
+
readonly isWild: boolean;
|
|
2299
|
+
readonly asWild: StagingXcmV5AssetWildAsset;
|
|
2300
|
+
readonly type: 'Definite' | 'Wild';
|
|
2301
|
+
}
|
|
2302
|
+
/** @name StagingXcmV5AssetWildAsset (421) */
|
|
2303
|
+
interface StagingXcmV5AssetWildAsset extends Enum {
|
|
2304
|
+
readonly isAll: boolean;
|
|
2305
|
+
readonly isAllOf: boolean;
|
|
2306
|
+
readonly asAllOf: {
|
|
2307
|
+
readonly id: StagingXcmV5AssetAssetId;
|
|
2308
|
+
readonly fun: StagingXcmV5AssetWildFungibility;
|
|
2309
|
+
} & Struct;
|
|
2310
|
+
readonly isAllCounted: boolean;
|
|
2311
|
+
readonly asAllCounted: Compact<u32>;
|
|
2312
|
+
readonly isAllOfCounted: boolean;
|
|
2313
|
+
readonly asAllOfCounted: {
|
|
2314
|
+
readonly id: StagingXcmV5AssetAssetId;
|
|
2315
|
+
readonly fun: StagingXcmV5AssetWildFungibility;
|
|
2316
|
+
readonly count: Compact<u32>;
|
|
2317
|
+
} & Struct;
|
|
2318
|
+
readonly type: 'All' | 'AllOf' | 'AllCounted' | 'AllOfCounted';
|
|
2319
|
+
}
|
|
2320
|
+
/** @name StagingXcmV5AssetWildFungibility (422) */
|
|
2321
|
+
interface StagingXcmV5AssetWildFungibility extends Enum {
|
|
2322
|
+
readonly isFungible: boolean;
|
|
2323
|
+
readonly isNonFungible: boolean;
|
|
2324
|
+
readonly type: 'Fungible' | 'NonFungible';
|
|
2325
|
+
}
|
|
2326
|
+
/** @name StagingXcmV5AssetAssetTransferFilter (424) */
|
|
2327
|
+
interface StagingXcmV5AssetAssetTransferFilter extends Enum {
|
|
2328
|
+
readonly isTeleport: boolean;
|
|
2329
|
+
readonly asTeleport: StagingXcmV5AssetAssetFilter;
|
|
2330
|
+
readonly isReserveDeposit: boolean;
|
|
2331
|
+
readonly asReserveDeposit: StagingXcmV5AssetAssetFilter;
|
|
2332
|
+
readonly isReserveWithdraw: boolean;
|
|
2333
|
+
readonly asReserveWithdraw: StagingXcmV5AssetAssetFilter;
|
|
2334
|
+
readonly type: 'Teleport' | 'ReserveDeposit' | 'ReserveWithdraw';
|
|
2335
|
+
}
|
|
2336
|
+
/** @name StagingXcmV5Hint (429) */
|
|
2337
|
+
interface StagingXcmV5Hint extends Enum {
|
|
2338
|
+
readonly isAssetClaimer: boolean;
|
|
2339
|
+
readonly asAssetClaimer: {
|
|
2340
|
+
readonly location: StagingXcmV5Location;
|
|
2341
|
+
} & Struct;
|
|
2342
|
+
readonly type: 'AssetClaimer';
|
|
2343
|
+
}
|
|
2344
|
+
/** @name XcmVersionedAssets (431) */
|
|
2345
|
+
interface XcmVersionedAssets extends Enum {
|
|
2346
|
+
readonly isV3: boolean;
|
|
2347
|
+
readonly asV3: XcmV3MultiassetMultiAssets;
|
|
2348
|
+
readonly isV4: boolean;
|
|
2349
|
+
readonly asV4: StagingXcmV4AssetAssets;
|
|
2350
|
+
readonly isV5: boolean;
|
|
2351
|
+
readonly asV5: StagingXcmV5AssetAssets;
|
|
2352
|
+
readonly type: 'V3' | 'V4' | 'V5';
|
|
2353
|
+
}
|
|
2354
|
+
/** @name StagingXcmExecutorAssetTransferTransferType (443) */
|
|
2355
|
+
interface StagingXcmExecutorAssetTransferTransferType extends Enum {
|
|
2356
|
+
readonly isTeleport: boolean;
|
|
2357
|
+
readonly isLocalReserve: boolean;
|
|
2358
|
+
readonly isDestinationReserve: boolean;
|
|
2359
|
+
readonly isRemoteReserve: boolean;
|
|
2360
|
+
readonly asRemoteReserve: XcmVersionedLocation;
|
|
2361
|
+
readonly type: 'Teleport' | 'LocalReserve' | 'DestinationReserve' | 'RemoteReserve';
|
|
2362
|
+
}
|
|
2363
|
+
/** @name XcmVersionedAssetId (444) */
|
|
2364
|
+
interface XcmVersionedAssetId extends Enum {
|
|
2365
|
+
readonly isV3: boolean;
|
|
2366
|
+
readonly asV3: XcmV3MultiassetAssetId;
|
|
2367
|
+
readonly isV4: boolean;
|
|
2368
|
+
readonly asV4: StagingXcmV4AssetAssetId;
|
|
2369
|
+
readonly isV5: boolean;
|
|
2370
|
+
readonly asV5: StagingXcmV5AssetAssetId;
|
|
2371
|
+
readonly type: 'V3' | 'V4' | 'V5';
|
|
2372
|
+
}
|
|
2373
|
+
/** @name PezkuwiRuntimeTeyrchainsInclusionAggregateMessageOrigin (447) */
|
|
2374
|
+
interface PezkuwiRuntimeTeyrchainsInclusionAggregateMessageOrigin extends Enum {
|
|
2375
|
+
readonly isUmp: boolean;
|
|
2376
|
+
readonly asUmp: PezkuwiRuntimeTeyrchainsInclusionUmpQueueId;
|
|
2377
|
+
readonly type: 'Ump';
|
|
2378
|
+
}
|
|
2379
|
+
/** @name PezkuwiRuntimeTeyrchainsInclusionUmpQueueId (448) */
|
|
2380
|
+
interface PezkuwiRuntimeTeyrchainsInclusionUmpQueueId extends Enum {
|
|
2381
|
+
readonly isPara: boolean;
|
|
2382
|
+
readonly asPara: u32;
|
|
2383
|
+
readonly type: 'Para';
|
|
2384
|
+
}
|
|
2385
|
+
/** @name PezpalletRcMigratorCall (465) */
|
|
2386
|
+
interface PezpalletRcMigratorCall extends Enum {
|
|
2387
|
+
readonly isForceSetStage: boolean;
|
|
2388
|
+
readonly asForceSetStage: {
|
|
2389
|
+
readonly stage: PezpalletRcMigratorMigrationStage;
|
|
2390
|
+
} & Struct;
|
|
2391
|
+
readonly isScheduleMigration: boolean;
|
|
2392
|
+
readonly asScheduleMigration: {
|
|
2393
|
+
readonly start: PezframeSupportScheduleDispatchTime;
|
|
2394
|
+
readonly warmUp: PezframeSupportScheduleDispatchTime;
|
|
2395
|
+
readonly coolOff: PezframeSupportScheduleDispatchTime;
|
|
2396
|
+
readonly unsafeIgnoreStakingLockCheck: bool;
|
|
2397
|
+
} & Struct;
|
|
2398
|
+
readonly isStartDataMigration: boolean;
|
|
2399
|
+
readonly isReceiveQueryResponse: boolean;
|
|
2400
|
+
readonly asReceiveQueryResponse: {
|
|
2401
|
+
readonly queryId: u64;
|
|
2402
|
+
readonly response: StagingXcmV5Response;
|
|
2403
|
+
} & Struct;
|
|
2404
|
+
readonly isResendXcm: boolean;
|
|
2405
|
+
readonly asResendXcm: {
|
|
2406
|
+
readonly queryId: u64;
|
|
2407
|
+
} & Struct;
|
|
2408
|
+
readonly isSetUnprocessedMsgBuffer: boolean;
|
|
2409
|
+
readonly asSetUnprocessedMsgBuffer: {
|
|
2410
|
+
readonly new_: Option<u32>;
|
|
2411
|
+
} & Struct;
|
|
2412
|
+
readonly isSetAhUmpQueuePriority: boolean;
|
|
2413
|
+
readonly asSetAhUmpQueuePriority: {
|
|
2414
|
+
readonly new_: PezpalletRcMigratorQueuePriority;
|
|
2415
|
+
} & Struct;
|
|
2416
|
+
readonly isSetManager: boolean;
|
|
2417
|
+
readonly asSetManager: {
|
|
2418
|
+
readonly new_: Option<AccountId32>;
|
|
2419
|
+
} & Struct;
|
|
2420
|
+
readonly isSendXcmMessage: boolean;
|
|
2421
|
+
readonly asSendXcmMessage: {
|
|
2422
|
+
readonly dest: XcmVersionedLocation;
|
|
2423
|
+
readonly message: XcmVersionedXcm;
|
|
2424
|
+
} & Struct;
|
|
2425
|
+
readonly isPreserveAccounts: boolean;
|
|
2426
|
+
readonly asPreserveAccounts: {
|
|
2427
|
+
readonly accounts: Vec<AccountId32>;
|
|
2428
|
+
} & Struct;
|
|
2429
|
+
readonly isSetCanceller: boolean;
|
|
2430
|
+
readonly asSetCanceller: {
|
|
2431
|
+
readonly new_: Option<AccountId32>;
|
|
2432
|
+
} & Struct;
|
|
2433
|
+
readonly isPauseMigration: boolean;
|
|
2434
|
+
readonly isCancelMigration: boolean;
|
|
2435
|
+
readonly isVoteManagerMultisig: boolean;
|
|
2436
|
+
readonly asVoteManagerMultisig: {
|
|
2437
|
+
readonly payload: PezpalletRcMigratorManagerMultisigVote;
|
|
2438
|
+
readonly sig: PezspRuntimeMultiSignature;
|
|
2439
|
+
} & Struct;
|
|
2440
|
+
readonly isSetSettings: boolean;
|
|
2441
|
+
readonly asSetSettings: {
|
|
2442
|
+
readonly settings: Option<PezpalletRcMigratorMigrationSettings>;
|
|
2443
|
+
} & Struct;
|
|
2444
|
+
readonly type: 'ForceSetStage' | 'ScheduleMigration' | 'StartDataMigration' | 'ReceiveQueryResponse' | 'ResendXcm' | 'SetUnprocessedMsgBuffer' | 'SetAhUmpQueuePriority' | 'SetManager' | 'SendXcmMessage' | 'PreserveAccounts' | 'SetCanceller' | 'PauseMigration' | 'CancelMigration' | 'VoteManagerMultisig' | 'SetSettings';
|
|
2445
|
+
}
|
|
2446
|
+
/** @name PezpalletRcMigratorMigrationStage (466) */
|
|
2447
|
+
interface PezpalletRcMigratorMigrationStage extends Enum {
|
|
2448
|
+
readonly isPending: boolean;
|
|
2449
|
+
readonly isMigrationPaused: boolean;
|
|
2450
|
+
readonly isScheduled: boolean;
|
|
2451
|
+
readonly asScheduled: {
|
|
2452
|
+
readonly start: u32;
|
|
2453
|
+
} & Struct;
|
|
2454
|
+
readonly isWaitingForAh: boolean;
|
|
2455
|
+
readonly isWarmUp: boolean;
|
|
2456
|
+
readonly asWarmUp: {
|
|
2457
|
+
readonly endAt: u32;
|
|
2458
|
+
} & Struct;
|
|
2459
|
+
readonly isStarting: boolean;
|
|
2460
|
+
readonly isPureProxyCandidatesMigrationInit: boolean;
|
|
2461
|
+
readonly isAccountsMigrationInit: boolean;
|
|
2462
|
+
readonly isAccountsMigrationOngoing: boolean;
|
|
2463
|
+
readonly asAccountsMigrationOngoing: {
|
|
2464
|
+
readonly lastKey: Option<AccountId32>;
|
|
2465
|
+
} & Struct;
|
|
2466
|
+
readonly isAccountsMigrationDone: boolean;
|
|
2467
|
+
readonly isMultisigMigrationInit: boolean;
|
|
2468
|
+
readonly isMultisigMigrationOngoing: boolean;
|
|
2469
|
+
readonly asMultisigMigrationOngoing: {
|
|
2470
|
+
readonly lastKey: Option<ITuple<[AccountId32, U8aFixed]>>;
|
|
2471
|
+
} & Struct;
|
|
2472
|
+
readonly isMultisigMigrationDone: boolean;
|
|
2473
|
+
readonly isClaimsMigrationInit: boolean;
|
|
2474
|
+
readonly isClaimsMigrationOngoing: boolean;
|
|
2475
|
+
readonly asClaimsMigrationOngoing: {
|
|
2476
|
+
readonly currentKey: Option<PezpalletRcMigratorClaimsClaimsStage>;
|
|
2477
|
+
} & Struct;
|
|
2478
|
+
readonly isClaimsMigrationDone: boolean;
|
|
2479
|
+
readonly isProxyMigrationInit: boolean;
|
|
2480
|
+
readonly isProxyMigrationProxies: boolean;
|
|
2481
|
+
readonly asProxyMigrationProxies: {
|
|
2482
|
+
readonly lastKey: Option<AccountId32>;
|
|
2483
|
+
} & Struct;
|
|
2484
|
+
readonly isProxyMigrationAnnouncements: boolean;
|
|
2485
|
+
readonly asProxyMigrationAnnouncements: {
|
|
2486
|
+
readonly lastKey: Option<AccountId32>;
|
|
2487
|
+
} & Struct;
|
|
2488
|
+
readonly isProxyMigrationDone: boolean;
|
|
2489
|
+
readonly isPreimageMigrationInit: boolean;
|
|
2490
|
+
readonly isPreimageMigrationChunksOngoing: boolean;
|
|
2491
|
+
readonly asPreimageMigrationChunksOngoing: {
|
|
2492
|
+
readonly lastKey: Option<ITuple<[ITuple<[H256, u32]>, u32]>>;
|
|
2493
|
+
} & Struct;
|
|
2494
|
+
readonly isPreimageMigrationChunksDone: boolean;
|
|
2495
|
+
readonly isPreimageMigrationRequestStatusOngoing: boolean;
|
|
2496
|
+
readonly asPreimageMigrationRequestStatusOngoing: {
|
|
2497
|
+
readonly nextKey: Option<H256>;
|
|
2498
|
+
} & Struct;
|
|
2499
|
+
readonly isPreimageMigrationRequestStatusDone: boolean;
|
|
2500
|
+
readonly isPreimageMigrationLegacyRequestStatusInit: boolean;
|
|
2501
|
+
readonly isPreimageMigrationLegacyRequestStatusOngoing: boolean;
|
|
2502
|
+
readonly asPreimageMigrationLegacyRequestStatusOngoing: {
|
|
2503
|
+
readonly nextKey: Option<H256>;
|
|
2504
|
+
} & Struct;
|
|
2505
|
+
readonly isPreimageMigrationLegacyRequestStatusDone: boolean;
|
|
2506
|
+
readonly isPreimageMigrationDone: boolean;
|
|
2507
|
+
readonly isNomPoolsMigrationInit: boolean;
|
|
2508
|
+
readonly isNomPoolsMigrationOngoing: boolean;
|
|
2509
|
+
readonly asNomPoolsMigrationOngoing: {
|
|
2510
|
+
readonly nextKey: Option<PezpalletRcMigratorStakingNomPoolsNomPoolsStage>;
|
|
2511
|
+
} & Struct;
|
|
2512
|
+
readonly isNomPoolsMigrationDone: boolean;
|
|
2513
|
+
readonly isVestingMigrationInit: boolean;
|
|
2514
|
+
readonly isVestingMigrationOngoing: boolean;
|
|
2515
|
+
readonly asVestingMigrationOngoing: {
|
|
2516
|
+
readonly nextKey: Option<AccountId32>;
|
|
2517
|
+
} & Struct;
|
|
2518
|
+
readonly isVestingMigrationDone: boolean;
|
|
2519
|
+
readonly isDelegatedStakingMigrationInit: boolean;
|
|
2520
|
+
readonly isDelegatedStakingMigrationOngoing: boolean;
|
|
2521
|
+
readonly asDelegatedStakingMigrationOngoing: {
|
|
2522
|
+
readonly nextKey: Option<PezpalletRcMigratorStakingDelegatedStakingDelegatedStakingStage>;
|
|
2523
|
+
} & Struct;
|
|
2524
|
+
readonly isDelegatedStakingMigrationDone: boolean;
|
|
2525
|
+
readonly isIndicesMigrationInit: boolean;
|
|
2526
|
+
readonly isIndicesMigrationOngoing: boolean;
|
|
2527
|
+
readonly asIndicesMigrationOngoing: {
|
|
2528
|
+
readonly nextKey: Option<Null>;
|
|
2529
|
+
} & Struct;
|
|
2530
|
+
readonly isIndicesMigrationDone: boolean;
|
|
2531
|
+
readonly isReferendaMigrationInit: boolean;
|
|
2532
|
+
readonly isReferendaMigrationOngoing: boolean;
|
|
2533
|
+
readonly asReferendaMigrationOngoing: {
|
|
2534
|
+
readonly lastKey: Option<PezpalletRcMigratorReferendaReferendaStage>;
|
|
2535
|
+
} & Struct;
|
|
2536
|
+
readonly isReferendaMigrationDone: boolean;
|
|
2537
|
+
readonly isBagsListMigrationInit: boolean;
|
|
2538
|
+
readonly isBagsListMigrationOngoing: boolean;
|
|
2539
|
+
readonly asBagsListMigrationOngoing: {
|
|
2540
|
+
readonly nextKey: Option<PezpalletRcMigratorStakingBagsListBagsListStage>;
|
|
2541
|
+
} & Struct;
|
|
2542
|
+
readonly isBagsListMigrationDone: boolean;
|
|
2543
|
+
readonly isSchedulerMigrationInit: boolean;
|
|
2544
|
+
readonly isSchedulerMigrationOngoing: boolean;
|
|
2545
|
+
readonly asSchedulerMigrationOngoing: {
|
|
2546
|
+
readonly lastKey: Option<PezpalletRcMigratorSchedulerSchedulerStage>;
|
|
2547
|
+
} & Struct;
|
|
2548
|
+
readonly isSchedulerAgendaMigrationOngoing: boolean;
|
|
2549
|
+
readonly asSchedulerAgendaMigrationOngoing: {
|
|
2550
|
+
readonly lastKey: Option<u32>;
|
|
2551
|
+
} & Struct;
|
|
2552
|
+
readonly isSchedulerMigrationDone: boolean;
|
|
2553
|
+
readonly isConvictionVotingMigrationInit: boolean;
|
|
2554
|
+
readonly isConvictionVotingMigrationOngoing: boolean;
|
|
2555
|
+
readonly asConvictionVotingMigrationOngoing: {
|
|
2556
|
+
readonly lastKey: Option<PezpalletRcMigratorConvictionVotingConvictionVotingStage>;
|
|
2557
|
+
} & Struct;
|
|
2558
|
+
readonly isConvictionVotingMigrationDone: boolean;
|
|
2559
|
+
readonly isBountiesMigrationInit: boolean;
|
|
2560
|
+
readonly isBountiesMigrationOngoing: boolean;
|
|
2561
|
+
readonly asBountiesMigrationOngoing: {
|
|
2562
|
+
readonly lastKey: Option<PezpalletRcMigratorBountiesBountiesStage>;
|
|
2563
|
+
} & Struct;
|
|
2564
|
+
readonly isBountiesMigrationDone: boolean;
|
|
2565
|
+
readonly isChildBountiesMigrationInit: boolean;
|
|
2566
|
+
readonly isChildBountiesMigrationOngoing: boolean;
|
|
2567
|
+
readonly asChildBountiesMigrationOngoing: {
|
|
2568
|
+
readonly lastKey: Option<PezpalletRcMigratorChildBountiesChildBountiesStage>;
|
|
2569
|
+
} & Struct;
|
|
2570
|
+
readonly isChildBountiesMigrationDone: boolean;
|
|
2571
|
+
readonly isAssetRateMigrationInit: boolean;
|
|
2572
|
+
readonly isAssetRateMigrationOngoing: boolean;
|
|
2573
|
+
readonly asAssetRateMigrationOngoing: {
|
|
2574
|
+
readonly lastKey: Option<PezkuwiRuntimeCommonImplsVersionedLocatableAsset>;
|
|
2575
|
+
} & Struct;
|
|
2576
|
+
readonly isAssetRateMigrationDone: boolean;
|
|
2577
|
+
readonly isCrowdloanMigrationInit: boolean;
|
|
2578
|
+
readonly isCrowdloanMigrationOngoing: boolean;
|
|
2579
|
+
readonly asCrowdloanMigrationOngoing: {
|
|
2580
|
+
readonly lastKey: Option<PezpalletRcMigratorCrowdloanCrowdloanStage>;
|
|
2581
|
+
} & Struct;
|
|
2582
|
+
readonly isCrowdloanMigrationDone: boolean;
|
|
2583
|
+
readonly isTreasuryMigrationInit: boolean;
|
|
2584
|
+
readonly isTreasuryMigrationOngoing: boolean;
|
|
2585
|
+
readonly asTreasuryMigrationOngoing: {
|
|
2586
|
+
readonly lastKey: Option<PezpalletRcMigratorTreasuryTreasuryStage>;
|
|
2587
|
+
} & Struct;
|
|
2588
|
+
readonly isTreasuryMigrationDone: boolean;
|
|
2589
|
+
readonly isStakingMigrationInit: boolean;
|
|
2590
|
+
readonly isStakingMigrationOngoing: boolean;
|
|
2591
|
+
readonly asStakingMigrationOngoing: {
|
|
2592
|
+
readonly nextKey: Option<PezpalletRcMigratorStakingStakingImplStakingStage>;
|
|
2593
|
+
} & Struct;
|
|
2594
|
+
readonly isStakingMigrationDone: boolean;
|
|
2595
|
+
readonly isCoolOff: boolean;
|
|
2596
|
+
readonly asCoolOff: {
|
|
2597
|
+
readonly endAt: u32;
|
|
2598
|
+
} & Struct;
|
|
2599
|
+
readonly isSignalMigrationFinish: boolean;
|
|
2600
|
+
readonly isMigrationDone: boolean;
|
|
2601
|
+
readonly type: 'Pending' | 'MigrationPaused' | 'Scheduled' | 'WaitingForAh' | 'WarmUp' | 'Starting' | 'PureProxyCandidatesMigrationInit' | 'AccountsMigrationInit' | 'AccountsMigrationOngoing' | 'AccountsMigrationDone' | 'MultisigMigrationInit' | 'MultisigMigrationOngoing' | 'MultisigMigrationDone' | 'ClaimsMigrationInit' | 'ClaimsMigrationOngoing' | 'ClaimsMigrationDone' | 'ProxyMigrationInit' | 'ProxyMigrationProxies' | 'ProxyMigrationAnnouncements' | 'ProxyMigrationDone' | 'PreimageMigrationInit' | 'PreimageMigrationChunksOngoing' | 'PreimageMigrationChunksDone' | 'PreimageMigrationRequestStatusOngoing' | 'PreimageMigrationRequestStatusDone' | 'PreimageMigrationLegacyRequestStatusInit' | 'PreimageMigrationLegacyRequestStatusOngoing' | 'PreimageMigrationLegacyRequestStatusDone' | 'PreimageMigrationDone' | 'NomPoolsMigrationInit' | 'NomPoolsMigrationOngoing' | 'NomPoolsMigrationDone' | 'VestingMigrationInit' | 'VestingMigrationOngoing' | 'VestingMigrationDone' | 'DelegatedStakingMigrationInit' | 'DelegatedStakingMigrationOngoing' | 'DelegatedStakingMigrationDone' | 'IndicesMigrationInit' | 'IndicesMigrationOngoing' | 'IndicesMigrationDone' | 'ReferendaMigrationInit' | 'ReferendaMigrationOngoing' | 'ReferendaMigrationDone' | 'BagsListMigrationInit' | 'BagsListMigrationOngoing' | 'BagsListMigrationDone' | 'SchedulerMigrationInit' | 'SchedulerMigrationOngoing' | 'SchedulerAgendaMigrationOngoing' | 'SchedulerMigrationDone' | 'ConvictionVotingMigrationInit' | 'ConvictionVotingMigrationOngoing' | 'ConvictionVotingMigrationDone' | 'BountiesMigrationInit' | 'BountiesMigrationOngoing' | 'BountiesMigrationDone' | 'ChildBountiesMigrationInit' | 'ChildBountiesMigrationOngoing' | 'ChildBountiesMigrationDone' | 'AssetRateMigrationInit' | 'AssetRateMigrationOngoing' | 'AssetRateMigrationDone' | 'CrowdloanMigrationInit' | 'CrowdloanMigrationOngoing' | 'CrowdloanMigrationDone' | 'TreasuryMigrationInit' | 'TreasuryMigrationOngoing' | 'TreasuryMigrationDone' | 'StakingMigrationInit' | 'StakingMigrationOngoing' | 'StakingMigrationDone' | 'CoolOff' | 'SignalMigrationFinish' | 'MigrationDone';
|
|
2602
|
+
}
|
|
2603
|
+
/** @name PezpalletRcMigratorClaimsClaimsStage (470) */
|
|
2604
|
+
interface PezpalletRcMigratorClaimsClaimsStage extends Enum {
|
|
2605
|
+
readonly isStorageValues: boolean;
|
|
2606
|
+
readonly isClaims: boolean;
|
|
2607
|
+
readonly asClaims: Option<PezkuwiRuntimeCommonClaimsEthereumAddress>;
|
|
2608
|
+
readonly isVesting: boolean;
|
|
2609
|
+
readonly asVesting: Option<PezkuwiRuntimeCommonClaimsEthereumAddress>;
|
|
2610
|
+
readonly isSigning: boolean;
|
|
2611
|
+
readonly asSigning: Option<PezkuwiRuntimeCommonClaimsEthereumAddress>;
|
|
2612
|
+
readonly isPreclaims: boolean;
|
|
2613
|
+
readonly asPreclaims: Option<AccountId32>;
|
|
2614
|
+
readonly isFinished: boolean;
|
|
2615
|
+
readonly type: 'StorageValues' | 'Claims' | 'Vesting' | 'Signing' | 'Preclaims' | 'Finished';
|
|
2616
|
+
}
|
|
2617
|
+
/** @name PezpalletRcMigratorStakingNomPoolsNomPoolsStage (476) */
|
|
2618
|
+
interface PezpalletRcMigratorStakingNomPoolsNomPoolsStage extends Enum {
|
|
2619
|
+
readonly isStorageValues: boolean;
|
|
2620
|
+
readonly isPoolMembers: boolean;
|
|
2621
|
+
readonly asPoolMembers: Option<AccountId32>;
|
|
2622
|
+
readonly isBondedPools: boolean;
|
|
2623
|
+
readonly asBondedPools: Option<u32>;
|
|
2624
|
+
readonly isRewardPools: boolean;
|
|
2625
|
+
readonly asRewardPools: Option<u32>;
|
|
2626
|
+
readonly isSubPoolsStorage: boolean;
|
|
2627
|
+
readonly asSubPoolsStorage: Option<u32>;
|
|
2628
|
+
readonly isMetadata: boolean;
|
|
2629
|
+
readonly asMetadata: Option<u32>;
|
|
2630
|
+
readonly isReversePoolIdLookup: boolean;
|
|
2631
|
+
readonly asReversePoolIdLookup: Option<AccountId32>;
|
|
2632
|
+
readonly isClaimPermissions: boolean;
|
|
2633
|
+
readonly asClaimPermissions: Option<AccountId32>;
|
|
2634
|
+
readonly isFinished: boolean;
|
|
2635
|
+
readonly type: 'StorageValues' | 'PoolMembers' | 'BondedPools' | 'RewardPools' | 'SubPoolsStorage' | 'Metadata' | 'ReversePoolIdLookup' | 'ClaimPermissions' | 'Finished';
|
|
2636
|
+
}
|
|
2637
|
+
/** @name PezpalletRcMigratorStakingDelegatedStakingDelegatedStakingStage (478) */
|
|
2638
|
+
interface PezpalletRcMigratorStakingDelegatedStakingDelegatedStakingStage extends Enum {
|
|
2639
|
+
readonly isDelegators: boolean;
|
|
2640
|
+
readonly asDelegators: Option<AccountId32>;
|
|
2641
|
+
readonly isAgents: boolean;
|
|
2642
|
+
readonly asAgents: Option<AccountId32>;
|
|
2643
|
+
readonly isFinished: boolean;
|
|
2644
|
+
readonly type: 'Delegators' | 'Agents' | 'Finished';
|
|
2645
|
+
}
|
|
2646
|
+
/** @name PezpalletRcMigratorReferendaReferendaStage (481) */
|
|
2647
|
+
interface PezpalletRcMigratorReferendaReferendaStage extends Enum {
|
|
2648
|
+
readonly isStorageValues: boolean;
|
|
2649
|
+
readonly isMetadata: boolean;
|
|
2650
|
+
readonly asMetadata: Option<u32>;
|
|
2651
|
+
readonly isReferendumInfo: boolean;
|
|
2652
|
+
readonly asReferendumInfo: Option<u32>;
|
|
2653
|
+
readonly type: 'StorageValues' | 'Metadata' | 'ReferendumInfo';
|
|
2654
|
+
}
|
|
2655
|
+
/** @name PezpalletRcMigratorStakingBagsListBagsListStage (483) */
|
|
2656
|
+
interface PezpalletRcMigratorStakingBagsListBagsListStage extends Enum {
|
|
2657
|
+
readonly isListNodes: boolean;
|
|
2658
|
+
readonly asListNodes: Option<AccountId32>;
|
|
2659
|
+
readonly isListBags: boolean;
|
|
2660
|
+
readonly asListBags: Option<u64>;
|
|
2661
|
+
readonly isFinished: boolean;
|
|
2662
|
+
readonly type: 'ListNodes' | 'ListBags' | 'Finished';
|
|
2663
|
+
}
|
|
2664
|
+
/** @name PezpalletRcMigratorSchedulerSchedulerStage (485) */
|
|
2665
|
+
interface PezpalletRcMigratorSchedulerSchedulerStage extends Enum {
|
|
2666
|
+
readonly isIncompleteSince: boolean;
|
|
2667
|
+
readonly isRetries: boolean;
|
|
2668
|
+
readonly asRetries: Option<ITuple<[u32, u32]>>;
|
|
2669
|
+
readonly isLookup: boolean;
|
|
2670
|
+
readonly asLookup: Option<U8aFixed>;
|
|
2671
|
+
readonly isFinished: boolean;
|
|
2672
|
+
readonly type: 'IncompleteSince' | 'Retries' | 'Lookup' | 'Finished';
|
|
2673
|
+
}
|
|
2674
|
+
/** @name PezpalletRcMigratorConvictionVotingConvictionVotingStage (487) */
|
|
2675
|
+
interface PezpalletRcMigratorConvictionVotingConvictionVotingStage extends Enum {
|
|
2676
|
+
readonly isVotingFor: boolean;
|
|
2677
|
+
readonly asVotingFor: Option<ITuple<[AccountId32, u16]>>;
|
|
2678
|
+
readonly isClassLocksFor: boolean;
|
|
2679
|
+
readonly asClassLocksFor: Option<AccountId32>;
|
|
2680
|
+
readonly isFinished: boolean;
|
|
2681
|
+
readonly type: 'VotingFor' | 'ClassLocksFor' | 'Finished';
|
|
2682
|
+
}
|
|
2683
|
+
/** @name PezpalletRcMigratorBountiesBountiesStage (491) */
|
|
2684
|
+
interface PezpalletRcMigratorBountiesBountiesStage extends Enum {
|
|
2685
|
+
readonly isBountyCount: boolean;
|
|
2686
|
+
readonly isBountyApprovals: boolean;
|
|
2687
|
+
readonly isBountyDescriptions: boolean;
|
|
2688
|
+
readonly asBountyDescriptions: {
|
|
2689
|
+
readonly lastKey: Option<u32>;
|
|
2690
|
+
} & Struct;
|
|
2691
|
+
readonly isBounties: boolean;
|
|
2692
|
+
readonly asBounties: {
|
|
2693
|
+
readonly lastKey: Option<u32>;
|
|
2694
|
+
} & Struct;
|
|
2695
|
+
readonly isFinished: boolean;
|
|
2696
|
+
readonly type: 'BountyCount' | 'BountyApprovals' | 'BountyDescriptions' | 'Bounties' | 'Finished';
|
|
2697
|
+
}
|
|
2698
|
+
/** @name PezpalletRcMigratorChildBountiesChildBountiesStage (493) */
|
|
2699
|
+
interface PezpalletRcMigratorChildBountiesChildBountiesStage extends Enum {
|
|
2700
|
+
readonly isChildBountyCount: boolean;
|
|
2701
|
+
readonly isParentChildBounties: boolean;
|
|
2702
|
+
readonly asParentChildBounties: {
|
|
2703
|
+
readonly parentId: Option<u32>;
|
|
2704
|
+
} & Struct;
|
|
2705
|
+
readonly isParentTotalChildBounties: boolean;
|
|
2706
|
+
readonly asParentTotalChildBounties: {
|
|
2707
|
+
readonly parentId: Option<u32>;
|
|
2708
|
+
} & Struct;
|
|
2709
|
+
readonly isChildBounties: boolean;
|
|
2710
|
+
readonly asChildBounties: {
|
|
2711
|
+
readonly ids: Option<ITuple<[u32, u32]>>;
|
|
2712
|
+
} & Struct;
|
|
2713
|
+
readonly isChildBountyDescriptionsV1: boolean;
|
|
2714
|
+
readonly asChildBountyDescriptionsV1: {
|
|
2715
|
+
readonly ids: Option<ITuple<[u32, u32]>>;
|
|
2716
|
+
} & Struct;
|
|
2717
|
+
readonly isV0ToV1ChildBountyIds: boolean;
|
|
2718
|
+
readonly asV0ToV1ChildBountyIds: {
|
|
2719
|
+
readonly childId: Option<u32>;
|
|
2720
|
+
} & Struct;
|
|
2721
|
+
readonly isChildrenCuratorFees: boolean;
|
|
2722
|
+
readonly asChildrenCuratorFees: {
|
|
2723
|
+
readonly childId: Option<u32>;
|
|
2724
|
+
} & Struct;
|
|
2725
|
+
readonly isFinished: boolean;
|
|
2726
|
+
readonly type: 'ChildBountyCount' | 'ParentChildBounties' | 'ParentTotalChildBounties' | 'ChildBounties' | 'ChildBountyDescriptionsV1' | 'V0ToV1ChildBountyIds' | 'ChildrenCuratorFees' | 'Finished';
|
|
2727
|
+
}
|
|
2728
|
+
/** @name PezpalletRcMigratorCrowdloanCrowdloanStage (496) */
|
|
2729
|
+
interface PezpalletRcMigratorCrowdloanCrowdloanStage extends Enum {
|
|
2730
|
+
readonly isSetup: boolean;
|
|
2731
|
+
readonly isLeaseReserve: boolean;
|
|
2732
|
+
readonly asLeaseReserve: {
|
|
2733
|
+
readonly lastKey: Option<u32>;
|
|
2734
|
+
} & Struct;
|
|
2735
|
+
readonly isCrowdloanContribution: boolean;
|
|
2736
|
+
readonly asCrowdloanContribution: {
|
|
2737
|
+
readonly lastKey: Option<u32>;
|
|
2738
|
+
} & Struct;
|
|
2739
|
+
readonly isCrowdloanReserve: boolean;
|
|
2740
|
+
readonly isFinished: boolean;
|
|
2741
|
+
readonly type: 'Setup' | 'LeaseReserve' | 'CrowdloanContribution' | 'CrowdloanReserve' | 'Finished';
|
|
2742
|
+
}
|
|
2743
|
+
/** @name PezpalletRcMigratorTreasuryTreasuryStage (499) */
|
|
2744
|
+
interface PezpalletRcMigratorTreasuryTreasuryStage extends Enum {
|
|
2745
|
+
readonly isProposalCount: boolean;
|
|
2746
|
+
readonly isProposals: boolean;
|
|
2747
|
+
readonly asProposals: Option<u32>;
|
|
2748
|
+
readonly isApprovals: boolean;
|
|
2749
|
+
readonly isSpendCount: boolean;
|
|
2750
|
+
readonly isSpends: boolean;
|
|
2751
|
+
readonly asSpends: Option<u32>;
|
|
2752
|
+
readonly isLastSpendPeriod: boolean;
|
|
2753
|
+
readonly isFunds: boolean;
|
|
2754
|
+
readonly isFinished: boolean;
|
|
2755
|
+
readonly type: 'ProposalCount' | 'Proposals' | 'Approvals' | 'SpendCount' | 'Spends' | 'LastSpendPeriod' | 'Funds' | 'Finished';
|
|
2756
|
+
}
|
|
2757
|
+
/** @name PezpalletRcMigratorStakingStakingImplStakingStage (501) */
|
|
2758
|
+
interface PezpalletRcMigratorStakingStakingImplStakingStage extends Enum {
|
|
2759
|
+
readonly isValues: boolean;
|
|
2760
|
+
readonly isInvulnerables: boolean;
|
|
2761
|
+
readonly isBonded: boolean;
|
|
2762
|
+
readonly asBonded: Option<AccountId32>;
|
|
2763
|
+
readonly isLedger: boolean;
|
|
2764
|
+
readonly asLedger: Option<AccountId32>;
|
|
2765
|
+
readonly isPayee: boolean;
|
|
2766
|
+
readonly asPayee: Option<AccountId32>;
|
|
2767
|
+
readonly isValidators: boolean;
|
|
2768
|
+
readonly asValidators: Option<AccountId32>;
|
|
2769
|
+
readonly isNominators: boolean;
|
|
2770
|
+
readonly asNominators: Option<AccountId32>;
|
|
2771
|
+
readonly isVirtualStakers: boolean;
|
|
2772
|
+
readonly asVirtualStakers: Option<AccountId32>;
|
|
2773
|
+
readonly isErasStakersOverview: boolean;
|
|
2774
|
+
readonly asErasStakersOverview: Option<ITuple<[u32, AccountId32]>>;
|
|
2775
|
+
readonly isErasStakersPaged: boolean;
|
|
2776
|
+
readonly asErasStakersPaged: Option<ITuple<[u32, AccountId32, u32]>>;
|
|
2777
|
+
readonly isClaimedRewards: boolean;
|
|
2778
|
+
readonly asClaimedRewards: Option<ITuple<[u32, AccountId32]>>;
|
|
2779
|
+
readonly isErasValidatorPrefs: boolean;
|
|
2780
|
+
readonly asErasValidatorPrefs: Option<ITuple<[u32, AccountId32]>>;
|
|
2781
|
+
readonly isErasValidatorReward: boolean;
|
|
2782
|
+
readonly asErasValidatorReward: Option<u32>;
|
|
2783
|
+
readonly isErasRewardPoints: boolean;
|
|
2784
|
+
readonly asErasRewardPoints: Option<u32>;
|
|
2785
|
+
readonly isErasTotalStake: boolean;
|
|
2786
|
+
readonly asErasTotalStake: Option<u32>;
|
|
2787
|
+
readonly isUnappliedSlashes: boolean;
|
|
2788
|
+
readonly asUnappliedSlashes: Option<u32>;
|
|
2789
|
+
readonly isBondedEras: boolean;
|
|
2790
|
+
readonly isValidatorSlashInEra: boolean;
|
|
2791
|
+
readonly asValidatorSlashInEra: Option<ITuple<[u32, AccountId32]>>;
|
|
2792
|
+
readonly isNominatorSlashInEra: boolean;
|
|
2793
|
+
readonly asNominatorSlashInEra: Option<ITuple<[u32, AccountId32]>>;
|
|
2794
|
+
readonly isSlashingSpans: boolean;
|
|
2795
|
+
readonly asSlashingSpans: Option<AccountId32>;
|
|
2796
|
+
readonly isSpanSlash: boolean;
|
|
2797
|
+
readonly asSpanSlash: Option<ITuple<[AccountId32, u32]>>;
|
|
2798
|
+
readonly isFinished: boolean;
|
|
2799
|
+
readonly type: 'Values' | 'Invulnerables' | 'Bonded' | 'Ledger' | 'Payee' | 'Validators' | 'Nominators' | 'VirtualStakers' | 'ErasStakersOverview' | 'ErasStakersPaged' | 'ClaimedRewards' | 'ErasValidatorPrefs' | 'ErasValidatorReward' | 'ErasRewardPoints' | 'ErasTotalStake' | 'UnappliedSlashes' | 'BondedEras' | 'ValidatorSlashInEra' | 'NominatorSlashInEra' | 'SlashingSpans' | 'SpanSlash' | 'Finished';
|
|
2800
|
+
}
|
|
2801
|
+
/** @name PezpalletRcMigratorQueuePriority (508) */
|
|
2802
|
+
interface PezpalletRcMigratorQueuePriority extends Enum {
|
|
2803
|
+
readonly isConfig: boolean;
|
|
2804
|
+
readonly isOverrideConfig: boolean;
|
|
2805
|
+
readonly asOverrideConfig: ITuple<[u32, u32]>;
|
|
2806
|
+
readonly isDisabled: boolean;
|
|
2807
|
+
readonly type: 'Config' | 'OverrideConfig' | 'Disabled';
|
|
2808
|
+
}
|
|
2809
|
+
/** @name PezpalletRcMigratorManagerMultisigVote (509) */
|
|
2810
|
+
interface PezpalletRcMigratorManagerMultisigVote extends Struct {
|
|
2811
|
+
readonly who: PezspRuntimeMultiSigner;
|
|
2812
|
+
readonly call: RuntimeCall;
|
|
2813
|
+
readonly round: u32;
|
|
2814
|
+
}
|
|
2815
|
+
/** @name PezpalletRcMigratorMigrationSettings (511) */
|
|
2816
|
+
interface PezpalletRcMigratorMigrationSettings extends Struct {
|
|
2817
|
+
readonly maxAccountsPerBlock: Option<u32>;
|
|
2818
|
+
readonly maxItemsPerBlock: Option<u32>;
|
|
2819
|
+
}
|
|
2820
|
+
/** @name PezkuwiRuntimeCommonClaimsPezpalletEvent (519) */
|
|
2821
|
+
interface PezkuwiRuntimeCommonClaimsPezpalletEvent extends Enum {
|
|
2822
|
+
readonly isClaimed: boolean;
|
|
2823
|
+
readonly asClaimed: {
|
|
2824
|
+
readonly who: AccountId32;
|
|
2825
|
+
readonly ethereumAddress: PezkuwiRuntimeCommonClaimsEthereumAddress;
|
|
2826
|
+
readonly amount: u128;
|
|
2827
|
+
} & Struct;
|
|
2828
|
+
readonly type: 'Claimed';
|
|
2829
|
+
}
|
|
2830
|
+
/** @name PezpalletStakingAsyncAhClientEvent (536) */
|
|
2831
|
+
interface PezpalletStakingAsyncAhClientEvent extends Enum {
|
|
2832
|
+
readonly isValidatorSetReceived: boolean;
|
|
2833
|
+
readonly asValidatorSetReceived: {
|
|
2834
|
+
readonly id: u32;
|
|
2835
|
+
readonly newValidatorSetCount: u32;
|
|
2836
|
+
readonly pruneUpTo: Option<u32>;
|
|
2837
|
+
readonly leftover: bool;
|
|
2838
|
+
} & Struct;
|
|
2839
|
+
readonly isCouldNotMergeAndDropped: boolean;
|
|
2840
|
+
readonly isSetTooSmallAndDropped: boolean;
|
|
2841
|
+
readonly isUnexpected: boolean;
|
|
2842
|
+
readonly asUnexpected: PezpalletStakingAsyncAhClientUnexpectedKind;
|
|
2843
|
+
readonly type: 'ValidatorSetReceived' | 'CouldNotMergeAndDropped' | 'SetTooSmallAndDropped' | 'Unexpected';
|
|
2844
|
+
}
|
|
2845
|
+
/** @name PezpalletStakingAsyncAhClientUnexpectedKind (537) */
|
|
2846
|
+
interface PezpalletStakingAsyncAhClientUnexpectedKind extends Enum {
|
|
2847
|
+
readonly isReceivedValidatorSetWhilePassive: boolean;
|
|
2848
|
+
readonly isUnexpectedModeTransition: boolean;
|
|
2849
|
+
readonly isSessionReportSendFailed: boolean;
|
|
2850
|
+
readonly isSessionReportDropped: boolean;
|
|
2851
|
+
readonly isOffenceSendFailed: boolean;
|
|
2852
|
+
readonly isValidatorPointDropped: boolean;
|
|
2853
|
+
readonly type: 'ReceivedValidatorSetWhilePassive' | 'UnexpectedModeTransition' | 'SessionReportSendFailed' | 'SessionReportDropped' | 'OffenceSendFailed' | 'ValidatorPointDropped';
|
|
2854
|
+
}
|
|
2855
|
+
/** @name PezkuwiRuntimeTeyrchainsInclusionPezpalletEvent (538) */
|
|
2856
|
+
interface PezkuwiRuntimeTeyrchainsInclusionPezpalletEvent extends Enum {
|
|
2857
|
+
readonly isCandidateBacked: boolean;
|
|
2858
|
+
readonly asCandidateBacked: ITuple<[PezkuwiPrimitivesVstagingCandidateReceiptV2, Bytes, u32, u32]>;
|
|
2859
|
+
readonly isCandidateIncluded: boolean;
|
|
2860
|
+
readonly asCandidateIncluded: ITuple<[PezkuwiPrimitivesVstagingCandidateReceiptV2, Bytes, u32, u32]>;
|
|
2861
|
+
readonly isCandidateTimedOut: boolean;
|
|
2862
|
+
readonly asCandidateTimedOut: ITuple<[PezkuwiPrimitivesVstagingCandidateReceiptV2, Bytes, u32]>;
|
|
2863
|
+
readonly isUpwardMessagesReceived: boolean;
|
|
2864
|
+
readonly asUpwardMessagesReceived: {
|
|
2865
|
+
readonly from: u32;
|
|
2866
|
+
readonly count: u32;
|
|
2867
|
+
} & Struct;
|
|
2868
|
+
readonly type: 'CandidateBacked' | 'CandidateIncluded' | 'CandidateTimedOut' | 'UpwardMessagesReceived';
|
|
2869
|
+
}
|
|
2870
|
+
/** @name PezkuwiPrimitivesVstagingCandidateReceiptV2 (539) */
|
|
2871
|
+
interface PezkuwiPrimitivesVstagingCandidateReceiptV2 extends Struct {
|
|
2872
|
+
readonly descriptor: PezkuwiPrimitivesVstagingCandidateDescriptorV2;
|
|
2873
|
+
readonly commitmentsHash: H256;
|
|
2874
|
+
}
|
|
2875
|
+
/** @name PezkuwiRuntimeTeyrchainsParasPezpalletEvent (542) */
|
|
2876
|
+
interface PezkuwiRuntimeTeyrchainsParasPezpalletEvent extends Enum {
|
|
2877
|
+
readonly isCurrentCodeUpdated: boolean;
|
|
2878
|
+
readonly asCurrentCodeUpdated: u32;
|
|
2879
|
+
readonly isCurrentHeadUpdated: boolean;
|
|
2880
|
+
readonly asCurrentHeadUpdated: u32;
|
|
2881
|
+
readonly isCodeUpgradeScheduled: boolean;
|
|
2882
|
+
readonly asCodeUpgradeScheduled: u32;
|
|
2883
|
+
readonly isNewHeadNoted: boolean;
|
|
2884
|
+
readonly asNewHeadNoted: u32;
|
|
2885
|
+
readonly isActionQueued: boolean;
|
|
2886
|
+
readonly asActionQueued: ITuple<[u32, u32]>;
|
|
2887
|
+
readonly isPvfCheckStarted: boolean;
|
|
2888
|
+
readonly asPvfCheckStarted: ITuple<[H256, u32]>;
|
|
2889
|
+
readonly isPvfCheckAccepted: boolean;
|
|
2890
|
+
readonly asPvfCheckAccepted: ITuple<[H256, u32]>;
|
|
2891
|
+
readonly isPvfCheckRejected: boolean;
|
|
2892
|
+
readonly asPvfCheckRejected: ITuple<[H256, u32]>;
|
|
2893
|
+
readonly isUpgradeCooldownRemoved: boolean;
|
|
2894
|
+
readonly asUpgradeCooldownRemoved: {
|
|
2895
|
+
readonly paraId: u32;
|
|
2896
|
+
} & Struct;
|
|
2897
|
+
readonly isCodeAuthorized: boolean;
|
|
2898
|
+
readonly asCodeAuthorized: {
|
|
2899
|
+
readonly paraId: u32;
|
|
2900
|
+
readonly codeHash: H256;
|
|
2901
|
+
readonly expireAt: u32;
|
|
2902
|
+
} & Struct;
|
|
2903
|
+
readonly type: 'CurrentCodeUpdated' | 'CurrentHeadUpdated' | 'CodeUpgradeScheduled' | 'NewHeadNoted' | 'ActionQueued' | 'PvfCheckStarted' | 'PvfCheckAccepted' | 'PvfCheckRejected' | 'UpgradeCooldownRemoved' | 'CodeAuthorized';
|
|
2904
|
+
}
|
|
2905
|
+
/** @name PezkuwiRuntimeTeyrchainsHrmpPezpalletEvent (543) */
|
|
2906
|
+
interface PezkuwiRuntimeTeyrchainsHrmpPezpalletEvent extends Enum {
|
|
2907
|
+
readonly isOpenChannelRequested: boolean;
|
|
2908
|
+
readonly asOpenChannelRequested: {
|
|
2909
|
+
readonly sender: u32;
|
|
2910
|
+
readonly recipient: u32;
|
|
2911
|
+
readonly proposedMaxCapacity: u32;
|
|
2912
|
+
readonly proposedMaxMessageSize: u32;
|
|
2913
|
+
} & Struct;
|
|
2914
|
+
readonly isOpenChannelCanceled: boolean;
|
|
2915
|
+
readonly asOpenChannelCanceled: {
|
|
2916
|
+
readonly byTeyrchain: u32;
|
|
2917
|
+
readonly channelId: PezkuwiTeyrchainPrimitivesPrimitivesHrmpChannelId;
|
|
2918
|
+
} & Struct;
|
|
2919
|
+
readonly isOpenChannelAccepted: boolean;
|
|
2920
|
+
readonly asOpenChannelAccepted: {
|
|
2921
|
+
readonly sender: u32;
|
|
2922
|
+
readonly recipient: u32;
|
|
2923
|
+
} & Struct;
|
|
2924
|
+
readonly isChannelClosed: boolean;
|
|
2925
|
+
readonly asChannelClosed: {
|
|
2926
|
+
readonly byTeyrchain: u32;
|
|
2927
|
+
readonly channelId: PezkuwiTeyrchainPrimitivesPrimitivesHrmpChannelId;
|
|
2928
|
+
} & Struct;
|
|
2929
|
+
readonly isHrmpChannelForceOpened: boolean;
|
|
2930
|
+
readonly asHrmpChannelForceOpened: {
|
|
2931
|
+
readonly sender: u32;
|
|
2932
|
+
readonly recipient: u32;
|
|
2933
|
+
readonly proposedMaxCapacity: u32;
|
|
2934
|
+
readonly proposedMaxMessageSize: u32;
|
|
2935
|
+
} & Struct;
|
|
2936
|
+
readonly isHrmpSystemChannelOpened: boolean;
|
|
2937
|
+
readonly asHrmpSystemChannelOpened: {
|
|
2938
|
+
readonly sender: u32;
|
|
2939
|
+
readonly recipient: u32;
|
|
2940
|
+
readonly proposedMaxCapacity: u32;
|
|
2941
|
+
readonly proposedMaxMessageSize: u32;
|
|
2942
|
+
} & Struct;
|
|
2943
|
+
readonly isOpenChannelDepositsUpdated: boolean;
|
|
2944
|
+
readonly asOpenChannelDepositsUpdated: {
|
|
2945
|
+
readonly sender: u32;
|
|
2946
|
+
readonly recipient: u32;
|
|
2947
|
+
} & Struct;
|
|
2948
|
+
readonly type: 'OpenChannelRequested' | 'OpenChannelCanceled' | 'OpenChannelAccepted' | 'ChannelClosed' | 'HrmpChannelForceOpened' | 'HrmpSystemChannelOpened' | 'OpenChannelDepositsUpdated';
|
|
2949
|
+
}
|
|
2950
|
+
/** @name PezkuwiRuntimeTeyrchainsDisputesPezpalletEvent (544) */
|
|
2951
|
+
interface PezkuwiRuntimeTeyrchainsDisputesPezpalletEvent extends Enum {
|
|
2952
|
+
readonly isDisputeInitiated: boolean;
|
|
2953
|
+
readonly asDisputeInitiated: ITuple<[H256, PezkuwiRuntimeTeyrchainsDisputesDisputeLocation]>;
|
|
2954
|
+
readonly isDisputeConcluded: boolean;
|
|
2955
|
+
readonly asDisputeConcluded: ITuple<[H256, PezkuwiRuntimeTeyrchainsDisputesDisputeResult]>;
|
|
2956
|
+
readonly isRevert: boolean;
|
|
2957
|
+
readonly asRevert: u32;
|
|
2958
|
+
readonly type: 'DisputeInitiated' | 'DisputeConcluded' | 'Revert';
|
|
2959
|
+
}
|
|
2960
|
+
/** @name PezkuwiRuntimeTeyrchainsDisputesDisputeLocation (545) */
|
|
2961
|
+
interface PezkuwiRuntimeTeyrchainsDisputesDisputeLocation extends Enum {
|
|
2962
|
+
readonly isLocal: boolean;
|
|
2963
|
+
readonly isRemote: boolean;
|
|
2964
|
+
readonly type: 'Local' | 'Remote';
|
|
2965
|
+
}
|
|
2966
|
+
/** @name PezkuwiRuntimeTeyrchainsDisputesDisputeResult (546) */
|
|
2967
|
+
interface PezkuwiRuntimeTeyrchainsDisputesDisputeResult extends Enum {
|
|
2968
|
+
readonly isValid: boolean;
|
|
2969
|
+
readonly isInvalid: boolean;
|
|
2970
|
+
readonly type: 'Valid' | 'Invalid';
|
|
2971
|
+
}
|
|
2972
|
+
/** @name PezkuwiRuntimeTeyrchainsOnDemandPezpalletEvent (547) */
|
|
2973
|
+
interface PezkuwiRuntimeTeyrchainsOnDemandPezpalletEvent extends Enum {
|
|
2974
|
+
readonly isOnDemandOrderPlaced: boolean;
|
|
2975
|
+
readonly asOnDemandOrderPlaced: {
|
|
2976
|
+
readonly paraId: u32;
|
|
2977
|
+
readonly spotPrice: u128;
|
|
2978
|
+
readonly orderedBy: AccountId32;
|
|
2979
|
+
} & Struct;
|
|
2980
|
+
readonly isSpotPriceSet: boolean;
|
|
2981
|
+
readonly asSpotPriceSet: {
|
|
2982
|
+
readonly spotPrice: u128;
|
|
2983
|
+
} & Struct;
|
|
2984
|
+
readonly isAccountCredited: boolean;
|
|
2985
|
+
readonly asAccountCredited: {
|
|
2986
|
+
readonly who: AccountId32;
|
|
2987
|
+
readonly amount: u128;
|
|
2988
|
+
} & Struct;
|
|
2989
|
+
readonly type: 'OnDemandOrderPlaced' | 'SpotPriceSet' | 'AccountCredited';
|
|
2990
|
+
}
|
|
2991
|
+
/** @name PezkuwiRuntimeCommonParasRegistrarPezpalletEvent (548) */
|
|
2992
|
+
interface PezkuwiRuntimeCommonParasRegistrarPezpalletEvent extends Enum {
|
|
2993
|
+
readonly isRegistered: boolean;
|
|
2994
|
+
readonly asRegistered: {
|
|
2995
|
+
readonly paraId: u32;
|
|
2996
|
+
readonly manager: AccountId32;
|
|
2997
|
+
} & Struct;
|
|
2998
|
+
readonly isDeregistered: boolean;
|
|
2999
|
+
readonly asDeregistered: {
|
|
3000
|
+
readonly paraId: u32;
|
|
3001
|
+
} & Struct;
|
|
3002
|
+
readonly isReserved: boolean;
|
|
3003
|
+
readonly asReserved: {
|
|
3004
|
+
readonly paraId: u32;
|
|
3005
|
+
readonly who: AccountId32;
|
|
3006
|
+
} & Struct;
|
|
3007
|
+
readonly isSwapped: boolean;
|
|
3008
|
+
readonly asSwapped: {
|
|
3009
|
+
readonly paraId: u32;
|
|
3010
|
+
readonly otherId: u32;
|
|
3011
|
+
} & Struct;
|
|
3012
|
+
readonly type: 'Registered' | 'Deregistered' | 'Reserved' | 'Swapped';
|
|
3013
|
+
}
|
|
3014
|
+
/** @name PezkuwiRuntimeCommonSlotsPezpalletEvent (549) */
|
|
3015
|
+
interface PezkuwiRuntimeCommonSlotsPezpalletEvent extends Enum {
|
|
3016
|
+
readonly isNewLeasePeriod: boolean;
|
|
3017
|
+
readonly asNewLeasePeriod: {
|
|
3018
|
+
readonly leasePeriod: u32;
|
|
3019
|
+
} & Struct;
|
|
3020
|
+
readonly isLeased: boolean;
|
|
3021
|
+
readonly asLeased: {
|
|
3022
|
+
readonly paraId: u32;
|
|
3023
|
+
readonly leaser: AccountId32;
|
|
3024
|
+
readonly periodBegin: u32;
|
|
3025
|
+
readonly periodCount: u32;
|
|
3026
|
+
readonly extraReserved: u128;
|
|
3027
|
+
readonly totalAmount: u128;
|
|
3028
|
+
} & Struct;
|
|
3029
|
+
readonly type: 'NewLeasePeriod' | 'Leased';
|
|
3030
|
+
}
|
|
3031
|
+
/** @name PezkuwiRuntimeCommonAuctionsPezpalletEvent (550) */
|
|
3032
|
+
interface PezkuwiRuntimeCommonAuctionsPezpalletEvent extends Enum {
|
|
3033
|
+
readonly isAuctionStarted: boolean;
|
|
3034
|
+
readonly asAuctionStarted: {
|
|
3035
|
+
readonly auctionIndex: u32;
|
|
3036
|
+
readonly leasePeriod: u32;
|
|
3037
|
+
readonly ending: u32;
|
|
3038
|
+
} & Struct;
|
|
3039
|
+
readonly isAuctionClosed: boolean;
|
|
3040
|
+
readonly asAuctionClosed: {
|
|
3041
|
+
readonly auctionIndex: u32;
|
|
3042
|
+
} & Struct;
|
|
3043
|
+
readonly isReserved: boolean;
|
|
3044
|
+
readonly asReserved: {
|
|
3045
|
+
readonly bidder: AccountId32;
|
|
3046
|
+
readonly extraReserved: u128;
|
|
3047
|
+
readonly totalAmount: u128;
|
|
3048
|
+
} & Struct;
|
|
3049
|
+
readonly isUnreserved: boolean;
|
|
3050
|
+
readonly asUnreserved: {
|
|
3051
|
+
readonly bidder: AccountId32;
|
|
3052
|
+
readonly amount: u128;
|
|
3053
|
+
} & Struct;
|
|
3054
|
+
readonly isReserveConfiscated: boolean;
|
|
3055
|
+
readonly asReserveConfiscated: {
|
|
3056
|
+
readonly paraId: u32;
|
|
3057
|
+
readonly leaser: AccountId32;
|
|
3058
|
+
readonly amount: u128;
|
|
3059
|
+
} & Struct;
|
|
3060
|
+
readonly isBidAccepted: boolean;
|
|
3061
|
+
readonly asBidAccepted: {
|
|
3062
|
+
readonly bidder: AccountId32;
|
|
3063
|
+
readonly paraId: u32;
|
|
3064
|
+
readonly amount: u128;
|
|
3065
|
+
readonly firstSlot: u32;
|
|
3066
|
+
readonly lastSlot: u32;
|
|
3067
|
+
} & Struct;
|
|
3068
|
+
readonly isWinningOffset: boolean;
|
|
3069
|
+
readonly asWinningOffset: {
|
|
3070
|
+
readonly auctionIndex: u32;
|
|
3071
|
+
readonly blockNumber: u32;
|
|
3072
|
+
} & Struct;
|
|
3073
|
+
readonly type: 'AuctionStarted' | 'AuctionClosed' | 'Reserved' | 'Unreserved' | 'ReserveConfiscated' | 'BidAccepted' | 'WinningOffset';
|
|
3074
|
+
}
|
|
3075
|
+
/** @name PezkuwiRuntimeCommonCrowdloanPezpalletEvent (551) */
|
|
3076
|
+
interface PezkuwiRuntimeCommonCrowdloanPezpalletEvent extends Enum {
|
|
3077
|
+
readonly isCreated: boolean;
|
|
3078
|
+
readonly asCreated: {
|
|
3079
|
+
readonly paraId: u32;
|
|
3080
|
+
} & Struct;
|
|
3081
|
+
readonly isContributed: boolean;
|
|
3082
|
+
readonly asContributed: {
|
|
3083
|
+
readonly who: AccountId32;
|
|
3084
|
+
readonly fundIndex: u32;
|
|
3085
|
+
readonly amount: u128;
|
|
3086
|
+
} & Struct;
|
|
3087
|
+
readonly isWithdrew: boolean;
|
|
3088
|
+
readonly asWithdrew: {
|
|
3089
|
+
readonly who: AccountId32;
|
|
3090
|
+
readonly fundIndex: u32;
|
|
3091
|
+
readonly amount: u128;
|
|
3092
|
+
} & Struct;
|
|
3093
|
+
readonly isPartiallyRefunded: boolean;
|
|
3094
|
+
readonly asPartiallyRefunded: {
|
|
3095
|
+
readonly paraId: u32;
|
|
3096
|
+
} & Struct;
|
|
3097
|
+
readonly isAllRefunded: boolean;
|
|
3098
|
+
readonly asAllRefunded: {
|
|
3099
|
+
readonly paraId: u32;
|
|
3100
|
+
} & Struct;
|
|
3101
|
+
readonly isDissolved: boolean;
|
|
3102
|
+
readonly asDissolved: {
|
|
3103
|
+
readonly paraId: u32;
|
|
3104
|
+
} & Struct;
|
|
3105
|
+
readonly isHandleBidResult: boolean;
|
|
3106
|
+
readonly asHandleBidResult: {
|
|
3107
|
+
readonly paraId: u32;
|
|
3108
|
+
readonly result: Result<Null, PezspRuntimeDispatchError>;
|
|
3109
|
+
} & Struct;
|
|
3110
|
+
readonly isEdited: boolean;
|
|
3111
|
+
readonly asEdited: {
|
|
3112
|
+
readonly paraId: u32;
|
|
3113
|
+
} & Struct;
|
|
3114
|
+
readonly isMemoUpdated: boolean;
|
|
3115
|
+
readonly asMemoUpdated: {
|
|
3116
|
+
readonly who: AccountId32;
|
|
3117
|
+
readonly paraId: u32;
|
|
3118
|
+
readonly memo: Bytes;
|
|
3119
|
+
} & Struct;
|
|
3120
|
+
readonly isAddedToNewRaise: boolean;
|
|
3121
|
+
readonly asAddedToNewRaise: {
|
|
3122
|
+
readonly paraId: u32;
|
|
3123
|
+
} & Struct;
|
|
3124
|
+
readonly type: 'Created' | 'Contributed' | 'Withdrew' | 'PartiallyRefunded' | 'AllRefunded' | 'Dissolved' | 'HandleBidResult' | 'Edited' | 'MemoUpdated' | 'AddedToNewRaise';
|
|
3125
|
+
}
|
|
3126
|
+
/** @name PezkuwiRuntimeTeyrchainsCoretimePezpalletEvent (552) */
|
|
3127
|
+
interface PezkuwiRuntimeTeyrchainsCoretimePezpalletEvent extends Enum {
|
|
3128
|
+
readonly isRevenueInfoRequested: boolean;
|
|
3129
|
+
readonly asRevenueInfoRequested: {
|
|
3130
|
+
readonly when: u32;
|
|
3131
|
+
} & Struct;
|
|
3132
|
+
readonly isCoreAssigned: boolean;
|
|
3133
|
+
readonly asCoreAssigned: {
|
|
3134
|
+
readonly core: u32;
|
|
3135
|
+
} & Struct;
|
|
3136
|
+
readonly type: 'RevenueInfoRequested' | 'CoreAssigned';
|
|
3137
|
+
}
|
|
3138
|
+
/** @name PezpalletXcmEvent (556) */
|
|
3139
|
+
interface PezpalletXcmEvent extends Enum {
|
|
3140
|
+
readonly isAttempted: boolean;
|
|
3141
|
+
readonly asAttempted: {
|
|
3142
|
+
readonly outcome: StagingXcmV5TraitsOutcome;
|
|
3143
|
+
} & Struct;
|
|
3144
|
+
readonly isSent: boolean;
|
|
3145
|
+
readonly asSent: {
|
|
3146
|
+
readonly origin: StagingXcmV5Location;
|
|
3147
|
+
readonly destination: StagingXcmV5Location;
|
|
3148
|
+
readonly message: StagingXcmV5Xcm;
|
|
3149
|
+
readonly messageId: U8aFixed;
|
|
3150
|
+
} & Struct;
|
|
3151
|
+
readonly isSendFailed: boolean;
|
|
3152
|
+
readonly asSendFailed: {
|
|
3153
|
+
readonly origin: StagingXcmV5Location;
|
|
3154
|
+
readonly destination: StagingXcmV5Location;
|
|
3155
|
+
readonly error: XcmV3TraitsSendError;
|
|
3156
|
+
readonly messageId: U8aFixed;
|
|
3157
|
+
} & Struct;
|
|
3158
|
+
readonly isProcessXcmError: boolean;
|
|
3159
|
+
readonly asProcessXcmError: {
|
|
3160
|
+
readonly origin: StagingXcmV5Location;
|
|
3161
|
+
readonly error: XcmV5TraitsError;
|
|
3162
|
+
readonly messageId: U8aFixed;
|
|
3163
|
+
} & Struct;
|
|
3164
|
+
readonly isUnexpectedResponse: boolean;
|
|
3165
|
+
readonly asUnexpectedResponse: {
|
|
3166
|
+
readonly origin: StagingXcmV5Location;
|
|
3167
|
+
readonly queryId: u64;
|
|
3168
|
+
} & Struct;
|
|
3169
|
+
readonly isResponseReady: boolean;
|
|
3170
|
+
readonly asResponseReady: {
|
|
3171
|
+
readonly queryId: u64;
|
|
3172
|
+
readonly response: StagingXcmV5Response;
|
|
3173
|
+
} & Struct;
|
|
3174
|
+
readonly isNotified: boolean;
|
|
3175
|
+
readonly asNotified: {
|
|
3176
|
+
readonly queryId: u64;
|
|
3177
|
+
readonly palletIndex: u8;
|
|
3178
|
+
readonly callIndex: u8;
|
|
3179
|
+
} & Struct;
|
|
3180
|
+
readonly isNotifyOverweight: boolean;
|
|
3181
|
+
readonly asNotifyOverweight: {
|
|
3182
|
+
readonly queryId: u64;
|
|
3183
|
+
readonly palletIndex: u8;
|
|
3184
|
+
readonly callIndex: u8;
|
|
3185
|
+
readonly actualWeight: PezspWeightsWeightV2Weight;
|
|
3186
|
+
readonly maxBudgetedWeight: PezspWeightsWeightV2Weight;
|
|
3187
|
+
} & Struct;
|
|
3188
|
+
readonly isNotifyDispatchError: boolean;
|
|
3189
|
+
readonly asNotifyDispatchError: {
|
|
3190
|
+
readonly queryId: u64;
|
|
3191
|
+
readonly palletIndex: u8;
|
|
3192
|
+
readonly callIndex: u8;
|
|
3193
|
+
} & Struct;
|
|
3194
|
+
readonly isNotifyDecodeFailed: boolean;
|
|
3195
|
+
readonly asNotifyDecodeFailed: {
|
|
3196
|
+
readonly queryId: u64;
|
|
3197
|
+
readonly palletIndex: u8;
|
|
3198
|
+
readonly callIndex: u8;
|
|
3199
|
+
} & Struct;
|
|
3200
|
+
readonly isInvalidResponder: boolean;
|
|
3201
|
+
readonly asInvalidResponder: {
|
|
3202
|
+
readonly origin: StagingXcmV5Location;
|
|
3203
|
+
readonly queryId: u64;
|
|
3204
|
+
readonly expectedLocation: Option<StagingXcmV5Location>;
|
|
3205
|
+
} & Struct;
|
|
3206
|
+
readonly isInvalidResponderVersion: boolean;
|
|
3207
|
+
readonly asInvalidResponderVersion: {
|
|
3208
|
+
readonly origin: StagingXcmV5Location;
|
|
3209
|
+
readonly queryId: u64;
|
|
3210
|
+
} & Struct;
|
|
3211
|
+
readonly isResponseTaken: boolean;
|
|
3212
|
+
readonly asResponseTaken: {
|
|
3213
|
+
readonly queryId: u64;
|
|
3214
|
+
} & Struct;
|
|
3215
|
+
readonly isAssetsTrapped: boolean;
|
|
3216
|
+
readonly asAssetsTrapped: {
|
|
3217
|
+
readonly hash_: H256;
|
|
3218
|
+
readonly origin: StagingXcmV5Location;
|
|
3219
|
+
readonly assets: XcmVersionedAssets;
|
|
3220
|
+
} & Struct;
|
|
3221
|
+
readonly isVersionChangeNotified: boolean;
|
|
3222
|
+
readonly asVersionChangeNotified: {
|
|
3223
|
+
readonly destination: StagingXcmV5Location;
|
|
3224
|
+
readonly result: u32;
|
|
3225
|
+
readonly cost: StagingXcmV5AssetAssets;
|
|
3226
|
+
readonly messageId: U8aFixed;
|
|
3227
|
+
} & Struct;
|
|
3228
|
+
readonly isSupportedVersionChanged: boolean;
|
|
3229
|
+
readonly asSupportedVersionChanged: {
|
|
3230
|
+
readonly location: StagingXcmV5Location;
|
|
3231
|
+
readonly version: u32;
|
|
3232
|
+
} & Struct;
|
|
3233
|
+
readonly isNotifyTargetSendFail: boolean;
|
|
3234
|
+
readonly asNotifyTargetSendFail: {
|
|
3235
|
+
readonly location: StagingXcmV5Location;
|
|
3236
|
+
readonly queryId: u64;
|
|
3237
|
+
readonly error: XcmV5TraitsError;
|
|
3238
|
+
} & Struct;
|
|
3239
|
+
readonly isNotifyTargetMigrationFail: boolean;
|
|
3240
|
+
readonly asNotifyTargetMigrationFail: {
|
|
3241
|
+
readonly location: XcmVersionedLocation;
|
|
3242
|
+
readonly queryId: u64;
|
|
3243
|
+
} & Struct;
|
|
3244
|
+
readonly isInvalidQuerierVersion: boolean;
|
|
3245
|
+
readonly asInvalidQuerierVersion: {
|
|
3246
|
+
readonly origin: StagingXcmV5Location;
|
|
3247
|
+
readonly queryId: u64;
|
|
3248
|
+
} & Struct;
|
|
3249
|
+
readonly isInvalidQuerier: boolean;
|
|
3250
|
+
readonly asInvalidQuerier: {
|
|
3251
|
+
readonly origin: StagingXcmV5Location;
|
|
3252
|
+
readonly queryId: u64;
|
|
3253
|
+
readonly expectedQuerier: StagingXcmV5Location;
|
|
3254
|
+
readonly maybeActualQuerier: Option<StagingXcmV5Location>;
|
|
3255
|
+
} & Struct;
|
|
3256
|
+
readonly isVersionNotifyStarted: boolean;
|
|
3257
|
+
readonly asVersionNotifyStarted: {
|
|
3258
|
+
readonly destination: StagingXcmV5Location;
|
|
3259
|
+
readonly cost: StagingXcmV5AssetAssets;
|
|
3260
|
+
readonly messageId: U8aFixed;
|
|
3261
|
+
} & Struct;
|
|
3262
|
+
readonly isVersionNotifyRequested: boolean;
|
|
3263
|
+
readonly asVersionNotifyRequested: {
|
|
3264
|
+
readonly destination: StagingXcmV5Location;
|
|
3265
|
+
readonly cost: StagingXcmV5AssetAssets;
|
|
3266
|
+
readonly messageId: U8aFixed;
|
|
3267
|
+
} & Struct;
|
|
3268
|
+
readonly isVersionNotifyUnrequested: boolean;
|
|
3269
|
+
readonly asVersionNotifyUnrequested: {
|
|
3270
|
+
readonly destination: StagingXcmV5Location;
|
|
3271
|
+
readonly cost: StagingXcmV5AssetAssets;
|
|
3272
|
+
readonly messageId: U8aFixed;
|
|
3273
|
+
} & Struct;
|
|
3274
|
+
readonly isFeesPaid: boolean;
|
|
3275
|
+
readonly asFeesPaid: {
|
|
3276
|
+
readonly paying: StagingXcmV5Location;
|
|
3277
|
+
readonly fees: StagingXcmV5AssetAssets;
|
|
3278
|
+
} & Struct;
|
|
3279
|
+
readonly isAssetsClaimed: boolean;
|
|
3280
|
+
readonly asAssetsClaimed: {
|
|
3281
|
+
readonly hash_: H256;
|
|
3282
|
+
readonly origin: StagingXcmV5Location;
|
|
3283
|
+
readonly assets: XcmVersionedAssets;
|
|
3284
|
+
} & Struct;
|
|
3285
|
+
readonly isVersionMigrationFinished: boolean;
|
|
3286
|
+
readonly asVersionMigrationFinished: {
|
|
3287
|
+
readonly version: u32;
|
|
3288
|
+
} & Struct;
|
|
3289
|
+
readonly isAliasAuthorized: boolean;
|
|
3290
|
+
readonly asAliasAuthorized: {
|
|
3291
|
+
readonly aliaser: StagingXcmV5Location;
|
|
3292
|
+
readonly target: StagingXcmV5Location;
|
|
3293
|
+
readonly expiry: Option<u64>;
|
|
3294
|
+
} & Struct;
|
|
3295
|
+
readonly isAliasAuthorizationRemoved: boolean;
|
|
3296
|
+
readonly asAliasAuthorizationRemoved: {
|
|
3297
|
+
readonly aliaser: StagingXcmV5Location;
|
|
3298
|
+
readonly target: StagingXcmV5Location;
|
|
3299
|
+
} & Struct;
|
|
3300
|
+
readonly isAliasesAuthorizationsRemoved: boolean;
|
|
3301
|
+
readonly asAliasesAuthorizationsRemoved: {
|
|
3302
|
+
readonly target: StagingXcmV5Location;
|
|
3303
|
+
} & Struct;
|
|
3304
|
+
readonly type: 'Attempted' | 'Sent' | 'SendFailed' | 'ProcessXcmError' | 'UnexpectedResponse' | 'ResponseReady' | 'Notified' | 'NotifyOverweight' | 'NotifyDispatchError' | 'NotifyDecodeFailed' | 'InvalidResponder' | 'InvalidResponderVersion' | 'ResponseTaken' | 'AssetsTrapped' | 'VersionChangeNotified' | 'SupportedVersionChanged' | 'NotifyTargetSendFail' | 'NotifyTargetMigrationFail' | 'InvalidQuerierVersion' | 'InvalidQuerier' | 'VersionNotifyStarted' | 'VersionNotifyRequested' | 'VersionNotifyUnrequested' | 'FeesPaid' | 'AssetsClaimed' | 'VersionMigrationFinished' | 'AliasAuthorized' | 'AliasAuthorizationRemoved' | 'AliasesAuthorizationsRemoved';
|
|
3305
|
+
}
|
|
3306
|
+
/** @name StagingXcmV5TraitsOutcome (557) */
|
|
3307
|
+
interface StagingXcmV5TraitsOutcome extends Enum {
|
|
3308
|
+
readonly isComplete: boolean;
|
|
3309
|
+
readonly asComplete: {
|
|
3310
|
+
readonly used: PezspWeightsWeightV2Weight;
|
|
3311
|
+
} & Struct;
|
|
3312
|
+
readonly isIncomplete: boolean;
|
|
3313
|
+
readonly asIncomplete: {
|
|
3314
|
+
readonly used: PezspWeightsWeightV2Weight;
|
|
3315
|
+
readonly error: StagingXcmV5TraitsInstructionError;
|
|
3316
|
+
} & Struct;
|
|
3317
|
+
readonly isError: boolean;
|
|
3318
|
+
readonly asError: StagingXcmV5TraitsInstructionError;
|
|
3319
|
+
readonly type: 'Complete' | 'Incomplete' | 'Error';
|
|
3320
|
+
}
|
|
3321
|
+
/** @name StagingXcmV5TraitsInstructionError (558) */
|
|
3322
|
+
interface StagingXcmV5TraitsInstructionError extends Struct {
|
|
3323
|
+
readonly index: u8;
|
|
3324
|
+
readonly error: XcmV5TraitsError;
|
|
3325
|
+
}
|
|
3326
|
+
/** @name XcmV3TraitsSendError (559) */
|
|
3327
|
+
interface XcmV3TraitsSendError extends Enum {
|
|
3328
|
+
readonly isNotApplicable: boolean;
|
|
3329
|
+
readonly isTransport: boolean;
|
|
3330
|
+
readonly isUnroutable: boolean;
|
|
3331
|
+
readonly isDestinationUnsupported: boolean;
|
|
3332
|
+
readonly isExceedsMaxMessageSize: boolean;
|
|
3333
|
+
readonly isMissingArgument: boolean;
|
|
3334
|
+
readonly isFees: boolean;
|
|
3335
|
+
readonly type: 'NotApplicable' | 'Transport' | 'Unroutable' | 'DestinationUnsupported' | 'ExceedsMaxMessageSize' | 'MissingArgument' | 'Fees';
|
|
3336
|
+
}
|
|
3337
|
+
/** @name PezpalletRcMigratorEvent (563) */
|
|
3338
|
+
interface PezpalletRcMigratorEvent extends Enum {
|
|
3339
|
+
readonly isStageTransition: boolean;
|
|
3340
|
+
readonly asStageTransition: {
|
|
3341
|
+
readonly old: PezpalletRcMigratorMigrationStage;
|
|
3342
|
+
readonly new_: PezpalletRcMigratorMigrationStage;
|
|
3343
|
+
} & Struct;
|
|
3344
|
+
readonly isAssetHubMigrationStarted: boolean;
|
|
3345
|
+
readonly isAssetHubMigrationFinished: boolean;
|
|
3346
|
+
readonly isQueryResponseReceived: boolean;
|
|
3347
|
+
readonly asQueryResponseReceived: {
|
|
3348
|
+
readonly queryId: u64;
|
|
3349
|
+
readonly response: XcmV3MaybeErrorCode;
|
|
3350
|
+
} & Struct;
|
|
3351
|
+
readonly isXcmResendAttempt: boolean;
|
|
3352
|
+
readonly asXcmResendAttempt: {
|
|
3353
|
+
readonly queryId: u64;
|
|
3354
|
+
readonly sendError: Option<XcmV3TraitsSendError>;
|
|
3355
|
+
} & Struct;
|
|
3356
|
+
readonly isUnprocessedMsgBufferSet: boolean;
|
|
3357
|
+
readonly asUnprocessedMsgBufferSet: {
|
|
3358
|
+
readonly new_: u32;
|
|
3359
|
+
readonly old: u32;
|
|
3360
|
+
} & Struct;
|
|
3361
|
+
readonly isAhUmpQueuePrioritySet: boolean;
|
|
3362
|
+
readonly asAhUmpQueuePrioritySet: {
|
|
3363
|
+
readonly prioritized: bool;
|
|
3364
|
+
readonly cycleBlock: u32;
|
|
3365
|
+
readonly cyclePeriod: u32;
|
|
3366
|
+
} & Struct;
|
|
3367
|
+
readonly isAhUmpQueuePriorityConfigSet: boolean;
|
|
3368
|
+
readonly asAhUmpQueuePriorityConfigSet: {
|
|
3369
|
+
readonly old: PezpalletRcMigratorQueuePriority;
|
|
3370
|
+
readonly new_: PezpalletRcMigratorQueuePriority;
|
|
3371
|
+
} & Struct;
|
|
3372
|
+
readonly isMigratedBalanceRecordSet: boolean;
|
|
3373
|
+
readonly asMigratedBalanceRecordSet: {
|
|
3374
|
+
readonly kept: u128;
|
|
3375
|
+
readonly migrated: u128;
|
|
3376
|
+
} & Struct;
|
|
3377
|
+
readonly isMigratedBalanceConsumed: boolean;
|
|
3378
|
+
readonly asMigratedBalanceConsumed: {
|
|
3379
|
+
readonly kept: u128;
|
|
3380
|
+
readonly migrated: u128;
|
|
3381
|
+
} & Struct;
|
|
3382
|
+
readonly isManagerSet: boolean;
|
|
3383
|
+
readonly asManagerSet: {
|
|
3384
|
+
readonly old: Option<AccountId32>;
|
|
3385
|
+
readonly new_: Option<AccountId32>;
|
|
3386
|
+
} & Struct;
|
|
3387
|
+
readonly isXcmSent: boolean;
|
|
3388
|
+
readonly asXcmSent: {
|
|
3389
|
+
readonly origin: StagingXcmV5Location;
|
|
3390
|
+
readonly destination: StagingXcmV5Location;
|
|
3391
|
+
readonly message: StagingXcmV5Xcm;
|
|
3392
|
+
readonly messageId: U8aFixed;
|
|
3393
|
+
} & Struct;
|
|
3394
|
+
readonly isStakingElectionsPaused: boolean;
|
|
3395
|
+
readonly isAccountsPreserved: boolean;
|
|
3396
|
+
readonly asAccountsPreserved: {
|
|
3397
|
+
readonly accounts: Vec<AccountId32>;
|
|
3398
|
+
} & Struct;
|
|
3399
|
+
readonly isCancellerSet: boolean;
|
|
3400
|
+
readonly asCancellerSet: {
|
|
3401
|
+
readonly old: Option<AccountId32>;
|
|
3402
|
+
readonly new_: Option<AccountId32>;
|
|
3403
|
+
} & Struct;
|
|
3404
|
+
readonly isMigrationPaused: boolean;
|
|
3405
|
+
readonly asMigrationPaused: {
|
|
3406
|
+
readonly pauseStage: PezpalletRcMigratorMigrationStage;
|
|
3407
|
+
} & Struct;
|
|
3408
|
+
readonly isMigrationCancelled: boolean;
|
|
3409
|
+
readonly isPureAccountsIndexed: boolean;
|
|
3410
|
+
readonly asPureAccountsIndexed: {
|
|
3411
|
+
readonly numPureAccounts: u32;
|
|
3412
|
+
} & Struct;
|
|
3413
|
+
readonly isManagerMultisigDispatched: boolean;
|
|
3414
|
+
readonly asManagerMultisigDispatched: {
|
|
3415
|
+
readonly res: Result<Null, PezspRuntimeDispatchError>;
|
|
3416
|
+
} & Struct;
|
|
3417
|
+
readonly isManagerMultisigVoted: boolean;
|
|
3418
|
+
readonly asManagerMultisigVoted: {
|
|
3419
|
+
readonly votes: u32;
|
|
3420
|
+
} & Struct;
|
|
3421
|
+
readonly isMigrationSettingsSet: boolean;
|
|
3422
|
+
readonly asMigrationSettingsSet: {
|
|
3423
|
+
readonly old: Option<PezpalletRcMigratorMigrationSettings>;
|
|
3424
|
+
readonly new_: Option<PezpalletRcMigratorMigrationSettings>;
|
|
3425
|
+
} & Struct;
|
|
3426
|
+
readonly type: 'StageTransition' | 'AssetHubMigrationStarted' | 'AssetHubMigrationFinished' | 'QueryResponseReceived' | 'XcmResendAttempt' | 'UnprocessedMsgBufferSet' | 'AhUmpQueuePrioritySet' | 'AhUmpQueuePriorityConfigSet' | 'MigratedBalanceRecordSet' | 'MigratedBalanceConsumed' | 'ManagerSet' | 'XcmSent' | 'StakingElectionsPaused' | 'AccountsPreserved' | 'CancellerSet' | 'MigrationPaused' | 'MigrationCancelled' | 'PureAccountsIndexed' | 'ManagerMultisigDispatched' | 'ManagerMultisigVoted' | 'MigrationSettingsSet';
|
|
3427
|
+
}
|
|
3428
|
+
/** @name PezkuwiRuntimeRuntimeHoldReason (623) */
|
|
3429
|
+
interface PezkuwiRuntimeRuntimeHoldReason extends Enum {
|
|
3430
|
+
readonly isStaking: boolean;
|
|
3431
|
+
readonly asStaking: PezpalletStakingPezpalletHoldReason;
|
|
3432
|
+
readonly isSession: boolean;
|
|
3433
|
+
readonly asSession: PezpalletSessionHoldReason;
|
|
3434
|
+
readonly isPreimage: boolean;
|
|
3435
|
+
readonly asPreimage: PezpalletPreimageHoldReason;
|
|
3436
|
+
readonly isDelegatedStaking: boolean;
|
|
3437
|
+
readonly asDelegatedStaking: PezpalletDelegatedStakingHoldReason;
|
|
3438
|
+
readonly isStateTrieMigration: boolean;
|
|
3439
|
+
readonly asStateTrieMigration: PezpalletStateTrieMigrationHoldReason;
|
|
3440
|
+
readonly isXcmPallet: boolean;
|
|
3441
|
+
readonly asXcmPallet: PezpalletXcmHoldReason;
|
|
3442
|
+
readonly type: 'Staking' | 'Session' | 'Preimage' | 'DelegatedStaking' | 'StateTrieMigration' | 'XcmPallet';
|
|
3443
|
+
}
|
|
3444
|
+
/** @name PezpalletSessionHoldReason (626) */
|
|
3445
|
+
interface PezpalletSessionHoldReason extends Enum {
|
|
3446
|
+
readonly isKeys: boolean;
|
|
3447
|
+
readonly type: 'Keys';
|
|
3448
|
+
}
|
|
3449
|
+
/** @name PezpalletXcmHoldReason (629) */
|
|
3450
|
+
interface PezpalletXcmHoldReason extends Enum {
|
|
3451
|
+
readonly isAuthorizeAlias: boolean;
|
|
3452
|
+
readonly type: 'AuthorizeAlias';
|
|
3453
|
+
}
|
|
3454
|
+
/** @name PezkuwiRuntimeRuntimeFreezeReason (633) */
|
|
3455
|
+
interface PezkuwiRuntimeRuntimeFreezeReason extends Enum {
|
|
3456
|
+
readonly isNominationPools: boolean;
|
|
3457
|
+
readonly asNominationPools: PezpalletNominationPoolsFreezeReason;
|
|
3458
|
+
readonly type: 'NominationPools';
|
|
3459
|
+
}
|
|
3460
|
+
/** @name PezpalletReferendaReferendumInfo (693) */
|
|
3461
|
+
interface PezpalletReferendaReferendumInfo extends Enum {
|
|
3462
|
+
readonly isOngoing: boolean;
|
|
3463
|
+
readonly asOngoing: PezpalletReferendaReferendumStatus;
|
|
3464
|
+
readonly isApproved: boolean;
|
|
3465
|
+
readonly asApproved: ITuple<[u32, Option<PezpalletReferendaDeposit>, Option<PezpalletReferendaDeposit>]>;
|
|
3466
|
+
readonly isRejected: boolean;
|
|
3467
|
+
readonly asRejected: ITuple<[u32, Option<PezpalletReferendaDeposit>, Option<PezpalletReferendaDeposit>]>;
|
|
3468
|
+
readonly isCancelled: boolean;
|
|
3469
|
+
readonly asCancelled: ITuple<[u32, Option<PezpalletReferendaDeposit>, Option<PezpalletReferendaDeposit>]>;
|
|
3470
|
+
readonly isTimedOut: boolean;
|
|
3471
|
+
readonly asTimedOut: ITuple<[u32, Option<PezpalletReferendaDeposit>, Option<PezpalletReferendaDeposit>]>;
|
|
3472
|
+
readonly isKilled: boolean;
|
|
3473
|
+
readonly asKilled: u32;
|
|
3474
|
+
readonly type: 'Ongoing' | 'Approved' | 'Rejected' | 'Cancelled' | 'TimedOut' | 'Killed';
|
|
3475
|
+
}
|
|
3476
|
+
/** @name PezpalletReferendaReferendumStatus (694) */
|
|
3477
|
+
interface PezpalletReferendaReferendumStatus extends Struct {
|
|
3478
|
+
readonly track: u16;
|
|
3479
|
+
readonly origin: PezkuwiRuntimeOriginCaller;
|
|
3480
|
+
readonly proposal: PezframeSupportPreimagesBounded;
|
|
3481
|
+
readonly enactment: PezframeSupportScheduleDispatchTime;
|
|
3482
|
+
readonly submitted: u32;
|
|
3483
|
+
readonly submissionDeposit: PezpalletReferendaDeposit;
|
|
3484
|
+
readonly decisionDeposit: Option<PezpalletReferendaDeposit>;
|
|
3485
|
+
readonly deciding: Option<PezpalletReferendaDecidingStatus>;
|
|
3486
|
+
readonly tally: PezpalletConvictionVotingTally;
|
|
3487
|
+
readonly inQueue: bool;
|
|
3488
|
+
readonly alarm: Option<ITuple<[u32, ITuple<[u32, u32]>]>>;
|
|
3489
|
+
}
|
|
3490
|
+
/** @name PezkuwiRuntimeCommonClaimsPezpalletError (712) */
|
|
3491
|
+
interface PezkuwiRuntimeCommonClaimsPezpalletError extends Enum {
|
|
3492
|
+
readonly isInvalidEthereumSignature: boolean;
|
|
3493
|
+
readonly isSignerHasNoClaim: boolean;
|
|
3494
|
+
readonly isSenderHasNoClaim: boolean;
|
|
3495
|
+
readonly isPotUnderflow: boolean;
|
|
3496
|
+
readonly isInvalidStatement: boolean;
|
|
3497
|
+
readonly isVestedBalanceExists: boolean;
|
|
3498
|
+
readonly type: 'InvalidEthereumSignature' | 'SignerHasNoClaim' | 'SenderHasNoClaim' | 'PotUnderflow' | 'InvalidStatement' | 'VestedBalanceExists';
|
|
3499
|
+
}
|
|
3500
|
+
/** @name PezframeElectionProviderSupportBoundedSupports (738) */
|
|
3501
|
+
interface PezframeElectionProviderSupportBoundedSupports extends Vec<ITuple<[AccountId32, PezframeElectionProviderSupportBoundedSupport]>> {
|
|
3502
|
+
}
|
|
3503
|
+
/** @name PezframeElectionProviderSupportBoundedSupport (741) */
|
|
3504
|
+
interface PezframeElectionProviderSupportBoundedSupport extends Struct {
|
|
3505
|
+
readonly total: u128;
|
|
3506
|
+
readonly voters: Vec<ITuple<[AccountId32, u128]>>;
|
|
3507
|
+
}
|
|
3508
|
+
/** @name PezpalletStakingAsyncRcClientSessionReport (783) */
|
|
3509
|
+
interface PezpalletStakingAsyncRcClientSessionReport extends Struct {
|
|
3510
|
+
readonly endIndex: u32;
|
|
3511
|
+
readonly validatorPoints: Vec<ITuple<[AccountId32, u32]>>;
|
|
3512
|
+
readonly activationTimestamp: Option<ITuple<[u64, u32]>>;
|
|
3513
|
+
readonly leftover: bool;
|
|
3514
|
+
}
|
|
3515
|
+
/** @name PezpalletStakingAsyncRcClientOffence (787) */
|
|
3516
|
+
interface PezpalletStakingAsyncRcClientOffence extends Struct {
|
|
3517
|
+
readonly offender: AccountId32;
|
|
3518
|
+
readonly reporters: Vec<AccountId32>;
|
|
3519
|
+
readonly slashFraction: Perbill;
|
|
3520
|
+
}
|
|
3521
|
+
/** @name PezpalletStakingAsyncAhClientError (789) */
|
|
3522
|
+
interface PezpalletStakingAsyncAhClientError extends Enum {
|
|
3523
|
+
readonly isBlocked: boolean;
|
|
3524
|
+
readonly type: 'Blocked';
|
|
3525
|
+
}
|
|
3526
|
+
/** @name PezkuwiRuntimeTeyrchainsConfigurationHostConfiguration (790) */
|
|
3527
|
+
interface PezkuwiRuntimeTeyrchainsConfigurationHostConfiguration extends Struct {
|
|
3528
|
+
readonly maxCodeSize: u32;
|
|
3529
|
+
readonly maxHeadDataSize: u32;
|
|
3530
|
+
readonly maxUpwardQueueCount: u32;
|
|
3531
|
+
readonly maxUpwardQueueSize: u32;
|
|
3532
|
+
readonly maxUpwardMessageSize: u32;
|
|
3533
|
+
readonly maxUpwardMessageNumPerCandidate: u32;
|
|
3534
|
+
readonly hrmpMaxMessageNumPerCandidate: u32;
|
|
3535
|
+
readonly validationUpgradeCooldown: u32;
|
|
3536
|
+
readonly validationUpgradeDelay: u32;
|
|
3537
|
+
readonly asyncBackingParams: PezkuwiPrimitivesV8AsyncBackingAsyncBackingParams;
|
|
3538
|
+
readonly maxPovSize: u32;
|
|
3539
|
+
readonly maxDownwardMessageSize: u32;
|
|
3540
|
+
readonly hrmpMaxParachainOutboundChannels: u32;
|
|
3541
|
+
readonly hrmpSenderDeposit: u128;
|
|
3542
|
+
readonly hrmpRecipientDeposit: u128;
|
|
3543
|
+
readonly hrmpChannelMaxCapacity: u32;
|
|
3544
|
+
readonly hrmpChannelMaxTotalSize: u32;
|
|
3545
|
+
readonly hrmpMaxParachainInboundChannels: u32;
|
|
3546
|
+
readonly hrmpChannelMaxMessageSize: u32;
|
|
3547
|
+
readonly executorParams: PezkuwiPrimitivesV8ExecutorParams;
|
|
3548
|
+
readonly codeRetentionPeriod: u32;
|
|
3549
|
+
readonly maxValidators: Option<u32>;
|
|
3550
|
+
readonly disputePeriod: u32;
|
|
3551
|
+
readonly disputePostConclusionAcceptancePeriod: u32;
|
|
3552
|
+
readonly noShowSlots: u32;
|
|
3553
|
+
readonly nDelayTranches: u32;
|
|
3554
|
+
readonly zerothDelayTrancheWidth: u32;
|
|
3555
|
+
readonly neededApprovals: u32;
|
|
3556
|
+
readonly relayVrfModuloSamples: u32;
|
|
3557
|
+
readonly pvfVotingTtl: u32;
|
|
3558
|
+
readonly minimumValidationUpgradeDelay: u32;
|
|
3559
|
+
readonly minimumBackingVotes: u32;
|
|
3560
|
+
readonly nodeFeatures: BitVec;
|
|
3561
|
+
readonly approvalVotingParams: PezkuwiPrimitivesV8ApprovalVotingParams;
|
|
3562
|
+
readonly schedulerParams: PezkuwiPrimitivesV8SchedulerParams;
|
|
3563
|
+
}
|
|
3564
|
+
/** @name PezkuwiRuntimeTeyrchainsConfigurationPezpalletError (793) */
|
|
3565
|
+
interface PezkuwiRuntimeTeyrchainsConfigurationPezpalletError extends Enum {
|
|
3566
|
+
readonly isInvalidNewValue: boolean;
|
|
3567
|
+
readonly type: 'InvalidNewValue';
|
|
3568
|
+
}
|
|
3569
|
+
/** @name PezkuwiRuntimeTeyrchainsSharedAllowedRelayParentsTracker (796) */
|
|
3570
|
+
interface PezkuwiRuntimeTeyrchainsSharedAllowedRelayParentsTracker extends Struct {
|
|
3571
|
+
readonly buffer: Vec<PezkuwiRuntimeTeyrchainsSharedRelayParentInfo>;
|
|
3572
|
+
readonly latestNumber: u32;
|
|
3573
|
+
}
|
|
3574
|
+
/** @name PezkuwiRuntimeTeyrchainsSharedRelayParentInfo (798) */
|
|
3575
|
+
interface PezkuwiRuntimeTeyrchainsSharedRelayParentInfo extends Struct {
|
|
3576
|
+
readonly relayParent: H256;
|
|
3577
|
+
readonly stateRoot: H256;
|
|
3578
|
+
readonly claimQueue: BTreeMap<u32, BTreeMap<u8, BTreeSet<u32>>>;
|
|
3579
|
+
}
|
|
3580
|
+
/** @name PezkuwiRuntimeTeyrchainsInclusionCandidatePendingAvailability (808) */
|
|
3581
|
+
interface PezkuwiRuntimeTeyrchainsInclusionCandidatePendingAvailability extends Struct {
|
|
3582
|
+
readonly core: u32;
|
|
3583
|
+
readonly hash_: H256;
|
|
3584
|
+
readonly descriptor: PezkuwiPrimitivesVstagingCandidateDescriptorV2;
|
|
3585
|
+
readonly commitments: PezkuwiPrimitivesV8CandidateCommitments;
|
|
3586
|
+
readonly availabilityVotes: BitVec;
|
|
3587
|
+
readonly backers: BitVec;
|
|
3588
|
+
readonly relayParentNumber: u32;
|
|
3589
|
+
readonly backedInNumber: u32;
|
|
3590
|
+
readonly backingGroup: u32;
|
|
3591
|
+
}
|
|
3592
|
+
/** @name PezkuwiRuntimeTeyrchainsInclusionPezpalletError (809) */
|
|
3593
|
+
interface PezkuwiRuntimeTeyrchainsInclusionPezpalletError extends Enum {
|
|
3594
|
+
readonly isValidatorIndexOutOfBounds: boolean;
|
|
3595
|
+
readonly isUnscheduledCandidate: boolean;
|
|
3596
|
+
readonly isHeadDataTooLarge: boolean;
|
|
3597
|
+
readonly isPrematureCodeUpgrade: boolean;
|
|
3598
|
+
readonly isNewCodeTooLarge: boolean;
|
|
3599
|
+
readonly isDisallowedRelayParent: boolean;
|
|
3600
|
+
readonly isInvalidAssignment: boolean;
|
|
3601
|
+
readonly isInvalidGroupIndex: boolean;
|
|
3602
|
+
readonly isInsufficientBacking: boolean;
|
|
3603
|
+
readonly isInvalidBacking: boolean;
|
|
3604
|
+
readonly isValidationDataHashMismatch: boolean;
|
|
3605
|
+
readonly isIncorrectDownwardMessageHandling: boolean;
|
|
3606
|
+
readonly isInvalidUpwardMessages: boolean;
|
|
3607
|
+
readonly isHrmpWatermarkMishandling: boolean;
|
|
3608
|
+
readonly isInvalidOutboundHrmp: boolean;
|
|
3609
|
+
readonly isInvalidValidationCodeHash: boolean;
|
|
3610
|
+
readonly isParaHeadMismatch: boolean;
|
|
3611
|
+
readonly type: 'ValidatorIndexOutOfBounds' | 'UnscheduledCandidate' | 'HeadDataTooLarge' | 'PrematureCodeUpgrade' | 'NewCodeTooLarge' | 'DisallowedRelayParent' | 'InvalidAssignment' | 'InvalidGroupIndex' | 'InsufficientBacking' | 'InvalidBacking' | 'ValidationDataHashMismatch' | 'IncorrectDownwardMessageHandling' | 'InvalidUpwardMessages' | 'HrmpWatermarkMishandling' | 'InvalidOutboundHrmp' | 'InvalidValidationCodeHash' | 'ParaHeadMismatch';
|
|
3612
|
+
}
|
|
3613
|
+
/** @name PezkuwiPrimitivesVstagingScrapedOnChainVotes (810) */
|
|
3614
|
+
interface PezkuwiPrimitivesVstagingScrapedOnChainVotes extends Struct {
|
|
3615
|
+
readonly session: u32;
|
|
3616
|
+
readonly backingValidatorsPerCandidate: Vec<ITuple<[PezkuwiPrimitivesVstagingCandidateReceiptV2, Vec<ITuple<[u32, PezkuwiPrimitivesV8ValidityAttestation]>>]>>;
|
|
3617
|
+
readonly disputes: Vec<PezkuwiPrimitivesV8DisputeStatementSet>;
|
|
3618
|
+
}
|
|
3619
|
+
/** @name PezkuwiRuntimeTeyrchainsParasInherentPezpalletError (815) */
|
|
3620
|
+
interface PezkuwiRuntimeTeyrchainsParasInherentPezpalletError extends Enum {
|
|
3621
|
+
readonly isTooManyInclusionInherents: boolean;
|
|
3622
|
+
readonly isInvalidParentHeader: boolean;
|
|
3623
|
+
readonly isInherentDataFilteredDuringExecution: boolean;
|
|
3624
|
+
readonly isUnscheduledCandidate: boolean;
|
|
3625
|
+
readonly type: 'TooManyInclusionInherents' | 'InvalidParentHeader' | 'InherentDataFilteredDuringExecution' | 'UnscheduledCandidate';
|
|
3626
|
+
}
|
|
3627
|
+
/** @name PezkuwiRuntimeTeyrchainsSchedulerCommonAssignment (819) */
|
|
3628
|
+
interface PezkuwiRuntimeTeyrchainsSchedulerCommonAssignment extends Enum {
|
|
3629
|
+
readonly isPool: boolean;
|
|
3630
|
+
readonly asPool: {
|
|
3631
|
+
readonly paraId: u32;
|
|
3632
|
+
readonly coreIndex: u32;
|
|
3633
|
+
} & Struct;
|
|
3634
|
+
readonly isBulk: boolean;
|
|
3635
|
+
readonly asBulk: u32;
|
|
3636
|
+
readonly type: 'Pool' | 'Bulk';
|
|
3637
|
+
}
|
|
3638
|
+
/** @name PezkuwiRuntimeTeyrchainsParasPvfCheckActiveVoteState (822) */
|
|
3639
|
+
interface PezkuwiRuntimeTeyrchainsParasPvfCheckActiveVoteState extends Struct {
|
|
3640
|
+
readonly votesAccept: BitVec;
|
|
3641
|
+
readonly votesReject: BitVec;
|
|
3642
|
+
readonly age: u32;
|
|
3643
|
+
readonly createdAt: u32;
|
|
3644
|
+
readonly causes: Vec<PezkuwiRuntimeTeyrchainsParasPvfCheckCause>;
|
|
3645
|
+
}
|
|
3646
|
+
/** @name PezkuwiRuntimeTeyrchainsParasPvfCheckCause (824) */
|
|
3647
|
+
interface PezkuwiRuntimeTeyrchainsParasPvfCheckCause extends Enum {
|
|
3648
|
+
readonly isOnboarding: boolean;
|
|
3649
|
+
readonly asOnboarding: u32;
|
|
3650
|
+
readonly isUpgrade: boolean;
|
|
3651
|
+
readonly asUpgrade: {
|
|
3652
|
+
readonly id: u32;
|
|
3653
|
+
readonly includedAt: u32;
|
|
3654
|
+
readonly upgradeStrategy: PezkuwiRuntimeTeyrchainsParasUpgradeStrategy;
|
|
3655
|
+
} & Struct;
|
|
3656
|
+
readonly type: 'Onboarding' | 'Upgrade';
|
|
3657
|
+
}
|
|
3658
|
+
/** @name PezkuwiRuntimeTeyrchainsParasUpgradeStrategy (825) */
|
|
3659
|
+
interface PezkuwiRuntimeTeyrchainsParasUpgradeStrategy extends Enum {
|
|
3660
|
+
readonly isSetGoAheadSignal: boolean;
|
|
3661
|
+
readonly isApplyAtExpectedBlock: boolean;
|
|
3662
|
+
readonly type: 'SetGoAheadSignal' | 'ApplyAtExpectedBlock';
|
|
3663
|
+
}
|
|
3664
|
+
/** @name PezkuwiRuntimeTeyrchainsParasParaLifecycle (828) */
|
|
3665
|
+
interface PezkuwiRuntimeTeyrchainsParasParaLifecycle extends Enum {
|
|
3666
|
+
readonly isOnboarding: boolean;
|
|
3667
|
+
readonly isParathread: boolean;
|
|
3668
|
+
readonly isParachain: boolean;
|
|
3669
|
+
readonly isUpgradingParathread: boolean;
|
|
3670
|
+
readonly isDowngradingParachain: boolean;
|
|
3671
|
+
readonly isOffboardingParathread: boolean;
|
|
3672
|
+
readonly isOffboardingParachain: boolean;
|
|
3673
|
+
readonly type: 'Onboarding' | 'Parathread' | 'Parachain' | 'UpgradingParathread' | 'DowngradingParachain' | 'OffboardingParathread' | 'OffboardingParachain';
|
|
3674
|
+
}
|
|
3675
|
+
/** @name PezkuwiRuntimeTeyrchainsParasParaPastCodeMeta (830) */
|
|
3676
|
+
interface PezkuwiRuntimeTeyrchainsParasParaPastCodeMeta extends Struct {
|
|
3677
|
+
readonly upgradeTimes: Vec<PezkuwiRuntimeTeyrchainsParasReplacementTimes>;
|
|
3678
|
+
readonly lastPruned: Option<u32>;
|
|
3679
|
+
}
|
|
3680
|
+
/** @name PezkuwiRuntimeTeyrchainsParasReplacementTimes (832) */
|
|
3681
|
+
interface PezkuwiRuntimeTeyrchainsParasReplacementTimes extends Struct {
|
|
3682
|
+
readonly expectedAt: u32;
|
|
3683
|
+
readonly activatedAt: u32;
|
|
3684
|
+
}
|
|
3685
|
+
/** @name PezkuwiRuntimeTeyrchainsParasAuthorizedCodeHashAndExpiry (834) */
|
|
3686
|
+
interface PezkuwiRuntimeTeyrchainsParasAuthorizedCodeHashAndExpiry extends Struct {
|
|
3687
|
+
readonly codeHash: H256;
|
|
3688
|
+
readonly expireAt: u32;
|
|
3689
|
+
}
|
|
3690
|
+
/** @name PezkuwiPrimitivesV8UpgradeGoAhead (835) */
|
|
3691
|
+
interface PezkuwiPrimitivesV8UpgradeGoAhead extends Enum {
|
|
3692
|
+
readonly isAbort: boolean;
|
|
3693
|
+
readonly isGoAhead: boolean;
|
|
3694
|
+
readonly type: 'Abort' | 'GoAhead';
|
|
3695
|
+
}
|
|
3696
|
+
/** @name PezkuwiPrimitivesV8UpgradeRestriction (836) */
|
|
3697
|
+
interface PezkuwiPrimitivesV8UpgradeRestriction extends Enum {
|
|
3698
|
+
readonly isPresent: boolean;
|
|
3699
|
+
readonly type: 'Present';
|
|
3700
|
+
}
|
|
3701
|
+
/** @name PezkuwiRuntimeTeyrchainsParasParaGenesisArgs (837) */
|
|
3702
|
+
interface PezkuwiRuntimeTeyrchainsParasParaGenesisArgs extends Struct {
|
|
3703
|
+
readonly genesisHead: Bytes;
|
|
3704
|
+
readonly validationCode: Bytes;
|
|
3705
|
+
readonly paraKind: bool;
|
|
3706
|
+
}
|
|
3707
|
+
/** @name PezkuwiRuntimeTeyrchainsParasPezpalletError (838) */
|
|
3708
|
+
interface PezkuwiRuntimeTeyrchainsParasPezpalletError extends Enum {
|
|
3709
|
+
readonly isNotRegistered: boolean;
|
|
3710
|
+
readonly isCannotOnboard: boolean;
|
|
3711
|
+
readonly isCannotOffboard: boolean;
|
|
3712
|
+
readonly isCannotUpgrade: boolean;
|
|
3713
|
+
readonly isCannotDowngrade: boolean;
|
|
3714
|
+
readonly isPvfCheckStatementStale: boolean;
|
|
3715
|
+
readonly isPvfCheckStatementFuture: boolean;
|
|
3716
|
+
readonly isPvfCheckValidatorIndexOutOfBounds: boolean;
|
|
3717
|
+
readonly isPvfCheckInvalidSignature: boolean;
|
|
3718
|
+
readonly isPvfCheckDoubleVote: boolean;
|
|
3719
|
+
readonly isPvfCheckSubjectInvalid: boolean;
|
|
3720
|
+
readonly isCannotUpgradeCode: boolean;
|
|
3721
|
+
readonly isInvalidCode: boolean;
|
|
3722
|
+
readonly isNothingAuthorized: boolean;
|
|
3723
|
+
readonly isUnauthorized: boolean;
|
|
3724
|
+
readonly isInvalidBlockNumber: boolean;
|
|
3725
|
+
readonly type: 'NotRegistered' | 'CannotOnboard' | 'CannotOffboard' | 'CannotUpgrade' | 'CannotDowngrade' | 'PvfCheckStatementStale' | 'PvfCheckStatementFuture' | 'PvfCheckValidatorIndexOutOfBounds' | 'PvfCheckInvalidSignature' | 'PvfCheckDoubleVote' | 'PvfCheckSubjectInvalid' | 'CannotUpgradeCode' | 'InvalidCode' | 'NothingAuthorized' | 'Unauthorized' | 'InvalidBlockNumber';
|
|
3726
|
+
}
|
|
3727
|
+
/** @name PezkuwiRuntimeTeyrchainsInitializerBufferedSessionChange (840) */
|
|
3728
|
+
interface PezkuwiRuntimeTeyrchainsInitializerBufferedSessionChange extends Struct {
|
|
3729
|
+
readonly validators: Vec<PezkuwiPrimitivesV8ValidatorAppPublic>;
|
|
3730
|
+
readonly queued: Vec<PezkuwiPrimitivesV8ValidatorAppPublic>;
|
|
3731
|
+
readonly sessionIndex: u32;
|
|
3732
|
+
}
|
|
3733
|
+
/** @name PezkuwiCorePrimitivesInboundDownwardMessage (842) */
|
|
3734
|
+
interface PezkuwiCorePrimitivesInboundDownwardMessage extends Struct {
|
|
3735
|
+
readonly sentAt: u32;
|
|
3736
|
+
readonly msg: Bytes;
|
|
3737
|
+
}
|
|
3738
|
+
/** @name PezkuwiRuntimeTeyrchainsHrmpHrmpOpenChannelRequest (843) */
|
|
3739
|
+
interface PezkuwiRuntimeTeyrchainsHrmpHrmpOpenChannelRequest extends Struct {
|
|
3740
|
+
readonly confirmed: bool;
|
|
3741
|
+
readonly age: u32;
|
|
3742
|
+
readonly senderDeposit: u128;
|
|
3743
|
+
readonly maxMessageSize: u32;
|
|
3744
|
+
readonly maxCapacity: u32;
|
|
3745
|
+
readonly maxTotalSize: u32;
|
|
3746
|
+
}
|
|
3747
|
+
/** @name PezkuwiRuntimeTeyrchainsHrmpHrmpChannel (845) */
|
|
3748
|
+
interface PezkuwiRuntimeTeyrchainsHrmpHrmpChannel extends Struct {
|
|
3749
|
+
readonly maxCapacity: u32;
|
|
3750
|
+
readonly maxTotalSize: u32;
|
|
3751
|
+
readonly maxMessageSize: u32;
|
|
3752
|
+
readonly msgCount: u32;
|
|
3753
|
+
readonly totalSize: u32;
|
|
3754
|
+
readonly mqcHead: Option<H256>;
|
|
3755
|
+
readonly senderDeposit: u128;
|
|
3756
|
+
readonly recipientDeposit: u128;
|
|
3757
|
+
}
|
|
3758
|
+
/** @name PezkuwiCorePrimitivesInboundHrmpMessage (847) */
|
|
3759
|
+
interface PezkuwiCorePrimitivesInboundHrmpMessage extends Struct {
|
|
3760
|
+
readonly sentAt: u32;
|
|
3761
|
+
readonly data: Bytes;
|
|
3762
|
+
}
|
|
3763
|
+
/** @name PezkuwiRuntimeTeyrchainsHrmpPezpalletError (850) */
|
|
3764
|
+
interface PezkuwiRuntimeTeyrchainsHrmpPezpalletError extends Enum {
|
|
3765
|
+
readonly isOpenHrmpChannelToSelf: boolean;
|
|
3766
|
+
readonly isOpenHrmpChannelInvalidRecipient: boolean;
|
|
3767
|
+
readonly isOpenHrmpChannelZeroCapacity: boolean;
|
|
3768
|
+
readonly isOpenHrmpChannelCapacityExceedsLimit: boolean;
|
|
3769
|
+
readonly isOpenHrmpChannelZeroMessageSize: boolean;
|
|
3770
|
+
readonly isOpenHrmpChannelMessageSizeExceedsLimit: boolean;
|
|
3771
|
+
readonly isOpenHrmpChannelAlreadyExists: boolean;
|
|
3772
|
+
readonly isOpenHrmpChannelAlreadyRequested: boolean;
|
|
3773
|
+
readonly isOpenHrmpChannelLimitExceeded: boolean;
|
|
3774
|
+
readonly isAcceptHrmpChannelDoesntExist: boolean;
|
|
3775
|
+
readonly isAcceptHrmpChannelAlreadyConfirmed: boolean;
|
|
3776
|
+
readonly isAcceptHrmpChannelLimitExceeded: boolean;
|
|
3777
|
+
readonly isCloseHrmpChannelUnauthorized: boolean;
|
|
3778
|
+
readonly isCloseHrmpChannelDoesntExist: boolean;
|
|
3779
|
+
readonly isCloseHrmpChannelAlreadyUnderway: boolean;
|
|
3780
|
+
readonly isCancelHrmpOpenChannelUnauthorized: boolean;
|
|
3781
|
+
readonly isOpenHrmpChannelDoesntExist: boolean;
|
|
3782
|
+
readonly isOpenHrmpChannelAlreadyConfirmed: boolean;
|
|
3783
|
+
readonly isWrongWitness: boolean;
|
|
3784
|
+
readonly isChannelCreationNotAuthorized: boolean;
|
|
3785
|
+
readonly type: 'OpenHrmpChannelToSelf' | 'OpenHrmpChannelInvalidRecipient' | 'OpenHrmpChannelZeroCapacity' | 'OpenHrmpChannelCapacityExceedsLimit' | 'OpenHrmpChannelZeroMessageSize' | 'OpenHrmpChannelMessageSizeExceedsLimit' | 'OpenHrmpChannelAlreadyExists' | 'OpenHrmpChannelAlreadyRequested' | 'OpenHrmpChannelLimitExceeded' | 'AcceptHrmpChannelDoesntExist' | 'AcceptHrmpChannelAlreadyConfirmed' | 'AcceptHrmpChannelLimitExceeded' | 'CloseHrmpChannelUnauthorized' | 'CloseHrmpChannelDoesntExist' | 'CloseHrmpChannelAlreadyUnderway' | 'CancelHrmpOpenChannelUnauthorized' | 'OpenHrmpChannelDoesntExist' | 'OpenHrmpChannelAlreadyConfirmed' | 'WrongWitness' | 'ChannelCreationNotAuthorized';
|
|
3786
|
+
}
|
|
3787
|
+
/** @name PezkuwiPrimitivesV8SessionInfo (852) */
|
|
3788
|
+
interface PezkuwiPrimitivesV8SessionInfo extends Struct {
|
|
3789
|
+
readonly activeValidatorIndices: Vec<u32>;
|
|
3790
|
+
readonly randomSeed: U8aFixed;
|
|
3791
|
+
readonly disputePeriod: u32;
|
|
3792
|
+
readonly validators: PezkuwiPrimitivesV8IndexedVecValidatorIndex;
|
|
3793
|
+
readonly discoveryKeys: Vec<PezspAuthorityDiscoveryAppPublic>;
|
|
3794
|
+
readonly assignmentKeys: Vec<PezkuwiPrimitivesV8AssignmentAppPublic>;
|
|
3795
|
+
readonly validatorGroups: PezkuwiPrimitivesV8IndexedVecGroupIndex;
|
|
3796
|
+
readonly nCores: u32;
|
|
3797
|
+
readonly zerothDelayTrancheWidth: u32;
|
|
3798
|
+
readonly relayVrfModuloSamples: u32;
|
|
3799
|
+
readonly nDelayTranches: u32;
|
|
3800
|
+
readonly noShowSlots: u32;
|
|
3801
|
+
readonly neededApprovals: u32;
|
|
3802
|
+
}
|
|
3803
|
+
/** @name PezkuwiPrimitivesV8IndexedVecValidatorIndex (853) */
|
|
3804
|
+
interface PezkuwiPrimitivesV8IndexedVecValidatorIndex extends Vec<PezkuwiPrimitivesV8ValidatorAppPublic> {
|
|
3805
|
+
}
|
|
3806
|
+
/** @name PezkuwiPrimitivesV8IndexedVecGroupIndex (854) */
|
|
3807
|
+
interface PezkuwiPrimitivesV8IndexedVecGroupIndex extends Vec<Vec<u32>> {
|
|
3808
|
+
}
|
|
3809
|
+
/** @name PezkuwiPrimitivesV8DisputeState (856) */
|
|
3810
|
+
interface PezkuwiPrimitivesV8DisputeState extends Struct {
|
|
3811
|
+
readonly validatorsFor: BitVec;
|
|
3812
|
+
readonly validatorsAgainst: BitVec;
|
|
3813
|
+
readonly start: u32;
|
|
3814
|
+
readonly concludedAt: Option<u32>;
|
|
3815
|
+
}
|
|
3816
|
+
/** @name PezkuwiRuntimeTeyrchainsDisputesPezpalletError (858) */
|
|
3817
|
+
interface PezkuwiRuntimeTeyrchainsDisputesPezpalletError extends Enum {
|
|
3818
|
+
readonly isDuplicateDisputeStatementSets: boolean;
|
|
3819
|
+
readonly isAncientDisputeStatement: boolean;
|
|
3820
|
+
readonly isValidatorIndexOutOfBounds: boolean;
|
|
3821
|
+
readonly isInvalidSignature: boolean;
|
|
3822
|
+
readonly isDuplicateStatement: boolean;
|
|
3823
|
+
readonly isSingleSidedDispute: boolean;
|
|
3824
|
+
readonly isMaliciousBacker: boolean;
|
|
3825
|
+
readonly isMissingBackingVotes: boolean;
|
|
3826
|
+
readonly isUnconfirmedDispute: boolean;
|
|
3827
|
+
readonly type: 'DuplicateDisputeStatementSets' | 'AncientDisputeStatement' | 'ValidatorIndexOutOfBounds' | 'InvalidSignature' | 'DuplicateStatement' | 'SingleSidedDispute' | 'MaliciousBacker' | 'MissingBackingVotes' | 'UnconfirmedDispute';
|
|
3828
|
+
}
|
|
3829
|
+
/** @name PezkuwiPrimitivesVstagingPendingSlashes (859) */
|
|
3830
|
+
interface PezkuwiPrimitivesVstagingPendingSlashes extends Struct {
|
|
3831
|
+
readonly keys_: BTreeMap<u32, PezkuwiPrimitivesV8ValidatorAppPublic>;
|
|
3832
|
+
readonly kind: PezkuwiPrimitivesVstagingDisputeOffenceKind;
|
|
3833
|
+
}
|
|
3834
|
+
/** @name PezkuwiRuntimeTeyrchainsDisputesSlashingPezpalletError (863) */
|
|
3835
|
+
interface PezkuwiRuntimeTeyrchainsDisputesSlashingPezpalletError extends Enum {
|
|
3836
|
+
readonly isInvalidKeyOwnershipProof: boolean;
|
|
3837
|
+
readonly isInvalidSessionIndex: boolean;
|
|
3838
|
+
readonly isInvalidCandidateHash: boolean;
|
|
3839
|
+
readonly isInvalidValidatorIndex: boolean;
|
|
3840
|
+
readonly isValidatorIndexIdMismatch: boolean;
|
|
3841
|
+
readonly isDuplicateSlashingReport: boolean;
|
|
3842
|
+
readonly type: 'InvalidKeyOwnershipProof' | 'InvalidSessionIndex' | 'InvalidCandidateHash' | 'InvalidValidatorIndex' | 'ValidatorIndexIdMismatch' | 'DuplicateSlashingReport';
|
|
3843
|
+
}
|
|
3844
|
+
/** @name PezkuwiRuntimeTeyrchainsOnDemandTypesCoreAffinityCount (864) */
|
|
3845
|
+
interface PezkuwiRuntimeTeyrchainsOnDemandTypesCoreAffinityCount extends Struct {
|
|
3846
|
+
readonly coreIndex: u32;
|
|
3847
|
+
readonly count: u32;
|
|
3848
|
+
}
|
|
3849
|
+
/** @name PezkuwiRuntimeTeyrchainsOnDemandTypesQueueStatusType (865) */
|
|
3850
|
+
interface PezkuwiRuntimeTeyrchainsOnDemandTypesQueueStatusType extends Struct {
|
|
3851
|
+
readonly traffic: u128;
|
|
3852
|
+
readonly nextIndex: u32;
|
|
3853
|
+
readonly smallestIndex: u32;
|
|
3854
|
+
readonly freedIndices: BinaryHeapReverseQueueIndex;
|
|
3855
|
+
}
|
|
3856
|
+
/** @name BinaryHeapReverseQueueIndex (867) */
|
|
3857
|
+
interface BinaryHeapReverseQueueIndex extends Vec<u32> {
|
|
3858
|
+
}
|
|
3859
|
+
/** @name BinaryHeapEnqueuedOrder (870) */
|
|
3860
|
+
interface BinaryHeapEnqueuedOrder extends Vec<PezkuwiRuntimeTeyrchainsOnDemandTypesEnqueuedOrder> {
|
|
3861
|
+
}
|
|
3862
|
+
/** @name PezkuwiRuntimeTeyrchainsOnDemandTypesEnqueuedOrder (871) */
|
|
3863
|
+
interface PezkuwiRuntimeTeyrchainsOnDemandTypesEnqueuedOrder extends Struct {
|
|
3864
|
+
readonly paraId: u32;
|
|
3865
|
+
readonly idx: u32;
|
|
3866
|
+
}
|
|
3867
|
+
/** @name PezkuwiRuntimeTeyrchainsOnDemandPezpalletError (875) */
|
|
3868
|
+
interface PezkuwiRuntimeTeyrchainsOnDemandPezpalletError extends Enum {
|
|
3869
|
+
readonly isQueueFull: boolean;
|
|
3870
|
+
readonly isSpotPriceHigherThanMaxAmount: boolean;
|
|
3871
|
+
readonly isInsufficientCredits: boolean;
|
|
3872
|
+
readonly type: 'QueueFull' | 'SpotPriceHigherThanMaxAmount' | 'InsufficientCredits';
|
|
3873
|
+
}
|
|
3874
|
+
/** @name PezkuwiRuntimeTeyrchainsAssignerCoretimeSchedule (877) */
|
|
3875
|
+
interface PezkuwiRuntimeTeyrchainsAssignerCoretimeSchedule extends Struct {
|
|
3876
|
+
readonly assignments: Vec<ITuple<[PezpalletBrokerCoretimeInterfaceCoreAssignment, u16]>>;
|
|
3877
|
+
readonly endHint: Option<u32>;
|
|
3878
|
+
readonly nextSchedule: Option<u32>;
|
|
3879
|
+
}
|
|
3880
|
+
/** @name PezkuwiRuntimeTeyrchainsAssignerCoretimeCoreDescriptor (878) */
|
|
3881
|
+
interface PezkuwiRuntimeTeyrchainsAssignerCoretimeCoreDescriptor extends Struct {
|
|
3882
|
+
readonly queue: Option<PezkuwiRuntimeTeyrchainsAssignerCoretimeQueueDescriptor>;
|
|
3883
|
+
readonly currentWork: Option<PezkuwiRuntimeTeyrchainsAssignerCoretimeWorkState>;
|
|
3884
|
+
}
|
|
3885
|
+
/** @name PezkuwiRuntimeTeyrchainsAssignerCoretimeQueueDescriptor (880) */
|
|
3886
|
+
interface PezkuwiRuntimeTeyrchainsAssignerCoretimeQueueDescriptor extends Struct {
|
|
3887
|
+
readonly first: u32;
|
|
3888
|
+
readonly last: u32;
|
|
3889
|
+
}
|
|
3890
|
+
/** @name PezkuwiRuntimeTeyrchainsAssignerCoretimeWorkState (882) */
|
|
3891
|
+
interface PezkuwiRuntimeTeyrchainsAssignerCoretimeWorkState extends Struct {
|
|
3892
|
+
readonly assignments: Vec<ITuple<[PezpalletBrokerCoretimeInterfaceCoreAssignment, PezkuwiRuntimeTeyrchainsAssignerCoretimeAssignmentState]>>;
|
|
3893
|
+
readonly endHint: Option<u32>;
|
|
3894
|
+
readonly pos: u16;
|
|
3895
|
+
readonly step: u16;
|
|
3896
|
+
}
|
|
3897
|
+
/** @name PezkuwiRuntimeTeyrchainsAssignerCoretimeAssignmentState (885) */
|
|
3898
|
+
interface PezkuwiRuntimeTeyrchainsAssignerCoretimeAssignmentState extends Struct {
|
|
3899
|
+
readonly ratio: u16;
|
|
3900
|
+
readonly remaining: u16;
|
|
3901
|
+
}
|
|
3902
|
+
/** @name PezkuwiRuntimeTeyrchainsAssignerCoretimePezpalletError (886) */
|
|
3903
|
+
interface PezkuwiRuntimeTeyrchainsAssignerCoretimePezpalletError extends Enum {
|
|
3904
|
+
readonly isAssignmentsEmpty: boolean;
|
|
3905
|
+
readonly isDisallowedInsert: boolean;
|
|
3906
|
+
readonly type: 'AssignmentsEmpty' | 'DisallowedInsert';
|
|
3907
|
+
}
|
|
3908
|
+
/** @name PezkuwiRuntimeCommonParasRegistrarParaInfo (887) */
|
|
3909
|
+
interface PezkuwiRuntimeCommonParasRegistrarParaInfo extends Struct {
|
|
3910
|
+
readonly manager: AccountId32;
|
|
3911
|
+
readonly deposit: u128;
|
|
3912
|
+
readonly locked: Option<bool>;
|
|
3913
|
+
}
|
|
3914
|
+
/** @name PezkuwiRuntimeCommonParasRegistrarPezpalletError (889) */
|
|
3915
|
+
interface PezkuwiRuntimeCommonParasRegistrarPezpalletError extends Enum {
|
|
3916
|
+
readonly isNotRegistered: boolean;
|
|
3917
|
+
readonly isAlreadyRegistered: boolean;
|
|
3918
|
+
readonly isNotOwner: boolean;
|
|
3919
|
+
readonly isCodeTooLarge: boolean;
|
|
3920
|
+
readonly isHeadDataTooLarge: boolean;
|
|
3921
|
+
readonly isNotParachain: boolean;
|
|
3922
|
+
readonly isNotParathread: boolean;
|
|
3923
|
+
readonly isCannotDeregister: boolean;
|
|
3924
|
+
readonly isCannotDowngrade: boolean;
|
|
3925
|
+
readonly isCannotUpgrade: boolean;
|
|
3926
|
+
readonly isParaLocked: boolean;
|
|
3927
|
+
readonly isNotReserved: boolean;
|
|
3928
|
+
readonly isInvalidCode: boolean;
|
|
3929
|
+
readonly isCannotSwap: boolean;
|
|
3930
|
+
readonly type: 'NotRegistered' | 'AlreadyRegistered' | 'NotOwner' | 'CodeTooLarge' | 'HeadDataTooLarge' | 'NotParachain' | 'NotParathread' | 'CannotDeregister' | 'CannotDowngrade' | 'CannotUpgrade' | 'ParaLocked' | 'NotReserved' | 'InvalidCode' | 'CannotSwap';
|
|
3931
|
+
}
|
|
3932
|
+
/** @name PezkuwiRuntimeCommonSlotsPezpalletError (891) */
|
|
3933
|
+
interface PezkuwiRuntimeCommonSlotsPezpalletError extends Enum {
|
|
3934
|
+
readonly isParaNotOnboarding: boolean;
|
|
3935
|
+
readonly isLeaseError: boolean;
|
|
3936
|
+
readonly type: 'ParaNotOnboarding' | 'LeaseError';
|
|
3937
|
+
}
|
|
3938
|
+
/** @name PezkuwiRuntimeCommonAuctionsPezpalletError (896) */
|
|
3939
|
+
interface PezkuwiRuntimeCommonAuctionsPezpalletError extends Enum {
|
|
3940
|
+
readonly isAuctionInProgress: boolean;
|
|
3941
|
+
readonly isLeasePeriodInPast: boolean;
|
|
3942
|
+
readonly isParaNotRegistered: boolean;
|
|
3943
|
+
readonly isNotCurrentAuction: boolean;
|
|
3944
|
+
readonly isNotAuction: boolean;
|
|
3945
|
+
readonly isAuctionEnded: boolean;
|
|
3946
|
+
readonly isAlreadyLeasedOut: boolean;
|
|
3947
|
+
readonly type: 'AuctionInProgress' | 'LeasePeriodInPast' | 'ParaNotRegistered' | 'NotCurrentAuction' | 'NotAuction' | 'AuctionEnded' | 'AlreadyLeasedOut';
|
|
3948
|
+
}
|
|
3949
|
+
/** @name PezkuwiRuntimeCommonCrowdloanFundInfo (897) */
|
|
3950
|
+
interface PezkuwiRuntimeCommonCrowdloanFundInfo extends Struct {
|
|
3951
|
+
readonly depositor: AccountId32;
|
|
3952
|
+
readonly verifier: Option<PezspRuntimeMultiSigner>;
|
|
3953
|
+
readonly deposit: u128;
|
|
3954
|
+
readonly raised: u128;
|
|
3955
|
+
readonly end: u32;
|
|
3956
|
+
readonly cap: u128;
|
|
3957
|
+
readonly lastContribution: PezkuwiRuntimeCommonCrowdloanLastContribution;
|
|
3958
|
+
readonly firstPeriod: u32;
|
|
3959
|
+
readonly lastPeriod: u32;
|
|
3960
|
+
readonly fundIndex: u32;
|
|
3961
|
+
}
|
|
3962
|
+
/** @name PezkuwiRuntimeCommonCrowdloanLastContribution (898) */
|
|
3963
|
+
interface PezkuwiRuntimeCommonCrowdloanLastContribution extends Enum {
|
|
3964
|
+
readonly isNever: boolean;
|
|
3965
|
+
readonly isPreEnding: boolean;
|
|
3966
|
+
readonly asPreEnding: u32;
|
|
3967
|
+
readonly isEnding: boolean;
|
|
3968
|
+
readonly asEnding: u32;
|
|
3969
|
+
readonly type: 'Never' | 'PreEnding' | 'Ending';
|
|
3970
|
+
}
|
|
3971
|
+
/** @name PezkuwiRuntimeCommonCrowdloanPezpalletError (899) */
|
|
3972
|
+
interface PezkuwiRuntimeCommonCrowdloanPezpalletError extends Enum {
|
|
3973
|
+
readonly isFirstPeriodInPast: boolean;
|
|
3974
|
+
readonly isFirstPeriodTooFarInFuture: boolean;
|
|
3975
|
+
readonly isLastPeriodBeforeFirstPeriod: boolean;
|
|
3976
|
+
readonly isLastPeriodTooFarInFuture: boolean;
|
|
3977
|
+
readonly isCannotEndInPast: boolean;
|
|
3978
|
+
readonly isEndTooFarInFuture: boolean;
|
|
3979
|
+
readonly isOverflow: boolean;
|
|
3980
|
+
readonly isContributionTooSmall: boolean;
|
|
3981
|
+
readonly isInvalidParaId: boolean;
|
|
3982
|
+
readonly isCapExceeded: boolean;
|
|
3983
|
+
readonly isContributionPeriodOver: boolean;
|
|
3984
|
+
readonly isInvalidOrigin: boolean;
|
|
3985
|
+
readonly isNotParachain: boolean;
|
|
3986
|
+
readonly isLeaseActive: boolean;
|
|
3987
|
+
readonly isBidOrLeaseActive: boolean;
|
|
3988
|
+
readonly isFundNotEnded: boolean;
|
|
3989
|
+
readonly isNoContributions: boolean;
|
|
3990
|
+
readonly isNotReadyToDissolve: boolean;
|
|
3991
|
+
readonly isInvalidSignature: boolean;
|
|
3992
|
+
readonly isMemoTooLarge: boolean;
|
|
3993
|
+
readonly isAlreadyInNewRaise: boolean;
|
|
3994
|
+
readonly isVrfDelayInProgress: boolean;
|
|
3995
|
+
readonly isNoLeasePeriod: boolean;
|
|
3996
|
+
readonly type: 'FirstPeriodInPast' | 'FirstPeriodTooFarInFuture' | 'LastPeriodBeforeFirstPeriod' | 'LastPeriodTooFarInFuture' | 'CannotEndInPast' | 'EndTooFarInFuture' | 'Overflow' | 'ContributionTooSmall' | 'InvalidParaId' | 'CapExceeded' | 'ContributionPeriodOver' | 'InvalidOrigin' | 'NotParachain' | 'LeaseActive' | 'BidOrLeaseActive' | 'FundNotEnded' | 'NoContributions' | 'NotReadyToDissolve' | 'InvalidSignature' | 'MemoTooLarge' | 'AlreadyInNewRaise' | 'VrfDelayInProgress' | 'NoLeasePeriod';
|
|
3997
|
+
}
|
|
3998
|
+
/** @name PezkuwiRuntimeTeyrchainsCoretimePezpalletError (900) */
|
|
3999
|
+
interface PezkuwiRuntimeTeyrchainsCoretimePezpalletError extends Enum {
|
|
4000
|
+
readonly isNotBroker: boolean;
|
|
4001
|
+
readonly isRequestedFutureRevenue: boolean;
|
|
4002
|
+
readonly isAssetTransferFailed: boolean;
|
|
4003
|
+
readonly type: 'NotBroker' | 'RequestedFutureRevenue' | 'AssetTransferFailed';
|
|
4004
|
+
}
|
|
4005
|
+
/** @name PezpalletXcmQueryStatus (901) */
|
|
4006
|
+
interface PezpalletXcmQueryStatus extends Enum {
|
|
4007
|
+
readonly isPending: boolean;
|
|
4008
|
+
readonly asPending: {
|
|
4009
|
+
readonly responder: XcmVersionedLocation;
|
|
4010
|
+
readonly maybeMatchQuerier: Option<XcmVersionedLocation>;
|
|
4011
|
+
readonly maybeNotify: Option<ITuple<[u8, u8]>>;
|
|
4012
|
+
readonly timeout: u32;
|
|
4013
|
+
} & Struct;
|
|
4014
|
+
readonly isVersionNotifier: boolean;
|
|
4015
|
+
readonly asVersionNotifier: {
|
|
4016
|
+
readonly origin: XcmVersionedLocation;
|
|
4017
|
+
readonly isActive: bool;
|
|
4018
|
+
} & Struct;
|
|
4019
|
+
readonly isReady: boolean;
|
|
4020
|
+
readonly asReady: {
|
|
4021
|
+
readonly response: XcmVersionedResponse;
|
|
4022
|
+
readonly at: u32;
|
|
4023
|
+
} & Struct;
|
|
4024
|
+
readonly type: 'Pending' | 'VersionNotifier' | 'Ready';
|
|
4025
|
+
}
|
|
4026
|
+
/** @name XcmVersionedResponse (905) */
|
|
4027
|
+
interface XcmVersionedResponse extends Enum {
|
|
4028
|
+
readonly isV3: boolean;
|
|
4029
|
+
readonly asV3: XcmV3Response;
|
|
4030
|
+
readonly isV4: boolean;
|
|
4031
|
+
readonly asV4: StagingXcmV4Response;
|
|
4032
|
+
readonly isV5: boolean;
|
|
4033
|
+
readonly asV5: StagingXcmV5Response;
|
|
4034
|
+
readonly type: 'V3' | 'V4' | 'V5';
|
|
4035
|
+
}
|
|
4036
|
+
/** @name PezpalletXcmVersionMigrationStage (911) */
|
|
4037
|
+
interface PezpalletXcmVersionMigrationStage extends Enum {
|
|
4038
|
+
readonly isMigrateSupportedVersion: boolean;
|
|
4039
|
+
readonly isMigrateVersionNotifiers: boolean;
|
|
4040
|
+
readonly isNotifyCurrentTargets: boolean;
|
|
4041
|
+
readonly asNotifyCurrentTargets: Option<Bytes>;
|
|
4042
|
+
readonly isMigrateAndNotifyOldTargets: boolean;
|
|
4043
|
+
readonly type: 'MigrateSupportedVersion' | 'MigrateVersionNotifiers' | 'NotifyCurrentTargets' | 'MigrateAndNotifyOldTargets';
|
|
4044
|
+
}
|
|
4045
|
+
/** @name PezpalletXcmRemoteLockedFungibleRecord (914) */
|
|
4046
|
+
interface PezpalletXcmRemoteLockedFungibleRecord extends Struct {
|
|
4047
|
+
readonly amount: u128;
|
|
4048
|
+
readonly owner: XcmVersionedLocation;
|
|
4049
|
+
readonly locker: XcmVersionedLocation;
|
|
4050
|
+
readonly consumers: Vec<ITuple<[Null, u128]>>;
|
|
4051
|
+
}
|
|
4052
|
+
/** @name PezpalletXcmAuthorizedAliasesEntry (921) */
|
|
4053
|
+
interface PezpalletXcmAuthorizedAliasesEntry extends Struct {
|
|
4054
|
+
readonly aliasers: Vec<XcmRuntimeApisAuthorizedAliasesOriginAliaser>;
|
|
4055
|
+
readonly ticket: PezframeSupportStorageDisabled;
|
|
4056
|
+
}
|
|
4057
|
+
/** @name PezframeSupportStorageDisabled (922) */
|
|
4058
|
+
type PezframeSupportStorageDisabled = Null;
|
|
4059
|
+
/** @name PezpalletXcmMaxAuthorizedAliases (923) */
|
|
4060
|
+
type PezpalletXcmMaxAuthorizedAliases = Null;
|
|
4061
|
+
/** @name XcmRuntimeApisAuthorizedAliasesOriginAliaser (925) */
|
|
4062
|
+
interface XcmRuntimeApisAuthorizedAliasesOriginAliaser extends Struct {
|
|
4063
|
+
readonly location: XcmVersionedLocation;
|
|
4064
|
+
readonly expiry: Option<u64>;
|
|
4065
|
+
}
|
|
4066
|
+
/** @name PezpalletXcmError (927) */
|
|
4067
|
+
interface PezpalletXcmError extends Enum {
|
|
4068
|
+
readonly isUnreachable: boolean;
|
|
4069
|
+
readonly isSendFailure: boolean;
|
|
4070
|
+
readonly isFiltered: boolean;
|
|
4071
|
+
readonly isUnweighableMessage: boolean;
|
|
4072
|
+
readonly isDestinationNotInvertible: boolean;
|
|
4073
|
+
readonly isEmpty: boolean;
|
|
4074
|
+
readonly isCannotReanchor: boolean;
|
|
4075
|
+
readonly isTooManyAssets: boolean;
|
|
4076
|
+
readonly isInvalidOrigin: boolean;
|
|
4077
|
+
readonly isBadVersion: boolean;
|
|
4078
|
+
readonly isBadLocation: boolean;
|
|
4079
|
+
readonly isNoSubscription: boolean;
|
|
4080
|
+
readonly isAlreadySubscribed: boolean;
|
|
4081
|
+
readonly isCannotCheckOutTeleport: boolean;
|
|
4082
|
+
readonly isLowBalance: boolean;
|
|
4083
|
+
readonly isTooManyLocks: boolean;
|
|
4084
|
+
readonly isAccountNotSovereign: boolean;
|
|
4085
|
+
readonly isFeesNotMet: boolean;
|
|
4086
|
+
readonly isLockNotFound: boolean;
|
|
4087
|
+
readonly isInUse: boolean;
|
|
4088
|
+
readonly isInvalidAssetUnknownReserve: boolean;
|
|
4089
|
+
readonly isInvalidAssetUnsupportedReserve: boolean;
|
|
4090
|
+
readonly isTooManyReserves: boolean;
|
|
4091
|
+
readonly isLocalExecutionIncomplete: boolean;
|
|
4092
|
+
readonly isTooManyAuthorizedAliases: boolean;
|
|
4093
|
+
readonly isExpiresInPast: boolean;
|
|
4094
|
+
readonly isAliasNotFound: boolean;
|
|
4095
|
+
readonly isLocalExecutionIncompleteWithError: boolean;
|
|
4096
|
+
readonly asLocalExecutionIncompleteWithError: {
|
|
4097
|
+
readonly index: u8;
|
|
4098
|
+
readonly error: PezpalletXcmErrorsExecutionError;
|
|
4099
|
+
} & Struct;
|
|
4100
|
+
readonly type: 'Unreachable' | 'SendFailure' | 'Filtered' | 'UnweighableMessage' | 'DestinationNotInvertible' | 'Empty' | 'CannotReanchor' | 'TooManyAssets' | 'InvalidOrigin' | 'BadVersion' | 'BadLocation' | 'NoSubscription' | 'AlreadySubscribed' | 'CannotCheckOutTeleport' | 'LowBalance' | 'TooManyLocks' | 'AccountNotSovereign' | 'FeesNotMet' | 'LockNotFound' | 'InUse' | 'InvalidAssetUnknownReserve' | 'InvalidAssetUnsupportedReserve' | 'TooManyReserves' | 'LocalExecutionIncomplete' | 'TooManyAuthorizedAliases' | 'ExpiresInPast' | 'AliasNotFound' | 'LocalExecutionIncompleteWithError';
|
|
4101
|
+
}
|
|
4102
|
+
/** @name PezpalletXcmErrorsExecutionError (928) */
|
|
4103
|
+
interface PezpalletXcmErrorsExecutionError extends Enum {
|
|
4104
|
+
readonly isOverflow: boolean;
|
|
4105
|
+
readonly isUnimplemented: boolean;
|
|
4106
|
+
readonly isUntrustedReserveLocation: boolean;
|
|
4107
|
+
readonly isUntrustedTeleportLocation: boolean;
|
|
4108
|
+
readonly isLocationFull: boolean;
|
|
4109
|
+
readonly isLocationNotInvertible: boolean;
|
|
4110
|
+
readonly isBadOrigin: boolean;
|
|
4111
|
+
readonly isInvalidLocation: boolean;
|
|
4112
|
+
readonly isAssetNotFound: boolean;
|
|
4113
|
+
readonly isFailedToTransactAsset: boolean;
|
|
4114
|
+
readonly isNotWithdrawable: boolean;
|
|
4115
|
+
readonly isLocationCannotHold: boolean;
|
|
4116
|
+
readonly isExceedsMaxMessageSize: boolean;
|
|
4117
|
+
readonly isDestinationUnsupported: boolean;
|
|
4118
|
+
readonly isTransport: boolean;
|
|
4119
|
+
readonly isUnroutable: boolean;
|
|
4120
|
+
readonly isUnknownClaim: boolean;
|
|
4121
|
+
readonly isFailedToDecode: boolean;
|
|
4122
|
+
readonly isMaxWeightInvalid: boolean;
|
|
4123
|
+
readonly isNotHoldingFees: boolean;
|
|
4124
|
+
readonly isTooExpensive: boolean;
|
|
4125
|
+
readonly isTrap: boolean;
|
|
4126
|
+
readonly isExpectationFalse: boolean;
|
|
4127
|
+
readonly isPalletNotFound: boolean;
|
|
4128
|
+
readonly isNameMismatch: boolean;
|
|
4129
|
+
readonly isVersionIncompatible: boolean;
|
|
4130
|
+
readonly isHoldingWouldOverflow: boolean;
|
|
4131
|
+
readonly isExportError: boolean;
|
|
4132
|
+
readonly isReanchorFailed: boolean;
|
|
4133
|
+
readonly isNoDeal: boolean;
|
|
4134
|
+
readonly isFeesNotMet: boolean;
|
|
4135
|
+
readonly isLockError: boolean;
|
|
4136
|
+
readonly isNoPermission: boolean;
|
|
4137
|
+
readonly isUnanchored: boolean;
|
|
4138
|
+
readonly isNotDepositable: boolean;
|
|
4139
|
+
readonly isTooManyAssets: boolean;
|
|
4140
|
+
readonly isUnhandledXcmVersion: boolean;
|
|
4141
|
+
readonly isWeightLimitReached: boolean;
|
|
4142
|
+
readonly isBarrier: boolean;
|
|
4143
|
+
readonly isWeightNotComputable: boolean;
|
|
4144
|
+
readonly isExceedsStackLimit: boolean;
|
|
4145
|
+
readonly type: 'Overflow' | 'Unimplemented' | 'UntrustedReserveLocation' | 'UntrustedTeleportLocation' | 'LocationFull' | 'LocationNotInvertible' | 'BadOrigin' | 'InvalidLocation' | 'AssetNotFound' | 'FailedToTransactAsset' | 'NotWithdrawable' | 'LocationCannotHold' | 'ExceedsMaxMessageSize' | 'DestinationUnsupported' | 'Transport' | 'Unroutable' | 'UnknownClaim' | 'FailedToDecode' | 'MaxWeightInvalid' | 'NotHoldingFees' | 'TooExpensive' | 'Trap' | 'ExpectationFalse' | 'PalletNotFound' | 'NameMismatch' | 'VersionIncompatible' | 'HoldingWouldOverflow' | 'ExportError' | 'ReanchorFailed' | 'NoDeal' | 'FeesNotMet' | 'LockError' | 'NoPermission' | 'Unanchored' | 'NotDepositable' | 'TooManyAssets' | 'UnhandledXcmVersion' | 'WeightLimitReached' | 'Barrier' | 'WeightNotComputable' | 'ExceedsStackLimit';
|
|
4146
|
+
}
|
|
4147
|
+
/** @name PezpalletRcMigratorAccountsAccountState (941) */
|
|
4148
|
+
interface PezpalletRcMigratorAccountsAccountState extends Enum {
|
|
4149
|
+
readonly isMigrate: boolean;
|
|
4150
|
+
readonly isPreserve: boolean;
|
|
4151
|
+
readonly isPart: boolean;
|
|
4152
|
+
readonly asPart: {
|
|
4153
|
+
readonly free: u128;
|
|
4154
|
+
readonly reserved: u128;
|
|
4155
|
+
readonly consumers: u32;
|
|
4156
|
+
} & Struct;
|
|
4157
|
+
readonly type: 'Migrate' | 'Preserve' | 'Part';
|
|
4158
|
+
}
|
|
4159
|
+
/** @name PezpalletRcMigratorAccountsMigratedBalances (942) */
|
|
4160
|
+
interface PezpalletRcMigratorAccountsMigratedBalances extends Struct {
|
|
4161
|
+
readonly kept: u128;
|
|
4162
|
+
readonly migrated: u128;
|
|
4163
|
+
}
|
|
4164
|
+
/** @name PezpalletRcMigratorError (943) */
|
|
4165
|
+
interface PezpalletRcMigratorError extends Enum {
|
|
4166
|
+
readonly isUnreachable: boolean;
|
|
4167
|
+
readonly isOutOfWeight: boolean;
|
|
4168
|
+
readonly isXcmError: boolean;
|
|
4169
|
+
readonly isFailedToWithdrawAccount: boolean;
|
|
4170
|
+
readonly isPastBlockNumber: boolean;
|
|
4171
|
+
readonly isEraEndsTooSoon: boolean;
|
|
4172
|
+
readonly isBalanceOverflow: boolean;
|
|
4173
|
+
readonly isBalanceUnderflow: boolean;
|
|
4174
|
+
readonly isInvalidQueryResponse: boolean;
|
|
4175
|
+
readonly isQueryNotFound: boolean;
|
|
4176
|
+
readonly isXcmSendError: boolean;
|
|
4177
|
+
readonly isUnreachableStage: boolean;
|
|
4178
|
+
readonly isInvalidParameter: boolean;
|
|
4179
|
+
readonly isAhUmpQueuePriorityAlreadySet: boolean;
|
|
4180
|
+
readonly isAccountReferenced: boolean;
|
|
4181
|
+
readonly isBadXcmVersion: boolean;
|
|
4182
|
+
readonly isInvalidOrigin: boolean;
|
|
4183
|
+
readonly isInvalidStageTransition: boolean;
|
|
4184
|
+
readonly isUnsignedValidationFailed: boolean;
|
|
4185
|
+
readonly type: 'Unreachable' | 'OutOfWeight' | 'XcmError' | 'FailedToWithdrawAccount' | 'PastBlockNumber' | 'EraEndsTooSoon' | 'BalanceOverflow' | 'BalanceUnderflow' | 'InvalidQueryResponse' | 'QueryNotFound' | 'XcmSendError' | 'UnreachableStage' | 'InvalidParameter' | 'AhUmpQueuePriorityAlreadySet' | 'AccountReferenced' | 'BadXcmVersion' | 'InvalidOrigin' | 'InvalidStageTransition' | 'UnsignedValidationFailed';
|
|
4186
|
+
}
|
|
4187
|
+
/** @name PezpalletTransactionPaymentChargeTransactionPayment (953) */
|
|
4188
|
+
interface PezpalletTransactionPaymentChargeTransactionPayment extends Compact<u128> {
|
|
4189
|
+
}
|
|
4190
|
+
/** @name PezkuwiRuntimeCommonClaimsPrevalidateAttests (954) */
|
|
4191
|
+
type PezkuwiRuntimeCommonClaimsPrevalidateAttests = Null;
|
|
4192
|
+
/** @name PezkuwiRuntimeRuntime (957) */
|
|
4193
|
+
type PezkuwiRuntimeRuntime = Null;
|
|
4194
|
+
/** @name RelayCommonApisInflationInfo (958) */
|
|
4195
|
+
interface RelayCommonApisInflationInfo extends Struct {
|
|
4196
|
+
readonly inflation: Perquintill;
|
|
4197
|
+
readonly nextMint: ITuple<[u128, u128]>;
|
|
4198
|
+
}
|
|
4199
|
+
/** @name PezkuwiPrimitivesV8GroupRotationInfo (981) */
|
|
4200
|
+
interface PezkuwiPrimitivesV8GroupRotationInfo extends Struct {
|
|
4201
|
+
readonly sessionStartBlock: u32;
|
|
4202
|
+
readonly groupRotationFrequency: u32;
|
|
4203
|
+
readonly now: u32;
|
|
4204
|
+
}
|
|
4205
|
+
/** @name PezkuwiPrimitivesVstagingCoreState (983) */
|
|
4206
|
+
interface PezkuwiPrimitivesVstagingCoreState extends Enum {
|
|
4207
|
+
readonly isOccupied: boolean;
|
|
4208
|
+
readonly asOccupied: PezkuwiPrimitivesVstagingOccupiedCore;
|
|
4209
|
+
readonly isScheduled: boolean;
|
|
4210
|
+
readonly asScheduled: PezkuwiPrimitivesV8ScheduledCore;
|
|
4211
|
+
readonly isFree: boolean;
|
|
4212
|
+
readonly type: 'Occupied' | 'Scheduled' | 'Free';
|
|
4213
|
+
}
|
|
4214
|
+
/** @name PezkuwiPrimitivesVstagingOccupiedCore (984) */
|
|
4215
|
+
interface PezkuwiPrimitivesVstagingOccupiedCore extends Struct {
|
|
4216
|
+
readonly nextUpOnAvailable: Option<PezkuwiPrimitivesV8ScheduledCore>;
|
|
4217
|
+
readonly occupiedSince: u32;
|
|
4218
|
+
readonly timeOutAt: u32;
|
|
4219
|
+
readonly nextUpOnTimeOut: Option<PezkuwiPrimitivesV8ScheduledCore>;
|
|
4220
|
+
readonly availability: BitVec;
|
|
4221
|
+
readonly groupResponsible: u32;
|
|
4222
|
+
readonly candidateHash: H256;
|
|
4223
|
+
readonly candidateDescriptor: PezkuwiPrimitivesVstagingCandidateDescriptorV2;
|
|
4224
|
+
}
|
|
4225
|
+
/** @name PezkuwiPrimitivesV8ScheduledCore (986) */
|
|
4226
|
+
interface PezkuwiPrimitivesV8ScheduledCore extends Struct {
|
|
4227
|
+
readonly paraId: u32;
|
|
4228
|
+
readonly collator: Option<PezkuwiPrimitivesV8CollatorAppPublic>;
|
|
4229
|
+
}
|
|
4230
|
+
/** @name PezkuwiPrimitivesV8CollatorAppPublic (988) */
|
|
4231
|
+
interface PezkuwiPrimitivesV8CollatorAppPublic extends U8aFixed {
|
|
4232
|
+
}
|
|
4233
|
+
/** @name PezkuwiPrimitivesV8OccupiedCoreAssumption (989) */
|
|
4234
|
+
interface PezkuwiPrimitivesV8OccupiedCoreAssumption extends Enum {
|
|
4235
|
+
readonly isIncluded: boolean;
|
|
4236
|
+
readonly isTimedOut: boolean;
|
|
4237
|
+
readonly isFree: boolean;
|
|
4238
|
+
readonly type: 'Included' | 'TimedOut' | 'Free';
|
|
4239
|
+
}
|
|
4240
|
+
/** @name PezkuwiPrimitivesV8PersistedValidationData (991) */
|
|
4241
|
+
interface PezkuwiPrimitivesV8PersistedValidationData extends Struct {
|
|
4242
|
+
readonly parentHead: Bytes;
|
|
4243
|
+
readonly relayParentNumber: u32;
|
|
4244
|
+
readonly relayParentStorageRoot: H256;
|
|
4245
|
+
readonly maxPovSize: u32;
|
|
4246
|
+
}
|
|
4247
|
+
/** @name PezkuwiPrimitivesVstagingCandidateEvent (996) */
|
|
4248
|
+
interface PezkuwiPrimitivesVstagingCandidateEvent extends Enum {
|
|
4249
|
+
readonly isCandidateBacked: boolean;
|
|
4250
|
+
readonly asCandidateBacked: ITuple<[PezkuwiPrimitivesVstagingCandidateReceiptV2, Bytes, u32, u32]>;
|
|
4251
|
+
readonly isCandidateIncluded: boolean;
|
|
4252
|
+
readonly asCandidateIncluded: ITuple<[PezkuwiPrimitivesVstagingCandidateReceiptV2, Bytes, u32, u32]>;
|
|
4253
|
+
readonly isCandidateTimedOut: boolean;
|
|
4254
|
+
readonly asCandidateTimedOut: ITuple<[PezkuwiPrimitivesVstagingCandidateReceiptV2, Bytes, u32]>;
|
|
4255
|
+
readonly type: 'CandidateBacked' | 'CandidateIncluded' | 'CandidateTimedOut';
|
|
4256
|
+
}
|
|
4257
|
+
/** @name PezkuwiPrimitivesV8SlashingPendingSlashes (1008) */
|
|
4258
|
+
interface PezkuwiPrimitivesV8SlashingPendingSlashes extends Struct {
|
|
4259
|
+
readonly keys_: BTreeMap<u32, PezkuwiPrimitivesV8ValidatorAppPublic>;
|
|
4260
|
+
readonly kind: PezkuwiPrimitivesV8SlashingSlashingOffenceKind;
|
|
4261
|
+
}
|
|
4262
|
+
/** @name PezkuwiPrimitivesV8SlashingSlashingOffenceKind (1009) */
|
|
4263
|
+
interface PezkuwiPrimitivesV8SlashingSlashingOffenceKind extends Enum {
|
|
4264
|
+
readonly isForInvalid: boolean;
|
|
4265
|
+
readonly isAgainstValid: boolean;
|
|
4266
|
+
readonly type: 'ForInvalid' | 'AgainstValid';
|
|
4267
|
+
}
|
|
4268
|
+
/** @name PezkuwiPrimitivesV8SlashingDisputeProof (1012) */
|
|
4269
|
+
interface PezkuwiPrimitivesV8SlashingDisputeProof extends Struct {
|
|
4270
|
+
readonly timeSlot: PezkuwiPrimitivesV8SlashingDisputesTimeSlot;
|
|
4271
|
+
readonly kind: PezkuwiPrimitivesV8SlashingSlashingOffenceKind;
|
|
4272
|
+
readonly validatorIndex: u32;
|
|
4273
|
+
readonly validatorId: PezkuwiPrimitivesV8ValidatorAppPublic;
|
|
4274
|
+
}
|
|
4275
|
+
/** @name PezkuwiPrimitivesVstagingAsyncBackingBackingState (1014) */
|
|
4276
|
+
interface PezkuwiPrimitivesVstagingAsyncBackingBackingState extends Struct {
|
|
4277
|
+
readonly constraints: PezkuwiPrimitivesV8AsyncBackingConstraints;
|
|
4278
|
+
readonly pendingAvailability: Vec<PezkuwiPrimitivesVstagingAsyncBackingCandidatePendingAvailability>;
|
|
4279
|
+
}
|
|
4280
|
+
/** @name PezkuwiPrimitivesV8AsyncBackingConstraints (1015) */
|
|
4281
|
+
interface PezkuwiPrimitivesV8AsyncBackingConstraints extends Struct {
|
|
4282
|
+
readonly minRelayParentNumber: u32;
|
|
4283
|
+
readonly maxPovSize: u32;
|
|
4284
|
+
readonly maxCodeSize: u32;
|
|
4285
|
+
readonly umpRemaining: u32;
|
|
4286
|
+
readonly umpRemainingBytes: u32;
|
|
4287
|
+
readonly maxUmpNumPerCandidate: u32;
|
|
4288
|
+
readonly dmpRemainingMessages: Vec<u32>;
|
|
4289
|
+
readonly hrmpInbound: PezkuwiPrimitivesV8AsyncBackingInboundHrmpLimitations;
|
|
4290
|
+
readonly hrmpChannelsOut: Vec<ITuple<[u32, PezkuwiPrimitivesV8AsyncBackingOutboundHrmpChannelLimitations]>>;
|
|
4291
|
+
readonly maxHrmpNumPerCandidate: u32;
|
|
4292
|
+
readonly requiredParent: Bytes;
|
|
4293
|
+
readonly validationCodeHash: H256;
|
|
4294
|
+
readonly upgradeRestriction: Option<PezkuwiPrimitivesV8UpgradeRestriction>;
|
|
4295
|
+
readonly futureValidationCode: Option<ITuple<[u32, H256]>>;
|
|
4296
|
+
}
|
|
4297
|
+
/** @name PezkuwiPrimitivesV8AsyncBackingInboundHrmpLimitations (1016) */
|
|
4298
|
+
interface PezkuwiPrimitivesV8AsyncBackingInboundHrmpLimitations extends Struct {
|
|
4299
|
+
readonly validWatermarks: Vec<u32>;
|
|
4300
|
+
}
|
|
4301
|
+
/** @name PezkuwiPrimitivesV8AsyncBackingOutboundHrmpChannelLimitations (1019) */
|
|
4302
|
+
interface PezkuwiPrimitivesV8AsyncBackingOutboundHrmpChannelLimitations extends Struct {
|
|
4303
|
+
readonly bytesRemaining: u32;
|
|
4304
|
+
readonly messagesRemaining: u32;
|
|
4305
|
+
}
|
|
4306
|
+
/** @name PezkuwiPrimitivesVstagingAsyncBackingCandidatePendingAvailability (1024) */
|
|
4307
|
+
interface PezkuwiPrimitivesVstagingAsyncBackingCandidatePendingAvailability extends Struct {
|
|
4308
|
+
readonly candidateHash: H256;
|
|
4309
|
+
readonly descriptor: PezkuwiPrimitivesVstagingCandidateDescriptorV2;
|
|
4310
|
+
readonly commitments: PezkuwiPrimitivesV8CandidateCommitments;
|
|
4311
|
+
readonly relayParentNumber: u32;
|
|
4312
|
+
readonly maxPovSize: u32;
|
|
4313
|
+
}
|
|
4314
|
+
/** @name PezkuwiPrimitivesVstagingAsyncBackingConstraints (1030) */
|
|
4315
|
+
interface PezkuwiPrimitivesVstagingAsyncBackingConstraints extends Struct {
|
|
4316
|
+
readonly minRelayParentNumber: u32;
|
|
4317
|
+
readonly maxPovSize: u32;
|
|
4318
|
+
readonly maxCodeSize: u32;
|
|
4319
|
+
readonly maxHeadDataSize: u32;
|
|
4320
|
+
readonly umpRemaining: u32;
|
|
4321
|
+
readonly umpRemainingBytes: u32;
|
|
4322
|
+
readonly maxUmpNumPerCandidate: u32;
|
|
4323
|
+
readonly dmpRemainingMessages: Vec<u32>;
|
|
4324
|
+
readonly hrmpInbound: PezkuwiPrimitivesV8AsyncBackingInboundHrmpLimitations;
|
|
4325
|
+
readonly hrmpChannelsOut: Vec<ITuple<[u32, PezkuwiPrimitivesV8AsyncBackingOutboundHrmpChannelLimitations]>>;
|
|
4326
|
+
readonly maxHrmpNumPerCandidate: u32;
|
|
4327
|
+
readonly requiredParent: Bytes;
|
|
4328
|
+
readonly validationCodeHash: H256;
|
|
4329
|
+
readonly upgradeRestriction: Option<PezkuwiPrimitivesV8UpgradeRestriction>;
|
|
4330
|
+
readonly futureValidationCode: Option<ITuple<[u32, H256]>>;
|
|
4331
|
+
}
|
|
4332
|
+
/** @name XcmRuntimeApisFeesError (1061) */
|
|
4333
|
+
interface XcmRuntimeApisFeesError extends Enum {
|
|
4334
|
+
readonly isUnimplemented: boolean;
|
|
4335
|
+
readonly isVersionedConversionFailed: boolean;
|
|
4336
|
+
readonly isWeightNotComputable: boolean;
|
|
4337
|
+
readonly isUnhandledXcmVersion: boolean;
|
|
4338
|
+
readonly isAssetNotFound: boolean;
|
|
4339
|
+
readonly isUnroutable: boolean;
|
|
4340
|
+
readonly type: 'Unimplemented' | 'VersionedConversionFailed' | 'WeightNotComputable' | 'UnhandledXcmVersion' | 'AssetNotFound' | 'Unroutable';
|
|
4341
|
+
}
|
|
4342
|
+
/** @name XcmRuntimeApisDryRunCallDryRunEffects (1066) */
|
|
4343
|
+
interface XcmRuntimeApisDryRunCallDryRunEffects extends Struct {
|
|
4344
|
+
readonly executionResult: Result<PezframeSupportDispatchPostDispatchInfo, PezspRuntimeDispatchErrorWithPostInfo>;
|
|
4345
|
+
readonly emittedEvents: Vec<RuntimeEvent>;
|
|
4346
|
+
readonly localXcm: Option<XcmVersionedXcm>;
|
|
4347
|
+
readonly forwardedXcms: Vec<ITuple<[XcmVersionedLocation, Vec<XcmVersionedXcm>]>>;
|
|
4348
|
+
}
|
|
4349
|
+
/** @name XcmRuntimeApisDryRunError (1072) */
|
|
4350
|
+
interface XcmRuntimeApisDryRunError extends Enum {
|
|
4351
|
+
readonly isUnimplemented: boolean;
|
|
4352
|
+
readonly isVersionedConversionFailed: boolean;
|
|
4353
|
+
readonly type: 'Unimplemented' | 'VersionedConversionFailed';
|
|
4354
|
+
}
|
|
4355
|
+
/** @name XcmRuntimeApisDryRunXcmDryRunEffects (1074) */
|
|
4356
|
+
interface XcmRuntimeApisDryRunXcmDryRunEffects extends Struct {
|
|
4357
|
+
readonly executionResult: StagingXcmV5TraitsOutcome;
|
|
4358
|
+
readonly emittedEvents: Vec<RuntimeEvent>;
|
|
4359
|
+
readonly forwardedXcms: Vec<ITuple<[XcmVersionedLocation, Vec<XcmVersionedXcm>]>>;
|
|
4360
|
+
}
|
|
4361
|
+
/** @name XcmRuntimeApisConversionsError (1076) */
|
|
4362
|
+
interface XcmRuntimeApisConversionsError extends Enum {
|
|
4363
|
+
readonly isUnsupported: boolean;
|
|
4364
|
+
readonly isVersionedConversionFailed: boolean;
|
|
4365
|
+
readonly type: 'Unsupported' | 'VersionedConversionFailed';
|
|
4366
|
+
}
|
|
4367
|
+
/** @name PezkuwiRuntimeRuntimeError (1080) */
|
|
4368
|
+
interface PezkuwiRuntimeRuntimeError extends Enum {
|
|
4369
|
+
readonly isSystem: boolean;
|
|
4370
|
+
readonly asSystem: PezframeSystemError;
|
|
4371
|
+
readonly isScheduler: boolean;
|
|
4372
|
+
readonly asScheduler: PezpalletSchedulerError;
|
|
4373
|
+
readonly isBabe: boolean;
|
|
4374
|
+
readonly asBabe: PezpalletBabeError;
|
|
4375
|
+
readonly isIndices: boolean;
|
|
4376
|
+
readonly asIndices: PezpalletIndicesError;
|
|
4377
|
+
readonly isBalances: boolean;
|
|
4378
|
+
readonly asBalances: PezpalletBalancesError;
|
|
4379
|
+
readonly isStaking: boolean;
|
|
4380
|
+
readonly asStaking: PezpalletStakingPezpalletError;
|
|
4381
|
+
readonly isSession: boolean;
|
|
4382
|
+
readonly asSession: PezpalletSessionError;
|
|
4383
|
+
readonly isPreimage: boolean;
|
|
4384
|
+
readonly asPreimage: PezpalletPreimageError;
|
|
4385
|
+
readonly isGrandpa: boolean;
|
|
4386
|
+
readonly asGrandpa: PezpalletGrandpaError;
|
|
4387
|
+
readonly isTreasury: boolean;
|
|
4388
|
+
readonly asTreasury: PezpalletTreasuryError;
|
|
4389
|
+
readonly isConvictionVoting: boolean;
|
|
4390
|
+
readonly asConvictionVoting: PezpalletConvictionVotingError;
|
|
4391
|
+
readonly isReferenda: boolean;
|
|
4392
|
+
readonly asReferenda: PezpalletReferendaError;
|
|
4393
|
+
readonly isWhitelist: boolean;
|
|
4394
|
+
readonly asWhitelist: PezpalletWhitelistError;
|
|
4395
|
+
readonly isClaims: boolean;
|
|
4396
|
+
readonly asClaims: PezkuwiRuntimeCommonClaimsPezpalletError;
|
|
4397
|
+
readonly isVesting: boolean;
|
|
4398
|
+
readonly asVesting: PezpalletVestingError;
|
|
4399
|
+
readonly isUtility: boolean;
|
|
4400
|
+
readonly asUtility: PezpalletUtilityError;
|
|
4401
|
+
readonly isProxy: boolean;
|
|
4402
|
+
readonly asProxy: PezpalletProxyError;
|
|
4403
|
+
readonly isMultisig: boolean;
|
|
4404
|
+
readonly asMultisig: PezpalletMultisigError;
|
|
4405
|
+
readonly isBounties: boolean;
|
|
4406
|
+
readonly asBounties: PezpalletBountiesError;
|
|
4407
|
+
readonly isElectionProviderMultiPhase: boolean;
|
|
4408
|
+
readonly asElectionProviderMultiPhase: PezpalletElectionProviderMultiPhaseError;
|
|
4409
|
+
readonly isVoterList: boolean;
|
|
4410
|
+
readonly asVoterList: PezpalletBagsListError;
|
|
4411
|
+
readonly isChildBounties: boolean;
|
|
4412
|
+
readonly asChildBounties: PezpalletChildBountiesError;
|
|
4413
|
+
readonly isNominationPools: boolean;
|
|
4414
|
+
readonly asNominationPools: PezpalletNominationPoolsError;
|
|
4415
|
+
readonly isFastUnstake: boolean;
|
|
4416
|
+
readonly asFastUnstake: PezpalletFastUnstakeError;
|
|
4417
|
+
readonly isDelegatedStaking: boolean;
|
|
4418
|
+
readonly asDelegatedStaking: PezpalletDelegatedStakingError;
|
|
4419
|
+
readonly isStakingAhClient: boolean;
|
|
4420
|
+
readonly asStakingAhClient: PezpalletStakingAsyncAhClientError;
|
|
4421
|
+
readonly isConfiguration: boolean;
|
|
4422
|
+
readonly asConfiguration: PezkuwiRuntimeTeyrchainsConfigurationPezpalletError;
|
|
4423
|
+
readonly isParaInclusion: boolean;
|
|
4424
|
+
readonly asParaInclusion: PezkuwiRuntimeTeyrchainsInclusionPezpalletError;
|
|
4425
|
+
readonly isParaInherent: boolean;
|
|
4426
|
+
readonly asParaInherent: PezkuwiRuntimeTeyrchainsParasInherentPezpalletError;
|
|
4427
|
+
readonly isParas: boolean;
|
|
4428
|
+
readonly asParas: PezkuwiRuntimeTeyrchainsParasPezpalletError;
|
|
4429
|
+
readonly isHrmp: boolean;
|
|
4430
|
+
readonly asHrmp: PezkuwiRuntimeTeyrchainsHrmpPezpalletError;
|
|
4431
|
+
readonly isParasDisputes: boolean;
|
|
4432
|
+
readonly asParasDisputes: PezkuwiRuntimeTeyrchainsDisputesPezpalletError;
|
|
4433
|
+
readonly isParasSlashing: boolean;
|
|
4434
|
+
readonly asParasSlashing: PezkuwiRuntimeTeyrchainsDisputesSlashingPezpalletError;
|
|
4435
|
+
readonly isOnDemand: boolean;
|
|
4436
|
+
readonly asOnDemand: PezkuwiRuntimeTeyrchainsOnDemandPezpalletError;
|
|
4437
|
+
readonly isCoretimeAssignmentProvider: boolean;
|
|
4438
|
+
readonly asCoretimeAssignmentProvider: PezkuwiRuntimeTeyrchainsAssignerCoretimePezpalletError;
|
|
4439
|
+
readonly isRegistrar: boolean;
|
|
4440
|
+
readonly asRegistrar: PezkuwiRuntimeCommonParasRegistrarPezpalletError;
|
|
4441
|
+
readonly isSlots: boolean;
|
|
4442
|
+
readonly asSlots: PezkuwiRuntimeCommonSlotsPezpalletError;
|
|
4443
|
+
readonly isAuctions: boolean;
|
|
4444
|
+
readonly asAuctions: PezkuwiRuntimeCommonAuctionsPezpalletError;
|
|
4445
|
+
readonly isCrowdloan: boolean;
|
|
4446
|
+
readonly asCrowdloan: PezkuwiRuntimeCommonCrowdloanPezpalletError;
|
|
4447
|
+
readonly isCoretime: boolean;
|
|
4448
|
+
readonly asCoretime: PezkuwiRuntimeTeyrchainsCoretimePezpalletError;
|
|
4449
|
+
readonly isStateTrieMigration: boolean;
|
|
4450
|
+
readonly asStateTrieMigration: PezpalletStateTrieMigrationError;
|
|
4451
|
+
readonly isXcmPallet: boolean;
|
|
4452
|
+
readonly asXcmPallet: PezpalletXcmError;
|
|
4453
|
+
readonly isMessageQueue: boolean;
|
|
4454
|
+
readonly asMessageQueue: PezpalletMessageQueueError;
|
|
4455
|
+
readonly isAssetRate: boolean;
|
|
4456
|
+
readonly asAssetRate: PezpalletAssetRateError;
|
|
4457
|
+
readonly isBeefy: boolean;
|
|
4458
|
+
readonly asBeefy: PezpalletBeefyError;
|
|
4459
|
+
readonly isRcMigrator: boolean;
|
|
4460
|
+
readonly asRcMigrator: PezpalletRcMigratorError;
|
|
4461
|
+
readonly type: 'System' | 'Scheduler' | 'Babe' | 'Indices' | 'Balances' | 'Staking' | 'Session' | 'Preimage' | 'Grandpa' | 'Treasury' | 'ConvictionVoting' | 'Referenda' | 'Whitelist' | 'Claims' | 'Vesting' | 'Utility' | 'Proxy' | 'Multisig' | 'Bounties' | 'ElectionProviderMultiPhase' | 'VoterList' | 'ChildBounties' | 'NominationPools' | 'FastUnstake' | 'DelegatedStaking' | 'StakingAhClient' | 'Configuration' | 'ParaInclusion' | 'ParaInherent' | 'Paras' | 'Hrmp' | 'ParasDisputes' | 'ParasSlashing' | 'OnDemand' | 'CoretimeAssignmentProvider' | 'Registrar' | 'Slots' | 'Auctions' | 'Crowdloan' | 'Coretime' | 'StateTrieMigration' | 'XcmPallet' | 'MessageQueue' | 'AssetRate' | 'Beefy' | 'RcMigrator';
|
|
4462
|
+
}
|
|
4463
|
+
}
|