@functionland/react-native-fula 1.55.12 → 1.55.16

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 (97) hide show
  1. package/LICENSE +20 -20
  2. package/android/build.gradle +114 -114
  3. package/android/gradle.properties +8 -8
  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 +2057 -1991
  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 +59 -59
  14. package/ios/Fula-Bridging-Header.h +3 -3
  15. package/ios/Fula.mm +272 -262
  16. package/ios/Fula.swift +2284 -2207
  17. package/ios/Fula.xcodeproj/project.pbxproj +2 -2
  18. package/ios/UserDataHelper.swift +143 -143
  19. package/lib/commonjs/index.js +1 -2
  20. package/lib/commonjs/index.js.map +1 -1
  21. package/lib/commonjs/interfaces/augment-api-consts.js.map +1 -1
  22. package/lib/commonjs/interfaces/augment-api-errors.js.map +1 -1
  23. package/lib/commonjs/interfaces/augment-api-events.js.map +1 -1
  24. package/lib/commonjs/interfaces/augment-api-query.js.map +1 -1
  25. package/lib/commonjs/interfaces/augment-api-rpc.js.map +1 -1
  26. package/lib/commonjs/interfaces/augment-api-runtime.js.map +1 -1
  27. package/lib/commonjs/interfaces/augment-api-tx.js.map +1 -1
  28. package/lib/commonjs/interfaces/augment-api.js.map +1 -1
  29. package/lib/commonjs/interfaces/augment-types.js.map +1 -1
  30. package/lib/commonjs/interfaces/definitions.js.map +1 -1
  31. package/lib/commonjs/interfaces/defintions.js.map +1 -1
  32. package/lib/commonjs/interfaces/fulaNativeModule.js.map +1 -1
  33. package/lib/commonjs/interfaces/index.js.map +1 -1
  34. package/lib/commonjs/interfaces/lookup.js +300 -300
  35. package/lib/commonjs/interfaces/lookup.js.map +1 -1
  36. package/lib/commonjs/interfaces/registry.js.map +1 -1
  37. package/lib/commonjs/interfaces/types-lookup.js.map +1 -1
  38. package/lib/commonjs/interfaces/types.js.map +1 -1
  39. package/lib/commonjs/protocols/blockchain.js +133 -67
  40. package/lib/commonjs/protocols/blockchain.js.map +1 -1
  41. package/lib/commonjs/protocols/chain-api.js.map +1 -1
  42. package/lib/commonjs/protocols/fula.js.map +1 -1
  43. package/lib/commonjs/protocols/fx-ai.js.map +1 -1
  44. package/lib/commonjs/protocols/fxblox.js +3 -3
  45. package/lib/commonjs/protocols/fxblox.js.map +1 -1
  46. package/lib/commonjs/types/blockchain.js.map +1 -1
  47. package/lib/commonjs/types/fxblox.js.map +1 -1
  48. package/lib/module/index.js.map +1 -1
  49. package/lib/module/interfaces/augment-api-consts.js.map +1 -1
  50. package/lib/module/interfaces/augment-api-errors.js.map +1 -1
  51. package/lib/module/interfaces/augment-api-events.js.map +1 -1
  52. package/lib/module/interfaces/augment-api-query.js.map +1 -1
  53. package/lib/module/interfaces/augment-api-rpc.js.map +1 -1
  54. package/lib/module/interfaces/augment-api-runtime.js.map +1 -1
  55. package/lib/module/interfaces/augment-api-tx.js.map +1 -1
  56. package/lib/module/interfaces/augment-api.js.map +1 -1
  57. package/lib/module/interfaces/augment-types.js.map +1 -1
  58. package/lib/module/interfaces/definitions.js.map +1 -1
  59. package/lib/module/interfaces/defintions.js.map +1 -1
  60. package/lib/module/interfaces/fulaNativeModule.js.map +1 -1
  61. package/lib/module/interfaces/index.js.map +1 -1
  62. package/lib/module/interfaces/lookup.js +300 -300
  63. package/lib/module/interfaces/lookup.js.map +1 -1
  64. package/lib/module/interfaces/registry.js.map +1 -1
  65. package/lib/module/interfaces/types-lookup.js.map +1 -1
  66. package/lib/module/interfaces/types.js.map +1 -1
  67. package/lib/module/protocols/blockchain.js +130 -66
  68. package/lib/module/protocols/blockchain.js.map +1 -1
  69. package/lib/module/protocols/chain-api.js.map +1 -1
  70. package/lib/module/protocols/fula.js.map +1 -1
  71. package/lib/module/protocols/fx-ai.js.map +1 -1
  72. package/lib/module/protocols/fxblox.js +3 -3
  73. package/lib/module/protocols/fxblox.js.map +1 -1
  74. package/lib/module/types/blockchain.js.map +1 -1
  75. package/lib/module/types/fxblox.js.map +1 -1
  76. package/package.json +177 -176
  77. package/react-native-fula.podspec +47 -47
  78. package/src/index.tsx +4 -4
  79. package/src/interfaces/augment-api-consts.ts +273 -273
  80. package/src/interfaces/augment-api-errors.ts +474 -474
  81. package/src/interfaces/augment-api-events.ts +448 -448
  82. package/src/interfaces/augment-api-query.ts +466 -466
  83. package/src/interfaces/augment-api-rpc.ts +617 -617
  84. package/src/interfaces/augment-api-runtime.ts +223 -223
  85. package/src/interfaces/augment-api-tx.ts +709 -709
  86. package/src/interfaces/augment-api.ts +9 -9
  87. package/src/interfaces/augment-types.ts +1322 -1322
  88. package/src/interfaces/definitions.ts +1 -1
  89. package/src/interfaces/defintions.ts +1 -1
  90. package/src/interfaces/fulaNativeModule.ts +177 -175
  91. package/src/interfaces/index.ts +3 -3
  92. package/src/interfaces/lookup.ts +2011 -2011
  93. package/src/interfaces/registry.ts +163 -163
  94. package/src/interfaces/types-lookup.ts +2165 -2165
  95. package/src/interfaces/types.ts +2 -2
  96. package/src/protocols/blockchain.ts +716 -644
  97. package/src/protocols/fxblox.ts +442 -442
@@ -4,8 +4,8 @@
4
4
  /* eslint-disable sort-keys */
5
5
 
