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