@functionland/react-native-fula 1.44.0 → 1.44.1

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 (73) hide show
  1. package/LICENSE +20 -20
  2. package/README.md +226 -226
  3. package/android/gradle.properties +5 -5
  4. package/android/src/main/AndroidManifest.xml +3 -3
  5. package/android/src/main/AndroidManifestNew.xml +2 -2
  6. package/android/src/main/java/land/fx/fula/ConfigRef.java +7 -7
  7. package/android/src/main/java/land/fx/fula/Cryptography.java +62 -62
  8. package/android/src/main/java/land/fx/fula/FulaModule.java +2 -2
  9. package/android/src/main/java/land/fx/fula/FulaPackage.java +32 -32
  10. package/android/src/main/java/land/fx/fula/SharedPreferenceHelper.java +65 -65
  11. package/android/src/main/java/land/fx/fula/StaticHelper.java +13 -13
  12. package/android/src/main/java/land/fx/fula/ThreadUtils.java +42 -42
  13. package/ios/Cryptography.swift +49 -49
  14. package/ios/Fula-Bridging-Header.h +3 -3
  15. package/ios/UserDataHelper.swift +143 -143
  16. package/lib/commonjs/index.js.map +1 -1
  17. package/lib/commonjs/interfaces/augment-api-errors.js.map +1 -1
  18. package/lib/commonjs/interfaces/augment-api-rpc.js.map +1 -1
  19. package/lib/commonjs/interfaces/augment-api-runtime.js.map +1 -1
  20. package/lib/commonjs/interfaces/augment-api.js.map +1 -1
  21. package/lib/commonjs/interfaces/augment-types.js.map +1 -1
  22. package/lib/commonjs/interfaces/fulaNativeModule.js.map +1 -1
  23. package/lib/commonjs/interfaces/index.js.map +1 -1
  24. package/lib/commonjs/interfaces/lookup.js +278 -278
  25. package/lib/commonjs/interfaces/lookup.js.map +1 -1
  26. package/lib/commonjs/interfaces/registry.js.map +1 -1
  27. package/lib/commonjs/interfaces/types-lookup.js.map +1 -1
  28. package/lib/commonjs/interfaces/types.js.map +1 -1
  29. package/lib/commonjs/protocols/blockchain.js.map +1 -1
  30. package/lib/commonjs/protocols/chain-api.js.map +1 -1
  31. package/lib/commonjs/protocols/fula.js +106 -106
  32. package/lib/commonjs/protocols/fula.js.map +1 -1
  33. package/lib/commonjs/protocols/fxblox.js +2 -0
  34. package/lib/commonjs/protocols/fxblox.js.map +1 -1
  35. package/lib/commonjs/types/blockchain.js.map +1 -1
  36. package/lib/commonjs/types/fxblox.js.map +1 -1
  37. package/lib/module/index.js.map +1 -1
  38. package/lib/module/interfaces/augment-api-errors.js.map +1 -1
  39. package/lib/module/interfaces/augment-api-rpc.js.map +1 -1
  40. package/lib/module/interfaces/augment-api-runtime.js.map +1 -1
  41. package/lib/module/interfaces/augment-api.js.map +1 -1
  42. package/lib/module/interfaces/augment-types.js.map +1 -1
  43. package/lib/module/interfaces/fulaNativeModule.js.map +1 -1
  44. package/lib/module/interfaces/index.js.map +1 -1
  45. package/lib/module/interfaces/lookup.js +278 -278
  46. package/lib/module/interfaces/lookup.js.map +1 -1
  47. package/lib/module/interfaces/registry.js.map +1 -1
  48. package/lib/module/interfaces/types-lookup.js.map +1 -1
  49. package/lib/module/interfaces/types.js.map +1 -1
  50. package/lib/module/protocols/blockchain.js.map +1 -1
  51. package/lib/module/protocols/chain-api.js.map +1 -1
  52. package/lib/module/protocols/fula.js +106 -106
  53. package/lib/module/protocols/fula.js.map +1 -1
  54. package/lib/module/protocols/fxblox.js +2 -0
  55. package/lib/module/protocols/fxblox.js.map +1 -1
  56. package/lib/module/types/blockchain.js.map +1 -1
  57. package/lib/module/types/fxblox.js.map +1 -1
  58. package/lib/typescript/protocols/fxblox.d.ts.map +1 -1
  59. package/package.json +1 -1
  60. package/react-native-fula.podspec +47 -47
  61. package/src/index.tsx +4 -4
  62. package/src/interfaces/augment-api-errors.ts +449 -449
  63. package/src/interfaces/augment-api-rpc.ts +617 -617
  64. package/src/interfaces/augment-api-runtime.ts +224 -224
  65. package/src/interfaces/augment-api.ts +10 -10
  66. package/src/interfaces/augment-types.ts +1230 -1230
  67. package/src/interfaces/index.ts +4 -4
  68. package/src/interfaces/lookup.ts +1889 -1889
  69. package/src/interfaces/registry.ts +152 -152
  70. package/src/interfaces/types-lookup.ts +2043 -2043
  71. package/src/interfaces/types.ts +3 -3
  72. package/src/protocols/fula.ts +427 -427
  73. package/src/protocols/fxblox.ts +2 -0
