@functionland/react-native-fula 1.54.33 → 1.54.35

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