@storagehub/api-augment 0.1.0 → 0.2.2

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.
Files changed (190) hide show
  1. package/LICENSE +674 -0
  2. package/biome.json +2 -9
  3. package/dist/parachain/index.js.map +1 -0
  4. package/dist/parachain/interfaces/augment-api-consts.js.map +1 -0
  5. package/dist/parachain/interfaces/augment-api-errors.js.map +1 -0
  6. package/dist/parachain/interfaces/augment-api-events.js.map +1 -0
  7. package/dist/parachain/interfaces/augment-api-query.js.map +1 -0
  8. package/dist/parachain/interfaces/augment-api-rpc.js.map +1 -0
  9. package/dist/parachain/interfaces/augment-api-runtime.js.map +1 -0
  10. package/dist/parachain/interfaces/augment-api-tx.js.map +1 -0
  11. package/dist/parachain/interfaces/augment-api.js.map +1 -0
  12. package/dist/parachain/interfaces/augment-types.js.map +1 -0
  13. package/dist/parachain/interfaces/definitions.js.map +1 -0
  14. package/dist/parachain/interfaces/index.js.map +1 -0
  15. package/dist/{interfaces → parachain/interfaces}/lookup.js +1465 -813
  16. package/dist/parachain/interfaces/lookup.js.map +1 -0
  17. package/dist/parachain/interfaces/registry.js.map +1 -0
  18. package/dist/parachain/interfaces/storagehubclient/definitions.js +7 -0
  19. package/dist/parachain/interfaces/storagehubclient/definitions.js.map +1 -0
  20. package/dist/parachain/interfaces/storagehubclient/index.js.map +1 -0
  21. package/dist/parachain/interfaces/storagehubclient/runtime.js.map +1 -0
  22. package/dist/parachain/interfaces/storagehubclient/types.js.map +1 -0
  23. package/dist/parachain/interfaces/types-lookup.js.map +1 -0
  24. package/dist/parachain/interfaces/types.js.map +1 -0
  25. package/dist/solochain-evm/index.js +4 -0
  26. package/dist/solochain-evm/index.js.map +1 -0
  27. package/dist/solochain-evm/interfaces/augment-api-consts.js +6 -0
  28. package/dist/solochain-evm/interfaces/augment-api-consts.js.map +1 -0
  29. package/dist/solochain-evm/interfaces/augment-api-errors.js +6 -0
  30. package/dist/solochain-evm/interfaces/augment-api-errors.js.map +1 -0
  31. package/dist/solochain-evm/interfaces/augment-api-events.js +6 -0
  32. package/dist/solochain-evm/interfaces/augment-api-events.js.map +1 -0
  33. package/dist/solochain-evm/interfaces/augment-api-query.js +6 -0
  34. package/dist/solochain-evm/interfaces/augment-api-query.js.map +1 -0
  35. package/dist/solochain-evm/interfaces/augment-api-rpc.js +6 -0
  36. package/dist/solochain-evm/interfaces/augment-api-rpc.js.map +1 -0
  37. package/dist/solochain-evm/interfaces/augment-api-runtime.js +6 -0
  38. package/dist/solochain-evm/interfaces/augment-api-runtime.js.map +1 -0
  39. package/dist/solochain-evm/interfaces/augment-api-tx.js +6 -0
  40. package/dist/solochain-evm/interfaces/augment-api-tx.js.map +1 -0
  41. package/dist/solochain-evm/interfaces/augment-api.js +10 -0
  42. package/dist/solochain-evm/interfaces/augment-api.js.map +1 -0
  43. package/dist/solochain-evm/interfaces/augment-types.js +6 -0
  44. package/dist/solochain-evm/interfaces/augment-types.js.map +1 -0
  45. package/dist/solochain-evm/interfaces/definitions.js +2 -0
  46. package/dist/solochain-evm/interfaces/definitions.js.map +1 -0
  47. package/dist/solochain-evm/interfaces/index.js +4 -0
  48. package/dist/solochain-evm/interfaces/index.js.map +1 -0
  49. package/dist/solochain-evm/interfaces/lookup.js +3744 -0
  50. package/dist/solochain-evm/interfaces/lookup.js.map +1 -0
  51. package/dist/solochain-evm/interfaces/registry.js +6 -0
  52. package/dist/solochain-evm/interfaces/registry.js.map +1 -0
  53. package/dist/solochain-evm/interfaces/storagehubclient/definitions.js +7 -0
  54. package/dist/solochain-evm/interfaces/storagehubclient/definitions.js.map +1 -0
  55. package/dist/solochain-evm/interfaces/storagehubclient/index.js +4 -0
  56. package/dist/solochain-evm/interfaces/storagehubclient/index.js.map +1 -0
  57. package/dist/solochain-evm/interfaces/storagehubclient/types.js +4 -0
  58. package/dist/solochain-evm/interfaces/storagehubclient/types.js.map +1 -0
  59. package/dist/solochain-evm/interfaces/types-lookup.js +6 -0
  60. package/dist/solochain-evm/interfaces/types-lookup.js.map +1 -0
  61. package/dist/solochain-evm/interfaces/types.js +4 -0
  62. package/dist/solochain-evm/interfaces/types.js.map +1 -0
  63. package/dist/types/{interfaces → parachain/interfaces}/augment-api-consts.d.ts +147 -20
  64. package/dist/types/{interfaces → parachain/interfaces}/augment-api-errors.d.ts +235 -8
  65. package/dist/types/{interfaces → parachain/interfaces}/augment-api-events.d.ts +542 -118
  66. package/dist/types/{interfaces → parachain/interfaces}/augment-api-query.d.ts +208 -118
  67. package/dist/types/{interfaces → parachain/interfaces}/augment-api-rpc.d.ts +61 -4
  68. package/dist/types/{interfaces → parachain/interfaces}/augment-api-runtime.d.ts +105 -8
  69. package/dist/types/{interfaces → parachain/interfaces}/augment-api-tx.d.ts +356 -181
  70. package/dist/types/{interfaces → parachain/interfaces}/augment-types.d.ts +145 -11
  71. package/dist/types/{interfaces → parachain/interfaces}/lookup.d.ts +1067 -513
  72. package/dist/types/parachain/interfaces/registry.d.ts +311 -0
  73. package/dist/types/{interfaces → parachain/interfaces}/storagehubclient/types.d.ts +135 -18
  74. package/dist/types/{interfaces → parachain/interfaces}/types-lookup.d.ts +1619 -887
  75. package/dist/types/solochain-evm/interfaces/augment-api-consts.d.ts +641 -0
  76. package/dist/types/solochain-evm/interfaces/augment-api-errors.d.ts +1260 -0
  77. package/dist/types/solochain-evm/interfaces/augment-api-events.d.ts +2058 -0
  78. package/dist/types/solochain-evm/interfaces/augment-api-query.d.ts +1317 -0
  79. package/dist/types/solochain-evm/interfaces/augment-api-rpc.d.ts +775 -0
  80. package/dist/types/solochain-evm/interfaces/augment-api-runtime.d.ts +543 -0
  81. package/dist/types/solochain-evm/interfaces/augment-api-tx.d.ts +2381 -0
  82. package/dist/types/solochain-evm/interfaces/augment-api.d.ts +7 -0
  83. package/dist/types/solochain-evm/interfaces/augment-types.d.ts +1419 -0
  84. package/dist/types/solochain-evm/interfaces/index.d.ts +1 -0
  85. package/dist/types/solochain-evm/interfaces/lookup.d.ts +3363 -0
  86. package/dist/types/solochain-evm/interfaces/registry.d.ts +252 -0
  87. package/dist/types/solochain-evm/interfaces/storagehubclient/definitions.d.ts +6 -0
  88. package/dist/types/solochain-evm/interfaces/storagehubclient/index.d.ts +1 -0
  89. package/dist/types/solochain-evm/interfaces/storagehubclient/types.d.ts +325 -0
  90. package/dist/types/solochain-evm/interfaces/types-lookup.d.ts +3577 -0
  91. package/dist/types/solochain-evm/interfaces/types.d.ts +1 -0
  92. package/metadata-sh-parachain.json +5 -0
  93. package/metadata-sh-solochain-evm.json +5 -0
  94. package/package.json +41 -26
  95. package/scripts/scrapeMetadata.ts +41 -29
  96. package/src/parachain/index.ts +3 -0
  97. package/src/{interfaces → parachain/interfaces}/augment-api-consts.ts +147 -20
  98. package/src/{interfaces → parachain/interfaces}/augment-api-errors.ts +235 -8
  99. package/src/{interfaces → parachain/interfaces}/augment-api-events.ts +527 -137
  100. package/src/{interfaces → parachain/interfaces}/augment-api-query.ts +272 -145
  101. package/src/{interfaces → parachain/interfaces}/augment-api-rpc.ts +123 -5
  102. package/src/{interfaces → parachain/interfaces}/augment-api-runtime.ts +202 -8
  103. package/src/{interfaces → parachain/interfaces}/augment-api-tx.ts +374 -182
  104. package/src/{interfaces → parachain/interfaces}/augment-types.ts +280 -12
  105. package/src/parachain/interfaces/definitions.ts +1 -0
  106. package/src/{interfaces → parachain/interfaces}/lookup.ts +1497 -813
  107. package/src/{interfaces → parachain/interfaces}/registry.ts +176 -98
  108. package/src/parachain/interfaces/storagehubclient/definitions.ts +7 -0
  109. package/src/{interfaces → parachain/interfaces}/storagehubclient/types.ts +165 -18
  110. package/src/{interfaces → parachain/interfaces}/types-lookup.ts +1970 -896
  111. package/src/solochain-evm/index.ts +3 -0
  112. package/src/solochain-evm/interfaces/augment-api-consts.ts +655 -0
  113. package/src/solochain-evm/interfaces/augment-api-errors.ts +1268 -0
  114. package/src/solochain-evm/interfaces/augment-api-events.ts +1813 -0
  115. package/src/solochain-evm/interfaces/augment-api-query.ts +1838 -0
  116. package/src/solochain-evm/interfaces/augment-api-rpc.ts +1319 -0
  117. package/src/solochain-evm/interfaces/augment-api-runtime.ts +977 -0
  118. package/src/solochain-evm/interfaces/augment-api-tx.ts +2818 -0
  119. package/src/solochain-evm/interfaces/augment-api.ts +10 -0
  120. package/src/solochain-evm/interfaces/augment-types.ts +2776 -0
  121. package/src/solochain-evm/interfaces/definitions.ts +1 -0
  122. package/src/solochain-evm/interfaces/index.ts +4 -0
  123. package/src/solochain-evm/interfaces/lookup.ts +3788 -0
  124. package/src/solochain-evm/interfaces/registry.ts +506 -0
  125. package/src/solochain-evm/interfaces/storagehubclient/definitions.ts +7 -0
  126. package/src/solochain-evm/interfaces/storagehubclient/index.ts +4 -0
  127. package/src/solochain-evm/interfaces/storagehubclient/types.ts +398 -0
  128. package/src/solochain-evm/interfaces/types-lookup.ts +4616 -0
  129. package/src/solochain-evm/interfaces/types.ts +4 -0
  130. package/tsconfig.json +17 -20
  131. package/tsconfig.parachain.json +17 -0
  132. package/tsconfig.solochain-evm.json +17 -0
  133. package/tsconfig.tsbuildinfo +1 -0
  134. package/dist/index.js.map +0 -1
  135. package/dist/interfaces/augment-api-consts.js.map +0 -1
  136. package/dist/interfaces/augment-api-errors.js.map +0 -1
  137. package/dist/interfaces/augment-api-events.js.map +0 -1
  138. package/dist/interfaces/augment-api-query.js.map +0 -1
  139. package/dist/interfaces/augment-api-rpc.js.map +0 -1
  140. package/dist/interfaces/augment-api-runtime.js.map +0 -1
  141. package/dist/interfaces/augment-api-tx.js.map +0 -1
  142. package/dist/interfaces/augment-api.js.map +0 -1
  143. package/dist/interfaces/augment-types.js.map +0 -1
  144. package/dist/interfaces/definitions.js.map +0 -1
  145. package/dist/interfaces/index.js.map +0 -1
  146. package/dist/interfaces/lookup.js.map +0 -1
  147. package/dist/interfaces/registry.js.map +0 -1
  148. package/dist/interfaces/storagehubclient/definitions.js +0 -7
  149. package/dist/interfaces/storagehubclient/definitions.js.map +0 -1
  150. package/dist/interfaces/storagehubclient/index.js.map +0 -1
  151. package/dist/interfaces/storagehubclient/runtime.js.map +0 -1
  152. package/dist/interfaces/storagehubclient/types.js.map +0 -1
  153. package/dist/interfaces/types-lookup.js.map +0 -1
  154. package/dist/interfaces/types.js.map +0 -1
  155. package/dist/types/interfaces/registry.d.ts +0 -272
  156. package/src/interfaces/storagehubclient/definitions.ts +0 -7
  157. package/storagehub.json +0 -1
  158. /package/dist/{index.js → parachain/index.js} +0 -0
  159. /package/dist/{interfaces → parachain/interfaces}/augment-api-consts.js +0 -0
  160. /package/dist/{interfaces → parachain/interfaces}/augment-api-errors.js +0 -0
  161. /package/dist/{interfaces → parachain/interfaces}/augment-api-events.js +0 -0
  162. /package/dist/{interfaces → parachain/interfaces}/augment-api-query.js +0 -0
  163. /package/dist/{interfaces → parachain/interfaces}/augment-api-rpc.js +0 -0
  164. /package/dist/{interfaces → parachain/interfaces}/augment-api-runtime.js +0 -0
  165. /package/dist/{interfaces → parachain/interfaces}/augment-api-tx.js +0 -0
  166. /package/dist/{interfaces → parachain/interfaces}/augment-api.js +0 -0
  167. /package/dist/{interfaces → parachain/interfaces}/augment-types.js +0 -0
  168. /package/dist/{interfaces → parachain/interfaces}/definitions.js +0 -0
  169. /package/dist/{interfaces → parachain/interfaces}/index.js +0 -0
  170. /package/dist/{interfaces → parachain/interfaces}/registry.js +0 -0
  171. /package/dist/{interfaces → parachain/interfaces}/storagehubclient/index.js +0 -0
  172. /package/dist/{interfaces → parachain/interfaces}/storagehubclient/runtime.js +0 -0
  173. /package/dist/{interfaces → parachain/interfaces}/storagehubclient/types.js +0 -0
  174. /package/dist/{interfaces → parachain/interfaces}/types-lookup.js +0 -0
  175. /package/dist/{interfaces → parachain/interfaces}/types.js +0 -0
  176. /package/dist/types/{index.d.ts → parachain/index.d.ts} +0 -0
  177. /package/dist/types/{interfaces → parachain/interfaces}/augment-api.d.ts +0 -0
  178. /package/dist/types/{interfaces → parachain/interfaces}/definitions.d.ts +0 -0
  179. /package/dist/types/{interfaces → parachain/interfaces}/index.d.ts +0 -0
  180. /package/dist/types/{interfaces → parachain/interfaces}/storagehubclient/definitions.d.ts +0 -0
  181. /package/dist/types/{interfaces → parachain/interfaces}/storagehubclient/index.d.ts +0 -0
  182. /package/dist/types/{interfaces → parachain/interfaces}/storagehubclient/runtime.d.ts +0 -0
  183. /package/dist/types/{interfaces → parachain/interfaces}/types.d.ts +0 -0
  184. /package/{src/index.ts → dist/types/solochain-evm/index.d.ts} +0 -0
  185. /package/{src/interfaces/definitions.ts → dist/types/solochain-evm/interfaces/definitions.d.ts} +0 -0
  186. /package/src/{interfaces → parachain/interfaces}/augment-api.ts +0 -0
  187. /package/src/{interfaces → parachain/interfaces}/index.ts +0 -0
  188. /package/src/{interfaces → parachain/interfaces}/storagehubclient/index.ts +0 -0
  189. /package/src/{interfaces → parachain/interfaces}/storagehubclient/runtime.ts +0 -0
  190. /package/src/{interfaces → parachain/interfaces}/types.ts +0 -0
