@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
|
@@ -2,11 +2,11 @@ declare const _default: {
|
|
|
2
2
|
/**
|
|
3
3
|
* Lookup32: asset_hub_kusama_runtime::RuntimeTask
|
|
4
4
|
**/
|
|
5
|
-
|
|
5
|
+
AssetHubDicleRuntimeRuntimeTask: string;
|
|
6
6
|
/**
|
|
7
7
|
* Lookup43: asset_hub_kusama_runtime::RuntimeParametersKey
|
|
8
8
|
**/
|
|
9
|
-
|
|
9
|
+
AssetHubDicleRuntimeRuntimeParametersKey: {
|
|
10
10
|
_enum: {
|
|
11
11
|
Issuance: string;
|
|
12
12
|
Treasury: string;
|
|
@@ -18,105 +18,105 @@ declare const _default: {
|
|
|
18
18
|
/**
|
|
19
19
|
* Lookup44: asset_hub_kusama_runtime::dynamic_params::issuance::ParametersKey
|
|
20
20
|
**/
|
|
21
|
-
|
|
21
|
+
AssetHubDicleRuntimeDynamicParamsIssuanceParametersKey: {
|
|
22
22
|
_enum: string[];
|
|
23
23
|
};
|
|
24
24
|
/**
|
|
25
25
|
* Lookup45: asset_hub_kusama_runtime::dynamic_params::issuance::MinInflation
|
|
26
26
|
**/
|
|
27
|
-
|
|
27
|
+
AssetHubDicleRuntimeDynamicParamsIssuanceMinInflation: string;
|
|
28
28
|
/**
|
|
29
29
|
* Lookup46: asset_hub_kusama_runtime::dynamic_params::issuance::MaxInflation
|
|
30
30
|
**/
|
|
31
|
-
|
|
31
|
+
AssetHubDicleRuntimeDynamicParamsIssuanceMaxInflation: string;
|
|
32
32
|
/**
|
|
33
33
|
* Lookup47: asset_hub_kusama_runtime::dynamic_params::issuance::IdealStake
|
|
34
34
|
**/
|
|
35
|
-
|
|
35
|
+
AssetHubDicleRuntimeDynamicParamsIssuanceIdealStake: string;
|
|
36
36
|
/**
|
|
37
37
|
* Lookup48: asset_hub_kusama_runtime::dynamic_params::issuance::Falloff
|
|
38
38
|
**/
|
|
39
|
-
|
|
39
|
+
AssetHubDicleRuntimeDynamicParamsIssuanceFalloff: string;
|
|
40
40
|
/**
|
|
41
41
|
* Lookup49: asset_hub_kusama_runtime::dynamic_params::treasury::ParametersKey
|
|
42
42
|
**/
|
|
43
|
-
|
|
43
|
+
AssetHubDicleRuntimeDynamicParamsTreasuryParametersKey: {
|
|
44
44
|
_enum: string[];
|
|
45
45
|
};
|
|
46
46
|
/**
|
|
47
47
|
* Lookup50: asset_hub_kusama_runtime::dynamic_params::treasury::BurnPortion
|
|
48
48
|
**/
|
|
49
|
-
|
|
49
|
+
AssetHubDicleRuntimeDynamicParamsTreasuryBurnPortion: string;
|
|
50
50
|
/**
|
|
51
51
|
* Lookup51: asset_hub_kusama_runtime::dynamic_params::treasury::BurnDestination
|
|
52
52
|
**/
|
|
53
|
-
|
|
53
|
+
AssetHubDicleRuntimeDynamicParamsTreasuryBurnDestination: string;
|
|
54
54
|
/**
|
|
55
55
|
* Lookup52: asset_hub_kusama_runtime::dynamic_params::staking_election::ParametersKey
|
|
56
56
|
**/
|
|
57
|
-
|
|
57
|
+
AssetHubDicleRuntimeDynamicParamsStakingElectionParametersKey: {
|
|
58
58
|
_enum: string[];
|
|
59
59
|
};
|
|
60
60
|
/**
|
|
61
61
|
* Lookup53: asset_hub_kusama_runtime::dynamic_params::staking_election::SignedPhase
|
|
62
62
|
**/
|
|
63
|
-
|
|
63
|
+
AssetHubDicleRuntimeDynamicParamsStakingElectionSignedPhase: string;
|
|
64
64
|
/**
|
|
65
65
|
* Lookup54: asset_hub_kusama_runtime::dynamic_params::staking_election::MaxSignedSubmissions
|
|
66
66
|
**/
|
|
67
|
-
|
|
67
|
+
AssetHubDicleRuntimeDynamicParamsStakingElectionMaxSignedSubmissions: string;
|
|
68
68
|
/**
|
|
69
69
|
* Lookup55: asset_hub_kusama_runtime::dynamic_params::staking_election::UnsignedPhase
|
|
70
70
|
**/
|
|
71
|
-
|
|
71
|
+
AssetHubDicleRuntimeDynamicParamsStakingElectionUnsignedPhase: string;
|
|
72
72
|
/**
|
|
73
73
|
* Lookup56: asset_hub_kusama_runtime::dynamic_params::staking_election::MinerPages
|
|
74
74
|
**/
|
|
75
|
-
|
|
75
|
+
AssetHubDicleRuntimeDynamicParamsStakingElectionMinerPages: string;
|
|
76
76
|
/**
|
|
77
77
|
* Lookup57: asset_hub_kusama_runtime::dynamic_params::staking_election::MaxElectingVoters
|
|
78
78
|
**/
|
|
79
|
-
|
|
79
|
+
AssetHubDicleRuntimeDynamicParamsStakingElectionMaxElectingVoters: string;
|
|
80
80
|
/**
|
|
81
81
|
* Lookup58: asset_hub_kusama_runtime::dynamic_params::staking_election::TargetSnapshotPerBlock
|
|
82
82
|
**/
|
|
83
|
-
|
|
83
|
+
AssetHubDicleRuntimeDynamicParamsStakingElectionTargetSnapshotPerBlock: string;
|
|
84
84
|
/**
|
|
85
85
|
* Lookup59: asset_hub_kusama_runtime::dynamic_params::staking_election::MaxEraDuration
|
|
86
86
|
**/
|
|
87
|
-
|
|
87
|
+
AssetHubDicleRuntimeDynamicParamsStakingElectionMaxEraDuration: string;
|
|
88
88
|
/**
|
|
89
89
|
* Lookup60: asset_hub_kusama_runtime::dynamic_params::scheduler::ParametersKey
|
|
90
90
|
**/
|
|
91
|
-
|
|
91
|
+
AssetHubDicleRuntimeDynamicParamsSchedulerParametersKey: {
|
|
92
92
|
_enum: string[];
|
|
93
93
|
};
|
|
94
94
|
/**
|
|
95
95
|
* Lookup61: asset_hub_kusama_runtime::dynamic_params::scheduler::MaxScheduledPerBlock
|
|
96
96
|
**/
|
|
97
|
-
|
|
97
|
+
AssetHubDicleRuntimeDynamicParamsSchedulerMaxScheduledPerBlock: string;
|
|
98
98
|
/**
|
|
99
99
|
* Lookup62: asset_hub_kusama_runtime::dynamic_params::scheduler::MaximumWeight
|
|
100
100
|
**/
|
|
101
|
-
|
|
101
|
+
AssetHubDicleRuntimeDynamicParamsSchedulerMaximumWeight: string;
|
|
102
102
|
/**
|
|
103
103
|
* Lookup63: asset_hub_kusama_runtime::dynamic_params::message_queue::ParametersKey
|
|
104
104
|
**/
|
|
105
|
-
|
|
105
|
+
AssetHubDicleRuntimeDynamicParamsMessageQueueParametersKey: {
|
|
106
106
|
_enum: string[];
|
|
107
107
|
};
|
|
108
108
|
/**
|
|
109
109
|
* Lookup64: asset_hub_kusama_runtime::dynamic_params::message_queue::MaxOnInitWeight
|
|
110
110
|
**/
|
|
111
|
-
|
|
111
|
+
AssetHubDicleRuntimeDynamicParamsMessageQueueMaxOnInitWeight: string;
|
|
112
112
|
/**
|
|
113
113
|
* Lookup65: asset_hub_kusama_runtime::dynamic_params::message_queue::MaxOnIdleWeight
|
|
114
114
|
**/
|
|
115
|
-
|
|
115
|
+
AssetHubDicleRuntimeDynamicParamsMessageQueueMaxOnIdleWeight: string;
|
|
116
116
|
/**
|
|
117
117
|
* Lookup67: asset_hub_kusama_runtime::RuntimeParametersValue
|
|
118
118
|
**/
|
|
119
|
-
|
|
119
|
+
AssetHubDicleRuntimeRuntimeParametersValue: {
|
|
120
120
|
_enum: {
|
|
121
121
|
Issuance: string;
|
|
122
122
|
Treasury: string;
|
|
@@ -128,7 +128,7 @@ declare const _default: {
|
|
|
128
128
|
/**
|
|
129
129
|
* Lookup68: asset_hub_kusama_runtime::dynamic_params::issuance::ParametersValue
|
|
130
130
|
**/
|
|
131
|
-
|
|
131
|
+
AssetHubDicleRuntimeDynamicParamsIssuanceParametersValue: {
|
|
132
132
|
_enum: {
|
|
133
133
|
MinInflation: string;
|
|
134
134
|
MaxInflation: string;
|
|
@@ -139,7 +139,7 @@ declare const _default: {
|
|
|
139
139
|
/**
|
|
140
140
|
* Lookup70: asset_hub_kusama_runtime::dynamic_params::treasury::ParametersValue
|
|
141
141
|
**/
|
|
142
|
-
|
|
142
|
+
AssetHubDicleRuntimeDynamicParamsTreasuryParametersValue: {
|
|
143
143
|
_enum: {
|
|
144
144
|
BurnPortion: string;
|
|
145
145
|
BurnDestination: string;
|
|
@@ -148,11 +148,11 @@ declare const _default: {
|
|
|
148
148
|
/**
|
|
149
149
|
* Lookup72: asset_hub_kusama_runtime::treasury::BurnDestinationAccount
|
|
150
150
|
**/
|
|
151
|
-
|
|
151
|
+
AssetHubDicleRuntimeTreasuryBurnDestinationAccount: string;
|
|
152
152
|
/**
|
|
153
153
|
* Lookup74: asset_hub_kusama_runtime::dynamic_params::staking_election::ParametersValue
|
|
154
154
|
**/
|
|
155
|
-
|
|
155
|
+
AssetHubDicleRuntimeDynamicParamsStakingElectionParametersValue: {
|
|
156
156
|
_enum: {
|
|
157
157
|
SignedPhase: string;
|
|
158
158
|
MaxSignedSubmissions: string;
|
|
@@ -166,7 +166,7 @@ declare const _default: {
|
|
|
166
166
|
/**
|
|
167
167
|
* Lookup75: asset_hub_kusama_runtime::dynamic_params::scheduler::ParametersValue
|
|
168
168
|
**/
|
|
169
|
-
|
|
169
|
+
AssetHubDicleRuntimeDynamicParamsSchedulerParametersValue: {
|
|
170
170
|
_enum: {
|
|
171
171
|
MaxScheduledPerBlock: string;
|
|
172
172
|
MaximumWeight: string;
|
|
@@ -175,7 +175,7 @@ declare const _default: {
|
|
|
175
175
|
/**
|
|
176
176
|
* Lookup76: asset_hub_kusama_runtime::dynamic_params::message_queue::ParametersValue
|
|
177
177
|
**/
|
|
178
|
-
|
|
178
|
+
AssetHubDicleRuntimeDynamicParamsMessageQueueParametersValue: {
|
|
179
179
|
_enum: {
|
|
180
180
|
MaxOnInitWeight: string;
|
|
181
181
|
MaxOnIdleWeight: string;
|
|
@@ -184,17 +184,17 @@ declare const _default: {
|
|
|
184
184
|
/**
|
|
185
185
|
* Lookup193: asset_hub_kusama_runtime::ProxyType
|
|
186
186
|
**/
|
|
187
|
-
|
|
187
|
+
AssetHubDicleRuntimeProxyType: {
|
|
188
188
|
_enum: string[];
|
|
189
189
|
};
|
|
190
190
|
/**
|
|
191
191
|
* Lookup220: asset_hub_kusama_runtime::Runtime
|
|
192
192
|
**/
|
|
193
|
-
|
|
193
|
+
AssetHubDicleRuntimeRuntime: string;
|
|
194
194
|
/**
|
|
195
195
|
* Lookup308: asset_hub_kusama_runtime::RuntimeParameters
|
|
196
196
|
**/
|
|
197
|
-
|
|
197
|
+
AssetHubDicleRuntimeRuntimeParameters: {
|
|
198
198
|
_enum: {
|
|
199
199
|
Issuance: string;
|
|
200
200
|
Treasury: string;
|
|
@@ -206,7 +206,7 @@ declare const _default: {
|
|
|
206
206
|
/**
|
|
207
207
|
* Lookup309: asset_hub_kusama_runtime::dynamic_params::issuance::Parameters
|
|
208
208
|
**/
|
|
209
|
-
|
|
209
|
+
AssetHubDicleRuntimeDynamicParamsIssuanceParameters: {
|
|
210
210
|
_enum: {
|
|
211
211
|
MinInflation: string;
|
|
212
212
|
MaxInflation: string;
|
|
@@ -217,7 +217,7 @@ declare const _default: {
|
|
|
217
217
|
/**
|
|
218
218
|
* Lookup311: asset_hub_kusama_runtime::dynamic_params::treasury::Parameters
|
|
219
219
|
**/
|
|
220
|
-
|
|
220
|
+
AssetHubDicleRuntimeDynamicParamsTreasuryParameters: {
|
|
221
221
|
_enum: {
|
|
222
222
|
BurnPortion: string;
|
|
223
223
|
BurnDestination: string;
|
|
@@ -226,7 +226,7 @@ declare const _default: {
|
|
|
226
226
|
/**
|
|
227
227
|
* Lookup314: asset_hub_kusama_runtime::dynamic_params::staking_election::Parameters
|
|
228
228
|
**/
|
|
229
|
-
|
|
229
|
+
AssetHubDicleRuntimeDynamicParamsStakingElectionParameters: {
|
|
230
230
|
_enum: {
|
|
231
231
|
SignedPhase: string;
|
|
232
232
|
MaxSignedSubmissions: string;
|
|
@@ -240,7 +240,7 @@ declare const _default: {
|
|
|
240
240
|
/**
|
|
241
241
|
* Lookup315: asset_hub_kusama_runtime::dynamic_params::scheduler::Parameters
|
|
242
242
|
**/
|
|
243
|
-
|
|
243
|
+
AssetHubDicleRuntimeDynamicParamsSchedulerParameters: {
|
|
244
244
|
_enum: {
|
|
245
245
|
MaxScheduledPerBlock: string;
|
|
246
246
|
MaximumWeight: string;
|
|
@@ -249,7 +249,7 @@ declare const _default: {
|
|
|
249
249
|
/**
|
|
250
250
|
* Lookup316: asset_hub_kusama_runtime::dynamic_params::message_queue::Parameters
|
|
251
251
|
**/
|
|
252
|
-
|
|
252
|
+
AssetHubDicleRuntimeDynamicParamsMessageQueueParameters: {
|
|
253
253
|
_enum: {
|
|
254
254
|
MaxOnInitWeight: string;
|
|
255
255
|
MaxOnIdleWeight: string;
|
|
@@ -258,17 +258,17 @@ declare const _default: {
|
|
|
258
258
|
/**
|
|
259
259
|
* Lookup333: asset_hub_kusama_runtime::SessionKeys
|
|
260
260
|
**/
|
|
261
|
-
|
|
261
|
+
AssetHubDicleRuntimeSessionKeys: {
|
|
262
262
|
aura: string;
|
|
263
263
|
};
|
|
264
264
|
/**
|
|
265
265
|
* Lookup334: sp_consensus_aura::sr25519::app_sr25519::Public
|
|
266
266
|
**/
|
|
267
|
-
|
|
267
|
+
PezspConsensusAuraSr25519AppSr25519Public: string;
|
|
268
268
|
/**
|
|
269
269
|
* Lookup385: asset_hub_kusama_runtime::OriginCaller
|
|
270
270
|
**/
|
|
271
|
-
|
|
271
|
+
AssetHubDicleRuntimeOriginCaller: {
|
|
272
272
|
_enum: {
|
|
273
273
|
system: string;
|
|
274
274
|
__Unused1: string;
|
|
@@ -369,13 +369,13 @@ declare const _default: {
|
|
|
369
369
|
/**
|
|
370
370
|
* Lookup389: asset_hub_kusama_runtime::governance::origins::pallet_custom_origins::Origin
|
|
371
371
|
**/
|
|
372
|
-
|
|
372
|
+
AssetHubDicleRuntimeGovernanceOriginsPezpalletCustomOriginsOrigin: {
|
|
373
373
|
_enum: string[];
|
|
374
374
|
};
|
|
375
375
|
/**
|
|
376
376
|
* Lookup394: pallet_remote_proxy::pallet::Call<T, I>
|
|
377
377
|
**/
|
|
378
|
-
|
|
378
|
+
PezpalletRemoteProxyCall: {
|
|
379
379
|
_enum: {
|
|
380
380
|
remote_proxy: {
|
|
381
381
|
real: string;
|
|
@@ -396,7 +396,7 @@ declare const _default: {
|
|
|
396
396
|
/**
|
|
397
397
|
* Lookup395: pallet_remote_proxy::pallet::RemoteProxyProof<RemoteBlockNumber>
|
|
398
398
|
**/
|
|
399
|
-
|
|
399
|
+
PezpalletRemoteProxyRemoteProxyProof: {
|
|
400
400
|
_enum: {
|
|
401
401
|
RelayChain: {
|
|
402
402
|
proof: string;
|
|
@@ -407,7 +407,7 @@ declare const _default: {
|
|
|
407
407
|
/**
|
|
408
408
|
* Lookup466: asset_hub_kusama_runtime::staking::NposCompactSolution24
|
|
409
409
|
**/
|
|
410
|
-
|
|
410
|
+
AssetHubDicleRuntimeStakingNposCompactSolution24: {
|
|
411
411
|
votes1: string;
|
|
412
412
|
votes2: string;
|
|
413
413
|
votes3: string;
|
|
@@ -436,7 +436,7 @@ declare const _default: {
|
|
|
436
436
|
/**
|
|
437
437
|
* Lookup598: pallet_proxy::ProxyDefinition<sp_core::crypto::AccountId32, kusama_runtime_constants::proxy::ProxyType, BlockNumber>
|
|
438
438
|
**/
|
|
439
|
-
|
|
439
|
+
PezpalletProxyProxyDefinitionDicleRuntimeConstantsProxyProxyType: {
|
|
440
440
|
delegate: string;
|
|
441
441
|
proxyType: string;
|
|
442
442
|
delay: string;
|
|
@@ -444,7 +444,7 @@ declare const _default: {
|
|
|
444
444
|
/**
|
|
445
445
|
* Lookup650: asset_hub_kusama_runtime::ah_migration::RcPalletsOrigin
|
|
446
446
|
**/
|
|
447
|
-
|
|
447
|
+
AssetHubDicleRuntimeAhMigrationRcPalletsOrigin: {
|
|
448
448
|
_enum: {
|
|
449
449
|
system: string;
|
|
450
450
|
__Unused1: string;
|
|
@@ -495,7 +495,7 @@ declare const _default: {
|
|
|
495
495
|
/**
|
|
496
496
|
* Lookup746: pallet_rc_migrator::recovery::PortableRecoveryMessage
|
|
497
497
|
**/
|
|
498
|
-
|
|
498
|
+
PezpalletRcMigratorRecoveryPortableRecoveryMessage: {
|
|
499
499
|
_enum: {
|
|
500
500
|
Recoverable: string;
|
|
501
501
|
ActiveRecoveries: string;
|
|
@@ -505,7 +505,7 @@ declare const _default: {
|
|
|
505
505
|
/**
|
|
506
506
|
* Lookup748: pallet_rc_migrator::recovery::PortableRecoveryConfig
|
|
507
507
|
**/
|
|
508
|
-
|
|
508
|
+
PezpalletRcMigratorRecoveryPortableRecoveryConfig: {
|
|
509
509
|
delayPeriod: string;
|
|
510
510
|
deposit: string;
|
|
511
511
|
friends: string;
|
|
@@ -514,13 +514,13 @@ declare const _default: {
|
|
|
514
514
|
/**
|
|
515
515
|
* Lookup749: pallet_rc_migrator::recovery::PortableRecoveryFriends
|
|
516
516
|
**/
|
|
517
|
-
|
|
517
|
+
PezpalletRcMigratorRecoveryPortableRecoveryFriends: {
|
|
518
518
|
friends: string;
|
|
519
519
|
};
|
|
520
520
|
/**
|
|
521
521
|
* Lookup752: pallet_rc_migrator::recovery::PortableActiveRecovery
|
|
522
522
|
**/
|
|
523
|
-
|
|
523
|
+
PezpalletRcMigratorRecoveryPortableActiveRecovery: {
|
|
524
524
|
created: string;
|
|
525
525
|
deposit: string;
|
|
526
526
|
friends: string;
|
|
@@ -528,7 +528,7 @@ declare const _default: {
|
|
|
528
528
|
/**
|
|
529
529
|
* Lookup755: pallet_rc_migrator::society::PortableSocietyMessage
|
|
530
530
|
**/
|
|
531
|
-
|
|
531
|
+
PezpalletRcMigratorSocietyPortableSocietyMessage: {
|
|
532
532
|
_enum: {
|
|
533
533
|
Values: string;
|
|
534
534
|
Member: string;
|
|
@@ -544,7 +544,7 @@ declare const _default: {
|
|
|
544
544
|
/**
|
|
545
545
|
* Lookup756: pallet_rc_migrator::society::SocietyValues
|
|
546
546
|
**/
|
|
547
|
-
|
|
547
|
+
PezpalletRcMigratorSocietySocietyValues: {
|
|
548
548
|
parameters: string;
|
|
549
549
|
pot: string;
|
|
550
550
|
founder: string;
|
|
@@ -563,7 +563,7 @@ declare const _default: {
|
|
|
563
563
|
/**
|
|
564
564
|
* Lookup758: pallet_rc_migrator::society::PortableGroupParams
|
|
565
565
|
**/
|
|
566
|
-
|
|
566
|
+
PezpalletRcMigratorSocietyPortableGroupParams: {
|
|
567
567
|
maxMembers: string;
|
|
568
568
|
maxIntake: string;
|
|
569
569
|
maxStrikes: string;
|
|
@@ -572,7 +572,7 @@ declare const _default: {
|
|
|
572
572
|
/**
|
|
573
573
|
* Lookup761: pallet_rc_migrator::society::PortableBid
|
|
574
574
|
**/
|
|
575
|
-
|
|
575
|
+
PezpalletRcMigratorSocietyPortableBid: {
|
|
576
576
|
who: string;
|
|
577
577
|
kind: string;
|
|
578
578
|
value: string;
|
|
@@ -580,7 +580,7 @@ declare const _default: {
|
|
|
580
580
|
/**
|
|
581
581
|
* Lookup762: pallet_rc_migrator::society::PortableBidKind
|
|
582
582
|
**/
|
|
583
|
-
|
|
583
|
+
PezpalletRcMigratorSocietyPortableBidKind: {
|
|
584
584
|
_enum: {
|
|
585
585
|
Deposit: string;
|
|
586
586
|
Vouch: string;
|
|
@@ -589,7 +589,7 @@ declare const _default: {
|
|
|
589
589
|
/**
|
|
590
590
|
* Lookup764: pallet_rc_migrator::society::PortableIntakeRecord
|
|
591
591
|
**/
|
|
592
|
-
|
|
592
|
+
PezpalletRcMigratorSocietyPortableIntakeRecord: {
|
|
593
593
|
who: string;
|
|
594
594
|
bid: string;
|
|
595
595
|
round: string;
|
|
@@ -597,14 +597,14 @@ declare const _default: {
|
|
|
597
597
|
/**
|
|
598
598
|
* Lookup767: pallet_rc_migrator::society::PortableTally
|
|
599
599
|
**/
|
|
600
|
-
|
|
600
|
+
PezpalletRcMigratorSocietyPortableTally: {
|
|
601
601
|
approvals: string;
|
|
602
602
|
rejections: string;
|
|
603
603
|
};
|
|
604
604
|
/**
|
|
605
605
|
* Lookup768: pallet_rc_migrator::society::PortableMemberRecord
|
|
606
606
|
**/
|
|
607
|
-
|
|
607
|
+
PezpalletRcMigratorSocietyPortableMemberRecord: {
|
|
608
608
|
rank: string;
|
|
609
609
|
strikes: string;
|
|
610
610
|
vouching: string;
|
|
@@ -613,20 +613,20 @@ declare const _default: {
|
|
|
613
613
|
/**
|
|
614
614
|
* Lookup770: pallet_rc_migrator::society::PortableVouchingStatus
|
|
615
615
|
**/
|
|
616
|
-
|
|
616
|
+
PezpalletRcMigratorSocietyPortableVouchingStatus: {
|
|
617
617
|
_enum: string[];
|
|
618
618
|
};
|
|
619
619
|
/**
|
|
620
620
|
* Lookup771: pallet_rc_migrator::society::PortablePayoutRecord
|
|
621
621
|
**/
|
|
622
|
-
|
|
622
|
+
PezpalletRcMigratorSocietyPortablePayoutRecord: {
|
|
623
623
|
paid: string;
|
|
624
624
|
payouts: string;
|
|
625
625
|
};
|
|
626
626
|
/**
|
|
627
627
|
* Lookup772: pallet_rc_migrator::society::PortableCandidacy
|
|
628
628
|
**/
|
|
629
|
-
|
|
629
|
+
PezpalletRcMigratorSocietyPortableCandidacy: {
|
|
630
630
|
round: string;
|
|
631
631
|
kind: string;
|
|
632
632
|
bid: string;
|
|
@@ -636,14 +636,14 @@ declare const _default: {
|
|
|
636
636
|
/**
|
|
637
637
|
* Lookup773: pallet_rc_migrator::society::PortableVote
|
|
638
638
|
**/
|
|
639
|
-
|
|
639
|
+
PezpalletRcMigratorSocietyPortableVote: {
|
|
640
640
|
approve: string;
|
|
641
641
|
weight: string;
|
|
642
642
|
};
|
|
643
643
|
/**
|
|
644
644
|
* Lookup853: asset_hub_kusama_runtime::RuntimeHoldReason
|
|
645
645
|
**/
|
|
646
|
-
|
|
646
|
+
AssetHubDicleRuntimeRuntimeHoldReason: {
|
|
647
647
|
_enum: {
|
|
648
648
|
__Unused0: string;
|
|
649
649
|
__Unused1: string;
|
|
@@ -740,7 +740,7 @@ declare const _default: {
|
|
|
740
740
|
/**
|
|
741
741
|
* Lookup861: asset_hub_kusama_runtime::RuntimeFreezeReason
|
|
742
742
|
**/
|
|
743
|
-
|
|
743
|
+
AssetHubDicleRuntimeRuntimeFreezeReason: {
|
|
744
744
|
_enum: {
|
|
745
745
|
__Unused0: string;
|
|
746
746
|
__Unused1: string;
|
|
@@ -828,7 +828,7 @@ declare const _default: {
|
|
|
828
828
|
/**
|
|
829
829
|
* Lookup939: pallet_proxy::ProxyDefinition<sp_core::crypto::AccountId32, asset_hub_kusama_runtime::ProxyType, BlockNumber>
|
|
830
830
|
**/
|
|
831
|
-
|
|
831
|
+
PezpalletProxyProxyDefinitionAssetHubDicleRuntimeProxyType: {
|
|
832
832
|
delegate: string;
|
|
833
833
|
proxyType: string;
|
|
834
834
|
delay: string;
|
|
@@ -836,13 +836,13 @@ declare const _default: {
|
|
|
836
836
|
/**
|
|
837
837
|
* Lookup947: pallet_remote_proxy::pallet::Error<T, I>
|
|
838
838
|
**/
|
|
839
|
-
|
|
839
|
+
PezpalletRemoteProxyError: {
|
|
840
840
|
_enum: string[];
|
|
841
841
|
};
|
|
842
842
|
/**
|
|
843
843
|
* Lookup1023: pallet_revive::vm::CodeInfo<T>
|
|
844
844
|
**/
|
|
845
|
-
|
|
845
|
+
PezpalletReviveVmCodeInfo: {
|
|
846
846
|
owner: string;
|
|
847
847
|
deposit: string;
|
|
848
848
|
refcount: string;
|
|
@@ -852,14 +852,14 @@ declare const _default: {
|
|
|
852
852
|
/**
|
|
853
853
|
* Lookup1024: pallet_revive::storage::AccountInfo<T>
|
|
854
854
|
**/
|
|
855
|
-
|
|
855
|
+
PezpalletReviveStorageAccountInfo: {
|
|
856
856
|
accountType: string;
|
|
857
857
|
dust: string;
|
|
858
858
|
};
|
|
859
859
|
/**
|
|
860
860
|
* Lookup1025: pallet_revive::storage::AccountType<T>
|
|
861
861
|
**/
|
|
862
|
-
|
|
862
|
+
PezpalletReviveStorageAccountType: {
|
|
863
863
|
_enum: {
|
|
864
864
|
Contract: string;
|
|
865
865
|
EOA: string;
|
|
@@ -868,7 +868,7 @@ declare const _default: {
|
|
|
868
868
|
/**
|
|
869
869
|
* Lookup1233: pallet_revive::evm::api::debug_rpc_types::PrestateTracerConfig
|
|
870
870
|
**/
|
|
871
|
-
|
|
871
|
+
PezpalletReviveEvmApiDebugRpcTypesPrestateTracerConfig: {
|
|
872
872
|
diffMode: string;
|
|
873
873
|
disableStorage: string;
|
|
874
874
|
disableCode: string;
|
|
@@ -876,7 +876,7 @@ declare const _default: {
|
|
|
876
876
|
/**
|
|
877
877
|
* Lookup1242: pallet_revive::evm::api::debug_rpc_types::PrestateTrace
|
|
878
878
|
**/
|
|
879
|
-
|
|
879
|
+
PezpalletReviveEvmApiDebugRpcTypesPrestateTrace: {
|
|
880
880
|
_enum: {
|
|
881
881
|
Prestate: string;
|
|
882
882
|
DiffMode: {
|
|
@@ -888,7 +888,7 @@ declare const _default: {
|
|
|
888
888
|
/**
|
|
889
889
|
* Lookup1244: pallet_revive::evm::api::debug_rpc_types::PrestateTraceInfo
|
|
890
890
|
**/
|
|
891
|
-
|
|
891
|
+
PezpalletReviveEvmApiDebugRpcTypesPrestateTraceInfo: {
|
|
892
892
|
balance: string;
|
|
893
893
|
nonce: string;
|
|
894
894
|
code: string;
|
|
@@ -897,7 +897,7 @@ declare const _default: {
|
|
|
897
897
|
/**
|
|
898
898
|
* Lookup1252: asset_hub_kusama_runtime::RuntimeError
|
|
899
899
|
**/
|
|
900
|
-
|
|
900
|
+
AssetHubDicleRuntimeRuntimeError: {
|
|
901
901
|
_enum: {
|
|
902
902
|
System: string;
|
|
903
903
|
ParachainSystem: string;
|