@@ -1,1889 +1,1889 @@
1
- // Auto-generated via `yarn polkadot-types-from-defs`, do not edit
2
- /* eslint-disable */
3
-
4
- /* eslint-disable sort-keys */
5
-
6
- export default {
7
- /**
8
- * Lookup3: frame_system::AccountInfo<Index, pallet_balances::types::AccountData<Balance>>
9
- **/
10
- FrameSystemAccountInfo: {
11
- nonce: 'u32',
12
- consumers: 'u32',
13
- providers: 'u32',
14
- sufficients: 'u32',
15
- data: 'PalletBalancesAccountData'
16
- },
17
- /**
18
- * Lookup5: pallet_balances::types::AccountData<Balance>
19
- **/
20
- PalletBalancesAccountData: {
21
- free: 'u128',
22
- reserved: 'u128',
23
- frozen: 'u128',
24
- flags: 'u128'
25
- },
26
- /**
27
- * Lookup8: frame_support::dispatch::PerDispatchClass<sp_weights::weight_v2::Weight>
28
- **/
29
- FrameSupportDispatchPerDispatchClassWeight: {
30
- normal: 'SpWeightsWeightV2Weight',
31
- operational: 'SpWeightsWeightV2Weight',
32
- mandatory: 'SpWeightsWeightV2Weight'
33
- },
34
- /**
35
- * Lookup9: sp_weights::weight_v2::Weight
36
- **/
37
- SpWeightsWeightV2Weight: {
38
- refTime: 'Compact<u64>',
39
- proofSize: 'Compact<u64>'
40
- },
41
- /**
42
- * Lookup14: sp_runtime::generic::digest::Digest
43
- **/
44
- SpRuntimeDigest: {
45
- logs: 'Vec<SpRuntimeDigestDigestItem>'
46
- },
47
- /**
48
- * Lookup16: sp_runtime::generic::digest::DigestItem
49
- **/
50
- SpRuntimeDigestDigestItem: {
51
- _enum: {
52
- Other: 'Bytes',
53
- __Unused1: 'Null',
54
- __Unused2: 'Null',
55
- __Unused3: 'Null',
56
- Consensus: '([u8;4],Bytes)',
57
- Seal: '([u8;4],Bytes)',
58
- PreRuntime: '([u8;4],Bytes)',
59
- __Unused7: 'Null',
60
- RuntimeEnvironmentUpdated: 'Null'
61
- }
62
- },
63
- /**
64
- * Lookup19: frame_system::EventRecord<sugarfunge_runtime::RuntimeEvent, primitive_types::H256>
65
- **/
66
- FrameSystemEventRecord: {
67
- phase: 'FrameSystemPhase',
68
- event: 'Event',
69
- topics: 'Vec<H256>'
70
- },
71
- /**
72
- * Lookup21: frame_system::pallet::Event<T>
73
- **/
74
- FrameSystemEvent: {
75
- _enum: {
76
- ExtrinsicSuccess: {
77
- dispatchInfo: 'FrameSupportDispatchDispatchInfo',
78
- },
79
- ExtrinsicFailed: {
80
- dispatchError: 'SpRuntimeDispatchError',
81
- dispatchInfo: 'FrameSupportDispatchDispatchInfo',
82
- },
83
- CodeUpdated: 'Null',
84
- NewAccount: {
85
- account: 'AccountId32',
86
- },
87
- KilledAccount: {
88
- account: 'AccountId32',
89
- },
90
- Remarked: {
91
- _alias: {
92
- hash_: 'hash',
93
- },
94
- sender: 'AccountId32',
95
- hash_: 'H256'
96
- }
97
- }
98
- },
99
- /**
100
- * Lookup22: frame_support::dispatch::DispatchInfo
101
- **/
102
- FrameSupportDispatchDispatchInfo: {
103
- weight: 'SpWeightsWeightV2Weight',
104
- class: 'FrameSupportDispatchDispatchClass',
105
- paysFee: 'FrameSupportDispatchPays'
106
- },
107
- /**
108
- * Lookup23: frame_support::dispatch::DispatchClass
109
- **/
110
- FrameSupportDispatchDispatchClass: {
111
- _enum: ['Normal', 'Operational', 'Mandatory']
112
- },
113
- /**
114
- * Lookup24: frame_support::dispatch::Pays
115
- **/
116
- FrameSupportDispatchPays: {
117
- _enum: ['Yes', 'No']
118
- },
119
- /**
120
- * Lookup25: sp_runtime::DispatchError
121
- **/
122
- SpRuntimeDispatchError: {
123
- _enum: {
124
- Other: 'Null',
125
- CannotLookup: 'Null',
126
- BadOrigin: 'Null',
127
- Module: 'SpRuntimeModuleError',
128
- ConsumerRemaining: 'Null',
129
- NoProviders: 'Null',
130
- TooManyConsumers: 'Null',
131
- Token: 'SpRuntimeTokenError',
132
- Arithmetic: 'SpArithmeticArithmeticError',
133
- Transactional: 'SpRuntimeTransactionalError',
134
- Exhausted: 'Null',
135
- Corruption: 'Null',
136
- Unavailable: 'Null',
137
- RootNotAllowed: 'Null'
138
- }
139
- },
140
- /**
141
- * Lookup26: sp_runtime::ModuleError
142
- **/
143
- SpRuntimeModuleError: {
144
- index: 'u8',
145
- error: '[u8;4]'
146
- },
147
- /**
148
- * Lookup27: sp_runtime::TokenError
149
- **/
150
- SpRuntimeTokenError: {
151
- _enum: ['FundsUnavailable', 'OnlyProvider', 'BelowMinimum', 'CannotCreate', 'UnknownAsset', 'Frozen', 'Unsupported', 'CannotCreateHold', 'NotExpendable', 'Blocked']
152
- },
153
- /**
154
- * Lookup28: sp_arithmetic::ArithmeticError
155
- **/
156
- SpArithmeticArithmeticError: {
157
- _enum: ['Underflow', 'Overflow', 'DivisionByZero']
158
- },
159
- /**
160
- * Lookup29: sp_runtime::TransactionalError
161
- **/
162
- SpRuntimeTransactionalError: {
163
- _enum: ['LimitReached', 'NoLayer']
164
- },
165
- /**
166
- * Lookup30: pallet_grandpa::pallet::Event
167
- **/
168
- PalletGrandpaEvent: {
169
- _enum: {
170
- NewAuthorities: {
171
- authoritySet: 'Vec<(SpConsensusGrandpaAppPublic,u64)>',
172
- },
173
- Paused: 'Null',
174
- Resumed: 'Null'
175
- }
176
- },
177
- /**
178
- * Lookup33: sp_consensus_grandpa::app::Public
179
- **/
180
- SpConsensusGrandpaAppPublic: 'SpCoreEd25519Public',
181
- /**
182
- * Lookup34: sp_core::ed25519::Public
183
- **/
184
- SpCoreEd25519Public: '[u8;32]',
185
- /**
186
- * Lookup35: pallet_balances::pallet::Event<T, I>
187
- **/
188
- PalletBalancesEvent: {
189
- _enum: {
190
- Endowed: {
191
- account: 'AccountId32',
192
- freeBalance: 'u128',
193
- },
194
- DustLost: {
195
- account: 'AccountId32',
196
- amount: 'u128',
197
- },
198
- Transfer: {
199
- from: 'AccountId32',
200
- to: 'AccountId32',
201
- amount: 'u128',
202
- },
203
- BalanceSet: {
204
- who: 'AccountId32',
205
- free: 'u128',
206
- },
207
- Reserved: {
208
- who: 'AccountId32',
209
- amount: 'u128',
210
- },
211
- Unreserved: {
212
- who: 'AccountId32',
213
- amount: 'u128',
214
- },
215
- ReserveRepatriated: {
216
- from: 'AccountId32',
217
- to: 'AccountId32',
218
- amount: 'u128',
219
- destinationStatus: 'FrameSupportTokensMiscBalanceStatus',
220
- },
221
- Deposit: {
222
- who: 'AccountId32',
223
- amount: 'u128',
224
- },
225
- Withdraw: {
226
- who: 'AccountId32',
227
- amount: 'u128',
228
- },
229
- Slashed: {
230
- who: 'AccountId32',
231
- amount: 'u128',
232
- },
233
- Minted: {
234
- who: 'AccountId32',
235
- amount: 'u128',
236
- },
237
- Burned: {
238
- who: 'AccountId32',
239
- amount: 'u128',
240
- },
241
- Suspended: {
242
- who: 'AccountId32',
243
- amount: 'u128',
244
- },
245
- Restored: {
246
- who: 'AccountId32',
247
- amount: 'u128',
248
- },
249
- Upgraded: {
250
- who: 'AccountId32',
251
- },
252
- Issued: {
253
- amount: 'u128',
254
- },
255
- Rescinded: {
256
- amount: 'u128',
257
- },
258
- Locked: {
259
- who: 'AccountId32',
260
- amount: 'u128',
261
- },
262
- Unlocked: {
263
- who: 'AccountId32',
264
- amount: 'u128',
265
- },
266
- Frozen: {
267
- who: 'AccountId32',
268
- amount: 'u128',
269
- },
270
- Thawed: {
271
- who: 'AccountId32',
272
- amount: 'u128'
273
- }
274
- }
275
- },
276
- /**
277
- * Lookup36: frame_support::traits::tokens::misc::BalanceStatus
278
- **/
279
- FrameSupportTokensMiscBalanceStatus: {
280
- _enum: ['Free', 'Reserved']
281
- },
282
- /**
283
- * Lookup37: pallet_transaction_payment::pallet::Event<T>
284
- **/
285
- PalletTransactionPaymentEvent: {
286
- _enum: {
287
- TransactionFeePaid: {
288
- who: 'AccountId32',
289
- actualFee: 'u128',
290
- tip: 'u128'
291
- }
292
- }
293
- },
294
- /**
295
- * Lookup38: pallet_sudo::pallet::Event<T>
296
- **/
297
- PalletSudoEvent: {
298
- _enum: {
299
- Sudid: {
300
- sudoResult: 'Result<Null, SpRuntimeDispatchError>',
301
- },
302
- KeyChanged: {
303
- oldSudoer: 'Option<AccountId32>',
304
- },
305
- SudoAsDone: {
306
- sudoResult: 'Result<Null, SpRuntimeDispatchError>'
307
- }
308
- }
309
- },
310
- /**
311
- * Lookup42: pallet_scheduler::pallet::Event<T>
312
- **/
313
- PalletSchedulerEvent: {
314
- _enum: {
315
- Scheduled: {
316
- when: 'u32',
317
- index: 'u32',
318
- },
319
- Canceled: {
320
- when: 'u32',
321
- index: 'u32',
322
- },
323
- Dispatched: {
324
- task: '(u32,u32)',
325
- id: 'Option<[u8;32]>',
326
- result: 'Result<Null, SpRuntimeDispatchError>',
327
- },
328
- CallUnavailable: {
329
- task: '(u32,u32)',
330
- id: 'Option<[u8;32]>',
331
- },
332
- PeriodicFailed: {
333
- task: '(u32,u32)',
334
- id: 'Option<[u8;32]>',
335
- },
336
- PermanentlyOverweight: {
337
- task: '(u32,u32)',
338
- id: 'Option<[u8;32]>'
339
- }
340
- }
341
- },
342
- /**
343
- * Lookup45: pallet_collective::pallet::Event<T, I>
344
- **/
345
- PalletCollectiveEvent: {
346
- _enum: {
347
- Proposed: {
348
- account: 'AccountId32',
349
- proposalIndex: 'u32',
350
- proposalHash: 'H256',
351
- threshold: 'u32',
352
- },
353
- Voted: {
354
- account: 'AccountId32',
355
- proposalHash: 'H256',
356
- voted: 'bool',
357
- yes: 'u32',
358
- no: 'u32',
359
- },
360
- Approved: {
361
- proposalHash: 'H256',
362
- },
363
- Disapproved: {
364
- proposalHash: 'H256',
365
- },
366
- Executed: {
367
- proposalHash: 'H256',
368
- result: 'Result<Null, SpRuntimeDispatchError>',
369
- },
370
- MemberExecuted: {
371
- proposalHash: 'H256',
372
- result: 'Result<Null, SpRuntimeDispatchError>',
373
- },
374
- Closed: {
375
- proposalHash: 'H256',
376
- yes: 'u32',
377
- no: 'u32'
378
- }
379
- }
380
- },
381
- /**
382
- * Lookup47: sugarfunge_validator_set::pallet::Event<T>
383
- **/
384
- SugarfungeValidatorSetEvent: {
385
- _enum: {
386
- ValidatorAdditionInitiated: 'AccountId32',
387
- ValidatorRemovalInitiated: 'AccountId32'
388
- }
389
- },
390
- /**
391
- * Lookup48: pallet_session::pallet::Event
392
- **/
393
- PalletSessionEvent: {
394
- _enum: {
395
- NewSession: {
396
- sessionIndex: 'u32'
397
- }
398
- }
399
- },
400
- /**
401
- * Lookup49: sugarfunge_asset::pallet::Event<T>
402
- **/
403
- SugarfungeAssetEvent: {
404
- _enum: {
405
- ClassCreated: {
406
- classId: 'u64',
407
- who: 'AccountId32',
408
- },
409
- AssetCreated: {
410
- classId: 'u64',
411
- assetId: 'u64',
412
- who: 'AccountId32',
413
- },
414
- AssetMetadataUpdated: {
415
- classId: 'u64',
416
- assetId: 'u64',
417
- who: 'AccountId32',
418
- metadata: 'Bytes',
419
- },
420
- Mint: {
421
- who: 'AccountId32',
422
- to: 'AccountId32',
423
- classId: 'u64',
424
- assetId: 'u64',
425
- amount: 'u128',
426
- },
427
- BatchMint: {
428
- who: 'AccountId32',
429
- to: 'AccountId32',
430
- classId: 'u64',
431
- assetIds: 'Vec<u64>',
432
- amounts: 'Vec<u128>',
433
- },
434
- Burn: {
435
- who: 'AccountId32',
436
- from: 'AccountId32',
437
- classId: 'u64',
438
- assetId: 'u64',
439
- amount: 'u128',
440
- },
441
- BatchBurn: {
442
- who: 'AccountId32',
443
- from: 'AccountId32',
444
- classId: 'u64',
445
- assetIds: 'Vec<u64>',
446
- amounts: 'Vec<u128>',
447
- },
448
- Transferred: {
449
- who: 'AccountId32',
450
- from: 'AccountId32',
451
- to: 'AccountId32',
452
- classId: 'u64',
453
- assetId: 'u64',
454
- amount: 'u128',
455
- },
456
- BatchTransferred: {
457
- who: 'AccountId32',
458
- from: 'AccountId32',
459
- to: 'AccountId32',
460
- classId: 'u64',
461
- assetIds: 'Vec<u64>',
462
- amounts: 'Vec<u128>',
463
- },
464
- OperatorApprovalForAll: {
465
- who: 'AccountId32',
466
- operator: 'AccountId32',
467
- classId: 'u64',
468
- approved: 'bool'
469
- }
470
- }
471
- },
472
- /**
473
- * Lookup52: sugarfunge_dao::pallet::Event<T>
474
- **/
475
- SugarfungeDaoEvent: {
476
- _enum: {
477
- SomethingStored: '(u32,AccountId32)'
478
- }
479
- },
480
- /**
481
- * Lookup53: sugarfunge_bundle::pallet::Event<T>
482
- **/
483
- SugarfungeBundleEvent: {
484
- _enum: {
485
- Register: {
486
- bundleId: 'H256',
487
- who: 'AccountId32',
488
- classId: 'u64',
489
- assetId: 'u64',
490
- },
491
- Mint: {
492
- bundleId: 'H256',
493
- who: 'AccountId32',
494
- from: 'AccountId32',
495
- to: 'AccountId32',
496
- amount: 'u128',
497
- },
498
- Burn: {
499
- bundleId: 'H256',
500
- who: 'AccountId32',
501
- from: 'AccountId32',
502
- to: 'AccountId32',
503
- amount: 'u128'
504
- }
505
- }
506
- },
507
- /**
508
- * Lookup54: sugarfunge_bag::pallet::Event<T>
509
- **/
510
- SugarfungeBagEvent: {
511
- _enum: {
512
- Register: {
513
- who: 'AccountId32',
514
- classId: 'u64',
515
- },
516
- Created: {
517
- bag: 'AccountId32',
518
- who: 'AccountId32',
519
- classId: 'u64',
520
- assetId: 'u64',
521
- owners: 'Vec<AccountId32>',
522
- },
523
- Deposit: {
524
- bag: 'AccountId32',
525
- who: 'AccountId32',
526
- },
527
- Sweep: {
528
- bag: 'AccountId32',
529
- who: 'AccountId32',
530
- to: 'AccountId32'
531
- }
532
- }
533
- },
534
- /**
535
- * Lookup56: sugarfunge_exgine::pallet::Event<T>
536
- **/
537
- SugarfungeExgineEvent: {
538
- _enum: {
539
- SomethingStored: '(u32,AccountId32)'
540
- }
541
- },
542
- /**
543
- * Lookup57: sugarfunge_market::pallet::Event<T>
544
- **/
545
- SugarfungeMarketEvent: {
546
- _enum: {
547
- Created: {
548
- marketId: 'u64',
549
- who: 'AccountId32',
550
- },
551
- RateCreated: {
552
- marketId: 'u64',
553
- marketRateId: 'u64',
554
- who: 'AccountId32',
555
- },
556
- LiquidityAdded: {
557
- who: 'AccountId32',
558
- marketId: 'u64',
559
- marketRateId: 'u64',
560
- classIds: 'Vec<u64>',
561
- assetIds: 'Vec<Vec<u64>>',
562
- amounts: 'Vec<Vec<u128>>',
563
- },
564
- LiquidityRemoved: {
565
- who: 'AccountId32',
566
- marketId: 'u64',
567
- marketRateId: 'u64',
568
- classIds: 'Vec<u64>',
569
- assetIds: 'Vec<Vec<u64>>',
570
- amounts: 'Vec<Vec<u128>>',
571
- },
572
- Deposit: {
573
- who: 'AccountId32',
574
- marketId: 'u64',
575
- marketRateId: 'u64',
576
- amount: 'u128',
577
- balances: 'Vec<SugarfungeMarketRateBalance>',
578
- success: 'bool',
579
- },
580
- Exchanged: {
581
- buyer: 'AccountId32',
582
- marketId: 'u64',
583
- marketRateId: 'u64',
584
- amount: 'u128',
585
- balances: 'Vec<SugarfungeMarketRateBalance>',
586
- success: 'bool'
587
- }
588
- }
589
- },
590
- /**
591
- * Lookup61: sugarfunge_market::RateBalance<sp_core::crypto::AccountId32, ClassId, AssetId>
592
- **/
593
- SugarfungeMarketRateBalance: {
594
- rate: 'SugarfungeMarketAssetRate',
595
- balance: 'i128'
596
- },
597
- /**
598
- * Lookup62: sugarfunge_market::AssetRate<sp_core::crypto::AccountId32, ClassId, AssetId>
599
- **/
600
- SugarfungeMarketAssetRate: {
601
- classId: 'u64',
602
- assetId: 'u64',
603
- action: 'SugarfungeMarketRateAction',
604
- from: 'SugarfungeMarketRateAccount',
605
- to: 'SugarfungeMarketRateAccount'
606
- },
607
- /**
608
- * Lookup63: sugarfunge_market::RateAction<ClassId, AssetId>
609
- **/
610
- SugarfungeMarketRateAction: {
611
- _enum: {
612
- Transfer: 'i128',
613
- MarketTransfer: '(SugarfungeMarketAmm,u64,u64)',
614
- Mint: 'i128',
615
- Burn: 'i128',
616
- Has: '(SugarfungeMarketAmountOp,i128)'
617
- }
618
- },
619
- /**
620
- * Lookup65: sugarfunge_market::AMM
621
- **/
622
- SugarfungeMarketAmm: {
623
- _enum: ['Constant']
624
- },
625
- /**
626
- * Lookup66: sugarfunge_market::AmountOp
627
- **/
628
- SugarfungeMarketAmountOp: {
629
- _enum: ['Equal', 'LessThan', 'LessEqualThan', 'GreaterThan', 'GreaterEqualThan']
630
- },
631
- /**
632
- * Lookup67: sugarfunge_market::RateAccount<sp_core::crypto::AccountId32>
633
- **/
634
- SugarfungeMarketRateAccount: {
635
- _enum: {
636
- Market: 'Null',
637
- Account: 'AccountId32',
638
- Buyer: 'Null'
639
- }
640
- },
641
- /**
642
- * Lookup68: functionland_fula::pallet::Event<T>
643
- **/
644
- FunctionlandFulaEvent: {
645
- _enum: {
646
- ManifestOutput: {
647
- uploader: 'AccountId32',
648
- storer: 'Vec<AccountId32>',
649
- poolId: 'u32',
650
- manifest: 'Bytes',
651
- },
652
- StorageManifestOutput: {
653
- storer: 'AccountId32',
654
- poolId: 'u32',
655
- cid: 'Bytes',
656
- },
657
- RemoveStorerOutput: {
658
- storer: 'Option<AccountId32>',
659
- poolId: 'u32',
660
- cid: 'Bytes',
661
- },
662
- ManifestRemoved: {
663
- uploader: 'AccountId32',
664
- poolId: 'u32',
665
- cid: 'Bytes',
666
- },
667
- ManifestStorageUpdated: {
668
- storer: 'AccountId32',
669
- poolId: 'u32',
670
- cid: 'Bytes',
671
- activeCycles: 'u16',
672
- missedCycles: 'u16',
673
- activeDays: 'i32',
674
- },
675
- BatchManifestOutput: {
676
- uploader: 'AccountId32',
677
- poolIds: 'Vec<u32>',
678
- manifests: 'Vec<Bytes>',
679
- },
680
- BatchStorageManifestOutput: {
681
- storer: 'AccountId32',
682
- poolId: 'u32',
683
- cids: 'Vec<Bytes>',
684
- },
685
- BatchRemoveStorerOutput: {
686
- storer: 'AccountId32',
687
- poolId: 'u32',
688
- cids: 'Vec<Bytes>',
689
- },
690
- BatchManifestRemoved: {
691
- uploader: 'AccountId32',
692
- poolIds: 'Vec<u32>',
693
- cids: 'Vec<Bytes>',
694
- },
695
- VerifiedStorerManifests: {
696
- storer: 'AccountId32',
697
- validCids: 'Vec<Bytes>',
698
- invalidCids: 'Vec<Bytes>',
699
- },
700
- UpdateFileSizeOutput: {
701
- _alias: {
702
- size_: 'size',
703
- },
704
- account: 'AccountId32',
705
- poolId: 'u32',
706
- cid: 'Bytes',
707
- size_: 'u64',
708
- },
709
- UpdateFileSizesOutput: {
710
- account: 'AccountId32',
711
- poolId: 'u32',
712
- cids: 'Vec<Bytes>',
713
- sizes: 'Vec<u64>',
714
- },
715
- GetManifests: {
716
- manifests: 'Vec<FunctionlandFulaManifestWithPoolId>',
717
- },
718
- GetAvailableManifests: {
719
- manifests: 'Vec<FunctionlandFulaManifestAvailable>',
720
- },
721
- GetManifestsStorerData: {
722
- manifests: 'Vec<FunctionlandFulaStorerData>',
723
- },
724
- Challenge: {
725
- challenger: 'AccountId32',
726
- challenged: 'AccountId32',
727
- cid: 'Bytes',
728
- state: 'FunctionlandFulaChallengeState',
729
- },
730
- VerifiedChallenges: {
731
- challenged: 'AccountId32',
732
- successful: 'Vec<Bytes>',
733
- failed: 'Vec<Bytes>',
734
- },
735
- MintedLaborTokens: {
736
- account: 'AccountId32',
737
- classId: 'u64',
738
- assetId: 'u64',
739
- amount: 'u128',
740
- calculatedAmount: 'u128'
741
- }
742
- }
743
- },
744
- /**
745
- * Lookup74: functionland_fula::ManifestWithPoolId<PoolId, sp_core::crypto::AccountId32, bounded_collections::bounded_vec::BoundedVec<T, S>>
746
- **/
747
- FunctionlandFulaManifestWithPoolId: {
748
- _alias: {
749
- size_: 'size'
750
- },
751
- poolId: 'u32',
752
- usersData: 'Vec<FunctionlandFulaUploaderData>',
753
- manifestMetadata: 'Bytes',
754
- size_: 'Option<u64>'
755
- },
756
- /**
757
- * Lookup77: functionland_fula::UploaderData<sp_core::crypto::AccountId32>
758
- **/
759
- FunctionlandFulaUploaderData: {
760
- uploader: 'AccountId32',
761
- storers: 'Vec<AccountId32>',
762
- replicationFactor: 'u16'
763
- },
764
- /**
765
- * Lookup80: functionland_fula::ManifestAvailable<PoolId, bounded_collections::bounded_vec::BoundedVec<T, S>>
766
- **/
767
- FunctionlandFulaManifestAvailable: {
768
- poolId: 'u32',
769
- replicationFactor: 'u16',
770
- manifestMetadata: 'Bytes'
771
- },
772
- /**
773
- * Lookup82: functionland_fula::StorerData<PoolId, bounded_collections::bounded_vec::BoundedVec<T, S>, sp_core::crypto::AccountId32>
774
- **/
775
- FunctionlandFulaStorerData: {
776
- poolId: 'u32',
777
- cid: 'Bytes',
778
- account: 'AccountId32',
779
- manifestData: 'FunctionlandFulaManifestStorageData'
780
- },
781
- /**
782
- * Lookup84: functionland_fula::ManifestStorageData
783
- **/
784
- FunctionlandFulaManifestStorageData: {
785
- activeCycles: 'u16',
786
- missedCycles: 'u16',
787
- activeDays: 'i32',
788
- challengeState: 'FunctionlandFulaChallengeState'
789
- },
790
- /**
791
- * Lookup85: functionland_fula::ChallengeState
792
- **/
793
- FunctionlandFulaChallengeState: {
794
- _enum: ['Open', 'Successful', 'Failed']
795
- },
796
- /**
797
- * Lookup86: fula_pool::pallet::Event<T>
798
- **/
799
- FulaPoolEvent: {
800
- _enum: {
801
- PoolCreated: {
802
- owner: 'Option<AccountId32>',
803
- poolId: 'u32',
804
- },
805
- JoinRequested: {
806
- account: 'AccountId32',
807
- poolId: 'u32',
808
- },
809
- RequestWithdrawn: {
810
- account: 'AccountId32',
811
- poolId: 'u32',
812
- },
813
- VotingResult: {
814
- account: 'AccountId32',
815
- poolId: 'u32',
816
- result: 'Bytes',
817
- },
818
- CapacityReached: {
819
- poolId: 'u32',
820
- },
821
- ParticipantLeft: {
822
- account: 'AccountId32',
823
- poolId: 'u32'
824
- }
825
- }
826
- },
827
- /**
828
- * Lookup87: frame_system::Phase
829
- **/
830
- FrameSystemPhase: {
831
- _enum: {
832
- ApplyExtrinsic: 'u32',
833
- Finalization: 'Null',
834
- Initialization: 'Null'
835
- }
836
- },
837
- /**
838
- * Lookup90: frame_system::LastRuntimeUpgradeInfo
839
- **/
840
- FrameSystemLastRuntimeUpgradeInfo: {
841
- specVersion: 'Compact<u32>',
842
- specName: 'Text'
843
- },
844
- /**
845
- * Lookup93: frame_system::pallet::Call<T>
846
- **/
847
- FrameSystemCall: {
848
- _enum: {
849
- remark: {
850
- remark: 'Bytes',
851
- },
852
- set_heap_pages: {
853
- pages: 'u64',
854
- },
855
- set_code: {
856
- code: 'Bytes',
857
- },
858
- set_code_without_checks: {
859
- code: 'Bytes',
860
- },
861
- set_storage: {
862
- items: 'Vec<(Bytes,Bytes)>',
863
- },
864
- kill_storage: {
865
- _alias: {
866
- keys_: 'keys',
867
- },
868
- keys_: 'Vec<Bytes>',
869
- },
870
- kill_prefix: {
871
- prefix: 'Bytes',
872
- subkeys: 'u32',
873
- },
874
- remark_with_event: {
875
- remark: 'Bytes'
876
- }
877
- }
878
- },
879
- /**
880
- * Lookup96: frame_system::limits::BlockWeights
881
- **/
882
- FrameSystemLimitsBlockWeights: {
883
- baseBlock: 'SpWeightsWeightV2Weight',
884
- maxBlock: 'SpWeightsWeightV2Weight',
885
- perClass: 'FrameSupportDispatchPerDispatchClassWeightsPerClass'
886
- },
887
- /**
888
- * Lookup97: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
889
- **/
890
- FrameSupportDispatchPerDispatchClassWeightsPerClass: {
891
- normal: 'FrameSystemLimitsWeightsPerClass',
892
- operational: 'FrameSystemLimitsWeightsPerClass',
893
- mandatory: 'FrameSystemLimitsWeightsPerClass'
894
- },
895
- /**
896
- * Lookup98: frame_system::limits::WeightsPerClass
897
- **/
898
- FrameSystemLimitsWeightsPerClass: {
899
- baseExtrinsic: 'SpWeightsWeightV2Weight',
900
- maxExtrinsic: 'Option<SpWeightsWeightV2Weight>',
901
- maxTotal: 'Option<SpWeightsWeightV2Weight>',
902
- reserved: 'Option<SpWeightsWeightV2Weight>'
903
- },
904
- /**
905
- * Lookup100: frame_system::limits::BlockLength
906
- **/
907
- FrameSystemLimitsBlockLength: {
908
- max: 'FrameSupportDispatchPerDispatchClassU32'
909
- },
910
- /**
911
- * Lookup101: frame_support::dispatch::PerDispatchClass<T>
912
- **/
913
- FrameSupportDispatchPerDispatchClassU32: {
914
- normal: 'u32',
915
- operational: 'u32',
916
- mandatory: 'u32'
917
- },
918
- /**
919
- * Lookup102: sp_weights::RuntimeDbWeight
920
- **/
921
- SpWeightsRuntimeDbWeight: {
922
- read: 'u64',
923
- write: 'u64'
924
- },
925
- /**
926
- * Lookup103: sp_version::RuntimeVersion
927
- **/
928
- SpVersionRuntimeVersion: {
929
- specName: 'Text',
930
- implName: 'Text',
931
- authoringVersion: 'u32',
932
- specVersion: 'u32',
933
- implVersion: 'u32',
934
- apis: 'Vec<([u8;8],u32)>',
935
- transactionVersion: 'u32',
936
- stateVersion: 'u8'
937
- },
938
- /**
939
- * Lookup108: frame_system::pallet::Error<T>
940
- **/
941
- FrameSystemError: {
942
- _enum: ['InvalidSpecName', 'SpecVersionNeedsToIncrease', 'FailedToExtractRuntimeVersion', 'NonDefaultComposite', 'NonZeroRefCount', 'CallFiltered']
943
- },
944
- /**
945
- * Lookup109: pallet_timestamp::pallet::Call<T>
946
- **/
947
- PalletTimestampCall: {
948
- _enum: {
949
- set: {
950
- now: 'Compact<u64>'
951
- }
952
- }
953
- },
954
- /**
955
- * Lookup110: pallet_grandpa::StoredState<N>
956
- **/
957
- PalletGrandpaStoredState: {
958
- _enum: {
959
- Live: 'Null',
960
- PendingPause: {
961
- scheduledAt: 'u32',
962
- delay: 'u32',
963
- },
964
- Paused: 'Null',
965
- PendingResume: {
966
- scheduledAt: 'u32',
967
- delay: 'u32'
968
- }
969
- }
970
- },
971
- /**
972
- * Lookup111: pallet_grandpa::StoredPendingChange<N, Limit>
973
- **/
974
- PalletGrandpaStoredPendingChange: {
975
- scheduledAt: 'u32',
976
- delay: 'u32',
977
- nextAuthorities: 'Vec<(SpConsensusGrandpaAppPublic,u64)>',
978
- forced: 'Option<u32>'
979
- },
980
- /**
981
- * Lookup114: pallet_grandpa::pallet::Call<T>
982
- **/
983
- PalletGrandpaCall: {
984
- _enum: {
985
- report_equivocation: {
986
- equivocationProof: 'SpConsensusGrandpaEquivocationProof',
987
- keyOwnerProof: 'SpCoreVoid',
988
- },
989
- report_equivocation_unsigned: {
990
- equivocationProof: 'SpConsensusGrandpaEquivocationProof',
991
- keyOwnerProof: 'SpCoreVoid',
992
- },
993
- note_stalled: {
994
- delay: 'u32',
995
- bestFinalizedBlockNumber: 'u32'
996
- }
997
- }
998
- },
999
- /**
1000
- * Lookup115: sp_consensus_grandpa::EquivocationProof<primitive_types::H256, N>
1001
- **/
1002
- SpConsensusGrandpaEquivocationProof: {
1003
- setId: 'u64',
1004
- equivocation: 'SpConsensusGrandpaEquivocation'
1005
- },
1006
- /**
1007
- * Lookup116: sp_consensus_grandpa::Equivocation<primitive_types::H256, N>
1008
- **/
1009
- SpConsensusGrandpaEquivocation: {
1010
- _enum: {
1011
- Prevote: 'FinalityGrandpaEquivocationPrevote',
1012
- Precommit: 'FinalityGrandpaEquivocationPrecommit'
1013
- }
1014
- },
1015
- /**
1016
- * Lookup117: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Prevote<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
1017
- **/
1018
- FinalityGrandpaEquivocationPrevote: {
1019
- roundNumber: 'u64',
1020
- identity: 'SpConsensusGrandpaAppPublic',
1021
- first: '(FinalityGrandpaPrevote,SpConsensusGrandpaAppSignature)',
1022
- second: '(FinalityGrandpaPrevote,SpConsensusGrandpaAppSignature)'
1023
- },
1024
- /**
1025
- * Lookup118: finality_grandpa::Prevote<primitive_types::H256, N>
1026
- **/
1027
- FinalityGrandpaPrevote: {
1028
- targetHash: 'H256',
1029
- targetNumber: 'u32'
1030
- },
1031
- /**
1032
- * Lookup119: sp_consensus_grandpa::app::Signature
1033
- **/
1034
- SpConsensusGrandpaAppSignature: 'SpCoreEd25519Signature',
1035
- /**
1036
- * Lookup120: sp_core::ed25519::Signature
1037
- **/
1038
- SpCoreEd25519Signature: '[u8;64]',
1039
- /**
1040
- * Lookup123: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Precommit<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
1041
- **/
1042
- FinalityGrandpaEquivocationPrecommit: {
1043
- roundNumber: 'u64',
1044
- identity: 'SpConsensusGrandpaAppPublic',
1045
- first: '(FinalityGrandpaPrecommit,SpConsensusGrandpaAppSignature)',
1046
- second: '(FinalityGrandpaPrecommit,SpConsensusGrandpaAppSignature)'
1047
- },
1048
- /**
1049
- * Lookup124: finality_grandpa::Precommit<primitive_types::H256, N>
1050
- **/
1051
- FinalityGrandpaPrecommit: {
1052
- targetHash: 'H256',
1053
- targetNumber: 'u32'
1054
- },
1055
- /**
1056
- * Lookup126: sp_core::Void
1057
- **/
1058
- SpCoreVoid: 'Null',
1059
- /**
1060
- * Lookup127: pallet_grandpa::pallet::Error<T>
1061
- **/
1062
- PalletGrandpaError: {
1063
- _enum: ['PauseFailed', 'ResumeFailed', 'ChangePending', 'TooSoon', 'InvalidKeyOwnershipProof', 'InvalidEquivocationProof', 'DuplicateOffenceReport']
1064
- },
1065
- /**
1066
- * Lookup129: pallet_balances::types::BalanceLock<Balance>
1067
- **/
1068
- PalletBalancesBalanceLock: {
1069
- id: '[u8;8]',
1070
- amount: 'u128',
1071
- reasons: 'PalletBalancesReasons'
1072
- },
1073
- /**
1074
- * Lookup130: pallet_balances::types::Reasons
1075
- **/
1076
- PalletBalancesReasons: {
1077
- _enum: ['Fee', 'Misc', 'All']
1078
- },
1079
- /**
1080
- * Lookup133: pallet_balances::types::ReserveData<ReserveIdentifier, Balance>
1081
- **/
1082
- PalletBalancesReserveData: {
1083
- id: '[u8;8]',
1084
- amount: 'u128'
1085
- },
1086
- /**
1087
- * Lookup136: pallet_balances::types::IdAmount<Id, Balance>
1088
- **/
1089
- PalletBalancesIdAmount: {
1090
- id: 'Null',
1091
- amount: 'u128'
1092
- },
1093
- /**
1094
- * Lookup138: pallet_balances::pallet::Call<T, I>
1095
- **/
1096
- PalletBalancesCall: {
1097
- _enum: {
1098
- transfer_allow_death: {
1099
- dest: 'MultiAddress',
1100
- value: 'Compact<u128>',
1101
- },
1102
- set_balance_deprecated: {
1103
- who: 'MultiAddress',
1104
- newFree: 'Compact<u128>',
1105
- oldReserved: 'Compact<u128>',
1106
- },
1107
- force_transfer: {
1108
- source: 'MultiAddress',
1109
- dest: 'MultiAddress',
1110
- value: 'Compact<u128>',
1111
- },
1112
- transfer_keep_alive: {
1113
- dest: 'MultiAddress',
1114
- value: 'Compact<u128>',
1115
- },
1116
- transfer_all: {
1117
- dest: 'MultiAddress',
1118
- keepAlive: 'bool',
1119
- },
1120
- force_unreserve: {
1121
- who: 'MultiAddress',
1122
- amount: 'u128',
1123
- },
1124
- upgrade_accounts: {
1125
- who: 'Vec<AccountId32>',
1126
- },
1127
- transfer: {
1128
- dest: 'MultiAddress',
1129
- value: 'Compact<u128>',
1130
- },
1131
- force_set_balance: {
1132
- who: 'MultiAddress',
1133
- newFree: 'Compact<u128>'
1134
- }
1135
- }
1136
- },
1137
- /**
1138
- * Lookup143: pallet_balances::pallet::Error<T, I>
1139
- **/
1140
- PalletBalancesError: {
1141
- _enum: ['VestingBalance', 'LiquidityRestrictions', 'InsufficientBalance', 'ExistentialDeposit', 'Expendability', 'ExistingVestingSchedule', 'DeadAccount', 'TooManyReserves', 'TooManyHolds', 'TooManyFreezes']
1142
- },
1143
- /**
1144
- * Lookup145: pallet_transaction_payment::Releases
1145
- **/
1146
- PalletTransactionPaymentReleases: {
1147
- _enum: ['V1Ancient', 'V2']
1148
- },
1149
- /**
1150
- * Lookup146: pallet_sudo::pallet::Call<T>
1151
- **/
1152
- PalletSudoCall: {
1153
- _enum: {
1154
- sudo: {
1155
- call: 'Call',
1156
- },
1157
- sudo_unchecked_weight: {
1158
- call: 'Call',
1159
- weight: 'SpWeightsWeightV2Weight',
1160
- },
1161
- set_key: {
1162
- _alias: {
1163
- new_: 'new',
1164
- },
1165
- new_: 'MultiAddress',
1166
- },
1167
- sudo_as: {
1168
- who: 'MultiAddress',
1169
- call: 'Call'
1170
- }
1171
- }
1172
- },
1173
- /**
1174
- * Lookup148: pallet_scheduler::pallet::Call<T>
1175
- **/
1176
- PalletSchedulerCall: {
1177
- _enum: {
1178
- schedule: {
1179
- when: 'u32',
1180
- maybePeriodic: 'Option<(u32,u32)>',
1181
- priority: 'u8',
1182
- call: 'Call',
1183
- },
1184
- cancel: {
1185
- when: 'u32',
1186
- index: 'u32',
1187
- },
1188
- schedule_named: {
1189
- id: '[u8;32]',
1190
- when: 'u32',
1191
- maybePeriodic: 'Option<(u32,u32)>',
1192
- priority: 'u8',
1193
- call: 'Call',
1194
- },
1195
- cancel_named: {
1196
- id: '[u8;32]',
1197
- },
1198
- schedule_after: {
1199
- after: 'u32',
1200
- maybePeriodic: 'Option<(u32,u32)>',
1201
- priority: 'u8',
1202
- call: 'Call',
1203
- },
1204
- schedule_named_after: {
1205
- id: '[u8;32]',
1206
- after: 'u32',
1207
- maybePeriodic: 'Option<(u32,u32)>',
1208
- priority: 'u8',
1209
- call: 'Call'
1210
- }
1211
- }
1212
- },
1213
- /**
1214
- * Lookup150: pallet_collective::pallet::Call<T, I>
1215
- **/
1216
- PalletCollectiveCall: {
1217
- _enum: {
1218
- set_members: {
1219
- newMembers: 'Vec<AccountId32>',
1220
- prime: 'Option<AccountId32>',
1221
- oldCount: 'u32',
1222
- },
1223
- execute: {
1224
- proposal: 'Call',
1225
- lengthBound: 'Compact<u32>',
1226
- },
1227
- propose: {
1228
- threshold: 'Compact<u32>',
1229
- proposal: 'Call',
1230
- lengthBound: 'Compact<u32>',
1231
- },
1232
- vote: {
1233
- proposal: 'H256',
1234
- index: 'Compact<u32>',
1235
- approve: 'bool',
1236
- },
1237
- __Unused4: 'Null',
1238
- disapprove_proposal: {
1239
- proposalHash: 'H256',
1240
- },
1241
- close: {
1242
- proposalHash: 'H256',
1243
- index: 'Compact<u32>',
1244
- proposalWeightBound: 'SpWeightsWeightV2Weight',
1245
- lengthBound: 'Compact<u32>'
1246
- }
1247
- }
1248
- },
1249
- /**
1250
- * Lookup151: sugarfunge_validator_set::pallet::Call<T>
1251
- **/
1252
- SugarfungeValidatorSetCall: {
1253
- _enum: {
1254
- add_validator: {
1255
- validatorId: 'AccountId32',
1256
- },
1257
- remove_validator: {
1258
- validatorId: 'AccountId32',
1259
- },
1260
- add_validator_again: {
1261
- validatorId: 'AccountId32'
1262
- }
1263
- }
1264
- },
1265
- /**
1266
- * Lookup152: pallet_session::pallet::Call<T>
1267
- **/
1268
- PalletSessionCall: {
1269
- _enum: {
1270
- set_keys: {
1271
- _alias: {
1272
- keys_: 'keys',
1273
- },
1274
- keys_: 'SugarfungeRuntimeOpaqueSessionKeys',
1275
- proof: 'Bytes',
1276
- },
1277
- purge_keys: 'Null'
1278
- }
1279
- },
1280
- /**
1281
- * Lookup153: sugarfunge_runtime::opaque::SessionKeys
1282
- **/
1283
- SugarfungeRuntimeOpaqueSessionKeys: {
1284
- aura: 'SpConsensusAuraSr25519AppSr25519Public',
1285
- grandpa: 'SpConsensusGrandpaAppPublic'
1286
- },
1287
- /**
1288
- * Lookup154: sp_consensus_aura::sr25519::app_sr25519::Public
1289
- **/
1290
- SpConsensusAuraSr25519AppSr25519Public: 'SpCoreSr25519Public',
1291
- /**
1292
- * Lookup155: sp_core::sr25519::Public
1293
- **/
1294
- SpCoreSr25519Public: '[u8;32]',
1295
- /**
1296
- * Lookup156: sugarfunge_asset::pallet::Call<T>
1297
- **/
1298
- SugarfungeAssetCall: {
1299
- _enum: {
1300
- create_class: {
1301
- owner: 'AccountId32',
1302
- classId: 'u64',
1303
- metadata: 'Bytes',
1304
- },
1305
- create_asset: {
1306
- classId: 'u64',
1307
- assetId: 'u64',
1308
- metadata: 'Bytes',
1309
- },
1310
- transfer_from: {
1311
- from: 'AccountId32',
1312
- to: 'AccountId32',
1313
- classId: 'u64',
1314
- assetId: 'u64',
1315
- amount: 'u128',
1316
- },
1317
- batch_transfer_from: {
1318
- from: 'AccountId32',
1319
- to: 'AccountId32',
1320
- classId: 'u64',
1321
- assetIds: 'Vec<u64>',
1322
- amounts: 'Vec<u128>',
1323
- },
1324
- mint: {
1325
- to: 'AccountId32',
1326
- classId: 'u64',
1327
- assetId: 'u64',
1328
- amount: 'u128',
1329
- },
1330
- batch_mint: {
1331
- to: 'AccountId32',
1332
- classId: 'u64',
1333
- assetIds: 'Vec<u64>',
1334
- amounts: 'Vec<u128>',
1335
- },
1336
- burn: {
1337
- from: 'AccountId32',
1338
- classId: 'u64',
1339
- assetId: 'u64',
1340
- amount: 'u128',
1341
- },
1342
- batch_burn: {
1343
- from: 'AccountId32',
1344
- classId: 'u64',
1345
- assetIds: 'Vec<u64>',
1346
- amounts: 'Vec<u128>',
1347
- },
1348
- update_class_metadata: {
1349
- classId: 'u64',
1350
- metadata: 'Bytes',
1351
- },
1352
- update_asset_metadata: {
1353
- classId: 'u64',
1354
- assetId: 'u64',
1355
- metadata: 'Bytes'
1356
- }
1357
- }
1358
- },
1359
- /**
1360
- * Lookup159: sugarfunge_dao::pallet::Call<T>
1361
- **/
1362
- SugarfungeDaoCall: {
1363
- _enum: {
1364
- do_something: {
1365
- something: 'u32',
1366
- },
1367
- cause_error: 'Null'
1368
- }
1369
- },
1370
- /**
1371
- * Lookup160: sugarfunge_bundle::pallet::Call<T>
1372
- **/
1373
- SugarfungeBundleCall: {
1374
- _enum: {
1375
- register_bundle: {
1376
- classId: 'u64',
1377
- assetId: 'u64',
1378
- bundleId: 'H256',
1379
- schema: '(Vec<u64>,Vec<Vec<u64>>,Vec<Vec<u128>>)',
1380
- metadata: 'Bytes',
1381
- },
1382
- mint_bundle: {
1383
- from: 'AccountId32',
1384
- to: 'AccountId32',
1385
- bundleId: 'H256',
1386
- amount: 'u128',
1387
- },
1388
- burn_bundle: {
1389
- from: 'AccountId32',
1390
- to: 'AccountId32',
1391
- bundleId: 'H256',
1392
- amount: 'u128'
1393
- }
1394
- }
1395
- },
1396
- /**
1397
- * Lookup168: sugarfunge_bag::pallet::Call<T>
1398
- **/
1399
- SugarfungeBagCall: {
1400
- _enum: {
1401
- register: {
1402
- classId: 'u64',
1403
- metadata: 'Bytes',
1404
- },
1405
- create: {
1406
- classId: 'u64',
1407
- owners: 'Vec<AccountId32>',
1408
- shares: 'Vec<u128>',
1409
- },
1410
- deposit: {
1411
- bag: 'AccountId32',
1412
- classIds: 'Vec<u64>',
1413
- assetIds: 'Vec<Vec<u64>>',
1414
- amounts: 'Vec<Vec<u128>>',
1415
- },
1416
- sweep: {
1417
- to: 'AccountId32',
1418
- bag: 'AccountId32'
1419
- }
1420
- }
1421
- },
1422
- /**
1423
- * Lookup169: sugarfunge_exgine::pallet::Call<T>
1424
- **/
1425
- SugarfungeExgineCall: {
1426
- _enum: {
1427
- do_something: {
1428
- something: 'u32',
1429
- },
1430
- cause_error: 'Null'
1431
- }
1432
- },
1433
- /**
1434
- * Lookup170: sugarfunge_market::pallet::Call<T>
1435
- **/
1436
- SugarfungeMarketCall: {
1437
- _enum: {
1438
- create_market: {
1439
- marketId: 'u64',
1440
- },
1441
- create_market_rate: {
1442
- marketId: 'u64',
1443
- marketRateId: 'u64',
1444
- rates: 'Vec<SugarfungeMarketAssetRate>',
1445
- },
1446
- deposit: {
1447
- marketId: 'u64',
1448
- marketRateId: 'u64',
1449
- amount: 'u128',
1450
- },
1451
- exchange_assets: {
1452
- marketId: 'u64',
1453
- marketRateId: 'u64',
1454
- amount: 'u128'
1455
- }
1456
- }
1457
- },
1458
- /**
1459
- * Lookup173: functionland_fula::pallet::Call<T>
1460
- **/
1461
- FunctionlandFulaCall: {
1462
- _enum: {
1463
- update_manifest: {
1464
- cid: 'Bytes',
1465
- poolId: 'u32',
1466
- activeCycles: 'u16',
1467
- missedCycles: 'u16',
1468
- activeDays: 'i32',
1469
- },
1470
- upload_manifest: {
1471
- manifest: 'Bytes',
1472
- cid: 'Bytes',
1473
- poolId: 'u32',
1474
- replicationFactor: 'u16',
1475
- },
1476
- batch_upload_manifest: {
1477
- manifest: 'Vec<Bytes>',
1478
- cids: 'Vec<Bytes>',
1479
- poolId: 'Vec<u32>',
1480
- replicationFactor: 'Vec<u16>',
1481
- },
1482
- storage_manifest: {
1483
- cid: 'Bytes',
1484
- poolId: 'u32',
1485
- },
1486
- batch_storage_manifest: {
1487
- cids: 'Vec<Bytes>',
1488
- poolId: 'u32',
1489
- },
1490
- remove_stored_manifest: {
1491
- cid: 'Bytes',
1492
- poolId: 'u32',
1493
- },
1494
- batch_remove_stored_manifest: {
1495
- cids: 'Vec<Bytes>',
1496
- poolId: 'u32',
1497
- },
1498
- remove_manifest: {
1499
- cid: 'Bytes',
1500
- poolId: 'u32',
1501
- },
1502
- batch_remove_manifest: {
1503
- cids: 'Vec<Bytes>',
1504
- poolIds: 'Vec<u32>',
1505
- },
1506
- verify_manifests: 'Null',
1507
- get_manifests: {
1508
- poolId: 'Option<u32>',
1509
- uploader: 'Option<AccountId32>',
1510
- storer: 'Option<AccountId32>',
1511
- },
1512
- get_available_manifests: {
1513
- poolId: 'Option<u32>',
1514
- },
1515
- get_manifests_storer_data: {
1516
- poolId: 'Option<u32>',
1517
- storer: 'Option<AccountId32>',
1518
- },
1519
- generate_challenge: 'Null',
1520
- verify_challenge: {
1521
- poolId: 'u32',
1522
- cids: 'Vec<Bytes>',
1523
- classId: 'u64',
1524
- assetId: 'u64',
1525
- },
1526
- mint_labor_tokens: {
1527
- classId: 'u64',
1528
- assetId: 'u64',
1529
- amount: 'u128',
1530
- },
1531
- update_file_size: {
1532
- _alias: {
1533
- size_: 'size',
1534
- },
1535
- cid: 'Bytes',
1536
- poolId: 'u32',
1537
- size_: 'u64',
1538
- },
1539
- update_file_sizes: {
1540
- cids: 'Vec<Bytes>',
1541
- poolId: 'u32',
1542
- sizes: 'Vec<u64>'
1543
- }
1544
- }
1545
- },
1546
- /**
1547
- * Lookup177: fula_pool::pallet::Call<T>
1548
- **/
1549
- FulaPoolCall: {
1550
- _enum: {
1551
- create: {
1552
- name: 'Bytes',
1553
- region: 'Bytes',
1554
- peerId: 'Bytes',
1555
- },
1556
- leave_pool: {
1557
- poolId: 'u32',
1558
- },
1559
- join: {
1560
- poolId: 'u32',
1561
- peerId: 'Bytes',
1562
- },
1563
- cancel_join: {
1564
- poolId: 'u32',
1565
- },
1566
- vote: {
1567
- poolId: 'u32',
1568
- account: 'AccountId32',
1569
- positive: 'bool',
1570
- peerId: 'Bytes'
1571
- }
1572
- }
1573
- },
1574
- /**
1575
- * Lookup179: pallet_sudo::pallet::Error<T>
1576
- **/
1577
- PalletSudoError: {
1578
- _enum: ['RequireSudo']
1579
- },
1580
- /**
1581
- * Lookup182: pallet_scheduler::Scheduled<Name, frame_support::traits::preimages::Bounded<sugarfunge_runtime::RuntimeCall>, BlockNumber, sugarfunge_runtime::OriginCaller, sp_core::crypto::AccountId32>
1582
- **/
1583
- PalletSchedulerScheduled: {
1584
- maybeId: 'Option<[u8;32]>',
1585
- priority: 'u8',
1586
- call: 'FrameSupportPreimagesBounded',
1587
- maybePeriodic: 'Option<(u32,u32)>',
1588
- origin: 'SugarfungeRuntimeOriginCaller'
1589
- },
1590
- /**
1591
- * Lookup183: frame_support::traits::preimages::Bounded<sugarfunge_runtime::RuntimeCall>
1592
- **/
1593
- FrameSupportPreimagesBounded: {
1594
- _enum: {
1595
- Legacy: {
1596
- _alias: {
1597
- hash_: 'hash',
1598
- },
1599
- hash_: 'H256',
1600
- },
1601
- Inline: 'Bytes',
1602
- Lookup: {
1603
- _alias: {
1604
- hash_: 'hash',
1605
- },
1606
- hash_: 'H256',
1607
- len: 'u32'
1608
- }
1609
- }
1610
- },
1611
- /**
1612
- * Lookup185: sugarfunge_runtime::OriginCaller
1613
- **/
1614
- SugarfungeRuntimeOriginCaller: {
1615
- _enum: {
1616
- system: 'FrameSupportDispatchRawOrigin',
1617
- __Unused1: 'Null',
1618
- Void: 'SpCoreVoid',
1619
- __Unused3: 'Null',
1620
- __Unused4: 'Null',
1621
- __Unused5: 'Null',
1622
- __Unused6: 'Null',
1623
- __Unused7: 'Null',
1624
- Council: 'PalletCollectiveRawOrigin'
1625
- }
1626
- },
1627
- /**
1628
- * Lookup186: frame_support::dispatch::RawOrigin<sp_core::crypto::AccountId32>
1629
- **/
1630
- FrameSupportDispatchRawOrigin: {
1631
- _enum: {
1632
- Root: 'Null',
1633
- Signed: 'AccountId32',
1634
- None: 'Null'
1635
- }
1636
- },
1637
- /**
1638
- * Lookup187: pallet_collective::RawOrigin<sp_core::crypto::AccountId32, I>
1639
- **/
1640
- PalletCollectiveRawOrigin: {
1641
- _enum: {
1642
- Members: '(u32,u32)',
1643
- Member: 'AccountId32',
1644
- _Phantom: 'Null'
1645
- }
1646
- },
1647
- /**
1648
- * Lookup189: pallet_scheduler::pallet::Error<T>
1649
- **/
1650
- PalletSchedulerError: {
1651
- _enum: ['FailedToSchedule', 'NotFound', 'TargetBlockNumberInPast', 'RescheduleNoChange', 'Named']
1652
- },
1653
- /**
1654
- * Lookup191: pallet_collective::Votes<sp_core::crypto::AccountId32, BlockNumber>
1655
- **/
1656
- PalletCollectiveVotes: {
1657
- index: 'u32',
1658
- threshold: 'u32',
1659
- ayes: 'Vec<AccountId32>',
1660
- nays: 'Vec<AccountId32>',
1661
- end: 'u32'
1662
- },
1663
- /**
1664
- * Lookup192: pallet_collective::pallet::Error<T, I>
1665
- **/
1666
- PalletCollectiveError: {
1667
- _enum: ['NotMember', 'DuplicateProposal', 'ProposalMissing', 'WrongIndex', 'DuplicateVote', 'AlreadyInitialized', 'TooEarly', 'TooManyProposals', 'WrongProposalWeight', 'WrongProposalLength']
1668
- },
1669
- /**
1670
- * Lookup194: sugarfunge_validator_set::pallet::Error<T>
1671
- **/
1672
- SugarfungeValidatorSetError: {
1673
- _enum: ['TooLowValidatorCount', 'Duplicate', 'ValidatorNotApproved', 'BadOrigin']
1674
- },
1675
- /**
1676
- * Lookup198: sp_core::crypto::KeyTypeId
1677
- **/
1678
- SpCoreCryptoKeyTypeId: '[u8;4]',
1679
- /**
1680
- * Lookup199: pallet_session::pallet::Error<T>
1681
- **/
1682
- PalletSessionError: {
1683
- _enum: ['InvalidProof', 'NoAssociatedValidatorId', 'DuplicatedKey', 'NoKeys', 'NoAccount']
1684
- },
1685
- /**
1686
- * Lookup200: sugarfunge_asset::Class<sp_core::crypto::AccountId32, bounded_collections::bounded_vec::BoundedVec<T, S>>
1687
- **/
1688
- SugarfungeAssetClass: {
1689
- owner: 'AccountId32',
1690
- metadata: 'Bytes'
1691
- },
1692
- /**
1693
- * Lookup202: sugarfunge_asset::Asset<ClassId, sp_core::crypto::AccountId32, bounded_collections::bounded_vec::BoundedVec<T, S>>
1694
- **/
1695
- SugarfungeAssetAsset: {
1696
- classId: 'u64',
1697
- creator: 'AccountId32',
1698
- metadata: 'Bytes'
1699
- },
1700
- /**
1701
- * Lookup204: sugarfunge_asset::pallet::Error<T>
1702
- **/
1703
- SugarfungeAssetError: {
1704
- _enum: ['Unknown', 'InUse', 'InvalidAssetId', 'InsufficientBalance', 'NumOverflow', 'InvalidArrayLength', 'Overflow', 'InvalidClassId', 'NoPermission', 'ClassNotFound', 'AssetNotFound']
1705
- },
1706
- /**
1707
- * Lookup205: sugarfunge_dao::pallet::Error<T>
1708
- **/
1709
- SugarfungeDaoError: {
1710
- _enum: ['NoneValue', 'StorageOverflow']
1711
- },
1712
- /**
1713
- * Lookup206: sugarfunge_bundle::Bundle<ClassId, AssetId, BundleSchema, sp_core::crypto::AccountId32, bounded_collections::bounded_vec::BoundedVec<T, S>>
1714
- **/
1715
- SugarfungeBundleBundle: {
1716
- creator: 'AccountId32',
1717
- classId: 'u64',
1718
- assetId: 'u64',
1719
- metadata: 'Bytes',
1720
- schema: '(Vec<u64>,Vec<Vec<u64>>,Vec<Vec<u128>>)',
1721
- vault: 'AccountId32'
1722
- },
1723
- /**
1724
- * Lookup207: frame_support::PalletId
1725
- **/
1726
- FrameSupportPalletId: '[u8;8]',
1727
- /**
1728
- * Lookup208: sugarfunge_bundle::pallet::Error<T>
1729
- **/
1730
- SugarfungeBundleError: {
1731
- _enum: ['InvalidBundleIdForBundle', 'BundleExists', 'BundleNotFound', 'NumOverflow', 'InvalidArrayLength', 'InsufficientBalance', 'AssetExists', 'AccountNotOwner']
1732
- },
1733
- /**
1734
- * Lookup209: sugarfunge_bag::BagClass<sp_core::crypto::AccountId32, ClassId>
1735
- **/
1736
- SugarfungeBagBagClass: {
1737
- operator: 'AccountId32',
1738
- classId: 'u64'
1739
- },
1740
- /**
1741
- * Lookup210: sugarfunge_bag::Bag<sp_core::crypto::AccountId32, ClassId, AssetId>
1742
- **/
1743
- SugarfungeBagBag: {
1744
- operator: 'AccountId32',
1745
- classId: 'u64',
1746
- assetId: 'u64',
1747
- totalShares: 'u128'
1748
- },
1749
- /**
1750
- * Lookup211: sugarfunge_bag::pallet::Error<T>
1751
- **/
1752
- SugarfungeBagError: {
1753
- _enum: ['BagClassExists', 'BagExists', 'InvalidBagClass', 'InvalidBag', 'InvalidBagOperator', 'InvalidBagOwner', 'InvalidArrayLength', 'InsufficientShares']
1754
- },
1755
- /**
1756
- * Lookup212: sugarfunge_exgine::pallet::Error<T>
1757
- **/
1758
- SugarfungeExgineError: {
1759
- _enum: ['NoneValue', 'StorageOverflow']
1760
- },
1761
- /**
1762
- * Lookup213: sugarfunge_market::Market<sp_core::crypto::AccountId32>
1763
- **/
1764
- SugarfungeMarketMarket: {
1765
- owner: 'AccountId32',
1766
- vault: 'AccountId32'
1767
- },
1768
- /**
1769
- * Lookup215: sugarfunge_market::pallet::Error<T>
1770
- **/
1771
- SugarfungeMarketError: {
1772
- _enum: ['Overflow', 'InsufficientAmount', 'InsufficientLiquidity', 'InvalidMarket', 'InvalidMarketRate', 'InvalidMarketOwner', 'NotAuthorizedToMintAsset', 'MarketExists', 'MarketRateExists', 'InvalidAsset', 'InvalidAssetRate', 'InvalidRateAccount', 'InvalidRateAmount', 'InvalidBurnPrice', 'InvalidBurnBalance', 'InvalidTransferPrice', 'InvalidTransferBalance', 'InvalidBuyer', 'InvalidArrayLength']
1773
- },
1774
- /**
1775
- * Lookup217: functionland_fula::Manifest<sp_core::crypto::AccountId32, bounded_collections::bounded_vec::BoundedVec<T, S>>
1776
- **/
1777
- FunctionlandFulaManifest: {
1778
- _alias: {
1779
- size_: 'size'
1780
- },
1781
- usersData: 'Vec<FunctionlandFulaUploaderData>',
1782
- manifestMetadata: 'Bytes',
1783
- size_: 'Option<u64>'
1784
- },
1785
- /**
1786
- * Lookup220: functionland_fula::Challenge<sp_core::crypto::AccountId32>
1787
- **/
1788
- FunctionlandFulaChallenge: {
1789
- challenger: 'AccountId32',
1790
- challengeState: 'FunctionlandFulaChallengeState'
1791
- },
1792
- /**
1793
- * Lookup221: functionland_fula::ClaimData
1794
- **/
1795
- FunctionlandFulaClaimData: {
1796
- mintedLaborTokens: 'u128',
1797
- expectedLaborTokens: 'u128',
1798
- challengeTokens: 'u128'
1799
- },
1800
- /**
1801
- * Lookup222: functionland_fula::pallet::Error<T>
1802
- **/
1803
- FunctionlandFulaError: {
1804
- _enum: ['NoneValue', 'StorageOverflow', 'ReplicationFactorLimitReached', 'ReplicationFactorInvalid', 'AccountAlreadyStorer', 'AccountNotStorer', 'AccountNotInPool', 'AccountNotUploader', 'AccountNotFound', 'ManifestAlreadyExist', 'ManifestNotFound', 'ManifestNotStored', 'InvalidArrayLength', 'ErrorPickingCIDToChallenge', 'ErrorPickingAccountToChallenge', 'ManifestStorerDataNotFound', 'NoFileSizeProvided', 'NoAccountsToChallenge']
1805
- },
1806
- /**
1807
- * Lookup223: fula_pool::Pool<T>
1808
- **/
1809
- FulaPoolPool: {
1810
- name: 'Bytes',
1811
- owner: 'Option<AccountId32>',
1812
- parent: 'Option<u32>',
1813
- participants: 'Vec<AccountId32>',
1814
- requestNumber: 'u8',
1815
- region: 'Bytes'
1816
- },
1817
- /**
1818
- * Lookup226: fula_pool::PoolRequest<T>
1819
- **/
1820
- FulaPoolPoolRequest: {
1821
- voted: 'Vec<AccountId32>',
1822
- positiveVotes: 'u16',
1823
- peerId: 'Bytes'
1824
- },
1825
- /**
1826
- * Lookup227: fula_pool::User<bounded_collections::bounded_vec::BoundedVec<T, S>>
1827
- **/
1828
- FulaPoolUser: {
1829
- poolId: 'Option<u32>',
1830
- requestPoolId: 'Option<u32>',
1831
- peerId: 'Bytes'
1832
- },
1833
- /**
1834
- * Lookup228: fula_pool::pallet::Error<T>
1835
- **/
1836
- FulaPoolError: {
1837
- _enum: ['UserBusy', 'MaxPools', 'NameTooLong', 'PoolDoesNotExist', 'RequestDoesNotExist', 'CapacityReached', 'UserDoesNotExist', 'AccessDenied', 'InternalError', 'AlreadyVoted']
1838
- },
1839
- /**
1840
- * Lookup230: sp_runtime::MultiSignature
1841
- **/
1842
- SpRuntimeMultiSignature: {
1843
- _enum: {
1844
- Ed25519: 'SpCoreEd25519Signature',
1845
- Sr25519: 'SpCoreSr25519Signature',
1846
- Ecdsa: 'SpCoreEcdsaSignature'
1847
- }
1848
- },
1849
- /**
1850
- * Lookup231: sp_core::sr25519::Signature
1851
- **/
1852
- SpCoreSr25519Signature: '[u8;64]',
1853
- /**
1854
- * Lookup232: sp_core::ecdsa::Signature
1855
- **/
1856
- SpCoreEcdsaSignature: '[u8;65]',
1857
- /**
1858
- * Lookup235: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender<T>
1859
- **/
1860
- FrameSystemExtensionsCheckNonZeroSender: 'Null',
1861
- /**
1862
- * Lookup236: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
1863
- **/
1864
- FrameSystemExtensionsCheckSpecVersion: 'Null',
1865
- /**
1866
- * Lookup237: frame_system::extensions::check_tx_version::CheckTxVersion<T>
1867
- **/
1868
- FrameSystemExtensionsCheckTxVersion: 'Null',
1869
- /**
1870
- * Lookup238: frame_system::extensions::check_genesis::CheckGenesis<T>
1871
- **/
1872
- FrameSystemExtensionsCheckGenesis: 'Null',
1873
- /**
1874
- * Lookup241: frame_system::extensions::check_nonce::CheckNonce<T>
1875
- **/
1876
- FrameSystemExtensionsCheckNonce: 'Compact<u32>',
1877
- /**
1878
- * Lookup242: frame_system::extensions::check_weight::CheckWeight<T>
1879
- **/
1880
- FrameSystemExtensionsCheckWeight: 'Null',
1881
- /**
1882
- * Lookup243: pallet_transaction_payment::ChargeTransactionPayment<T>
1883
- **/
1884
- PalletTransactionPaymentChargeTransactionPayment: 'Compact<u128>',
1885
- /**
1886
- * Lookup244: sugarfunge_runtime::Runtime
1887
- **/
1888
- SugarfungeRuntimeRuntime: 'Null'
1889
- };
1
+ // Auto-generated via `yarn polkadot-types-from-defs`, do not edit
2
+ /* eslint-disable */
3
+
4
+ /* eslint-disable sort-keys */
5
+
6
+ export default {
7
+ /**
8
+ * Lookup3: frame_system::AccountInfo<Index, pallet_balances::types::AccountData<Balance>>
9
+ **/
10
+ FrameSystemAccountInfo: {
11
+ nonce: 'u32',
12
+ consumers: 'u32',
13
+ providers: 'u32',
14
+ sufficients: 'u32',
15
+ data: 'PalletBalancesAccountData'
16
+ },
17
+ /**
18
+ * Lookup5: pallet_balances::types::AccountData<Balance>
19
+ **/
20
+ PalletBalancesAccountData: {
21
+ free: 'u128',
22
+ reserved: 'u128',
23
+ frozen: 'u128',
24
+ flags: 'u128'
25
+ },
26
+ /**
27
+ * Lookup8: frame_support::dispatch::PerDispatchClass<sp_weights::weight_v2::Weight>
28
+ **/
29
+ FrameSupportDispatchPerDispatchClassWeight: {
30
+ normal: 'SpWeightsWeightV2Weight',
31
+ operational: 'SpWeightsWeightV2Weight',
32
+ mandatory: 'SpWeightsWeightV2Weight'
33
+ },
34
+ /**
35
+ * Lookup9: sp_weights::weight_v2::Weight
36
+ **/
37
+ SpWeightsWeightV2Weight: {
38
+ refTime: 'Compact<u64>',
39
+ proofSize: 'Compact<u64>'
40
+ },
41
+ /**
42
+ * Lookup14: sp_runtime::generic::digest::Digest
43
+ **/
44
+ SpRuntimeDigest: {
45
+ logs: 'Vec<SpRuntimeDigestDigestItem>'
46
+ },
47
+ /**
48
+ * Lookup16: sp_runtime::generic::digest::DigestItem
49
+ **/
50
+ SpRuntimeDigestDigestItem: {
51
+ _enum: {
52
+ Other: 'Bytes',
53
+ __Unused1: 'Null',
54
+ __Unused2: 'Null',
55
+ __Unused3: 'Null',
56
+ Consensus: '([u8;4],Bytes)',
57
+ Seal: '([u8;4],Bytes)',
58
+ PreRuntime: '([u8;4],Bytes)',
59
+ __Unused7: 'Null',
60
+ RuntimeEnvironmentUpdated: 'Null'
61
+ }
62
+ },
63
+ /**
64
+ * Lookup19: frame_system::EventRecord<sugarfunge_runtime::RuntimeEvent, primitive_types::H256>
65
+ **/
66
+ FrameSystemEventRecord: {
67
+ phase: 'FrameSystemPhase',
68
+ event: 'Event',
69
+ topics: 'Vec<H256>'
70
+ },
71
+ /**
72
+ * Lookup21: frame_system::pallet::Event<T>
73
+ **/
74
+ FrameSystemEvent: {
75
+ _enum: {
76
+ ExtrinsicSuccess: {
77
+ dispatchInfo: 'FrameSupportDispatchDispatchInfo',
78
+ },
79
+ ExtrinsicFailed: {
80
+ dispatchError: 'SpRuntimeDispatchError',
81
+ dispatchInfo: 'FrameSupportDispatchDispatchInfo',
82
+ },
83
+ CodeUpdated: 'Null',
84
+ NewAccount: {
85
+ account: 'AccountId32',
86
+ },
87
+ KilledAccount: {
88
+ account: 'AccountId32',
89
+ },
90
+ Remarked: {
91
+ _alias: {
92
+ hash_: 'hash',
93
+ },
94
+ sender: 'AccountId32',
95
+ hash_: 'H256'
96
+ }
97
+ }
98
+ },
99
+ /**
100
+ * Lookup22: frame_support::dispatch::DispatchInfo
101
+ **/
102
+ FrameSupportDispatchDispatchInfo: {
103
+ weight: 'SpWeightsWeightV2Weight',
104
+ class: 'FrameSupportDispatchDispatchClass',
105
+ paysFee: 'FrameSupportDispatchPays'
106
+ },
107
+ /**
108
+ * Lookup23: frame_support::dispatch::DispatchClass
109
+ **/
110
+ FrameSupportDispatchDispatchClass: {
111
+ _enum: ['Normal', 'Operational', 'Mandatory']
112
+ },
113
+ /**
114
+ * Lookup24: frame_support::dispatch::Pays
115
+ **/
116
+ FrameSupportDispatchPays: {
117
+ _enum: ['Yes', 'No']
118
+ },
119
+ /**
120
+ * Lookup25: sp_runtime::DispatchError
121
+ **/
122
+ SpRuntimeDispatchError: {
123
+ _enum: {
124
+ Other: 'Null',
125
+ CannotLookup: 'Null',
126
+ BadOrigin: 'Null',
127
+ Module: 'SpRuntimeModuleError',
128
+ ConsumerRemaining: 'Null',
129
+ NoProviders: 'Null',
130
+ TooManyConsumers: 'Null',
131
+ Token: 'SpRuntimeTokenError',
132
+ Arithmetic: 'SpArithmeticArithmeticError',
133
+ Transactional: 'SpRuntimeTransactionalError',
134
+ Exhausted: 'Null',
135
+ Corruption: 'Null',
136
+ Unavailable: 'Null',
137
+ RootNotAllowed: 'Null'
138
+ }
139
+ },
140
+ /**
141
+ * Lookup26: sp_runtime::ModuleError
142
+ **/
143
+ SpRuntimeModuleError: {
144
+ index: 'u8',
145
+ error: '[u8;4]'
146
+ },
147
+ /**
148
+ * Lookup27: sp_runtime::TokenError
149
+ **/
150
+ SpRuntimeTokenError: {
151
+ _enum: ['FundsUnavailable', 'OnlyProvider', 'BelowMinimum', 'CannotCreate', 'UnknownAsset', 'Frozen', 'Unsupported', 'CannotCreateHold', 'NotExpendable', 'Blocked']
152
+ },
153
+ /**
154
+ * Lookup28: sp_arithmetic::ArithmeticError
155
+ **/
156
+ SpArithmeticArithmeticError: {
157
+ _enum: ['Underflow', 'Overflow', 'DivisionByZero']
158
+ },
159
+ /**
160
+ * Lookup29: sp_runtime::TransactionalError
161
+ **/
162
+ SpRuntimeTransactionalError: {
163
+ _enum: ['LimitReached', 'NoLayer']
164
+ },
165
+ /**
166
+ * Lookup30: pallet_grandpa::pallet::Event
167
+ **/
168
+ PalletGrandpaEvent: {
169
+ _enum: {
170
+ NewAuthorities: {
171
+ authoritySet: 'Vec<(SpConsensusGrandpaAppPublic,u64)>',
172
+ },
173
+ Paused: 'Null',
174
+ Resumed: 'Null'
175
+ }
176
+ },
177
+ /**
178
+ * Lookup33: sp_consensus_grandpa::app::Public
179
+ **/
180
+ SpConsensusGrandpaAppPublic: 'SpCoreEd25519Public',
181
+ /**
182
+ * Lookup34: sp_core::ed25519::Public
183
+ **/
184
+ SpCoreEd25519Public: '[u8;32]',
185
+ /**
186
+ * Lookup35: pallet_balances::pallet::Event<T, I>
187
+ **/
188
+ PalletBalancesEvent: {
189
+ _enum: {
190
+ Endowed: {
191
+ account: 'AccountId32',
192
+ freeBalance: 'u128',
193
+ },
194
+ DustLost: {
195
+ account: 'AccountId32',
196
+ amount: 'u128',
197
+ },
198
+ Transfer: {
199
+ from: 'AccountId32',
200
+ to: 'AccountId32',
201
+ amount: 'u128',
202
+ },
203
+ BalanceSet: {
204
+ who: 'AccountId32',
205
+ free: 'u128',
206
+ },
207
+ Reserved: {
208
+ who: 'AccountId32',
209
+ amount: 'u128',
210
+ },
211
+ Unreserved: {
212
+ who: 'AccountId32',
213
+ amount: 'u128',
214
+ },
215
+ ReserveRepatriated: {
216
+ from: 'AccountId32',
217
+ to: 'AccountId32',
218
+ amount: 'u128',
219
+ destinationStatus: 'FrameSupportTokensMiscBalanceStatus',
220
+ },
221
+ Deposit: {
222
+ who: 'AccountId32',
223
+ amount: 'u128',
224
+ },
225
+ Withdraw: {
226
+ who: 'AccountId32',
227
+ amount: 'u128',
228
+ },
229
+ Slashed: {
230
+ who: 'AccountId32',
231
+ amount: 'u128',
232
+ },
233
+ Minted: {
234
+ who: 'AccountId32',
235
+ amount: 'u128',
236
+ },
237
+ Burned: {
238
+ who: 'AccountId32',
239
+ amount: 'u128',
240
+ },
241
+ Suspended: {
242
+ who: 'AccountId32',
243
+ amount: 'u128',
244
+ },
245
+ Restored: {
246
+ who: 'AccountId32',
247
+ amount: 'u128',
248
+ },
249
+ Upgraded: {
250
+ who: 'AccountId32',
251
+ },
252
+ Issued: {
253
+ amount: 'u128',
254
+ },
255
+ Rescinded: {
256
+ amount: 'u128',
257
+ },
258
+ Locked: {
259
+ who: 'AccountId32',
260
+ amount: 'u128',
261
+ },
262
+ Unlocked: {
263
+ who: 'AccountId32',
264
+ amount: 'u128',
265
+ },
266
+ Frozen: {
267
+ who: 'AccountId32',
268
+ amount: 'u128',
269
+ },
270
+ Thawed: {
271
+ who: 'AccountId32',
272
+ amount: 'u128'
273
+ }
274
+ }
275
+ },
276
+ /**
277
+ * Lookup36: frame_support::traits::tokens::misc::BalanceStatus
278
+ **/
279
+ FrameSupportTokensMiscBalanceStatus: {
280
+ _enum: ['Free', 'Reserved']
281
+ },
282
+ /**
283
+ * Lookup37: pallet_transaction_payment::pallet::Event<T>
284
+ **/
285
+ PalletTransactionPaymentEvent: {
286
+ _enum: {
287
+ TransactionFeePaid: {
288
+ who: 'AccountId32',
289
+ actualFee: 'u128',
290
+ tip: 'u128'
291
+ }
292
+ }
293
+ },
294
+ /**
295
+ * Lookup38: pallet_sudo::pallet::Event<T>
296
+ **/
297
+ PalletSudoEvent: {
298
+ _enum: {
299
+ Sudid: {
300
+ sudoResult: 'Result<Null, SpRuntimeDispatchError>',
301
+ },
302
+ KeyChanged: {
303
+ oldSudoer: 'Option<AccountId32>',
304
+ },
305
+ SudoAsDone: {
306
+ sudoResult: 'Result<Null, SpRuntimeDispatchError>'
307
+ }
308
+ }
309
+ },
310
+ /**
311
+ * Lookup42: pallet_scheduler::pallet::Event<T>
312
+ **/
313
+ PalletSchedulerEvent: {
314
+ _enum: {
315
+ Scheduled: {
316
+ when: 'u32',
317
+ index: 'u32',
318
+ },
319
+ Canceled: {
320
+ when: 'u32',
321
+ index: 'u32',
322
+ },
323
+ Dispatched: {
324
+ task: '(u32,u32)',
325
+ id: 'Option<[u8;32]>',
326
+ result: 'Result<Null, SpRuntimeDispatchError>',
327
+ },
328
+ CallUnavailable: {
329
+ task: '(u32,u32)',
330
+ id: 'Option<[u8;32]>',
331
+ },
332
+ PeriodicFailed: {
333
+ task: '(u32,u32)',
334
+ id: 'Option<[u8;32]>',
335
+ },
336
+ PermanentlyOverweight: {
337
+ task: '(u32,u32)',
338
+ id: 'Option<[u8;32]>'
339
+ }
340
+ }
341
+ },
342
+ /**
343
+ * Lookup45: pallet_collective::pallet::Event<T, I>
344
+ **/
345
+ PalletCollectiveEvent: {
346
+ _enum: {
347
+ Proposed: {
348
+ account: 'AccountId32',
349
+ proposalIndex: 'u32',
350
+ proposalHash: 'H256',
351
+ threshold: 'u32',
352
+ },
353
+ Voted: {
354
+ account: 'AccountId32',
355
+ proposalHash: 'H256',
356
+ voted: 'bool',
357
+ yes: 'u32',
358
+ no: 'u32',
359
+ },
360
+ Approved: {
361
+ proposalHash: 'H256',
362
+ },
363
+ Disapproved: {
364
+ proposalHash: 'H256',
365
+ },
366
+ Executed: {
367
+ proposalHash: 'H256',
368
+ result: 'Result<Null, SpRuntimeDispatchError>',
369
+ },
370
+ MemberExecuted: {
371
+ proposalHash: 'H256',
372
+ result: 'Result<Null, SpRuntimeDispatchError>',
373
+ },
374
+ Closed: {
375
+ proposalHash: 'H256',
376
+ yes: 'u32',
377
+ no: 'u32'
378
+ }
379
+ }
380
+ },
381
+ /**
382
+ * Lookup47: sugarfunge_validator_set::pallet::Event<T>
383
+ **/
384
+ SugarfungeValidatorSetEvent: {
385
+ _enum: {
386
+ ValidatorAdditionInitiated: 'AccountId32',
387
+ ValidatorRemovalInitiated: 'AccountId32'
388
+ }
389
+ },
390
+ /**
391
+ * Lookup48: pallet_session::pallet::Event
392
+ **/
393
+ PalletSessionEvent: {
394
+ _enum: {
395
+ NewSession: {
396
+ sessionIndex: 'u32'
397
+ }
398
+ }
399
+ },
400
+ /**
401
+ * Lookup49: sugarfunge_asset::pallet::Event<T>
402
+ **/
403
+ SugarfungeAssetEvent: {
404
+ _enum: {
405
+ ClassCreated: {
406
+ classId: 'u64',
407
+ who: 'AccountId32',
408
+ },
409
+ AssetCreated: {
410
+ classId: 'u64',
411
+ assetId: 'u64',
412
+ who: 'AccountId32',
413
+ },
414
+ AssetMetadataUpdated: {
415
+ classId: 'u64',
416
+ assetId: 'u64',
417
+ who: 'AccountId32',
418
+ metadata: 'Bytes',
419
+ },
420
+ Mint: {
421
+ who: 'AccountId32',
422
+ to: 'AccountId32',
423
+ classId: 'u64',
424
+ assetId: 'u64',
425
+ amount: 'u128',
426
+ },
427
+ BatchMint: {
428
+ who: 'AccountId32',
429
+ to: 'AccountId32',
430
+ classId: 'u64',
431
+ assetIds: 'Vec<u64>',
432
+ amounts: 'Vec<u128>',
433
+ },
434
+ Burn: {
435
+ who: 'AccountId32',
436
+ from: 'AccountId32',
437
+ classId: 'u64',
438
+ assetId: 'u64',
439
+ amount: 'u128',
440
+ },
441
+ BatchBurn: {
442
+ who: 'AccountId32',
443
+ from: 'AccountId32',
444
+ classId: 'u64',
445
+ assetIds: 'Vec<u64>',
446
+ amounts: 'Vec<u128>',
447
+ },
448
+ Transferred: {
449
+ who: 'AccountId32',
450
+ from: 'AccountId32',
451
+ to: 'AccountId32',
452
+ classId: 'u64',
453
+ assetId: 'u64',
454
+ amount: 'u128',
455
+ },
456
+ BatchTransferred: {
457
+ who: 'AccountId32',
458
+ from: 'AccountId32',
459
+ to: 'AccountId32',
460
+ classId: 'u64',
461
+ assetIds: 'Vec<u64>',
462
+ amounts: 'Vec<u128>',
463
+ },
464
+ OperatorApprovalForAll: {
465
+ who: 'AccountId32',
466
+ operator: 'AccountId32',
467
+ classId: 'u64',
468
+ approved: 'bool'
469
+ }
470
+ }
471
+ },
472
+ /**
473
+ * Lookup52: sugarfunge_dao::pallet::Event<T>
474
+ **/
475
+ SugarfungeDaoEvent: {
476
+ _enum: {
477
+ SomethingStored: '(u32,AccountId32)'
478
+ }
479
+ },
480
+ /**
481
+ * Lookup53: sugarfunge_bundle::pallet::Event<T>
482
+ **/
483
+ SugarfungeBundleEvent: {
484
+ _enum: {
485
+ Register: {
486
+ bundleId: 'H256',
487
+ who: 'AccountId32',
488
+ classId: 'u64',
489
+ assetId: 'u64',
490
+ },
491
+ Mint: {
492
+ bundleId: 'H256',
493
+ who: 'AccountId32',
494
+ from: 'AccountId32',
495
+ to: 'AccountId32',
496
+ amount: 'u128',
497
+ },
498
+ Burn: {
499
+ bundleId: 'H256',
500
+ who: 'AccountId32',
501
+ from: 'AccountId32',
502
+ to: 'AccountId32',
503
+ amount: 'u128'
504
+ }
505
+ }
506
+ },
507
+ /**
508
+ * Lookup54: sugarfunge_bag::pallet::Event<T>
509
+ **/
510
+ SugarfungeBagEvent: {
511
+ _enum: {
512
+ Register: {
513
+ who: 'AccountId32',
514
+ classId: 'u64',
515
+ },
516
+ Created: {
517
+ bag: 'AccountId32',
518
+ who: 'AccountId32',
519
+ classId: 'u64',
520
+ assetId: 'u64',
521
+ owners: 'Vec<AccountId32>',
522
+ },
523
+ Deposit: {
524
+ bag: 'AccountId32',
525
+ who: 'AccountId32',
526
+ },
527
+ Sweep: {
528
+ bag: 'AccountId32',
529
+ who: 'AccountId32',
530
+ to: 'AccountId32'
531
+ }
532
+ }
533
+ },
534
+ /**
535
+ * Lookup56: sugarfunge_exgine::pallet::Event<T>
536
+ **/
537
+ SugarfungeExgineEvent: {
538
+ _enum: {
539
+ SomethingStored: '(u32,AccountId32)'
540
+ }
541
+ },
542
+ /**
543
+ * Lookup57: sugarfunge_market::pallet::Event<T>
544
+ **/
545
+ SugarfungeMarketEvent: {
546
+ _enum: {
547
+ Created: {
548
+ marketId: 'u64',
549
+ who: 'AccountId32',
550
+ },
551
+ RateCreated: {
552
+ marketId: 'u64',
553
+ marketRateId: 'u64',
554
+ who: 'AccountId32',
555
+ },
556
+ LiquidityAdded: {
557
+ who: 'AccountId32',
558
+ marketId: 'u64',
559
+ marketRateId: 'u64',
560
+ classIds: 'Vec<u64>',
561
+ assetIds: 'Vec<Vec<u64>>',
562
+ amounts: 'Vec<Vec<u128>>',
563
+ },
564
+ LiquidityRemoved: {
565
+ who: 'AccountId32',
566
+ marketId: 'u64',
567
+ marketRateId: 'u64',
568
+ classIds: 'Vec<u64>',
569
+ assetIds: 'Vec<Vec<u64>>',
570
+ amounts: 'Vec<Vec<u128>>',
571
+ },
572
+ Deposit: {
573
+ who: 'AccountId32',
574
+ marketId: 'u64',
575
+ marketRateId: 'u64',
576
+ amount: 'u128',
577
+ balances: 'Vec<SugarfungeMarketRateBalance>',
578
+ success: 'bool',
579
+ },
580
+ Exchanged: {
581
+ buyer: 'AccountId32',
582
+ marketId: 'u64',
583
+ marketRateId: 'u64',
584
+ amount: 'u128',
585
+ balances: 'Vec<SugarfungeMarketRateBalance>',
586
+ success: 'bool'
587
+ }
588
+ }
589
+ },
590
+ /**
591
+ * Lookup61: sugarfunge_market::RateBalance<sp_core::crypto::AccountId32, ClassId, AssetId>
592
+ **/
593
+ SugarfungeMarketRateBalance: {
594
+ rate: 'SugarfungeMarketAssetRate',
595
+ balance: 'i128'
596
+ },
597
+ /**
598
+ * Lookup62: sugarfunge_market::AssetRate<sp_core::crypto::AccountId32, ClassId, AssetId>
599
+ **/
600
+ SugarfungeMarketAssetRate: {
601
+ classId: 'u64',
602
+ assetId: 'u64',
603
+ action: 'SugarfungeMarketRateAction',
604
+ from: 'SugarfungeMarketRateAccount',
605
+ to: 'SugarfungeMarketRateAccount'
606
+ },
607
+ /**
608
+ * Lookup63: sugarfunge_market::RateAction<ClassId, AssetId>
609
+ **/
610
+ SugarfungeMarketRateAction: {
611
+ _enum: {
612
+ Transfer: 'i128',
613
+ MarketTransfer: '(SugarfungeMarketAmm,u64,u64)',
614
+ Mint: 'i128',
615
+ Burn: 'i128',
616
+ Has: '(SugarfungeMarketAmountOp,i128)'
617
+ }
618
+ },
619
+ /**
620
+ * Lookup65: sugarfunge_market::AMM
621
+ **/
622
+ SugarfungeMarketAmm: {
623
+ _enum: ['Constant']
624
+ },
625
+ /**
626
+ * Lookup66: sugarfunge_market::AmountOp
627
+ **/
628
+ SugarfungeMarketAmountOp: {
629
+ _enum: ['Equal', 'LessThan', 'LessEqualThan', 'GreaterThan', 'GreaterEqualThan']
630
+ },
631
+ /**
632
+ * Lookup67: sugarfunge_market::RateAccount<sp_core::crypto::AccountId32>
633
+ **/
634
+ SugarfungeMarketRateAccount: {
635
+ _enum: {
636
+ Market: 'Null',
637
+ Account: 'AccountId32',
638
+ Buyer: 'Null'
639
+ }
640
+ },
641
+ /**
642
+ * Lookup68: functionland_fula::pallet::Event<T>
643
+ **/
644
+ FunctionlandFulaEvent: {
645
+ _enum: {
646
+ ManifestOutput: {
647
+ uploader: 'AccountId32',
648
+ storer: 'Vec<AccountId32>',
649
+ poolId: 'u32',
650
+ manifest: 'Bytes',
651
+ },
652
+ StorageManifestOutput: {
653
+ storer: 'AccountId32',
654
+ poolId: 'u32',
655
+ cid: 'Bytes',
656
+ },
657
+ RemoveStorerOutput: {
658
+ storer: 'Option<AccountId32>',
659
+ poolId: 'u32',
660
+ cid: 'Bytes',
661
+ },
662
+ ManifestRemoved: {
663
+ uploader: 'AccountId32',
664
+ poolId: 'u32',
665
+ cid: 'Bytes',
666
+ },
667
+ ManifestStorageUpdated: {
668
+ storer: 'AccountId32',
669
+ poolId: 'u32',
670
+ cid: 'Bytes',
671
+ activeCycles: 'u16',
672
+ missedCycles: 'u16',
673
+ activeDays: 'i32',
674
+ },
675
+ BatchManifestOutput: {
676
+ uploader: 'AccountId32',
677
+ poolIds: 'Vec<u32>',
678
+ manifests: 'Vec<Bytes>',
679
+ },
680
+ BatchStorageManifestOutput: {
681
+ storer: 'AccountId32',
682
+ poolId: 'u32',
683
+ cids: 'Vec<Bytes>',
684
+ },
685
+ BatchRemoveStorerOutput: {
686
+ storer: 'AccountId32',
687
+ poolId: 'u32',
688
+ cids: 'Vec<Bytes>',
689
+ },
690
+ BatchManifestRemoved: {
691
+ uploader: 'AccountId32',
692
+ poolIds: 'Vec<u32>',
693
+ cids: 'Vec<Bytes>',
694
+ },
695
+ VerifiedStorerManifests: {
696
+ storer: 'AccountId32',
697
+ validCids: 'Vec<Bytes>',
698
+ invalidCids: 'Vec<Bytes>',
699
+ },
700
+ UpdateFileSizeOutput: {
701
+ _alias: {
702
+ size_: 'size',
703
+ },
704
+ account: 'AccountId32',
705
+ poolId: 'u32',
706
+ cid: 'Bytes',
707
+ size_: 'u64',
708
+ },
709
+ UpdateFileSizesOutput: {
710
+ account: 'AccountId32',
711
+ poolId: 'u32',
712
+ cids: 'Vec<Bytes>',
713
+ sizes: 'Vec<u64>',
714
+ },
715
+ GetManifests: {
716
+ manifests: 'Vec<FunctionlandFulaManifestWithPoolId>',
717
+ },
718
+ GetAvailableManifests: {
719
+ manifests: 'Vec<FunctionlandFulaManifestAvailable>',
720
+ },
721
+ GetManifestsStorerData: {
722
+ manifests: 'Vec<FunctionlandFulaStorerData>',
723
+ },
724
+ Challenge: {
725
+ challenger: 'AccountId32',
726
+ challenged: 'AccountId32',
727
+ cid: 'Bytes',
728
+ state: 'FunctionlandFulaChallengeState',
729
+ },
730
+ VerifiedChallenges: {
731
+ challenged: 'AccountId32',
732
+ successful: 'Vec<Bytes>',
733
+ failed: 'Vec<Bytes>',
734
+ },
735
+ MintedLaborTokens: {
736
+ account: 'AccountId32',
737
+ classId: 'u64',
738
+ assetId: 'u64',
739
+ amount: 'u128',
740
+ calculatedAmount: 'u128'
741
+ }
742
+ }
743
+ },
744
+ /**
745
+ * Lookup74: functionland_fula::ManifestWithPoolId<PoolId, sp_core::crypto::AccountId32, bounded_collections::bounded_vec::BoundedVec<T, S>>
746
+ **/
747
+ FunctionlandFulaManifestWithPoolId: {
748
+ _alias: {
749
+ size_: 'size'
750
+ },
751
+ poolId: 'u32',
752
+ usersData: 'Vec<FunctionlandFulaUploaderData>',
753
+ manifestMetadata: 'Bytes',
754
+ size_: 'Option<u64>'
755
+ },
756
+ /**
757
+ * Lookup77: functionland_fula::UploaderData<sp_core::crypto::AccountId32>
758
+ **/
759
+ FunctionlandFulaUploaderData: {
760
+ uploader: 'AccountId32',
761
+ storers: 'Vec<AccountId32>',
762
+ replicationFactor: 'u16'
763
+ },
764
+ /**
765
+ * Lookup80: functionland_fula::ManifestAvailable<PoolId, bounded_collections::bounded_vec::BoundedVec<T, S>>
766
+ **/
767
+ FunctionlandFulaManifestAvailable: {
768
+ poolId: 'u32',
769
+ replicationFactor: 'u16',
770
+ manifestMetadata: 'Bytes'
771
+ },
772
+ /**
773
+ * Lookup82: functionland_fula::StorerData<PoolId, bounded_collections::bounded_vec::BoundedVec<T, S>, sp_core::crypto::AccountId32>
774
+ **/
775
+ FunctionlandFulaStorerData: {
776
+ poolId: 'u32',
777
+ cid: 'Bytes',
778
+ account: 'AccountId32',
779
+ manifestData: 'FunctionlandFulaManifestStorageData'
780
+ },
781
+ /**
782
+ * Lookup84: functionland_fula::ManifestStorageData
783
+ **/
784
+ FunctionlandFulaManifestStorageData: {
785
+ activeCycles: 'u16',
786
+ missedCycles: 'u16',
787
+ activeDays: 'i32',
788
+ challengeState: 'FunctionlandFulaChallengeState'
789
+ },
790
+ /**
791
+ * Lookup85: functionland_fula::ChallengeState
792
+ **/
793
+ FunctionlandFulaChallengeState: {
794
+ _enum: ['Open', 'Successful', 'Failed']
795
+ },
796
+ /**
797
+ * Lookup86: fula_pool::pallet::Event<T>
798
+ **/
799
+ FulaPoolEvent: {
800
+ _enum: {
801
+ PoolCreated: {
802
+ owner: 'Option<AccountId32>',
803
+ poolId: 'u32',
804
+ },
805
+ JoinRequested: {
806
+ account: 'AccountId32',
807
+ poolId: 'u32',
808
+ },
809
+ RequestWithdrawn: {
810
+ account: 'AccountId32',
811
+ poolId: 'u32',
812
+ },
813
+ VotingResult: {
814
+ account: 'AccountId32',
815
+ poolId: 'u32',
816
+ result: 'Bytes',
817
+ },
818
+ CapacityReached: {
819
+ poolId: 'u32',
820
+ },
821
+ ParticipantLeft: {
822
+ account: 'AccountId32',
823
+ poolId: 'u32'
824
+ }
825
+ }
826
+ },
827
+ /**
828
+ * Lookup87: frame_system::Phase
829
+ **/
830
+ FrameSystemPhase: {
831
+ _enum: {
832
+ ApplyExtrinsic: 'u32',
833
+ Finalization: 'Null',
834
+ Initialization: 'Null'
835
+ }
836
+ },
837
+ /**
838
+ * Lookup90: frame_system::LastRuntimeUpgradeInfo
839
+ **/
840
+ FrameSystemLastRuntimeUpgradeInfo: {
841
+ specVersion: 'Compact<u32>',
842
+ specName: 'Text'
843
+ },
844
+ /**
845
+ * Lookup93: frame_system::pallet::Call<T>
846
+ **/
847
+ FrameSystemCall: {
848
+ _enum: {
849
+ remark: {
850
+ remark: 'Bytes',
851
+ },
852
+ set_heap_pages: {
853
+ pages: 'u64',
854
+ },
855
+ set_code: {
856
+ code: 'Bytes',
857
+ },
858
+ set_code_without_checks: {
859
+ code: 'Bytes',
860
+ },
861
+ set_storage: {
862
+ items: 'Vec<(Bytes,Bytes)>',
863
+ },
864
+ kill_storage: {
865
+ _alias: {
866
+ keys_: 'keys',
867
+ },
868
+ keys_: 'Vec<Bytes>',
869
+ },
870
+ kill_prefix: {
871
+ prefix: 'Bytes',
872
+ subkeys: 'u32',
873
+ },
874
+ remark_with_event: {
875
+ remark: 'Bytes'
876
+ }
877
+ }
878
+ },
879
+ /**
880
+ * Lookup96: frame_system::limits::BlockWeights
881
+ **/
882
+ FrameSystemLimitsBlockWeights: {
883
+ baseBlock: 'SpWeightsWeightV2Weight',
884
+ maxBlock: 'SpWeightsWeightV2Weight',
885
+ perClass: 'FrameSupportDispatchPerDispatchClassWeightsPerClass'
886
+ },
887
+ /**
888
+ * Lookup97: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
889
+ **/
890
+ FrameSupportDispatchPerDispatchClassWeightsPerClass: {
891
+ normal: 'FrameSystemLimitsWeightsPerClass',
892
+ operational: 'FrameSystemLimitsWeightsPerClass',
893
+ mandatory: 'FrameSystemLimitsWeightsPerClass'
894
+ },
895
+ /**
896
+ * Lookup98: frame_system::limits::WeightsPerClass
897
+ **/
898
+ FrameSystemLimitsWeightsPerClass: {
899
+ baseExtrinsic: 'SpWeightsWeightV2Weight',
900
+ maxExtrinsic: 'Option<SpWeightsWeightV2Weight>',
901
+ maxTotal: 'Option<SpWeightsWeightV2Weight>',
902
+ reserved: 'Option<SpWeightsWeightV2Weight>'
903
+ },
904
+ /**
905
+ * Lookup100: frame_system::limits::BlockLength
906
+ **/
907
+ FrameSystemLimitsBlockLength: {
908
+ max: 'FrameSupportDispatchPerDispatchClassU32'
909
+ },
910
+ /**
911
+ * Lookup101: frame_support::dispatch::PerDispatchClass<T>
912
+ **/
913
+ FrameSupportDispatchPerDispatchClassU32: {
914
+ normal: 'u32',
915
+ operational: 'u32',
916
+ mandatory: 'u32'
917
+ },
918
+ /**
919
+ * Lookup102: sp_weights::RuntimeDbWeight
920
+ **/
921
+ SpWeightsRuntimeDbWeight: {
922
+ read: 'u64',
923
+ write: 'u64'
924
+ },
925
+ /**
926
+ * Lookup103: sp_version::RuntimeVersion
927
+ **/
928
+ SpVersionRuntimeVersion: {
929
+ specName: 'Text',
930
+ implName: 'Text',
931
+ authoringVersion: 'u32',
932
+ specVersion: 'u32',
933
+ implVersion: 'u32',
934
+ apis: 'Vec<([u8;8],u32)>',
935
+ transactionVersion: 'u32',
936
+ stateVersion: 'u8'
937
+ },
938
+ /**
939
+ * Lookup108: frame_system::pallet::Error<T>
940
+ **/
941
+ FrameSystemError: {
942
+ _enum: ['InvalidSpecName', 'SpecVersionNeedsToIncrease', 'FailedToExtractRuntimeVersion', 'NonDefaultComposite', 'NonZeroRefCount', 'CallFiltered']
943
+ },
944
+ /**
945
+ * Lookup109: pallet_timestamp::pallet::Call<T>
946
+ **/
947
+ PalletTimestampCall: {
948
+ _enum: {
949
+ set: {
950
+ now: 'Compact<u64>'
951
+ }
952
+ }
953
+ },
954
+ /**
955
+ * Lookup110: pallet_grandpa::StoredState<N>
956
+ **/
957
+ PalletGrandpaStoredState: {
958
+ _enum: {
959
+ Live: 'Null',
960
+ PendingPause: {
961
+ scheduledAt: 'u32',
962
+ delay: 'u32',
963
+ },
964
+ Paused: 'Null',
965
+ PendingResume: {
966
+ scheduledAt: 'u32',
967
+ delay: 'u32'
968
+ }
969
+ }
970
+ },
971
+ /**
972
+ * Lookup111: pallet_grandpa::StoredPendingChange<N, Limit>
973
+ **/
974
+ PalletGrandpaStoredPendingChange: {
975
+ scheduledAt: 'u32',
976
+ delay: 'u32',
977
+ nextAuthorities: 'Vec<(SpConsensusGrandpaAppPublic,u64)>',
978
+ forced: 'Option<u32>'
979
+ },
980
+ /**
981
+ * Lookup114: pallet_grandpa::pallet::Call<T>
982
+ **/
983
+ PalletGrandpaCall: {
984
+ _enum: {
985
+ report_equivocation: {
986
+ equivocationProof: 'SpConsensusGrandpaEquivocationProof',
987
+ keyOwnerProof: 'SpCoreVoid',
988
+ },
989
+ report_equivocation_unsigned: {
990
+ equivocationProof: 'SpConsensusGrandpaEquivocationProof',
991
+ keyOwnerProof: 'SpCoreVoid',
992
+ },
993
+ note_stalled: {
994
+ delay: 'u32',
995
+ bestFinalizedBlockNumber: 'u32'
996
+ }
997
+ }
998
+ },
999
+ /**
1000
+ * Lookup115: sp_consensus_grandpa::EquivocationProof<primitive_types::H256, N>
1001
+ **/
1002
+ SpConsensusGrandpaEquivocationProof: {
1003
+ setId: 'u64',
1004
+ equivocation: 'SpConsensusGrandpaEquivocation'
1005
+ },
1006
+ /**
1007
+ * Lookup116: sp_consensus_grandpa::Equivocation<primitive_types::H256, N>
1008
+ **/
1009
+ SpConsensusGrandpaEquivocation: {
1010
+ _enum: {
1011
+ Prevote: 'FinalityGrandpaEquivocationPrevote',
1012
+ Precommit: 'FinalityGrandpaEquivocationPrecommit'
1013
+ }
1014
+ },
1015
+ /**
1016
+ * Lookup117: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Prevote<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
1017
+ **/
1018
+ FinalityGrandpaEquivocationPrevote: {
1019
+ roundNumber: 'u64',
1020
+ identity: 'SpConsensusGrandpaAppPublic',
1021
+ first: '(FinalityGrandpaPrevote,SpConsensusGrandpaAppSignature)',
1022
+ second: '(FinalityGrandpaPrevote,SpConsensusGrandpaAppSignature)'
1023
+ },
1024
+ /**
1025
+ * Lookup118: finality_grandpa::Prevote<primitive_types::H256, N>
1026
+ **/
1027
+ FinalityGrandpaPrevote: {
1028
+ targetHash: 'H256',
1029
+ targetNumber: 'u32'
1030
+ },
1031
+ /**
1032
+ * Lookup119: sp_consensus_grandpa::app::Signature
1033
+ **/
1034
+ SpConsensusGrandpaAppSignature: 'SpCoreEd25519Signature',
1035
+ /**
1036
+ * Lookup120: sp_core::ed25519::Signature
1037
+ **/
1038
+ SpCoreEd25519Signature: '[u8;64]',
1039
+ /**
1040
+ * Lookup123: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Precommit<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
1041
+ **/
1042
+ FinalityGrandpaEquivocationPrecommit: {
1043
+ roundNumber: 'u64',
1044
+ identity: 'SpConsensusGrandpaAppPublic',
1045
+ first: '(FinalityGrandpaPrecommit,SpConsensusGrandpaAppSignature)',
1046
+ second: '(FinalityGrandpaPrecommit,SpConsensusGrandpaAppSignature)'
1047
+ },
1048
+ /**
1049
+ * Lookup124: finality_grandpa::Precommit<primitive_types::H256, N>
1050
+ **/
1051
+ FinalityGrandpaPrecommit: {
1052
+ targetHash: 'H256',
1053
+ targetNumber: 'u32'
1054
+ },
1055
+ /**
1056
+ * Lookup126: sp_core::Void
1057
+ **/
1058
+ SpCoreVoid: 'Null',
1059
+ /**
1060
+ * Lookup127: pallet_grandpa::pallet::Error<T>
1061
+ **/
1062
+ PalletGrandpaError: {
1063
+ _enum: ['PauseFailed', 'ResumeFailed', 'ChangePending', 'TooSoon', 'InvalidKeyOwnershipProof', 'InvalidEquivocationProof', 'DuplicateOffenceReport']
1064
+ },
1065
+ /**
1066
+ * Lookup129: pallet_balances::types::BalanceLock<Balance>
1067
+ **/
1068
+ PalletBalancesBalanceLock: {
1069
+ id: '[u8;8]',
1070
+ amount: 'u128',
1071
+ reasons: 'PalletBalancesReasons'
1072
+ },
1073
+ /**
1074
+ * Lookup130: pallet_balances::types::Reasons
1075
+ **/
1076
+ PalletBalancesReasons: {
1077
+ _enum: ['Fee', 'Misc', 'All']
1078
+ },
1079
+ /**
1080
+ * Lookup133: pallet_balances::types::ReserveData<ReserveIdentifier, Balance>
1081
+ **/
1082
+ PalletBalancesReserveData: {
1083
+ id: '[u8;8]',
1084
+ amount: 'u128'
1085
+ },
1086
+ /**
1087
+ * Lookup136: pallet_balances::types::IdAmount<Id, Balance>
1088
+ **/
1089
+ PalletBalancesIdAmount: {
1090
+ id: 'Null',
1091
+ amount: 'u128'
1092
+ },
1093
+ /**
1094
+ * Lookup138: pallet_balances::pallet::Call<T, I>
1095
+ **/
1096
+ PalletBalancesCall: {
1097
+ _enum: {
1098
+ transfer_allow_death: {
1099
+ dest: 'MultiAddress',
1100
+ value: 'Compact<u128>',
1101
+ },
1102
+ set_balance_deprecated: {
1103
+ who: 'MultiAddress',
1104
+ newFree: 'Compact<u128>',
1105
+ oldReserved: 'Compact<u128>',
1106
+ },
1107
+ force_transfer: {
1108
+ source: 'MultiAddress',
1109
+ dest: 'MultiAddress',
1110
+ value: 'Compact<u128>',
1111
+ },
1112
+ transfer_keep_alive: {
1113
+ dest: 'MultiAddress',
1114
+ value: 'Compact<u128>',
1115
+ },
1116
+ transfer_all: {
1117
+ dest: 'MultiAddress',
1118
+ keepAlive: 'bool',
1119
+ },
1120
+ force_unreserve: {
1121
+ who: 'MultiAddress',
1122
+ amount: 'u128',
1123
+ },
1124
+ upgrade_accounts: {
1125
+ who: 'Vec<AccountId32>',
1126
+ },
1127
+ transfer: {
1128
+ dest: 'MultiAddress',
1129
+ value: 'Compact<u128>',
1130
+ },
1131
+ force_set_balance: {
1132
+ who: 'MultiAddress',
1133
+ newFree: 'Compact<u128>'
1134
+ }
1135
+ }
1136
+ },
1137
+ /**
1138
+ * Lookup143: pallet_balances::pallet::Error<T, I>
1139
+ **/
1140
+ PalletBalancesError: {
1141
+ _enum: ['VestingBalance', 'LiquidityRestrictions', 'InsufficientBalance', 'ExistentialDeposit', 'Expendability', 'ExistingVestingSchedule', 'DeadAccount', 'TooManyReserves', 'TooManyHolds', 'TooManyFreezes']
1142
+ },
1143
+ /**
1144
+ * Lookup145: pallet_transaction_payment::Releases
1145
+ **/
1146
+ PalletTransactionPaymentReleases: {
1147
+ _enum: ['V1Ancient', 'V2']
1148
+ },
1149
+ /**
1150
+ * Lookup146: pallet_sudo::pallet::Call<T>
1151
+ **/
1152
+ PalletSudoCall: {
1153
+ _enum: {
1154
+ sudo: {
1155
+ call: 'Call',
1156
+ },
1157
+ sudo_unchecked_weight: {
1158
+ call: 'Call',
1159
+ weight: 'SpWeightsWeightV2Weight',
1160
+ },
1161
+ set_key: {
1162
+ _alias: {
1163
+ new_: 'new',
1164
+ },
1165
+ new_: 'MultiAddress',
1166
+ },
1167
+ sudo_as: {
1168
+ who: 'MultiAddress',
1169
+ call: 'Call'
1170
+ }
1171
+ }
1172
+ },
1173
+ /**
1174
+ * Lookup148: pallet_scheduler::pallet::Call<T>
1175
+ **/
1176
+ PalletSchedulerCall: {
1177
+ _enum: {
1178
+ schedule: {
1179
+ when: 'u32',
1180
+ maybePeriodic: 'Option<(u32,u32)>',
1181
+ priority: 'u8',
1182
+ call: 'Call',
1183
+ },
1184
+ cancel: {
1185
+ when: 'u32',
1186
+ index: 'u32',
1187
+ },
1188
+ schedule_named: {
1189
+ id: '[u8;32]',
1190
+ when: 'u32',
1191
+ maybePeriodic: 'Option<(u32,u32)>',
1192
+ priority: 'u8',
1193
+ call: 'Call',
1194
+ },
1195
+ cancel_named: {
1196
+ id: '[u8;32]',
1197
+ },
1198
+ schedule_after: {
1199
+ after: 'u32',
1200
+ maybePeriodic: 'Option<(u32,u32)>',
1201
+ priority: 'u8',
1202
+ call: 'Call',
1203
+ },
1204
+ schedule_named_after: {
1205
+ id: '[u8;32]',
1206
+ after: 'u32',
1207
+ maybePeriodic: 'Option<(u32,u32)>',
1208
+ priority: 'u8',
1209
+ call: 'Call'
1210
+ }
1211
+ }
1212
+ },
1213
+ /**
1214
+ * Lookup150: pallet_collective::pallet::Call<T, I>
1215
+ **/
1216
+ PalletCollectiveCall: {
1217
+ _enum: {
1218
+ set_members: {
1219
+ newMembers: 'Vec<AccountId32>',
1220
+ prime: 'Option<AccountId32>',
1221
+ oldCount: 'u32',
1222
+ },
1223
+ execute: {
1224
+ proposal: 'Call',
1225
+ lengthBound: 'Compact<u32>',
1226
+ },
1227
+ propose: {
1228
+ threshold: 'Compact<u32>',
1229
+ proposal: 'Call',
1230
+ lengthBound: 'Compact<u32>',
1231
+ },
1232
+ vote: {
1233
+ proposal: 'H256',
1234
+ index: 'Compact<u32>',
1235
+ approve: 'bool',
1236
+ },
1237
+ __Unused4: 'Null',
1238
+ disapprove_proposal: {
1239
+ proposalHash: 'H256',
1240
+ },
1241
+ close: {
1242
+ proposalHash: 'H256',
1243
+ index: 'Compact<u32>',
1244
+ proposalWeightBound: 'SpWeightsWeightV2Weight',
1245
+ lengthBound: 'Compact<u32>'
1246
+ }
1247
+ }
1248
+ },
1249
+ /**
1250
+ * Lookup151: sugarfunge_validator_set::pallet::Call<T>
1251
+ **/
1252
+ SugarfungeValidatorSetCall: {
1253
+ _enum: {
1254
+ add_validator: {
1255
+ validatorId: 'AccountId32',
1256
+ },
1257
+ remove_validator: {
1258
+ validatorId: 'AccountId32',
1259
+ },
1260
+ add_validator_again: {
1261
+ validatorId: 'AccountId32'
1262
+ }
1263
+ }
1264
+ },
1265
+ /**
1266
+ * Lookup152: pallet_session::pallet::Call<T>
1267
+ **/
1268
+ PalletSessionCall: {
1269
+ _enum: {
1270
+ set_keys: {
1271
+ _alias: {
1272
+ keys_: 'keys',
1273
+ },
1274
+ keys_: 'SugarfungeRuntimeOpaqueSessionKeys',
1275
+ proof: 'Bytes',
1276
+ },
1277
+ purge_keys: 'Null'
1278
+ }
1279
+ },
1280
+ /**
1281
+ * Lookup153: sugarfunge_runtime::opaque::SessionKeys
1282
+ **/
1283
+ SugarfungeRuntimeOpaqueSessionKeys: {
1284
+ aura: 'SpConsensusAuraSr25519AppSr25519Public',
1285
+ grandpa: 'SpConsensusGrandpaAppPublic'
1286
+ },
1287
+ /**
1288
+ * Lookup154: sp_consensus_aura::sr25519::app_sr25519::Public
1289
+ **/
1290
+ SpConsensusAuraSr25519AppSr25519Public: 'SpCoreSr25519Public',
1291
+ /**
1292
+ * Lookup155: sp_core::sr25519::Public
1293
+ **/
1294
+ SpCoreSr25519Public: '[u8;32]',
1295
+ /**
1296
+ * Lookup156: sugarfunge_asset::pallet::Call<T>
1297
+ **/
1298
+ SugarfungeAssetCall: {
1299
+ _enum: {
1300
+ create_class: {
1301
+ owner: 'AccountId32',
1302
+ classId: 'u64',
1303
+ metadata: 'Bytes',
1304
+ },
1305
+ create_asset: {
1306
+ classId: 'u64',
1307
+ assetId: 'u64',
1308
+ metadata: 'Bytes',
1309
+ },
1310
+ transfer_from: {
1311
+ from: 'AccountId32',
1312
+ to: 'AccountId32',
1313
+ classId: 'u64',
1314
+ assetId: 'u64',
1315
+ amount: 'u128',
1316
+ },
1317
+ batch_transfer_from: {
1318
+ from: 'AccountId32',
1319
+ to: 'AccountId32',
1320
+ classId: 'u64',
1321
+ assetIds: 'Vec<u64>',
1322
+ amounts: 'Vec<u128>',
1323
+ },
1324
+ mint: {
1325
+ to: 'AccountId32',
1326
+ classId: 'u64',
1327
+ assetId: 'u64',
1328
+ amount: 'u128',
1329
+ },
1330
+ batch_mint: {
1331
+ to: 'AccountId32',
1332
+ classId: 'u64',
1333
+ assetIds: 'Vec<u64>',
1334
+ amounts: 'Vec<u128>',
1335
+ },
1336
+ burn: {
1337
+ from: 'AccountId32',
1338
+ classId: 'u64',
1339
+ assetId: 'u64',
1340
+ amount: 'u128',
1341
+ },
1342
+ batch_burn: {
1343
+ from: 'AccountId32',
1344
+ classId: 'u64',
1345
+ assetIds: 'Vec<u64>',
1346
+ amounts: 'Vec<u128>',
1347
+ },
1348
+ update_class_metadata: {
1349
+ classId: 'u64',
1350
+ metadata: 'Bytes',
1351
+ },
1352
+ update_asset_metadata: {
1353
+ classId: 'u64',
1354
+ assetId: 'u64',
1355
+ metadata: 'Bytes'
1356
+ }
1357
+ }
1358
+ },
1359
+ /**
1360
+ * Lookup159: sugarfunge_dao::pallet::Call<T>
1361
+ **/
1362
+ SugarfungeDaoCall: {
1363
+ _enum: {
1364
+ do_something: {
1365
+ something: 'u32',
1366
+ },
1367
+ cause_error: 'Null'
1368
+ }
1369
+ },
1370
+ /**
1371
+ * Lookup160: sugarfunge_bundle::pallet::Call<T>
1372
+ **/
1373
+ SugarfungeBundleCall: {
1374
+ _enum: {
1375
+ register_bundle: {
1376
+ classId: 'u64',
1377
+ assetId: 'u64',
1378
+ bundleId: 'H256',
1379
+ schema: '(Vec<u64>,Vec<Vec<u64>>,Vec<Vec<u128>>)',
1380
+ metadata: 'Bytes',
1381
+ },
1382
+ mint_bundle: {
1383
+ from: 'AccountId32',
1384
+ to: 'AccountId32',
1385
+ bundleId: 'H256',
1386
+ amount: 'u128',
1387
+ },
1388
+ burn_bundle: {
1389
+ from: 'AccountId32',
1390
+ to: 'AccountId32',
1391
+ bundleId: 'H256',
1392
+ amount: 'u128'
1393
+ }
1394
+ }
1395
+ },
1396
+ /**
1397
+ * Lookup168: sugarfunge_bag::pallet::Call<T>
1398
+ **/
1399
+ SugarfungeBagCall: {
1400
+ _enum: {
1401
+ register: {
1402
+ classId: 'u64',
1403
+ metadata: 'Bytes',
1404
+ },
1405
+ create: {
1406
+ classId: 'u64',
1407
+ owners: 'Vec<AccountId32>',
1408
+ shares: 'Vec<u128>',
1409
+ },
1410
+ deposit: {
1411
+ bag: 'AccountId32',
1412
+ classIds: 'Vec<u64>',
1413
+ assetIds: 'Vec<Vec<u64>>',
1414
+ amounts: 'Vec<Vec<u128>>',
1415
+ },
1416
+ sweep: {
1417
+ to: 'AccountId32',
1418
+ bag: 'AccountId32'
1419
+ }
1420
+ }
1421
+ },
1422
+ /**
1423
+ * Lookup169: sugarfunge_exgine::pallet::Call<T>
1424
+ **/
1425
+ SugarfungeExgineCall: {
1426
+ _enum: {
1427
+ do_something: {
1428
+ something: 'u32',
1429
+ },
1430
+ cause_error: 'Null'
1431
+ }
1432
+ },
1433
+ /**
1434
+ * Lookup170: sugarfunge_market::pallet::Call<T>
1435
+ **/
1436
+ SugarfungeMarketCall: {
1437
+ _enum: {
1438
+ create_market: {
1439
+ marketId: 'u64',
1440
+ },
1441
+ create_market_rate: {
1442
+ marketId: 'u64',
1443
+ marketRateId: 'u64',
1444
+ rates: 'Vec<SugarfungeMarketAssetRate>',
1445
+ },
1446
+ deposit: {
1447
+ marketId: 'u64',
1448
+ marketRateId: 'u64',
1449
+ amount: 'u128',
1450
+ },
1451
+ exchange_assets: {
1452
+ marketId: 'u64',
1453
+ marketRateId: 'u64',
1454
+ amount: 'u128'
1455
+ }
1456
+ }
1457
+ },
1458
+ /**
1459
+ * Lookup173: functionland_fula::pallet::Call<T>
1460
+ **/
1461
+ FunctionlandFulaCall: {
1462
+ _enum: {
1463
+ update_manifest: {
1464
+ cid: 'Bytes',
1465
+ poolId: 'u32',
1466
+ activeCycles: 'u16',
1467
+ missedCycles: 'u16',
1468
+ activeDays: 'i32',
1469
+ },
1470
+ upload_manifest: {
1471
+ manifest: 'Bytes',
1472
+ cid: 'Bytes',
1473
+ poolId: 'u32',
1474
+ replicationFactor: 'u16',
1475
+ },
1476
+ batch_upload_manifest: {
1477
+ manifest: 'Vec<Bytes>',
1478
+ cids: 'Vec<Bytes>',
1479
+ poolId: 'Vec<u32>',
1480
+ replicationFactor: 'Vec<u16>',
1481
+ },
1482
+ storage_manifest: {
1483
+ cid: 'Bytes',
1484
+ poolId: 'u32',
1485
+ },
1486
+ batch_storage_manifest: {
1487
+ cids: 'Vec<Bytes>',
1488
+ poolId: 'u32',
1489
+ },
1490
+ remove_stored_manifest: {
1491
+ cid: 'Bytes',
1492
+ poolId: 'u32',
1493
+ },
1494
+ batch_remove_stored_manifest: {
1495
+ cids: 'Vec<Bytes>',
1496
+ poolId: 'u32',
1497
+ },
1498
+ remove_manifest: {
1499
+ cid: 'Bytes',
1500
+ poolId: 'u32',
1501
+ },
1502
+ batch_remove_manifest: {
1503
+ cids: 'Vec<Bytes>',
1504
+ poolIds: 'Vec<u32>',
1505
+ },
1506
+ verify_manifests: 'Null',
1507
+ get_manifests: {
1508
+ poolId: 'Option<u32>',
1509
+ uploader: 'Option<AccountId32>',
1510
+ storer: 'Option<AccountId32>',
1511
+ },
1512
+ get_available_manifests: {
1513
+ poolId: 'Option<u32>',
1514
+ },
1515
+ get_manifests_storer_data: {
1516
+ poolId: 'Option<u32>',
1517
+ storer: 'Option<AccountId32>',
1518
+ },
1519
+ generate_challenge: 'Null',
1520
+ verify_challenge: {
1521
+ poolId: 'u32',
1522
+ cids: 'Vec<Bytes>',
1523
+ classId: 'u64',
1524
+ assetId: 'u64',
1525
+ },
1526
+ mint_labor_tokens: {
1527
+ classId: 'u64',
1528
+ assetId: 'u64',
1529
+ amount: 'u128',
1530
+ },
1531
+ update_file_size: {
1532
+ _alias: {
1533
+ size_: 'size',
1534
+ },
1535
+ cid: 'Bytes',
1536
+ poolId: 'u32',
1537
+ size_: 'u64',
1538
+ },
1539
+ update_file_sizes: {
1540
+ cids: 'Vec<Bytes>',
1541
+ poolId: 'u32',
1542
+ sizes: 'Vec<u64>'
1543
+ }
1544
+ }
1545
+ },
1546
+ /**
1547
+ * Lookup177: fula_pool::pallet::Call<T>
1548
+ **/
1549
+ FulaPoolCall: {
1550
+ _enum: {
1551
+ create: {
1552
+ name: 'Bytes',
1553
+ region: 'Bytes',
1554
+ peerId: 'Bytes',
1555
+ },
1556
+ leave_pool: {
1557
+ poolId: 'u32',
1558
+ },
1559
+ join: {
1560
+ poolId: 'u32',
1561
+ peerId: 'Bytes',
1562
+ },
1563
+ cancel_join: {
1564
+ poolId: 'u32',
1565
+ },
1566
+ vote: {
1567
+ poolId: 'u32',
1568
+ account: 'AccountId32',
1569
+ positive: 'bool',
1570
+ peerId: 'Bytes'
1571
+ }
1572
+ }
1573
+ },
1574
+ /**
1575
+ * Lookup179: pallet_sudo::pallet::Error<T>
1576
+ **/
1577
+ PalletSudoError: {
1578
+ _enum: ['RequireSudo']
1579
+ },
1580
+ /**
1581
+ * Lookup182: pallet_scheduler::Scheduled<Name, frame_support::traits::preimages::Bounded<sugarfunge_runtime::RuntimeCall>, BlockNumber, sugarfunge_runtime::OriginCaller, sp_core::crypto::AccountId32>
1582
+ **/
1583
+ PalletSchedulerScheduled: {
1584
+ maybeId: 'Option<[u8;32]>',
1585
+ priority: 'u8',
1586
+ call: 'FrameSupportPreimagesBounded',
1587
+ maybePeriodic: 'Option<(u32,u32)>',
1588
+ origin: 'SugarfungeRuntimeOriginCaller'
1589
+ },
1590
+ /**
1591
+ * Lookup183: frame_support::traits::preimages::Bounded<sugarfunge_runtime::RuntimeCall>
1592
+ **/
1593
+ FrameSupportPreimagesBounded: {
1594
+ _enum: {
1595
+ Legacy: {
1596
+ _alias: {
1597
+ hash_: 'hash',
1598
+ },
1599
+ hash_: 'H256',
1600
+ },
1601
+ Inline: 'Bytes',
1602
+ Lookup: {
1603
+ _alias: {
1604
+ hash_: 'hash',
1605
+ },
1606
+ hash_: 'H256',
1607
+ len: 'u32'
1608
+ }
1609
+ }
1610
+ },
1611
+ /**
1612
+ * Lookup185: sugarfunge_runtime::OriginCaller
1613
+ **/
1614
+ SugarfungeRuntimeOriginCaller: {
1615
+ _enum: {
1616
+ system: 'FrameSupportDispatchRawOrigin',
1617
+ __Unused1: 'Null',
1618
+ Void: 'SpCoreVoid',
1619
+ __Unused3: 'Null',
1620
+ __Unused4: 'Null',
1621
+ __Unused5: 'Null',
1622
+ __Unused6: 'Null',
1623
+ __Unused7: 'Null',
1624
+ Council: 'PalletCollectiveRawOrigin'
1625
+ }
1626
+ },
1627
+ /**
1628
+ * Lookup186: frame_support::dispatch::RawOrigin<sp_core::crypto::AccountId32>
1629
+ **/
1630
+ FrameSupportDispatchRawOrigin: {
1631
+ _enum: {
1632
+ Root: 'Null',
1633
+ Signed: 'AccountId32',
1634
+ None: 'Null'
1635
+ }
1636
+ },
1637
+ /**
1638
+ * Lookup187: pallet_collective::RawOrigin<sp_core::crypto::AccountId32, I>
1639
+ **/
1640
+ PalletCollectiveRawOrigin: {
1641
+ _enum: {
1642
+ Members: '(u32,u32)',
1643
+ Member: 'AccountId32',
1644
+ _Phantom: 'Null'
1645
+ }
1646
+ },
1647
+ /**
1648
+ * Lookup189: pallet_scheduler::pallet::Error<T>
1649
+ **/
1650
+ PalletSchedulerError: {
1651
+ _enum: ['FailedToSchedule', 'NotFound', 'TargetBlockNumberInPast', 'RescheduleNoChange', 'Named']
1652
+ },
1653
+ /**
1654
+ * Lookup191: pallet_collective::Votes<sp_core::crypto::AccountId32, BlockNumber>
1655
+ **/
1656
+ PalletCollectiveVotes: {
1657
+ index: 'u32',
1658
+ threshold: 'u32',
1659
+ ayes: 'Vec<AccountId32>',
1660
+ nays: 'Vec<AccountId32>',
1661
+ end: 'u32'
1662
+ },
1663
+ /**
1664
+ * Lookup192: pallet_collective::pallet::Error<T, I>
1665
+ **/
1666
+ PalletCollectiveError: {
1667
+ _enum: ['NotMember', 'DuplicateProposal', 'ProposalMissing', 'WrongIndex', 'DuplicateVote', 'AlreadyInitialized', 'TooEarly', 'TooManyProposals', 'WrongProposalWeight', 'WrongProposalLength']
1668
+ },
1669
+ /**
1670
+ * Lookup194: sugarfunge_validator_set::pallet::Error<T>
1671
+ **/
1672
+ SugarfungeValidatorSetError: {
1673
+ _enum: ['TooLowValidatorCount', 'Duplicate', 'ValidatorNotApproved', 'BadOrigin']
1674
+ },
1675
+ /**
1676
+ * Lookup198: sp_core::crypto::KeyTypeId
1677
+ **/
1678
+ SpCoreCryptoKeyTypeId: '[u8;4]',
1679
+ /**
1680
+ * Lookup199: pallet_session::pallet::Error<T>
1681
+ **/
1682
+ PalletSessionError: {
1683
+ _enum: ['InvalidProof', 'NoAssociatedValidatorId', 'DuplicatedKey', 'NoKeys', 'NoAccount']
1684
+ },
1685
+ /**
1686
+ * Lookup200: sugarfunge_asset::Class<sp_core::crypto::AccountId32, bounded_collections::bounded_vec::BoundedVec<T, S>>
1687
+ **/
1688
+ SugarfungeAssetClass: {
1689
+ owner: 'AccountId32',
1690
+ metadata: 'Bytes'
1691
+ },
1692
+ /**
1693
+ * Lookup202: sugarfunge_asset::Asset<ClassId, sp_core::crypto::AccountId32, bounded_collections::bounded_vec::BoundedVec<T, S>>
1694
+ **/
1695
+ SugarfungeAssetAsset: {
1696
+ classId: 'u64',
1697
+ creator: 'AccountId32',
1698
+ metadata: 'Bytes'
1699
+ },
1700
+ /**
1701
+ * Lookup204: sugarfunge_asset::pallet::Error<T>
1702
+ **/
1703
+ SugarfungeAssetError: {
1704
+ _enum: ['Unknown', 'InUse', 'InvalidAssetId', 'InsufficientBalance', 'NumOverflow', 'InvalidArrayLength', 'Overflow', 'InvalidClassId', 'NoPermission', 'ClassNotFound', 'AssetNotFound']
1705
+ },
1706
+ /**
1707
+ * Lookup205: sugarfunge_dao::pallet::Error<T>
1708
+ **/
1709
+ SugarfungeDaoError: {
1710
+ _enum: ['NoneValue', 'StorageOverflow']
1711
+ },
1712
+ /**
1713
+ * Lookup206: sugarfunge_bundle::Bundle<ClassId, AssetId, BundleSchema, sp_core::crypto::AccountId32, bounded_collections::bounded_vec::BoundedVec<T, S>>
1714
+ **/
1715
+ SugarfungeBundleBundle: {
1716
+ creator: 'AccountId32',
1717
+ classId: 'u64',
1718
+ assetId: 'u64',
1719
+ metadata: 'Bytes',
1720
+ schema: '(Vec<u64>,Vec<Vec<u64>>,Vec<Vec<u128>>)',
1721
+ vault: 'AccountId32'
1722
+ },
1723
+ /**
1724
+ * Lookup207: frame_support::PalletId
1725
+ **/
1726
+ FrameSupportPalletId: '[u8;8]',
1727
+ /**
1728
+ * Lookup208: sugarfunge_bundle::pallet::Error<T>
1729
+ **/
1730
+ SugarfungeBundleError: {
1731
+ _enum: ['InvalidBundleIdForBundle', 'BundleExists', 'BundleNotFound', 'NumOverflow', 'InvalidArrayLength', 'InsufficientBalance', 'AssetExists', 'AccountNotOwner']
1732
+ },
1733
+ /**
1734
+ * Lookup209: sugarfunge_bag::BagClass<sp_core::crypto::AccountId32, ClassId>
1735
+ **/
1736
+ SugarfungeBagBagClass: {
1737
+ operator: 'AccountId32',
1738
+ classId: 'u64'
1739
+ },
1740
+ /**
1741
+ * Lookup210: sugarfunge_bag::Bag<sp_core::crypto::AccountId32, ClassId, AssetId>
1742
+ **/
1743
+ SugarfungeBagBag: {
1744
+ operator: 'AccountId32',
1745
+ classId: 'u64',
1746
+ assetId: 'u64',
1747
+ totalShares: 'u128'
1748
+ },
1749
+ /**
1750
+ * Lookup211: sugarfunge_bag::pallet::Error<T>
1751
+ **/
1752
+ SugarfungeBagError: {
1753
+ _enum: ['BagClassExists', 'BagExists', 'InvalidBagClass', 'InvalidBag', 'InvalidBagOperator', 'InvalidBagOwner', 'InvalidArrayLength', 'InsufficientShares']
1754
+ },
1755
+ /**
1756
+ * Lookup212: sugarfunge_exgine::pallet::Error<T>
1757
+ **/
1758
+ SugarfungeExgineError: {
1759
+ _enum: ['NoneValue', 'StorageOverflow']
1760
+ },
1761
+ /**
1762
+ * Lookup213: sugarfunge_market::Market<sp_core::crypto::AccountId32>
1763
+ **/
1764
+ SugarfungeMarketMarket: {
1765
+ owner: 'AccountId32',
1766
+ vault: 'AccountId32'
1767
+ },
1768
+ /**
1769
+ * Lookup215: sugarfunge_market::pallet::Error<T>
1770
+ **/
1771
+ SugarfungeMarketError: {
1772
+ _enum: ['Overflow', 'InsufficientAmount', 'InsufficientLiquidity', 'InvalidMarket', 'InvalidMarketRate', 'InvalidMarketOwner', 'NotAuthorizedToMintAsset', 'MarketExists', 'MarketRateExists', 'InvalidAsset', 'InvalidAssetRate', 'InvalidRateAccount', 'InvalidRateAmount', 'InvalidBurnPrice', 'InvalidBurnBalance', 'InvalidTransferPrice', 'InvalidTransferBalance', 'InvalidBuyer', 'InvalidArrayLength']
1773
+ },
1774
+ /**
1775
+ * Lookup217: functionland_fula::Manifest<sp_core::crypto::AccountId32, bounded_collections::bounded_vec::BoundedVec<T, S>>
1776
+ **/
1777
+ FunctionlandFulaManifest: {
1778
+ _alias: {
1779
+ size_: 'size'
1780
+ },
1781
+ usersData: 'Vec<FunctionlandFulaUploaderData>',
1782
+ manifestMetadata: 'Bytes',
1783
+ size_: 'Option<u64>'
1784
+ },
1785
+ /**
1786
+ * Lookup220: functionland_fula::Challenge<sp_core::crypto::AccountId32>
1787
+ **/
1788
+ FunctionlandFulaChallenge: {
1789
+ challenger: 'AccountId32',
1790
+ challengeState: 'FunctionlandFulaChallengeState'
1791
+ },
1792
+ /**
1793
+ * Lookup221: functionland_fula::ClaimData
1794
+ **/
1795
+ FunctionlandFulaClaimData: {
1796
+ mintedLaborTokens: 'u128',
1797
+ expectedLaborTokens: 'u128',
1798
+ challengeTokens: 'u128'
1799
+ },
1800
+ /**
1801
+ * Lookup222: functionland_fula::pallet::Error<T>
1802
+ **/
1803
+ FunctionlandFulaError: {
1804
+ _enum: ['NoneValue', 'StorageOverflow', 'ReplicationFactorLimitReached', 'ReplicationFactorInvalid', 'AccountAlreadyStorer', 'AccountNotStorer', 'AccountNotInPool', 'AccountNotUploader', 'AccountNotFound', 'ManifestAlreadyExist', 'ManifestNotFound', 'ManifestNotStored', 'InvalidArrayLength', 'ErrorPickingCIDToChallenge', 'ErrorPickingAccountToChallenge', 'ManifestStorerDataNotFound', 'NoFileSizeProvided', 'NoAccountsToChallenge']
1805
+ },
1806
+ /**
1807
+ * Lookup223: fula_pool::Pool<T>
1808
+ **/
1809
+ FulaPoolPool: {
1810
+ name: 'Bytes',
1811
+ owner: 'Option<AccountId32>',
1812
+ parent: 'Option<u32>',
1813
+ participants: 'Vec<AccountId32>',
1814
+ requestNumber: 'u8',
1815
+ region: 'Bytes'
1816
+ },
1817
+ /**
1818
+ * Lookup226: fula_pool::PoolRequest<T>
1819
+ **/
1820
+ FulaPoolPoolRequest: {
1821
+ voted: 'Vec<AccountId32>',
1822
+ positiveVotes: 'u16',
1823
+ peerId: 'Bytes'
1824
+ },
1825
+ /**
1826
+ * Lookup227: fula_pool::User<bounded_collections::bounded_vec::BoundedVec<T, S>>
1827
+ **/
1828
+ FulaPoolUser: {
1829
+ poolId: 'Option<u32>',
1830
+ requestPoolId: 'Option<u32>',
1831
+ peerId: 'Bytes'
1832
+ },
1833
+ /**
1834
+ * Lookup228: fula_pool::pallet::Error<T>
1835
+ **/
1836
+ FulaPoolError: {
1837
+ _enum: ['UserBusy', 'MaxPools', 'NameTooLong', 'PoolDoesNotExist', 'RequestDoesNotExist', 'CapacityReached', 'UserDoesNotExist', 'AccessDenied', 'InternalError', 'AlreadyVoted']
1838
+ },
1839
+ /**
1840
+ * Lookup230: sp_runtime::MultiSignature
1841
+ **/
1842
+ SpRuntimeMultiSignature: {
1843
+ _enum: {
1844
+ Ed25519: 'SpCoreEd25519Signature',
1845
+ Sr25519: 'SpCoreSr25519Signature',
1846
+ Ecdsa: 'SpCoreEcdsaSignature'
1847
+ }
1848
+ },
1849
+ /**
1850
+ * Lookup231: sp_core::sr25519::Signature
1851
+ **/
1852
+ SpCoreSr25519Signature: '[u8;64]',
1853
+ /**
1854
+ * Lookup232: sp_core::ecdsa::Signature
1855
+ **/
1856
+ SpCoreEcdsaSignature: '[u8;65]',
1857
+ /**
1858
+ * Lookup235: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender<T>
1859
+ **/
1860
+ FrameSystemExtensionsCheckNonZeroSender: 'Null',
1861
+ /**
1862
+ * Lookup236: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
1863
+ **/
1864
+ FrameSystemExtensionsCheckSpecVersion: 'Null',
1865
+ /**
1866
+ * Lookup237: frame_system::extensions::check_tx_version::CheckTxVersion<T>
1867
+ **/
1868
+ FrameSystemExtensionsCheckTxVersion: 'Null',
1869
+ /**
1870
+ * Lookup238: frame_system::extensions::check_genesis::CheckGenesis<T>
1871
+ **/
1872
+ FrameSystemExtensionsCheckGenesis: 'Null',
1873
+ /**
1874
+ * Lookup241: frame_system::extensions::check_nonce::CheckNonce<T>
1875
+ **/
1876
+ FrameSystemExtensionsCheckNonce: 'Compact<u32>',
1877
+ /**
1878
+ * Lookup242: frame_system::extensions::check_weight::CheckWeight<T>
1879
+ **/
1880
+ FrameSystemExtensionsCheckWeight: 'Null',
1881
+ /**
1882
+ * Lookup243: pallet_transaction_payment::ChargeTransactionPayment<T>
1883
+ **/
1884
+ PalletTransactionPaymentChargeTransactionPayment: 'Compact<u128>',
1885
+ /**
1886
+ * Lookup244: sugarfunge_runtime::Runtime
1887
+ **/
1888
+ SugarfungeRuntimeRuntime: 'Null'
1889
+ };