@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,2711 +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, 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, H256, MultiAddress, PerU16, Perbill, Percent } from '@pezkuwi/types/interfaces/runtime';
|
|
12
|
-
|
|
13
|
-
declare module '@polkadot/types/lookup' {
|
|
14
|
-
/** @name AssetHubPolkadotRuntimeRuntimeTask (32) */
|
|
15
|
-
type AssetHubPolkadotRuntimeRuntimeTask = Null;
|
|
16
|
-
|
|
17
|
-
/** @name CumulusPalletParachainSystemEvent (33) */
|
|
18
|
-
interface CumulusPalletParachainSystemEvent extends Enum {
|
|
19
|
-
readonly isValidationFunctionStored: boolean;
|
|
20
|
-
readonly isValidationFunctionApplied: boolean;
|
|
21
|
-
readonly asValidationFunctionApplied: {
|
|
22
|
-
readonly relayChainBlockNum: u32;
|
|
23
|
-
} & Struct;
|
|
24
|
-
readonly isValidationFunctionDiscarded: boolean;
|
|
25
|
-
readonly isDownwardMessagesReceived: boolean;
|
|
26
|
-
readonly asDownwardMessagesReceived: {
|
|
27
|
-
readonly count: u32;
|
|
28
|
-
} & Struct;
|
|
29
|
-
readonly isDownwardMessagesProcessed: boolean;
|
|
30
|
-
readonly asDownwardMessagesProcessed: {
|
|
31
|
-
readonly weightUsed: SpWeightsWeightV2Weight;
|
|
32
|
-
readonly dmqHead: H256;
|
|
33
|
-
} & Struct;
|
|
34
|
-
readonly isUpwardMessageSent: boolean;
|
|
35
|
-
readonly asUpwardMessageSent: {
|
|
36
|
-
readonly messageHash: Option<U8aFixed>;
|
|
37
|
-
} & Struct;
|
|
38
|
-
readonly type: 'ValidationFunctionStored' | 'ValidationFunctionApplied' | 'ValidationFunctionDiscarded' | 'DownwardMessagesReceived' | 'DownwardMessagesProcessed' | 'UpwardMessageSent';
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
/** @name AssetHubPolkadotRuntimeRuntimeParametersKey (41) */
|
|
42
|
-
interface AssetHubPolkadotRuntimeRuntimeParametersKey extends Enum {
|
|
43
|
-
readonly isStakingElection: boolean;
|
|
44
|
-
readonly asStakingElection: AssetHubPolkadotRuntimeDynamicParamsStakingElectionParametersKey;
|
|
45
|
-
readonly isScheduler: boolean;
|
|
46
|
-
readonly asScheduler: AssetHubPolkadotRuntimeDynamicParamsSchedulerParametersKey;
|
|
47
|
-
readonly isMessageQueue: boolean;
|
|
48
|
-
readonly asMessageQueue: AssetHubPolkadotRuntimeDynamicParamsMessageQueueParametersKey;
|
|
49
|
-
readonly type: 'StakingElection' | 'Scheduler' | 'MessageQueue';
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
/** @name AssetHubPolkadotRuntimeDynamicParamsStakingElectionParametersKey (42) */
|
|
53
|
-
interface AssetHubPolkadotRuntimeDynamicParamsStakingElectionParametersKey extends Enum {
|
|
54
|
-
readonly isSignedPhase: boolean;
|
|
55
|
-
readonly isMaxSignedSubmissions: boolean;
|
|
56
|
-
readonly isUnsignedPhase: boolean;
|
|
57
|
-
readonly isMinerPages: boolean;
|
|
58
|
-
readonly isMaxElectingVoters: boolean;
|
|
59
|
-
readonly isTargetSnapshotPerBlock: boolean;
|
|
60
|
-
readonly isMaxEraDuration: boolean;
|
|
61
|
-
readonly type: 'SignedPhase' | 'MaxSignedSubmissions' | 'UnsignedPhase' | 'MinerPages' | 'MaxElectingVoters' | 'TargetSnapshotPerBlock' | 'MaxEraDuration';
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
/** @name AssetHubPolkadotRuntimeDynamicParamsStakingElectionSignedPhase (43) */
|
|
65
|
-
type AssetHubPolkadotRuntimeDynamicParamsStakingElectionSignedPhase = Null;
|
|
66
|
-
|
|
67
|
-
/** @name AssetHubPolkadotRuntimeDynamicParamsStakingElectionMaxSignedSubmissions (44) */
|
|
68
|
-
type AssetHubPolkadotRuntimeDynamicParamsStakingElectionMaxSignedSubmissions = Null;
|
|
69
|
-
|
|
70
|
-
/** @name AssetHubPolkadotRuntimeDynamicParamsStakingElectionUnsignedPhase (45) */
|
|
71
|
-
type AssetHubPolkadotRuntimeDynamicParamsStakingElectionUnsignedPhase = Null;
|
|
72
|
-
|
|
73
|
-
/** @name AssetHubPolkadotRuntimeDynamicParamsStakingElectionMinerPages (46) */
|
|
74
|
-
type AssetHubPolkadotRuntimeDynamicParamsStakingElectionMinerPages = Null;
|
|
75
|
-
|
|
76
|
-
/** @name AssetHubPolkadotRuntimeDynamicParamsStakingElectionMaxElectingVoters (47) */
|
|
77
|
-
type AssetHubPolkadotRuntimeDynamicParamsStakingElectionMaxElectingVoters = Null;
|
|
78
|
-
|
|
79
|
-
/** @name AssetHubPolkadotRuntimeDynamicParamsStakingElectionTargetSnapshotPerBlock (48) */
|
|
80
|
-
type AssetHubPolkadotRuntimeDynamicParamsStakingElectionTargetSnapshotPerBlock = Null;
|
|
81
|
-
|
|
82
|
-
/** @name AssetHubPolkadotRuntimeDynamicParamsStakingElectionMaxEraDuration (49) */
|
|
83
|
-
type AssetHubPolkadotRuntimeDynamicParamsStakingElectionMaxEraDuration = Null;
|
|
84
|
-
|
|
85
|
-
/** @name AssetHubPolkadotRuntimeDynamicParamsSchedulerParametersKey (50) */
|
|
86
|
-
interface AssetHubPolkadotRuntimeDynamicParamsSchedulerParametersKey extends Enum {
|
|
87
|
-
readonly isMaxScheduledPerBlock: boolean;
|
|
88
|
-
readonly isMaximumWeight: boolean;
|
|
89
|
-
readonly type: 'MaxScheduledPerBlock' | 'MaximumWeight';
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
/** @name AssetHubPolkadotRuntimeDynamicParamsSchedulerMaxScheduledPerBlock (51) */
|
|
93
|
-
type AssetHubPolkadotRuntimeDynamicParamsSchedulerMaxScheduledPerBlock = Null;
|
|
94
|
-
|
|
95
|
-
/** @name AssetHubPolkadotRuntimeDynamicParamsSchedulerMaximumWeight (52) */
|
|
96
|
-
type AssetHubPolkadotRuntimeDynamicParamsSchedulerMaximumWeight = Null;
|
|
97
|
-
|
|
98
|
-
/** @name AssetHubPolkadotRuntimeDynamicParamsMessageQueueParametersKey (53) */
|
|
99
|
-
interface AssetHubPolkadotRuntimeDynamicParamsMessageQueueParametersKey extends Enum {
|
|
100
|
-
readonly isMaxOnInitWeight: boolean;
|
|
101
|
-
readonly isMaxOnIdleWeight: boolean;
|
|
102
|
-
readonly type: 'MaxOnInitWeight' | 'MaxOnIdleWeight';
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
/** @name AssetHubPolkadotRuntimeDynamicParamsMessageQueueMaxOnInitWeight (54) */
|
|
106
|
-
type AssetHubPolkadotRuntimeDynamicParamsMessageQueueMaxOnInitWeight = Null;
|
|
107
|
-
|
|
108
|
-
/** @name AssetHubPolkadotRuntimeDynamicParamsMessageQueueMaxOnIdleWeight (55) */
|
|
109
|
-
type AssetHubPolkadotRuntimeDynamicParamsMessageQueueMaxOnIdleWeight = Null;
|
|
110
|
-
|
|
111
|
-
/** @name AssetHubPolkadotRuntimeRuntimeParametersValue (57) */
|
|
112
|
-
interface AssetHubPolkadotRuntimeRuntimeParametersValue extends Enum {
|
|
113
|
-
readonly isStakingElection: boolean;
|
|
114
|
-
readonly asStakingElection: AssetHubPolkadotRuntimeDynamicParamsStakingElectionParametersValue;
|
|
115
|
-
readonly isScheduler: boolean;
|
|
116
|
-
readonly asScheduler: AssetHubPolkadotRuntimeDynamicParamsSchedulerParametersValue;
|
|
117
|
-
readonly isMessageQueue: boolean;
|
|
118
|
-
readonly asMessageQueue: AssetHubPolkadotRuntimeDynamicParamsMessageQueueParametersValue;
|
|
119
|
-
readonly type: 'StakingElection' | 'Scheduler' | 'MessageQueue';
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
/** @name AssetHubPolkadotRuntimeDynamicParamsStakingElectionParametersValue (58) */
|
|
123
|
-
interface AssetHubPolkadotRuntimeDynamicParamsStakingElectionParametersValue extends Enum {
|
|
124
|
-
readonly isSignedPhase: boolean;
|
|
125
|
-
readonly asSignedPhase: u32;
|
|
126
|
-
readonly isMaxSignedSubmissions: boolean;
|
|
127
|
-
readonly asMaxSignedSubmissions: u32;
|
|
128
|
-
readonly isUnsignedPhase: boolean;
|
|
129
|
-
readonly asUnsignedPhase: u32;
|
|
130
|
-
readonly isMinerPages: boolean;
|
|
131
|
-
readonly asMinerPages: u32;
|
|
132
|
-
readonly isMaxElectingVoters: boolean;
|
|
133
|
-
readonly asMaxElectingVoters: u32;
|
|
134
|
-
readonly isTargetSnapshotPerBlock: boolean;
|
|
135
|
-
readonly asTargetSnapshotPerBlock: u32;
|
|
136
|
-
readonly isMaxEraDuration: boolean;
|
|
137
|
-
readonly asMaxEraDuration: u64;
|
|
138
|
-
readonly type: 'SignedPhase' | 'MaxSignedSubmissions' | 'UnsignedPhase' | 'MinerPages' | 'MaxElectingVoters' | 'TargetSnapshotPerBlock' | 'MaxEraDuration';
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
/** @name AssetHubPolkadotRuntimeDynamicParamsSchedulerParametersValue (59) */
|
|
142
|
-
interface AssetHubPolkadotRuntimeDynamicParamsSchedulerParametersValue extends Enum {
|
|
143
|
-
readonly isMaxScheduledPerBlock: boolean;
|
|
144
|
-
readonly asMaxScheduledPerBlock: u32;
|
|
145
|
-
readonly isMaximumWeight: boolean;
|
|
146
|
-
readonly asMaximumWeight: SpWeightsWeightV2Weight;
|
|
147
|
-
readonly type: 'MaxScheduledPerBlock' | 'MaximumWeight';
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
/** @name AssetHubPolkadotRuntimeDynamicParamsMessageQueueParametersValue (60) */
|
|
151
|
-
interface AssetHubPolkadotRuntimeDynamicParamsMessageQueueParametersValue extends Enum {
|
|
152
|
-
readonly isMaxOnInitWeight: boolean;
|
|
153
|
-
readonly asMaxOnInitWeight: Option<SpWeightsWeightV2Weight>;
|
|
154
|
-
readonly isMaxOnIdleWeight: boolean;
|
|
155
|
-
readonly asMaxOnIdleWeight: Option<SpWeightsWeightV2Weight>;
|
|
156
|
-
readonly type: 'MaxOnInitWeight' | 'MaxOnIdleWeight';
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
/** @name PalletCollatorSelectionEvent (88) */
|
|
160
|
-
interface PalletCollatorSelectionEvent extends Enum {
|
|
161
|
-
readonly isNewInvulnerables: boolean;
|
|
162
|
-
readonly asNewInvulnerables: {
|
|
163
|
-
readonly invulnerables: Vec<AccountId32>;
|
|
164
|
-
} & Struct;
|
|
165
|
-
readonly isInvulnerableAdded: boolean;
|
|
166
|
-
readonly asInvulnerableAdded: {
|
|
167
|
-
readonly accountId: AccountId32;
|
|
168
|
-
} & Struct;
|
|
169
|
-
readonly isInvulnerableRemoved: boolean;
|
|
170
|
-
readonly asInvulnerableRemoved: {
|
|
171
|
-
readonly accountId: AccountId32;
|
|
172
|
-
} & Struct;
|
|
173
|
-
readonly isNewDesiredCandidates: boolean;
|
|
174
|
-
readonly asNewDesiredCandidates: {
|
|
175
|
-
readonly desiredCandidates: u32;
|
|
176
|
-
} & Struct;
|
|
177
|
-
readonly isNewCandidacyBond: boolean;
|
|
178
|
-
readonly asNewCandidacyBond: {
|
|
179
|
-
readonly bondAmount: u128;
|
|
180
|
-
} & Struct;
|
|
181
|
-
readonly isCandidateAdded: boolean;
|
|
182
|
-
readonly asCandidateAdded: {
|
|
183
|
-
readonly accountId: AccountId32;
|
|
184
|
-
readonly deposit: u128;
|
|
185
|
-
} & Struct;
|
|
186
|
-
readonly isCandidateBondUpdated: boolean;
|
|
187
|
-
readonly asCandidateBondUpdated: {
|
|
188
|
-
readonly accountId: AccountId32;
|
|
189
|
-
readonly deposit: u128;
|
|
190
|
-
} & Struct;
|
|
191
|
-
readonly isCandidateRemoved: boolean;
|
|
192
|
-
readonly asCandidateRemoved: {
|
|
193
|
-
readonly accountId: AccountId32;
|
|
194
|
-
} & Struct;
|
|
195
|
-
readonly isCandidateReplaced: boolean;
|
|
196
|
-
readonly asCandidateReplaced: {
|
|
197
|
-
readonly old: AccountId32;
|
|
198
|
-
readonly new_: AccountId32;
|
|
199
|
-
readonly deposit: u128;
|
|
200
|
-
} & Struct;
|
|
201
|
-
readonly isInvalidInvulnerableSkipped: boolean;
|
|
202
|
-
readonly asInvalidInvulnerableSkipped: {
|
|
203
|
-
readonly accountId: AccountId32;
|
|
204
|
-
} & Struct;
|
|
205
|
-
readonly type: 'NewInvulnerables' | 'InvulnerableAdded' | 'InvulnerableRemoved' | 'NewDesiredCandidates' | 'NewCandidacyBond' | 'CandidateAdded' | 'CandidateBondUpdated' | 'CandidateRemoved' | 'CandidateReplaced' | 'InvalidInvulnerableSkipped';
|
|
206
|
-
}
|
|
207
|
-
|
|
208
|
-
/** @name CumulusPalletXcmpQueueEvent (91) */
|
|
209
|
-
interface CumulusPalletXcmpQueueEvent extends Enum {
|
|
210
|
-
readonly isXcmpMessageSent: boolean;
|
|
211
|
-
readonly asXcmpMessageSent: {
|
|
212
|
-
readonly messageHash: U8aFixed;
|
|
213
|
-
} & Struct;
|
|
214
|
-
readonly type: 'XcmpMessageSent';
|
|
215
|
-
}
|
|
216
|
-
|
|
217
|
-
/** @name CumulusPalletXcmEvent (166) */
|
|
218
|
-
interface CumulusPalletXcmEvent extends Enum {
|
|
219
|
-
readonly isInvalidFormat: boolean;
|
|
220
|
-
readonly asInvalidFormat: U8aFixed;
|
|
221
|
-
readonly isUnsupportedVersion: boolean;
|
|
222
|
-
readonly asUnsupportedVersion: U8aFixed;
|
|
223
|
-
readonly isExecutedDownward: boolean;
|
|
224
|
-
readonly asExecutedDownward: ITuple<[U8aFixed, StagingXcmV5TraitsOutcome]>;
|
|
225
|
-
readonly type: 'InvalidFormat' | 'UnsupportedVersion' | 'ExecutedDownward';
|
|
226
|
-
}
|
|
227
|
-
|
|
228
|
-
/** @name PalletXcmBridgeHubRouterEvent (167) */
|
|
229
|
-
interface PalletXcmBridgeHubRouterEvent extends Enum {
|
|
230
|
-
readonly isDeliveryFeeFactorDecreased: boolean;
|
|
231
|
-
readonly asDeliveryFeeFactorDecreased: {
|
|
232
|
-
readonly newValue: u128;
|
|
233
|
-
} & Struct;
|
|
234
|
-
readonly isDeliveryFeeFactorIncreased: boolean;
|
|
235
|
-
readonly asDeliveryFeeFactorIncreased: {
|
|
236
|
-
readonly newValue: u128;
|
|
237
|
-
} & Struct;
|
|
238
|
-
readonly type: 'DeliveryFeeFactorDecreased' | 'DeliveryFeeFactorIncreased';
|
|
239
|
-
}
|
|
240
|
-
|
|
241
|
-
/** @name CumulusPrimitivesCoreAggregateMessageOrigin (170) */
|
|
242
|
-
interface CumulusPrimitivesCoreAggregateMessageOrigin extends Enum {
|
|
243
|
-
readonly isHere: boolean;
|
|
244
|
-
readonly isParent: boolean;
|
|
245
|
-
readonly isSibling: boolean;
|
|
246
|
-
readonly asSibling: u32;
|
|
247
|
-
readonly type: 'Here' | 'Parent' | 'Sibling';
|
|
248
|
-
}
|
|
249
|
-
|
|
250
|
-
/** @name SnowbridgePalletSystemFrontendEvent (173) */
|
|
251
|
-
interface SnowbridgePalletSystemFrontendEvent extends Enum {
|
|
252
|
-
readonly isMessageSent: boolean;
|
|
253
|
-
readonly asMessageSent: {
|
|
254
|
-
readonly origin: StagingXcmV5Location;
|
|
255
|
-
readonly destination: StagingXcmV5Location;
|
|
256
|
-
readonly message: StagingXcmV5Xcm;
|
|
257
|
-
readonly messageId: U8aFixed;
|
|
258
|
-
} & Struct;
|
|
259
|
-
readonly isExportOperatingModeChanged: boolean;
|
|
260
|
-
readonly asExportOperatingModeChanged: {
|
|
261
|
-
readonly mode: SnowbridgeCoreOperatingModeBasicOperatingMode;
|
|
262
|
-
} & Struct;
|
|
263
|
-
readonly type: 'MessageSent' | 'ExportOperatingModeChanged';
|
|
264
|
-
}
|
|
265
|
-
|
|
266
|
-
/** @name SnowbridgeCoreOperatingModeBasicOperatingMode (174) */
|
|
267
|
-
interface SnowbridgeCoreOperatingModeBasicOperatingMode extends Enum {
|
|
268
|
-
readonly isNormal: boolean;
|
|
269
|
-
readonly isHalted: boolean;
|
|
270
|
-
readonly type: 'Normal' | 'Halted';
|
|
271
|
-
}
|
|
272
|
-
|
|
273
|
-
/** @name AssetHubPolkadotRuntimeProxyType (179) */
|
|
274
|
-
interface AssetHubPolkadotRuntimeProxyType extends Enum {
|
|
275
|
-
readonly isAny: boolean;
|
|
276
|
-
readonly isNonTransfer: boolean;
|
|
277
|
-
readonly isCancelProxy: boolean;
|
|
278
|
-
readonly isAssets: boolean;
|
|
279
|
-
readonly isAssetOwner: boolean;
|
|
280
|
-
readonly isAssetManager: boolean;
|
|
281
|
-
readonly isCollator: boolean;
|
|
282
|
-
readonly isGovernance: boolean;
|
|
283
|
-
readonly isStaking: boolean;
|
|
284
|
-
readonly isNominationPools: boolean;
|
|
285
|
-
readonly isAuction: boolean;
|
|
286
|
-
readonly isParaRegistration: boolean;
|
|
287
|
-
readonly type: 'Any' | 'NonTransfer' | 'CancelProxy' | 'Assets' | 'AssetOwner' | 'AssetManager' | 'Collator' | 'Governance' | 'Staking' | 'NominationPools' | 'Auction' | 'ParaRegistration';
|
|
288
|
-
}
|
|
289
|
-
|
|
290
|
-
/** @name ParachainsCommonPayVersionedLocatableAccount (207) */
|
|
291
|
-
interface ParachainsCommonPayVersionedLocatableAccount extends Enum {
|
|
292
|
-
readonly isV4: boolean;
|
|
293
|
-
readonly asV4: {
|
|
294
|
-
readonly location: StagingXcmV4Location;
|
|
295
|
-
readonly accountId: StagingXcmV4Location;
|
|
296
|
-
} & Struct;
|
|
297
|
-
readonly isV5: boolean;
|
|
298
|
-
readonly asV5: {
|
|
299
|
-
readonly location: StagingXcmV5Location;
|
|
300
|
-
readonly accountId: StagingXcmV5Location;
|
|
301
|
-
} & Struct;
|
|
302
|
-
readonly type: 'V4' | 'V5';
|
|
303
|
-
}
|
|
304
|
-
|
|
305
|
-
/** @name CumulusPalletParachainSystemCall (218) */
|
|
306
|
-
interface CumulusPalletParachainSystemCall extends Enum {
|
|
307
|
-
readonly isSetValidationData: boolean;
|
|
308
|
-
readonly asSetValidationData: {
|
|
309
|
-
readonly data: CumulusPalletParachainSystemParachainInherentBasicParachainInherentData;
|
|
310
|
-
readonly inboundMessagesData: CumulusPalletParachainSystemParachainInherentInboundMessagesData;
|
|
311
|
-
} & Struct;
|
|
312
|
-
readonly isSudoSendUpwardMessage: boolean;
|
|
313
|
-
readonly asSudoSendUpwardMessage: {
|
|
314
|
-
readonly message: Bytes;
|
|
315
|
-
} & Struct;
|
|
316
|
-
readonly type: 'SetValidationData' | 'SudoSendUpwardMessage';
|
|
317
|
-
}
|
|
318
|
-
|
|
319
|
-
/** @name CumulusPalletParachainSystemParachainInherentBasicParachainInherentData (219) */
|
|
320
|
-
interface CumulusPalletParachainSystemParachainInherentBasicParachainInherentData extends Struct {
|
|
321
|
-
readonly validationData: PolkadotPrimitivesV8PersistedValidationData;
|
|
322
|
-
readonly relayChainState: SpTrieStorageProof;
|
|
323
|
-
readonly relayParentDescendants: Vec<SpRuntimeHeader>;
|
|
324
|
-
readonly collatorPeerId: Option<Bytes>;
|
|
325
|
-
}
|
|
326
|
-
|
|
327
|
-
/** @name SpTrieStorageProof (222) */
|
|
328
|
-
interface SpTrieStorageProof extends Struct {
|
|
329
|
-
readonly trieNodes: BTreeSet<Bytes>;
|
|
330
|
-
}
|
|
331
|
-
|
|
332
|
-
/** @name CumulusPalletParachainSystemParachainInherentInboundMessagesData (227) */
|
|
333
|
-
interface CumulusPalletParachainSystemParachainInherentInboundMessagesData extends Struct {
|
|
334
|
-
readonly downwardMessages: {
|
|
335
|
-
readonly fullMessages: Vec<PolkadotCorePrimitivesInboundDownwardMessage>;
|
|
336
|
-
readonly hashedMessages: Vec<CumulusPrimitivesParachainInherentHashedMessage>;
|
|
337
|
-
} & Struct;
|
|
338
|
-
readonly horizontalMessages: CumulusPalletParachainSystemParachainInherentAbridgedInboundMessagesCollection;
|
|
339
|
-
}
|
|
340
|
-
|
|
341
|
-
/** @name CumulusPrimitivesParachainInherentHashedMessage (232) */
|
|
342
|
-
interface CumulusPrimitivesParachainInherentHashedMessage extends Struct {
|
|
343
|
-
readonly sentAt: u32;
|
|
344
|
-
readonly msgHash: H256;
|
|
345
|
-
}
|
|
346
|
-
|
|
347
|
-
/** @name CumulusPalletParachainSystemParachainInherentAbridgedInboundMessagesCollection (233) */
|
|
348
|
-
interface CumulusPalletParachainSystemParachainInherentAbridgedInboundMessagesCollection extends Struct {
|
|
349
|
-
readonly fullMessages: Vec<ITuple<[u32, PolkadotCorePrimitivesInboundHrmpMessage]>>;
|
|
350
|
-
readonly hashedMessages: Vec<ITuple<[u32, CumulusPrimitivesParachainInherentHashedMessage]>>;
|
|
351
|
-
}
|
|
352
|
-
|
|
353
|
-
/** @name StagingParachainInfoCall (240) */
|
|
354
|
-
type StagingParachainInfoCall = Null;
|
|
355
|
-
|
|
356
|
-
/** @name AssetHubPolkadotRuntimeRuntimeParameters (246) */
|
|
357
|
-
interface AssetHubPolkadotRuntimeRuntimeParameters extends Enum {
|
|
358
|
-
readonly isStakingElection: boolean;
|
|
359
|
-
readonly asStakingElection: AssetHubPolkadotRuntimeDynamicParamsStakingElectionParameters;
|
|
360
|
-
readonly isScheduler: boolean;
|
|
361
|
-
readonly asScheduler: AssetHubPolkadotRuntimeDynamicParamsSchedulerParameters;
|
|
362
|
-
readonly isMessageQueue: boolean;
|
|
363
|
-
readonly asMessageQueue: AssetHubPolkadotRuntimeDynamicParamsMessageQueueParameters;
|
|
364
|
-
readonly type: 'StakingElection' | 'Scheduler' | 'MessageQueue';
|
|
365
|
-
}
|
|
366
|
-
|
|
367
|
-
/** @name AssetHubPolkadotRuntimeDynamicParamsStakingElectionParameters (247) */
|
|
368
|
-
interface AssetHubPolkadotRuntimeDynamicParamsStakingElectionParameters extends Enum {
|
|
369
|
-
readonly isSignedPhase: boolean;
|
|
370
|
-
readonly asSignedPhase: ITuple<[AssetHubPolkadotRuntimeDynamicParamsStakingElectionSignedPhase, Option<u32>]>;
|
|
371
|
-
readonly isMaxSignedSubmissions: boolean;
|
|
372
|
-
readonly asMaxSignedSubmissions: ITuple<[AssetHubPolkadotRuntimeDynamicParamsStakingElectionMaxSignedSubmissions, Option<u32>]>;
|
|
373
|
-
readonly isUnsignedPhase: boolean;
|
|
374
|
-
readonly asUnsignedPhase: ITuple<[AssetHubPolkadotRuntimeDynamicParamsStakingElectionUnsignedPhase, Option<u32>]>;
|
|
375
|
-
readonly isMinerPages: boolean;
|
|
376
|
-
readonly asMinerPages: ITuple<[AssetHubPolkadotRuntimeDynamicParamsStakingElectionMinerPages, Option<u32>]>;
|
|
377
|
-
readonly isMaxElectingVoters: boolean;
|
|
378
|
-
readonly asMaxElectingVoters: ITuple<[AssetHubPolkadotRuntimeDynamicParamsStakingElectionMaxElectingVoters, Option<u32>]>;
|
|
379
|
-
readonly isTargetSnapshotPerBlock: boolean;
|
|
380
|
-
readonly asTargetSnapshotPerBlock: ITuple<[AssetHubPolkadotRuntimeDynamicParamsStakingElectionTargetSnapshotPerBlock, Option<u32>]>;
|
|
381
|
-
readonly isMaxEraDuration: boolean;
|
|
382
|
-
readonly asMaxEraDuration: ITuple<[AssetHubPolkadotRuntimeDynamicParamsStakingElectionMaxEraDuration, Option<u64>]>;
|
|
383
|
-
readonly type: 'SignedPhase' | 'MaxSignedSubmissions' | 'UnsignedPhase' | 'MinerPages' | 'MaxElectingVoters' | 'TargetSnapshotPerBlock' | 'MaxEraDuration';
|
|
384
|
-
}
|
|
385
|
-
|
|
386
|
-
/** @name AssetHubPolkadotRuntimeDynamicParamsSchedulerParameters (248) */
|
|
387
|
-
interface AssetHubPolkadotRuntimeDynamicParamsSchedulerParameters extends Enum {
|
|
388
|
-
readonly isMaxScheduledPerBlock: boolean;
|
|
389
|
-
readonly asMaxScheduledPerBlock: ITuple<[AssetHubPolkadotRuntimeDynamicParamsSchedulerMaxScheduledPerBlock, Option<u32>]>;
|
|
390
|
-
readonly isMaximumWeight: boolean;
|
|
391
|
-
readonly asMaximumWeight: ITuple<[AssetHubPolkadotRuntimeDynamicParamsSchedulerMaximumWeight, Option<SpWeightsWeightV2Weight>]>;
|
|
392
|
-
readonly type: 'MaxScheduledPerBlock' | 'MaximumWeight';
|
|
393
|
-
}
|
|
394
|
-
|
|
395
|
-
/** @name AssetHubPolkadotRuntimeDynamicParamsMessageQueueParameters (249) */
|
|
396
|
-
interface AssetHubPolkadotRuntimeDynamicParamsMessageQueueParameters extends Enum {
|
|
397
|
-
readonly isMaxOnInitWeight: boolean;
|
|
398
|
-
readonly asMaxOnInitWeight: ITuple<[AssetHubPolkadotRuntimeDynamicParamsMessageQueueMaxOnInitWeight, Option<Option<SpWeightsWeightV2Weight>>]>;
|
|
399
|
-
readonly isMaxOnIdleWeight: boolean;
|
|
400
|
-
readonly asMaxOnIdleWeight: ITuple<[AssetHubPolkadotRuntimeDynamicParamsMessageQueueMaxOnIdleWeight, Option<Option<SpWeightsWeightV2Weight>>]>;
|
|
401
|
-
readonly type: 'MaxOnInitWeight' | 'MaxOnIdleWeight';
|
|
402
|
-
}
|
|
403
|
-
|
|
404
|
-
/** @name PalletCollatorSelectionCall (264) */
|
|
405
|
-
interface PalletCollatorSelectionCall extends Enum {
|
|
406
|
-
readonly isSetInvulnerables: boolean;
|
|
407
|
-
readonly asSetInvulnerables: {
|
|
408
|
-
readonly new_: Vec<AccountId32>;
|
|
409
|
-
} & Struct;
|
|
410
|
-
readonly isSetDesiredCandidates: boolean;
|
|
411
|
-
readonly asSetDesiredCandidates: {
|
|
412
|
-
readonly max: u32;
|
|
413
|
-
} & Struct;
|
|
414
|
-
readonly isSetCandidacyBond: boolean;
|
|
415
|
-
readonly asSetCandidacyBond: {
|
|
416
|
-
readonly bond: u128;
|
|
417
|
-
} & Struct;
|
|
418
|
-
readonly isRegisterAsCandidate: boolean;
|
|
419
|
-
readonly isLeaveIntent: boolean;
|
|
420
|
-
readonly isAddInvulnerable: boolean;
|
|
421
|
-
readonly asAddInvulnerable: {
|
|
422
|
-
readonly who: AccountId32;
|
|
423
|
-
} & Struct;
|
|
424
|
-
readonly isRemoveInvulnerable: boolean;
|
|
425
|
-
readonly asRemoveInvulnerable: {
|
|
426
|
-
readonly who: AccountId32;
|
|
427
|
-
} & Struct;
|
|
428
|
-
readonly isUpdateBond: boolean;
|
|
429
|
-
readonly asUpdateBond: {
|
|
430
|
-
readonly newDeposit: u128;
|
|
431
|
-
} & Struct;
|
|
432
|
-
readonly isTakeCandidateSlot: boolean;
|
|
433
|
-
readonly asTakeCandidateSlot: {
|
|
434
|
-
readonly deposit: u128;
|
|
435
|
-
readonly target: AccountId32;
|
|
436
|
-
} & Struct;
|
|
437
|
-
readonly type: 'SetInvulnerables' | 'SetDesiredCandidates' | 'SetCandidacyBond' | 'RegisterAsCandidate' | 'LeaveIntent' | 'AddInvulnerable' | 'RemoveInvulnerable' | 'UpdateBond' | 'TakeCandidateSlot';
|
|
438
|
-
}
|
|
439
|
-
|
|
440
|
-
/** @name AssetHubPolkadotRuntimeSessionKeys (266) */
|
|
441
|
-
interface AssetHubPolkadotRuntimeSessionKeys extends Struct {
|
|
442
|
-
readonly aura: SpConsensusAuraEd25519AppEd25519Public;
|
|
443
|
-
}
|
|
444
|
-
|
|
445
|
-
/** @name SpConsensusAuraEd25519AppEd25519Public (267) */
|
|
446
|
-
interface SpConsensusAuraEd25519AppEd25519Public extends U8aFixed {}
|
|
447
|
-
|
|
448
|
-
/** @name CumulusPalletXcmpQueueCall (268) */
|
|
449
|
-
interface CumulusPalletXcmpQueueCall extends Enum {
|
|
450
|
-
readonly isSuspendXcmExecution: boolean;
|
|
451
|
-
readonly isResumeXcmExecution: boolean;
|
|
452
|
-
readonly isUpdateSuspendThreshold: boolean;
|
|
453
|
-
readonly asUpdateSuspendThreshold: {
|
|
454
|
-
readonly new_: u32;
|
|
455
|
-
} & Struct;
|
|
456
|
-
readonly isUpdateDropThreshold: boolean;
|
|
457
|
-
readonly asUpdateDropThreshold: {
|
|
458
|
-
readonly new_: u32;
|
|
459
|
-
} & Struct;
|
|
460
|
-
readonly isUpdateResumeThreshold: boolean;
|
|
461
|
-
readonly asUpdateResumeThreshold: {
|
|
462
|
-
readonly new_: u32;
|
|
463
|
-
} & Struct;
|
|
464
|
-
readonly type: 'SuspendXcmExecution' | 'ResumeXcmExecution' | 'UpdateSuspendThreshold' | 'UpdateDropThreshold' | 'UpdateResumeThreshold';
|
|
465
|
-
}
|
|
466
|
-
|
|
467
|
-
/** @name CumulusPalletXcmCall (313) */
|
|
468
|
-
type CumulusPalletXcmCall = Null;
|
|
469
|
-
|
|
470
|
-
/** @name PalletXcmBridgeHubRouterCall (314) */
|
|
471
|
-
interface PalletXcmBridgeHubRouterCall extends Enum {
|
|
472
|
-
readonly isReportBridgeStatus: boolean;
|
|
473
|
-
readonly asReportBridgeStatus: {
|
|
474
|
-
readonly bridgeId: H256;
|
|
475
|
-
readonly isCongested: bool;
|
|
476
|
-
} & Struct;
|
|
477
|
-
readonly type: 'ReportBridgeStatus';
|
|
478
|
-
}
|
|
479
|
-
|
|
480
|
-
/** @name SnowbridgePalletSystemFrontendCall (316) */
|
|
481
|
-
interface SnowbridgePalletSystemFrontendCall extends Enum {
|
|
482
|
-
readonly isSetOperatingMode: boolean;
|
|
483
|
-
readonly asSetOperatingMode: {
|
|
484
|
-
readonly mode: SnowbridgeCoreOperatingModeBasicOperatingMode;
|
|
485
|
-
} & Struct;
|
|
486
|
-
readonly isRegisterToken: boolean;
|
|
487
|
-
readonly asRegisterToken: {
|
|
488
|
-
readonly assetId: XcmVersionedLocation;
|
|
489
|
-
readonly metadata: SnowbridgeCoreAssetMetadata;
|
|
490
|
-
readonly feeAsset: StagingXcmV5Asset;
|
|
491
|
-
} & Struct;
|
|
492
|
-
readonly isAddTip: boolean;
|
|
493
|
-
readonly asAddTip: {
|
|
494
|
-
readonly messageId: SnowbridgeCoreRewardMessageId;
|
|
495
|
-
readonly asset: StagingXcmV5Asset;
|
|
496
|
-
} & Struct;
|
|
497
|
-
readonly type: 'SetOperatingMode' | 'RegisterToken' | 'AddTip';
|
|
498
|
-
}
|
|
499
|
-
|
|
500
|
-
/** @name SnowbridgeCoreAssetMetadata (317) */
|
|
501
|
-
interface SnowbridgeCoreAssetMetadata extends Struct {
|
|
502
|
-
readonly name: Bytes;
|
|
503
|
-
readonly symbol: Bytes;
|
|
504
|
-
readonly decimals: u8;
|
|
505
|
-
}
|
|
506
|
-
|
|
507
|
-
/** @name SnowbridgeCoreRewardMessageId (318) */
|
|
508
|
-
interface SnowbridgeCoreRewardMessageId extends Enum {
|
|
509
|
-
readonly isInbound: boolean;
|
|
510
|
-
readonly asInbound: u64;
|
|
511
|
-
readonly isOutbound: boolean;
|
|
512
|
-
readonly asOutbound: u64;
|
|
513
|
-
readonly type: 'Inbound' | 'Outbound';
|
|
514
|
-
}
|
|
515
|
-
|
|
516
|
-
/** @name AssetHubPolkadotRuntimeOriginCaller (321) */
|
|
517
|
-
interface AssetHubPolkadotRuntimeOriginCaller extends Enum {
|
|
518
|
-
readonly isSystem: boolean;
|
|
519
|
-
readonly asSystem: FrameSupportDispatchRawOrigin;
|
|
520
|
-
readonly isPolkadotXcm: boolean;
|
|
521
|
-
readonly asPolkadotXcm: PalletXcmOrigin;
|
|
522
|
-
readonly isCumulusXcm: boolean;
|
|
523
|
-
readonly asCumulusXcm: CumulusPalletXcmOrigin;
|
|
524
|
-
readonly isOrigins: boolean;
|
|
525
|
-
readonly asOrigins: AssetHubPolkadotRuntimeGovernanceOriginsPalletCustomOriginsOrigin;
|
|
526
|
-
readonly type: 'System' | 'PolkadotXcm' | 'CumulusXcm' | 'Origins';
|
|
527
|
-
}
|
|
528
|
-
|
|
529
|
-
/** @name CumulusPalletXcmOrigin (324) */
|
|
530
|
-
interface CumulusPalletXcmOrigin extends Enum {
|
|
531
|
-
readonly isRelay: boolean;
|
|
532
|
-
readonly isSiblingParachain: boolean;
|
|
533
|
-
readonly asSiblingParachain: u32;
|
|
534
|
-
readonly type: 'Relay' | 'SiblingParachain';
|
|
535
|
-
}
|
|
536
|
-
|
|
537
|
-
/** @name AssetHubPolkadotRuntimeGovernanceOriginsPalletCustomOriginsOrigin (325) */
|
|
538
|
-
interface AssetHubPolkadotRuntimeGovernanceOriginsPalletCustomOriginsOrigin extends Enum {
|
|
539
|
-
readonly isStakingAdmin: boolean;
|
|
540
|
-
readonly isTreasurer: boolean;
|
|
541
|
-
readonly isFellowshipAdmin: boolean;
|
|
542
|
-
readonly isGeneralAdmin: boolean;
|
|
543
|
-
readonly isAuctionAdmin: boolean;
|
|
544
|
-
readonly isLeaseAdmin: boolean;
|
|
545
|
-
readonly isReferendumCanceller: boolean;
|
|
546
|
-
readonly isReferendumKiller: boolean;
|
|
547
|
-
readonly isSmallTipper: boolean;
|
|
548
|
-
readonly isBigTipper: boolean;
|
|
549
|
-
readonly isSmallSpender: boolean;
|
|
550
|
-
readonly isMediumSpender: boolean;
|
|
551
|
-
readonly isBigSpender: boolean;
|
|
552
|
-
readonly isWhitelistedCaller: boolean;
|
|
553
|
-
readonly isWishForChange: boolean;
|
|
554
|
-
readonly type: 'StakingAdmin' | 'Treasurer' | 'FellowshipAdmin' | 'GeneralAdmin' | 'AuctionAdmin' | 'LeaseAdmin' | 'ReferendumCanceller' | 'ReferendumKiller' | 'SmallTipper' | 'BigTipper' | 'SmallSpender' | 'MediumSpender' | 'BigSpender' | 'WhitelistedCaller' | 'WishForChange';
|
|
555
|
-
}
|
|
556
|
-
|
|
557
|
-
/** @name PalletStakingAsyncRcClientCall (392) */
|
|
558
|
-
interface PalletStakingAsyncRcClientCall extends Enum {
|
|
559
|
-
readonly isRelaySessionReport: boolean;
|
|
560
|
-
readonly asRelaySessionReport: {
|
|
561
|
-
readonly report: PalletStakingAsyncRcClientSessionReport;
|
|
562
|
-
} & Struct;
|
|
563
|
-
readonly isRelayNewOffencePaged: boolean;
|
|
564
|
-
readonly asRelayNewOffencePaged: {
|
|
565
|
-
readonly offences: Vec<ITuple<[u32, PalletStakingAsyncRcClientOffence]>>;
|
|
566
|
-
} & Struct;
|
|
567
|
-
readonly type: 'RelaySessionReport' | 'RelayNewOffencePaged';
|
|
568
|
-
}
|
|
569
|
-
|
|
570
|
-
/** @name PalletElectionProviderMultiBlockCall (401) */
|
|
571
|
-
interface PalletElectionProviderMultiBlockCall extends Enum {
|
|
572
|
-
readonly isManage: boolean;
|
|
573
|
-
readonly asManage: {
|
|
574
|
-
readonly op: PalletElectionProviderMultiBlockAdminOperation;
|
|
575
|
-
} & Struct;
|
|
576
|
-
readonly type: 'Manage';
|
|
577
|
-
}
|
|
578
|
-
|
|
579
|
-
/** @name PalletElectionProviderMultiBlockAdminOperation (402) */
|
|
580
|
-
interface PalletElectionProviderMultiBlockAdminOperation extends Enum {
|
|
581
|
-
readonly isForceRotateRound: boolean;
|
|
582
|
-
readonly isForceSetPhase: boolean;
|
|
583
|
-
readonly asForceSetPhase: PalletElectionProviderMultiBlockPhase;
|
|
584
|
-
readonly isEmergencySetSolution: boolean;
|
|
585
|
-
readonly asEmergencySetSolution: ITuple<[FrameElectionProviderSupportBoundedSupports, SpNposElectionsElectionScore]>;
|
|
586
|
-
readonly isEmergencyFallback: boolean;
|
|
587
|
-
readonly isSetMinUntrustedScore: boolean;
|
|
588
|
-
readonly asSetMinUntrustedScore: SpNposElectionsElectionScore;
|
|
589
|
-
readonly type: 'ForceRotateRound' | 'ForceSetPhase' | 'EmergencySetSolution' | 'EmergencyFallback' | 'SetMinUntrustedScore';
|
|
590
|
-
}
|
|
591
|
-
|
|
592
|
-
/** @name PalletElectionProviderMultiBlockPhase (403) */
|
|
593
|
-
interface PalletElectionProviderMultiBlockPhase extends Enum {
|
|
594
|
-
readonly isOff: boolean;
|
|
595
|
-
readonly isSigned: boolean;
|
|
596
|
-
readonly asSigned: u32;
|
|
597
|
-
readonly isSignedValidation: boolean;
|
|
598
|
-
readonly asSignedValidation: u32;
|
|
599
|
-
readonly isUnsigned: boolean;
|
|
600
|
-
readonly asUnsigned: u32;
|
|
601
|
-
readonly isSnapshot: boolean;
|
|
602
|
-
readonly asSnapshot: u32;
|
|
603
|
-
readonly isDone: boolean;
|
|
604
|
-
readonly isExport: boolean;
|
|
605
|
-
readonly asExport: u32;
|
|
606
|
-
readonly isEmergency: boolean;
|
|
607
|
-
readonly type: 'Off' | 'Signed' | 'SignedValidation' | 'Unsigned' | 'Snapshot' | 'Done' | 'Export' | 'Emergency';
|
|
608
|
-
}
|
|
609
|
-
|
|
610
|
-
/** @name PalletElectionProviderMultiBlockVerifierImplsPalletCall (413) */
|
|
611
|
-
type PalletElectionProviderMultiBlockVerifierImplsPalletCall = Null;
|
|
612
|
-
|
|
613
|
-
/** @name PalletElectionProviderMultiBlockUnsignedPalletCall (414) */
|
|
614
|
-
interface PalletElectionProviderMultiBlockUnsignedPalletCall extends Enum {
|
|
615
|
-
readonly isSubmitUnsigned: boolean;
|
|
616
|
-
readonly asSubmitUnsigned: {
|
|
617
|
-
readonly pagedSolution: PalletElectionProviderMultiBlockPagedRawSolution;
|
|
618
|
-
} & Struct;
|
|
619
|
-
readonly type: 'SubmitUnsigned';
|
|
620
|
-
}
|
|
621
|
-
|
|
622
|
-
/** @name PalletElectionProviderMultiBlockPagedRawSolution (415) */
|
|
623
|
-
interface PalletElectionProviderMultiBlockPagedRawSolution extends Struct {
|
|
624
|
-
readonly solutionPages: Vec<AssetHubPolkadotRuntimeStakingNposCompactSolution16>;
|
|
625
|
-
readonly score: SpNposElectionsElectionScore;
|
|
626
|
-
readonly round: u32;
|
|
627
|
-
}
|
|
628
|
-
|
|
629
|
-
/** @name AssetHubPolkadotRuntimeStakingNposCompactSolution16 (417) */
|
|
630
|
-
interface AssetHubPolkadotRuntimeStakingNposCompactSolution16 extends Struct {
|
|
631
|
-
readonly votes1: Vec<ITuple<[Compact<u32>, Compact<u16>]>>;
|
|
632
|
-
readonly votes2: Vec<ITuple<[Compact<u32>, ITuple<[Compact<u16>, Compact<PerU16>]>, Compact<u16>]>>;
|
|
633
|
-
readonly votes3: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
|
634
|
-
readonly votes4: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
|
635
|
-
readonly votes5: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
|
636
|
-
readonly votes6: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
|
637
|
-
readonly votes7: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
|
638
|
-
readonly votes8: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
|
639
|
-
readonly votes9: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
|
640
|
-
readonly votes10: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
|
641
|
-
readonly votes11: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
|
642
|
-
readonly votes12: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
|
643
|
-
readonly votes13: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
|
644
|
-
readonly votes14: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
|
645
|
-
readonly votes15: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
|
646
|
-
readonly votes16: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
|
647
|
-
}
|
|
648
|
-
|
|
649
|
-
/** @name PalletElectionProviderMultiBlockSignedPalletCall (468) */
|
|
650
|
-
interface PalletElectionProviderMultiBlockSignedPalletCall extends Enum {
|
|
651
|
-
readonly isRegister: boolean;
|
|
652
|
-
readonly asRegister: {
|
|
653
|
-
readonly claimedScore: SpNposElectionsElectionScore;
|
|
654
|
-
} & Struct;
|
|
655
|
-
readonly isSubmitPage: boolean;
|
|
656
|
-
readonly asSubmitPage: {
|
|
657
|
-
readonly page: u32;
|
|
658
|
-
readonly maybeSolution: Option<AssetHubPolkadotRuntimeStakingNposCompactSolution16>;
|
|
659
|
-
} & Struct;
|
|
660
|
-
readonly isBail: boolean;
|
|
661
|
-
readonly isClearOldRoundData: boolean;
|
|
662
|
-
readonly asClearOldRoundData: {
|
|
663
|
-
readonly round: u32;
|
|
664
|
-
readonly witnessPages: u32;
|
|
665
|
-
} & Struct;
|
|
666
|
-
readonly isSetInvulnerables: boolean;
|
|
667
|
-
readonly asSetInvulnerables: {
|
|
668
|
-
readonly inv: Vec<AccountId32>;
|
|
669
|
-
} & Struct;
|
|
670
|
-
readonly type: 'Register' | 'SubmitPage' | 'Bail' | 'ClearOldRoundData' | 'SetInvulnerables';
|
|
671
|
-
}
|
|
672
|
-
|
|
673
|
-
/** @name PalletStakingAsyncPalletCall (470) */
|
|
674
|
-
interface PalletStakingAsyncPalletCall extends Enum {
|
|
675
|
-
readonly isBond: boolean;
|
|
676
|
-
readonly asBond: {
|
|
677
|
-
readonly value: Compact<u128>;
|
|
678
|
-
readonly payee: PalletStakingAsyncRewardDestination;
|
|
679
|
-
} & Struct;
|
|
680
|
-
readonly isBondExtra: boolean;
|
|
681
|
-
readonly asBondExtra: {
|
|
682
|
-
readonly maxAdditional: Compact<u128>;
|
|
683
|
-
} & Struct;
|
|
684
|
-
readonly isUnbond: boolean;
|
|
685
|
-
readonly asUnbond: {
|
|
686
|
-
readonly value: Compact<u128>;
|
|
687
|
-
} & Struct;
|
|
688
|
-
readonly isWithdrawUnbonded: boolean;
|
|
689
|
-
readonly asWithdrawUnbonded: {
|
|
690
|
-
readonly numSlashingSpans: u32;
|
|
691
|
-
} & Struct;
|
|
692
|
-
readonly isValidate: boolean;
|
|
693
|
-
readonly asValidate: {
|
|
694
|
-
readonly prefs: PalletStakingAsyncValidatorPrefs;
|
|
695
|
-
} & Struct;
|
|
696
|
-
readonly isNominate: boolean;
|
|
697
|
-
readonly asNominate: {
|
|
698
|
-
readonly targets: Vec<MultiAddress>;
|
|
699
|
-
} & Struct;
|
|
700
|
-
readonly isChill: boolean;
|
|
701
|
-
readonly isSetPayee: boolean;
|
|
702
|
-
readonly asSetPayee: {
|
|
703
|
-
readonly payee: PalletStakingAsyncRewardDestination;
|
|
704
|
-
} & Struct;
|
|
705
|
-
readonly isSetController: boolean;
|
|
706
|
-
readonly isSetValidatorCount: boolean;
|
|
707
|
-
readonly asSetValidatorCount: {
|
|
708
|
-
readonly new_: Compact<u32>;
|
|
709
|
-
} & Struct;
|
|
710
|
-
readonly isIncreaseValidatorCount: boolean;
|
|
711
|
-
readonly asIncreaseValidatorCount: {
|
|
712
|
-
readonly additional: Compact<u32>;
|
|
713
|
-
} & Struct;
|
|
714
|
-
readonly isScaleValidatorCount: boolean;
|
|
715
|
-
readonly asScaleValidatorCount: {
|
|
716
|
-
readonly factor: Percent;
|
|
717
|
-
} & Struct;
|
|
718
|
-
readonly isForceNoEras: boolean;
|
|
719
|
-
readonly isForceNewEra: boolean;
|
|
720
|
-
readonly isSetInvulnerables: boolean;
|
|
721
|
-
readonly asSetInvulnerables: {
|
|
722
|
-
readonly invulnerables: Vec<AccountId32>;
|
|
723
|
-
} & Struct;
|
|
724
|
-
readonly isForceUnstake: boolean;
|
|
725
|
-
readonly asForceUnstake: {
|
|
726
|
-
readonly stash: AccountId32;
|
|
727
|
-
readonly numSlashingSpans: u32;
|
|
728
|
-
} & Struct;
|
|
729
|
-
readonly isForceNewEraAlways: boolean;
|
|
730
|
-
readonly isCancelDeferredSlash: boolean;
|
|
731
|
-
readonly asCancelDeferredSlash: {
|
|
732
|
-
readonly era: u32;
|
|
733
|
-
readonly validatorSlashes: Vec<ITuple<[AccountId32, Perbill]>>;
|
|
734
|
-
} & Struct;
|
|
735
|
-
readonly isPayoutStakers: boolean;
|
|
736
|
-
readonly asPayoutStakers: {
|
|
737
|
-
readonly validatorStash: AccountId32;
|
|
738
|
-
readonly era: u32;
|
|
739
|
-
} & Struct;
|
|
740
|
-
readonly isRebond: boolean;
|
|
741
|
-
readonly asRebond: {
|
|
742
|
-
readonly value: Compact<u128>;
|
|
743
|
-
} & Struct;
|
|
744
|
-
readonly isReapStash: boolean;
|
|
745
|
-
readonly asReapStash: {
|
|
746
|
-
readonly stash: AccountId32;
|
|
747
|
-
readonly numSlashingSpans: u32;
|
|
748
|
-
} & Struct;
|
|
749
|
-
readonly isKick: boolean;
|
|
750
|
-
readonly asKick: {
|
|
751
|
-
readonly who: Vec<MultiAddress>;
|
|
752
|
-
} & Struct;
|
|
753
|
-
readonly isSetStakingConfigs: boolean;
|
|
754
|
-
readonly asSetStakingConfigs: {
|
|
755
|
-
readonly minNominatorBond: PalletStakingAsyncPalletConfigOpU128;
|
|
756
|
-
readonly minValidatorBond: PalletStakingAsyncPalletConfigOpU128;
|
|
757
|
-
readonly maxNominatorCount: PalletStakingAsyncPalletConfigOpU32;
|
|
758
|
-
readonly maxValidatorCount: PalletStakingAsyncPalletConfigOpU32;
|
|
759
|
-
readonly chillThreshold: PalletStakingAsyncPalletConfigOpPercent;
|
|
760
|
-
readonly minCommission: PalletStakingAsyncPalletConfigOpPerbill;
|
|
761
|
-
readonly maxStakedRewards: PalletStakingAsyncPalletConfigOpPercent;
|
|
762
|
-
} & Struct;
|
|
763
|
-
readonly isChillOther: boolean;
|
|
764
|
-
readonly asChillOther: {
|
|
765
|
-
readonly stash: AccountId32;
|
|
766
|
-
} & Struct;
|
|
767
|
-
readonly isForceApplyMinCommission: boolean;
|
|
768
|
-
readonly asForceApplyMinCommission: {
|
|
769
|
-
readonly validatorStash: AccountId32;
|
|
770
|
-
} & Struct;
|
|
771
|
-
readonly isSetMinCommission: boolean;
|
|
772
|
-
readonly asSetMinCommission: {
|
|
773
|
-
readonly new_: Perbill;
|
|
774
|
-
} & Struct;
|
|
775
|
-
readonly isPayoutStakersByPage: boolean;
|
|
776
|
-
readonly asPayoutStakersByPage: {
|
|
777
|
-
readonly validatorStash: AccountId32;
|
|
778
|
-
readonly era: u32;
|
|
779
|
-
readonly page: u32;
|
|
780
|
-
} & Struct;
|
|
781
|
-
readonly isUpdatePayee: boolean;
|
|
782
|
-
readonly asUpdatePayee: {
|
|
783
|
-
readonly controller: AccountId32;
|
|
784
|
-
} & Struct;
|
|
785
|
-
readonly isDeprecateControllerBatch: boolean;
|
|
786
|
-
readonly asDeprecateControllerBatch: {
|
|
787
|
-
readonly controllers: Vec<AccountId32>;
|
|
788
|
-
} & Struct;
|
|
789
|
-
readonly isRestoreLedger: boolean;
|
|
790
|
-
readonly asRestoreLedger: {
|
|
791
|
-
readonly stash: AccountId32;
|
|
792
|
-
readonly maybeController: Option<AccountId32>;
|
|
793
|
-
readonly maybeTotal: Option<u128>;
|
|
794
|
-
readonly maybeUnlocking: Option<Vec<PalletStakingAsyncLedgerUnlockChunk>>;
|
|
795
|
-
} & Struct;
|
|
796
|
-
readonly isMigrateCurrency: boolean;
|
|
797
|
-
readonly asMigrateCurrency: {
|
|
798
|
-
readonly stash: AccountId32;
|
|
799
|
-
} & Struct;
|
|
800
|
-
readonly isApplySlash: boolean;
|
|
801
|
-
readonly asApplySlash: {
|
|
802
|
-
readonly slashEra: u32;
|
|
803
|
-
readonly slashKey: ITuple<[AccountId32, Perbill, u32]>;
|
|
804
|
-
} & Struct;
|
|
805
|
-
readonly isPruneEraStep: boolean;
|
|
806
|
-
readonly asPruneEraStep: {
|
|
807
|
-
readonly era: u32;
|
|
808
|
-
} & Struct;
|
|
809
|
-
readonly type: 'Bond' | 'BondExtra' | 'Unbond' | 'WithdrawUnbonded' | 'Validate' | 'Nominate' | 'Chill' | 'SetPayee' | 'SetController' | 'SetValidatorCount' | 'IncreaseValidatorCount' | 'ScaleValidatorCount' | 'ForceNoEras' | 'ForceNewEra' | 'SetInvulnerables' | 'ForceUnstake' | 'ForceNewEraAlways' | 'CancelDeferredSlash' | 'PayoutStakers' | 'Rebond' | 'ReapStash' | 'Kick' | 'SetStakingConfigs' | 'ChillOther' | 'ForceApplyMinCommission' | 'SetMinCommission' | 'PayoutStakersByPage' | 'UpdatePayee' | 'DeprecateControllerBatch' | 'RestoreLedger' | 'MigrateCurrency' | 'ApplySlash' | 'PruneEraStep';
|
|
810
|
-
}
|
|
811
|
-
|
|
812
|
-
/** @name PalletStakingAsyncRewardDestination (471) */
|
|
813
|
-
interface PalletStakingAsyncRewardDestination extends Enum {
|
|
814
|
-
readonly isStaked: boolean;
|
|
815
|
-
readonly isStash: boolean;
|
|
816
|
-
readonly isController: boolean;
|
|
817
|
-
readonly isAccount: boolean;
|
|
818
|
-
readonly asAccount: AccountId32;
|
|
819
|
-
readonly isNone: boolean;
|
|
820
|
-
readonly type: 'Staked' | 'Stash' | 'Controller' | 'Account' | 'None';
|
|
821
|
-
}
|
|
822
|
-
|
|
823
|
-
/** @name PalletStakingAsyncValidatorPrefs (472) */
|
|
824
|
-
interface PalletStakingAsyncValidatorPrefs extends Struct {
|
|
825
|
-
readonly commission: Compact<Perbill>;
|
|
826
|
-
readonly blocked: bool;
|
|
827
|
-
}
|
|
828
|
-
|
|
829
|
-
/** @name PalletStakingAsyncPalletConfigOpU128 (478) */
|
|
830
|
-
interface PalletStakingAsyncPalletConfigOpU128 extends Enum {
|
|
831
|
-
readonly isNoop: boolean;
|
|
832
|
-
readonly isSet: boolean;
|
|
833
|
-
readonly asSet: u128;
|
|
834
|
-
readonly isRemove: boolean;
|
|
835
|
-
readonly type: 'Noop' | 'Set' | 'Remove';
|
|
836
|
-
}
|
|
837
|
-
|
|
838
|
-
/** @name PalletStakingAsyncPalletConfigOpU32 (479) */
|
|
839
|
-
interface PalletStakingAsyncPalletConfigOpU32 extends Enum {
|
|
840
|
-
readonly isNoop: boolean;
|
|
841
|
-
readonly isSet: boolean;
|
|
842
|
-
readonly asSet: u32;
|
|
843
|
-
readonly isRemove: boolean;
|
|
844
|
-
readonly type: 'Noop' | 'Set' | 'Remove';
|
|
845
|
-
}
|
|
846
|
-
|
|
847
|
-
/** @name PalletStakingAsyncPalletConfigOpPercent (480) */
|
|
848
|
-
interface PalletStakingAsyncPalletConfigOpPercent extends Enum {
|
|
849
|
-
readonly isNoop: boolean;
|
|
850
|
-
readonly isSet: boolean;
|
|
851
|
-
readonly asSet: Percent;
|
|
852
|
-
readonly isRemove: boolean;
|
|
853
|
-
readonly type: 'Noop' | 'Set' | 'Remove';
|
|
854
|
-
}
|
|
855
|
-
|
|
856
|
-
/** @name PalletStakingAsyncPalletConfigOpPerbill (481) */
|
|
857
|
-
interface PalletStakingAsyncPalletConfigOpPerbill extends Enum {
|
|
858
|
-
readonly isNoop: boolean;
|
|
859
|
-
readonly isSet: boolean;
|
|
860
|
-
readonly asSet: Perbill;
|
|
861
|
-
readonly isRemove: boolean;
|
|
862
|
-
readonly type: 'Noop' | 'Set' | 'Remove';
|
|
863
|
-
}
|
|
864
|
-
|
|
865
|
-
/** @name PalletStakingAsyncLedgerUnlockChunk (485) */
|
|
866
|
-
interface PalletStakingAsyncLedgerUnlockChunk extends Struct {
|
|
867
|
-
readonly value: Compact<u128>;
|
|
868
|
-
readonly era: Compact<u32>;
|
|
869
|
-
}
|
|
870
|
-
|
|
871
|
-
/** @name PalletAhOpsCall (488) */
|
|
872
|
-
interface PalletAhOpsCall extends Enum {
|
|
873
|
-
readonly isUnreserveLeaseDeposit: boolean;
|
|
874
|
-
readonly asUnreserveLeaseDeposit: {
|
|
875
|
-
readonly block: u32;
|
|
876
|
-
readonly depositor: Option<AccountId32>;
|
|
877
|
-
readonly paraId: u32;
|
|
878
|
-
} & Struct;
|
|
879
|
-
readonly isWithdrawCrowdloanContribution: boolean;
|
|
880
|
-
readonly asWithdrawCrowdloanContribution: {
|
|
881
|
-
readonly block: u32;
|
|
882
|
-
readonly depositor: Option<AccountId32>;
|
|
883
|
-
readonly paraId: u32;
|
|
884
|
-
} & Struct;
|
|
885
|
-
readonly isUnreserveCrowdloanReserve: boolean;
|
|
886
|
-
readonly asUnreserveCrowdloanReserve: {
|
|
887
|
-
readonly block: u32;
|
|
888
|
-
readonly depositor: Option<AccountId32>;
|
|
889
|
-
readonly paraId: u32;
|
|
890
|
-
} & Struct;
|
|
891
|
-
readonly isTransferToPostMigrationTreasury: boolean;
|
|
892
|
-
readonly asTransferToPostMigrationTreasury: {
|
|
893
|
-
readonly assetId: StagingXcmV5Location;
|
|
894
|
-
} & Struct;
|
|
895
|
-
readonly type: 'UnreserveLeaseDeposit' | 'WithdrawCrowdloanContribution' | 'UnreserveCrowdloanReserve' | 'TransferToPostMigrationTreasury';
|
|
896
|
-
}
|
|
897
|
-
|
|
898
|
-
/** @name PalletAhMigratorCall (489) */
|
|
899
|
-
interface PalletAhMigratorCall extends Enum {
|
|
900
|
-
readonly isReceiveAccounts: boolean;
|
|
901
|
-
readonly asReceiveAccounts: {
|
|
902
|
-
readonly accounts: Vec<PalletRcMigratorAccountsAccount>;
|
|
903
|
-
} & Struct;
|
|
904
|
-
readonly isReceiveMultisigs: boolean;
|
|
905
|
-
readonly asReceiveMultisigs: {
|
|
906
|
-
readonly accounts: Vec<PalletRcMigratorMultisigRcMultisig>;
|
|
907
|
-
} & Struct;
|
|
908
|
-
readonly isReceiveProxyProxies: boolean;
|
|
909
|
-
readonly asReceiveProxyProxies: {
|
|
910
|
-
readonly proxies: Vec<PalletRcMigratorProxyRcProxy>;
|
|
911
|
-
} & Struct;
|
|
912
|
-
readonly isReceiveProxyAnnouncements: boolean;
|
|
913
|
-
readonly asReceiveProxyAnnouncements: {
|
|
914
|
-
readonly announcements: Vec<PalletRcMigratorProxyRcProxyAnnouncement>;
|
|
915
|
-
} & Struct;
|
|
916
|
-
readonly isReceivePreimageChunks: boolean;
|
|
917
|
-
readonly asReceivePreimageChunks: {
|
|
918
|
-
readonly chunks: Vec<PalletRcMigratorPreimageChunksRcPreimageChunk>;
|
|
919
|
-
} & Struct;
|
|
920
|
-
readonly isReceivePreimageRequestStatus: boolean;
|
|
921
|
-
readonly asReceivePreimageRequestStatus: {
|
|
922
|
-
readonly requestStatus: Vec<PalletRcMigratorPreimageRequestStatusPortableRequestStatus>;
|
|
923
|
-
} & Struct;
|
|
924
|
-
readonly isReceivePreimageLegacyStatus: boolean;
|
|
925
|
-
readonly asReceivePreimageLegacyStatus: {
|
|
926
|
-
readonly legacyStatus: Vec<PalletRcMigratorPreimageLegacyRequestStatusRcPreimageLegacyStatus>;
|
|
927
|
-
} & Struct;
|
|
928
|
-
readonly isReceiveNomPoolsMessages: boolean;
|
|
929
|
-
readonly asReceiveNomPoolsMessages: {
|
|
930
|
-
readonly messages: Vec<PalletRcMigratorStakingNomPoolsRcNomPoolsMessage>;
|
|
931
|
-
} & Struct;
|
|
932
|
-
readonly isReceiveVestingSchedules: boolean;
|
|
933
|
-
readonly asReceiveVestingSchedules: {
|
|
934
|
-
readonly schedules: Vec<PalletRcMigratorVestingRcVestingSchedule>;
|
|
935
|
-
} & Struct;
|
|
936
|
-
readonly isReceiveReferendaValues: boolean;
|
|
937
|
-
readonly asReceiveReferendaValues: {
|
|
938
|
-
readonly values: Vec<PalletRcMigratorReferendaReferendaMessage>;
|
|
939
|
-
} & Struct;
|
|
940
|
-
readonly isReceiveReferendums: boolean;
|
|
941
|
-
readonly asReceiveReferendums: {
|
|
942
|
-
readonly referendums: Vec<ITuple<[u32, PalletReferendaReferendumInfoRcPalletsOrigin]>>;
|
|
943
|
-
} & Struct;
|
|
944
|
-
readonly isReceiveClaims: boolean;
|
|
945
|
-
readonly asReceiveClaims: {
|
|
946
|
-
readonly messages: Vec<PalletRcMigratorClaimsRcClaimsMessage>;
|
|
947
|
-
} & Struct;
|
|
948
|
-
readonly isReceiveBagsListMessages: boolean;
|
|
949
|
-
readonly asReceiveBagsListMessages: {
|
|
950
|
-
readonly messages: Vec<PalletRcMigratorStakingBagsListPortableBagsListMessage>;
|
|
951
|
-
} & Struct;
|
|
952
|
-
readonly isReceiveSchedulerMessages: boolean;
|
|
953
|
-
readonly asReceiveSchedulerMessages: {
|
|
954
|
-
readonly messages: Vec<PalletRcMigratorSchedulerRcSchedulerMessage>;
|
|
955
|
-
} & Struct;
|
|
956
|
-
readonly isReceiveIndices: boolean;
|
|
957
|
-
readonly asReceiveIndices: {
|
|
958
|
-
readonly indices: Vec<PalletRcMigratorIndicesRcIndicesIndex>;
|
|
959
|
-
} & Struct;
|
|
960
|
-
readonly isReceiveConvictionVotingMessages: boolean;
|
|
961
|
-
readonly asReceiveConvictionVotingMessages: {
|
|
962
|
-
readonly messages: Vec<PalletRcMigratorConvictionVotingRcConvictionVotingMessage>;
|
|
963
|
-
} & Struct;
|
|
964
|
-
readonly isReceiveBountiesMessages: boolean;
|
|
965
|
-
readonly asReceiveBountiesMessages: {
|
|
966
|
-
readonly messages: Vec<PalletRcMigratorBountiesRcBountiesMessage>;
|
|
967
|
-
} & Struct;
|
|
968
|
-
readonly isReceiveAssetRates: boolean;
|
|
969
|
-
readonly asReceiveAssetRates: {
|
|
970
|
-
readonly rates: Vec<ITuple<[PolkadotRuntimeCommonImplsVersionedLocatableAsset, u128]>>;
|
|
971
|
-
} & Struct;
|
|
972
|
-
readonly isReceiveCrowdloanMessages: boolean;
|
|
973
|
-
readonly asReceiveCrowdloanMessages: {
|
|
974
|
-
readonly messages: Vec<PalletRcMigratorCrowdloanRcCrowdloanMessage>;
|
|
975
|
-
} & Struct;
|
|
976
|
-
readonly isReceiveReferendaMetadata: boolean;
|
|
977
|
-
readonly asReceiveReferendaMetadata: {
|
|
978
|
-
readonly metadata: Vec<ITuple<[u32, H256]>>;
|
|
979
|
-
} & Struct;
|
|
980
|
-
readonly isReceiveTreasuryMessages: boolean;
|
|
981
|
-
readonly asReceiveTreasuryMessages: {
|
|
982
|
-
readonly messages: Vec<PalletRcMigratorTreasuryPortableTreasuryMessage>;
|
|
983
|
-
} & Struct;
|
|
984
|
-
readonly isReceiveSchedulerAgendaMessages: boolean;
|
|
985
|
-
readonly asReceiveSchedulerAgendaMessages: {
|
|
986
|
-
readonly messages: Vec<PalletRcMigratorSchedulerSchedulerAgendaMessage>;
|
|
987
|
-
} & Struct;
|
|
988
|
-
readonly isReceiveDelegatedStakingMessages: boolean;
|
|
989
|
-
readonly asReceiveDelegatedStakingMessages: {
|
|
990
|
-
readonly messages: Vec<PalletRcMigratorStakingDelegatedStakingPortableDelegatedStakingMessage>;
|
|
991
|
-
} & Struct;
|
|
992
|
-
readonly isReceiveChildBountiesMessages: boolean;
|
|
993
|
-
readonly asReceiveChildBountiesMessages: {
|
|
994
|
-
readonly messages: Vec<PalletRcMigratorChildBountiesPortableChildBountiesMessage>;
|
|
995
|
-
} & Struct;
|
|
996
|
-
readonly isReceiveStakingMessages: boolean;
|
|
997
|
-
readonly asReceiveStakingMessages: {
|
|
998
|
-
readonly messages: Vec<PalletRcMigratorStakingMessagePortableStakingMessage>;
|
|
999
|
-
} & Struct;
|
|
1000
|
-
readonly isForceSetStage: boolean;
|
|
1001
|
-
readonly asForceSetStage: {
|
|
1002
|
-
readonly stage: PalletAhMigratorMigrationStage;
|
|
1003
|
-
} & Struct;
|
|
1004
|
-
readonly isStartMigration: boolean;
|
|
1005
|
-
readonly isSetDmpQueuePriority: boolean;
|
|
1006
|
-
readonly asSetDmpQueuePriority: {
|
|
1007
|
-
readonly new_: PalletRcMigratorQueuePriority;
|
|
1008
|
-
} & Struct;
|
|
1009
|
-
readonly isSetManager: boolean;
|
|
1010
|
-
readonly asSetManager: {
|
|
1011
|
-
readonly new_: Option<AccountId32>;
|
|
1012
|
-
} & Struct;
|
|
1013
|
-
readonly isFinishMigration: boolean;
|
|
1014
|
-
readonly asFinishMigration: {
|
|
1015
|
-
readonly data: Option<PalletRcMigratorMigrationFinishedData>;
|
|
1016
|
-
readonly coolOffEndAt: u32;
|
|
1017
|
-
} & Struct;
|
|
1018
|
-
readonly isSendXcmMessage: boolean;
|
|
1019
|
-
readonly asSendXcmMessage: {
|
|
1020
|
-
readonly dest: XcmVersionedLocation;
|
|
1021
|
-
readonly message: XcmVersionedXcm;
|
|
1022
|
-
} & Struct;
|
|
1023
|
-
readonly type: 'ReceiveAccounts' | 'ReceiveMultisigs' | 'ReceiveProxyProxies' | 'ReceiveProxyAnnouncements' | 'ReceivePreimageChunks' | 'ReceivePreimageRequestStatus' | 'ReceivePreimageLegacyStatus' | 'ReceiveNomPoolsMessages' | 'ReceiveVestingSchedules' | 'ReceiveReferendaValues' | 'ReceiveReferendums' | 'ReceiveClaims' | 'ReceiveBagsListMessages' | 'ReceiveSchedulerMessages' | 'ReceiveIndices' | 'ReceiveConvictionVotingMessages' | 'ReceiveBountiesMessages' | 'ReceiveAssetRates' | 'ReceiveCrowdloanMessages' | 'ReceiveReferendaMetadata' | 'ReceiveTreasuryMessages' | 'ReceiveSchedulerAgendaMessages' | 'ReceiveDelegatedStakingMessages' | 'ReceiveChildBountiesMessages' | 'ReceiveStakingMessages' | 'ForceSetStage' | 'StartMigration' | 'SetDmpQueuePriority' | 'SetManager' | 'FinishMigration' | 'SendXcmMessage';
|
|
1024
|
-
}
|
|
1025
|
-
|
|
1026
|
-
/** @name PalletRcMigratorAccountsAccount (491) */
|
|
1027
|
-
interface PalletRcMigratorAccountsAccount extends Struct {
|
|
1028
|
-
readonly who: AccountId32;
|
|
1029
|
-
readonly free: u128;
|
|
1030
|
-
readonly reserved: u128;
|
|
1031
|
-
readonly frozen: u128;
|
|
1032
|
-
readonly holds: Vec<FrameSupportTokensMiscIdAmountPortableHoldReason>;
|
|
1033
|
-
readonly freezes: Vec<FrameSupportTokensMiscIdAmountPortableFreezeReason>;
|
|
1034
|
-
readonly locks: Vec<PalletBalancesBalanceLock>;
|
|
1035
|
-
readonly unnamedReserve: u128;
|
|
1036
|
-
readonly consumers: u8;
|
|
1037
|
-
readonly providers: u8;
|
|
1038
|
-
}
|
|
1039
|
-
|
|
1040
|
-
/** @name PalletRcMigratorPortableHoldReason (492) */
|
|
1041
|
-
interface PalletRcMigratorPortableHoldReason extends Enum {
|
|
1042
|
-
readonly isPreimage: boolean;
|
|
1043
|
-
readonly asPreimage: PalletPreimageHoldReason;
|
|
1044
|
-
readonly isStaking: boolean;
|
|
1045
|
-
readonly asStaking: PalletStakingPalletHoldReason;
|
|
1046
|
-
readonly isStateTrieMigration: boolean;
|
|
1047
|
-
readonly asStateTrieMigration: PalletStateTrieMigrationHoldReason;
|
|
1048
|
-
readonly isDelegatedStaking: boolean;
|
|
1049
|
-
readonly asDelegatedStaking: PalletDelegatedStakingHoldReason;
|
|
1050
|
-
readonly isSession: boolean;
|
|
1051
|
-
readonly asSession: PalletSessionHoldReason;
|
|
1052
|
-
readonly isXcmPallet: boolean;
|
|
1053
|
-
readonly asXcmPallet: PalletXcmHoldReason;
|
|
1054
|
-
readonly type: 'Preimage' | 'Staking' | 'StateTrieMigration' | 'DelegatedStaking' | 'Session' | 'XcmPallet';
|
|
1055
|
-
}
|
|
1056
|
-
|
|
1057
|
-
/** @name PalletRcMigratorPortableFreezeReason (499) */
|
|
1058
|
-
interface PalletRcMigratorPortableFreezeReason extends Enum {
|
|
1059
|
-
readonly isNominationPools: boolean;
|
|
1060
|
-
readonly asNominationPools: PalletNominationPoolsFreezeReason;
|
|
1061
|
-
readonly type: 'NominationPools';
|
|
1062
|
-
}
|
|
1063
|
-
|
|
1064
|
-
/** @name FrameSupportTokensMiscIdAmountPortableHoldReason (502) */
|
|
1065
|
-
interface FrameSupportTokensMiscIdAmountPortableHoldReason extends Struct {
|
|
1066
|
-
readonly id: PalletRcMigratorPortableHoldReason;
|
|
1067
|
-
readonly amount: u128;
|
|
1068
|
-
}
|
|
1069
|
-
|
|
1070
|
-
/** @name FrameSupportTokensMiscIdAmountPortableFreezeReason (505) */
|
|
1071
|
-
interface FrameSupportTokensMiscIdAmountPortableFreezeReason extends Struct {
|
|
1072
|
-
readonly id: PalletRcMigratorPortableFreezeReason;
|
|
1073
|
-
readonly amount: u128;
|
|
1074
|
-
}
|
|
1075
|
-
|
|
1076
|
-
/** @name PalletRcMigratorMultisigRcMultisig (512) */
|
|
1077
|
-
interface PalletRcMigratorMultisigRcMultisig extends Struct {
|
|
1078
|
-
readonly creator: AccountId32;
|
|
1079
|
-
readonly deposit: u128;
|
|
1080
|
-
}
|
|
1081
|
-
|
|
1082
|
-
/** @name PalletRcMigratorProxyRcProxy (514) */
|
|
1083
|
-
interface PalletRcMigratorProxyRcProxy extends Struct {
|
|
1084
|
-
readonly delegator: AccountId32;
|
|
1085
|
-
readonly deposit: u128;
|
|
1086
|
-
readonly proxies: Vec<PalletProxyProxyDefinitionPolkadotRuntimeConstantsProxyProxyType>;
|
|
1087
|
-
}
|
|
1088
|
-
|
|
1089
|
-
/** @name PalletProxyProxyDefinitionPolkadotRuntimeConstantsProxyProxyType (517) */
|
|
1090
|
-
interface PalletProxyProxyDefinitionPolkadotRuntimeConstantsProxyProxyType extends Struct {
|
|
1091
|
-
readonly delegate: AccountId32;
|
|
1092
|
-
readonly proxyType: PolkadotRuntimeConstantsProxyProxyType;
|
|
1093
|
-
readonly delay: u32;
|
|
1094
|
-
}
|
|
1095
|
-
|
|
1096
|
-
/** @name PalletRcMigratorProxyRcProxyAnnouncement (519) */
|
|
1097
|
-
interface PalletRcMigratorProxyRcProxyAnnouncement extends Struct {
|
|
1098
|
-
readonly depositor: AccountId32;
|
|
1099
|
-
readonly deposit: u128;
|
|
1100
|
-
}
|
|
1101
|
-
|
|
1102
|
-
/** @name PalletRcMigratorPreimageChunksRcPreimageChunk (521) */
|
|
1103
|
-
interface PalletRcMigratorPreimageChunksRcPreimageChunk extends Struct {
|
|
1104
|
-
readonly preimageHash: H256;
|
|
1105
|
-
readonly preimageLen: u32;
|
|
1106
|
-
readonly chunkByteOffset: u32;
|
|
1107
|
-
readonly chunkBytes: Bytes;
|
|
1108
|
-
}
|
|
1109
|
-
|
|
1110
|
-
/** @name PalletRcMigratorPreimageRequestStatusPortableRequestStatus (524) */
|
|
1111
|
-
interface PalletRcMigratorPreimageRequestStatusPortableRequestStatus extends Struct {
|
|
1112
|
-
readonly hash_: H256;
|
|
1113
|
-
readonly requestStatus: PalletRcMigratorPreimageRequestStatusPortableRequestStatusInner;
|
|
1114
|
-
}
|
|
1115
|
-
|
|
1116
|
-
/** @name PalletRcMigratorPreimageRequestStatusPortableRequestStatusInner (525) */
|
|
1117
|
-
interface PalletRcMigratorPreimageRequestStatusPortableRequestStatusInner extends Enum {
|
|
1118
|
-
readonly isUnrequested: boolean;
|
|
1119
|
-
readonly asUnrequested: {
|
|
1120
|
-
readonly ticket: ITuple<[AccountId32, Bytes]>;
|
|
1121
|
-
readonly len: u32;
|
|
1122
|
-
} & Struct;
|
|
1123
|
-
readonly isRequested: boolean;
|
|
1124
|
-
readonly asRequested: {
|
|
1125
|
-
readonly maybeTicket: Option<ITuple<[AccountId32, Bytes]>>;
|
|
1126
|
-
readonly count: u32;
|
|
1127
|
-
readonly maybeLen: Option<u32>;
|
|
1128
|
-
} & Struct;
|
|
1129
|
-
readonly type: 'Unrequested' | 'Requested';
|
|
1130
|
-
}
|
|
1131
|
-
|
|
1132
|
-
/** @name PalletRcMigratorPreimageLegacyRequestStatusRcPreimageLegacyStatus (530) */
|
|
1133
|
-
interface PalletRcMigratorPreimageLegacyRequestStatusRcPreimageLegacyStatus extends Struct {
|
|
1134
|
-
readonly hash_: H256;
|
|
1135
|
-
readonly depositor: AccountId32;
|
|
1136
|
-
readonly deposit: u128;
|
|
1137
|
-
}
|
|
1138
|
-
|
|
1139
|
-
/** @name PalletRcMigratorStakingNomPoolsRcNomPoolsMessage (532) */
|
|
1140
|
-
interface PalletRcMigratorStakingNomPoolsRcNomPoolsMessage extends Enum {
|
|
1141
|
-
readonly isStorageValues: boolean;
|
|
1142
|
-
readonly asStorageValues: {
|
|
1143
|
-
readonly values: PalletRcMigratorStakingNomPoolsNomPoolsStorageValues;
|
|
1144
|
-
} & Struct;
|
|
1145
|
-
readonly isPoolMembers: boolean;
|
|
1146
|
-
readonly asPoolMembers: {
|
|
1147
|
-
readonly member: ITuple<[AccountId32, PalletNominationPoolsPoolMember]>;
|
|
1148
|
-
} & Struct;
|
|
1149
|
-
readonly isBondedPools: boolean;
|
|
1150
|
-
readonly asBondedPools: {
|
|
1151
|
-
readonly pool: ITuple<[u32, PalletNominationPoolsBondedPoolInner]>;
|
|
1152
|
-
} & Struct;
|
|
1153
|
-
readonly isRewardPools: boolean;
|
|
1154
|
-
readonly asRewardPools: {
|
|
1155
|
-
readonly rewards: ITuple<[u32, PalletRcMigratorStakingNomPoolsAliasRewardPool]>;
|
|
1156
|
-
} & Struct;
|
|
1157
|
-
readonly isSubPoolsStorage: boolean;
|
|
1158
|
-
readonly asSubPoolsStorage: {
|
|
1159
|
-
readonly subPools: ITuple<[u32, PalletRcMigratorStakingNomPoolsAliasSubPools]>;
|
|
1160
|
-
} & Struct;
|
|
1161
|
-
readonly isMetadata: boolean;
|
|
1162
|
-
readonly asMetadata: {
|
|
1163
|
-
readonly meta: ITuple<[u32, Bytes]>;
|
|
1164
|
-
} & Struct;
|
|
1165
|
-
readonly isReversePoolIdLookup: boolean;
|
|
1166
|
-
readonly asReversePoolIdLookup: {
|
|
1167
|
-
readonly lookups: ITuple<[AccountId32, u32]>;
|
|
1168
|
-
} & Struct;
|
|
1169
|
-
readonly isClaimPermissions: boolean;
|
|
1170
|
-
readonly asClaimPermissions: {
|
|
1171
|
-
readonly perms: ITuple<[AccountId32, PalletNominationPoolsClaimPermission]>;
|
|
1172
|
-
} & Struct;
|
|
1173
|
-
readonly type: 'StorageValues' | 'PoolMembers' | 'BondedPools' | 'RewardPools' | 'SubPoolsStorage' | 'Metadata' | 'ReversePoolIdLookup' | 'ClaimPermissions';
|
|
1174
|
-
}
|
|
1175
|
-
|
|
1176
|
-
/** @name PalletRcMigratorStakingNomPoolsNomPoolsStorageValues (533) */
|
|
1177
|
-
interface PalletRcMigratorStakingNomPoolsNomPoolsStorageValues extends Struct {
|
|
1178
|
-
readonly totalValueLocked: Option<u128>;
|
|
1179
|
-
readonly minJoinBond: Option<u128>;
|
|
1180
|
-
readonly minCreateBond: Option<u128>;
|
|
1181
|
-
readonly maxPools: Option<u32>;
|
|
1182
|
-
readonly maxPoolMembers: Option<u32>;
|
|
1183
|
-
readonly maxPoolMembersPerPool: Option<u32>;
|
|
1184
|
-
readonly globalMaxCommission: Option<Perbill>;
|
|
1185
|
-
readonly lastPoolId: Option<u32>;
|
|
1186
|
-
}
|
|
1187
|
-
|
|
1188
|
-
/** @name PalletRcMigratorStakingNomPoolsAliasRewardPool (547) */
|
|
1189
|
-
interface PalletRcMigratorStakingNomPoolsAliasRewardPool extends Struct {
|
|
1190
|
-
readonly lastRecordedRewardCounter: u128;
|
|
1191
|
-
readonly lastRecordedTotalPayouts: u128;
|
|
1192
|
-
readonly totalRewardsClaimed: u128;
|
|
1193
|
-
readonly totalCommissionPending: u128;
|
|
1194
|
-
readonly totalCommissionClaimed: u128;
|
|
1195
|
-
}
|
|
1196
|
-
|
|
1197
|
-
/** @name PalletRcMigratorStakingNomPoolsAliasSubPools (549) */
|
|
1198
|
-
interface PalletRcMigratorStakingNomPoolsAliasSubPools extends Struct {
|
|
1199
|
-
readonly noEra: PalletRcMigratorStakingNomPoolsAliasUnbondPool;
|
|
1200
|
-
readonly withEra: BTreeMap<u32, PalletRcMigratorStakingNomPoolsAliasUnbondPool>;
|
|
1201
|
-
}
|
|
1202
|
-
|
|
1203
|
-
/** @name PalletRcMigratorStakingNomPoolsAliasUnbondPool (550) */
|
|
1204
|
-
interface PalletRcMigratorStakingNomPoolsAliasUnbondPool extends Struct {
|
|
1205
|
-
readonly points: u128;
|
|
1206
|
-
readonly balance: u128;
|
|
1207
|
-
}
|
|
1208
|
-
|
|
1209
|
-
/** @name PalletRcMigratorVestingRcVestingSchedule (558) */
|
|
1210
|
-
interface PalletRcMigratorVestingRcVestingSchedule extends Struct {
|
|
1211
|
-
readonly who: AccountId32;
|
|
1212
|
-
readonly schedules: Vec<PalletVestingVestingInfo>;
|
|
1213
|
-
}
|
|
1214
|
-
|
|
1215
|
-
/** @name PalletRcMigratorReferendaReferendaMessage (562) */
|
|
1216
|
-
interface PalletRcMigratorReferendaReferendaMessage extends Struct {
|
|
1217
|
-
readonly referendumCount: Option<u32>;
|
|
1218
|
-
readonly decidingCount: Vec<ITuple<[u16, u32]>>;
|
|
1219
|
-
readonly trackQueue: Vec<ITuple<[u16, Vec<ITuple<[u32, u128]>>]>>;
|
|
1220
|
-
}
|
|
1221
|
-
|
|
1222
|
-
/** @name PalletReferendaReferendumInfoRcPalletsOrigin (569) */
|
|
1223
|
-
interface PalletReferendaReferendumInfoRcPalletsOrigin extends Enum {
|
|
1224
|
-
readonly isOngoing: boolean;
|
|
1225
|
-
readonly asOngoing: PalletReferendaReferendumStatusRcPalletsOrigin;
|
|
1226
|
-
readonly isApproved: boolean;
|
|
1227
|
-
readonly asApproved: ITuple<[u32, Option<PalletReferendaDeposit>, Option<PalletReferendaDeposit>]>;
|
|
1228
|
-
readonly isRejected: boolean;
|
|
1229
|
-
readonly asRejected: ITuple<[u32, Option<PalletReferendaDeposit>, Option<PalletReferendaDeposit>]>;
|
|
1230
|
-
readonly isCancelled: boolean;
|
|
1231
|
-
readonly asCancelled: ITuple<[u32, Option<PalletReferendaDeposit>, Option<PalletReferendaDeposit>]>;
|
|
1232
|
-
readonly isTimedOut: boolean;
|
|
1233
|
-
readonly asTimedOut: ITuple<[u32, Option<PalletReferendaDeposit>, Option<PalletReferendaDeposit>]>;
|
|
1234
|
-
readonly isKilled: boolean;
|
|
1235
|
-
readonly asKilled: u32;
|
|
1236
|
-
readonly type: 'Ongoing' | 'Approved' | 'Rejected' | 'Cancelled' | 'TimedOut' | 'Killed';
|
|
1237
|
-
}
|
|
1238
|
-
|
|
1239
|
-
/** @name AssetHubPolkadotRuntimeAhMigrationRcPalletsOrigin (570) */
|
|
1240
|
-
interface AssetHubPolkadotRuntimeAhMigrationRcPalletsOrigin extends Enum {
|
|
1241
|
-
readonly isSystem: boolean;
|
|
1242
|
-
readonly asSystem: FrameSupportDispatchRawOrigin;
|
|
1243
|
-
readonly isOrigins: boolean;
|
|
1244
|
-
readonly asOrigins: AssetHubPolkadotRuntimeGovernanceOriginsPalletCustomOriginsOrigin;
|
|
1245
|
-
readonly type: 'System' | 'Origins';
|
|
1246
|
-
}
|
|
1247
|
-
|
|
1248
|
-
/** @name PalletReferendaReferendumStatusRcPalletsOrigin (572) */
|
|
1249
|
-
interface PalletReferendaReferendumStatusRcPalletsOrigin extends Struct {
|
|
1250
|
-
readonly track: u16;
|
|
1251
|
-
readonly origin: AssetHubPolkadotRuntimeAhMigrationRcPalletsOrigin;
|
|
1252
|
-
readonly proposal: FrameSupportPreimagesBounded;
|
|
1253
|
-
readonly enactment: FrameSupportScheduleDispatchTime;
|
|
1254
|
-
readonly submitted: u32;
|
|
1255
|
-
readonly submissionDeposit: PalletReferendaDeposit;
|
|
1256
|
-
readonly decisionDeposit: Option<PalletReferendaDeposit>;
|
|
1257
|
-
readonly deciding: Option<PalletReferendaDecidingStatus>;
|
|
1258
|
-
readonly tally: PalletConvictionVotingTally;
|
|
1259
|
-
readonly inQueue: bool;
|
|
1260
|
-
readonly alarm: Option<ITuple<[u32, ITuple<[u32, u32]>]>>;
|
|
1261
|
-
}
|
|
1262
|
-
|
|
1263
|
-
/** @name PalletRcMigratorClaimsRcClaimsMessage (580) */
|
|
1264
|
-
interface PalletRcMigratorClaimsRcClaimsMessage extends Enum {
|
|
1265
|
-
readonly isStorageValues: boolean;
|
|
1266
|
-
readonly asStorageValues: {
|
|
1267
|
-
readonly total: u128;
|
|
1268
|
-
} & Struct;
|
|
1269
|
-
readonly isClaims: boolean;
|
|
1270
|
-
readonly asClaims: ITuple<[EthereumAddress, u128]>;
|
|
1271
|
-
readonly isVesting: boolean;
|
|
1272
|
-
readonly asVesting: {
|
|
1273
|
-
readonly who: EthereumAddress;
|
|
1274
|
-
readonly schedule: ITuple<[u128, u128, u32]>;
|
|
1275
|
-
} & Struct;
|
|
1276
|
-
readonly isSigning: boolean;
|
|
1277
|
-
readonly asSigning: ITuple<[EthereumAddress, PolkadotRuntimeCommonClaimsStatementKind]>;
|
|
1278
|
-
readonly isPreclaims: boolean;
|
|
1279
|
-
readonly asPreclaims: ITuple<[AccountId32, EthereumAddress]>;
|
|
1280
|
-
readonly type: 'StorageValues' | 'Claims' | 'Vesting' | 'Signing' | 'Preclaims';
|
|
1281
|
-
}
|
|
1282
|
-
|
|
1283
|
-
/** @name PalletRcMigratorStakingBagsListPortableBagsListMessage (585) */
|
|
1284
|
-
interface PalletRcMigratorStakingBagsListPortableBagsListMessage extends Enum {
|
|
1285
|
-
readonly isNode: boolean;
|
|
1286
|
-
readonly asNode: {
|
|
1287
|
-
readonly id: AccountId32;
|
|
1288
|
-
readonly node: PalletRcMigratorStakingBagsListPortableNode;
|
|
1289
|
-
} & Struct;
|
|
1290
|
-
readonly isBag: boolean;
|
|
1291
|
-
readonly asBag: {
|
|
1292
|
-
readonly score: u64;
|
|
1293
|
-
readonly bag: PalletRcMigratorStakingBagsListPortableBag;
|
|
1294
|
-
} & Struct;
|
|
1295
|
-
readonly type: 'Node' | 'Bag';
|
|
1296
|
-
}
|
|
1297
|
-
|
|
1298
|
-
/** @name PalletRcMigratorStakingBagsListPortableNode (586) */
|
|
1299
|
-
interface PalletRcMigratorStakingBagsListPortableNode extends Struct {
|
|
1300
|
-
readonly id: AccountId32;
|
|
1301
|
-
readonly prev: Option<AccountId32>;
|
|
1302
|
-
readonly next: Option<AccountId32>;
|
|
1303
|
-
readonly bagUpper: u64;
|
|
1304
|
-
readonly score: u64;
|
|
1305
|
-
}
|
|
1306
|
-
|
|
1307
|
-
/** @name PalletRcMigratorStakingBagsListPortableBag (587) */
|
|
1308
|
-
interface PalletRcMigratorStakingBagsListPortableBag extends Struct {
|
|
1309
|
-
readonly head: Option<AccountId32>;
|
|
1310
|
-
readonly tail: Option<AccountId32>;
|
|
1311
|
-
readonly bagUpper: u64;
|
|
1312
|
-
}
|
|
1313
|
-
|
|
1314
|
-
/** @name PalletRcMigratorSchedulerRcSchedulerMessage (589) */
|
|
1315
|
-
interface PalletRcMigratorSchedulerRcSchedulerMessage extends Enum {
|
|
1316
|
-
readonly isIncompleteSince: boolean;
|
|
1317
|
-
readonly asIncompleteSince: u32;
|
|
1318
|
-
readonly isRetries: boolean;
|
|
1319
|
-
readonly asRetries: ITuple<[ITuple<[u32, u32]>, PalletSchedulerRetryConfig]>;
|
|
1320
|
-
readonly isLookup: boolean;
|
|
1321
|
-
readonly asLookup: ITuple<[U8aFixed, ITuple<[u32, u32]>]>;
|
|
1322
|
-
readonly type: 'IncompleteSince' | 'Retries' | 'Lookup';
|
|
1323
|
-
}
|
|
1324
|
-
|
|
1325
|
-
/** @name PalletRcMigratorIndicesRcIndicesIndex (594) */
|
|
1326
|
-
interface PalletRcMigratorIndicesRcIndicesIndex extends Struct {
|
|
1327
|
-
readonly index: u32;
|
|
1328
|
-
readonly who: AccountId32;
|
|
1329
|
-
readonly deposit: u128;
|
|
1330
|
-
readonly frozen: bool;
|
|
1331
|
-
}
|
|
1332
|
-
|
|
1333
|
-
/** @name PalletRcMigratorConvictionVotingRcConvictionVotingMessage (596) */
|
|
1334
|
-
interface PalletRcMigratorConvictionVotingRcConvictionVotingMessage extends Enum {
|
|
1335
|
-
readonly isVotingFor: boolean;
|
|
1336
|
-
readonly asVotingFor: ITuple<[AccountId32, u16, PalletConvictionVotingVoteVoting]>;
|
|
1337
|
-
readonly isClassLocksFor: boolean;
|
|
1338
|
-
readonly asClassLocksFor: ITuple<[AccountId32, Vec<ITuple<[u16, u128]>>]>;
|
|
1339
|
-
readonly type: 'VotingFor' | 'ClassLocksFor';
|
|
1340
|
-
}
|
|
1341
|
-
|
|
1342
|
-
/** @name PalletRcMigratorBountiesRcBountiesMessage (608) */
|
|
1343
|
-
interface PalletRcMigratorBountiesRcBountiesMessage extends Enum {
|
|
1344
|
-
readonly isBountyCount: boolean;
|
|
1345
|
-
readonly asBountyCount: u32;
|
|
1346
|
-
readonly isBountyApprovals: boolean;
|
|
1347
|
-
readonly asBountyApprovals: Vec<u32>;
|
|
1348
|
-
readonly isBountyDescriptions: boolean;
|
|
1349
|
-
readonly asBountyDescriptions: ITuple<[u32, Bytes]>;
|
|
1350
|
-
readonly isBounties: boolean;
|
|
1351
|
-
readonly asBounties: ITuple<[u32, PalletRcMigratorBountiesAliasBounty]>;
|
|
1352
|
-
readonly type: 'BountyCount' | 'BountyApprovals' | 'BountyDescriptions' | 'Bounties';
|
|
1353
|
-
}
|
|
1354
|
-
|
|
1355
|
-
/** @name PalletRcMigratorBountiesAliasBounty (611) */
|
|
1356
|
-
interface PalletRcMigratorBountiesAliasBounty extends Struct {
|
|
1357
|
-
readonly proposer: AccountId32;
|
|
1358
|
-
readonly value: u128;
|
|
1359
|
-
readonly fee: u128;
|
|
1360
|
-
readonly curatorDeposit: u128;
|
|
1361
|
-
readonly bond: u128;
|
|
1362
|
-
readonly status: PalletBountiesBountyStatus;
|
|
1363
|
-
}
|
|
1364
|
-
|
|
1365
|
-
/** @name PalletRcMigratorCrowdloanRcCrowdloanMessage (616) */
|
|
1366
|
-
interface PalletRcMigratorCrowdloanRcCrowdloanMessage extends Enum {
|
|
1367
|
-
readonly isLeaseReserve: boolean;
|
|
1368
|
-
readonly asLeaseReserve: {
|
|
1369
|
-
readonly unreserveBlock: u32;
|
|
1370
|
-
readonly account: AccountId32;
|
|
1371
|
-
readonly paraId: u32;
|
|
1372
|
-
readonly amount: u128;
|
|
1373
|
-
} & Struct;
|
|
1374
|
-
readonly isCrowdloanContribution: boolean;
|
|
1375
|
-
readonly asCrowdloanContribution: {
|
|
1376
|
-
readonly withdrawBlock: u32;
|
|
1377
|
-
readonly contributor: AccountId32;
|
|
1378
|
-
readonly paraId: u32;
|
|
1379
|
-
readonly amount: u128;
|
|
1380
|
-
readonly crowdloanAccount: AccountId32;
|
|
1381
|
-
} & Struct;
|
|
1382
|
-
readonly isCrowdloanReserve: boolean;
|
|
1383
|
-
readonly asCrowdloanReserve: {
|
|
1384
|
-
readonly unreserveBlock: u32;
|
|
1385
|
-
readonly depositor: AccountId32;
|
|
1386
|
-
readonly paraId: u32;
|
|
1387
|
-
readonly amount: u128;
|
|
1388
|
-
} & Struct;
|
|
1389
|
-
readonly type: 'LeaseReserve' | 'CrowdloanContribution' | 'CrowdloanReserve';
|
|
1390
|
-
}
|
|
1391
|
-
|
|
1392
|
-
/** @name PalletRcMigratorTreasuryPortableTreasuryMessage (620) */
|
|
1393
|
-
interface PalletRcMigratorTreasuryPortableTreasuryMessage extends Enum {
|
|
1394
|
-
readonly isProposalCount: boolean;
|
|
1395
|
-
readonly asProposalCount: u32;
|
|
1396
|
-
readonly isProposals: boolean;
|
|
1397
|
-
readonly asProposals: ITuple<[u32, PalletTreasuryProposal]>;
|
|
1398
|
-
readonly isApprovals: boolean;
|
|
1399
|
-
readonly asApprovals: Vec<u32>;
|
|
1400
|
-
readonly isSpendCount: boolean;
|
|
1401
|
-
readonly asSpendCount: u32;
|
|
1402
|
-
readonly isSpends: boolean;
|
|
1403
|
-
readonly asSpends: {
|
|
1404
|
-
readonly id: u32;
|
|
1405
|
-
readonly status: PalletRcMigratorTreasuryPortableSpendStatus;
|
|
1406
|
-
} & Struct;
|
|
1407
|
-
readonly isLastSpendPeriod: boolean;
|
|
1408
|
-
readonly asLastSpendPeriod: Option<u32>;
|
|
1409
|
-
readonly isFunds: boolean;
|
|
1410
|
-
readonly type: 'ProposalCount' | 'Proposals' | 'Approvals' | 'SpendCount' | 'Spends' | 'LastSpendPeriod' | 'Funds';
|
|
1411
|
-
}
|
|
1412
|
-
|
|
1413
|
-
/** @name PalletRcMigratorTreasuryPortableSpendStatus (623) */
|
|
1414
|
-
interface PalletRcMigratorTreasuryPortableSpendStatus extends Struct {
|
|
1415
|
-
readonly assetKind: PolkadotRuntimeCommonImplsVersionedLocatableAsset;
|
|
1416
|
-
readonly amount: u128;
|
|
1417
|
-
readonly beneficiary: XcmVersionedLocation;
|
|
1418
|
-
readonly validFrom: u32;
|
|
1419
|
-
readonly expireAt: u32;
|
|
1420
|
-
readonly status: PalletRcMigratorTreasuryPortablePaymentState;
|
|
1421
|
-
}
|
|
1422
|
-
|
|
1423
|
-
/** @name PalletRcMigratorTreasuryPortablePaymentState (624) */
|
|
1424
|
-
interface PalletRcMigratorTreasuryPortablePaymentState extends Enum {
|
|
1425
|
-
readonly isPending: boolean;
|
|
1426
|
-
readonly isAttempted: boolean;
|
|
1427
|
-
readonly asAttempted: {
|
|
1428
|
-
readonly id: u64;
|
|
1429
|
-
} & Struct;
|
|
1430
|
-
readonly isFailed: boolean;
|
|
1431
|
-
readonly type: 'Pending' | 'Attempted' | 'Failed';
|
|
1432
|
-
}
|
|
1433
|
-
|
|
1434
|
-
/** @name PalletRcMigratorSchedulerSchedulerAgendaMessage (626) */
|
|
1435
|
-
interface PalletRcMigratorSchedulerSchedulerAgendaMessage extends Struct {
|
|
1436
|
-
readonly block: u32;
|
|
1437
|
-
readonly agenda: Vec<Option<PalletRcMigratorSchedulerAliasScheduled>>;
|
|
1438
|
-
}
|
|
1439
|
-
|
|
1440
|
-
/** @name PalletRcMigratorSchedulerAliasScheduled (627) */
|
|
1441
|
-
interface PalletRcMigratorSchedulerAliasScheduled extends Struct {
|
|
1442
|
-
readonly maybeId: Option<U8aFixed>;
|
|
1443
|
-
readonly priority: u8;
|
|
1444
|
-
readonly call: FrameSupportPreimagesBounded;
|
|
1445
|
-
readonly maybePeriodic: Option<ITuple<[u32, u32]>>;
|
|
1446
|
-
readonly origin: AssetHubPolkadotRuntimeAhMigrationRcPalletsOrigin;
|
|
1447
|
-
}
|
|
1448
|
-
|
|
1449
|
-
/** @name PalletRcMigratorStakingDelegatedStakingPortableDelegatedStakingMessage (631) */
|
|
1450
|
-
interface PalletRcMigratorStakingDelegatedStakingPortableDelegatedStakingMessage extends Enum {
|
|
1451
|
-
readonly isDelegators: boolean;
|
|
1452
|
-
readonly asDelegators: {
|
|
1453
|
-
readonly delegator: AccountId32;
|
|
1454
|
-
readonly agent: AccountId32;
|
|
1455
|
-
readonly amount: u128;
|
|
1456
|
-
} & Struct;
|
|
1457
|
-
readonly isAgents: boolean;
|
|
1458
|
-
readonly asAgents: {
|
|
1459
|
-
readonly agent: AccountId32;
|
|
1460
|
-
readonly payee: AccountId32;
|
|
1461
|
-
readonly totalDelegated: u128;
|
|
1462
|
-
readonly unclaimedWithdrawals: u128;
|
|
1463
|
-
readonly pendingSlash: u128;
|
|
1464
|
-
} & Struct;
|
|
1465
|
-
readonly type: 'Delegators' | 'Agents';
|
|
1466
|
-
}
|
|
1467
|
-
|
|
1468
|
-
/** @name PalletRcMigratorChildBountiesPortableChildBountiesMessage (633) */
|
|
1469
|
-
interface PalletRcMigratorChildBountiesPortableChildBountiesMessage extends Enum {
|
|
1470
|
-
readonly isChildBountyCount: boolean;
|
|
1471
|
-
readonly asChildBountyCount: u32;
|
|
1472
|
-
readonly isParentChildBounties: boolean;
|
|
1473
|
-
readonly asParentChildBounties: ITuple<[u32, u32]>;
|
|
1474
|
-
readonly isParentTotalChildBounties: boolean;
|
|
1475
|
-
readonly asParentTotalChildBounties: ITuple<[u32, u32]>;
|
|
1476
|
-
readonly isChildBounty: boolean;
|
|
1477
|
-
readonly asChildBounty: {
|
|
1478
|
-
readonly parentId: u32;
|
|
1479
|
-
readonly childId: u32;
|
|
1480
|
-
readonly childBounty: PalletRcMigratorChildBountiesPortableChildBounty;
|
|
1481
|
-
} & Struct;
|
|
1482
|
-
readonly isChildBountyDescriptionsV1: boolean;
|
|
1483
|
-
readonly asChildBountyDescriptionsV1: {
|
|
1484
|
-
readonly parentId: u32;
|
|
1485
|
-
readonly childId: u32;
|
|
1486
|
-
readonly description: Bytes;
|
|
1487
|
-
} & Struct;
|
|
1488
|
-
readonly isV0ToV1ChildBountyIds: boolean;
|
|
1489
|
-
readonly asV0ToV1ChildBountyIds: {
|
|
1490
|
-
readonly v0ChildId: u32;
|
|
1491
|
-
readonly parentId: u32;
|
|
1492
|
-
readonly v1ChildId: u32;
|
|
1493
|
-
} & Struct;
|
|
1494
|
-
readonly isChildrenCuratorFees: boolean;
|
|
1495
|
-
readonly asChildrenCuratorFees: {
|
|
1496
|
-
readonly childId: u32;
|
|
1497
|
-
readonly amount: u128;
|
|
1498
|
-
} & Struct;
|
|
1499
|
-
readonly type: 'ChildBountyCount' | 'ParentChildBounties' | 'ParentTotalChildBounties' | 'ChildBounty' | 'ChildBountyDescriptionsV1' | 'V0ToV1ChildBountyIds' | 'ChildrenCuratorFees';
|
|
1500
|
-
}
|
|
1501
|
-
|
|
1502
|
-
/** @name PalletRcMigratorChildBountiesPortableChildBounty (634) */
|
|
1503
|
-
interface PalletRcMigratorChildBountiesPortableChildBounty extends Struct {
|
|
1504
|
-
readonly parentBounty: u32;
|
|
1505
|
-
readonly value: u128;
|
|
1506
|
-
readonly fee: u128;
|
|
1507
|
-
readonly curatorDeposit: u128;
|
|
1508
|
-
readonly status: PalletRcMigratorChildBountiesPortableChildBountyStatus;
|
|
1509
|
-
}
|
|
1510
|
-
|
|
1511
|
-
/** @name PalletRcMigratorChildBountiesPortableChildBountyStatus (635) */
|
|
1512
|
-
interface PalletRcMigratorChildBountiesPortableChildBountyStatus extends Enum {
|
|
1513
|
-
readonly isAdded: boolean;
|
|
1514
|
-
readonly isCuratorProposed: boolean;
|
|
1515
|
-
readonly asCuratorProposed: {
|
|
1516
|
-
readonly curator: AccountId32;
|
|
1517
|
-
} & Struct;
|
|
1518
|
-
readonly isActive: boolean;
|
|
1519
|
-
readonly asActive: {
|
|
1520
|
-
readonly curator: AccountId32;
|
|
1521
|
-
} & Struct;
|
|
1522
|
-
readonly isPendingPayout: boolean;
|
|
1523
|
-
readonly asPendingPayout: {
|
|
1524
|
-
readonly curator: AccountId32;
|
|
1525
|
-
readonly beneficiary: AccountId32;
|
|
1526
|
-
readonly unlockAt: u32;
|
|
1527
|
-
} & Struct;
|
|
1528
|
-
readonly type: 'Added' | 'CuratorProposed' | 'Active' | 'PendingPayout';
|
|
1529
|
-
}
|
|
1530
|
-
|
|
1531
|
-
/** @name PalletRcMigratorStakingMessagePortableStakingMessage (638) */
|
|
1532
|
-
interface PalletRcMigratorStakingMessagePortableStakingMessage extends Enum {
|
|
1533
|
-
readonly isValues: boolean;
|
|
1534
|
-
readonly asValues: PalletRcMigratorStakingMessageStakingValues;
|
|
1535
|
-
readonly isInvulnerables: boolean;
|
|
1536
|
-
readonly asInvulnerables: Vec<AccountId32>;
|
|
1537
|
-
readonly isBonded: boolean;
|
|
1538
|
-
readonly asBonded: {
|
|
1539
|
-
readonly stash: AccountId32;
|
|
1540
|
-
readonly controller: AccountId32;
|
|
1541
|
-
} & Struct;
|
|
1542
|
-
readonly isLedger: boolean;
|
|
1543
|
-
readonly asLedger: {
|
|
1544
|
-
readonly controller: AccountId32;
|
|
1545
|
-
readonly ledger: PalletRcMigratorStakingMessagePortableStakingLedger;
|
|
1546
|
-
} & Struct;
|
|
1547
|
-
readonly isPayee: boolean;
|
|
1548
|
-
readonly asPayee: {
|
|
1549
|
-
readonly stash: AccountId32;
|
|
1550
|
-
readonly payment: PalletRcMigratorStakingMessagePortableRewardDestination;
|
|
1551
|
-
} & Struct;
|
|
1552
|
-
readonly isValidators: boolean;
|
|
1553
|
-
readonly asValidators: {
|
|
1554
|
-
readonly stash: AccountId32;
|
|
1555
|
-
readonly validators: PalletRcMigratorStakingMessagePortableValidatorPrefs;
|
|
1556
|
-
} & Struct;
|
|
1557
|
-
readonly isNominators: boolean;
|
|
1558
|
-
readonly asNominators: {
|
|
1559
|
-
readonly stash: AccountId32;
|
|
1560
|
-
readonly nominations: PalletRcMigratorStakingMessagePortableNominations;
|
|
1561
|
-
} & Struct;
|
|
1562
|
-
readonly isVirtualStakers: boolean;
|
|
1563
|
-
readonly asVirtualStakers: AccountId32;
|
|
1564
|
-
readonly isErasStakersOverview: boolean;
|
|
1565
|
-
readonly asErasStakersOverview: {
|
|
1566
|
-
readonly era: u32;
|
|
1567
|
-
readonly validator: AccountId32;
|
|
1568
|
-
readonly exposure: PalletRcMigratorStakingMessagePortablePagedExposureMetadata;
|
|
1569
|
-
} & Struct;
|
|
1570
|
-
readonly isErasStakersPaged: boolean;
|
|
1571
|
-
readonly asErasStakersPaged: {
|
|
1572
|
-
readonly era: u32;
|
|
1573
|
-
readonly validator: AccountId32;
|
|
1574
|
-
readonly page: u32;
|
|
1575
|
-
readonly exposure: PalletRcMigratorStakingMessagePortableExposurePage;
|
|
1576
|
-
} & Struct;
|
|
1577
|
-
readonly isClaimedRewards: boolean;
|
|
1578
|
-
readonly asClaimedRewards: {
|
|
1579
|
-
readonly era: u32;
|
|
1580
|
-
readonly validator: AccountId32;
|
|
1581
|
-
readonly rewards: Vec<u32>;
|
|
1582
|
-
} & Struct;
|
|
1583
|
-
readonly isErasValidatorPrefs: boolean;
|
|
1584
|
-
readonly asErasValidatorPrefs: {
|
|
1585
|
-
readonly era: u32;
|
|
1586
|
-
readonly validator: AccountId32;
|
|
1587
|
-
readonly prefs: PalletRcMigratorStakingMessagePortableValidatorPrefs;
|
|
1588
|
-
} & Struct;
|
|
1589
|
-
readonly isErasValidatorReward: boolean;
|
|
1590
|
-
readonly asErasValidatorReward: {
|
|
1591
|
-
readonly era: u32;
|
|
1592
|
-
readonly reward: u128;
|
|
1593
|
-
} & Struct;
|
|
1594
|
-
readonly isErasRewardPoints: boolean;
|
|
1595
|
-
readonly asErasRewardPoints: {
|
|
1596
|
-
readonly era: u32;
|
|
1597
|
-
readonly points: PalletRcMigratorStakingMessagePortableEraRewardPoints;
|
|
1598
|
-
} & Struct;
|
|
1599
|
-
readonly isErasTotalStake: boolean;
|
|
1600
|
-
readonly asErasTotalStake: {
|
|
1601
|
-
readonly era: u32;
|
|
1602
|
-
readonly totalStake: u128;
|
|
1603
|
-
} & Struct;
|
|
1604
|
-
readonly isUnappliedSlashes: boolean;
|
|
1605
|
-
readonly asUnappliedSlashes: {
|
|
1606
|
-
readonly era: u32;
|
|
1607
|
-
readonly slash: PalletRcMigratorStakingMessagePortableUnappliedSlash;
|
|
1608
|
-
} & Struct;
|
|
1609
|
-
readonly isBondedEras: boolean;
|
|
1610
|
-
readonly asBondedEras: Vec<ITuple<[u32, u32]>>;
|
|
1611
|
-
readonly isValidatorSlashInEra: boolean;
|
|
1612
|
-
readonly asValidatorSlashInEra: {
|
|
1613
|
-
readonly era: u32;
|
|
1614
|
-
readonly validator: AccountId32;
|
|
1615
|
-
readonly slash: ITuple<[Perbill, u128]>;
|
|
1616
|
-
} & Struct;
|
|
1617
|
-
readonly type: 'Values' | 'Invulnerables' | 'Bonded' | 'Ledger' | 'Payee' | 'Validators' | 'Nominators' | 'VirtualStakers' | 'ErasStakersOverview' | 'ErasStakersPaged' | 'ClaimedRewards' | 'ErasValidatorPrefs' | 'ErasValidatorReward' | 'ErasRewardPoints' | 'ErasTotalStake' | 'UnappliedSlashes' | 'BondedEras' | 'ValidatorSlashInEra';
|
|
1618
|
-
}
|
|
1619
|
-
|
|
1620
|
-
/** @name PalletRcMigratorStakingMessageStakingValues (639) */
|
|
1621
|
-
interface PalletRcMigratorStakingMessageStakingValues extends Struct {
|
|
1622
|
-
readonly validatorCount: Option<u32>;
|
|
1623
|
-
readonly minValidatorCount: Option<u32>;
|
|
1624
|
-
readonly minNominatorBond: Option<u128>;
|
|
1625
|
-
readonly minValidatorBond: Option<u128>;
|
|
1626
|
-
readonly minActiveStake: Option<u128>;
|
|
1627
|
-
readonly minCommission: Option<Perbill>;
|
|
1628
|
-
readonly maxValidatorsCount: Option<u32>;
|
|
1629
|
-
readonly maxNominatorsCount: Option<u32>;
|
|
1630
|
-
readonly currentEra: Option<u32>;
|
|
1631
|
-
readonly activeEra: Option<PalletRcMigratorStakingMessagePortableActiveEraInfo>;
|
|
1632
|
-
readonly forceEra: Option<PalletRcMigratorStakingMessagePortableForcing>;
|
|
1633
|
-
readonly maxStakedRewards: Option<Percent>;
|
|
1634
|
-
readonly slashRewardFraction: Option<Perbill>;
|
|
1635
|
-
readonly canceledSlashPayout: Option<u128>;
|
|
1636
|
-
readonly currentPlannedSession: Option<u32>;
|
|
1637
|
-
readonly chillThreshold: Option<Percent>;
|
|
1638
|
-
}
|
|
1639
|
-
|
|
1640
|
-
/** @name PalletRcMigratorStakingMessagePortableActiveEraInfo (641) */
|
|
1641
|
-
interface PalletRcMigratorStakingMessagePortableActiveEraInfo extends Struct {
|
|
1642
|
-
readonly index: u32;
|
|
1643
|
-
readonly start: Option<u64>;
|
|
1644
|
-
}
|
|
1645
|
-
|
|
1646
|
-
/** @name PalletRcMigratorStakingMessagePortableForcing (643) */
|
|
1647
|
-
interface PalletRcMigratorStakingMessagePortableForcing extends Enum {
|
|
1648
|
-
readonly isNotForcing: boolean;
|
|
1649
|
-
readonly isForceNew: boolean;
|
|
1650
|
-
readonly isForceNone: boolean;
|
|
1651
|
-
readonly isForceAlways: boolean;
|
|
1652
|
-
readonly type: 'NotForcing' | 'ForceNew' | 'ForceNone' | 'ForceAlways';
|
|
1653
|
-
}
|
|
1654
|
-
|
|
1655
|
-
/** @name PalletRcMigratorStakingMessagePortableStakingLedger (645) */
|
|
1656
|
-
interface PalletRcMigratorStakingMessagePortableStakingLedger extends Struct {
|
|
1657
|
-
readonly stash: AccountId32;
|
|
1658
|
-
readonly total: u128;
|
|
1659
|
-
readonly active: u128;
|
|
1660
|
-
readonly unlocking: Vec<PalletRcMigratorStakingMessagePortableUnlockChunk>;
|
|
1661
|
-
}
|
|
1662
|
-
|
|
1663
|
-
/** @name PalletRcMigratorStakingMessagePortableUnlockChunk (647) */
|
|
1664
|
-
interface PalletRcMigratorStakingMessagePortableUnlockChunk extends Struct {
|
|
1665
|
-
readonly value: u128;
|
|
1666
|
-
readonly era: u32;
|
|
1667
|
-
}
|
|
1668
|
-
|
|
1669
|
-
/** @name PalletRcMigratorStakingMessagePortableRewardDestination (649) */
|
|
1670
|
-
interface PalletRcMigratorStakingMessagePortableRewardDestination extends Enum {
|
|
1671
|
-
readonly isStaked: boolean;
|
|
1672
|
-
readonly isStash: boolean;
|
|
1673
|
-
readonly isController: boolean;
|
|
1674
|
-
readonly isAccount: boolean;
|
|
1675
|
-
readonly asAccount: AccountId32;
|
|
1676
|
-
readonly isNone: boolean;
|
|
1677
|
-
readonly type: 'Staked' | 'Stash' | 'Controller' | 'Account' | 'None';
|
|
1678
|
-
}
|
|
1679
|
-
|
|
1680
|
-
/** @name PalletRcMigratorStakingMessagePortableValidatorPrefs (650) */
|
|
1681
|
-
interface PalletRcMigratorStakingMessagePortableValidatorPrefs extends Struct {
|
|
1682
|
-
readonly commission: Perbill;
|
|
1683
|
-
readonly blocked: bool;
|
|
1684
|
-
}
|
|
1685
|
-
|
|
1686
|
-
/** @name PalletRcMigratorStakingMessagePortableNominations (651) */
|
|
1687
|
-
interface PalletRcMigratorStakingMessagePortableNominations extends Struct {
|
|
1688
|
-
readonly targets: Vec<AccountId32>;
|
|
1689
|
-
readonly submittedIn: u32;
|
|
1690
|
-
readonly suppressed: bool;
|
|
1691
|
-
}
|
|
1692
|
-
|
|
1693
|
-
/** @name PalletRcMigratorStakingMessagePortablePagedExposureMetadata (653) */
|
|
1694
|
-
interface PalletRcMigratorStakingMessagePortablePagedExposureMetadata extends Struct {
|
|
1695
|
-
readonly total: u128;
|
|
1696
|
-
readonly own: u128;
|
|
1697
|
-
readonly nominatorCount: u32;
|
|
1698
|
-
readonly pageCount: u32;
|
|
1699
|
-
}
|
|
1700
|
-
|
|
1701
|
-
/** @name PalletRcMigratorStakingMessagePortableExposurePage (654) */
|
|
1702
|
-
interface PalletRcMigratorStakingMessagePortableExposurePage extends Struct {
|
|
1703
|
-
readonly pageTotal: u128;
|
|
1704
|
-
readonly others: Vec<PalletRcMigratorStakingMessagePortableIndividualExposure>;
|
|
1705
|
-
}
|
|
1706
|
-
|
|
1707
|
-
/** @name PalletRcMigratorStakingMessagePortableIndividualExposure (656) */
|
|
1708
|
-
interface PalletRcMigratorStakingMessagePortableIndividualExposure extends Struct {
|
|
1709
|
-
readonly who: AccountId32;
|
|
1710
|
-
readonly value: u128;
|
|
1711
|
-
}
|
|
1712
|
-
|
|
1713
|
-
/** @name PalletRcMigratorStakingMessagePortableEraRewardPoints (658) */
|
|
1714
|
-
interface PalletRcMigratorStakingMessagePortableEraRewardPoints extends Struct {
|
|
1715
|
-
readonly total: u32;
|
|
1716
|
-
readonly individual: Vec<ITuple<[AccountId32, u32]>>;
|
|
1717
|
-
}
|
|
1718
|
-
|
|
1719
|
-
/** @name PalletRcMigratorStakingMessagePortableUnappliedSlash (660) */
|
|
1720
|
-
interface PalletRcMigratorStakingMessagePortableUnappliedSlash extends Struct {
|
|
1721
|
-
readonly validator: AccountId32;
|
|
1722
|
-
readonly own: u128;
|
|
1723
|
-
readonly others: Vec<ITuple<[AccountId32, u128]>>;
|
|
1724
|
-
readonly reporters: Vec<AccountId32>;
|
|
1725
|
-
readonly payout: u128;
|
|
1726
|
-
}
|
|
1727
|
-
|
|
1728
|
-
/** @name PalletAhMigratorMigrationStage (665) */
|
|
1729
|
-
interface PalletAhMigratorMigrationStage extends Enum {
|
|
1730
|
-
readonly isPending: boolean;
|
|
1731
|
-
readonly isDataMigrationOngoing: boolean;
|
|
1732
|
-
readonly isMigrationDone: boolean;
|
|
1733
|
-
readonly isCoolOff: boolean;
|
|
1734
|
-
readonly asCoolOff: {
|
|
1735
|
-
readonly endAt: u32;
|
|
1736
|
-
} & Struct;
|
|
1737
|
-
readonly type: 'Pending' | 'DataMigrationOngoing' | 'MigrationDone' | 'CoolOff';
|
|
1738
|
-
}
|
|
1739
|
-
|
|
1740
|
-
/** @name PalletRcMigratorMigrationFinishedData (668) */
|
|
1741
|
-
interface PalletRcMigratorMigrationFinishedData extends Struct {
|
|
1742
|
-
readonly rcBalanceKept: u128;
|
|
1743
|
-
}
|
|
1744
|
-
|
|
1745
|
-
/** @name PalletStakingAsyncRcClientEvent (683) */
|
|
1746
|
-
interface PalletStakingAsyncRcClientEvent extends Enum {
|
|
1747
|
-
readonly isSessionReportReceived: boolean;
|
|
1748
|
-
readonly asSessionReportReceived: {
|
|
1749
|
-
readonly endIndex: u32;
|
|
1750
|
-
readonly activationTimestamp: Option<ITuple<[u64, u32]>>;
|
|
1751
|
-
readonly validatorPointsCounts: u32;
|
|
1752
|
-
readonly leftover: bool;
|
|
1753
|
-
} & Struct;
|
|
1754
|
-
readonly isOffenceReceived: boolean;
|
|
1755
|
-
readonly asOffenceReceived: {
|
|
1756
|
-
readonly slashSession: u32;
|
|
1757
|
-
readonly offencesCount: u32;
|
|
1758
|
-
} & Struct;
|
|
1759
|
-
readonly isUnexpected: boolean;
|
|
1760
|
-
readonly asUnexpected: PalletStakingAsyncRcClientUnexpectedKind;
|
|
1761
|
-
readonly type: 'SessionReportReceived' | 'OffenceReceived' | 'Unexpected';
|
|
1762
|
-
}
|
|
1763
|
-
|
|
1764
|
-
/** @name PalletStakingAsyncRcClientUnexpectedKind (684) */
|
|
1765
|
-
interface PalletStakingAsyncRcClientUnexpectedKind extends Enum {
|
|
1766
|
-
readonly isSessionReportIntegrityFailed: boolean;
|
|
1767
|
-
readonly isValidatorSetIntegrityFailed: boolean;
|
|
1768
|
-
readonly isSessionSkipped: boolean;
|
|
1769
|
-
readonly isSessionAlreadyProcessed: boolean;
|
|
1770
|
-
readonly isValidatorSetSendFailed: boolean;
|
|
1771
|
-
readonly isValidatorSetDropped: boolean;
|
|
1772
|
-
readonly type: 'SessionReportIntegrityFailed' | 'ValidatorSetIntegrityFailed' | 'SessionSkipped' | 'SessionAlreadyProcessed' | 'ValidatorSetSendFailed' | 'ValidatorSetDropped';
|
|
1773
|
-
}
|
|
1774
|
-
|
|
1775
|
-
/** @name PalletElectionProviderMultiBlockEvent (685) */
|
|
1776
|
-
interface PalletElectionProviderMultiBlockEvent extends Enum {
|
|
1777
|
-
readonly isPhaseTransitioned: boolean;
|
|
1778
|
-
readonly asPhaseTransitioned: {
|
|
1779
|
-
readonly from: PalletElectionProviderMultiBlockPhase;
|
|
1780
|
-
readonly to: PalletElectionProviderMultiBlockPhase;
|
|
1781
|
-
} & Struct;
|
|
1782
|
-
readonly isUnexpectedTargetSnapshotFailed: boolean;
|
|
1783
|
-
readonly isUnexpectedVoterSnapshotFailed: boolean;
|
|
1784
|
-
readonly type: 'PhaseTransitioned' | 'UnexpectedTargetSnapshotFailed' | 'UnexpectedVoterSnapshotFailed';
|
|
1785
|
-
}
|
|
1786
|
-
|
|
1787
|
-
/** @name PalletElectionProviderMultiBlockVerifierImplsPalletEvent (686) */
|
|
1788
|
-
interface PalletElectionProviderMultiBlockVerifierImplsPalletEvent extends Enum {
|
|
1789
|
-
readonly isVerificationFailed: boolean;
|
|
1790
|
-
readonly asVerificationFailed: ITuple<[u32, PalletElectionProviderMultiBlockVerifierFeasibilityError]>;
|
|
1791
|
-
readonly isVerified: boolean;
|
|
1792
|
-
readonly asVerified: ITuple<[u32, u32]>;
|
|
1793
|
-
readonly isQueued: boolean;
|
|
1794
|
-
readonly asQueued: ITuple<[SpNposElectionsElectionScore, Option<SpNposElectionsElectionScore>]>;
|
|
1795
|
-
readonly type: 'VerificationFailed' | 'Verified' | 'Queued';
|
|
1796
|
-
}
|
|
1797
|
-
|
|
1798
|
-
/** @name PalletElectionProviderMultiBlockVerifierFeasibilityError (687) */
|
|
1799
|
-
interface PalletElectionProviderMultiBlockVerifierFeasibilityError extends Enum {
|
|
1800
|
-
readonly isWrongWinnerCount: boolean;
|
|
1801
|
-
readonly isSnapshotUnavailable: boolean;
|
|
1802
|
-
readonly isInvalidVote: boolean;
|
|
1803
|
-
readonly isInvalidVoter: boolean;
|
|
1804
|
-
readonly isInvalidWinner: boolean;
|
|
1805
|
-
readonly isInvalidScore: boolean;
|
|
1806
|
-
readonly isInvalidRound: boolean;
|
|
1807
|
-
readonly isScoreTooLow: boolean;
|
|
1808
|
-
readonly isFailedToBoundSupport: boolean;
|
|
1809
|
-
readonly isNposElection: boolean;
|
|
1810
|
-
readonly asNposElection: SpNposElectionsError;
|
|
1811
|
-
readonly isIncomplete: boolean;
|
|
1812
|
-
readonly type: 'WrongWinnerCount' | 'SnapshotUnavailable' | 'InvalidVote' | 'InvalidVoter' | 'InvalidWinner' | 'InvalidScore' | 'InvalidRound' | 'ScoreTooLow' | 'FailedToBoundSupport' | 'NposElection' | 'Incomplete';
|
|
1813
|
-
}
|
|
1814
|
-
|
|
1815
|
-
/** @name SpNposElectionsError (688) */
|
|
1816
|
-
interface SpNposElectionsError extends Enum {
|
|
1817
|
-
readonly isSolutionWeightOverflow: boolean;
|
|
1818
|
-
readonly isSolutionTargetOverflow: boolean;
|
|
1819
|
-
readonly isSolutionInvalidIndex: boolean;
|
|
1820
|
-
readonly isSolutionInvalidPageIndex: boolean;
|
|
1821
|
-
readonly isArithmeticError: boolean;
|
|
1822
|
-
readonly isInvalidSupportEdge: boolean;
|
|
1823
|
-
readonly isTooManyVoters: boolean;
|
|
1824
|
-
readonly isBoundsExceeded: boolean;
|
|
1825
|
-
readonly isDuplicateVoter: boolean;
|
|
1826
|
-
readonly isDuplicateTarget: boolean;
|
|
1827
|
-
readonly type: 'SolutionWeightOverflow' | 'SolutionTargetOverflow' | 'SolutionInvalidIndex' | 'SolutionInvalidPageIndex' | 'ArithmeticError' | 'InvalidSupportEdge' | 'TooManyVoters' | 'BoundsExceeded' | 'DuplicateVoter' | 'DuplicateTarget';
|
|
1828
|
-
}
|
|
1829
|
-
|
|
1830
|
-
/** @name PalletElectionProviderMultiBlockSignedPalletEvent (690) */
|
|
1831
|
-
interface PalletElectionProviderMultiBlockSignedPalletEvent extends Enum {
|
|
1832
|
-
readonly isRegistered: boolean;
|
|
1833
|
-
readonly asRegistered: ITuple<[u32, AccountId32, SpNposElectionsElectionScore]>;
|
|
1834
|
-
readonly isStored: boolean;
|
|
1835
|
-
readonly asStored: ITuple<[u32, AccountId32, u32]>;
|
|
1836
|
-
readonly isRewarded: boolean;
|
|
1837
|
-
readonly asRewarded: ITuple<[u32, AccountId32, u128]>;
|
|
1838
|
-
readonly isSlashed: boolean;
|
|
1839
|
-
readonly asSlashed: ITuple<[u32, AccountId32, u128]>;
|
|
1840
|
-
readonly isEjected: boolean;
|
|
1841
|
-
readonly asEjected: ITuple<[u32, AccountId32]>;
|
|
1842
|
-
readonly isDiscarded: boolean;
|
|
1843
|
-
readonly asDiscarded: ITuple<[u32, AccountId32]>;
|
|
1844
|
-
readonly isBailed: boolean;
|
|
1845
|
-
readonly asBailed: ITuple<[u32, AccountId32]>;
|
|
1846
|
-
readonly type: 'Registered' | 'Stored' | 'Rewarded' | 'Slashed' | 'Ejected' | 'Discarded' | 'Bailed';
|
|
1847
|
-
}
|
|
1848
|
-
|
|
1849
|
-
/** @name PalletStakingAsyncPalletEvent (691) */
|
|
1850
|
-
interface PalletStakingAsyncPalletEvent extends Enum {
|
|
1851
|
-
readonly isEraPaid: boolean;
|
|
1852
|
-
readonly asEraPaid: {
|
|
1853
|
-
readonly eraIndex: u32;
|
|
1854
|
-
readonly validatorPayout: u128;
|
|
1855
|
-
readonly remainder: u128;
|
|
1856
|
-
} & Struct;
|
|
1857
|
-
readonly isRewarded: boolean;
|
|
1858
|
-
readonly asRewarded: {
|
|
1859
|
-
readonly stash: AccountId32;
|
|
1860
|
-
readonly dest: PalletStakingAsyncRewardDestination;
|
|
1861
|
-
readonly amount: u128;
|
|
1862
|
-
} & Struct;
|
|
1863
|
-
readonly isSlashed: boolean;
|
|
1864
|
-
readonly asSlashed: {
|
|
1865
|
-
readonly staker: AccountId32;
|
|
1866
|
-
readonly amount: u128;
|
|
1867
|
-
} & Struct;
|
|
1868
|
-
readonly isOldSlashingReportDiscarded: boolean;
|
|
1869
|
-
readonly asOldSlashingReportDiscarded: {
|
|
1870
|
-
readonly sessionIndex: u32;
|
|
1871
|
-
} & Struct;
|
|
1872
|
-
readonly isBonded: boolean;
|
|
1873
|
-
readonly asBonded: {
|
|
1874
|
-
readonly stash: AccountId32;
|
|
1875
|
-
readonly amount: u128;
|
|
1876
|
-
} & Struct;
|
|
1877
|
-
readonly isUnbonded: boolean;
|
|
1878
|
-
readonly asUnbonded: {
|
|
1879
|
-
readonly stash: AccountId32;
|
|
1880
|
-
readonly amount: u128;
|
|
1881
|
-
} & Struct;
|
|
1882
|
-
readonly isWithdrawn: boolean;
|
|
1883
|
-
readonly asWithdrawn: {
|
|
1884
|
-
readonly stash: AccountId32;
|
|
1885
|
-
readonly amount: u128;
|
|
1886
|
-
} & Struct;
|
|
1887
|
-
readonly isStakerRemoved: boolean;
|
|
1888
|
-
readonly asStakerRemoved: {
|
|
1889
|
-
readonly stash: AccountId32;
|
|
1890
|
-
} & Struct;
|
|
1891
|
-
readonly isKicked: boolean;
|
|
1892
|
-
readonly asKicked: {
|
|
1893
|
-
readonly nominator: AccountId32;
|
|
1894
|
-
readonly stash: AccountId32;
|
|
1895
|
-
} & Struct;
|
|
1896
|
-
readonly isChilled: boolean;
|
|
1897
|
-
readonly asChilled: {
|
|
1898
|
-
readonly stash: AccountId32;
|
|
1899
|
-
} & Struct;
|
|
1900
|
-
readonly isPayoutStarted: boolean;
|
|
1901
|
-
readonly asPayoutStarted: {
|
|
1902
|
-
readonly eraIndex: u32;
|
|
1903
|
-
readonly validatorStash: AccountId32;
|
|
1904
|
-
readonly page: u32;
|
|
1905
|
-
readonly next: Option<u32>;
|
|
1906
|
-
} & Struct;
|
|
1907
|
-
readonly isValidatorPrefsSet: boolean;
|
|
1908
|
-
readonly asValidatorPrefsSet: {
|
|
1909
|
-
readonly stash: AccountId32;
|
|
1910
|
-
readonly prefs: PalletStakingAsyncValidatorPrefs;
|
|
1911
|
-
} & Struct;
|
|
1912
|
-
readonly isSnapshotVotersSizeExceeded: boolean;
|
|
1913
|
-
readonly asSnapshotVotersSizeExceeded: {
|
|
1914
|
-
readonly size_: u32;
|
|
1915
|
-
} & Struct;
|
|
1916
|
-
readonly isSnapshotTargetsSizeExceeded: boolean;
|
|
1917
|
-
readonly asSnapshotTargetsSizeExceeded: {
|
|
1918
|
-
readonly size_: u32;
|
|
1919
|
-
} & Struct;
|
|
1920
|
-
readonly isForceEra: boolean;
|
|
1921
|
-
readonly asForceEra: {
|
|
1922
|
-
readonly mode: PalletStakingAsyncForcing;
|
|
1923
|
-
} & Struct;
|
|
1924
|
-
readonly isControllerBatchDeprecated: boolean;
|
|
1925
|
-
readonly asControllerBatchDeprecated: {
|
|
1926
|
-
readonly failures: u32;
|
|
1927
|
-
} & Struct;
|
|
1928
|
-
readonly isCurrencyMigrated: boolean;
|
|
1929
|
-
readonly asCurrencyMigrated: {
|
|
1930
|
-
readonly stash: AccountId32;
|
|
1931
|
-
readonly forceWithdraw: u128;
|
|
1932
|
-
} & Struct;
|
|
1933
|
-
readonly isPagedElectionProceeded: boolean;
|
|
1934
|
-
readonly asPagedElectionProceeded: {
|
|
1935
|
-
readonly page: u32;
|
|
1936
|
-
readonly result: Result<u32, u32>;
|
|
1937
|
-
} & Struct;
|
|
1938
|
-
readonly isOffenceReported: boolean;
|
|
1939
|
-
readonly asOffenceReported: {
|
|
1940
|
-
readonly offenceEra: u32;
|
|
1941
|
-
readonly validator: AccountId32;
|
|
1942
|
-
readonly fraction: Perbill;
|
|
1943
|
-
} & Struct;
|
|
1944
|
-
readonly isSlashComputed: boolean;
|
|
1945
|
-
readonly asSlashComputed: {
|
|
1946
|
-
readonly offenceEra: u32;
|
|
1947
|
-
readonly slashEra: u32;
|
|
1948
|
-
readonly offender: AccountId32;
|
|
1949
|
-
readonly page: u32;
|
|
1950
|
-
} & Struct;
|
|
1951
|
-
readonly isSlashCancelled: boolean;
|
|
1952
|
-
readonly asSlashCancelled: {
|
|
1953
|
-
readonly slashEra: u32;
|
|
1954
|
-
readonly validator: AccountId32;
|
|
1955
|
-
} & Struct;
|
|
1956
|
-
readonly isSessionRotated: boolean;
|
|
1957
|
-
readonly asSessionRotated: {
|
|
1958
|
-
readonly startingSession: u32;
|
|
1959
|
-
readonly activeEra: u32;
|
|
1960
|
-
readonly plannedEra: u32;
|
|
1961
|
-
} & Struct;
|
|
1962
|
-
readonly isUnexpected: boolean;
|
|
1963
|
-
readonly asUnexpected: PalletStakingAsyncPalletUnexpectedKind;
|
|
1964
|
-
readonly isOffenceTooOld: boolean;
|
|
1965
|
-
readonly asOffenceTooOld: {
|
|
1966
|
-
readonly offenceEra: u32;
|
|
1967
|
-
readonly validator: AccountId32;
|
|
1968
|
-
readonly fraction: Perbill;
|
|
1969
|
-
} & Struct;
|
|
1970
|
-
readonly isEraPruned: boolean;
|
|
1971
|
-
readonly asEraPruned: {
|
|
1972
|
-
readonly index: u32;
|
|
1973
|
-
} & Struct;
|
|
1974
|
-
readonly type: 'EraPaid' | 'Rewarded' | 'Slashed' | 'OldSlashingReportDiscarded' | 'Bonded' | 'Unbonded' | 'Withdrawn' | 'StakerRemoved' | 'Kicked' | 'Chilled' | 'PayoutStarted' | 'ValidatorPrefsSet' | 'SnapshotVotersSizeExceeded' | 'SnapshotTargetsSizeExceeded' | 'ForceEra' | 'ControllerBatchDeprecated' | 'CurrencyMigrated' | 'PagedElectionProceeded' | 'OffenceReported' | 'SlashComputed' | 'SlashCancelled' | 'SessionRotated' | 'Unexpected' | 'OffenceTooOld' | 'EraPruned';
|
|
1975
|
-
}
|
|
1976
|
-
|
|
1977
|
-
/** @name PalletStakingAsyncForcing (692) */
|
|
1978
|
-
interface PalletStakingAsyncForcing extends Enum {
|
|
1979
|
-
readonly isNotForcing: boolean;
|
|
1980
|
-
readonly isForceNew: boolean;
|
|
1981
|
-
readonly isForceNone: boolean;
|
|
1982
|
-
readonly isForceAlways: boolean;
|
|
1983
|
-
readonly type: 'NotForcing' | 'ForceNew' | 'ForceNone' | 'ForceAlways';
|
|
1984
|
-
}
|
|
1985
|
-
|
|
1986
|
-
/** @name PalletStakingAsyncPalletUnexpectedKind (694) */
|
|
1987
|
-
interface PalletStakingAsyncPalletUnexpectedKind extends Enum {
|
|
1988
|
-
readonly isEraDurationBoundExceeded: boolean;
|
|
1989
|
-
readonly isUnknownValidatorActivation: boolean;
|
|
1990
|
-
readonly type: 'EraDurationBoundExceeded' | 'UnknownValidatorActivation';
|
|
1991
|
-
}
|
|
1992
|
-
|
|
1993
|
-
/** @name PalletAhOpsEvent (695) */
|
|
1994
|
-
interface PalletAhOpsEvent extends Enum {
|
|
1995
|
-
readonly isLeaseUnreserveRemaining: boolean;
|
|
1996
|
-
readonly asLeaseUnreserveRemaining: {
|
|
1997
|
-
readonly depositor: AccountId32;
|
|
1998
|
-
readonly paraId: u32;
|
|
1999
|
-
readonly remaining: u128;
|
|
2000
|
-
} & Struct;
|
|
2001
|
-
readonly isCrowdloanUnreserveRemaining: boolean;
|
|
2002
|
-
readonly asCrowdloanUnreserveRemaining: {
|
|
2003
|
-
readonly depositor: AccountId32;
|
|
2004
|
-
readonly paraId: u32;
|
|
2005
|
-
readonly remaining: u128;
|
|
2006
|
-
} & Struct;
|
|
2007
|
-
readonly isSovereignMigrated: boolean;
|
|
2008
|
-
readonly asSovereignMigrated: {
|
|
2009
|
-
readonly paraId: u32;
|
|
2010
|
-
readonly from: AccountId32;
|
|
2011
|
-
readonly to: AccountId32;
|
|
2012
|
-
readonly derivationIndex: Option<u16>;
|
|
2013
|
-
} & Struct;
|
|
2014
|
-
readonly type: 'LeaseUnreserveRemaining' | 'CrowdloanUnreserveRemaining' | 'SovereignMigrated';
|
|
2015
|
-
}
|
|
2016
|
-
|
|
2017
|
-
/** @name PalletAhMigratorEvent (696) */
|
|
2018
|
-
interface PalletAhMigratorEvent extends Enum {
|
|
2019
|
-
readonly isStageTransition: boolean;
|
|
2020
|
-
readonly asStageTransition: {
|
|
2021
|
-
readonly old: PalletAhMigratorMigrationStage;
|
|
2022
|
-
readonly new_: PalletAhMigratorMigrationStage;
|
|
2023
|
-
} & Struct;
|
|
2024
|
-
readonly isBatchReceived: boolean;
|
|
2025
|
-
readonly asBatchReceived: {
|
|
2026
|
-
readonly pallet: PalletAhMigratorPalletEventName;
|
|
2027
|
-
readonly count: u32;
|
|
2028
|
-
} & Struct;
|
|
2029
|
-
readonly isBatchProcessed: boolean;
|
|
2030
|
-
readonly asBatchProcessed: {
|
|
2031
|
-
readonly pallet: PalletAhMigratorPalletEventName;
|
|
2032
|
-
readonly countGood: u32;
|
|
2033
|
-
readonly countBad: u32;
|
|
2034
|
-
} & Struct;
|
|
2035
|
-
readonly isAssetHubMigrationStarted: boolean;
|
|
2036
|
-
readonly isAssetHubMigrationFinished: boolean;
|
|
2037
|
-
readonly isDmpQueuePrioritySet: boolean;
|
|
2038
|
-
readonly asDmpQueuePrioritySet: {
|
|
2039
|
-
readonly prioritized: bool;
|
|
2040
|
-
readonly cycleBlock: u32;
|
|
2041
|
-
readonly cyclePeriod: u32;
|
|
2042
|
-
} & Struct;
|
|
2043
|
-
readonly isDmpQueuePriorityConfigSet: boolean;
|
|
2044
|
-
readonly asDmpQueuePriorityConfigSet: {
|
|
2045
|
-
readonly old: PalletRcMigratorQueuePriority;
|
|
2046
|
-
readonly new_: PalletRcMigratorQueuePriority;
|
|
2047
|
-
} & Struct;
|
|
2048
|
-
readonly isBalancesBeforeRecordSet: boolean;
|
|
2049
|
-
readonly asBalancesBeforeRecordSet: {
|
|
2050
|
-
readonly checkingAccount: u128;
|
|
2051
|
-
readonly totalIssuance: u128;
|
|
2052
|
-
} & Struct;
|
|
2053
|
-
readonly isBalancesBeforeRecordConsumed: boolean;
|
|
2054
|
-
readonly asBalancesBeforeRecordConsumed: {
|
|
2055
|
-
readonly checkingAccount: u128;
|
|
2056
|
-
readonly totalIssuance: u128;
|
|
2057
|
-
} & Struct;
|
|
2058
|
-
readonly isReferendumCanceled: boolean;
|
|
2059
|
-
readonly asReferendumCanceled: {
|
|
2060
|
-
readonly id: u32;
|
|
2061
|
-
} & Struct;
|
|
2062
|
-
readonly isManagerSet: boolean;
|
|
2063
|
-
readonly asManagerSet: {
|
|
2064
|
-
readonly old: Option<AccountId32>;
|
|
2065
|
-
readonly new_: Option<AccountId32>;
|
|
2066
|
-
} & Struct;
|
|
2067
|
-
readonly isAccountTranslatedParachainSovereign: boolean;
|
|
2068
|
-
readonly asAccountTranslatedParachainSovereign: {
|
|
2069
|
-
readonly from: AccountId32;
|
|
2070
|
-
readonly to: AccountId32;
|
|
2071
|
-
} & Struct;
|
|
2072
|
-
readonly isAccountTranslatedParachainSovereignDerived: boolean;
|
|
2073
|
-
readonly asAccountTranslatedParachainSovereignDerived: {
|
|
2074
|
-
readonly from: AccountId32;
|
|
2075
|
-
readonly to: AccountId32;
|
|
2076
|
-
readonly derivationIndex: u16;
|
|
2077
|
-
} & Struct;
|
|
2078
|
-
readonly isXcmSent: boolean;
|
|
2079
|
-
readonly asXcmSent: {
|
|
2080
|
-
readonly origin: StagingXcmV5Location;
|
|
2081
|
-
readonly destination: StagingXcmV5Location;
|
|
2082
|
-
readonly message: StagingXcmV5Xcm;
|
|
2083
|
-
readonly messageId: U8aFixed;
|
|
2084
|
-
} & Struct;
|
|
2085
|
-
readonly isFailedToUnreserveMultisigDeposit: boolean;
|
|
2086
|
-
readonly asFailedToUnreserveMultisigDeposit: {
|
|
2087
|
-
readonly expectedAmount: u128;
|
|
2088
|
-
readonly missingAmount: u128;
|
|
2089
|
-
readonly account: AccountId32;
|
|
2090
|
-
} & Struct;
|
|
2091
|
-
readonly isFailedToUnreservePreimageDeposit: boolean;
|
|
2092
|
-
readonly asFailedToUnreservePreimageDeposit: {
|
|
2093
|
-
readonly expectedAmount: u128;
|
|
2094
|
-
readonly missingAmount: u128;
|
|
2095
|
-
readonly account: AccountId32;
|
|
2096
|
-
} & Struct;
|
|
2097
|
-
readonly type: 'StageTransition' | 'BatchReceived' | 'BatchProcessed' | 'AssetHubMigrationStarted' | 'AssetHubMigrationFinished' | 'DmpQueuePrioritySet' | 'DmpQueuePriorityConfigSet' | 'BalancesBeforeRecordSet' | 'BalancesBeforeRecordConsumed' | 'ReferendumCanceled' | 'ManagerSet' | 'AccountTranslatedParachainSovereign' | 'AccountTranslatedParachainSovereignDerived' | 'XcmSent' | 'FailedToUnreserveMultisigDeposit' | 'FailedToUnreservePreimageDeposit';
|
|
2098
|
-
}
|
|
2099
|
-
|
|
2100
|
-
/** @name PalletAhMigratorPalletEventName (697) */
|
|
2101
|
-
interface PalletAhMigratorPalletEventName extends Enum {
|
|
2102
|
-
readonly isAssetRates: boolean;
|
|
2103
|
-
readonly isBagsList: boolean;
|
|
2104
|
-
readonly isBalances: boolean;
|
|
2105
|
-
readonly isBounties: boolean;
|
|
2106
|
-
readonly isChildBounties: boolean;
|
|
2107
|
-
readonly isClaims: boolean;
|
|
2108
|
-
readonly isConvictionVoting: boolean;
|
|
2109
|
-
readonly isCrowdloan: boolean;
|
|
2110
|
-
readonly isDelegatedStaking: boolean;
|
|
2111
|
-
readonly isIndices: boolean;
|
|
2112
|
-
readonly isMultisig: boolean;
|
|
2113
|
-
readonly isNomPools: boolean;
|
|
2114
|
-
readonly isPreimageChunk: boolean;
|
|
2115
|
-
readonly isPreimageLegacyStatus: boolean;
|
|
2116
|
-
readonly isPreimageRequestStatus: boolean;
|
|
2117
|
-
readonly isProxyAnnouncements: boolean;
|
|
2118
|
-
readonly isProxyProxies: boolean;
|
|
2119
|
-
readonly isRecovery: boolean;
|
|
2120
|
-
readonly isReferendaMetadata: boolean;
|
|
2121
|
-
readonly isReferendaReferendums: boolean;
|
|
2122
|
-
readonly isReferendaValues: boolean;
|
|
2123
|
-
readonly isScheduler: boolean;
|
|
2124
|
-
readonly isSchedulerAgenda: boolean;
|
|
2125
|
-
readonly isStaking: boolean;
|
|
2126
|
-
readonly isTreasury: boolean;
|
|
2127
|
-
readonly isVesting: boolean;
|
|
2128
|
-
readonly isSociety: boolean;
|
|
2129
|
-
readonly type: 'AssetRates' | 'BagsList' | 'Balances' | 'Bounties' | 'ChildBounties' | 'Claims' | 'ConvictionVoting' | 'Crowdloan' | 'DelegatedStaking' | 'Indices' | 'Multisig' | 'NomPools' | 'PreimageChunk' | 'PreimageLegacyStatus' | 'PreimageRequestStatus' | 'ProxyAnnouncements' | 'ProxyProxies' | 'Recovery' | 'ReferendaMetadata' | 'ReferendaReferendums' | 'ReferendaValues' | 'Scheduler' | 'SchedulerAgenda' | 'Staking' | 'Treasury' | 'Vesting' | 'Society';
|
|
2130
|
-
}
|
|
2131
|
-
|
|
2132
|
-
/** @name CumulusPalletParachainSystemUnincludedSegmentAncestor (715) */
|
|
2133
|
-
interface CumulusPalletParachainSystemUnincludedSegmentAncestor extends Struct {
|
|
2134
|
-
readonly usedBandwidth: CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth;
|
|
2135
|
-
readonly paraHeadHash: Option<H256>;
|
|
2136
|
-
readonly consumedGoAheadSignal: Option<PolkadotPrimitivesV8UpgradeGoAhead>;
|
|
2137
|
-
}
|
|
2138
|
-
|
|
2139
|
-
/** @name CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth (716) */
|
|
2140
|
-
interface CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth extends Struct {
|
|
2141
|
-
readonly umpMsgCount: u32;
|
|
2142
|
-
readonly umpTotalBytes: u32;
|
|
2143
|
-
readonly hrmpOutgoing: BTreeMap<u32, CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate>;
|
|
2144
|
-
}
|
|
2145
|
-
|
|
2146
|
-
/** @name CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate (718) */
|
|
2147
|
-
interface CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate extends Struct {
|
|
2148
|
-
readonly msgCount: u32;
|
|
2149
|
-
readonly totalBytes: u32;
|
|
2150
|
-
}
|
|
2151
|
-
|
|
2152
|
-
/** @name CumulusPalletParachainSystemUnincludedSegmentSegmentTracker (723) */
|
|
2153
|
-
interface CumulusPalletParachainSystemUnincludedSegmentSegmentTracker extends Struct {
|
|
2154
|
-
readonly usedBandwidth: CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth;
|
|
2155
|
-
readonly hrmpWatermark: Option<u32>;
|
|
2156
|
-
readonly consumedGoAheadSignal: Option<PolkadotPrimitivesV8UpgradeGoAhead>;
|
|
2157
|
-
}
|
|
2158
|
-
|
|
2159
|
-
/** @name CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot (726) */
|
|
2160
|
-
interface CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot extends Struct {
|
|
2161
|
-
readonly dmqMqcHead: H256;
|
|
2162
|
-
readonly relayDispatchQueueRemainingCapacity: CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity;
|
|
2163
|
-
readonly ingressChannels: Vec<ITuple<[u32, PolkadotPrimitivesV8AbridgedHrmpChannel]>>;
|
|
2164
|
-
readonly egressChannels: Vec<ITuple<[u32, PolkadotPrimitivesV8AbridgedHrmpChannel]>>;
|
|
2165
|
-
}
|
|
2166
|
-
|
|
2167
|
-
/** @name CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity (727) */
|
|
2168
|
-
interface CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity extends Struct {
|
|
2169
|
-
readonly remainingCount: u32;
|
|
2170
|
-
readonly remainingSize: u32;
|
|
2171
|
-
}
|
|
2172
|
-
|
|
2173
|
-
/** @name PolkadotPrimitivesV8AbridgedHrmpChannel (730) */
|
|
2174
|
-
interface PolkadotPrimitivesV8AbridgedHrmpChannel extends Struct {
|
|
2175
|
-
readonly maxCapacity: u32;
|
|
2176
|
-
readonly maxTotalSize: u32;
|
|
2177
|
-
readonly maxMessageSize: u32;
|
|
2178
|
-
readonly msgCount: u32;
|
|
2179
|
-
readonly totalSize: u32;
|
|
2180
|
-
readonly mqcHead: Option<H256>;
|
|
2181
|
-
}
|
|
2182
|
-
|
|
2183
|
-
/** @name PolkadotPrimitivesV8AbridgedHostConfiguration (731) */
|
|
2184
|
-
interface PolkadotPrimitivesV8AbridgedHostConfiguration extends Struct {
|
|
2185
|
-
readonly maxCodeSize: u32;
|
|
2186
|
-
readonly maxHeadDataSize: u32;
|
|
2187
|
-
readonly maxUpwardQueueCount: u32;
|
|
2188
|
-
readonly maxUpwardQueueSize: u32;
|
|
2189
|
-
readonly maxUpwardMessageSize: u32;
|
|
2190
|
-
readonly maxUpwardMessageNumPerCandidate: u32;
|
|
2191
|
-
readonly hrmpMaxMessageNumPerCandidate: u32;
|
|
2192
|
-
readonly validationUpgradeCooldown: u32;
|
|
2193
|
-
readonly validationUpgradeDelay: u32;
|
|
2194
|
-
readonly asyncBackingParams: PolkadotPrimitivesV8AsyncBackingAsyncBackingParams;
|
|
2195
|
-
}
|
|
2196
|
-
|
|
2197
|
-
/** @name CumulusPalletParachainSystemParachainInherentInboundMessageId (737) */
|
|
2198
|
-
interface CumulusPalletParachainSystemParachainInherentInboundMessageId extends Struct {
|
|
2199
|
-
readonly sentAt: u32;
|
|
2200
|
-
readonly reverseIdx: u32;
|
|
2201
|
-
}
|
|
2202
|
-
|
|
2203
|
-
/** @name CumulusPalletParachainSystemError (740) */
|
|
2204
|
-
interface CumulusPalletParachainSystemError extends Enum {
|
|
2205
|
-
readonly isOverlappingUpgrades: boolean;
|
|
2206
|
-
readonly isProhibitedByPolkadot: boolean;
|
|
2207
|
-
readonly isTooBig: boolean;
|
|
2208
|
-
readonly isValidationDataNotAvailable: boolean;
|
|
2209
|
-
readonly isHostConfigurationNotAvailable: boolean;
|
|
2210
|
-
readonly isNotScheduled: boolean;
|
|
2211
|
-
readonly type: 'OverlappingUpgrades' | 'ProhibitedByPolkadot' | 'TooBig' | 'ValidationDataNotAvailable' | 'HostConfigurationNotAvailable' | 'NotScheduled';
|
|
2212
|
-
}
|
|
2213
|
-
|
|
2214
|
-
/** @name AssetHubPolkadotRuntimeRuntimeHoldReason (761) */
|
|
2215
|
-
interface AssetHubPolkadotRuntimeRuntimeHoldReason extends Enum {
|
|
2216
|
-
readonly isPreimage: boolean;
|
|
2217
|
-
readonly asPreimage: PalletPreimageHoldReason;
|
|
2218
|
-
readonly isSession: boolean;
|
|
2219
|
-
readonly asSession: PalletSessionHoldReason;
|
|
2220
|
-
readonly isPolkadotXcm: boolean;
|
|
2221
|
-
readonly asPolkadotXcm: PalletXcmHoldReason;
|
|
2222
|
-
readonly isStateTrieMigration: boolean;
|
|
2223
|
-
readonly asStateTrieMigration: PalletStateTrieMigrationHoldReason;
|
|
2224
|
-
readonly isDelegatedStaking: boolean;
|
|
2225
|
-
readonly asDelegatedStaking: PalletDelegatedStakingHoldReason;
|
|
2226
|
-
readonly isMultiBlockElectionSigned: boolean;
|
|
2227
|
-
readonly asMultiBlockElectionSigned: PalletElectionProviderMultiBlockSignedPalletHoldReason;
|
|
2228
|
-
readonly isStaking: boolean;
|
|
2229
|
-
readonly asStaking: PalletStakingAsyncPalletHoldReason;
|
|
2230
|
-
readonly type: 'Preimage' | 'Session' | 'PolkadotXcm' | 'StateTrieMigration' | 'DelegatedStaking' | 'MultiBlockElectionSigned' | 'Staking';
|
|
2231
|
-
}
|
|
2232
|
-
|
|
2233
|
-
/** @name PalletElectionProviderMultiBlockSignedPalletHoldReason (762) */
|
|
2234
|
-
interface PalletElectionProviderMultiBlockSignedPalletHoldReason extends Enum {
|
|
2235
|
-
readonly isSignedSubmission: boolean;
|
|
2236
|
-
readonly type: 'SignedSubmission';
|
|
2237
|
-
}
|
|
2238
|
-
|
|
2239
|
-
/** @name PalletStakingAsyncPalletHoldReason (763) */
|
|
2240
|
-
interface PalletStakingAsyncPalletHoldReason extends Enum {
|
|
2241
|
-
readonly isStaking: boolean;
|
|
2242
|
-
readonly type: 'Staking';
|
|
2243
|
-
}
|
|
2244
|
-
|
|
2245
|
-
/** @name AssetHubPolkadotRuntimeRuntimeFreezeReason (767) */
|
|
2246
|
-
interface AssetHubPolkadotRuntimeRuntimeFreezeReason extends Enum {
|
|
2247
|
-
readonly isNominationPools: boolean;
|
|
2248
|
-
readonly asNominationPools: PalletNominationPoolsFreezeReason;
|
|
2249
|
-
readonly type: 'NominationPools';
|
|
2250
|
-
}
|
|
2251
|
-
|
|
2252
|
-
/** @name PalletCollatorSelectionCandidateInfo (776) */
|
|
2253
|
-
interface PalletCollatorSelectionCandidateInfo extends Struct {
|
|
2254
|
-
readonly who: AccountId32;
|
|
2255
|
-
readonly deposit: u128;
|
|
2256
|
-
}
|
|
2257
|
-
|
|
2258
|
-
/** @name PalletCollatorSelectionError (779) */
|
|
2259
|
-
interface PalletCollatorSelectionError extends Enum {
|
|
2260
|
-
readonly isTooManyCandidates: boolean;
|
|
2261
|
-
readonly isTooFewEligibleCollators: boolean;
|
|
2262
|
-
readonly isAlreadyCandidate: boolean;
|
|
2263
|
-
readonly isNotCandidate: boolean;
|
|
2264
|
-
readonly isTooManyInvulnerables: boolean;
|
|
2265
|
-
readonly isAlreadyInvulnerable: boolean;
|
|
2266
|
-
readonly isNotInvulnerable: boolean;
|
|
2267
|
-
readonly isNoAssociatedValidatorId: boolean;
|
|
2268
|
-
readonly isValidatorNotRegistered: boolean;
|
|
2269
|
-
readonly isInsertToCandidateListFailed: boolean;
|
|
2270
|
-
readonly isRemoveFromCandidateListFailed: boolean;
|
|
2271
|
-
readonly isDepositTooLow: boolean;
|
|
2272
|
-
readonly isUpdateCandidateListFailed: boolean;
|
|
2273
|
-
readonly isInsufficientBond: boolean;
|
|
2274
|
-
readonly isTargetIsNotCandidate: boolean;
|
|
2275
|
-
readonly isIdenticalDeposit: boolean;
|
|
2276
|
-
readonly isInvalidUnreserve: boolean;
|
|
2277
|
-
readonly type: 'TooManyCandidates' | 'TooFewEligibleCollators' | 'AlreadyCandidate' | 'NotCandidate' | 'TooManyInvulnerables' | 'AlreadyInvulnerable' | 'NotInvulnerable' | 'NoAssociatedValidatorId' | 'ValidatorNotRegistered' | 'InsertToCandidateListFailed' | 'RemoveFromCandidateListFailed' | 'DepositTooLow' | 'UpdateCandidateListFailed' | 'InsufficientBond' | 'TargetIsNotCandidate' | 'IdenticalDeposit' | 'InvalidUnreserve';
|
|
2278
|
-
}
|
|
2279
|
-
|
|
2280
|
-
/** @name CumulusPalletXcmpQueueOutboundChannelDetails (796) */
|
|
2281
|
-
interface CumulusPalletXcmpQueueOutboundChannelDetails extends Struct {
|
|
2282
|
-
readonly recipient: u32;
|
|
2283
|
-
readonly state: CumulusPalletXcmpQueueOutboundState;
|
|
2284
|
-
readonly signalsExist: bool;
|
|
2285
|
-
readonly firstIndex: u16;
|
|
2286
|
-
readonly lastIndex: u16;
|
|
2287
|
-
}
|
|
2288
|
-
|
|
2289
|
-
/** @name CumulusPalletXcmpQueueOutboundState (797) */
|
|
2290
|
-
interface CumulusPalletXcmpQueueOutboundState extends Enum {
|
|
2291
|
-
readonly isOk: boolean;
|
|
2292
|
-
readonly isSuspended: boolean;
|
|
2293
|
-
readonly type: 'Ok' | 'Suspended';
|
|
2294
|
-
}
|
|
2295
|
-
|
|
2296
|
-
/** @name CumulusPalletXcmpQueueQueueConfigData (801) */
|
|
2297
|
-
interface CumulusPalletXcmpQueueQueueConfigData extends Struct {
|
|
2298
|
-
readonly suspendThreshold: u32;
|
|
2299
|
-
readonly dropThreshold: u32;
|
|
2300
|
-
readonly resumeThreshold: u32;
|
|
2301
|
-
}
|
|
2302
|
-
|
|
2303
|
-
/** @name CumulusPalletXcmpQueueError (802) */
|
|
2304
|
-
interface CumulusPalletXcmpQueueError extends Enum {
|
|
2305
|
-
readonly isBadQueueConfig: boolean;
|
|
2306
|
-
readonly isAlreadySuspended: boolean;
|
|
2307
|
-
readonly isAlreadyResumed: boolean;
|
|
2308
|
-
readonly isTooManyActiveOutboundChannels: boolean;
|
|
2309
|
-
readonly isTooBig: boolean;
|
|
2310
|
-
readonly type: 'BadQueueConfig' | 'AlreadySuspended' | 'AlreadyResumed' | 'TooManyActiveOutboundChannels' | 'TooBig';
|
|
2311
|
-
}
|
|
2312
|
-
|
|
2313
|
-
/** @name BpXcmBridgeHubRouterBridgeState (831) */
|
|
2314
|
-
interface BpXcmBridgeHubRouterBridgeState extends Struct {
|
|
2315
|
-
readonly deliveryFeeFactor: u128;
|
|
2316
|
-
readonly isCongested: bool;
|
|
2317
|
-
}
|
|
2318
|
-
|
|
2319
|
-
/** @name SnowbridgePalletSystemFrontendError (839) */
|
|
2320
|
-
interface SnowbridgePalletSystemFrontendError extends Enum {
|
|
2321
|
-
readonly isUnsupportedLocationVersion: boolean;
|
|
2322
|
-
readonly isInvalidAssetOwner: boolean;
|
|
2323
|
-
readonly isSendFailure: boolean;
|
|
2324
|
-
readonly isFeesNotMet: boolean;
|
|
2325
|
-
readonly isLocationConversionFailed: boolean;
|
|
2326
|
-
readonly isHalted: boolean;
|
|
2327
|
-
readonly isUnreachable: boolean;
|
|
2328
|
-
readonly isUnsupportedAsset: boolean;
|
|
2329
|
-
readonly isWithdrawError: boolean;
|
|
2330
|
-
readonly isInvalidAccount: boolean;
|
|
2331
|
-
readonly isSwapError: boolean;
|
|
2332
|
-
readonly isBurnError: boolean;
|
|
2333
|
-
readonly isTipAmountZero: boolean;
|
|
2334
|
-
readonly type: 'UnsupportedLocationVersion' | 'InvalidAssetOwner' | 'SendFailure' | 'FeesNotMet' | 'LocationConversionFailed' | 'Halted' | 'Unreachable' | 'UnsupportedAsset' | 'WithdrawError' | 'InvalidAccount' | 'SwapError' | 'BurnError' | 'TipAmountZero';
|
|
2335
|
-
}
|
|
2336
|
-
|
|
2337
|
-
/** @name PalletProxyProxyDefinitionAssetHubPolkadotRuntimeProxyType (847) */
|
|
2338
|
-
interface PalletProxyProxyDefinitionAssetHubPolkadotRuntimeProxyType extends Struct {
|
|
2339
|
-
readonly delegate: AccountId32;
|
|
2340
|
-
readonly proxyType: AssetHubPolkadotRuntimeProxyType;
|
|
2341
|
-
readonly delay: u32;
|
|
2342
|
-
}
|
|
2343
|
-
|
|
2344
|
-
/** @name PalletReferendaReferendumInfoOriginCaller (917) */
|
|
2345
|
-
interface PalletReferendaReferendumInfoOriginCaller extends Enum {
|
|
2346
|
-
readonly isOngoing: boolean;
|
|
2347
|
-
readonly asOngoing: PalletReferendaReferendumStatusOriginCaller;
|
|
2348
|
-
readonly isApproved: boolean;
|
|
2349
|
-
readonly asApproved: ITuple<[u32, Option<PalletReferendaDeposit>, Option<PalletReferendaDeposit>]>;
|
|
2350
|
-
readonly isRejected: boolean;
|
|
2351
|
-
readonly asRejected: ITuple<[u32, Option<PalletReferendaDeposit>, Option<PalletReferendaDeposit>]>;
|
|
2352
|
-
readonly isCancelled: boolean;
|
|
2353
|
-
readonly asCancelled: ITuple<[u32, Option<PalletReferendaDeposit>, Option<PalletReferendaDeposit>]>;
|
|
2354
|
-
readonly isTimedOut: boolean;
|
|
2355
|
-
readonly asTimedOut: ITuple<[u32, Option<PalletReferendaDeposit>, Option<PalletReferendaDeposit>]>;
|
|
2356
|
-
readonly isKilled: boolean;
|
|
2357
|
-
readonly asKilled: u32;
|
|
2358
|
-
readonly type: 'Ongoing' | 'Approved' | 'Rejected' | 'Cancelled' | 'TimedOut' | 'Killed';
|
|
2359
|
-
}
|
|
2360
|
-
|
|
2361
|
-
/** @name PalletReferendaReferendumStatusOriginCaller (918) */
|
|
2362
|
-
interface PalletReferendaReferendumStatusOriginCaller extends Struct {
|
|
2363
|
-
readonly track: u16;
|
|
2364
|
-
readonly origin: AssetHubPolkadotRuntimeOriginCaller;
|
|
2365
|
-
readonly proposal: FrameSupportPreimagesBounded;
|
|
2366
|
-
readonly enactment: FrameSupportScheduleDispatchTime;
|
|
2367
|
-
readonly submitted: u32;
|
|
2368
|
-
readonly submissionDeposit: PalletReferendaDeposit;
|
|
2369
|
-
readonly decisionDeposit: Option<PalletReferendaDeposit>;
|
|
2370
|
-
readonly deciding: Option<PalletReferendaDecidingStatus>;
|
|
2371
|
-
readonly tally: PalletConvictionVotingTally;
|
|
2372
|
-
readonly inQueue: bool;
|
|
2373
|
-
readonly alarm: Option<ITuple<[u32, ITuple<[u32, u32]>]>>;
|
|
2374
|
-
}
|
|
2375
|
-
|
|
2376
|
-
/** @name PalletElectionProviderMultiBlockError (959) */
|
|
2377
|
-
interface PalletElectionProviderMultiBlockError extends Enum {
|
|
2378
|
-
readonly isFallback: boolean;
|
|
2379
|
-
readonly isUnexpectedPhase: boolean;
|
|
2380
|
-
readonly isSnapshot: boolean;
|
|
2381
|
-
readonly type: 'Fallback' | 'UnexpectedPhase' | 'Snapshot';
|
|
2382
|
-
}
|
|
2383
|
-
|
|
2384
|
-
/** @name PalletElectionProviderMultiBlockVerifierImplsValidSolution (960) */
|
|
2385
|
-
interface PalletElectionProviderMultiBlockVerifierImplsValidSolution extends Enum {
|
|
2386
|
-
readonly isX: boolean;
|
|
2387
|
-
readonly isY: boolean;
|
|
2388
|
-
readonly type: 'X' | 'Y';
|
|
2389
|
-
}
|
|
2390
|
-
|
|
2391
|
-
/** @name PalletElectionProviderMultiBlockVerifierImplsPartialBackings (963) */
|
|
2392
|
-
interface PalletElectionProviderMultiBlockVerifierImplsPartialBackings extends Struct {
|
|
2393
|
-
readonly total: u128;
|
|
2394
|
-
readonly backers: u32;
|
|
2395
|
-
}
|
|
2396
|
-
|
|
2397
|
-
/** @name PalletElectionProviderMultiBlockVerifierImplsStatus (965) */
|
|
2398
|
-
interface PalletElectionProviderMultiBlockVerifierImplsStatus extends Enum {
|
|
2399
|
-
readonly isOngoing: boolean;
|
|
2400
|
-
readonly asOngoing: u32;
|
|
2401
|
-
readonly isNothing: boolean;
|
|
2402
|
-
readonly type: 'Ongoing' | 'Nothing';
|
|
2403
|
-
}
|
|
2404
|
-
|
|
2405
|
-
/** @name PalletElectionProviderMultiBlockSignedSubmissionMetadata (970) */
|
|
2406
|
-
interface PalletElectionProviderMultiBlockSignedSubmissionMetadata extends Struct {
|
|
2407
|
-
readonly deposit: u128;
|
|
2408
|
-
readonly fee: u128;
|
|
2409
|
-
readonly reward: u128;
|
|
2410
|
-
readonly claimedScore: SpNposElectionsElectionScore;
|
|
2411
|
-
readonly pages: Vec<bool>;
|
|
2412
|
-
}
|
|
2413
|
-
|
|
2414
|
-
/** @name PalletElectionProviderMultiBlockSignedPalletError (973) */
|
|
2415
|
-
interface PalletElectionProviderMultiBlockSignedPalletError extends Enum {
|
|
2416
|
-
readonly isPhaseNotSigned: boolean;
|
|
2417
|
-
readonly isDuplicate: boolean;
|
|
2418
|
-
readonly isQueueFull: boolean;
|
|
2419
|
-
readonly isBadPageIndex: boolean;
|
|
2420
|
-
readonly isNotRegistered: boolean;
|
|
2421
|
-
readonly isNoSubmission: boolean;
|
|
2422
|
-
readonly isRoundNotOver: boolean;
|
|
2423
|
-
readonly isBadWitnessData: boolean;
|
|
2424
|
-
readonly isTooManyInvulnerables: boolean;
|
|
2425
|
-
readonly type: 'PhaseNotSigned' | 'Duplicate' | 'QueueFull' | 'BadPageIndex' | 'NotRegistered' | 'NoSubmission' | 'RoundNotOver' | 'BadWitnessData' | 'TooManyInvulnerables';
|
|
2426
|
-
}
|
|
2427
|
-
|
|
2428
|
-
/** @name PalletStakingAsyncLedgerStakingLedger (974) */
|
|
2429
|
-
interface PalletStakingAsyncLedgerStakingLedger extends Struct {
|
|
2430
|
-
readonly stash: AccountId32;
|
|
2431
|
-
readonly total: Compact<u128>;
|
|
2432
|
-
readonly active: Compact<u128>;
|
|
2433
|
-
readonly unlocking: Vec<PalletStakingAsyncLedgerUnlockChunk>;
|
|
2434
|
-
}
|
|
2435
|
-
|
|
2436
|
-
/** @name PalletStakingAsyncNominations (975) */
|
|
2437
|
-
interface PalletStakingAsyncNominations extends Struct {
|
|
2438
|
-
readonly targets: Vec<AccountId32>;
|
|
2439
|
-
readonly submittedIn: u32;
|
|
2440
|
-
readonly suppressed: bool;
|
|
2441
|
-
}
|
|
2442
|
-
|
|
2443
|
-
/** @name PalletStakingAsyncActiveEraInfo (976) */
|
|
2444
|
-
interface PalletStakingAsyncActiveEraInfo extends Struct {
|
|
2445
|
-
readonly index: u32;
|
|
2446
|
-
readonly start: Option<u64>;
|
|
2447
|
-
}
|
|
2448
|
-
|
|
2449
|
-
/** @name PalletStakingAsyncPalletBoundedExposurePage (979) */
|
|
2450
|
-
interface PalletStakingAsyncPalletBoundedExposurePage extends SpStakingExposurePage {}
|
|
2451
|
-
|
|
2452
|
-
/** @name PalletStakingAsyncEraRewardPoints (984) */
|
|
2453
|
-
interface PalletStakingAsyncEraRewardPoints extends Struct {
|
|
2454
|
-
readonly total: u32;
|
|
2455
|
-
readonly individual: BTreeMap<AccountId32, u32>;
|
|
2456
|
-
}
|
|
2457
|
-
|
|
2458
|
-
/** @name PalletStakingAsyncSlashingOffenceRecord (987) */
|
|
2459
|
-
interface PalletStakingAsyncSlashingOffenceRecord extends Struct {
|
|
2460
|
-
readonly reporter: Option<AccountId32>;
|
|
2461
|
-
readonly reportedEra: u32;
|
|
2462
|
-
readonly exposurePage: u32;
|
|
2463
|
-
readonly slashFraction: Perbill;
|
|
2464
|
-
readonly priorSlashFraction: Perbill;
|
|
2465
|
-
}
|
|
2466
|
-
|
|
2467
|
-
/** @name PalletStakingAsyncUnappliedSlash (991) */
|
|
2468
|
-
interface PalletStakingAsyncUnappliedSlash extends Struct {
|
|
2469
|
-
readonly validator: AccountId32;
|
|
2470
|
-
readonly own: u128;
|
|
2471
|
-
readonly others: Vec<ITuple<[AccountId32, u128]>>;
|
|
2472
|
-
readonly reporter: Option<AccountId32>;
|
|
2473
|
-
readonly payout: u128;
|
|
2474
|
-
}
|
|
2475
|
-
|
|
2476
|
-
/** @name PalletStakingAsyncSnapshotStatus (994) */
|
|
2477
|
-
interface PalletStakingAsyncSnapshotStatus extends Enum {
|
|
2478
|
-
readonly isOngoing: boolean;
|
|
2479
|
-
readonly asOngoing: AccountId32;
|
|
2480
|
-
readonly isConsumed: boolean;
|
|
2481
|
-
readonly isWaiting: boolean;
|
|
2482
|
-
readonly type: 'Ongoing' | 'Consumed' | 'Waiting';
|
|
2483
|
-
}
|
|
2484
|
-
|
|
2485
|
-
/** @name PalletStakingAsyncPalletPruningStep (996) */
|
|
2486
|
-
interface PalletStakingAsyncPalletPruningStep extends Enum {
|
|
2487
|
-
readonly isErasStakersPaged: boolean;
|
|
2488
|
-
readonly isErasStakersOverview: boolean;
|
|
2489
|
-
readonly isErasValidatorPrefs: boolean;
|
|
2490
|
-
readonly isClaimedRewards: boolean;
|
|
2491
|
-
readonly isErasValidatorReward: boolean;
|
|
2492
|
-
readonly isErasRewardPoints: boolean;
|
|
2493
|
-
readonly isErasTotalStake: boolean;
|
|
2494
|
-
readonly type: 'ErasStakersPaged' | 'ErasStakersOverview' | 'ErasValidatorPrefs' | 'ClaimedRewards' | 'ErasValidatorReward' | 'ErasRewardPoints' | 'ErasTotalStake';
|
|
2495
|
-
}
|
|
2496
|
-
|
|
2497
|
-
/** @name PalletStakingAsyncPalletError (997) */
|
|
2498
|
-
interface PalletStakingAsyncPalletError extends Enum {
|
|
2499
|
-
readonly isNotController: boolean;
|
|
2500
|
-
readonly isNotStash: boolean;
|
|
2501
|
-
readonly isAlreadyBonded: boolean;
|
|
2502
|
-
readonly isAlreadyPaired: boolean;
|
|
2503
|
-
readonly isEmptyTargets: boolean;
|
|
2504
|
-
readonly isDuplicateIndex: boolean;
|
|
2505
|
-
readonly isInvalidSlashRecord: boolean;
|
|
2506
|
-
readonly isInsufficientBond: boolean;
|
|
2507
|
-
readonly isNoMoreChunks: boolean;
|
|
2508
|
-
readonly isNoUnlockChunk: boolean;
|
|
2509
|
-
readonly isFundedTarget: boolean;
|
|
2510
|
-
readonly isInvalidEraToReward: boolean;
|
|
2511
|
-
readonly isInvalidNumberOfNominations: boolean;
|
|
2512
|
-
readonly isAlreadyClaimed: boolean;
|
|
2513
|
-
readonly isInvalidPage: boolean;
|
|
2514
|
-
readonly isIncorrectHistoryDepth: boolean;
|
|
2515
|
-
readonly isBadState: boolean;
|
|
2516
|
-
readonly isTooManyTargets: boolean;
|
|
2517
|
-
readonly isBadTarget: boolean;
|
|
2518
|
-
readonly isCannotChillOther: boolean;
|
|
2519
|
-
readonly isTooManyNominators: boolean;
|
|
2520
|
-
readonly isTooManyValidators: boolean;
|
|
2521
|
-
readonly isCommissionTooLow: boolean;
|
|
2522
|
-
readonly isBoundNotMet: boolean;
|
|
2523
|
-
readonly isControllerDeprecated: boolean;
|
|
2524
|
-
readonly isCannotRestoreLedger: boolean;
|
|
2525
|
-
readonly isRewardDestinationRestricted: boolean;
|
|
2526
|
-
readonly isNotEnoughFunds: boolean;
|
|
2527
|
-
readonly isVirtualStakerNotAllowed: boolean;
|
|
2528
|
-
readonly isCannotReapStash: boolean;
|
|
2529
|
-
readonly isAlreadyMigrated: boolean;
|
|
2530
|
-
readonly isEraNotStarted: boolean;
|
|
2531
|
-
readonly isRestricted: boolean;
|
|
2532
|
-
readonly isUnappliedSlashesInPreviousEra: boolean;
|
|
2533
|
-
readonly isEraNotPrunable: boolean;
|
|
2534
|
-
readonly isCancelledSlash: boolean;
|
|
2535
|
-
readonly type: 'NotController' | 'NotStash' | 'AlreadyBonded' | 'AlreadyPaired' | 'EmptyTargets' | 'DuplicateIndex' | 'InvalidSlashRecord' | 'InsufficientBond' | 'NoMoreChunks' | 'NoUnlockChunk' | 'FundedTarget' | 'InvalidEraToReward' | 'InvalidNumberOfNominations' | 'AlreadyClaimed' | 'InvalidPage' | 'IncorrectHistoryDepth' | 'BadState' | 'TooManyTargets' | 'BadTarget' | 'CannotChillOther' | 'TooManyNominators' | 'TooManyValidators' | 'CommissionTooLow' | 'BoundNotMet' | 'ControllerDeprecated' | 'CannotRestoreLedger' | 'RewardDestinationRestricted' | 'NotEnoughFunds' | 'VirtualStakerNotAllowed' | 'CannotReapStash' | 'AlreadyMigrated' | 'EraNotStarted' | 'Restricted' | 'UnappliedSlashesInPreviousEra' | 'EraNotPrunable' | 'CancelledSlash';
|
|
2536
|
-
}
|
|
2537
|
-
|
|
2538
|
-
/** @name PalletAhOpsError (999) */
|
|
2539
|
-
interface PalletAhOpsError extends Enum {
|
|
2540
|
-
readonly isNoLeaseReserve: boolean;
|
|
2541
|
-
readonly isNoCrowdloanContribution: boolean;
|
|
2542
|
-
readonly isNoCrowdloanReserve: boolean;
|
|
2543
|
-
readonly isFailedToWithdrawCrowdloanContribution: boolean;
|
|
2544
|
-
readonly isNotYet: boolean;
|
|
2545
|
-
readonly isContributionsRemaining: boolean;
|
|
2546
|
-
readonly isWrongDerivedTranslation: boolean;
|
|
2547
|
-
readonly isNotSovereign: boolean;
|
|
2548
|
-
readonly isInternalError: boolean;
|
|
2549
|
-
readonly isMigrationNotCompleted: boolean;
|
|
2550
|
-
readonly isZeroBalance: boolean;
|
|
2551
|
-
readonly type: 'NoLeaseReserve' | 'NoCrowdloanContribution' | 'NoCrowdloanReserve' | 'FailedToWithdrawCrowdloanContribution' | 'NotYet' | 'ContributionsRemaining' | 'WrongDerivedTranslation' | 'NotSovereign' | 'InternalError' | 'MigrationNotCompleted' | 'ZeroBalance';
|
|
2552
|
-
}
|
|
2553
|
-
|
|
2554
|
-
/** @name PalletAhMigratorBalancesBefore (1000) */
|
|
2555
|
-
interface PalletAhMigratorBalancesBefore extends Struct {
|
|
2556
|
-
readonly checkingAccount: u128;
|
|
2557
|
-
readonly totalIssuance: u128;
|
|
2558
|
-
}
|
|
2559
|
-
|
|
2560
|
-
/** @name PalletAhMigratorError (1001) */
|
|
2561
|
-
interface PalletAhMigratorError extends Enum {
|
|
2562
|
-
readonly isFailedToUnreserveDeposit: boolean;
|
|
2563
|
-
readonly isFailedToProcessAccount: boolean;
|
|
2564
|
-
readonly isInsertConflict: boolean;
|
|
2565
|
-
readonly isFailedToConvertType: boolean;
|
|
2566
|
-
readonly isPreimageNotFound: boolean;
|
|
2567
|
-
readonly isFailedToConvertCall: boolean;
|
|
2568
|
-
readonly isFailedToBoundCall: boolean;
|
|
2569
|
-
readonly isXcmError: boolean;
|
|
2570
|
-
readonly isFailedToIntegrateVestingSchedule: boolean;
|
|
2571
|
-
readonly isFailedToCalculateCheckingAccount: boolean;
|
|
2572
|
-
readonly isFailedToBoundVector: boolean;
|
|
2573
|
-
readonly isDmpQueuePriorityAlreadySet: boolean;
|
|
2574
|
-
readonly isInvalidParameter: boolean;
|
|
2575
|
-
readonly isPreimageMissing: boolean;
|
|
2576
|
-
readonly isPreimageTooBig: boolean;
|
|
2577
|
-
readonly isPreimageChunkMissing: boolean;
|
|
2578
|
-
readonly isPreimageStatusInvalid: boolean;
|
|
2579
|
-
readonly isBadXcmVersion: boolean;
|
|
2580
|
-
readonly isInvalidOrigin: boolean;
|
|
2581
|
-
readonly type: 'FailedToUnreserveDeposit' | 'FailedToProcessAccount' | 'InsertConflict' | 'FailedToConvertType' | 'PreimageNotFound' | 'FailedToConvertCall' | 'FailedToBoundCall' | 'XcmError' | 'FailedToIntegrateVestingSchedule' | 'FailedToCalculateCheckingAccount' | 'FailedToBoundVector' | 'DmpQueuePriorityAlreadySet' | 'InvalidParameter' | 'PreimageMissing' | 'PreimageTooBig' | 'PreimageChunkMissing' | 'PreimageStatusInvalid' | 'BadXcmVersion' | 'InvalidOrigin';
|
|
2582
|
-
}
|
|
2583
|
-
|
|
2584
|
-
/** @name AssetHubPolkadotRuntimeRuntime (1014) */
|
|
2585
|
-
type AssetHubPolkadotRuntimeRuntime = Null;
|
|
2586
|
-
|
|
2587
|
-
/** @name XcmVersionedAsset (1062) */
|
|
2588
|
-
interface XcmVersionedAsset extends Enum {
|
|
2589
|
-
readonly isV3: boolean;
|
|
2590
|
-
readonly asV3: XcmV3MultiAsset;
|
|
2591
|
-
readonly isV4: boolean;
|
|
2592
|
-
readonly asV4: StagingXcmV4Asset;
|
|
2593
|
-
readonly isV5: boolean;
|
|
2594
|
-
readonly asV5: StagingXcmV5Asset;
|
|
2595
|
-
readonly type: 'V3' | 'V4' | 'V5';
|
|
2596
|
-
}
|
|
2597
|
-
|
|
2598
|
-
/** @name XcmRuntimeApisTrustedQueryError (1064) */
|
|
2599
|
-
interface XcmRuntimeApisTrustedQueryError extends Enum {
|
|
2600
|
-
readonly isVersionedAssetConversionFailed: boolean;
|
|
2601
|
-
readonly isVersionedLocationConversionFailed: boolean;
|
|
2602
|
-
readonly type: 'VersionedAssetConversionFailed' | 'VersionedLocationConversionFailed';
|
|
2603
|
-
}
|
|
2604
|
-
|
|
2605
|
-
/** @name XcmRuntimeApisAuthorizedAliasesError (1066) */
|
|
2606
|
-
interface XcmRuntimeApisAuthorizedAliasesError extends Enum {
|
|
2607
|
-
readonly isLocationVersionConversionFailed: boolean;
|
|
2608
|
-
readonly type: 'LocationVersionConversionFailed';
|
|
2609
|
-
}
|
|
2610
|
-
|
|
2611
|
-
/** @name AssetsCommonRuntimeApiFungiblesAccessError (1069) */
|
|
2612
|
-
interface AssetsCommonRuntimeApiFungiblesAccessError extends Enum {
|
|
2613
|
-
readonly isAssetIdConversionFailed: boolean;
|
|
2614
|
-
readonly isAmountToBalanceConversionFailed: boolean;
|
|
2615
|
-
readonly type: 'AssetIdConversionFailed' | 'AmountToBalanceConversionFailed';
|
|
2616
|
-
}
|
|
2617
|
-
|
|
2618
|
-
/** @name CumulusPrimitivesCoreCollationInfo (1070) */
|
|
2619
|
-
interface CumulusPrimitivesCoreCollationInfo extends Struct {
|
|
2620
|
-
readonly upwardMessages: Vec<Bytes>;
|
|
2621
|
-
readonly horizontalMessages: Vec<PolkadotCorePrimitivesOutboundHrmpMessage>;
|
|
2622
|
-
readonly newValidationCode: Option<Bytes>;
|
|
2623
|
-
readonly processedDownwardMessages: u32;
|
|
2624
|
-
readonly hrmpWatermark: u32;
|
|
2625
|
-
readonly headData: Bytes;
|
|
2626
|
-
}
|
|
2627
|
-
|
|
2628
|
-
/** @name AssetHubPolkadotRuntimeRuntimeError (1079) */
|
|
2629
|
-
interface AssetHubPolkadotRuntimeRuntimeError extends Enum {
|
|
2630
|
-
readonly isSystem: boolean;
|
|
2631
|
-
readonly asSystem: FrameSystemError;
|
|
2632
|
-
readonly isParachainSystem: boolean;
|
|
2633
|
-
readonly asParachainSystem: CumulusPalletParachainSystemError;
|
|
2634
|
-
readonly isPreimage: boolean;
|
|
2635
|
-
readonly asPreimage: PalletPreimageError;
|
|
2636
|
-
readonly isScheduler: boolean;
|
|
2637
|
-
readonly asScheduler: PalletSchedulerError;
|
|
2638
|
-
readonly isBalances: boolean;
|
|
2639
|
-
readonly asBalances: PalletBalancesError;
|
|
2640
|
-
readonly isVesting: boolean;
|
|
2641
|
-
readonly asVesting: PalletVestingError;
|
|
2642
|
-
readonly isClaims: boolean;
|
|
2643
|
-
readonly asClaims: PolkadotRuntimeCommonClaimsPalletError;
|
|
2644
|
-
readonly isCollatorSelection: boolean;
|
|
2645
|
-
readonly asCollatorSelection: PalletCollatorSelectionError;
|
|
2646
|
-
readonly isSession: boolean;
|
|
2647
|
-
readonly asSession: PalletSessionError;
|
|
2648
|
-
readonly isXcmpQueue: boolean;
|
|
2649
|
-
readonly asXcmpQueue: CumulusPalletXcmpQueueError;
|
|
2650
|
-
readonly isPolkadotXcm: boolean;
|
|
2651
|
-
readonly asPolkadotXcm: PalletXcmError;
|
|
2652
|
-
readonly isMessageQueue: boolean;
|
|
2653
|
-
readonly asMessageQueue: PalletMessageQueueError;
|
|
2654
|
-
readonly isSnowbridgeSystemFrontend: boolean;
|
|
2655
|
-
readonly asSnowbridgeSystemFrontend: SnowbridgePalletSystemFrontendError;
|
|
2656
|
-
readonly isUtility: boolean;
|
|
2657
|
-
readonly asUtility: PalletUtilityError;
|
|
2658
|
-
readonly isMultisig: boolean;
|
|
2659
|
-
readonly asMultisig: PalletMultisigError;
|
|
2660
|
-
readonly isProxy: boolean;
|
|
2661
|
-
readonly asProxy: PalletProxyError;
|
|
2662
|
-
readonly isIndices: boolean;
|
|
2663
|
-
readonly asIndices: PalletIndicesError;
|
|
2664
|
-
readonly isAssets: boolean;
|
|
2665
|
-
readonly asAssets: PalletAssetsError;
|
|
2666
|
-
readonly isUniques: boolean;
|
|
2667
|
-
readonly asUniques: PalletUniquesError;
|
|
2668
|
-
readonly isNfts: boolean;
|
|
2669
|
-
readonly asNfts: PalletNftsError;
|
|
2670
|
-
readonly isForeignAssets: boolean;
|
|
2671
|
-
readonly asForeignAssets: PalletAssetsError;
|
|
2672
|
-
readonly isPoolAssets: boolean;
|
|
2673
|
-
readonly asPoolAssets: PalletAssetsError;
|
|
2674
|
-
readonly isAssetConversion: boolean;
|
|
2675
|
-
readonly asAssetConversion: PalletAssetConversionError;
|
|
2676
|
-
readonly isTreasury: boolean;
|
|
2677
|
-
readonly asTreasury: PalletTreasuryError;
|
|
2678
|
-
readonly isConvictionVoting: boolean;
|
|
2679
|
-
readonly asConvictionVoting: PalletConvictionVotingError;
|
|
2680
|
-
readonly isReferenda: boolean;
|
|
2681
|
-
readonly asReferenda: PalletReferendaError;
|
|
2682
|
-
readonly isWhitelist: boolean;
|
|
2683
|
-
readonly asWhitelist: PalletWhitelistError;
|
|
2684
|
-
readonly isBounties: boolean;
|
|
2685
|
-
readonly asBounties: PalletBountiesError;
|
|
2686
|
-
readonly isChildBounties: boolean;
|
|
2687
|
-
readonly asChildBounties: PalletChildBountiesError;
|
|
2688
|
-
readonly isAssetRate: boolean;
|
|
2689
|
-
readonly asAssetRate: PalletAssetRateError;
|
|
2690
|
-
readonly isStateTrieMigration: boolean;
|
|
2691
|
-
readonly asStateTrieMigration: PalletStateTrieMigrationError;
|
|
2692
|
-
readonly isNominationPools: boolean;
|
|
2693
|
-
readonly asNominationPools: PalletNominationPoolsError;
|
|
2694
|
-
readonly isVoterList: boolean;
|
|
2695
|
-
readonly asVoterList: PalletBagsListError;
|
|
2696
|
-
readonly isDelegatedStaking: boolean;
|
|
2697
|
-
readonly asDelegatedStaking: PalletDelegatedStakingError;
|
|
2698
|
-
readonly isMultiBlockElection: boolean;
|
|
2699
|
-
readonly asMultiBlockElection: PalletElectionProviderMultiBlockError;
|
|
2700
|
-
readonly isMultiBlockElectionSigned: boolean;
|
|
2701
|
-
readonly asMultiBlockElectionSigned: PalletElectionProviderMultiBlockSignedPalletError;
|
|
2702
|
-
readonly isStaking: boolean;
|
|
2703
|
-
readonly asStaking: PalletStakingAsyncPalletError;
|
|
2704
|
-
readonly isAhOps: boolean;
|
|
2705
|
-
readonly asAhOps: PalletAhOpsError;
|
|
2706
|
-
readonly isAhMigrator: boolean;
|
|
2707
|
-
readonly asAhMigrator: PalletAhMigratorError;
|
|
2708
|
-
readonly type: 'System' | 'ParachainSystem' | 'Preimage' | 'Scheduler' | 'Balances' | 'Vesting' | 'Claims' | 'CollatorSelection' | 'Session' | 'XcmpQueue' | 'PolkadotXcm' | 'MessageQueue' | 'SnowbridgeSystemFrontend' | 'Utility' | 'Multisig' | 'Proxy' | 'Indices' | 'Assets' | 'Uniques' | 'Nfts' | 'ForeignAssets' | 'PoolAssets' | 'AssetConversion' | 'Treasury' | 'ConvictionVoting' | 'Referenda' | 'Whitelist' | 'Bounties' | 'ChildBounties' | 'AssetRate' | 'StateTrieMigration' | 'NominationPools' | 'VoterList' | 'DelegatedStaking' | 'MultiBlockElection' | 'MultiBlockElectionSigned' | 'Staking' | 'AhOps' | 'AhMigrator';
|
|
2709
|
-
}
|
|
2710
|
-
|
|
2711
|
-
} // declare module
|