@@ -0,0 +1,3788 @@
1
+ // Auto-generated via `yarn polkadot-types-from-defs`, do not edit
2
+ /* eslint-disable */
3
+
4
+ /* eslint-disable sort-keys */
5
+
6
+ export default {
7
+ /**
8
+ * Lookup3: frame_system::AccountInfo<Nonce, pallet_balances::types::AccountData<Balance>>
9
+ **/
10
+ FrameSystemAccountInfo: {
11
+ nonce: "u32",
12
+ consumers: "u32",
13
+ providers: "u32",
14
+ sufficients: "u32",
15
+ data: "PalletBalancesAccountData"
16
+ },
17
+ /**
18
+ * Lookup5: pallet_balances::types::AccountData<Balance>
19
+ **/
20
+ PalletBalancesAccountData: {
21
+ free: "u128",
22
+ reserved: "u128",
23
+ frozen: "u128",
24
+ flags: "u128"
25
+ },
26
+ /**
27
+ * Lookup9: frame_support::dispatch::PerDispatchClass<sp_weights::weight_v2::Weight>
28
+ **/
29
+ FrameSupportDispatchPerDispatchClassWeight: {
30
+ normal: "SpWeightsWeightV2Weight",
31
+ operational: "SpWeightsWeightV2Weight",
32
+ mandatory: "SpWeightsWeightV2Weight"
33
+ },
34
+ /**
35
+ * Lookup10: sp_weights::weight_v2::Weight
36
+ **/
37
+ SpWeightsWeightV2Weight: {
38
+ refTime: "Compact<u64>",
39
+ proofSize: "Compact<u64>"
40
+ },
41
+ /**
42
+ * Lookup16: sp_runtime::generic::digest::Digest
43
+ **/
44
+ SpRuntimeDigest: {
45
+ logs: "Vec<SpRuntimeDigestDigestItem>"
46
+ },
47
+ /**
48
+ * Lookup18: sp_runtime::generic::digest::DigestItem
49
+ **/
50
+ SpRuntimeDigestDigestItem: {
51
+ _enum: {
52
+ Other: "Bytes",
53
+ __Unused1: "Null",
54
+ __Unused2: "Null",
55
+ __Unused3: "Null",
56
+ Consensus: "([u8;4],Bytes)",
57
+ Seal: "([u8;4],Bytes)",
58
+ PreRuntime: "([u8;4],Bytes)",
59
+ __Unused7: "Null",
60
+ RuntimeEnvironmentUpdated: "Null"
61
+ }
62
+ },
63
+ /**
64
+ * Lookup21: frame_system::EventRecord<sh_solochain_evm_runtime::RuntimeEvent, primitive_types::H256>
65
+ **/
66
+ FrameSystemEventRecord: {
67
+ phase: "FrameSystemPhase",
68
+ event: "Event",
69
+ topics: "Vec<H256>"
70
+ },
71
+ /**
72
+ * Lookup23: frame_system::pallet::Event<T>
73
+ **/
74
+ FrameSystemEvent: {
75
+ _enum: {
76
+ ExtrinsicSuccess: {
77
+ dispatchInfo: "FrameSystemDispatchEventInfo"
78
+ },
79
+ ExtrinsicFailed: {
80
+ dispatchError: "SpRuntimeDispatchError",
81
+ dispatchInfo: "FrameSystemDispatchEventInfo"
82
+ },
83
+ CodeUpdated: "Null",
84
+ NewAccount: {
85
+ account: "AccountId20"
86
+ },
87
+ KilledAccount: {
88
+ account: "AccountId20"
89
+ },
90
+ Remarked: {
91
+ _alias: {
92
+ hash_: "hash"
93
+ },
94
+ sender: "AccountId20",
95
+ hash_: "H256"
96
+ },
97
+ UpgradeAuthorized: {
98
+ codeHash: "H256",
99
+ checkVersion: "bool"
100
+ }
101
+ }
102
+ },
103
+ /**
104
+ * Lookup24: frame_system::DispatchEventInfo
105
+ **/
106
+ FrameSystemDispatchEventInfo: {
107
+ weight: "SpWeightsWeightV2Weight",
108
+ class: "FrameSupportDispatchDispatchClass",
109
+ paysFee: "FrameSupportDispatchPays"
110
+ },
111
+ /**
112
+ * Lookup25: frame_support::dispatch::DispatchClass
113
+ **/
114
+ FrameSupportDispatchDispatchClass: {
115
+ _enum: ["Normal", "Operational", "Mandatory"]
116
+ },
117
+ /**
118
+ * Lookup26: frame_support::dispatch::Pays
119
+ **/
120
+ FrameSupportDispatchPays: {
121
+ _enum: ["Yes", "No"]
122
+ },
123
+ /**
124
+ * Lookup27: sp_runtime::DispatchError
125
+ **/
126
+ SpRuntimeDispatchError: {
127
+ _enum: {
128
+ Other: "Null",
129
+ CannotLookup: "Null",
130
+ BadOrigin: "Null",
131
+ Module: "SpRuntimeModuleError",
132
+ ConsumerRemaining: "Null",
133
+ NoProviders: "Null",
134
+ TooManyConsumers: "Null",
135
+ Token: "SpRuntimeTokenError",
136
+ Arithmetic: "SpArithmeticArithmeticError",
137
+ Transactional: "SpRuntimeTransactionalError",
138
+ Exhausted: "Null",
139
+ Corruption: "Null",
140
+ Unavailable: "Null",
141
+ RootNotAllowed: "Null",
142
+ Trie: "SpRuntimeProvingTrieTrieError"
143
+ }
144
+ },
145
+ /**
146
+ * Lookup28: sp_runtime::ModuleError
147
+ **/
148
+ SpRuntimeModuleError: {
149
+ index: "u8",
150
+ error: "[u8;4]"
151
+ },
152
+ /**
153
+ * Lookup29: sp_runtime::TokenError
154
+ **/
155
+ SpRuntimeTokenError: {
156
+ _enum: [
157
+ "FundsUnavailable",
158
+ "OnlyProvider",
159
+ "BelowMinimum",
160
+ "CannotCreate",
161
+ "UnknownAsset",
162
+ "Frozen",
163
+ "Unsupported",
164
+ "CannotCreateHold",
165
+ "NotExpendable",
166
+ "Blocked"
167
+ ]
168
+ },
169
+ /**
170
+ * Lookup30: sp_arithmetic::ArithmeticError
171
+ **/
172
+ SpArithmeticArithmeticError: {
173
+ _enum: ["Underflow", "Overflow", "DivisionByZero"]
174
+ },
175
+ /**
176
+ * Lookup31: sp_runtime::TransactionalError
177
+ **/
178
+ SpRuntimeTransactionalError: {
179
+ _enum: ["LimitReached", "NoLayer"]
180
+ },
181
+ /**
182
+ * Lookup32: sp_runtime::proving_trie::TrieError
183
+ **/
184
+ SpRuntimeProvingTrieTrieError: {
185
+ _enum: [
186
+ "InvalidStateRoot",
187
+ "IncompleteDatabase",
188
+ "ValueAtIncompleteKey",
189
+ "DecoderError",
190
+ "InvalidHash",
191
+ "DuplicateKey",
192
+ "ExtraneousNode",
193
+ "ExtraneousValue",
194
+ "ExtraneousHashReference",
195
+ "InvalidChildReference",
196
+ "ValueMismatch",
197
+ "IncompleteProof",
198
+ "RootMismatch",
199
+ "DecodeError"
200
+ ]
201
+ },
202
+ /**
203
+ * Lookup33: pallet_balances::pallet::Event<T, I>
204
+ **/
205
+ PalletBalancesEvent: {
206
+ _enum: {
207
+ Endowed: {
208
+ account: "AccountId20",
209
+ freeBalance: "u128"
210
+ },
211
+ DustLost: {
212
+ account: "AccountId20",
213
+ amount: "u128"
214
+ },
215
+ Transfer: {
216
+ from: "AccountId20",
217
+ to: "AccountId20",
218
+ amount: "u128"
219
+ },
220
+ BalanceSet: {
221
+ who: "AccountId20",
222
+ free: "u128"
223
+ },
224
+ Reserved: {
225
+ who: "AccountId20",
226
+ amount: "u128"
227
+ },
228
+ Unreserved: {
229
+ who: "AccountId20",
230
+ amount: "u128"
231
+ },
232
+ ReserveRepatriated: {
233
+ from: "AccountId20",
234
+ to: "AccountId20",
235
+ amount: "u128",
236
+ destinationStatus: "FrameSupportTokensMiscBalanceStatus"
237
+ },
238
+ Deposit: {
239
+ who: "AccountId20",
240
+ amount: "u128"
241
+ },
242
+ Withdraw: {
243
+ who: "AccountId20",
244
+ amount: "u128"
245
+ },
246
+ Slashed: {
247
+ who: "AccountId20",
248
+ amount: "u128"
249
+ },
250
+ Minted: {
251
+ who: "AccountId20",
252
+ amount: "u128"
253
+ },
254
+ Burned: {
255
+ who: "AccountId20",
256
+ amount: "u128"
257
+ },
258
+ Suspended: {
259
+ who: "AccountId20",
260
+ amount: "u128"
261
+ },
262
+ Restored: {
263
+ who: "AccountId20",
264
+ amount: "u128"
265
+ },
266
+ Upgraded: {
267
+ who: "AccountId20"
268
+ },
269
+ Issued: {
270
+ amount: "u128"
271
+ },
272
+ Rescinded: {
273
+ amount: "u128"
274
+ },
275
+ Locked: {
276
+ who: "AccountId20",
277
+ amount: "u128"
278
+ },
279
+ Unlocked: {
280
+ who: "AccountId20",
281
+ amount: "u128"
282
+ },
283
+ Frozen: {
284
+ who: "AccountId20",
285
+ amount: "u128"
286
+ },
287
+ Thawed: {
288
+ who: "AccountId20",
289
+ amount: "u128"
290
+ },
291
+ TotalIssuanceForced: {
292
+ _alias: {
293
+ new_: "new"
294
+ },
295
+ old: "u128",
296
+ new_: "u128"
297
+ }
298
+ }
299
+ },
300
+ /**
301
+ * Lookup34: frame_support::traits::tokens::misc::BalanceStatus
302
+ **/
303
+ FrameSupportTokensMiscBalanceStatus: {
304
+ _enum: ["Free", "Reserved"]
305
+ },
306
+ /**
307
+ * Lookup35: pallet_offences::pallet::Event
308
+ **/
309
+ PalletOffencesEvent: {
310
+ _enum: {
311
+ Offence: {
312
+ kind: "[u8;16]",
313
+ timeslot: "Bytes"
314
+ }
315
+ }
316
+ },
317
+ /**
318
+ * Lookup37: pallet_session::pallet::Event
319
+ **/
320
+ PalletSessionEvent: {
321
+ _enum: {
322
+ NewSession: {
323
+ sessionIndex: "u32"
324
+ }
325
+ }
326
+ },
327
+ /**
328
+ * Lookup38: pallet_grandpa::pallet::Event
329
+ **/
330
+ PalletGrandpaEvent: {
331
+ _enum: {
332
+ NewAuthorities: {
333
+ authoritySet: "Vec<(SpConsensusGrandpaAppPublic,u64)>"
334
+ },
335
+ Paused: "Null",
336
+ Resumed: "Null"
337
+ }
338
+ },
339
+ /**
340
+ * Lookup41: sp_consensus_grandpa::app::Public
341
+ **/
342
+ SpConsensusGrandpaAppPublic: "[u8;32]",
343
+ /**
344
+ * Lookup42: pallet_transaction_payment::pallet::Event<T>
345
+ **/
346
+ PalletTransactionPaymentEvent: {
347
+ _enum: {
348
+ TransactionFeePaid: {
349
+ who: "AccountId20",
350
+ actualFee: "u128",
351
+ tip: "u128"
352
+ }
353
+ }
354
+ },
355
+ /**
356
+ * Lookup43: pallet_parameters::pallet::Event<T>
357
+ **/
358
+ PalletParametersEvent: {
359
+ _enum: {
360
+ Updated: {
361
+ key: "ShSolochainEvmRuntimeConfigsRuntimeParamsRuntimeParametersKey",
362
+ oldValue: "Option<ShSolochainEvmRuntimeConfigsRuntimeParamsRuntimeParametersValue>",
363
+ newValue: "Option<ShSolochainEvmRuntimeConfigsRuntimeParamsRuntimeParametersValue>"
364
+ }
365
+ }
366
+ },
367
+ /**
368
+ * Lookup44: sh_solochain_evm_runtime::configs::runtime_params::RuntimeParametersKey
369
+ **/
370
+ ShSolochainEvmRuntimeConfigsRuntimeParamsRuntimeParametersKey: {
371
+ _enum: {
372
+ RuntimeConfig:
373
+ "ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParametersKey"
374
+ }
375
+ },
376
+ /**
377
+ * Lookup45: sh_solochain_evm_runtime::configs::runtime_params::dynamic_params::runtime_config::ParametersKey
378
+ **/
379
+ ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParametersKey: {
380
+ _enum: [
381
+ "SlashAmountPerMaxFileSize",
382
+ "StakeToChallengePeriod",
383
+ "CheckpointChallengePeriod",
384
+ "MinChallengePeriod",
385
+ "SystemUtilisationLowerThresholdPercentage",
386
+ "SystemUtilisationUpperThresholdPercentage",
387
+ "MostlyStablePrice",
388
+ "MaxPrice",
389
+ "MinPrice",
390
+ "UpperExponentFactor",
391
+ "LowerExponentFactor",
392
+ "ZeroSizeBucketFixedRate",
393
+ "IdealUtilisationRate",
394
+ "DecayRate",
395
+ "MinimumTreasuryCut",
396
+ "MaximumTreasuryCut",
397
+ "BspStopStoringFilePenalty",
398
+ "ProviderTopUpTtl",
399
+ "BasicReplicationTarget",
400
+ "StandardReplicationTarget",
401
+ "HighSecurityReplicationTarget",
402
+ "SuperHighSecurityReplicationTarget",
403
+ "UltraHighSecurityReplicationTarget",
404
+ "MaxReplicationTarget",
405
+ "TickRangeToMaximumThreshold",
406
+ "StorageRequestTtl",
407
+ "MinWaitForStopStoring",
408
+ "MinSeedPeriod",
409
+ "StakeToSeedPeriod",
410
+ "UpfrontTicksToPay"
411
+ ]
412
+ },
413
+ /**
414
+ * Lookup46: sh_solochain_evm_runtime::configs::runtime_params::dynamic_params::runtime_config::SlashAmountPerMaxFileSize
415
+ **/
416
+ ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSlashAmountPerMaxFileSize:
417
+ "Null",
418
+ /**
419
+ * Lookup47: sh_solochain_evm_runtime::configs::runtime_params::dynamic_params::runtime_config::StakeToChallengePeriod
420
+ **/
421
+ ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStakeToChallengePeriod: "Null",
422
+ /**
423
+ * Lookup48: sh_solochain_evm_runtime::configs::runtime_params::dynamic_params::runtime_config::CheckpointChallengePeriod
424
+ **/
425
+ ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigCheckpointChallengePeriod:
426
+ "Null",
427
+ /**
428
+ * Lookup49: sh_solochain_evm_runtime::configs::runtime_params::dynamic_params::runtime_config::MinChallengePeriod
429
+ **/
430
+ ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinChallengePeriod: "Null",
431
+ /**
432
+ * Lookup50: sh_solochain_evm_runtime::configs::runtime_params::dynamic_params::runtime_config::SystemUtilisationLowerThresholdPercentage
433
+ **/
434
+ ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSystemUtilisationLowerThresholdPercentage:
435
+ "Null",
436
+ /**
437
+ * Lookup51: sh_solochain_evm_runtime::configs::runtime_params::dynamic_params::runtime_config::SystemUtilisationUpperThresholdPercentage
438
+ **/
439
+ ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSystemUtilisationUpperThresholdPercentage:
440
+ "Null",
441
+ /**
442
+ * Lookup52: sh_solochain_evm_runtime::configs::runtime_params::dynamic_params::runtime_config::MostlyStablePrice
443
+ **/
444
+ ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMostlyStablePrice: "Null",
445
+ /**
446
+ * Lookup53: sh_solochain_evm_runtime::configs::runtime_params::dynamic_params::runtime_config::MaxPrice
447
+ **/
448
+ ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMaxPrice: "Null",
449
+ /**
450
+ * Lookup54: sh_solochain_evm_runtime::configs::runtime_params::dynamic_params::runtime_config::MinPrice
451
+ **/
452
+ ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinPrice: "Null",
453
+ /**
454
+ * Lookup55: sh_solochain_evm_runtime::configs::runtime_params::dynamic_params::runtime_config::UpperExponentFactor
455
+ **/
456
+ ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUpperExponentFactor: "Null",
457
+ /**
458
+ * Lookup56: sh_solochain_evm_runtime::configs::runtime_params::dynamic_params::runtime_config::LowerExponentFactor
459
+ **/
460
+ ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigLowerExponentFactor: "Null",
461
+ /**
462
+ * Lookup57: sh_solochain_evm_runtime::configs::runtime_params::dynamic_params::runtime_config::ZeroSizeBucketFixedRate
463
+ **/
464
+ ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigZeroSizeBucketFixedRate:
465
+ "Null",
466
+ /**
467
+ * Lookup58: sh_solochain_evm_runtime::configs::runtime_params::dynamic_params::runtime_config::IdealUtilisationRate
468
+ **/
469
+ ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigIdealUtilisationRate: "Null",
470
+ /**
471
+ * Lookup59: sh_solochain_evm_runtime::configs::runtime_params::dynamic_params::runtime_config::DecayRate
472
+ **/
473
+ ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigDecayRate: "Null",
474
+ /**
475
+ * Lookup60: sh_solochain_evm_runtime::configs::runtime_params::dynamic_params::runtime_config::MinimumTreasuryCut
476
+ **/
477
+ ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinimumTreasuryCut: "Null",
478
+ /**
479
+ * Lookup61: sh_solochain_evm_runtime::configs::runtime_params::dynamic_params::runtime_config::MaximumTreasuryCut
480
+ **/
481
+ ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMaximumTreasuryCut: "Null",
482
+ /**
483
+ * Lookup62: sh_solochain_evm_runtime::configs::runtime_params::dynamic_params::runtime_config::BspStopStoringFilePenalty
484
+ **/
485
+ ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigBspStopStoringFilePenalty:
486
+ "Null",
487
+ /**
488
+ * Lookup63: sh_solochain_evm_runtime::configs::runtime_params::dynamic_params::runtime_config::ProviderTopUpTtl
489
+ **/
490
+ ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigProviderTopUpTtl: "Null",
491
+ /**
492
+ * Lookup64: sh_solochain_evm_runtime::configs::runtime_params::dynamic_params::runtime_config::BasicReplicationTarget
493
+ **/
494
+ ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigBasicReplicationTarget: "Null",
495
+ /**
496
+ * Lookup65: sh_solochain_evm_runtime::configs::runtime_params::dynamic_params::runtime_config::StandardReplicationTarget
497
+ **/
498
+ ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStandardReplicationTarget:
499
+ "Null",
500
+ /**
501
+ * Lookup66: sh_solochain_evm_runtime::configs::runtime_params::dynamic_params::runtime_config::HighSecurityReplicationTarget
502
+ **/
503
+ ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigHighSecurityReplicationTarget:
504
+ "Null",
505
+ /**
506
+ * Lookup67: sh_solochain_evm_runtime::configs::runtime_params::dynamic_params::runtime_config::SuperHighSecurityReplicationTarget
507
+ **/
508
+ ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSuperHighSecurityReplicationTarget:
509
+ "Null",
510
+ /**
511
+ * Lookup68: sh_solochain_evm_runtime::configs::runtime_params::dynamic_params::runtime_config::UltraHighSecurityReplicationTarget
512
+ **/
513
+ ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUltraHighSecurityReplicationTarget:
514
+ "Null",
515
+ /**
516
+ * Lookup69: sh_solochain_evm_runtime::configs::runtime_params::dynamic_params::runtime_config::MaxReplicationTarget
517
+ **/
518
+ ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMaxReplicationTarget: "Null",
519
+ /**
520
+ * Lookup70: sh_solochain_evm_runtime::configs::runtime_params::dynamic_params::runtime_config::TickRangeToMaximumThreshold
521
+ **/
522
+ ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigTickRangeToMaximumThreshold:
523
+ "Null",
524
+ /**
525
+ * Lookup71: sh_solochain_evm_runtime::configs::runtime_params::dynamic_params::runtime_config::StorageRequestTtl
526
+ **/
527
+ ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStorageRequestTtl: "Null",
528
+ /**
529
+ * Lookup72: sh_solochain_evm_runtime::configs::runtime_params::dynamic_params::runtime_config::MinWaitForStopStoring
530
+ **/
531
+ ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinWaitForStopStoring: "Null",
532
+ /**
533
+ * Lookup73: sh_solochain_evm_runtime::configs::runtime_params::dynamic_params::runtime_config::MinSeedPeriod
534
+ **/
535
+ ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinSeedPeriod: "Null",
536
+ /**
537
+ * Lookup74: sh_solochain_evm_runtime::configs::runtime_params::dynamic_params::runtime_config::StakeToSeedPeriod
538
+ **/
539
+ ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStakeToSeedPeriod: "Null",
540
+ /**
541
+ * Lookup75: sh_solochain_evm_runtime::configs::runtime_params::dynamic_params::runtime_config::UpfrontTicksToPay
542
+ **/
543
+ ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUpfrontTicksToPay: "Null",
544
+ /**
545
+ * Lookup77: sh_solochain_evm_runtime::configs::runtime_params::RuntimeParametersValue
546
+ **/
547
+ ShSolochainEvmRuntimeConfigsRuntimeParamsRuntimeParametersValue: {
548
+ _enum: {
549
+ RuntimeConfig:
550
+ "ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParametersValue"
551
+ }
552
+ },
553
+ /**
554
+ * Lookup78: sh_solochain_evm_runtime::configs::runtime_params::dynamic_params::runtime_config::ParametersValue
555
+ **/
556
+ ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParametersValue: {
557
+ _enum: {
558
+ SlashAmountPerMaxFileSize: "u128",
559
+ StakeToChallengePeriod: "u128",
560
+ CheckpointChallengePeriod: "u32",
561
+ MinChallengePeriod: "u32",
562
+ SystemUtilisationLowerThresholdPercentage: "Perbill",
563
+ SystemUtilisationUpperThresholdPercentage: "Perbill",
564
+ MostlyStablePrice: "u128",
565
+ MaxPrice: "u128",
566
+ MinPrice: "u128",
567
+ UpperExponentFactor: "u32",
568
+ LowerExponentFactor: "u32",
569
+ ZeroSizeBucketFixedRate: "u128",
570
+ IdealUtilisationRate: "Perbill",
571
+ DecayRate: "Perbill",
572
+ MinimumTreasuryCut: "Perbill",
573
+ MaximumTreasuryCut: "Perbill",
574
+ BspStopStoringFilePenalty: "u128",
575
+ ProviderTopUpTtl: "u32",
576
+ BasicReplicationTarget: "u32",
577
+ StandardReplicationTarget: "u32",
578
+ HighSecurityReplicationTarget: "u32",
579
+ SuperHighSecurityReplicationTarget: "u32",
580
+ UltraHighSecurityReplicationTarget: "u32",
581
+ MaxReplicationTarget: "u32",
582
+ TickRangeToMaximumThreshold: "u32",
583
+ StorageRequestTtl: "u32",
584
+ MinWaitForStopStoring: "u32",
585
+ MinSeedPeriod: "u32",
586
+ StakeToSeedPeriod: "u128",
587
+ UpfrontTicksToPay: "u32"
588
+ }
589
+ },
590
+ /**
591
+ * Lookup80: pallet_sudo::pallet::Event<T>
592
+ **/
593
+ PalletSudoEvent: {
594
+ _enum: {
595
+ Sudid: {
596
+ sudoResult: "Result<Null, SpRuntimeDispatchError>"
597
+ },
598
+ KeyChanged: {
599
+ _alias: {
600
+ new_: "new"
601
+ },
602
+ old: "Option<AccountId20>",
603
+ new_: "AccountId20"
604
+ },
605
+ KeyRemoved: "Null",
606
+ SudoAsDone: {
607
+ sudoResult: "Result<Null, SpRuntimeDispatchError>"
608
+ }
609
+ }
610
+ },
611
+ /**
612
+ * Lookup84: pallet_ethereum::pallet::Event
613
+ **/
614
+ PalletEthereumEvent: {
615
+ _enum: {
616
+ Executed: {
617
+ from: "H160",
618
+ to: "H160",
619
+ transactionHash: "H256",
620
+ exitReason: "EvmCoreErrorExitReason",
621
+ extraData: "Bytes"
622
+ }
623
+ }
624
+ },
625
+ /**
626
+ * Lookup86: evm_core::error::ExitReason
627
+ **/
628
+ EvmCoreErrorExitReason: {
629
+ _enum: {
630
+ Succeed: "EvmCoreErrorExitSucceed",
631
+ Error: "EvmCoreErrorExitError",
632
+ Revert: "EvmCoreErrorExitRevert",
633
+ Fatal: "EvmCoreErrorExitFatal"
634
+ }
635
+ },
636
+ /**
637
+ * Lookup87: evm_core::error::ExitSucceed
638
+ **/
639
+ EvmCoreErrorExitSucceed: {
640
+ _enum: ["Stopped", "Returned", "Suicided"]
641
+ },
642
+ /**
643
+ * Lookup88: evm_core::error::ExitError
644
+ **/
645
+ EvmCoreErrorExitError: {
646
+ _enum: {
647
+ StackUnderflow: "Null",
648
+ StackOverflow: "Null",
649
+ InvalidJump: "Null",
650
+ InvalidRange: "Null",
651
+ DesignatedInvalid: "Null",
652
+ CallTooDeep: "Null",
653
+ CreateCollision: "Null",
654
+ CreateContractLimit: "Null",
655
+ OutOfOffset: "Null",
656
+ OutOfGas: "Null",
657
+ OutOfFund: "Null",
658
+ PCUnderflow: "Null",
659
+ CreateEmpty: "Null",
660
+ Other: "Text",
661
+ MaxNonce: "Null",
662
+ InvalidCode: "u8"
663
+ }
664
+ },
665
+ /**
666
+ * Lookup92: evm_core::error::ExitRevert
667
+ **/
668
+ EvmCoreErrorExitRevert: {
669
+ _enum: ["Reverted"]
670
+ },
671
+ /**
672
+ * Lookup93: evm_core::error::ExitFatal
673
+ **/
674
+ EvmCoreErrorExitFatal: {
675
+ _enum: {
676
+ NotSupported: "Null",
677
+ UnhandledInterrupt: "Null",
678
+ CallErrorAsFatal: "EvmCoreErrorExitError",
679
+ Other: "Text"
680
+ }
681
+ },
682
+ /**
683
+ * Lookup94: pallet_evm::pallet::Event<T>
684
+ **/
685
+ PalletEvmEvent: {
686
+ _enum: {
687
+ Log: {
688
+ log: "EthereumLog"
689
+ },
690
+ Created: {
691
+ address: "H160"
692
+ },
693
+ CreatedFailed: {
694
+ address: "H160"
695
+ },
696
+ Executed: {
697
+ address: "H160"
698
+ },
699
+ ExecutedFailed: {
700
+ address: "H160"
701
+ }
702
+ }
703
+ },
704
+ /**
705
+ * Lookup95: ethereum::log::Log
706
+ **/
707
+ EthereumLog: {
708
+ address: "H160",
709
+ topics: "Vec<H256>",
710
+ data: "Bytes"
711
+ },
712
+ /**
713
+ * Lookup97: pallet_storage_providers::pallet::Event<T>
714
+ **/
715
+ PalletStorageProvidersEvent: {
716
+ _enum: {
717
+ MspRequestSignUpSuccess: {
718
+ who: "AccountId20",
719
+ multiaddresses: "Vec<Bytes>",
720
+ capacity: "u64"
721
+ },
722
+ MspSignUpSuccess: {
723
+ who: "AccountId20",
724
+ mspId: "H256",
725
+ multiaddresses: "Vec<Bytes>",
726
+ capacity: "u64",
727
+ valueProp: "PalletStorageProvidersValuePropositionWithId"
728
+ },
729
+ BspRequestSignUpSuccess: {
730
+ who: "AccountId20",
731
+ multiaddresses: "Vec<Bytes>",
732
+ capacity: "u64"
733
+ },
734
+ BspSignUpSuccess: {
735
+ who: "AccountId20",
736
+ bspId: "H256",
737
+ root: "H256",
738
+ multiaddresses: "Vec<Bytes>",
739
+ capacity: "u64"
740
+ },
741
+ SignUpRequestCanceled: {
742
+ who: "AccountId20"
743
+ },
744
+ MspSignOffSuccess: {
745
+ who: "AccountId20",
746
+ mspId: "H256"
747
+ },
748
+ BspSignOffSuccess: {
749
+ who: "AccountId20",
750
+ bspId: "H256"
751
+ },
752
+ CapacityChanged: {
753
+ who: "AccountId20",
754
+ providerId: "PalletStorageProvidersStorageProviderId",
755
+ oldCapacity: "u64",
756
+ newCapacity: "u64",
757
+ nextBlockWhenChangeAllowed: "u32"
758
+ },
759
+ Slashed: {
760
+ providerId: "H256",
761
+ amount: "u128"
762
+ },
763
+ AwaitingTopUp: {
764
+ providerId: "H256",
765
+ topUpMetadata: "PalletStorageProvidersTopUpMetadata"
766
+ },
767
+ TopUpFulfilled: {
768
+ providerId: "H256",
769
+ amount: "u128"
770
+ },
771
+ FailedToGetOwnerAccountOfInsolventProvider: {
772
+ providerId: "H256"
773
+ },
774
+ FailedToSlashInsolventProvider: {
775
+ providerId: "H256",
776
+ amountToSlash: "u128",
777
+ error: "SpRuntimeDispatchError"
778
+ },
779
+ FailedToStopAllCyclesForInsolventBsp: {
780
+ providerId: "H256",
781
+ error: "SpRuntimeDispatchError"
782
+ },
783
+ FailedToInsertProviderTopUpExpiration: {
784
+ providerId: "H256",
785
+ expirationTick: "u32"
786
+ },
787
+ ProviderInsolvent: {
788
+ providerId: "H256"
789
+ },
790
+ BucketsOfInsolventMsp: {
791
+ mspId: "H256",
792
+ buckets: "Vec<H256>"
793
+ },
794
+ BucketRootChanged: {
795
+ bucketId: "H256",
796
+ oldRoot: "H256",
797
+ newRoot: "H256"
798
+ },
799
+ MultiAddressAdded: {
800
+ providerId: "H256",
801
+ newMultiaddress: "Bytes"
802
+ },
803
+ MultiAddressRemoved: {
804
+ providerId: "H256",
805
+ removedMultiaddress: "Bytes"
806
+ },
807
+ ValuePropAdded: {
808
+ mspId: "H256",
809
+ valuePropId: "H256",
810
+ valueProp: "PalletStorageProvidersValueProposition"
811
+ },
812
+ ValuePropUnavailable: {
813
+ mspId: "H256",
814
+ valuePropId: "H256"
815
+ },
816
+ MspDeleted: {
817
+ providerId: "H256"
818
+ },
819
+ BspDeleted: {
820
+ providerId: "H256"
821
+ }
822
+ }
823
+ },
824
+ /**
825
+ * Lookup101: pallet_storage_providers::types::ValuePropositionWithId<T>
826
+ **/
827
+ PalletStorageProvidersValuePropositionWithId: {
828
+ id: "H256",
829
+ valueProp: "PalletStorageProvidersValueProposition"
830
+ },
831
+ /**
832
+ * Lookup102: pallet_storage_providers::types::ValueProposition<T>
833
+ **/
834
+ PalletStorageProvidersValueProposition: {
835
+ pricePerGigaUnitOfDataPerBlock: "u128",
836
+ commitment: "Bytes",
837
+ bucketDataLimit: "u64",
838
+ available: "bool"
839
+ },
840
+ /**
841
+ * Lookup104: pallet_storage_providers::types::StorageProviderId<T>
842
+ **/
843
+ PalletStorageProvidersStorageProviderId: {
844
+ _enum: {
845
+ BackupStorageProvider: "H256",
846
+ MainStorageProvider: "H256"
847
+ }
848
+ },
849
+ /**
850
+ * Lookup105: pallet_storage_providers::types::TopUpMetadata<T>
851
+ **/
852
+ PalletStorageProvidersTopUpMetadata: {
853
+ startedAt: "u32",
854
+ endTickGracePeriod: "u32"
855
+ },
856
+ /**
857
+ * Lookup106: pallet_file_system::pallet::Event<T>
858
+ **/
859
+ PalletFileSystemEvent: {
860
+ _enum: {
861
+ NewBucket: {
862
+ who: "AccountId20",
863
+ mspId: "H256",
864
+ bucketId: "H256",
865
+ name: "Bytes",
866
+ root: "H256",
867
+ collectionId: "Option<u32>",
868
+ private: "bool",
869
+ valuePropId: "H256"
870
+ },
871
+ BucketDeleted: {
872
+ who: "AccountId20",
873
+ bucketId: "H256",
874
+ maybeCollectionId: "Option<u32>"
875
+ },
876
+ MoveBucketRequested: {
877
+ who: "AccountId20",
878
+ bucketId: "H256",
879
+ newMspId: "H256",
880
+ newValuePropId: "H256"
881
+ },
882
+ BucketPrivacyUpdated: {
883
+ who: "AccountId20",
884
+ bucketId: "H256",
885
+ collectionId: "Option<u32>",
886
+ private: "bool"
887
+ },
888
+ NewCollectionAndAssociation: {
889
+ who: "AccountId20",
890
+ bucketId: "H256",
891
+ collectionId: "u32"
892
+ },
893
+ NewStorageRequest: {
894
+ _alias: {
895
+ size_: "size"
896
+ },
897
+ who: "AccountId20",
898
+ fileKey: "H256",
899
+ bucketId: "H256",
900
+ location: "Bytes",
901
+ fingerprint: "H256",
902
+ size_: "u64",
903
+ peerIds: "Vec<Bytes>",
904
+ expiresAt: "u32"
905
+ },
906
+ MspAcceptedStorageRequest: {
907
+ fileKey: "H256",
908
+ fileMetadata: "ShpFileMetadataFileMetadata"
909
+ },
910
+ AcceptedBspVolunteer: {
911
+ _alias: {
912
+ size_: "size"
913
+ },
914
+ bspId: "H256",
915
+ bucketId: "H256",
916
+ location: "Bytes",
917
+ fingerprint: "H256",
918
+ multiaddresses: "Vec<Bytes>",
919
+ owner: "AccountId20",
920
+ size_: "u64"
921
+ },
922
+ BspConfirmedStoring: {
923
+ who: "AccountId20",
924
+ bspId: "H256",
925
+ confirmedFileKeys: "Vec<(H256,ShpFileMetadataFileMetadata)>",
926
+ skippedFileKeys: "Vec<H256>",
927
+ newRoot: "H256"
928
+ },
929
+ StorageRequestFulfilled: {
930
+ fileKey: "H256"
931
+ },
932
+ StorageRequestExpired: {
933
+ fileKey: "H256"
934
+ },
935
+ StorageRequestRevoked: {
936
+ fileKey: "H256"
937
+ },
938
+ StorageRequestRejected: {
939
+ fileKey: "H256",
940
+ reason: "PalletFileSystemRejectedStorageRequestReason"
941
+ },
942
+ BspRequestedToStopStoring: {
943
+ bspId: "H256",
944
+ fileKey: "H256",
945
+ owner: "AccountId20",
946
+ location: "Bytes"
947
+ },
948
+ BspConfirmStoppedStoring: {
949
+ bspId: "H256",
950
+ fileKey: "H256",
951
+ newRoot: "H256"
952
+ },
953
+ PriorityChallengeForFileDeletionQueued: {
954
+ issuer: "PalletFileSystemEitherAccountIdOrMspId",
955
+ fileKey: "H256"
956
+ },
957
+ SpStopStoringInsolventUser: {
958
+ spId: "H256",
959
+ fileKey: "H256",
960
+ owner: "AccountId20",
961
+ location: "Bytes",
962
+ newRoot: "H256"
963
+ },
964
+ MspStopStoringBucketInsolventUser: {
965
+ mspId: "H256",
966
+ owner: "AccountId20",
967
+ bucketId: "H256"
968
+ },
969
+ FailedToQueuePriorityChallenge: {
970
+ fileKey: "H256",
971
+ error: "SpRuntimeDispatchError"
972
+ },
973
+ FileDeletionRequest: {
974
+ user: "AccountId20",
975
+ fileKey: "H256",
976
+ fileSize: "u64",
977
+ bucketId: "H256",
978
+ mspId: "H256",
979
+ proofOfInclusion: "bool"
980
+ },
981
+ ProofSubmittedForPendingFileDeletionRequest: {
982
+ user: "AccountId20",
983
+ fileKey: "H256",
984
+ fileSize: "u64",
985
+ bucketId: "H256",
986
+ mspId: "H256",
987
+ proofOfInclusion: "bool"
988
+ },
989
+ BspChallengeCycleInitialised: {
990
+ who: "AccountId20",
991
+ bspId: "H256"
992
+ },
993
+ MoveBucketRequestExpired: {
994
+ bucketId: "H256"
995
+ },
996
+ MoveBucketAccepted: {
997
+ bucketId: "H256",
998
+ oldMspId: "Option<H256>",
999
+ newMspId: "H256",
1000
+ valuePropId: "H256"
1001
+ },
1002
+ MoveBucketRejected: {
1003
+ bucketId: "H256",
1004
+ oldMspId: "Option<H256>",
1005
+ newMspId: "H256"
1006
+ },
1007
+ MspStoppedStoringBucket: {
1008
+ mspId: "H256",
1009
+ owner: "AccountId20",
1010
+ bucketId: "H256"
1011
+ },
1012
+ FailedToGetMspOfBucket: {
1013
+ bucketId: "H256",
1014
+ error: "SpRuntimeDispatchError"
1015
+ },
1016
+ FailedToDecreaseMspUsedCapacity: {
1017
+ user: "AccountId20",
1018
+ mspId: "H256",
1019
+ fileKey: "H256",
1020
+ fileSize: "u64",
1021
+ error: "SpRuntimeDispatchError"
1022
+ },
1023
+ UsedCapacityShouldBeZero: {
1024
+ actualUsedCapacity: "u64"
1025
+ },
1026
+ FailedToReleaseStorageRequestCreationDeposit: {
1027
+ fileKey: "H256",
1028
+ owner: "AccountId20",
1029
+ amountToReturn: "u128",
1030
+ error: "SpRuntimeDispatchError"
1031
+ },
1032
+ FailedToTransferDepositFundsToBsp: {
1033
+ fileKey: "H256",
1034
+ owner: "AccountId20",
1035
+ bspId: "H256",
1036
+ amountToTransfer: "u128",
1037
+ error: "SpRuntimeDispatchError"
1038
+ },
1039
+ FileDeletionRequested: {
1040
+ signedDeleteIntention: "PalletFileSystemFileOperationIntention",
1041
+ signature: "FpAccountEthereumSignature"
1042
+ },
1043
+ BucketFileDeletionCompleted: {
1044
+ user: "AccountId20",
1045
+ fileKey: "H256",
1046
+ fileSize: "u64",
1047
+ bucketId: "H256",
1048
+ mspId: "Option<H256>",
1049
+ oldRoot: "H256",
1050
+ newRoot: "H256"
1051
+ },
1052
+ BspFileDeletionCompleted: {
1053
+ user: "AccountId20",
1054
+ fileKey: "H256",
1055
+ fileSize: "u64",
1056
+ bspId: "H256",
1057
+ oldRoot: "H256",
1058
+ newRoot: "H256"
1059
+ },
1060
+ FileDeletedFromIncompleteStorageRequest: {
1061
+ fileKey: "H256",
1062
+ bspId: "Option<H256>"
1063
+ },
1064
+ IncompleteStorageRequest: {
1065
+ fileKey: "H256"
1066
+ }
1067
+ }
1068
+ },
1069
+ /**
1070
+ * Lookup109: shp_file_metadata::FileMetadata
1071
+ **/
1072
+ ShpFileMetadataFileMetadata: {
1073
+ owner: "Bytes",
1074
+ bucketId: "Bytes",
1075
+ location: "Bytes",
1076
+ fileSize: "Compact<u64>",
1077
+ fingerprint: "ShpFileMetadataFingerprint"
1078
+ },
1079
+ /**
1080
+ * Lookup110: shp_file_metadata::Fingerprint
1081
+ **/
1082
+ ShpFileMetadataFingerprint: "[u8;32]",
1083
+ /**
1084
+ * Lookup115: pallet_file_system::types::RejectedStorageRequestReason
1085
+ **/
1086
+ PalletFileSystemRejectedStorageRequestReason: {
1087
+ _enum: [
1088
+ "ReachedMaximumCapacity",
1089
+ "ReceivedInvalidProof",
1090
+ "FileKeyAlreadyStored",
1091
+ "RequestExpired",
1092
+ "InternalError"
1093
+ ]
1094
+ },
1095
+ /**
1096
+ * Lookup116: pallet_file_system::types::EitherAccountIdOrMspId<T>
1097
+ **/
1098
+ PalletFileSystemEitherAccountIdOrMspId: {
1099
+ _enum: {
1100
+ AccountId: "AccountId20",
1101
+ MspId: "H256"
1102
+ }
1103
+ },
1104
+ /**
1105
+ * Lookup118: pallet_file_system::types::FileOperationIntention<T>
1106
+ **/
1107
+ PalletFileSystemFileOperationIntention: {
1108
+ fileKey: "H256",
1109
+ operation: "PalletFileSystemFileOperation"
1110
+ },
1111
+ /**
1112
+ * Lookup119: pallet_file_system::types::FileOperation
1113
+ **/
1114
+ PalletFileSystemFileOperation: {
1115
+ _enum: ["Delete"]
1116
+ },
1117
+ /**
1118
+ * Lookup120: fp_account::EthereumSignature
1119
+ **/
1120
+ FpAccountEthereumSignature: "[u8;65]",
1121
+ /**
1122
+ * Lookup122: pallet_proofs_dealer::pallet::Event<T>
1123
+ **/
1124
+ PalletProofsDealerEvent: {
1125
+ _enum: {
1126
+ NewChallenge: {
1127
+ who: "Option<AccountId20>",
1128
+ keyChallenged: "H256"
1129
+ },
1130
+ NewPriorityChallenge: {
1131
+ who: "Option<AccountId20>",
1132
+ keyChallenged: "H256",
1133
+ shouldRemoveKey: "bool"
1134
+ },
1135
+ ProofAccepted: {
1136
+ providerId: "H256",
1137
+ proof: "PalletProofsDealerProof",
1138
+ lastTickProven: "u32"
1139
+ },
1140
+ NewChallengeSeed: {
1141
+ challengesTicker: "u32",
1142
+ seed: "H256"
1143
+ },
1144
+ NewCheckpointChallenge: {
1145
+ challengesTicker: "u32",
1146
+ challenges: "Vec<PalletProofsDealerCustomChallenge>"
1147
+ },
1148
+ SlashableProvider: {
1149
+ provider: "H256",
1150
+ nextChallengeDeadline: "u32"
1151
+ },
1152
+ NoRecordOfLastSubmittedProof: {
1153
+ provider: "H256"
1154
+ },
1155
+ NewChallengeCycleInitialised: {
1156
+ currentTick: "u32",
1157
+ nextChallengeDeadline: "u32",
1158
+ provider: "H256",
1159
+ maybeProviderAccount: "Option<AccountId20>"
1160
+ },
1161
+ MutationsAppliedForProvider: {
1162
+ providerId: "H256",
1163
+ mutations: "Vec<(H256,ShpTraitsTrieMutation)>",
1164
+ oldRoot: "H256",
1165
+ newRoot: "H256"
1166
+ },
1167
+ MutationsApplied: {
1168
+ mutations: "Vec<(H256,ShpTraitsTrieMutation)>",
1169
+ oldRoot: "H256",
1170
+ newRoot: "H256",
1171
+ eventInfo: "Option<Bytes>"
1172
+ },
1173
+ ChallengesTickerSet: {
1174
+ paused: "bool"
1175
+ }
1176
+ }
1177
+ },
1178
+ /**
1179
+ * Lookup123: pallet_proofs_dealer::types::Proof<T>
1180
+ **/
1181
+ PalletProofsDealerProof: {
1182
+ forestProof: "SpTrieStorageProofCompactProof",
1183
+ keyProofs: "BTreeMap<H256, PalletProofsDealerKeyProof>"
1184
+ },
1185
+ /**
1186
+ * Lookup124: sp_trie::storage_proof::CompactProof
1187
+ **/
1188
+ SpTrieStorageProofCompactProof: {
1189
+ encodedNodes: "Vec<Bytes>"
1190
+ },
1191
+ /**
1192
+ * Lookup127: pallet_proofs_dealer::types::KeyProof<T>
1193
+ **/
1194
+ PalletProofsDealerKeyProof: {
1195
+ proof: "ShpFileKeyVerifierFileKeyProof",
1196
+ challengeCount: "u32"
1197
+ },
1198
+ /**
1199
+ * Lookup128: shp_file_key_verifier::types::FileKeyProof
1200
+ **/
1201
+ ShpFileKeyVerifierFileKeyProof: {
1202
+ fileMetadata: "ShpFileMetadataFileMetadata",
1203
+ proof: "SpTrieStorageProofCompactProof"
1204
+ },
1205
+ /**
1206
+ * Lookup132: pallet_proofs_dealer::types::CustomChallenge<T>
1207
+ **/
1208
+ PalletProofsDealerCustomChallenge: {
1209
+ key: "H256",
1210
+ shouldRemoveKey: "bool"
1211
+ },
1212
+ /**
1213
+ * Lookup136: shp_traits::TrieMutation
1214
+ **/
1215
+ ShpTraitsTrieMutation: {
1216
+ _enum: {
1217
+ Add: "ShpTraitsTrieAddMutation",
1218
+ Remove: "ShpTraitsTrieRemoveMutation"
1219
+ }
1220
+ },
1221
+ /**
1222
+ * Lookup137: shp_traits::TrieAddMutation
1223
+ **/
1224
+ ShpTraitsTrieAddMutation: {
1225
+ value: "Bytes"
1226
+ },
1227
+ /**
1228
+ * Lookup138: shp_traits::TrieRemoveMutation
1229
+ **/
1230
+ ShpTraitsTrieRemoveMutation: {
1231
+ maybeValue: "Option<Bytes>"
1232
+ },
1233
+ /**
1234
+ * Lookup140: pallet_randomness::pallet::Event<T>
1235
+ **/
1236
+ PalletRandomnessEvent: {
1237
+ _enum: {
1238
+ NewOneEpochAgoRandomnessAvailable: {
1239
+ randomnessSeed: "H256",
1240
+ fromEpoch: "u64",
1241
+ validUntilBlock: "u32"
1242
+ }
1243
+ }
1244
+ },
1245
+ /**
1246
+ * Lookup141: pallet_payment_streams::pallet::Event<T>
1247
+ **/
1248
+ PalletPaymentStreamsEvent: {
1249
+ _enum: {
1250
+ FixedRatePaymentStreamCreated: {
1251
+ userAccount: "AccountId20",
1252
+ providerId: "H256",
1253
+ rate: "u128"
1254
+ },
1255
+ FixedRatePaymentStreamUpdated: {
1256
+ userAccount: "AccountId20",
1257
+ providerId: "H256",
1258
+ newRate: "u128"
1259
+ },
1260
+ FixedRatePaymentStreamDeleted: {
1261
+ userAccount: "AccountId20",
1262
+ providerId: "H256"
1263
+ },
1264
+ DynamicRatePaymentStreamCreated: {
1265
+ userAccount: "AccountId20",
1266
+ providerId: "H256",
1267
+ amountProvided: "u64"
1268
+ },
1269
+ DynamicRatePaymentStreamUpdated: {
1270
+ userAccount: "AccountId20",
1271
+ providerId: "H256",
1272
+ newAmountProvided: "u64"
1273
+ },
1274
+ DynamicRatePaymentStreamDeleted: {
1275
+ userAccount: "AccountId20",
1276
+ providerId: "H256"
1277
+ },
1278
+ PaymentStreamCharged: {
1279
+ userAccount: "AccountId20",
1280
+ providerId: "H256",
1281
+ amount: "u128",
1282
+ lastTickCharged: "u32",
1283
+ chargedAtTick: "u32"
1284
+ },
1285
+ UsersCharged: {
1286
+ userAccounts: "Vec<AccountId20>",
1287
+ providerId: "H256",
1288
+ chargedAtTick: "u32"
1289
+ },
1290
+ LastChargeableInfoUpdated: {
1291
+ providerId: "H256",
1292
+ lastChargeableTick: "u32",
1293
+ lastChargeablePriceIndex: "u128"
1294
+ },
1295
+ UserWithoutFunds: {
1296
+ who: "AccountId20"
1297
+ },
1298
+ UserPaidAllDebts: {
1299
+ who: "AccountId20"
1300
+ },
1301
+ UserPaidSomeDebts: {
1302
+ who: "AccountId20"
1303
+ },
1304
+ UserSolvent: {
1305
+ who: "AccountId20"
1306
+ },
1307
+ InconsistentTickProcessing: {
1308
+ lastProcessedTick: "u32",
1309
+ tickToProcess: "u32"
1310
+ }
1311
+ }
1312
+ },
1313
+ /**
1314
+ * Lookup144: pallet_bucket_nfts::pallet::Event<T>
1315
+ **/
1316
+ PalletBucketNftsEvent: {
1317
+ _enum: {
1318
+ AccessShared: {
1319
+ issuer: "AccountId20",
1320
+ recipient: "AccountId20"
1321
+ },
1322
+ ItemReadAccessUpdated: {
1323
+ admin: "AccountId20",
1324
+ bucket: "H256",
1325
+ itemId: "u32"
1326
+ },
1327
+ ItemBurned: {
1328
+ account: "AccountId20",
1329
+ bucket: "H256",
1330
+ itemId: "u32"
1331
+ }
1332
+ }
1333
+ },
1334
+ /**
1335
+ * Lookup145: pallet_nfts::pallet::Event<T, I>
1336
+ **/
1337
+ PalletNftsEvent: {
1338
+ _enum: {
1339
+ Created: {
1340
+ collection: "u32",
1341
+ creator: "AccountId20",
1342
+ owner: "AccountId20"
1343
+ },
1344
+ ForceCreated: {
1345
+ collection: "u32",
1346
+ owner: "AccountId20"
1347
+ },
1348
+ Destroyed: {
1349
+ collection: "u32"
1350
+ },
1351
+ Issued: {
1352
+ collection: "u32",
1353
+ item: "u32",
1354
+ owner: "AccountId20"
1355
+ },
1356
+ Transferred: {
1357
+ collection: "u32",
1358
+ item: "u32",
1359
+ from: "AccountId20",
1360
+ to: "AccountId20"
1361
+ },
1362
+ Burned: {
1363
+ collection: "u32",
1364
+ item: "u32",
1365
+ owner: "AccountId20"
1366
+ },
1367
+ ItemTransferLocked: {
1368
+ collection: "u32",
1369
+ item: "u32"
1370
+ },
1371
+ ItemTransferUnlocked: {
1372
+ collection: "u32",
1373
+ item: "u32"
1374
+ },
1375
+ ItemPropertiesLocked: {
1376
+ collection: "u32",
1377
+ item: "u32",
1378
+ lockMetadata: "bool",
1379
+ lockAttributes: "bool"
1380
+ },
1381
+ CollectionLocked: {
1382
+ collection: "u32"
1383
+ },
1384
+ OwnerChanged: {
1385
+ collection: "u32",
1386
+ newOwner: "AccountId20"
1387
+ },
1388
+ TeamChanged: {
1389
+ collection: "u32",
1390
+ issuer: "Option<AccountId20>",
1391
+ admin: "Option<AccountId20>",
1392
+ freezer: "Option<AccountId20>"
1393
+ },
1394
+ TransferApproved: {
1395
+ collection: "u32",
1396
+ item: "u32",
1397
+ owner: "AccountId20",
1398
+ delegate: "AccountId20",
1399
+ deadline: "Option<u32>"
1400
+ },
1401
+ ApprovalCancelled: {
1402
+ collection: "u32",
1403
+ item: "u32",
1404
+ owner: "AccountId20",
1405
+ delegate: "AccountId20"
1406
+ },
1407
+ AllApprovalsCancelled: {
1408
+ collection: "u32",
1409
+ item: "u32",
1410
+ owner: "AccountId20"
1411
+ },
1412
+ CollectionConfigChanged: {
1413
+ collection: "u32"
1414
+ },
1415
+ CollectionMetadataSet: {
1416
+ collection: "u32",
1417
+ data: "Bytes"
1418
+ },
1419
+ CollectionMetadataCleared: {
1420
+ collection: "u32"
1421
+ },
1422
+ ItemMetadataSet: {
1423
+ collection: "u32",
1424
+ item: "u32",
1425
+ data: "Bytes"
1426
+ },
1427
+ ItemMetadataCleared: {
1428
+ collection: "u32",
1429
+ item: "u32"
1430
+ },
1431
+ Redeposited: {
1432
+ collection: "u32",
1433
+ successfulItems: "Vec<u32>"
1434
+ },
1435
+ AttributeSet: {
1436
+ collection: "u32",
1437
+ maybeItem: "Option<u32>",
1438
+ key: "Bytes",
1439
+ value: "Bytes",
1440
+ namespace: "PalletNftsAttributeNamespace"
1441
+ },
1442
+ AttributeCleared: {
1443
+ collection: "u32",
1444
+ maybeItem: "Option<u32>",
1445
+ key: "Bytes",
1446
+ namespace: "PalletNftsAttributeNamespace"
1447
+ },
1448
+ ItemAttributesApprovalAdded: {
1449
+ collection: "u32",
1450
+ item: "u32",
1451
+ delegate: "AccountId20"
1452
+ },
1453
+ ItemAttributesApprovalRemoved: {
1454
+ collection: "u32",
1455
+ item: "u32",
1456
+ delegate: "AccountId20"
1457
+ },
1458
+ OwnershipAcceptanceChanged: {
1459
+ who: "AccountId20",
1460
+ maybeCollection: "Option<u32>"
1461
+ },
1462
+ CollectionMaxSupplySet: {
1463
+ collection: "u32",
1464
+ maxSupply: "u32"
1465
+ },
1466
+ CollectionMintSettingsUpdated: {
1467
+ collection: "u32"
1468
+ },
1469
+ NextCollectionIdIncremented: {
1470
+ nextId: "Option<u32>"
1471
+ },
1472
+ ItemPriceSet: {
1473
+ collection: "u32",
1474
+ item: "u32",
1475
+ price: "u128",
1476
+ whitelistedBuyer: "Option<AccountId20>"
1477
+ },
1478
+ ItemPriceRemoved: {
1479
+ collection: "u32",
1480
+ item: "u32"
1481
+ },
1482
+ ItemBought: {
1483
+ collection: "u32",
1484
+ item: "u32",
1485
+ price: "u128",
1486
+ seller: "AccountId20",
1487
+ buyer: "AccountId20"
1488
+ },
1489
+ TipSent: {
1490
+ collection: "u32",
1491
+ item: "u32",
1492
+ sender: "AccountId20",
1493
+ receiver: "AccountId20",
1494
+ amount: "u128"
1495
+ },
1496
+ SwapCreated: {
1497
+ offeredCollection: "u32",
1498
+ offeredItem: "u32",
1499
+ desiredCollection: "u32",
1500
+ desiredItem: "Option<u32>",
1501
+ price: "Option<PalletNftsPriceWithDirection>",
1502
+ deadline: "u32"
1503
+ },
1504
+ SwapCancelled: {
1505
+ offeredCollection: "u32",
1506
+ offeredItem: "u32",
1507
+ desiredCollection: "u32",
1508
+ desiredItem: "Option<u32>",
1509
+ price: "Option<PalletNftsPriceWithDirection>",
1510
+ deadline: "u32"
1511
+ },
1512
+ SwapClaimed: {
1513
+ sentCollection: "u32",
1514
+ sentItem: "u32",
1515
+ sentItemOwner: "AccountId20",
1516
+ receivedCollection: "u32",
1517
+ receivedItem: "u32",
1518
+ receivedItemOwner: "AccountId20",
1519
+ price: "Option<PalletNftsPriceWithDirection>",
1520
+ deadline: "u32"
1521
+ },
1522
+ PreSignedAttributesSet: {
1523
+ collection: "u32",
1524
+ item: "u32",
1525
+ namespace: "PalletNftsAttributeNamespace"
1526
+ },
1527
+ PalletAttributeSet: {
1528
+ collection: "u32",
1529
+ item: "Option<u32>",
1530
+ attribute: "PalletNftsPalletAttributes",
1531
+ value: "Bytes"
1532
+ }
1533
+ }
1534
+ },
1535
+ /**
1536
+ * Lookup149: pallet_nfts::types::AttributeNamespace<fp_account::AccountId20>
1537
+ **/
1538
+ PalletNftsAttributeNamespace: {
1539
+ _enum: {
1540
+ Pallet: "Null",
1541
+ CollectionOwner: "Null",
1542
+ ItemOwner: "Null",
1543
+ Account: "AccountId20"
1544
+ }
1545
+ },
1546
+ /**
1547
+ * Lookup151: pallet_nfts::types::PriceWithDirection<Amount>
1548
+ **/
1549
+ PalletNftsPriceWithDirection: {
1550
+ amount: "u128",
1551
+ direction: "PalletNftsPriceDirection"
1552
+ },
1553
+ /**
1554
+ * Lookup152: pallet_nfts::types::PriceDirection
1555
+ **/
1556
+ PalletNftsPriceDirection: {
1557
+ _enum: ["Send", "Receive"]
1558
+ },
1559
+ /**
1560
+ * Lookup153: pallet_nfts::types::PalletAttributes<CollectionId>
1561
+ **/
1562
+ PalletNftsPalletAttributes: {
1563
+ _enum: {
1564
+ UsedToClaim: "u32",
1565
+ TransferDisabled: "Null"
1566
+ }
1567
+ },
1568
+ /**
1569
+ * Lookup154: frame_system::Phase
1570
+ **/
1571
+ FrameSystemPhase: {
1572
+ _enum: {
1573
+ ApplyExtrinsic: "u32",
1574
+ Finalization: "Null",
1575
+ Initialization: "Null"
1576
+ }
1577
+ },
1578
+ /**
1579
+ * Lookup157: frame_system::LastRuntimeUpgradeInfo
1580
+ **/
1581
+ FrameSystemLastRuntimeUpgradeInfo: {
1582
+ specVersion: "Compact<u32>",
1583
+ specName: "Text"
1584
+ },
1585
+ /**
1586
+ * Lookup159: frame_system::CodeUpgradeAuthorization<T>
1587
+ **/
1588
+ FrameSystemCodeUpgradeAuthorization: {
1589
+ codeHash: "H256",
1590
+ checkVersion: "bool"
1591
+ },
1592
+ /**
1593
+ * Lookup160: frame_system::pallet::Call<T>
1594
+ **/
1595
+ FrameSystemCall: {
1596
+ _enum: {
1597
+ remark: {
1598
+ remark: "Bytes"
1599
+ },
1600
+ set_heap_pages: {
1601
+ pages: "u64"
1602
+ },
1603
+ set_code: {
1604
+ code: "Bytes"
1605
+ },
1606
+ set_code_without_checks: {
1607
+ code: "Bytes"
1608
+ },
1609
+ set_storage: {
1610
+ items: "Vec<(Bytes,Bytes)>"
1611
+ },
1612
+ kill_storage: {
1613
+ _alias: {
1614
+ keys_: "keys"
1615
+ },
1616
+ keys_: "Vec<Bytes>"
1617
+ },
1618
+ kill_prefix: {
1619
+ prefix: "Bytes",
1620
+ subkeys: "u32"
1621
+ },
1622
+ remark_with_event: {
1623
+ remark: "Bytes"
1624
+ },
1625
+ __Unused8: "Null",
1626
+ authorize_upgrade: {
1627
+ codeHash: "H256"
1628
+ },
1629
+ authorize_upgrade_without_checks: {
1630
+ codeHash: "H256"
1631
+ },
1632
+ apply_authorized_upgrade: {
1633
+ code: "Bytes"
1634
+ }
1635
+ }
1636
+ },
1637
+ /**
1638
+ * Lookup163: frame_system::limits::BlockWeights
1639
+ **/
1640
+ FrameSystemLimitsBlockWeights: {
1641
+ baseBlock: "SpWeightsWeightV2Weight",
1642
+ maxBlock: "SpWeightsWeightV2Weight",
1643
+ perClass: "FrameSupportDispatchPerDispatchClassWeightsPerClass"
1644
+ },
1645
+ /**
1646
+ * Lookup164: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
1647
+ **/
1648
+ FrameSupportDispatchPerDispatchClassWeightsPerClass: {
1649
+ normal: "FrameSystemLimitsWeightsPerClass",
1650
+ operational: "FrameSystemLimitsWeightsPerClass",
1651
+ mandatory: "FrameSystemLimitsWeightsPerClass"
1652
+ },
1653
+ /**
1654
+ * Lookup165: frame_system::limits::WeightsPerClass
1655
+ **/
1656
+ FrameSystemLimitsWeightsPerClass: {
1657
+ baseExtrinsic: "SpWeightsWeightV2Weight",
1658
+ maxExtrinsic: "Option<SpWeightsWeightV2Weight>",
1659
+ maxTotal: "Option<SpWeightsWeightV2Weight>",
1660
+ reserved: "Option<SpWeightsWeightV2Weight>"
1661
+ },
1662
+ /**
1663
+ * Lookup167: frame_system::limits::BlockLength
1664
+ **/
1665
+ FrameSystemLimitsBlockLength: {
1666
+ max: "FrameSupportDispatchPerDispatchClassU32"
1667
+ },
1668
+ /**
1669
+ * Lookup168: frame_support::dispatch::PerDispatchClass<T>
1670
+ **/
1671
+ FrameSupportDispatchPerDispatchClassU32: {
1672
+ normal: "u32",
1673
+ operational: "u32",
1674
+ mandatory: "u32"
1675
+ },
1676
+ /**
1677
+ * Lookup169: sp_weights::RuntimeDbWeight
1678
+ **/
1679
+ SpWeightsRuntimeDbWeight: {
1680
+ read: "u64",
1681
+ write: "u64"
1682
+ },
1683
+ /**
1684
+ * Lookup170: sp_version::RuntimeVersion
1685
+ **/
1686
+ SpVersionRuntimeVersion: {
1687
+ specName: "Text",
1688
+ implName: "Text",
1689
+ authoringVersion: "u32",
1690
+ specVersion: "u32",
1691
+ implVersion: "u32",
1692
+ apis: "Vec<([u8;8],u32)>",
1693
+ transactionVersion: "u32",
1694
+ systemVersion: "u8"
1695
+ },
1696
+ /**
1697
+ * Lookup176: frame_system::pallet::Error<T>
1698
+ **/
1699
+ FrameSystemError: {
1700
+ _enum: [
1701
+ "InvalidSpecName",
1702
+ "SpecVersionNeedsToIncrease",
1703
+ "FailedToExtractRuntimeVersion",
1704
+ "NonDefaultComposite",
1705
+ "NonZeroRefCount",
1706
+ "CallFiltered",
1707
+ "MultiBlockMigrationsOngoing",
1708
+ "NothingAuthorized",
1709
+ "Unauthorized"
1710
+ ]
1711
+ },
1712
+ /**
1713
+ * Lookup179: sp_consensus_babe::app::Public
1714
+ **/
1715
+ SpConsensusBabeAppPublic: "[u8;32]",
1716
+ /**
1717
+ * Lookup182: sp_consensus_babe::digests::NextConfigDescriptor
1718
+ **/
1719
+ SpConsensusBabeDigestsNextConfigDescriptor: {
1720
+ _enum: {
1721
+ __Unused0: "Null",
1722
+ V1: {
1723
+ c: "(u64,u64)",
1724
+ allowedSlots: "SpConsensusBabeAllowedSlots"
1725
+ }
1726
+ }
1727
+ },
1728
+ /**
1729
+ * Lookup184: sp_consensus_babe::AllowedSlots
1730
+ **/
1731
+ SpConsensusBabeAllowedSlots: {
1732
+ _enum: ["PrimarySlots", "PrimaryAndSecondaryPlainSlots", "PrimaryAndSecondaryVRFSlots"]
1733
+ },
1734
+ /**
1735
+ * Lookup188: sp_consensus_babe::digests::PreDigest
1736
+ **/
1737
+ SpConsensusBabeDigestsPreDigest: {
1738
+ _enum: {
1739
+ __Unused0: "Null",
1740
+ Primary: "SpConsensusBabeDigestsPrimaryPreDigest",
1741
+ SecondaryPlain: "SpConsensusBabeDigestsSecondaryPlainPreDigest",
1742
+ SecondaryVRF: "SpConsensusBabeDigestsSecondaryVRFPreDigest"
1743
+ }
1744
+ },
1745
+ /**
1746
+ * Lookup189: sp_consensus_babe::digests::PrimaryPreDigest
1747
+ **/
1748
+ SpConsensusBabeDigestsPrimaryPreDigest: {
1749
+ authorityIndex: "u32",
1750
+ slot: "u64",
1751
+ vrfSignature: "SpCoreSr25519VrfVrfSignature"
1752
+ },
1753
+ /**
1754
+ * Lookup190: sp_core::sr25519::vrf::VrfSignature
1755
+ **/
1756
+ SpCoreSr25519VrfVrfSignature: {
1757
+ preOutput: "[u8;32]",
1758
+ proof: "[u8;64]"
1759
+ },
1760
+ /**
1761
+ * Lookup192: sp_consensus_babe::digests::SecondaryPlainPreDigest
1762
+ **/
1763
+ SpConsensusBabeDigestsSecondaryPlainPreDigest: {
1764
+ authorityIndex: "u32",
1765
+ slot: "u64"
1766
+ },
1767
+ /**
1768
+ * Lookup193: sp_consensus_babe::digests::SecondaryVRFPreDigest
1769
+ **/
1770
+ SpConsensusBabeDigestsSecondaryVRFPreDigest: {
1771
+ authorityIndex: "u32",
1772
+ slot: "u64",
1773
+ vrfSignature: "SpCoreSr25519VrfVrfSignature"
1774
+ },
1775
+ /**
1776
+ * Lookup195: sp_consensus_babe::BabeEpochConfiguration
1777
+ **/
1778
+ SpConsensusBabeBabeEpochConfiguration: {
1779
+ c: "(u64,u64)",
1780
+ allowedSlots: "SpConsensusBabeAllowedSlots"
1781
+ },
1782
+ /**
1783
+ * Lookup199: pallet_babe::pallet::Call<T>
1784
+ **/
1785
+ PalletBabeCall: {
1786
+ _enum: {
1787
+ report_equivocation: {
1788
+ equivocationProof: "SpConsensusSlotsEquivocationProof",
1789
+ keyOwnerProof: "SpSessionMembershipProof"
1790
+ },
1791
+ report_equivocation_unsigned: {
1792
+ equivocationProof: "SpConsensusSlotsEquivocationProof",
1793
+ keyOwnerProof: "SpSessionMembershipProof"
1794
+ },
1795
+ plan_config_change: {
1796
+ config: "SpConsensusBabeDigestsNextConfigDescriptor"
1797
+ }
1798
+ }
1799
+ },
1800
+ /**
1801
+ * Lookup200: sp_consensus_slots::EquivocationProof<sp_runtime::generic::header::Header<Number, Hash>, sp_consensus_babe::app::Public>
1802
+ **/
1803
+ SpConsensusSlotsEquivocationProof: {
1804
+ offender: "SpConsensusBabeAppPublic",
1805
+ slot: "u64",
1806
+ firstHeader: "SpRuntimeHeader",
1807
+ secondHeader: "SpRuntimeHeader"
1808
+ },
1809
+ /**
1810
+ * Lookup201: sp_runtime::generic::header::Header<Number, Hash>
1811
+ **/
1812
+ SpRuntimeHeader: {
1813
+ parentHash: "H256",
1814
+ number: "Compact<u32>",
1815
+ stateRoot: "H256",
1816
+ extrinsicsRoot: "H256",
1817
+ digest: "SpRuntimeDigest"
1818
+ },
1819
+ /**
1820
+ * Lookup202: sp_session::MembershipProof
1821
+ **/
1822
+ SpSessionMembershipProof: {
1823
+ session: "u32",
1824
+ trieNodes: "Vec<Bytes>",
1825
+ validatorCount: "u32"
1826
+ },
1827
+ /**
1828
+ * Lookup203: pallet_babe::pallet::Error<T>
1829
+ **/
1830
+ PalletBabeError: {
1831
+ _enum: [
1832
+ "InvalidEquivocationProof",
1833
+ "InvalidKeyOwnershipProof",
1834
+ "DuplicateOffenceReport",
1835
+ "InvalidConfiguration"
1836
+ ]
1837
+ },
1838
+ /**
1839
+ * Lookup204: pallet_timestamp::pallet::Call<T>
1840
+ **/
1841
+ PalletTimestampCall: {
1842
+ _enum: {
1843
+ set: {
1844
+ now: "Compact<u64>"
1845
+ }
1846
+ }
1847
+ },
1848
+ /**
1849
+ * Lookup206: pallet_balances::types::BalanceLock<Balance>
1850
+ **/
1851
+ PalletBalancesBalanceLock: {
1852
+ id: "[u8;8]",
1853
+ amount: "u128",
1854
+ reasons: "PalletBalancesReasons"
1855
+ },
1856
+ /**
1857
+ * Lookup207: pallet_balances::types::Reasons
1858
+ **/
1859
+ PalletBalancesReasons: {
1860
+ _enum: ["Fee", "Misc", "All"]
1861
+ },
1862
+ /**
1863
+ * Lookup210: pallet_balances::types::ReserveData<ReserveIdentifier, Balance>
1864
+ **/
1865
+ PalletBalancesReserveData: {
1866
+ id: "[u8;8]",
1867
+ amount: "u128"
1868
+ },
1869
+ /**
1870
+ * Lookup213: frame_support::traits::tokens::misc::IdAmount<sh_solochain_evm_runtime::RuntimeHoldReason, Balance>
1871
+ **/
1872
+ FrameSupportTokensMiscIdAmountRuntimeHoldReason: {
1873
+ id: "ShSolochainEvmRuntimeRuntimeHoldReason",
1874
+ amount: "u128"
1875
+ },
1876
+ /**
1877
+ * Lookup214: sh_solochain_evm_runtime::RuntimeHoldReason
1878
+ **/
1879
+ ShSolochainEvmRuntimeRuntimeHoldReason: {
1880
+ _enum: {
1881
+ __Unused0: "Null",
1882
+ __Unused1: "Null",
1883
+ __Unused2: "Null",
1884
+ __Unused3: "Null",
1885
+ __Unused4: "Null",
1886
+ __Unused5: "Null",
1887
+ __Unused6: "Null",
1888
+ __Unused7: "Null",
1889
+ __Unused8: "Null",
1890
+ __Unused9: "Null",
1891
+ __Unused10: "Null",
1892
+ __Unused11: "Null",
1893
+ __Unused12: "Null",
1894
+ __Unused13: "Null",
1895
+ __Unused14: "Null",
1896
+ __Unused15: "Null",
1897
+ __Unused16: "Null",
1898
+ __Unused17: "Null",
1899
+ __Unused18: "Null",
1900
+ __Unused19: "Null",
1901
+ __Unused20: "Null",
1902
+ __Unused21: "Null",
1903
+ __Unused22: "Null",
1904
+ __Unused23: "Null",
1905
+ __Unused24: "Null",
1906
+ __Unused25: "Null",
1907
+ __Unused26: "Null",
1908
+ __Unused27: "Null",
1909
+ __Unused28: "Null",
1910
+ __Unused29: "Null",
1911
+ __Unused30: "Null",
1912
+ __Unused31: "Null",
1913
+ __Unused32: "Null",
1914
+ __Unused33: "Null",
1915
+ __Unused34: "Null",
1916
+ __Unused35: "Null",
1917
+ __Unused36: "Null",
1918
+ __Unused37: "Null",
1919
+ __Unused38: "Null",
1920
+ __Unused39: "Null",
1921
+ __Unused40: "Null",
1922
+ __Unused41: "Null",
1923
+ __Unused42: "Null",
1924
+ __Unused43: "Null",
1925
+ __Unused44: "Null",
1926
+ __Unused45: "Null",
1927
+ __Unused46: "Null",
1928
+ __Unused47: "Null",
1929
+ __Unused48: "Null",
1930
+ __Unused49: "Null",
1931
+ __Unused50: "Null",
1932
+ __Unused51: "Null",
1933
+ __Unused52: "Null",
1934
+ __Unused53: "Null",
1935
+ __Unused54: "Null",
1936
+ __Unused55: "Null",
1937
+ __Unused56: "Null",
1938
+ __Unused57: "Null",
1939
+ __Unused58: "Null",
1940
+ __Unused59: "Null",
1941
+ __Unused60: "Null",
1942
+ __Unused61: "Null",
1943
+ __Unused62: "Null",
1944
+ __Unused63: "Null",
1945
+ __Unused64: "Null",
1946
+ __Unused65: "Null",
1947
+ __Unused66: "Null",
1948
+ __Unused67: "Null",
1949
+ __Unused68: "Null",
1950
+ __Unused69: "Null",
1951
+ __Unused70: "Null",
1952
+ __Unused71: "Null",
1953
+ __Unused72: "Null",
1954
+ __Unused73: "Null",
1955
+ __Unused74: "Null",
1956
+ __Unused75: "Null",
1957
+ __Unused76: "Null",
1958
+ __Unused77: "Null",
1959
+ __Unused78: "Null",
1960
+ __Unused79: "Null",
1961
+ Providers: "PalletStorageProvidersHoldReason",
1962
+ FileSystem: "PalletFileSystemHoldReason",
1963
+ __Unused82: "Null",
1964
+ __Unused83: "Null",
1965
+ PaymentStreams: "PalletPaymentStreamsHoldReason"
1966
+ }
1967
+ },
1968
+ /**
1969
+ * Lookup215: pallet_storage_providers::pallet::HoldReason
1970
+ **/
1971
+ PalletStorageProvidersHoldReason: {
1972
+ _enum: ["StorageProviderDeposit", "BucketDeposit"]
1973
+ },
1974
+ /**
1975
+ * Lookup216: pallet_file_system::pallet::HoldReason
1976
+ **/
1977
+ PalletFileSystemHoldReason: {
1978
+ _enum: ["StorageRequestCreationHold", "FileDeletionRequestHold"]
1979
+ },
1980
+ /**
1981
+ * Lookup217: pallet_payment_streams::pallet::HoldReason
1982
+ **/
1983
+ PalletPaymentStreamsHoldReason: {
1984
+ _enum: ["PaymentStreamDeposit"]
1985
+ },
1986
+ /**
1987
+ * Lookup220: frame_support::traits::tokens::misc::IdAmount<sh_solochain_evm_runtime::RuntimeFreezeReason, Balance>
1988
+ **/
1989
+ FrameSupportTokensMiscIdAmountRuntimeFreezeReason: {
1990
+ id: "ShSolochainEvmRuntimeRuntimeFreezeReason",
1991
+ amount: "u128"
1992
+ },
1993
+ /**
1994
+ * Lookup221: sh_solochain_evm_runtime::RuntimeFreezeReason
1995
+ **/
1996
+ ShSolochainEvmRuntimeRuntimeFreezeReason: "Null",
1997
+ /**
1998
+ * Lookup223: pallet_balances::pallet::Call<T, I>
1999
+ **/
2000
+ PalletBalancesCall: {
2001
+ _enum: {
2002
+ transfer_allow_death: {
2003
+ dest: "AccountId20",
2004
+ value: "Compact<u128>"
2005
+ },
2006
+ __Unused1: "Null",
2007
+ force_transfer: {
2008
+ source: "AccountId20",
2009
+ dest: "AccountId20",
2010
+ value: "Compact<u128>"
2011
+ },
2012
+ transfer_keep_alive: {
2013
+ dest: "AccountId20",
2014
+ value: "Compact<u128>"
2015
+ },
2016
+ transfer_all: {
2017
+ dest: "AccountId20",
2018
+ keepAlive: "bool"
2019
+ },
2020
+ force_unreserve: {
2021
+ who: "AccountId20",
2022
+ amount: "u128"
2023
+ },
2024
+ upgrade_accounts: {
2025
+ who: "Vec<AccountId20>"
2026
+ },
2027
+ __Unused7: "Null",
2028
+ force_set_balance: {
2029
+ who: "AccountId20",
2030
+ newFree: "Compact<u128>"
2031
+ },
2032
+ force_adjust_total_issuance: {
2033
+ direction: "PalletBalancesAdjustmentDirection",
2034
+ delta: "Compact<u128>"
2035
+ },
2036
+ burn: {
2037
+ value: "Compact<u128>",
2038
+ keepAlive: "bool"
2039
+ }
2040
+ }
2041
+ },
2042
+ /**
2043
+ * Lookup225: pallet_balances::types::AdjustmentDirection
2044
+ **/
2045
+ PalletBalancesAdjustmentDirection: {
2046
+ _enum: ["Increase", "Decrease"]
2047
+ },
2048
+ /**
2049
+ * Lookup226: pallet_balances::pallet::Error<T, I>
2050
+ **/
2051
+ PalletBalancesError: {
2052
+ _enum: [
2053
+ "VestingBalance",
2054
+ "LiquidityRestrictions",
2055
+ "InsufficientBalance",
2056
+ "ExistentialDeposit",
2057
+ "Expendability",
2058
+ "ExistingVestingSchedule",
2059
+ "DeadAccount",
2060
+ "TooManyReserves",
2061
+ "TooManyHolds",
2062
+ "TooManyFreezes",
2063
+ "IssuanceDeactivated",
2064
+ "DeltaZero"
2065
+ ]
2066
+ },
2067
+ /**
2068
+ * Lookup227: sp_staking::offence::OffenceDetails<fp_account::AccountId20, Offender>
2069
+ **/
2070
+ SpStakingOffenceOffenceDetails: {
2071
+ offender: "(AccountId20,Null)",
2072
+ reporters: "Vec<AccountId20>"
2073
+ },
2074
+ /**
2075
+ * Lookup233: sh_solochain_evm_runtime::SessionKeys
2076
+ **/
2077
+ ShSolochainEvmRuntimeSessionKeys: {
2078
+ babe: "SpConsensusBabeAppPublic",
2079
+ grandpa: "SpConsensusGrandpaAppPublic"
2080
+ },
2081
+ /**
2082
+ * Lookup235: sp_core::crypto::KeyTypeId
2083
+ **/
2084
+ SpCoreCryptoKeyTypeId: "[u8;4]",
2085
+ /**
2086
+ * Lookup236: pallet_session::pallet::Call<T>
2087
+ **/
2088
+ PalletSessionCall: {
2089
+ _enum: {
2090
+ set_keys: {
2091
+ _alias: {
2092
+ keys_: "keys"
2093
+ },
2094
+ keys_: "ShSolochainEvmRuntimeSessionKeys",
2095
+ proof: "Bytes"
2096
+ },
2097
+ purge_keys: "Null"
2098
+ }
2099
+ },
2100
+ /**
2101
+ * Lookup237: pallet_session::pallet::Error<T>
2102
+ **/
2103
+ PalletSessionError: {
2104
+ _enum: ["InvalidProof", "NoAssociatedValidatorId", "DuplicatedKey", "NoKeys", "NoAccount"]
2105
+ },
2106
+ /**
2107
+ * Lookup238: pallet_grandpa::StoredState<N>
2108
+ **/
2109
+ PalletGrandpaStoredState: {
2110
+ _enum: {
2111
+ Live: "Null",
2112
+ PendingPause: {
2113
+ scheduledAt: "u32",
2114
+ delay: "u32"
2115
+ },
2116
+ Paused: "Null",
2117
+ PendingResume: {
2118
+ scheduledAt: "u32",
2119
+ delay: "u32"
2120
+ }
2121
+ }
2122
+ },
2123
+ /**
2124
+ * Lookup239: pallet_grandpa::StoredPendingChange<N, Limit>
2125
+ **/
2126
+ PalletGrandpaStoredPendingChange: {
2127
+ scheduledAt: "u32",
2128
+ delay: "u32",
2129
+ nextAuthorities: "Vec<(SpConsensusGrandpaAppPublic,u64)>",
2130
+ forced: "Option<u32>"
2131
+ },
2132
+ /**
2133
+ * Lookup241: pallet_grandpa::pallet::Call<T>
2134
+ **/
2135
+ PalletGrandpaCall: {
2136
+ _enum: {
2137
+ report_equivocation: {
2138
+ equivocationProof: "SpConsensusGrandpaEquivocationProof",
2139
+ keyOwnerProof: "SpSessionMembershipProof"
2140
+ },
2141
+ report_equivocation_unsigned: {
2142
+ equivocationProof: "SpConsensusGrandpaEquivocationProof",
2143
+ keyOwnerProof: "SpSessionMembershipProof"
2144
+ },
2145
+ note_stalled: {
2146
+ delay: "u32",
2147
+ bestFinalizedBlockNumber: "u32"
2148
+ }
2149
+ }
2150
+ },
2151
+ /**
2152
+ * Lookup242: sp_consensus_grandpa::EquivocationProof<primitive_types::H256, N>
2153
+ **/
2154
+ SpConsensusGrandpaEquivocationProof: {
2155
+ setId: "u64",
2156
+ equivocation: "SpConsensusGrandpaEquivocation"
2157
+ },
2158
+ /**
2159
+ * Lookup243: sp_consensus_grandpa::Equivocation<primitive_types::H256, N>
2160
+ **/
2161
+ SpConsensusGrandpaEquivocation: {
2162
+ _enum: {
2163
+ Prevote: "FinalityGrandpaEquivocationPrevote",
2164
+ Precommit: "FinalityGrandpaEquivocationPrecommit"
2165
+ }
2166
+ },
2167
+ /**
2168
+ * Lookup244: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Prevote<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
2169
+ **/
2170
+ FinalityGrandpaEquivocationPrevote: {
2171
+ roundNumber: "u64",
2172
+ identity: "SpConsensusGrandpaAppPublic",
2173
+ first: "(FinalityGrandpaPrevote,SpConsensusGrandpaAppSignature)",
2174
+ second: "(FinalityGrandpaPrevote,SpConsensusGrandpaAppSignature)"
2175
+ },
2176
+ /**
2177
+ * Lookup245: finality_grandpa::Prevote<primitive_types::H256, N>
2178
+ **/
2179
+ FinalityGrandpaPrevote: {
2180
+ targetHash: "H256",
2181
+ targetNumber: "u32"
2182
+ },
2183
+ /**
2184
+ * Lookup246: sp_consensus_grandpa::app::Signature
2185
+ **/
2186
+ SpConsensusGrandpaAppSignature: "[u8;64]",
2187
+ /**
2188
+ * Lookup248: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Precommit<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
2189
+ **/
2190
+ FinalityGrandpaEquivocationPrecommit: {
2191
+ roundNumber: "u64",
2192
+ identity: "SpConsensusGrandpaAppPublic",
2193
+ first: "(FinalityGrandpaPrecommit,SpConsensusGrandpaAppSignature)",
2194
+ second: "(FinalityGrandpaPrecommit,SpConsensusGrandpaAppSignature)"
2195
+ },
2196
+ /**
2197
+ * Lookup249: finality_grandpa::Precommit<primitive_types::H256, N>
2198
+ **/
2199
+ FinalityGrandpaPrecommit: {
2200
+ targetHash: "H256",
2201
+ targetNumber: "u32"
2202
+ },
2203
+ /**
2204
+ * Lookup251: pallet_grandpa::pallet::Error<T>
2205
+ **/
2206
+ PalletGrandpaError: {
2207
+ _enum: [
2208
+ "PauseFailed",
2209
+ "ResumeFailed",
2210
+ "ChangePending",
2211
+ "TooSoon",
2212
+ "InvalidKeyOwnershipProof",
2213
+ "InvalidEquivocationProof",
2214
+ "DuplicateOffenceReport"
2215
+ ]
2216
+ },
2217
+ /**
2218
+ * Lookup253: pallet_transaction_payment::Releases
2219
+ **/
2220
+ PalletTransactionPaymentReleases: {
2221
+ _enum: ["V1Ancient", "V2"]
2222
+ },
2223
+ /**
2224
+ * Lookup254: pallet_parameters::pallet::Call<T>
2225
+ **/
2226
+ PalletParametersCall: {
2227
+ _enum: {
2228
+ set_parameter: {
2229
+ keyValue: "ShSolochainEvmRuntimeConfigsRuntimeParamsRuntimeParameters"
2230
+ }
2231
+ }
2232
+ },
2233
+ /**
2234
+ * Lookup255: sh_solochain_evm_runtime::configs::runtime_params::RuntimeParameters
2235
+ **/
2236
+ ShSolochainEvmRuntimeConfigsRuntimeParamsRuntimeParameters: {
2237
+ _enum: {
2238
+ RuntimeConfig: "ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParameters"
2239
+ }
2240
+ },
2241
+ /**
2242
+ * Lookup256: sh_solochain_evm_runtime::configs::runtime_params::dynamic_params::runtime_config::Parameters
2243
+ **/
2244
+ ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParameters: {
2245
+ _enum: {
2246
+ SlashAmountPerMaxFileSize:
2247
+ "(ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSlashAmountPerMaxFileSize,Option<u128>)",
2248
+ StakeToChallengePeriod:
2249
+ "(ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStakeToChallengePeriod,Option<u128>)",
2250
+ CheckpointChallengePeriod:
2251
+ "(ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigCheckpointChallengePeriod,Option<u32>)",
2252
+ MinChallengePeriod:
2253
+ "(ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinChallengePeriod,Option<u32>)",
2254
+ SystemUtilisationLowerThresholdPercentage:
2255
+ "(ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSystemUtilisationLowerThresholdPercentage,Option<Perbill>)",
2256
+ SystemUtilisationUpperThresholdPercentage:
2257
+ "(ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSystemUtilisationUpperThresholdPercentage,Option<Perbill>)",
2258
+ MostlyStablePrice:
2259
+ "(ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMostlyStablePrice,Option<u128>)",
2260
+ MaxPrice:
2261
+ "(ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMaxPrice,Option<u128>)",
2262
+ MinPrice:
2263
+ "(ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinPrice,Option<u128>)",
2264
+ UpperExponentFactor:
2265
+ "(ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUpperExponentFactor,Option<u32>)",
2266
+ LowerExponentFactor:
2267
+ "(ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigLowerExponentFactor,Option<u32>)",
2268
+ ZeroSizeBucketFixedRate:
2269
+ "(ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigZeroSizeBucketFixedRate,Option<u128>)",
2270
+ IdealUtilisationRate:
2271
+ "(ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigIdealUtilisationRate,Option<Perbill>)",
2272
+ DecayRate:
2273
+ "(ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigDecayRate,Option<Perbill>)",
2274
+ MinimumTreasuryCut:
2275
+ "(ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinimumTreasuryCut,Option<Perbill>)",
2276
+ MaximumTreasuryCut:
2277
+ "(ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMaximumTreasuryCut,Option<Perbill>)",
2278
+ BspStopStoringFilePenalty:
2279
+ "(ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigBspStopStoringFilePenalty,Option<u128>)",
2280
+ ProviderTopUpTtl:
2281
+ "(ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigProviderTopUpTtl,Option<u32>)",
2282
+ BasicReplicationTarget:
2283
+ "(ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigBasicReplicationTarget,Option<u32>)",
2284
+ StandardReplicationTarget:
2285
+ "(ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStandardReplicationTarget,Option<u32>)",
2286
+ HighSecurityReplicationTarget:
2287
+ "(ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigHighSecurityReplicationTarget,Option<u32>)",
2288
+ SuperHighSecurityReplicationTarget:
2289
+ "(ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSuperHighSecurityReplicationTarget,Option<u32>)",
2290
+ UltraHighSecurityReplicationTarget:
2291
+ "(ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUltraHighSecurityReplicationTarget,Option<u32>)",
2292
+ MaxReplicationTarget:
2293
+ "(ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMaxReplicationTarget,Option<u32>)",
2294
+ TickRangeToMaximumThreshold:
2295
+ "(ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigTickRangeToMaximumThreshold,Option<u32>)",
2296
+ StorageRequestTtl:
2297
+ "(ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStorageRequestTtl,Option<u32>)",
2298
+ MinWaitForStopStoring:
2299
+ "(ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinWaitForStopStoring,Option<u32>)",
2300
+ MinSeedPeriod:
2301
+ "(ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinSeedPeriod,Option<u32>)",
2302
+ StakeToSeedPeriod:
2303
+ "(ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStakeToSeedPeriod,Option<u128>)",
2304
+ UpfrontTicksToPay:
2305
+ "(ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUpfrontTicksToPay,Option<u32>)"
2306
+ }
2307
+ },
2308
+ /**
2309
+ * Lookup259: pallet_sudo::pallet::Call<T>
2310
+ **/
2311
+ PalletSudoCall: {
2312
+ _enum: {
2313
+ sudo: {
2314
+ call: "Call"
2315
+ },
2316
+ sudo_unchecked_weight: {
2317
+ call: "Call",
2318
+ weight: "SpWeightsWeightV2Weight"
2319
+ },
2320
+ set_key: {
2321
+ _alias: {
2322
+ new_: "new"
2323
+ },
2324
+ new_: "AccountId20"
2325
+ },
2326
+ sudo_as: {
2327
+ who: "AccountId20",
2328
+ call: "Call"
2329
+ },
2330
+ remove_key: "Null"
2331
+ }
2332
+ },
2333
+ /**
2334
+ * Lookup261: pallet_ethereum::pallet::Call<T>
2335
+ **/
2336
+ PalletEthereumCall: {
2337
+ _enum: {
2338
+ transact: {
2339
+ transaction: "EthereumTransactionTransactionV2"
2340
+ }
2341
+ }
2342
+ },
2343
+ /**
2344
+ * Lookup262: ethereum::transaction::TransactionV2
2345
+ **/
2346
+ EthereumTransactionTransactionV2: {
2347
+ _enum: {
2348
+ Legacy: "EthereumTransactionLegacyLegacyTransaction",
2349
+ EIP2930: "EthereumTransactionEip2930Eip2930Transaction",
2350
+ EIP1559: "EthereumTransactionEip1559Eip1559Transaction"
2351
+ }
2352
+ },
2353
+ /**
2354
+ * Lookup263: ethereum::transaction::legacy::LegacyTransaction
2355
+ **/
2356
+ EthereumTransactionLegacyLegacyTransaction: {
2357
+ nonce: "U256",
2358
+ gasPrice: "U256",
2359
+ gasLimit: "U256",
2360
+ action: "EthereumTransactionLegacyTransactionAction",
2361
+ value: "U256",
2362
+ input: "Bytes",
2363
+ signature: "EthereumTransactionLegacyTransactionSignature"
2364
+ },
2365
+ /**
2366
+ * Lookup266: ethereum::transaction::legacy::TransactionAction
2367
+ **/
2368
+ EthereumTransactionLegacyTransactionAction: {
2369
+ _enum: {
2370
+ Call: "H160",
2371
+ Create: "Null"
2372
+ }
2373
+ },
2374
+ /**
2375
+ * Lookup267: ethereum::transaction::legacy::TransactionSignature
2376
+ **/
2377
+ EthereumTransactionLegacyTransactionSignature: {
2378
+ v: "u64",
2379
+ r: "H256",
2380
+ s: "H256"
2381
+ },
2382
+ /**
2383
+ * Lookup269: ethereum::transaction::eip2930::EIP2930Transaction
2384
+ **/
2385
+ EthereumTransactionEip2930Eip2930Transaction: {
2386
+ chainId: "u64",
2387
+ nonce: "U256",
2388
+ gasPrice: "U256",
2389
+ gasLimit: "U256",
2390
+ action: "EthereumTransactionLegacyTransactionAction",
2391
+ value: "U256",
2392
+ input: "Bytes",
2393
+ accessList: "Vec<EthereumTransactionEip2930AccessListItem>",
2394
+ oddYParity: "bool",
2395
+ r: "H256",
2396
+ s: "H256"
2397
+ },
2398
+ /**
2399
+ * Lookup271: ethereum::transaction::eip2930::AccessListItem
2400
+ **/
2401
+ EthereumTransactionEip2930AccessListItem: {
2402
+ address: "H160",
2403
+ storageKeys: "Vec<H256>"
2404
+ },
2405
+ /**
2406
+ * Lookup272: ethereum::transaction::eip1559::EIP1559Transaction
2407
+ **/
2408
+ EthereumTransactionEip1559Eip1559Transaction: {
2409
+ chainId: "u64",
2410
+ nonce: "U256",
2411
+ maxPriorityFeePerGas: "U256",
2412
+ maxFeePerGas: "U256",
2413
+ gasLimit: "U256",
2414
+ action: "EthereumTransactionLegacyTransactionAction",
2415
+ value: "U256",
2416
+ input: "Bytes",
2417
+ accessList: "Vec<EthereumTransactionEip2930AccessListItem>",
2418
+ oddYParity: "bool",
2419
+ r: "H256",
2420
+ s: "H256"
2421
+ },
2422
+ /**
2423
+ * Lookup273: pallet_evm::pallet::Call<T>
2424
+ **/
2425
+ PalletEvmCall: {
2426
+ _enum: {
2427
+ withdraw: {
2428
+ address: "H160",
2429
+ value: "u128"
2430
+ },
2431
+ call: {
2432
+ source: "H160",
2433
+ target: "H160",
2434
+ input: "Bytes",
2435
+ value: "U256",
2436
+ gasLimit: "u64",
2437
+ maxFeePerGas: "U256",
2438
+ maxPriorityFeePerGas: "Option<U256>",
2439
+ nonce: "Option<U256>",
2440
+ accessList: "Vec<(H160,Vec<H256>)>"
2441
+ },
2442
+ create: {
2443
+ source: "H160",
2444
+ init: "Bytes",
2445
+ value: "U256",
2446
+ gasLimit: "u64",
2447
+ maxFeePerGas: "U256",
2448
+ maxPriorityFeePerGas: "Option<U256>",
2449
+ nonce: "Option<U256>",
2450
+ accessList: "Vec<(H160,Vec<H256>)>"
2451
+ },
2452
+ create2: {
2453
+ source: "H160",
2454
+ init: "Bytes",
2455
+ salt: "H256",
2456
+ value: "U256",
2457
+ gasLimit: "u64",
2458
+ maxFeePerGas: "U256",
2459
+ maxPriorityFeePerGas: "Option<U256>",
2460
+ nonce: "Option<U256>",
2461
+ accessList: "Vec<(H160,Vec<H256>)>"
2462
+ }
2463
+ }
2464
+ },
2465
+ /**
2466
+ * Lookup277: pallet_storage_providers::pallet::Call<T>
2467
+ **/
2468
+ PalletStorageProvidersCall: {
2469
+ _enum: {
2470
+ request_msp_sign_up: {
2471
+ capacity: "u64",
2472
+ multiaddresses: "Vec<Bytes>",
2473
+ valuePropPricePerGigaUnitOfDataPerBlock: "u128",
2474
+ commitment: "Bytes",
2475
+ valuePropMaxDataLimit: "u64",
2476
+ paymentAccount: "AccountId20"
2477
+ },
2478
+ request_bsp_sign_up: {
2479
+ capacity: "u64",
2480
+ multiaddresses: "Vec<Bytes>",
2481
+ paymentAccount: "AccountId20"
2482
+ },
2483
+ confirm_sign_up: {
2484
+ providerAccount: "Option<AccountId20>"
2485
+ },
2486
+ cancel_sign_up: "Null",
2487
+ msp_sign_off: {
2488
+ mspId: "H256"
2489
+ },
2490
+ bsp_sign_off: "Null",
2491
+ change_capacity: {
2492
+ newCapacity: "u64"
2493
+ },
2494
+ add_value_prop: {
2495
+ pricePerGigaUnitOfDataPerBlock: "u128",
2496
+ commitment: "Bytes",
2497
+ bucketDataLimit: "u64"
2498
+ },
2499
+ make_value_prop_unavailable: {
2500
+ valuePropId: "H256"
2501
+ },
2502
+ add_multiaddress: {
2503
+ newMultiaddress: "Bytes"
2504
+ },
2505
+ remove_multiaddress: {
2506
+ multiaddress: "Bytes"
2507
+ },
2508
+ force_msp_sign_up: {
2509
+ who: "AccountId20",
2510
+ mspId: "H256",
2511
+ capacity: "u64",
2512
+ multiaddresses: "Vec<Bytes>",
2513
+ valuePropPricePerGigaUnitOfDataPerBlock: "u128",
2514
+ commitment: "Bytes",
2515
+ valuePropMaxDataLimit: "u64",
2516
+ paymentAccount: "AccountId20"
2517
+ },
2518
+ force_bsp_sign_up: {
2519
+ who: "AccountId20",
2520
+ bspId: "H256",
2521
+ capacity: "u64",
2522
+ multiaddresses: "Vec<Bytes>",
2523
+ paymentAccount: "AccountId20",
2524
+ weight: "Option<u32>"
2525
+ },
2526
+ slash: {
2527
+ providerId: "H256"
2528
+ },
2529
+ top_up_deposit: "Null",
2530
+ delete_provider: {
2531
+ providerId: "H256"
2532
+ },
2533
+ stop_all_cycles: "Null"
2534
+ }
2535
+ },
2536
+ /**
2537
+ * Lookup278: pallet_file_system::pallet::Call<T>
2538
+ **/
2539
+ PalletFileSystemCall: {
2540
+ _enum: {
2541
+ create_bucket: {
2542
+ mspId: "H256",
2543
+ name: "Bytes",
2544
+ private: "bool",
2545
+ valuePropId: "H256"
2546
+ },
2547
+ request_move_bucket: {
2548
+ bucketId: "H256",
2549
+ newMspId: "H256",
2550
+ newValuePropId: "H256"
2551
+ },
2552
+ msp_respond_move_bucket_request: {
2553
+ bucketId: "H256",
2554
+ response: "PalletFileSystemBucketMoveRequestResponse"
2555
+ },
2556
+ update_bucket_privacy: {
2557
+ bucketId: "H256",
2558
+ private: "bool"
2559
+ },
2560
+ create_and_associate_collection_with_bucket: {
2561
+ bucketId: "H256"
2562
+ },
2563
+ delete_bucket: {
2564
+ bucketId: "H256"
2565
+ },
2566
+ issue_storage_request: {
2567
+ _alias: {
2568
+ size_: "size"
2569
+ },
2570
+ bucketId: "H256",
2571
+ location: "Bytes",
2572
+ fingerprint: "H256",
2573
+ size_: "u64",
2574
+ mspId: "H256",
2575
+ peerIds: "Vec<Bytes>",
2576
+ replicationTarget: "PalletFileSystemReplicationTarget"
2577
+ },
2578
+ revoke_storage_request: {
2579
+ fileKey: "H256"
2580
+ },
2581
+ msp_respond_storage_requests_multiple_buckets: {
2582
+ storageRequestMspResponse: "Vec<PalletFileSystemStorageRequestMspBucketResponse>"
2583
+ },
2584
+ msp_stop_storing_bucket: {
2585
+ bucketId: "H256"
2586
+ },
2587
+ bsp_volunteer: {
2588
+ fileKey: "H256"
2589
+ },
2590
+ bsp_confirm_storing: {
2591
+ nonInclusionForestProof: "SpTrieStorageProofCompactProof",
2592
+ fileKeysAndProofs: "Vec<PalletFileSystemFileKeyWithProof>"
2593
+ },
2594
+ bsp_request_stop_storing: {
2595
+ _alias: {
2596
+ size_: "size"
2597
+ },
2598
+ fileKey: "H256",
2599
+ bucketId: "H256",
2600
+ location: "Bytes",
2601
+ owner: "AccountId20",
2602
+ fingerprint: "H256",
2603
+ size_: "u64",
2604
+ canServe: "bool",
2605
+ inclusionForestProof: "SpTrieStorageProofCompactProof"
2606
+ },
2607
+ bsp_confirm_stop_storing: {
2608
+ fileKey: "H256",
2609
+ inclusionForestProof: "SpTrieStorageProofCompactProof"
2610
+ },
2611
+ stop_storing_for_insolvent_user: {
2612
+ _alias: {
2613
+ size_: "size"
2614
+ },
2615
+ fileKey: "H256",
2616
+ bucketId: "H256",
2617
+ location: "Bytes",
2618
+ owner: "AccountId20",
2619
+ fingerprint: "H256",
2620
+ size_: "u64",
2621
+ inclusionForestProof: "SpTrieStorageProofCompactProof"
2622
+ },
2623
+ msp_stop_storing_bucket_for_insolvent_user: {
2624
+ bucketId: "H256"
2625
+ },
2626
+ request_delete_file: {
2627
+ _alias: {
2628
+ size_: "size"
2629
+ },
2630
+ signedIntention: "PalletFileSystemFileOperationIntention",
2631
+ signature: "FpAccountEthereumSignature",
2632
+ bucketId: "H256",
2633
+ location: "Bytes",
2634
+ size_: "u64",
2635
+ fingerprint: "H256"
2636
+ },
2637
+ delete_file: {
2638
+ _alias: {
2639
+ size_: "size"
2640
+ },
2641
+ fileOwner: "AccountId20",
2642
+ signedIntention: "PalletFileSystemFileOperationIntention",
2643
+ signature: "FpAccountEthereumSignature",
2644
+ bucketId: "H256",
2645
+ location: "Bytes",
2646
+ size_: "u64",
2647
+ fingerprint: "H256",
2648
+ bspId: "Option<H256>",
2649
+ forestProof: "SpTrieStorageProofCompactProof"
2650
+ },
2651
+ delete_file_for_incomplete_storage_request: {
2652
+ fileKey: "H256",
2653
+ bspId: "Option<H256>",
2654
+ forestProof: "SpTrieStorageProofCompactProof"
2655
+ }
2656
+ }
2657
+ },
2658
+ /**
2659
+ * Lookup279: pallet_file_system::types::BucketMoveRequestResponse
2660
+ **/
2661
+ PalletFileSystemBucketMoveRequestResponse: {
2662
+ _enum: ["Accepted", "Rejected"]
2663
+ },
2664
+ /**
2665
+ * Lookup280: pallet_file_system::types::ReplicationTarget<T>
2666
+ **/
2667
+ PalletFileSystemReplicationTarget: {
2668
+ _enum: {
2669
+ Basic: "Null",
2670
+ Standard: "Null",
2671
+ HighSecurity: "Null",
2672
+ SuperHighSecurity: "Null",
2673
+ UltraHighSecurity: "Null",
2674
+ Custom: "u32"
2675
+ }
2676
+ },
2677
+ /**
2678
+ * Lookup282: pallet_file_system::types::StorageRequestMspBucketResponse<T>
2679
+ **/
2680
+ PalletFileSystemStorageRequestMspBucketResponse: {
2681
+ bucketId: "H256",
2682
+ accept: "Option<PalletFileSystemStorageRequestMspAcceptedFileKeys>",
2683
+ reject: "Vec<PalletFileSystemRejectedStorageRequest>"
2684
+ },
2685
+ /**
2686
+ * Lookup284: pallet_file_system::types::StorageRequestMspAcceptedFileKeys<T>
2687
+ **/
2688
+ PalletFileSystemStorageRequestMspAcceptedFileKeys: {
2689
+ fileKeysAndProofs: "Vec<PalletFileSystemFileKeyWithProof>",
2690
+ forestProof: "SpTrieStorageProofCompactProof"
2691
+ },
2692
+ /**
2693
+ * Lookup286: pallet_file_system::types::FileKeyWithProof<T>
2694
+ **/
2695
+ PalletFileSystemFileKeyWithProof: {
2696
+ fileKey: "H256",
2697
+ proof: "ShpFileKeyVerifierFileKeyProof"
2698
+ },
2699
+ /**
2700
+ * Lookup288: pallet_file_system::types::RejectedStorageRequest<T>
2701
+ **/
2702
+ PalletFileSystemRejectedStorageRequest: {
2703
+ fileKey: "H256",
2704
+ reason: "PalletFileSystemRejectedStorageRequestReason"
2705
+ },
2706
+ /**
2707
+ * Lookup290: pallet_proofs_dealer::pallet::Call<T>
2708
+ **/
2709
+ PalletProofsDealerCall: {
2710
+ _enum: {
2711
+ challenge: {
2712
+ key: "H256"
2713
+ },
2714
+ submit_proof: {
2715
+ proof: "PalletProofsDealerProof",
2716
+ provider: "Option<H256>"
2717
+ },
2718
+ force_initialise_challenge_cycle: {
2719
+ provider: "H256"
2720
+ },
2721
+ set_paused: {
2722
+ paused: "bool"
2723
+ },
2724
+ priority_challenge: {
2725
+ key: "H256",
2726
+ shouldRemoveKey: "bool"
2727
+ }
2728
+ }
2729
+ },
2730
+ /**
2731
+ * Lookup291: pallet_randomness::pallet::Call<T>
2732
+ **/
2733
+ PalletRandomnessCall: {
2734
+ _enum: ["set_babe_randomness"]
2735
+ },
2736
+ /**
2737
+ * Lookup292: pallet_payment_streams::pallet::Call<T>
2738
+ **/
2739
+ PalletPaymentStreamsCall: {
2740
+ _enum: {
2741
+ create_fixed_rate_payment_stream: {
2742
+ providerId: "H256",
2743
+ userAccount: "AccountId20",
2744
+ rate: "u128"
2745
+ },
2746
+ update_fixed_rate_payment_stream: {
2747
+ providerId: "H256",
2748
+ userAccount: "AccountId20",
2749
+ newRate: "u128"
2750
+ },
2751
+ delete_fixed_rate_payment_stream: {
2752
+ providerId: "H256",
2753
+ userAccount: "AccountId20"
2754
+ },
2755
+ create_dynamic_rate_payment_stream: {
2756
+ providerId: "H256",
2757
+ userAccount: "AccountId20",
2758
+ amountProvided: "u64"
2759
+ },
2760
+ update_dynamic_rate_payment_stream: {
2761
+ providerId: "H256",
2762
+ userAccount: "AccountId20",
2763
+ newAmountProvided: "u64"
2764
+ },
2765
+ delete_dynamic_rate_payment_stream: {
2766
+ providerId: "H256",
2767
+ userAccount: "AccountId20"
2768
+ },
2769
+ charge_payment_streams: {
2770
+ userAccount: "AccountId20"
2771
+ },
2772
+ charge_multiple_users_payment_streams: {
2773
+ userAccounts: "Vec<AccountId20>"
2774
+ },
2775
+ pay_outstanding_debt: {
2776
+ providers: "Vec<H256>"
2777
+ },
2778
+ clear_insolvent_flag: "Null"
2779
+ }
2780
+ },
2781
+ /**
2782
+ * Lookup293: pallet_bucket_nfts::pallet::Call<T>
2783
+ **/
2784
+ PalletBucketNftsCall: {
2785
+ _enum: {
2786
+ share_access: {
2787
+ recipient: "AccountId20",
2788
+ bucket: "H256",
2789
+ itemId: "u32",
2790
+ readAccessRegex: "Option<Bytes>"
2791
+ },
2792
+ update_read_access: {
2793
+ bucket: "H256",
2794
+ itemId: "u32",
2795
+ readAccessRegex: "Option<Bytes>"
2796
+ }
2797
+ }
2798
+ },
2799
+ /**
2800
+ * Lookup295: pallet_nfts::pallet::Call<T, I>
2801
+ **/
2802
+ PalletNftsCall: {
2803
+ _enum: {
2804
+ create: {
2805
+ admin: "AccountId20",
2806
+ config: "PalletNftsCollectionConfig"
2807
+ },
2808
+ force_create: {
2809
+ owner: "AccountId20",
2810
+ config: "PalletNftsCollectionConfig"
2811
+ },
2812
+ destroy: {
2813
+ collection: "u32",
2814
+ witness: "PalletNftsDestroyWitness"
2815
+ },
2816
+ mint: {
2817
+ collection: "u32",
2818
+ item: "u32",
2819
+ mintTo: "AccountId20",
2820
+ witnessData: "Option<PalletNftsMintWitness>"
2821
+ },
2822
+ force_mint: {
2823
+ collection: "u32",
2824
+ item: "u32",
2825
+ mintTo: "AccountId20",
2826
+ itemConfig: "PalletNftsItemConfig"
2827
+ },
2828
+ burn: {
2829
+ collection: "u32",
2830
+ item: "u32"
2831
+ },
2832
+ transfer: {
2833
+ collection: "u32",
2834
+ item: "u32",
2835
+ dest: "AccountId20"
2836
+ },
2837
+ redeposit: {
2838
+ collection: "u32",
2839
+ items: "Vec<u32>"
2840
+ },
2841
+ lock_item_transfer: {
2842
+ collection: "u32",
2843
+ item: "u32"
2844
+ },
2845
+ unlock_item_transfer: {
2846
+ collection: "u32",
2847
+ item: "u32"
2848
+ },
2849
+ lock_collection: {
2850
+ collection: "u32",
2851
+ lockSettings: "u64"
2852
+ },
2853
+ transfer_ownership: {
2854
+ collection: "u32",
2855
+ newOwner: "AccountId20"
2856
+ },
2857
+ set_team: {
2858
+ collection: "u32",
2859
+ issuer: "Option<AccountId20>",
2860
+ admin: "Option<AccountId20>",
2861
+ freezer: "Option<AccountId20>"
2862
+ },
2863
+ force_collection_owner: {
2864
+ collection: "u32",
2865
+ owner: "AccountId20"
2866
+ },
2867
+ force_collection_config: {
2868
+ collection: "u32",
2869
+ config: "PalletNftsCollectionConfig"
2870
+ },
2871
+ approve_transfer: {
2872
+ collection: "u32",
2873
+ item: "u32",
2874
+ delegate: "AccountId20",
2875
+ maybeDeadline: "Option<u32>"
2876
+ },
2877
+ cancel_approval: {
2878
+ collection: "u32",
2879
+ item: "u32",
2880
+ delegate: "AccountId20"
2881
+ },
2882
+ clear_all_transfer_approvals: {
2883
+ collection: "u32",
2884
+ item: "u32"
2885
+ },
2886
+ lock_item_properties: {
2887
+ collection: "u32",
2888
+ item: "u32",
2889
+ lockMetadata: "bool",
2890
+ lockAttributes: "bool"
2891
+ },
2892
+ set_attribute: {
2893
+ collection: "u32",
2894
+ maybeItem: "Option<u32>",
2895
+ namespace: "PalletNftsAttributeNamespace",
2896
+ key: "Bytes",
2897
+ value: "Bytes"
2898
+ },
2899
+ force_set_attribute: {
2900
+ setAs: "Option<AccountId20>",
2901
+ collection: "u32",
2902
+ maybeItem: "Option<u32>",
2903
+ namespace: "PalletNftsAttributeNamespace",
2904
+ key: "Bytes",
2905
+ value: "Bytes"
2906
+ },
2907
+ clear_attribute: {
2908
+ collection: "u32",
2909
+ maybeItem: "Option<u32>",
2910
+ namespace: "PalletNftsAttributeNamespace",
2911
+ key: "Bytes"
2912
+ },
2913
+ approve_item_attributes: {
2914
+ collection: "u32",
2915
+ item: "u32",
2916
+ delegate: "AccountId20"
2917
+ },
2918
+ cancel_item_attributes_approval: {
2919
+ collection: "u32",
2920
+ item: "u32",
2921
+ delegate: "AccountId20",
2922
+ witness: "PalletNftsCancelAttributesApprovalWitness"
2923
+ },
2924
+ set_metadata: {
2925
+ collection: "u32",
2926
+ item: "u32",
2927
+ data: "Bytes"
2928
+ },
2929
+ clear_metadata: {
2930
+ collection: "u32",
2931
+ item: "u32"
2932
+ },
2933
+ set_collection_metadata: {
2934
+ collection: "u32",
2935
+ data: "Bytes"
2936
+ },
2937
+ clear_collection_metadata: {
2938
+ collection: "u32"
2939
+ },
2940
+ set_accept_ownership: {
2941
+ maybeCollection: "Option<u32>"
2942
+ },
2943
+ set_collection_max_supply: {
2944
+ collection: "u32",
2945
+ maxSupply: "u32"
2946
+ },
2947
+ update_mint_settings: {
2948
+ collection: "u32",
2949
+ mintSettings: "PalletNftsMintSettings"
2950
+ },
2951
+ set_price: {
2952
+ collection: "u32",
2953
+ item: "u32",
2954
+ price: "Option<u128>",
2955
+ whitelistedBuyer: "Option<AccountId20>"
2956
+ },
2957
+ buy_item: {
2958
+ collection: "u32",
2959
+ item: "u32",
2960
+ bidPrice: "u128"
2961
+ },
2962
+ pay_tips: {
2963
+ tips: "Vec<PalletNftsItemTip>"
2964
+ },
2965
+ create_swap: {
2966
+ offeredCollection: "u32",
2967
+ offeredItem: "u32",
2968
+ desiredCollection: "u32",
2969
+ maybeDesiredItem: "Option<u32>",
2970
+ maybePrice: "Option<PalletNftsPriceWithDirection>",
2971
+ duration: "u32"
2972
+ },
2973
+ cancel_swap: {
2974
+ offeredCollection: "u32",
2975
+ offeredItem: "u32"
2976
+ },
2977
+ claim_swap: {
2978
+ sendCollection: "u32",
2979
+ sendItem: "u32",
2980
+ receiveCollection: "u32",
2981
+ receiveItem: "u32",
2982
+ witnessPrice: "Option<PalletNftsPriceWithDirection>"
2983
+ },
2984
+ mint_pre_signed: {
2985
+ mintData: "PalletNftsPreSignedMint",
2986
+ signature: "FpAccountEthereumSignature",
2987
+ signer: "AccountId20"
2988
+ },
2989
+ set_attributes_pre_signed: {
2990
+ data: "PalletNftsPreSignedAttributes",
2991
+ signature: "FpAccountEthereumSignature",
2992
+ signer: "AccountId20"
2993
+ }
2994
+ }
2995
+ },
2996
+ /**
2997
+ * Lookup296: pallet_nfts::types::CollectionConfig<Price, BlockNumber, CollectionId>
2998
+ **/
2999
+ PalletNftsCollectionConfig: {
3000
+ settings: "u64",
3001
+ maxSupply: "Option<u32>",
3002
+ mintSettings: "PalletNftsMintSettings"
3003
+ },
3004
+ /**
3005
+ * Lookup298: pallet_nfts::types::CollectionSetting
3006
+ **/
3007
+ PalletNftsCollectionSetting: {
3008
+ _enum: [
3009
+ "__Unused0",
3010
+ "TransferableItems",
3011
+ "UnlockedMetadata",
3012
+ "__Unused3",
3013
+ "UnlockedAttributes",
3014
+ "__Unused5",
3015
+ "__Unused6",
3016
+ "__Unused7",
3017
+ "UnlockedMaxSupply",
3018
+ "__Unused9",
3019
+ "__Unused10",
3020
+ "__Unused11",
3021
+ "__Unused12",
3022
+ "__Unused13",
3023
+ "__Unused14",
3024
+ "__Unused15",
3025
+ "DepositRequired"
3026
+ ]
3027
+ },
3028
+ /**
3029
+ * Lookup299: pallet_nfts::types::MintSettings<Price, BlockNumber, CollectionId>
3030
+ **/
3031
+ PalletNftsMintSettings: {
3032
+ mintType: "PalletNftsMintType",
3033
+ price: "Option<u128>",
3034
+ startBlock: "Option<u32>",
3035
+ endBlock: "Option<u32>",
3036
+ defaultItemSettings: "u64"
3037
+ },
3038
+ /**
3039
+ * Lookup300: pallet_nfts::types::MintType<CollectionId>
3040
+ **/
3041
+ PalletNftsMintType: {
3042
+ _enum: {
3043
+ Issuer: "Null",
3044
+ Public: "Null",
3045
+ HolderOf: "u32"
3046
+ }
3047
+ },
3048
+ /**
3049
+ * Lookup302: pallet_nfts::types::ItemSetting
3050
+ **/
3051
+ PalletNftsItemSetting: {
3052
+ _enum: ["__Unused0", "Transferable", "UnlockedMetadata", "__Unused3", "UnlockedAttributes"]
3053
+ },
3054
+ /**
3055
+ * Lookup303: pallet_nfts::types::DestroyWitness
3056
+ **/
3057
+ PalletNftsDestroyWitness: {
3058
+ itemMetadatas: "Compact<u32>",
3059
+ itemConfigs: "Compact<u32>",
3060
+ attributes: "Compact<u32>"
3061
+ },
3062
+ /**
3063
+ * Lookup305: pallet_nfts::types::MintWitness<ItemId, Balance>
3064
+ **/
3065
+ PalletNftsMintWitness: {
3066
+ ownedItem: "Option<u32>",
3067
+ mintPrice: "Option<u128>"
3068
+ },
3069
+ /**
3070
+ * Lookup306: pallet_nfts::types::ItemConfig
3071
+ **/
3072
+ PalletNftsItemConfig: {
3073
+ settings: "u64"
3074
+ },
3075
+ /**
3076
+ * Lookup307: pallet_nfts::types::CancelAttributesApprovalWitness
3077
+ **/
3078
+ PalletNftsCancelAttributesApprovalWitness: {
3079
+ accountAttributes: "u32"
3080
+ },
3081
+ /**
3082
+ * Lookup309: pallet_nfts::types::ItemTip<CollectionId, ItemId, fp_account::AccountId20, Amount>
3083
+ **/
3084
+ PalletNftsItemTip: {
3085
+ collection: "u32",
3086
+ item: "u32",
3087
+ receiver: "AccountId20",
3088
+ amount: "u128"
3089
+ },
3090
+ /**
3091
+ * Lookup311: pallet_nfts::types::PreSignedMint<CollectionId, ItemId, fp_account::AccountId20, Deadline, Balance>
3092
+ **/
3093
+ PalletNftsPreSignedMint: {
3094
+ collection: "u32",
3095
+ item: "u32",
3096
+ attributes: "Vec<(Bytes,Bytes)>",
3097
+ metadata: "Bytes",
3098
+ onlyAccount: "Option<AccountId20>",
3099
+ deadline: "u32",
3100
+ mintPrice: "Option<u128>"
3101
+ },
3102
+ /**
3103
+ * Lookup312: pallet_nfts::types::PreSignedAttributes<CollectionId, ItemId, fp_account::AccountId20, Deadline>
3104
+ **/
3105
+ PalletNftsPreSignedAttributes: {
3106
+ collection: "u32",
3107
+ item: "u32",
3108
+ attributes: "Vec<(Bytes,Bytes)>",
3109
+ namespace: "PalletNftsAttributeNamespace",
3110
+ deadline: "u32"
3111
+ },
3112
+ /**
3113
+ * Lookup313: pallet_sudo::pallet::Error<T>
3114
+ **/
3115
+ PalletSudoError: {
3116
+ _enum: ["RequireSudo"]
3117
+ },
3118
+ /**
3119
+ * Lookup315: fp_rpc::TransactionStatus
3120
+ **/
3121
+ FpRpcTransactionStatus: {
3122
+ transactionHash: "H256",
3123
+ transactionIndex: "u32",
3124
+ from: "H160",
3125
+ to: "Option<H160>",
3126
+ contractAddress: "Option<H160>",
3127
+ logs: "Vec<EthereumLog>",
3128
+ logsBloom: "EthbloomBloom"
3129
+ },
3130
+ /**
3131
+ * Lookup318: ethbloom::Bloom
3132
+ **/
3133
+ EthbloomBloom: "[u8;256]",
3134
+ /**
3135
+ * Lookup320: ethereum::receipt::ReceiptV3
3136
+ **/
3137
+ EthereumReceiptReceiptV3: {
3138
+ _enum: {
3139
+ Legacy: "EthereumReceiptEip658ReceiptData",
3140
+ EIP2930: "EthereumReceiptEip658ReceiptData",
3141
+ EIP1559: "EthereumReceiptEip658ReceiptData"
3142
+ }
3143
+ },
3144
+ /**
3145
+ * Lookup321: ethereum::receipt::EIP658ReceiptData
3146
+ **/
3147
+ EthereumReceiptEip658ReceiptData: {
3148
+ statusCode: "u8",
3149
+ usedGas: "U256",
3150
+ logsBloom: "EthbloomBloom",
3151
+ logs: "Vec<EthereumLog>"
3152
+ },
3153
+ /**
3154
+ * Lookup322: ethereum::block::Block<ethereum::transaction::TransactionV2>
3155
+ **/
3156
+ EthereumBlock: {
3157
+ header: "EthereumHeader",
3158
+ transactions: "Vec<EthereumTransactionTransactionV2>",
3159
+ ommers: "Vec<EthereumHeader>"
3160
+ },
3161
+ /**
3162
+ * Lookup323: ethereum::header::Header
3163
+ **/
3164
+ EthereumHeader: {
3165
+ parentHash: "H256",
3166
+ ommersHash: "H256",
3167
+ beneficiary: "H160",
3168
+ stateRoot: "H256",
3169
+ transactionsRoot: "H256",
3170
+ receiptsRoot: "H256",
3171
+ logsBloom: "EthbloomBloom",
3172
+ difficulty: "U256",
3173
+ number: "U256",
3174
+ gasLimit: "U256",
3175
+ gasUsed: "U256",
3176
+ timestamp: "u64",
3177
+ extraData: "Bytes",
3178
+ mixHash: "H256",
3179
+ nonce: "EthereumTypesHashH64"
3180
+ },
3181
+ /**
3182
+ * Lookup324: ethereum_types::hash::H64
3183
+ **/
3184
+ EthereumTypesHashH64: "[u8;8]",
3185
+ /**
3186
+ * Lookup329: pallet_ethereum::pallet::Error<T>
3187
+ **/
3188
+ PalletEthereumError: {
3189
+ _enum: ["InvalidSignature", "PreLogExists"]
3190
+ },
3191
+ /**
3192
+ * Lookup330: pallet_evm::CodeMetadata
3193
+ **/
3194
+ PalletEvmCodeMetadata: {
3195
+ _alias: {
3196
+ size_: "size",
3197
+ hash_: "hash"
3198
+ },
3199
+ size_: "u64",
3200
+ hash_: "H256"
3201
+ },
3202
+ /**
3203
+ * Lookup332: pallet_evm::pallet::Error<T>
3204
+ **/
3205
+ PalletEvmError: {
3206
+ _enum: [
3207
+ "BalanceLow",
3208
+ "FeeOverflow",
3209
+ "PaymentOverflow",
3210
+ "WithdrawFailed",
3211
+ "GasPriceTooLow",
3212
+ "InvalidNonce",
3213
+ "GasLimitTooLow",
3214
+ "GasLimitTooHigh",
3215
+ "InvalidChainId",
3216
+ "InvalidSignature",
3217
+ "Reentrancy",
3218
+ "TransactionMustComeFromEOA",
3219
+ "Undefined"
3220
+ ]
3221
+ },
3222
+ /**
3223
+ * Lookup333: pallet_storage_providers::types::SignUpRequest<T>
3224
+ **/
3225
+ PalletStorageProvidersSignUpRequest: {
3226
+ spSignUpRequest: "PalletStorageProvidersSignUpRequestSpParams",
3227
+ at: "u32"
3228
+ },
3229
+ /**
3230
+ * Lookup334: pallet_storage_providers::types::SignUpRequestSpParams<T>
3231
+ **/
3232
+ PalletStorageProvidersSignUpRequestSpParams: {
3233
+ _enum: {
3234
+ BackupStorageProvider: "PalletStorageProvidersBackupStorageProvider",
3235
+ MainStorageProvider: "PalletStorageProvidersMainStorageProviderSignUpRequest"
3236
+ }
3237
+ },
3238
+ /**
3239
+ * Lookup335: pallet_storage_providers::types::BackupStorageProvider<T>
3240
+ **/
3241
+ PalletStorageProvidersBackupStorageProvider: {
3242
+ capacity: "u64",
3243
+ capacityUsed: "u64",
3244
+ multiaddresses: "Vec<Bytes>",
3245
+ root: "H256",
3246
+ lastCapacityChange: "u32",
3247
+ ownerAccount: "AccountId20",
3248
+ paymentAccount: "AccountId20",
3249
+ reputationWeight: "u32",
3250
+ signUpBlock: "u32"
3251
+ },
3252
+ /**
3253
+ * Lookup336: pallet_storage_providers::types::MainStorageProviderSignUpRequest<T>
3254
+ **/
3255
+ PalletStorageProvidersMainStorageProviderSignUpRequest: {
3256
+ mspInfo: "PalletStorageProvidersMainStorageProvider",
3257
+ valueProp: "PalletStorageProvidersValueProposition"
3258
+ },
3259
+ /**
3260
+ * Lookup337: pallet_storage_providers::types::MainStorageProvider<T>
3261
+ **/
3262
+ PalletStorageProvidersMainStorageProvider: {
3263
+ capacity: "u64",
3264
+ capacityUsed: "u64",
3265
+ multiaddresses: "Vec<Bytes>",
3266
+ amountOfBuckets: "u128",
3267
+ amountOfValueProps: "u32",
3268
+ lastCapacityChange: "u32",
3269
+ ownerAccount: "AccountId20",
3270
+ paymentAccount: "AccountId20",
3271
+ signUpBlock: "u32"
3272
+ },
3273
+ /**
3274
+ * Lookup338: pallet_storage_providers::types::Bucket<T>
3275
+ **/
3276
+ PalletStorageProvidersBucket: {
3277
+ _alias: {
3278
+ size_: "size"
3279
+ },
3280
+ root: "H256",
3281
+ userId: "AccountId20",
3282
+ mspId: "Option<H256>",
3283
+ private: "bool",
3284
+ readAccessGroupId: "Option<u32>",
3285
+ size_: "u64",
3286
+ valuePropId: "H256"
3287
+ },
3288
+ /**
3289
+ * Lookup342: pallet_storage_providers::pallet::Error<T>
3290
+ **/
3291
+ PalletStorageProvidersError: {
3292
+ _enum: [
3293
+ "AlreadyRegistered",
3294
+ "SignUpNotRequested",
3295
+ "SignUpRequestPending",
3296
+ "NoMultiAddress",
3297
+ "InvalidMultiAddress",
3298
+ "StorageTooLow",
3299
+ "NotEnoughBalance",
3300
+ "CannotHoldDeposit",
3301
+ "StorageStillInUse",
3302
+ "SignOffPeriodNotPassed",
3303
+ "RandomnessNotValidYet",
3304
+ "SignUpRequestExpired",
3305
+ "NewCapacityLessThanUsedStorage",
3306
+ "NewCapacityEqualsCurrentCapacity",
3307
+ "NewCapacityCantBeZero",
3308
+ "NotEnoughTimePassed",
3309
+ "NewUsedCapacityExceedsStorageCapacity",
3310
+ "DepositTooLow",
3311
+ "NotRegistered",
3312
+ "NoUserId",
3313
+ "NoBucketId",
3314
+ "SpRegisteredButDataNotFound",
3315
+ "BucketNotFound",
3316
+ "BucketAlreadyExists",
3317
+ "BucketNotEmpty",
3318
+ "BucketsMovedAmountMismatch",
3319
+ "AppendBucketToMspFailed",
3320
+ "ProviderNotSlashable",
3321
+ "TopUpNotRequired",
3322
+ "BucketMustHaveMspForOperation",
3323
+ "MultiAddressesMaxAmountReached",
3324
+ "MultiAddressNotFound",
3325
+ "MultiAddressAlreadyExists",
3326
+ "LastMultiAddressCantBeRemoved",
3327
+ "ValuePropositionNotFound",
3328
+ "ValuePropositionAlreadyExists",
3329
+ "ValuePropositionNotAvailable",
3330
+ "CantDeactivateLastValueProp",
3331
+ "ValuePropositionsDeletedAmountMismatch",
3332
+ "FixedRatePaymentStreamNotFound",
3333
+ "MspAlreadyAssignedToBucket",
3334
+ "BucketSizeExceedsLimit",
3335
+ "BucketHasNoValueProposition",
3336
+ "MaxBlockNumberReached",
3337
+ "OperationNotAllowedForInsolventProvider",
3338
+ "DeleteProviderConditionsNotMet",
3339
+ "CannotStopCycleWithNonDefaultRoot",
3340
+ "BspOnlyOperation",
3341
+ "MspOnlyOperation",
3342
+ "InvalidEncodedFileMetadata",
3343
+ "InvalidEncodedAccountId",
3344
+ "PaymentStreamNotFound"
3345
+ ]
3346
+ },
3347
+ /**
3348
+ * Lookup343: pallet_file_system::types::StorageRequestMetadata<T>
3349
+ **/
3350
+ PalletFileSystemStorageRequestMetadata: {
3351
+ _alias: {
3352
+ size_: "size"
3353
+ },
3354
+ requestedAt: "u32",
3355
+ expiresAt: "u32",
3356
+ owner: "AccountId20",
3357
+ bucketId: "H256",
3358
+ location: "Bytes",
3359
+ fingerprint: "H256",
3360
+ size_: "u64",
3361
+ msp: "Option<(H256,bool)>",
3362
+ userPeerIds: "Vec<Bytes>",
3363
+ bspsRequired: "u32",
3364
+ bspsConfirmed: "u32",
3365
+ bspsVolunteered: "u32",
3366
+ depositPaid: "u128"
3367
+ },
3368
+ /**
3369
+ * Lookup346: pallet_file_system::types::StorageRequestBspsMetadata<T>
3370
+ **/
3371
+ PalletFileSystemStorageRequestBspsMetadata: {
3372
+ confirmed: "bool"
3373
+ },
3374
+ /**
3375
+ * Lookup349: pallet_file_system::types::PendingFileDeletionRequest<T>
3376
+ **/
3377
+ PalletFileSystemPendingFileDeletionRequest: {
3378
+ user: "AccountId20",
3379
+ fileKey: "H256",
3380
+ bucketId: "H256",
3381
+ fileSize: "u64",
3382
+ depositPaidForCreation: "u128",
3383
+ queuePriorityChallenge: "bool"
3384
+ },
3385
+ /**
3386
+ * Lookup351: pallet_file_system::types::PendingStopStoringRequest<T>
3387
+ **/
3388
+ PalletFileSystemPendingStopStoringRequest: {
3389
+ tickWhenRequested: "u32",
3390
+ fileOwner: "AccountId20",
3391
+ fileSize: "u64"
3392
+ },
3393
+ /**
3394
+ * Lookup352: pallet_file_system::types::MoveBucketRequestMetadata<T>
3395
+ **/
3396
+ PalletFileSystemMoveBucketRequestMetadata: {
3397
+ requester: "AccountId20",
3398
+ newMspId: "H256",
3399
+ newValuePropId: "H256"
3400
+ },
3401
+ /**
3402
+ * Lookup353: pallet_file_system::types::IncompleteStorageRequestMetadata<T>
3403
+ **/
3404
+ PalletFileSystemIncompleteStorageRequestMetadata: {
3405
+ owner: "AccountId20",
3406
+ bucketId: "H256",
3407
+ location: "Bytes",
3408
+ fileSize: "u64",
3409
+ fingerprint: "H256",
3410
+ pendingBspRemovals: "Vec<H256>",
3411
+ pendingBucketRemoval: "bool"
3412
+ },
3413
+ /**
3414
+ * Lookup355: pallet_file_system::pallet::Error<T>
3415
+ **/
3416
+ PalletFileSystemError: {
3417
+ _enum: [
3418
+ "StorageRequestAlreadyRegistered",
3419
+ "StorageRequestNotFound",
3420
+ "StorageRequestNotRevoked",
3421
+ "StorageRequestExists",
3422
+ "ReplicationTargetCannotBeZero",
3423
+ "ReplicationTargetExceedsMaximum",
3424
+ "MaxReplicationTargetSmallerThanDefault",
3425
+ "NotABsp",
3426
+ "NotAMsp",
3427
+ "NotASp",
3428
+ "BspNotVolunteered",
3429
+ "BspNotConfirmed",
3430
+ "BspAlreadyConfirmed",
3431
+ "StorageRequestBspsRequiredFulfilled",
3432
+ "BspAlreadyVolunteered",
3433
+ "InsufficientAvailableCapacity",
3434
+ "UnexpectedNumberOfRemovedVolunteeredBsps",
3435
+ "BspNotEligibleToVolunteer",
3436
+ "StorageRequestExpiredNoSlotAvailable",
3437
+ "StorageRequestNotAuthorized",
3438
+ "MaxTickNumberReached",
3439
+ "FailedToEncodeBsp",
3440
+ "FailedToEncodeFingerprint",
3441
+ "FailedToDecodeThreshold",
3442
+ "AboveThreshold",
3443
+ "ThresholdArithmeticError",
3444
+ "FailedTypeConversion",
3445
+ "DividedByZero",
3446
+ "ImpossibleFailedToGetValue",
3447
+ "BucketIsNotPrivate",
3448
+ "BucketNotFound",
3449
+ "BucketNotEmpty",
3450
+ "NotBucketOwner",
3451
+ "ValuePropositionNotAvailable",
3452
+ "CollectionNotFound",
3453
+ "ProviderRootNotFound",
3454
+ "ExpectedNonInclusionProof",
3455
+ "ExpectedInclusionProof",
3456
+ "InvalidFileKeyMetadata",
3457
+ "ThresholdBelowAsymptote",
3458
+ "NotFileOwner",
3459
+ "FileKeyAlreadyPendingDeletion",
3460
+ "MaxUserPendingDeletionRequestsReached",
3461
+ "MspNotStoringBucket",
3462
+ "FileKeyNotPendingDeletion",
3463
+ "FileSizeCannotBeZero",
3464
+ "NoGlobalReputationWeightSet",
3465
+ "NoBspReputationWeightSet",
3466
+ "MaximumThresholdCannotBeZero",
3467
+ "TickRangeToMaximumThresholdCannotBeZero",
3468
+ "PendingStopStoringRequestNotFound",
3469
+ "MinWaitForStopStoringNotReached",
3470
+ "PendingStopStoringRequestAlreadyExists",
3471
+ "OperationNotAllowedWithInsolventUser",
3472
+ "UserNotInsolvent",
3473
+ "NotSelectedMsp",
3474
+ "MspAlreadyConfirmed",
3475
+ "RequestWithoutMsp",
3476
+ "MspAlreadyStoringBucket",
3477
+ "MoveBucketRequestNotFound",
3478
+ "BucketIsBeingMoved",
3479
+ "BspAlreadyDataServer",
3480
+ "BspDataServersExceeded",
3481
+ "FileMetadataProcessingQueueFull",
3482
+ "TooManyBatchResponses",
3483
+ "TooManyStorageRequestResponses",
3484
+ "InvalidBucketIdFileKeyPair",
3485
+ "InconsistentStateKeyAlreadyExists",
3486
+ "FixedRatePaymentStreamNotFound",
3487
+ "DynamicRatePaymentStreamNotFound",
3488
+ "CannotHoldDeposit",
3489
+ "FailedToQueryEarliestFileVolunteerTick",
3490
+ "FailedToGetOwnerAccount",
3491
+ "FailedToGetPaymentAccount",
3492
+ "NoFileKeysToConfirm",
3493
+ "RootNotUpdated",
3494
+ "NoPrivacyChange",
3495
+ "OperationNotAllowedForInsolventProvider",
3496
+ "OperationNotAllowedWhileBucketIsNotStoredByMsp",
3497
+ "FailedToComputeFileKey",
3498
+ "FailedToCreateFileMetadata",
3499
+ "InvalidSignature",
3500
+ "ForestProofVerificationFailed",
3501
+ "ProviderNotStoringFile",
3502
+ "InvalidProviderID",
3503
+ "InvalidSignedOperation",
3504
+ "FileKeyMismatch",
3505
+ "IncompleteStorageRequestNotFound"
3506
+ ]
3507
+ },
3508
+ /**
3509
+ * Lookup357: pallet_proofs_dealer::types::ProofSubmissionRecord<T>
3510
+ **/
3511
+ PalletProofsDealerProofSubmissionRecord: {
3512
+ lastTickProven: "u32",
3513
+ nextTickToSubmitProofFor: "u32"
3514
+ },
3515
+ /**
3516
+ * Lookup364: pallet_proofs_dealer::pallet::Error<T>
3517
+ **/
3518
+ PalletProofsDealerError: {
3519
+ _enum: [
3520
+ "NotProvider",
3521
+ "ChallengesQueueOverflow",
3522
+ "PriorityChallengesQueueOverflow",
3523
+ "FeeChargeFailed",
3524
+ "EmptyKeyProofs",
3525
+ "ProviderRootNotFound",
3526
+ "ZeroRoot",
3527
+ "NoRecordOfLastSubmittedProof",
3528
+ "ProviderStakeNotFound",
3529
+ "ZeroStake",
3530
+ "StakeCouldNotBeConverted",
3531
+ "ChallengesTickNotReached",
3532
+ "ChallengesTickTooOld",
3533
+ "ChallengesTickTooLate",
3534
+ "SeedNotFound",
3535
+ "CheckpointChallengesNotFound",
3536
+ "ForestProofVerificationFailed",
3537
+ "IncorrectNumberOfKeyProofs",
3538
+ "KeyProofNotFound",
3539
+ "KeyProofVerificationFailed",
3540
+ "FailedToApplyDelta",
3541
+ "UnexpectedNumberOfRemoveMutations",
3542
+ "FailedToUpdateProviderAfterKeyRemoval",
3543
+ "TooManyValidProofSubmitters"
3544
+ ]
3545
+ },
3546
+ /**
3547
+ * Lookup366: pallet_payment_streams::types::FixedRatePaymentStream<T>
3548
+ **/
3549
+ PalletPaymentStreamsFixedRatePaymentStream: {
3550
+ rate: "u128",
3551
+ lastChargedTick: "u32",
3552
+ userDeposit: "u128",
3553
+ outOfFundsTick: "Option<u32>"
3554
+ },
3555
+ /**
3556
+ * Lookup367: pallet_payment_streams::types::DynamicRatePaymentStream<T>
3557
+ **/
3558
+ PalletPaymentStreamsDynamicRatePaymentStream: {
3559
+ amountProvided: "u64",
3560
+ priceIndexWhenLastCharged: "u128",
3561
+ userDeposit: "u128",
3562
+ outOfFundsTick: "Option<u32>"
3563
+ },
3564
+ /**
3565
+ * Lookup368: pallet_payment_streams::types::ProviderLastChargeableInfo<T>
3566
+ **/
3567
+ PalletPaymentStreamsProviderLastChargeableInfo: {
3568
+ lastChargeableTick: "u32",
3569
+ priceIndex: "u128"
3570
+ },
3571
+ /**
3572
+ * Lookup369: pallet_payment_streams::pallet::Error<T>
3573
+ **/
3574
+ PalletPaymentStreamsError: {
3575
+ _enum: [
3576
+ "PaymentStreamAlreadyExists",
3577
+ "PaymentStreamNotFound",
3578
+ "NotAProvider",
3579
+ "ProviderInconsistencyError",
3580
+ "CannotHoldDeposit",
3581
+ "UpdateRateToSameRate",
3582
+ "UpdateAmountToSameAmount",
3583
+ "RateCantBeZero",
3584
+ "AmountProvidedCantBeZero",
3585
+ "LastChargedGreaterThanLastChargeable",
3586
+ "InvalidLastChargeableBlockNumber",
3587
+ "InvalidLastChargeablePriceIndex",
3588
+ "ChargeOverflow",
3589
+ "UserWithoutFunds",
3590
+ "UserNotFlaggedAsWithoutFunds",
3591
+ "CooldownPeriodNotPassed",
3592
+ "UserHasRemainingDebt",
3593
+ "ProviderInsolvent"
3594
+ ]
3595
+ },
3596
+ /**
3597
+ * Lookup370: pallet_bucket_nfts::pallet::Error<T>
3598
+ **/
3599
+ PalletBucketNftsError: {
3600
+ _enum: [
3601
+ "BucketIsNotPrivate",
3602
+ "NotBucketOwner",
3603
+ "NoCorrespondingCollection",
3604
+ "ConvertBytesToBoundedVec"
3605
+ ]
3606
+ },
3607
+ /**
3608
+ * Lookup371: pallet_nfts::types::CollectionDetails<fp_account::AccountId20, DepositBalance>
3609
+ **/
3610
+ PalletNftsCollectionDetails: {
3611
+ owner: "AccountId20",
3612
+ ownerDeposit: "u128",
3613
+ items: "u32",
3614
+ itemMetadatas: "u32",
3615
+ itemConfigs: "u32",
3616
+ attributes: "u32"
3617
+ },
3618
+ /**
3619
+ * Lookup376: pallet_nfts::types::CollectionRole
3620
+ **/
3621
+ PalletNftsCollectionRole: {
3622
+ _enum: ["__Unused0", "Issuer", "Freezer", "__Unused3", "Admin"]
3623
+ },
3624
+ /**
3625
+ * Lookup377: pallet_nfts::types::ItemDetails<fp_account::AccountId20, pallet_nfts::types::ItemDeposit<DepositBalance, fp_account::AccountId20>, bounded_collections::bounded_btree_map::BoundedBTreeMap<fp_account::AccountId20, Option<T>, S>>
3626
+ **/
3627
+ PalletNftsItemDetails: {
3628
+ owner: "AccountId20",
3629
+ approvals: "BTreeMap<AccountId20, Option<u32>>",
3630
+ deposit: "PalletNftsItemDeposit"
3631
+ },
3632
+ /**
3633
+ * Lookup378: pallet_nfts::types::ItemDeposit<DepositBalance, fp_account::AccountId20>
3634
+ **/
3635
+ PalletNftsItemDeposit: {
3636
+ account: "AccountId20",
3637
+ amount: "u128"
3638
+ },
3639
+ /**
3640
+ * Lookup383: pallet_nfts::types::CollectionMetadata<Deposit, StringLimit>
3641
+ **/
3642
+ PalletNftsCollectionMetadata: {
3643
+ deposit: "u128",
3644
+ data: "Bytes"
3645
+ },
3646
+ /**
3647
+ * Lookup384: pallet_nfts::types::ItemMetadata<pallet_nfts::types::ItemMetadataDeposit<DepositBalance, fp_account::AccountId20>, StringLimit>
3648
+ **/
3649
+ PalletNftsItemMetadata: {
3650
+ deposit: "PalletNftsItemMetadataDeposit",
3651
+ data: "Bytes"
3652
+ },
3653
+ /**
3654
+ * Lookup385: pallet_nfts::types::ItemMetadataDeposit<DepositBalance, fp_account::AccountId20>
3655
+ **/
3656
+ PalletNftsItemMetadataDeposit: {
3657
+ account: "Option<AccountId20>",
3658
+ amount: "u128"
3659
+ },
3660
+ /**
3661
+ * Lookup388: pallet_nfts::types::AttributeDeposit<DepositBalance, fp_account::AccountId20>
3662
+ **/
3663
+ PalletNftsAttributeDeposit: {
3664
+ account: "Option<AccountId20>",
3665
+ amount: "u128"
3666
+ },
3667
+ /**
3668
+ * Lookup392: pallet_nfts::types::PendingSwap<CollectionId, ItemId, pallet_nfts::types::PriceWithDirection<Amount>, Deadline>
3669
+ **/
3670
+ PalletNftsPendingSwap: {
3671
+ desiredCollection: "u32",
3672
+ desiredItem: "Option<u32>",
3673
+ price: "Option<PalletNftsPriceWithDirection>",
3674
+ deadline: "u32"
3675
+ },
3676
+ /**
3677
+ * Lookup394: pallet_nfts::types::PalletFeature
3678
+ **/
3679
+ PalletNftsPalletFeature: {
3680
+ _enum: [
3681
+ "__Unused0",
3682
+ "Trading",
3683
+ "Attributes",
3684
+ "__Unused3",
3685
+ "Approvals",
3686
+ "__Unused5",
3687
+ "__Unused6",
3688
+ "__Unused7",
3689
+ "Swaps"
3690
+ ]
3691
+ },
3692
+ /**
3693
+ * Lookup395: pallet_nfts::pallet::Error<T, I>
3694
+ **/
3695
+ PalletNftsError: {
3696
+ _enum: [
3697
+ "NoPermission",
3698
+ "UnknownCollection",
3699
+ "AlreadyExists",
3700
+ "ApprovalExpired",
3701
+ "WrongOwner",
3702
+ "BadWitness",
3703
+ "CollectionIdInUse",
3704
+ "ItemsNonTransferable",
3705
+ "NotDelegate",
3706
+ "WrongDelegate",
3707
+ "Unapproved",
3708
+ "Unaccepted",
3709
+ "ItemLocked",
3710
+ "LockedItemAttributes",
3711
+ "LockedCollectionAttributes",
3712
+ "LockedItemMetadata",
3713
+ "LockedCollectionMetadata",
3714
+ "MaxSupplyReached",
3715
+ "MaxSupplyLocked",
3716
+ "MaxSupplyTooSmall",
3717
+ "UnknownItem",
3718
+ "UnknownSwap",
3719
+ "MetadataNotFound",
3720
+ "AttributeNotFound",
3721
+ "NotForSale",
3722
+ "BidTooLow",
3723
+ "ReachedApprovalLimit",
3724
+ "DeadlineExpired",
3725
+ "WrongDuration",
3726
+ "MethodDisabled",
3727
+ "WrongSetting",
3728
+ "InconsistentItemConfig",
3729
+ "NoConfig",
3730
+ "RolesNotCleared",
3731
+ "MintNotStarted",
3732
+ "MintEnded",
3733
+ "AlreadyClaimed",
3734
+ "IncorrectData",
3735
+ "WrongOrigin",
3736
+ "WrongSignature",
3737
+ "IncorrectMetadata",
3738
+ "MaxAttributesLimitReached",
3739
+ "WrongNamespace",
3740
+ "CollectionNotEmpty",
3741
+ "WitnessRequired"
3742
+ ]
3743
+ },
3744
+ /**
3745
+ * Lookup398: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender<T>
3746
+ **/
3747
+ FrameSystemExtensionsCheckNonZeroSender: "Null",
3748
+ /**
3749
+ * Lookup399: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
3750
+ **/
3751
+ FrameSystemExtensionsCheckSpecVersion: "Null",
3752
+ /**
3753
+ * Lookup400: frame_system::extensions::check_tx_version::CheckTxVersion<T>
3754
+ **/
3755
+ FrameSystemExtensionsCheckTxVersion: "Null",
3756
+ /**
3757
+ * Lookup401: frame_system::extensions::check_genesis::CheckGenesis<T>
3758
+ **/
3759
+ FrameSystemExtensionsCheckGenesis: "Null",
3760
+ /**
3761
+ * Lookup404: frame_system::extensions::check_nonce::CheckNonce<T>
3762
+ **/
3763
+ FrameSystemExtensionsCheckNonce: "Compact<u32>",
3764
+ /**
3765
+ * Lookup405: frame_system::extensions::check_weight::CheckWeight<T>
3766
+ **/
3767
+ FrameSystemExtensionsCheckWeight: "Null",
3768
+ /**
3769
+ * Lookup406: pallet_transaction_payment::ChargeTransactionPayment<T>
3770
+ **/
3771
+ PalletTransactionPaymentChargeTransactionPayment: "Compact<u128>",
3772
+ /**
3773
+ * Lookup407: frame_metadata_hash_extension::CheckMetadataHash<T>
3774
+ **/
3775
+ FrameMetadataHashExtensionCheckMetadataHash: {
3776
+ mode: "FrameMetadataHashExtensionMode"
3777
+ },
3778
+ /**
3779
+ * Lookup408: frame_metadata_hash_extension::Mode
3780
+ **/
3781
+ FrameMetadataHashExtensionMode: {
3782
+ _enum: ["Disabled", "Enabled"]
3783
+ },
3784
+ /**
3785
+ * Lookup410: sh_solochain_evm_runtime::Runtime
3786
+ **/
3787
+ ShSolochainEvmRuntimeRuntime: "Null"
3788
+ };