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