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