6
6
  export default {
7
- /**
8
- * Lookup3: frame_system::AccountInfo<Index, pallet_balances::types::AccountData<Balance>>
7
+ /**
8
+ * Lookup3: frame_system::AccountInfo<Index, pallet_balances::types::AccountData<Balance>>
9
9
  **/
10
10
  FrameSystemAccountInfo: {
11
11
  nonce: 'u32',
@@ -14,8 +14,8 @@ export default {
14
14
  sufficients: 'u32',
15
15
  data: 'PalletBalancesAccountData'
16
16
  },
17
- /**
18
- * Lookup5: pallet_balances::types::AccountData<Balance>
17
+ /**
18
+ * Lookup5: pallet_balances::types::AccountData<Balance>
19
19
  **/
20
20
  PalletBalancesAccountData: {
21
21
  free: 'u128',
@@ -23,29 +23,29 @@ export default {
23
23
  frozen: 'u128',
24
24
  flags: 'u128'
25
25
  },
26
- /**
27
- * Lookup8: frame_support::dispatch::PerDispatchClass<sp_weights::weight_v2::Weight>
26
+ /**
27
+ * Lookup8: frame_support::dispatch::PerDispatchClass<sp_weights::weight_v2::Weight>
28
28
  **/
29
29
  FrameSupportDispatchPerDispatchClassWeight: {
30
30
  normal: 'SpWeightsWeightV2Weight',
31
31
  operational: 'SpWeightsWeightV2Weight',
32
32
  mandatory: 'SpWeightsWeightV2Weight'
33
33
  },
34
- /**
35
- * Lookup9: sp_weights::weight_v2::Weight
34
+ /**
35
+ * Lookup9: sp_weights::weight_v2::Weight
36
36
  **/
37
37
  SpWeightsWeightV2Weight: {
38
38
  refTime: 'Compact<u64>',
39
39
  proofSize: 'Compact<u64>'
40
40
  },
41
- /**
42
- * Lookup14: sp_runtime::generic::digest::Digest
41
+ /**
42
+ * Lookup14: sp_runtime::generic::digest::Digest
43
43
  **/
44
44
  SpRuntimeDigest: {
45
45
  logs: 'Vec<SpRuntimeDigestDigestItem>'
46
46
  },
47
- /**
48
- * Lookup16: sp_runtime::generic::digest::DigestItem
47
+ /**
48
+ * Lookup16: sp_runtime::generic::digest::DigestItem
49
49
  **/
50
50
  SpRuntimeDigestDigestItem: {
51
51
  _enum: {
@@ -60,16 +60,16 @@ export default {
60
60
  RuntimeEnvironmentUpdated: 'Null'
61
61
  }
62
62
  },
63
- /**
64
- * Lookup19: frame_system::EventRecord<sugarfunge_runtime::RuntimeEvent, primitive_types::H256>
63
+ /**
64
+ * Lookup19: frame_system::EventRecord<sugarfunge_runtime::RuntimeEvent, primitive_types::H256>
65
65
  **/
66
66
  FrameSystemEventRecord: {
67
67
  phase: 'FrameSystemPhase',
68
68
  event: 'Event',
69
69
  topics: 'Vec<H256>'
70
70
  },
71
- /**
72
- * Lookup21: frame_system::pallet::Event<T>
71
+ /**
72
+ * Lookup21: frame_system::pallet::Event<T>
73
73
  **/
74
74
  FrameSystemEvent: {
75
75
  _enum: {
@@ -96,28 +96,28 @@ export default {
96
96
  }
97
97
  }
98
98
  },
99
- /**
100
- * Lookup22: frame_support::dispatch::DispatchInfo
99
+ /**
100
+ * Lookup22: frame_support::dispatch::DispatchInfo
101
101
  **/
102
102
  FrameSupportDispatchDispatchInfo: {
103
103
  weight: 'SpWeightsWeightV2Weight',
104
104
  class: 'FrameSupportDispatchDispatchClass',
105
105
  paysFee: 'FrameSupportDispatchPays'
106
106
  },
107
- /**
108
- * Lookup23: frame_support::dispatch::DispatchClass
107
+ /**
108
+ * Lookup23: frame_support::dispatch::DispatchClass
109
109
  **/
110
110
  FrameSupportDispatchDispatchClass: {
111
111
  _enum: ['Normal', 'Operational', 'Mandatory']
112
112
  },
113
- /**
114
- * Lookup24: frame_support::dispatch::Pays
113
+ /**
114
+ * Lookup24: frame_support::dispatch::Pays
115
115
  **/
116
116
  FrameSupportDispatchPays: {
117
117
  _enum: ['Yes', 'No']
118
118
  },
119
- /**
120
- * Lookup25: sp_runtime::DispatchError
119
+ /**
120
+ * Lookup25: sp_runtime::DispatchError
121
121
  **/
122
122
  SpRuntimeDispatchError: {
123
123
  _enum: {
@@ -137,33 +137,33 @@ export default {
137
137
  RootNotAllowed: 'Null'
138
138
  }
139
139
  },
140
- /**
141
- * Lookup26: sp_runtime::ModuleError
140
+ /**
141
+ * Lookup26: sp_runtime::ModuleError
142
142
  **/
143
143
  SpRuntimeModuleError: {
144
144
  index: 'u8',
145
145
  error: '[u8;4]'
146
146
  },
147
- /**
148
- * Lookup27: sp_runtime::TokenError
147
+ /**
148
+ * Lookup27: sp_runtime::TokenError
149
149
  **/
150
150
  SpRuntimeTokenError: {
151
151
  _enum: ['FundsUnavailable', 'OnlyProvider', 'BelowMinimum', 'CannotCreate', 'UnknownAsset', 'Frozen', 'Unsupported', 'CannotCreateHold', 'NotExpendable', 'Blocked']
152
152
  },
153
- /**
154
- * Lookup28: sp_arithmetic::ArithmeticError
153
+ /**
154
+ * Lookup28: sp_arithmetic::ArithmeticError
155
155
  **/
156
156
  SpArithmeticArithmeticError: {
157
157
  _enum: ['Underflow', 'Overflow', 'DivisionByZero']
158
158
  },
159
- /**
160
- * Lookup29: sp_runtime::TransactionalError
159
+ /**
160
+ * Lookup29: sp_runtime::TransactionalError
161
161
  **/
162
162
  SpRuntimeTransactionalError: {
163
163
  _enum: ['LimitReached', 'NoLayer']
164
164
  },
165
- /**
166
- * Lookup30: pallet_balances::pallet::Event<T, I>
165
+ /**
166
+ * Lookup30: pallet_balances::pallet::Event<T, I>
167
167
  **/
168
168
  PalletBalancesEvent: {
169
169
  _enum: {
@@ -253,14 +253,14 @@ export default {
253
253
  }
254
254
  }
255
255
  },
256
- /**
257
- * Lookup31: frame_support::traits::tokens::misc::BalanceStatus
256
+ /**
257
+ * Lookup31: frame_support::traits::tokens::misc::BalanceStatus
258
258
  **/
259
259
  FrameSupportTokensMiscBalanceStatus: {
260
260
  _enum: ['Free', 'Reserved']
261
261
  },
262
- /**
263
- * Lookup32: sugarfunge_validator_set::pallet::Event<T>
262
+ /**
263
+ * Lookup32: sugarfunge_validator_set::pallet::Event<T>
264
264
  **/
265
265
  SugarfungeValidatorSetEvent: {
266
266
  _enum: {
@@ -268,8 +268,8 @@ export default {
268
268
  ValidatorRemovalInitiated: 'AccountId32'
269
269
  }
270
270
  },
271
- /**
272
- * Lookup33: pallet_grandpa::pallet::Event
271
+ /**
272
+ * Lookup33: pallet_grandpa::pallet::Event
273
273
  **/
274
274
  PalletGrandpaEvent: {
275
275
  _enum: {
@@ -280,16 +280,16 @@ export default {
280
280
  Resumed: 'Null'
281
281
  }
282
282
  },
283
- /**
284
- * Lookup36: sp_consensus_grandpa::app::Public
283
+ /**
284
+ * Lookup36: sp_consensus_grandpa::app::Public
285
285
  **/
286
286
  SpConsensusGrandpaAppPublic: 'SpCoreEd25519Public',
287
- /**
288
- * Lookup37: sp_core::ed25519::Public
287
+ /**
288
+ * Lookup37: sp_core::ed25519::Public
289
289
  **/
290
290
  SpCoreEd25519Public: '[u8;32]',
291
- /**
292
- * Lookup38: pallet_transaction_payment::pallet::Event<T>
291
+ /**
292
+ * Lookup38: pallet_transaction_payment::pallet::Event<T>
293
293
  **/
294
294
  PalletTransactionPaymentEvent: {
295
295
  _enum: {
@@ -300,8 +300,8 @@ export default {
300
300
  }
301
301
  }
302
302
  },
303
- /**
304
- * Lookup39: pallet_sudo::pallet::Event<T>
303
+ /**
304
+ * Lookup39: pallet_sudo::pallet::Event<T>
305
305
  **/
306
306
  PalletSudoEvent: {
307
307
  _enum: {
@@ -316,8 +316,8 @@ export default {
316
316
  }
317
317
  }
318
318
  },
319
- /**
320
- * Lookup43: pallet_scheduler::pallet::Event<T>
319
+ /**
320
+ * Lookup43: pallet_scheduler::pallet::Event<T>
321
321
  **/
322
322
  PalletSchedulerEvent: {
323
323
  _enum: {
@@ -348,8 +348,8 @@ export default {
348
348
  }
349
349
  }
350
350
  },
351
- /**
352
- * Lookup46: pallet_collective::pallet::Event<T, I>
351
+ /**
352
+ * Lookup46: pallet_collective::pallet::Event<T, I>
353
353
  **/
354
354
  PalletCollectiveEvent: {
355
355
  _enum: {
@@ -387,8 +387,8 @@ export default {
387
387
  }
388
388
  }
389
389
  },
390
- /**
391
- * Lookup48: pallet_session::pallet::Event
390
+ /**
391
+ * Lookup48: pallet_session::pallet::Event
392
392
  **/
393
393
  PalletSessionEvent: {
394
394
  _enum: {
@@ -397,8 +397,8 @@ export default {
397
397
  }
398
398
  }
399
399
  },
400
- /**
401
- * Lookup49: pallet_im_online::pallet::Event<T>
400
+ /**
401
+ * Lookup49: pallet_im_online::pallet::Event<T>
402
402
  **/
403
403
  PalletImOnlineEvent: {
404
404
  _enum: {
@@ -411,16 +411,16 @@ export default {
411
411
  }
412
412
  }
413
413
  },
414
- /**
415
- * Lookup50: pallet_im_online::sr25519::app_sr25519::Public
414
+ /**
415
+ * Lookup50: pallet_im_online::sr25519::app_sr25519::Public
416
416
  **/
417
417
  PalletImOnlineSr25519AppSr25519Public: 'SpCoreSr25519Public',
418
- /**
419
- * Lookup51: sp_core::sr25519::Public
418
+ /**
419
+ * Lookup51: sp_core::sr25519::Public
420
420
  **/
421
421
  SpCoreSr25519Public: '[u8;32]',
422
- /**
423
- * Lookup54: sugarfunge_asset::pallet::Event<T>
422
+ /**
423
+ * Lookup54: sugarfunge_asset::pallet::Event<T>
424
424
  **/
425
425
  SugarfungeAssetEvent: {
426
426
  _enum: {
@@ -491,16 +491,16 @@ export default {
491
491
  }
492
492
  }
493
493
  },
494
- /**
495
- * Lookup57: sugarfunge_dao::pallet::Event<T>
494
+ /**
495
+ * Lookup57: sugarfunge_dao::pallet::Event<T>
496
496
  **/
497
497
  SugarfungeDaoEvent: {
498
498
  _enum: {
499
499
  SomethingStored: '(u32,AccountId32)'
500
500
  }
501
501
  },
502
- /**
503
- * Lookup58: sugarfunge_bundle::pallet::Event<T>
502
+ /**
503
+ * Lookup58: sugarfunge_bundle::pallet::Event<T>
504
504
  **/
505
505
  SugarfungeBundleEvent: {
506
506
  _enum: {
@@ -526,8 +526,8 @@ export default {
526
526
  }
527
527
  }
528
528
  },
529
- /**
530
- * Lookup59: sugarfunge_bag::pallet::Event<T>
529
+ /**
530
+ * Lookup59: sugarfunge_bag::pallet::Event<T>
531
531
  **/
532
532
  SugarfungeBagEvent: {
533
533
  _enum: {
@@ -553,16 +553,16 @@ export default {
553
553
  }
554
554
  }
555
555
  },
556
- /**
557
- * Lookup61: sugarfunge_exgine::pallet::Event<T>
556
+ /**
557
+ * Lookup61: sugarfunge_exgine::pallet::Event<T>
558
558
  **/
559
559
  SugarfungeExgineEvent: {
560
560
  _enum: {
561
561
  SomethingStored: '(u32,AccountId32)'
562
562
  }
563
563
  },
564
- /**
565
- * Lookup62: sugarfunge_market::pallet::Event<T>
564
+ /**
565
+ * Lookup62: sugarfunge_market::pallet::Event<T>
566
566
  **/
567
567
  SugarfungeMarketEvent: {
568
568
  _enum: {
@@ -609,15 +609,15 @@ export default {
609
609
  }
610
610
  }
611
611
  },
612
- /**
613
- * Lookup66: sugarfunge_market::RateBalance<sp_core::crypto::AccountId32, ClassId, AssetId>
612
+ /**
613
+ * Lookup66: sugarfunge_market::RateBalance<sp_core::crypto::AccountId32, ClassId, AssetId>
614
614
  **/
615
615
  SugarfungeMarketRateBalance: {
616
616
  rate: 'SugarfungeMarketAssetRate',
617
617
  balance: 'i128'
618
618
  },
619
- /**
620
- * Lookup67: sugarfunge_market::AssetRate<sp_core::crypto::AccountId32, ClassId, AssetId>
619
+ /**
620
+ * Lookup67: sugarfunge_market::AssetRate<sp_core::crypto::AccountId32, ClassId, AssetId>
621
621
  **/
622
622
  SugarfungeMarketAssetRate: {
623
623
  classId: 'u64',
@@ -626,8 +626,8 @@ export default {
626
626
  from: 'SugarfungeMarketRateAccount',
627
627
  to: 'SugarfungeMarketRateAccount'
628
628
  },
629
- /**
630
- * Lookup68: sugarfunge_market::RateAction<ClassId, AssetId>
629
+ /**
630
+ * Lookup68: sugarfunge_market::RateAction<ClassId, AssetId>
631
631
  **/
632
632
  SugarfungeMarketRateAction: {
633
633
  _enum: {
@@ -638,20 +638,20 @@ export default {
638
638
  Has: '(SugarfungeMarketAmountOp,i128)'
639
639
  }
640
640
  },
641
- /**
642
- * Lookup70: sugarfunge_market::AMM
641
+ /**
642
+ * Lookup70: sugarfunge_market::AMM
643
643
  **/
644
644
  SugarfungeMarketAmm: {
645
645
  _enum: ['Constant']
646
646
  },
647
- /**
648
- * Lookup71: sugarfunge_market::AmountOp
647
+ /**
648
+ * Lookup71: sugarfunge_market::AmountOp
649
649
  **/
650
650
  SugarfungeMarketAmountOp: {
651
651
  _enum: ['Equal', 'LessThan', 'LessEqualThan', 'GreaterThan', 'GreaterEqualThan']
652
652
  },
653
- /**
654
- * Lookup72: sugarfunge_market::RateAccount<sp_core::crypto::AccountId32>
653
+ /**
654
+ * Lookup72: sugarfunge_market::RateAccount<sp_core::crypto::AccountId32>
655
655
  **/
656
656
  SugarfungeMarketRateAccount: {
657
657
  _enum: {
@@ -660,8 +660,8 @@ export default {
660
660
  Buyer: 'Null'
661
661
  }
662
662
  },
663
- /**
664
- * Lookup73: functionland_fula::pallet::Event<T>
663
+ /**
664
+ * Lookup73: functionland_fula::pallet::Event<T>
665
665
  **/
666
666
  FunctionlandFulaEvent: {
667
667
  _enum: {
@@ -763,8 +763,8 @@ export default {
763
763
  }
764
764
  }
765
765
  },
766
- /**
767
- * Lookup79: functionland_fula::ManifestWithPoolId<PoolId, sp_core::crypto::AccountId32, bounded_collections::bounded_vec::BoundedVec<T, S>>
766
+ /**
767
+ * Lookup79: functionland_fula::ManifestWithPoolId<PoolId, sp_core::crypto::AccountId32, bounded_collections::bounded_vec::BoundedVec<T, S>>
768
768
  **/
769
769
  FunctionlandFulaManifestWithPoolId: {
770
770
  _alias: {
@@ -775,24 +775,24 @@ export default {
775
775
  manifestMetadata: 'Bytes',
776
776
  size_: 'Option<u64>'
777
777
  },
778
- /**
779
- * Lookup82: functionland_fula::UploaderData<sp_core::crypto::AccountId32>
778
+ /**
779
+ * Lookup82: functionland_fula::UploaderData<sp_core::crypto::AccountId32>
780
780
  **/
781
781
  FunctionlandFulaUploaderData: {
782
782
  uploader: 'AccountId32',
783
783
  storers: 'Vec<AccountId32>',
784
784
  replicationFactor: 'u16'
785
785
  },
786
- /**
787
- * Lookup85: functionland_fula::ManifestAvailable<PoolId, bounded_collections::bounded_vec::BoundedVec<T, S>>
786
+ /**
787
+ * Lookup85: functionland_fula::ManifestAvailable<PoolId, bounded_collections::bounded_vec::BoundedVec<T, S>>
788
788
  **/
789
789
  FunctionlandFulaManifestAvailable: {
790
790
  poolId: 'u32',
791
791
  replicationFactor: 'u16',
792
792
  manifestMetadata: 'Bytes'
793
793
  },
794
- /**
795
- * Lookup87: functionland_fula::StorerData<PoolId, bounded_collections::bounded_vec::BoundedVec<T, S>, sp_core::crypto::AccountId32>
794
+ /**
795
+ * Lookup87: functionland_fula::StorerData<PoolId, bounded_collections::bounded_vec::BoundedVec<T, S>, sp_core::crypto::AccountId32>
796
796
  **/
797
797
  FunctionlandFulaStorerData: {
798
798
  poolId: 'u32',
@@ -800,8 +800,8 @@ export default {
800
800
  account: 'AccountId32',
801
801
  manifestData: 'FunctionlandFulaManifestStorageData'
802
802
  },
803
- /**
804
- * Lookup89: functionland_fula::ManifestStorageData
803
+ /**
804
+ * Lookup89: functionland_fula::ManifestStorageData
805
805
  **/
806
806
  FunctionlandFulaManifestStorageData: {
807
807
  activeCycles: 'u16',
@@ -809,14 +809,14 @@ export default {
809
809
  activeDays: 'i32',
810
810
  challengeState: 'FunctionlandFulaChallengeState'
811
811
  },
812
- /**
813
- * Lookup90: functionland_fula::ChallengeState
812
+ /**
813
+ * Lookup90: functionland_fula::ChallengeState
814
814
  **/
815
815
  FunctionlandFulaChallengeState: {
816
816
  _enum: ['Open', 'Successful', 'Failed']
817
817
  },
818
- /**
819
- * Lookup91: fula_pool::pallet::Event<T>
818
+ /**
819
+ * Lookup91: fula_pool::pallet::Event<T>
820
820
  **/
821
821
  FulaPoolEvent: {
822
822
  _enum: {
@@ -846,8 +846,8 @@ export default {
846
846
  }
847
847
  }
848
848
  },
849
- /**
850
- * Lookup92: pallet_utility::pallet::Event
849
+ /**
850
+ * Lookup92: pallet_utility::pallet::Event
851
851
  **/
852
852
  PalletUtilityEvent: {
853
853
  _enum: {
@@ -866,8 +866,8 @@ export default {
866
866
  }
867
867
  }
868
868
  },
869
- /**
870
- * Lookup93: frame_system::Phase
869
+ /**
870
+ * Lookup93: frame_system::Phase
871
871
  **/
872
872
  FrameSystemPhase: {
873
873
  _enum: {
@@ -876,15 +876,15 @@ export default {
876
876
  Initialization: 'Null'
877
877
  }
878
878
  },
879
- /**
880
- * Lookup96: frame_system::LastRuntimeUpgradeInfo
879
+ /**
880
+ * Lookup96: frame_system::LastRuntimeUpgradeInfo
881
881
  **/
882
882
  FrameSystemLastRuntimeUpgradeInfo: {
883
883
  specVersion: 'Compact<u32>',
884
884
  specName: 'Text'
885
885
  },
886
- /**
887
- * Lookup99: frame_system::pallet::Call<T>
886
+ /**
887
+ * Lookup99: frame_system::pallet::Call<T>
888
888
  **/
889
889
  FrameSystemCall: {
890
890
  _enum: {
@@ -918,24 +918,24 @@ export default {
918
918
  }
919
919
  }
920
920
  },
921
- /**
922
- * Lookup102: frame_system::limits::BlockWeights
921
+ /**
922
+ * Lookup102: frame_system::limits::BlockWeights
923
923
  **/
924
924
  FrameSystemLimitsBlockWeights: {
925
925
  baseBlock: 'SpWeightsWeightV2Weight',
926
926
  maxBlock: 'SpWeightsWeightV2Weight',
927
927
  perClass: 'FrameSupportDispatchPerDispatchClassWeightsPerClass'
928
928
  },
929
- /**
930
- * Lookup103: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
929
+ /**
930
+ * Lookup103: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
931
931
  **/
932
932
  FrameSupportDispatchPerDispatchClassWeightsPerClass: {
933
933
  normal: 'FrameSystemLimitsWeightsPerClass',
934
934
  operational: 'FrameSystemLimitsWeightsPerClass',
935
935
  mandatory: 'FrameSystemLimitsWeightsPerClass'
936
936
  },
937
- /**
938
- * Lookup104: frame_system::limits::WeightsPerClass
937
+ /**
938
+ * Lookup104: frame_system::limits::WeightsPerClass
939
939
  **/
940
940
  FrameSystemLimitsWeightsPerClass: {
941
941
  baseExtrinsic: 'SpWeightsWeightV2Weight',
@@ -943,29 +943,29 @@ export default {
943
943
  maxTotal: 'Option<SpWeightsWeightV2Weight>',
944
944
  reserved: 'Option<SpWeightsWeightV2Weight>'
945
945
  },
946
- /**
947
- * Lookup106: frame_system::limits::BlockLength
946
+ /**
947
+ * Lookup106: frame_system::limits::BlockLength
948
948
  **/
949
949
  FrameSystemLimitsBlockLength: {
950
950
  max: 'FrameSupportDispatchPerDispatchClassU32'
951
951
  },
952
- /**
953
- * Lookup107: frame_support::dispatch::PerDispatchClass<T>
952
+ /**
953
+ * Lookup107: frame_support::dispatch::PerDispatchClass<T>
954
954
  **/
955
955
  FrameSupportDispatchPerDispatchClassU32: {
956
956
  normal: 'u32',
957
957
  operational: 'u32',
958
958
  mandatory: 'u32'
959
959
  },
960
- /**
961
- * Lookup108: sp_weights::RuntimeDbWeight
960
+ /**
961
+ * Lookup108: sp_weights::RuntimeDbWeight
962
962
  **/
963
963
  SpWeightsRuntimeDbWeight: {
964
964
  read: 'u64',
965
965
  write: 'u64'
966
966
  },
967
- /**
968
- * Lookup109: sp_version::RuntimeVersion
967
+ /**
968
+ * Lookup109: sp_version::RuntimeVersion
969
969
  **/
970
970
  SpVersionRuntimeVersion: {
971
971
  specName: 'Text',
@@ -977,14 +977,14 @@ export default {
977
977
  transactionVersion: 'u32',
978
978
  stateVersion: 'u8'
979
979
  },
980
- /**
981
- * Lookup114: frame_system::pallet::Error<T>
980
+ /**
981
+ * Lookup114: frame_system::pallet::Error<T>
982
982
  **/
983
983
  FrameSystemError: {
984
984
  _enum: ['InvalidSpecName', 'SpecVersionNeedsToIncrease', 'FailedToExtractRuntimeVersion', 'NonDefaultComposite', 'NonZeroRefCount', 'CallFiltered']
985
985
  },
986
- /**
987
- * Lookup115: pallet_timestamp::pallet::Call<T>
986
+ /**
987
+ * Lookup115: pallet_timestamp::pallet::Call<T>
988
988
  **/
989
989
  PalletTimestampCall: {
990
990
  _enum: {
@@ -993,36 +993,36 @@ export default {
993
993
  }
994
994
  }
995
995
  },
996
- /**
997
- * Lookup117: pallet_balances::types::BalanceLock<Balance>
996
+ /**
997
+ * Lookup117: pallet_balances::types::BalanceLock<Balance>
998
998
  **/
999
999
  PalletBalancesBalanceLock: {
1000
1000
  id: '[u8;8]',
1001
1001
  amount: 'u128',
1002
1002
  reasons: 'PalletBalancesReasons'
1003
1003
  },
1004
- /**
1005
- * Lookup118: pallet_balances::types::Reasons
1004
+ /**
1005
+ * Lookup118: pallet_balances::types::Reasons
1006
1006
  **/
1007
1007
  PalletBalancesReasons: {
1008
1008
  _enum: ['Fee', 'Misc', 'All']
1009
1009
  },
1010
- /**
1011
- * Lookup121: pallet_balances::types::ReserveData<ReserveIdentifier, Balance>
1010
+ /**
1011
+ * Lookup121: pallet_balances::types::ReserveData<ReserveIdentifier, Balance>
1012
1012
  **/
1013
1013
  PalletBalancesReserveData: {
1014
1014
  id: '[u8;8]',
1015
1015
  amount: 'u128'
1016
1016
  },
1017
- /**
1018
- * Lookup124: pallet_balances::types::IdAmount<Id, Balance>
1017
+ /**
1018
+ * Lookup124: pallet_balances::types::IdAmount<Id, Balance>
1019
1019
  **/
1020
1020
  PalletBalancesIdAmount: {
1021
1021
  id: 'Null',
1022
1022
  amount: 'u128'
1023
1023
  },
1024
- /**
1025
- * Lookup126: pallet_balances::pallet::Call<T, I>
1024
+ /**
1025
+ * Lookup126: pallet_balances::pallet::Call<T, I>
1026
1026
  **/
1027
1027
  PalletBalancesCall: {
1028
1028
  _enum: {
@@ -1065,14 +1065,14 @@ export default {
1065
1065
  }
1066
1066
  }
1067
1067
  },
1068
- /**
1069
- * Lookup131: pallet_balances::pallet::Error<T, I>
1068
+ /**
1069
+ * Lookup131: pallet_balances::pallet::Error<T, I>
1070
1070
  **/
1071
1071
  PalletBalancesError: {
1072
1072
  _enum: ['VestingBalance', 'LiquidityRestrictions', 'InsufficientBalance', 'ExistentialDeposit', 'Expendability', 'ExistingVestingSchedule', 'DeadAccount', 'TooManyReserves', 'TooManyHolds', 'TooManyFreezes']
1073
1073
  },
1074
- /**
1075
- * Lookup133: sugarfunge_validator_set::pallet::Call<T>
1074
+ /**
1075
+ * Lookup133: sugarfunge_validator_set::pallet::Call<T>
1076
1076
  **/
1077
1077
  SugarfungeValidatorSetCall: {
1078
1078
  _enum: {
@@ -1087,14 +1087,14 @@ export default {
1087
1087
  }
1088
1088
  }
1089
1089
  },
1090
- /**
1091
- * Lookup134: sugarfunge_validator_set::pallet::Error<T>
1090
+ /**
1091
+ * Lookup134: sugarfunge_validator_set::pallet::Error<T>
1092
1092
  **/
1093
1093
  SugarfungeValidatorSetError: {
1094
1094
  _enum: ['TooLowValidatorCount', 'Duplicate', 'ValidatorNotApproved', 'BadOrigin']
1095
1095
  },
1096
- /**
1097
- * Lookup135: pallet_grandpa::StoredState<N>
1096
+ /**
1097
+ * Lookup135: pallet_grandpa::StoredState<N>
1098
1098
  **/
1099
1099
  PalletGrandpaStoredState: {
1100
1100
  _enum: {
@@ -1110,8 +1110,8 @@ export default {
1110
1110
  }
1111
1111
  }
1112
1112
  },
1113
- /**
1114
- * Lookup136: pallet_grandpa::StoredPendingChange<N, Limit>
1113
+ /**
1114
+ * Lookup136: pallet_grandpa::StoredPendingChange<N, Limit>
1115
1115
  **/
1116
1116
  PalletGrandpaStoredPendingChange: {
1117
1117
  scheduledAt: 'u32',
@@ -1119,8 +1119,8 @@ export default {
1119
1119
  nextAuthorities: 'Vec<(SpConsensusGrandpaAppPublic,u64)>',
1120
1120
  forced: 'Option<u32>'
1121
1121
  },
1122
- /**
1123
- * Lookup139: pallet_grandpa::pallet::Call<T>
1122
+ /**
1123
+ * Lookup139: pallet_grandpa::pallet::Call<T>
1124
1124
  **/
1125
1125
  PalletGrandpaCall: {
1126
1126
  _enum: {
@@ -1138,15 +1138,15 @@ export default {
1138
1138
  }
1139
1139
  }
1140
1140
  },
1141
- /**
1142
- * Lookup140: sp_consensus_grandpa::EquivocationProof<primitive_types::H256, N>
1141
+ /**
1142
+ * Lookup140: sp_consensus_grandpa::EquivocationProof<primitive_types::H256, N>
1143
1143
  **/
1144
1144
  SpConsensusGrandpaEquivocationProof: {
1145
1145
  setId: 'u64',
1146
1146
  equivocation: 'SpConsensusGrandpaEquivocation'
1147
1147
  },
1148
- /**
1149
- * Lookup141: sp_consensus_grandpa::Equivocation<primitive_types::H256, N>
1148
+ /**
1149
+ * Lookup141: sp_consensus_grandpa::Equivocation<primitive_types::H256, N>
1150
1150
  **/
1151
1151
  SpConsensusGrandpaEquivocation: {
1152
1152
  _enum: {
@@ -1154,8 +1154,8 @@ export default {
1154
1154
  Precommit: 'FinalityGrandpaEquivocationPrecommit'
1155
1155
  }
1156
1156
  },
1157
- /**
1158
- * Lookup142: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Prevote<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
1157
+ /**
1158
+ * Lookup142: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Prevote<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
1159
1159
  **/
1160
1160
  FinalityGrandpaEquivocationPrevote: {
1161
1161
  roundNumber: 'u64',
@@ -1163,23 +1163,23 @@ export default {
1163
1163
  first: '(FinalityGrandpaPrevote,SpConsensusGrandpaAppSignature)',
1164
1164
  second: '(FinalityGrandpaPrevote,SpConsensusGrandpaAppSignature)'
1165
1165
  },
1166
- /**
1167
- * Lookup143: finality_grandpa::Prevote<primitive_types::H256, N>
1166
+ /**
1167
+ * Lookup143: finality_grandpa::Prevote<primitive_types::H256, N>
1168
1168
  **/
1169
1169
  FinalityGrandpaPrevote: {
1170
1170
  targetHash: 'H256',
1171
1171
  targetNumber: 'u32'
1172
1172
  },
1173
- /**
1174
- * Lookup144: sp_consensus_grandpa::app::Signature
1173
+ /**
1174
+ * Lookup144: sp_consensus_grandpa::app::Signature
1175
1175
  **/
1176
1176
  SpConsensusGrandpaAppSignature: 'SpCoreEd25519Signature',
1177
- /**
1178
- * Lookup145: sp_core::ed25519::Signature
1177
+ /**
1178
+ * Lookup145: sp_core::ed25519::Signature
1179
1179
  **/
1180
1180
  SpCoreEd25519Signature: '[u8;64]',
1181
- /**
1182
- * Lookup148: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Precommit<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
1181
+ /**
1182
+ * Lookup148: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Precommit<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
1183
1183
  **/
1184
1184
  FinalityGrandpaEquivocationPrecommit: {
1185
1185
  roundNumber: 'u64',
@@ -1187,31 +1187,31 @@ export default {
1187
1187
  first: '(FinalityGrandpaPrecommit,SpConsensusGrandpaAppSignature)',
1188
1188
  second: '(FinalityGrandpaPrecommit,SpConsensusGrandpaAppSignature)'
1189
1189
  },
1190
- /**
1191
- * Lookup149: finality_grandpa::Precommit<primitive_types::H256, N>
1190
+ /**
1191
+ * Lookup149: finality_grandpa::Precommit<primitive_types::H256, N>
1192
1192
  **/
1193
1193
  FinalityGrandpaPrecommit: {
1194
1194
  targetHash: 'H256',
1195
1195
  targetNumber: 'u32'
1196
1196
  },
1197
- /**
1198
- * Lookup151: sp_core::Void
1197
+ /**
1198
+ * Lookup151: sp_core::Void
1199
1199
  **/
1200
1200
  SpCoreVoid: 'Null',
1201
- /**
1202
- * Lookup152: pallet_grandpa::pallet::Error<T>
1201
+ /**
1202
+ * Lookup152: pallet_grandpa::pallet::Error<T>
1203
1203
  **/
1204
1204
  PalletGrandpaError: {
1205
1205
  _enum: ['PauseFailed', 'ResumeFailed', 'ChangePending', 'TooSoon', 'InvalidKeyOwnershipProof', 'InvalidEquivocationProof', 'DuplicateOffenceReport']
1206
1206
  },
1207
- /**
1208
- * Lookup154: pallet_transaction_payment::Releases
1207
+ /**
1208
+ * Lookup154: pallet_transaction_payment::Releases
1209
1209
  **/
1210
1210
  PalletTransactionPaymentReleases: {
1211
1211
  _enum: ['V1Ancient', 'V2']
1212
1212
  },
1213
- /**
1214
- * Lookup155: pallet_sudo::pallet::Call<T>
1213
+ /**
1214
+ * Lookup155: pallet_sudo::pallet::Call<T>
1215
1215
  **/
1216
1216
  PalletSudoCall: {
1217
1217
  _enum: {
@@ -1234,8 +1234,8 @@ export default {
1234
1234
  }
1235
1235
  }
1236
1236
  },
1237
- /**
1238
- * Lookup157: pallet_scheduler::pallet::Call<T>
1237
+ /**
1238
+ * Lookup157: pallet_scheduler::pallet::Call<T>
1239
1239
  **/
1240
1240
  PalletSchedulerCall: {
1241
1241
  _enum: {
@@ -1274,8 +1274,8 @@ export default {
1274
1274
  }
1275
1275
  }
1276
1276
  },
1277
- /**
1278
- * Lookup159: pallet_collective::pallet::Call<T, I>
1277
+ /**
1278
+ * Lookup159: pallet_collective::pallet::Call<T, I>
1279
1279
  **/
1280
1280
  PalletCollectiveCall: {
1281
1281
  _enum: {
@@ -1310,8 +1310,8 @@ export default {
1310
1310
  }
1311
1311
  }
1312
1312
  },
1313
- /**
1314
- * Lookup160: pallet_session::pallet::Call<T>
1313
+ /**
1314
+ * Lookup160: pallet_session::pallet::Call<T>
1315
1315
  **/
1316
1316
  PalletSessionCall: {
1317
1317
  _enum: {
@@ -1325,20 +1325,20 @@ export default {
1325
1325
  purge_keys: 'Null'
1326
1326
  }
1327
1327
  },
1328
- /**
1329
- * Lookup161: sugarfunge_runtime::opaque::SessionKeys
1328
+ /**
1329
+ * Lookup161: sugarfunge_runtime::opaque::SessionKeys
1330
1330
  **/
1331
1331
  SugarfungeRuntimeOpaqueSessionKeys: {
1332
1332
  aura: 'SpConsensusAuraSr25519AppSr25519Public',
1333
1333
  grandpa: 'SpConsensusGrandpaAppPublic',
1334
1334
  imOnline: 'PalletImOnlineSr25519AppSr25519Public'
1335
1335
  },
1336
- /**
1337
- * Lookup162: sp_consensus_aura::sr25519::app_sr25519::Public
1336
+ /**
1337
+ * Lookup162: sp_consensus_aura::sr25519::app_sr25519::Public
1338
1338
  **/
1339
1339
  SpConsensusAuraSr25519AppSr25519Public: 'SpCoreSr25519Public',
1340
- /**
1341
- * Lookup163: pallet_im_online::pallet::Call<T>
1340
+ /**
1341
+ * Lookup163: pallet_im_online::pallet::Call<T>
1342
1342
  **/
1343
1343
  PalletImOnlineCall: {
1344
1344
  _enum: {
@@ -1348,8 +1348,8 @@ export default {
1348
1348
  }
1349
1349
  }
1350
1350
  },
1351
- /**
1352
- * Lookup164: pallet_im_online::Heartbeat<BlockNumber>
1351
+ /**
1352
+ * Lookup164: pallet_im_online::Heartbeat<BlockNumber>
1353
1353
  **/
1354
1354
  PalletImOnlineHeartbeat: {
1355
1355
  blockNumber: 'u32',
@@ -1358,23 +1358,23 @@ export default {
1358
1358
  authorityIndex: 'u32',
1359
1359
  validatorsLen: 'u32'
1360
1360
  },
1361
- /**
1362
- * Lookup165: sp_core::offchain::OpaqueNetworkState
1361
+ /**
1362
+ * Lookup165: sp_core::offchain::OpaqueNetworkState
1363
1363
  **/
1364
1364
  SpCoreOffchainOpaqueNetworkState: {
1365
1365
  peerId: 'OpaquePeerId',
1366
1366
  externalAddresses: 'Vec<OpaqueMultiaddr>'
1367
1367
  },
1368
- /**
1369
- * Lookup169: pallet_im_online::sr25519::app_sr25519::Signature
1368
+ /**
1369
+ * Lookup169: pallet_im_online::sr25519::app_sr25519::Signature
1370
1370
  **/
1371
1371
  PalletImOnlineSr25519AppSr25519Signature: 'SpCoreSr25519Signature',
1372
- /**
1373
- * Lookup170: sp_core::sr25519::Signature
1372
+ /**
1373
+ * Lookup170: sp_core::sr25519::Signature
1374
1374
  **/
1375
1375
  SpCoreSr25519Signature: '[u8;64]',
1376
- /**
1377
- * Lookup171: sugarfunge_asset::pallet::Call<T>
1376
+ /**
1377
+ * Lookup171: sugarfunge_asset::pallet::Call<T>
1378
1378
  **/
1379
1379
  SugarfungeAssetCall: {
1380
1380
  _enum: {
@@ -1437,8 +1437,8 @@ export default {
1437
1437
  }
1438
1438
  }
1439
1439
  },
1440
- /**
1441
- * Lookup174: sugarfunge_dao::pallet::Call<T>
1440
+ /**
1441
+ * Lookup174: sugarfunge_dao::pallet::Call<T>
1442
1442
  **/
1443
1443
  SugarfungeDaoCall: {
1444
1444
  _enum: {
@@ -1448,8 +1448,8 @@ export default {
1448
1448
  cause_error: 'Null'
1449
1449
  }
1450
1450
  },
1451
- /**
1452
- * Lookup175: sugarfunge_bundle::pallet::Call<T>
1451
+ /**
1452
+ * Lookup175: sugarfunge_bundle::pallet::Call<T>
1453
1453
  **/
1454
1454
  SugarfungeBundleCall: {
1455
1455
  _enum: {
@@ -1474,8 +1474,8 @@ export default {
1474
1474
  }
1475
1475
  }
1476
1476
  },
1477
- /**
1478
- * Lookup183: sugarfunge_bag::pallet::Call<T>
1477
+ /**
1478
+ * Lookup183: sugarfunge_bag::pallet::Call<T>
1479
1479
  **/
1480
1480
  SugarfungeBagCall: {
1481
1481
  _enum: {
@@ -1500,8 +1500,8 @@ export default {
1500
1500
  }
1501
1501
  }
1502
1502
  },
1503
- /**
1504
- * Lookup184: sugarfunge_exgine::pallet::Call<T>
1503
+ /**
1504
+ * Lookup184: sugarfunge_exgine::pallet::Call<T>
1505
1505
  **/
1506
1506
  SugarfungeExgineCall: {
1507
1507
  _enum: {
@@ -1511,8 +1511,8 @@ export default {
1511
1511
  cause_error: 'Null'
1512
1512
  }
1513
1513
  },
1514
- /**
1515
- * Lookup185: sugarfunge_market::pallet::Call<T>
1514
+ /**
1515
+ * Lookup185: sugarfunge_market::pallet::Call<T>
1516
1516
  **/
1517
1517
  SugarfungeMarketCall: {
1518
1518
  _enum: {
@@ -1536,8 +1536,8 @@ export default {
1536
1536
  }
1537
1537
  }
1538
1538
  },
1539
- /**
1540
- * Lookup188: functionland_fula::pallet::Call<T>
1539
+ /**
1540
+ * Lookup188: functionland_fula::pallet::Call<T>
1541
1541
  **/
1542
1542
  FunctionlandFulaCall: {
1543
1543
  _enum: {
@@ -1624,8 +1624,8 @@ export default {
1624
1624
  }
1625
1625
  }
1626
1626
  },
1627
- /**
1628
- * Lookup192: fula_pool::pallet::Call<T>
1627
+ /**
1628
+ * Lookup192: fula_pool::pallet::Call<T>
1629
1629
  **/
1630
1630
  FulaPoolCall: {
1631
1631
  _enum: {
@@ -1654,8 +1654,8 @@ export default {
1654
1654
  }
1655
1655
  }
1656
1656
  },
1657
- /**
1658
- * Lookup194: pallet_utility::pallet::Call<T>
1657
+ /**
1658
+ * Lookup194: pallet_utility::pallet::Call<T>
1659
1659
  **/
1660
1660
  PalletUtilityCall: {
1661
1661
  _enum: {
@@ -1682,8 +1682,8 @@ export default {
1682
1682
  }
1683
1683
  }
1684
1684
  },
1685
- /**
1686
- * Lookup196: sugarfunge_runtime::OriginCaller
1685
+ /**
1686
+ * Lookup196: sugarfunge_runtime::OriginCaller
1687
1687
  **/
1688
1688
  SugarfungeRuntimeOriginCaller: {
1689
1689
  _enum: {
@@ -1700,8 +1700,8 @@ export default {
1700
1700
  Council: 'PalletCollectiveRawOrigin'
1701
1701
  }
1702
1702
  },
1703
- /**
1704
- * Lookup197: frame_support::dispatch::RawOrigin<sp_core::crypto::AccountId32>
1703
+ /**
1704
+ * Lookup197: frame_support::dispatch::RawOrigin<sp_core::crypto::AccountId32>
1705
1705
  **/
1706
1706
  FrameSupportDispatchRawOrigin: {
1707
1707
  _enum: {
@@ -1710,8 +1710,8 @@ export default {
1710
1710
  None: 'Null'
1711
1711
  }
1712
1712
  },
1713
- /**
1714
- * Lookup198: pallet_collective::RawOrigin<sp_core::crypto::AccountId32, I>
1713
+ /**
1714
+ * Lookup198: pallet_collective::RawOrigin<sp_core::crypto::AccountId32, I>
1715
1715
  **/
1716
1716
  PalletCollectiveRawOrigin: {
1717
1717
  _enum: {
@@ -1720,14 +1720,14 @@ export default {
1720
1720
  _Phantom: 'Null'
1721
1721
  }
1722
1722
  },
1723
- /**
1724
- * Lookup199: pallet_sudo::pallet::Error<T>
1723
+ /**
1724
+ * Lookup199: pallet_sudo::pallet::Error<T>
1725
1725
  **/
1726
1726
  PalletSudoError: {
1727
1727
  _enum: ['RequireSudo']
1728
1728
  },
1729
- /**
1730
- * Lookup202: pallet_scheduler::Scheduled<Name, frame_support::traits::preimages::Bounded<sugarfunge_runtime::RuntimeCall>, BlockNumber, sugarfunge_runtime::OriginCaller, sp_core::crypto::AccountId32>
1729
+ /**
1730
+ * Lookup202: pallet_scheduler::Scheduled<Name, frame_support::traits::preimages::Bounded<sugarfunge_runtime::RuntimeCall>, BlockNumber, sugarfunge_runtime::OriginCaller, sp_core::crypto::AccountId32>
1731
1731
  **/
1732
1732
  PalletSchedulerScheduled: {
1733
1733
  maybeId: 'Option<[u8;32]>',
@@ -1736,8 +1736,8 @@ export default {
1736
1736
  maybePeriodic: 'Option<(u32,u32)>',
1737
1737
  origin: 'SugarfungeRuntimeOriginCaller'
1738
1738
  },
1739
- /**
1740
- * Lookup203: frame_support::traits::preimages::Bounded<sugarfunge_runtime::RuntimeCall>
1739
+ /**
1740
+ * Lookup203: frame_support::traits::preimages::Bounded<sugarfunge_runtime::RuntimeCall>
1741
1741
  **/
1742
1742
  FrameSupportPreimagesBounded: {
1743
1743
  _enum: {
@@ -1757,14 +1757,14 @@ export default {
1757
1757
  }
1758
1758
  }
1759
1759
  },
1760
- /**
1761
- * Lookup206: pallet_scheduler::pallet::Error<T>
1760
+ /**
1761
+ * Lookup206: pallet_scheduler::pallet::Error<T>
1762
1762
  **/
1763
1763
  PalletSchedulerError: {
1764
1764
  _enum: ['FailedToSchedule', 'NotFound', 'TargetBlockNumberInPast', 'RescheduleNoChange', 'Named']
1765
1765
  },
1766
- /**
1767
- * Lookup208: pallet_collective::Votes<sp_core::crypto::AccountId32, BlockNumber>
1766
+ /**
1767
+ * Lookup208: pallet_collective::Votes<sp_core::crypto::AccountId32, BlockNumber>
1768
1768
  **/
1769
1769
  PalletCollectiveVotes: {
1770
1770
  index: 'u32',
@@ -1773,64 +1773,64 @@ export default {
1773
1773
  nays: 'Vec<AccountId32>',
1774
1774
  end: 'u32'
1775
1775
  },
1776
- /**
1777
- * Lookup209: pallet_collective::pallet::Error<T, I>
1776
+ /**
1777
+ * Lookup209: pallet_collective::pallet::Error<T, I>
1778
1778
  **/
1779
1779
  PalletCollectiveError: {
1780
1780
  _enum: ['NotMember', 'DuplicateProposal', 'ProposalMissing', 'WrongIndex', 'DuplicateVote', 'AlreadyInitialized', 'TooEarly', 'TooManyProposals', 'WrongProposalWeight', 'WrongProposalLength']
1781
1781
  },
1782
- /**
1783
- * Lookup213: sp_core::crypto::KeyTypeId
1782
+ /**
1783
+ * Lookup213: sp_core::crypto::KeyTypeId
1784
1784
  **/
1785
1785
  SpCoreCryptoKeyTypeId: '[u8;4]',
1786
- /**
1787
- * Lookup214: pallet_session::pallet::Error<T>
1786
+ /**
1787
+ * Lookup214: pallet_session::pallet::Error<T>
1788
1788
  **/
1789
1789
  PalletSessionError: {
1790
1790
  _enum: ['InvalidProof', 'NoAssociatedValidatorId', 'DuplicatedKey', 'NoKeys', 'NoAccount']
1791
1791
  },
1792
- /**
1793
- * Lookup218: pallet_im_online::BoundedOpaqueNetworkState<PeerIdEncodingLimit, MultiAddrEncodingLimit, AddressesLimit>
1792
+ /**
1793
+ * Lookup218: pallet_im_online::BoundedOpaqueNetworkState<PeerIdEncodingLimit, MultiAddrEncodingLimit, AddressesLimit>
1794
1794
  **/
1795
1795
  PalletImOnlineBoundedOpaqueNetworkState: {
1796
1796
  peerId: 'Bytes',
1797
1797
  externalAddresses: 'Vec<Bytes>'
1798
1798
  },
1799
- /**
1800
- * Lookup223: pallet_im_online::pallet::Error<T>
1799
+ /**
1800
+ * Lookup223: pallet_im_online::pallet::Error<T>
1801
1801
  **/
1802
1802
  PalletImOnlineError: {
1803
1803
  _enum: ['InvalidKey', 'DuplicatedHeartbeat']
1804
1804
  },
1805
- /**
1806
- * Lookup224: sugarfunge_asset::Class<sp_core::crypto::AccountId32, bounded_collections::bounded_vec::BoundedVec<T, S>>
1805
+ /**
1806
+ * Lookup224: sugarfunge_asset::Class<sp_core::crypto::AccountId32, bounded_collections::bounded_vec::BoundedVec<T, S>>
1807
1807
  **/
1808
1808
  SugarfungeAssetClass: {
1809
1809
  owner: 'AccountId32',
1810
1810
  metadata: 'Bytes'
1811
1811
  },
1812
- /**
1813
- * Lookup226: sugarfunge_asset::Asset<ClassId, sp_core::crypto::AccountId32, bounded_collections::bounded_vec::BoundedVec<T, S>>
1812
+ /**
1813
+ * Lookup226: sugarfunge_asset::Asset<ClassId, sp_core::crypto::AccountId32, bounded_collections::bounded_vec::BoundedVec<T, S>>
1814
1814
  **/
1815
1815
  SugarfungeAssetAsset: {
1816
1816
  classId: 'u64',
1817
1817
  creator: 'AccountId32',
1818
1818
  metadata: 'Bytes'
1819
1819
  },
1820
- /**
1821
- * Lookup228: sugarfunge_asset::pallet::Error<T>
1820
+ /**
1821
+ * Lookup228: sugarfunge_asset::pallet::Error<T>
1822
1822
  **/
1823
1823
  SugarfungeAssetError: {
1824
1824
  _enum: ['Unknown', 'InUse', 'InvalidAssetId', 'InsufficientBalance', 'NumOverflow', 'InvalidArrayLength', 'Overflow', 'InvalidClassId', 'NoPermission', 'ClassNotFound', 'AssetNotFound']
1825
1825
  },
1826
- /**
1827
- * Lookup229: sugarfunge_dao::pallet::Error<T>
1826
+ /**
1827
+ * Lookup229: sugarfunge_dao::pallet::Error<T>
1828
1828
  **/
1829
1829
  SugarfungeDaoError: {
1830
1830
  _enum: ['NoneValue', 'StorageOverflow']
1831
1831
  },
1832
- /**
1833
- * Lookup230: sugarfunge_bundle::Bundle<ClassId, AssetId, BundleSchema, sp_core::crypto::AccountId32, bounded_collections::bounded_vec::BoundedVec<T, S>>
1832
+ /**
1833
+ * Lookup230: sugarfunge_bundle::Bundle<ClassId, AssetId, BundleSchema, sp_core::crypto::AccountId32, bounded_collections::bounded_vec::BoundedVec<T, S>>
1834
1834
  **/
1835
1835
  SugarfungeBundleBundle: {
1836
1836
  creator: 'AccountId32',
@@ -1840,25 +1840,25 @@ export default {
1840
1840
  schema: '(Vec<u64>,Vec<Vec<u64>>,Vec<Vec<u128>>)',
1841
1841
  vault: 'AccountId32'
1842
1842
  },
1843
- /**
1844
- * Lookup231: frame_support::PalletId
1843
+ /**
1844
+ * Lookup231: frame_support::PalletId
1845
1845
  **/
1846
1846
  FrameSupportPalletId: '[u8;8]',
1847
- /**
1848
- * Lookup232: sugarfunge_bundle::pallet::Error<T>
1847
+ /**
1848
+ * Lookup232: sugarfunge_bundle::pallet::Error<T>
1849
1849
  **/
1850
1850
  SugarfungeBundleError: {
1851
1851
  _enum: ['InvalidBundleIdForBundle', 'BundleExists', 'BundleNotFound', 'NumOverflow', 'InvalidArrayLength', 'InsufficientBalance', 'AssetExists', 'AccountNotOwner']
1852
1852
  },
1853
- /**
1854
- * Lookup233: sugarfunge_bag::BagClass<sp_core::crypto::AccountId32, ClassId>
1853
+ /**
1854
+ * Lookup233: sugarfunge_bag::BagClass<sp_core::crypto::AccountId32, ClassId>
1855
1855
  **/
1856
1856
  SugarfungeBagBagClass: {
1857
1857
  operator: 'AccountId32',
1858
1858
  classId: 'u64'
1859
1859
  },
1860
- /**
1861
- * Lookup234: sugarfunge_bag::Bag<sp_core::crypto::AccountId32, ClassId, AssetId>
1860
+ /**
1861
+ * Lookup234: sugarfunge_bag::Bag<sp_core::crypto::AccountId32, ClassId, AssetId>
1862
1862
  **/
1863
1863
  SugarfungeBagBag: {
1864
1864
  operator: 'AccountId32',
@@ -1866,33 +1866,33 @@ export default {
1866
1866
  assetId: 'u64',
1867
1867
  totalShares: 'u128'
1868
1868
  },
1869
- /**
1870
- * Lookup235: sugarfunge_bag::pallet::Error<T>
1869
+ /**
1870
+ * Lookup235: sugarfunge_bag::pallet::Error<T>
1871
1871
  **/
1872
1872
  SugarfungeBagError: {
1873
1873
  _enum: ['BagClassExists', 'BagExists', 'InvalidBagClass', 'InvalidBag', 'InvalidBagOperator', 'InvalidBagOwner', 'InvalidArrayLength', 'InsufficientShares']
1874
1874
  },
1875
- /**
1876
- * Lookup236: sugarfunge_exgine::pallet::Error<T>
1875
+ /**
1876
+ * Lookup236: sugarfunge_exgine::pallet::Error<T>
1877
1877
  **/
1878
1878
  SugarfungeExgineError: {
1879
1879
  _enum: ['NoneValue', 'StorageOverflow']
1880
1880
  },
1881
- /**
1882
- * Lookup237: sugarfunge_market::Market<sp_core::crypto::AccountId32>
1881
+ /**
1882
+ * Lookup237: sugarfunge_market::Market<sp_core::crypto::AccountId32>
1883
1883
  **/
1884
1884
  SugarfungeMarketMarket: {
1885
1885
  owner: 'AccountId32',
1886
1886
  vault: 'AccountId32'
1887
1887
  },
1888
- /**
1889
- * Lookup239: sugarfunge_market::pallet::Error<T>
1888
+ /**
1889
+ * Lookup239: sugarfunge_market::pallet::Error<T>
1890
1890
  **/
1891
1891
  SugarfungeMarketError: {
1892
1892
  _enum: ['Overflow', 'InsufficientAmount', 'InsufficientLiquidity', 'InvalidMarket', 'InvalidMarketRate', 'InvalidMarketOwner', 'NotAuthorizedToMintAsset', 'MarketExists', 'MarketRateExists', 'InvalidAsset', 'InvalidAssetRate', 'InvalidRateAccount', 'InvalidRateAmount', 'InvalidBurnPrice', 'InvalidBurnBalance', 'InvalidTransferPrice', 'InvalidTransferBalance', 'InvalidBuyer', 'InvalidArrayLength']
1893
1893
  },
1894
- /**
1895
- * Lookup241: functionland_fula::Manifest<sp_core::crypto::AccountId32, bounded_collections::bounded_vec::BoundedVec<T, S>>
1894
+ /**
1895
+ * Lookup241: functionland_fula::Manifest<sp_core::crypto::AccountId32, bounded_collections::bounded_vec::BoundedVec<T, S>>
1896
1896
  **/
1897
1897
  FunctionlandFulaManifest: {
1898
1898
  _alias: {
@@ -1902,29 +1902,29 @@ export default {
1902
1902
  manifestMetadata: 'Bytes',
1903
1903
  size_: 'Option<u64>'
1904
1904
  },
1905
- /**
1906
- * Lookup244: functionland_fula::Challenge<sp_core::crypto::AccountId32>
1905
+ /**
1906
+ * Lookup244: functionland_fula::Challenge<sp_core::crypto::AccountId32>
1907
1907
  **/
1908
1908
  FunctionlandFulaChallenge: {
1909
1909
  challenger: 'AccountId32',
1910
1910
  challengeState: 'FunctionlandFulaChallengeState'
1911
1911
  },
1912
- /**
1913
- * Lookup245: functionland_fula::ClaimData
1912
+ /**
1913
+ * Lookup245: functionland_fula::ClaimData
1914
1914
  **/
1915
1915
  FunctionlandFulaClaimData: {
1916
1916
  mintedLaborTokens: 'u128',
1917
1917
  expectedLaborTokens: 'u128',
1918
1918
  challengeTokens: 'u128'
1919
1919
  },
1920
- /**
1921
- * Lookup246: functionland_fula::pallet::Error<T>
1920
+ /**
1921
+ * Lookup246: functionland_fula::pallet::Error<T>
1922
1922
  **/
1923
1923
  FunctionlandFulaError: {
1924
1924
  _enum: ['NoneValue', 'StorageOverflow', 'ReplicationFactorLimitReached', 'ReplicationFactorInvalid', 'AccountAlreadyStorer', 'AccountNotStorer', 'AccountNotInPool', 'AccountNotUploader', 'AccountNotFound', 'ManifestAlreadyExist', 'ManifestNotFound', 'ManifestNotStored', 'InvalidArrayLength', 'ErrorPickingCIDToChallenge', 'ErrorPickingAccountToChallenge', 'ManifestStorerDataNotFound', 'NoFileSizeProvided', 'NoAccountsToChallenge', 'FileAlreadyUploadedbyUser']
1925
1925
  },
1926
- /**
1927
- * Lookup247: fula_pool::Pool<T>
1926
+ /**
1927
+ * Lookup247: fula_pool::Pool<T>
1928
1928
  **/
1929
1929
  FulaPoolPool: {
1930
1930
  name: 'Bytes',
@@ -1934,36 +1934,36 @@ export default {
1934
1934
  requestNumber: 'u8',
1935
1935
  region: 'Bytes'
1936
1936
  },
1937
- /**
1938
- * Lookup249: fula_pool::PoolRequest<T>
1937
+ /**
1938
+ * Lookup249: fula_pool::PoolRequest<T>
1939
1939
  **/
1940
1940
  FulaPoolPoolRequest: {
1941
1941
  voted: 'Vec<AccountId32>',
1942
1942
  positiveVotes: 'u16',
1943
1943
  peerId: 'Bytes'
1944
1944
  },
1945
- /**
1946
- * Lookup250: fula_pool::User<bounded_collections::bounded_vec::BoundedVec<T, S>>
1945
+ /**
1946
+ * Lookup250: fula_pool::User<bounded_collections::bounded_vec::BoundedVec<T, S>>
1947
1947
  **/
1948
1948
  FulaPoolUser: {
1949
1949
  poolId: 'Option<u32>',
1950
1950
  requestPoolId: 'Option<u32>',
1951
1951
  peerId: 'Bytes'
1952
1952
  },
1953
- /**
1954
- * Lookup251: fula_pool::pallet::Error<T>
1953
+ /**
1954
+ * Lookup251: fula_pool::pallet::Error<T>
1955
1955
  **/
1956
1956
  FulaPoolError: {
1957
1957
  _enum: ['UserBusy', 'MaxPools', 'NameTooLong', 'PoolDoesNotExist', 'RequestDoesNotExist', 'CapacityReached', 'UserDoesNotExist', 'AccessDenied', 'InternalError', 'AlreadyVoted']
1958
1958
  },
1959
- /**
1960
- * Lookup252: pallet_utility::pallet::Error<T>
1959
+ /**
1960
+ * Lookup252: pallet_utility::pallet::Error<T>
1961
1961
  **/
1962
1962
  PalletUtilityError: {
1963
1963
  _enum: ['TooManyCalls']
1964
1964
  },
1965
- /**
1966
- * Lookup254: sp_runtime::MultiSignature
1965
+ /**
1966
+ * Lookup254: sp_runtime::MultiSignature
1967
1967
  **/
1968
1968
  SpRuntimeMultiSignature: {
1969
1969
  _enum: {
@@ -1972,40 +1972,40 @@ export default {
1972
1972
  Ecdsa: 'SpCoreEcdsaSignature'
1973
1973
  }
1974
1974
  },
1975
- /**
1976
- * Lookup255: sp_core::ecdsa::Signature
1975
+ /**
1976
+ * Lookup255: sp_core::ecdsa::Signature
1977
1977
  **/
1978
1978
  SpCoreEcdsaSignature: '[u8;65]',
1979
- /**
1980
- * Lookup258: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender<T>
1979
+ /**
1980
+ * Lookup258: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender<T>
1981
1981
  **/
1982
1982
  FrameSystemExtensionsCheckNonZeroSender: 'Null',
1983
- /**
1984
- * Lookup259: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
1983
+ /**
1984
+ * Lookup259: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
1985
1985
  **/
1986
1986
  FrameSystemExtensionsCheckSpecVersion: 'Null',
1987
- /**
1988
- * Lookup260: frame_system::extensions::check_tx_version::CheckTxVersion<T>
1987
+ /**
1988
+ * Lookup260: frame_system::extensions::check_tx_version::CheckTxVersion<T>
1989
1989
  **/
1990
1990
  FrameSystemExtensionsCheckTxVersion: 'Null',
1991
- /**
1992
- * Lookup261: frame_system::extensions::check_genesis::CheckGenesis<T>
1991
+ /**
1992
+ * Lookup261: frame_system::extensions::check_genesis::CheckGenesis<T>
1993
1993
  **/
1994
1994
  FrameSystemExtensionsCheckGenesis: 'Null',
1995
- /**
1996
- * Lookup264: frame_system::extensions::check_nonce::CheckNonce<T>
1995
+ /**
1996
+ * Lookup264: frame_system::extensions::check_nonce::CheckNonce<T>
1997
1997
  **/
1998
1998
  FrameSystemExtensionsCheckNonce: 'Compact<u32>',
1999
- /**
2000
- * Lookup265: frame_system::extensions::check_weight::CheckWeight<T>
1999
+ /**
2000
+ * Lookup265: frame_system::extensions::check_weight::CheckWeight<T>
2001
2001
  **/
2002
2002
  FrameSystemExtensionsCheckWeight: 'Null',
2003
- /**
2004
- * Lookup266: pallet_transaction_payment::ChargeTransactionPayment<T>
2003
+ /**
2004
+ * Lookup266: pallet_transaction_payment::ChargeTransactionPayment<T>
2005
2005
  **/
2006
2006
  PalletTransactionPaymentChargeTransactionPayment: 'Compact<u128>',
2007
- /**
2008
- * Lookup267: sugarfunge_runtime::Runtime
2007
+ /**
2008
+ * Lookup267: sugarfunge_runtime::Runtime
2009
2009
  **/
2010
2010
  SugarfungeRuntimeRuntime: 'Null'
2011
2011
  };