@functionland/react-native-fula 1.54.34 → 1.55.0

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/android/build.gradle +2 -2
  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,7 +1,7 @@
1
1
  // Auto-generated via `yarn polkadot-types-from-defs`, do not edit
2
2
  /* eslint-disable */
3
3
 
4
-
4
+ /* eslint-disable sort-keys */
5
5
 
6
6
  export default {
7
7
  /**
@@ -163,27 +163,7 @@ export default {
163
163
  _enum: ['LimitReached', 'NoLayer']
164
164
  },
165
165
  /**
166
- * Lookup30: pallet_grandpa::pallet::Event
167
- **/
168
- PalletGrandpaEvent: {
169
- _enum: {
170
- NewAuthorities: {
171
- authoritySet: 'Vec<(SpConsensusGrandpaAppPublic,u64)>',
172
- },
173
- Paused: 'Null',
174
- Resumed: 'Null'
175
- }
176
- },
177
- /**
178
- * Lookup33: sp_consensus_grandpa::app::Public
179
- **/
180
- SpConsensusGrandpaAppPublic: 'SpCoreEd25519Public',
181
- /**
182
- * Lookup34: sp_core::ed25519::Public
183
- **/
184
- SpCoreEd25519Public: '[u8;32]',
185
- /**
186
- * Lookup35: pallet_balances::pallet::Event<T, I>
166
+ * Lookup30: pallet_balances::pallet::Event<T, I>
187
167
  **/
188
168
  PalletBalancesEvent: {
189
169
  _enum: {
@@ -274,13 +254,42 @@ export default {
274
254
  }
275
255
  },
276
256
  /**
277
- * Lookup36: frame_support::traits::tokens::misc::BalanceStatus
257
+ * Lookup31: frame_support::traits::tokens::misc::BalanceStatus
278
258
  **/
279
259
  FrameSupportTokensMiscBalanceStatus: {
280
260
  _enum: ['Free', 'Reserved']
281
261
  },
282
262
  /**
283
- * Lookup37: pallet_transaction_payment::pallet::Event<T>
263
+ * Lookup32: sugarfunge_validator_set::pallet::Event<T>
264
+ **/
265
+ SugarfungeValidatorSetEvent: {
266
+ _enum: {
267
+ ValidatorAdditionInitiated: 'AccountId32',
268
+ ValidatorRemovalInitiated: 'AccountId32'
269
+ }
270
+ },
271
+ /**
272
+ * Lookup33: pallet_grandpa::pallet::Event
273
+ **/
274
+ PalletGrandpaEvent: {
275
+ _enum: {
276
+ NewAuthorities: {
277
+ authoritySet: 'Vec<(SpConsensusGrandpaAppPublic,u64)>',
278
+ },
279
+ Paused: 'Null',
280
+ Resumed: 'Null'
281
+ }
282
+ },
283
+ /**
284
+ * Lookup36: sp_consensus_grandpa::app::Public
285
+ **/
286
+ SpConsensusGrandpaAppPublic: 'SpCoreEd25519Public',
287
+ /**
288
+ * Lookup37: sp_core::ed25519::Public
289
+ **/
290
+ SpCoreEd25519Public: '[u8;32]',
291
+ /**
292
+ * Lookup38: pallet_transaction_payment::pallet::Event<T>
284
293
  **/
285
294
  PalletTransactionPaymentEvent: {
286
295
  _enum: {
@@ -292,7 +301,7 @@ export default {
292
301
  }
293
302
  },
294
303
  /**
295
- * Lookup38: pallet_sudo::pallet::Event<T>
304
+ * Lookup39: pallet_sudo::pallet::Event<T>
296
305
  **/
297
306
  PalletSudoEvent: {
298
307
  _enum: {
@@ -308,7 +317,7 @@ export default {
308
317
  }
309
318
  },
310
319
  /**
311
- * Lookup42: pallet_scheduler::pallet::Event<T>
320
+ * Lookup43: pallet_scheduler::pallet::Event<T>
312
321
  **/
313
322
  PalletSchedulerEvent: {
314
323
  _enum: {
@@ -340,7 +349,7 @@ export default {
340
349
  }
341
350
  },
342
351
  /**
343
- * Lookup45: pallet_collective::pallet::Event<T, I>
352
+ * Lookup46: pallet_collective::pallet::Event<T, I>
344
353
  **/
345
354
  PalletCollectiveEvent: {
346
355
  _enum: {
@@ -379,26 +388,39 @@ export default {
379
388
  }
380
389
  },
381
390
  /**
382
- * Lookup47: sugarfunge_validator_set::pallet::Event<T>
391
+ * Lookup48: pallet_session::pallet::Event
383
392
  **/
384
- SugarfungeValidatorSetEvent: {
393
+ PalletSessionEvent: {
385
394
  _enum: {
386
- ValidatorAdditionInitiated: 'AccountId32',
387
- ValidatorRemovalInitiated: 'AccountId32'
395
+ NewSession: {
396
+ sessionIndex: 'u32'
397
+ }
388
398
  }
389
399
  },
390
400
  /**
391
- * Lookup48: pallet_session::pallet::Event
401
+ * Lookup49: pallet_im_online::pallet::Event<T>
392
402
  **/
393
- PalletSessionEvent: {
403
+ PalletImOnlineEvent: {
394
404
  _enum: {
395
- NewSession: {
396
- sessionIndex: 'u32'
405
+ HeartbeatReceived: {
406
+ authorityId: 'PalletImOnlineSr25519AppSr25519Public',
407
+ },
408
+ AllGood: 'Null',
409
+ SomeOffline: {
410
+ offline: 'Vec<(AccountId32,AccountId32)>'
397
411
  }
398
412
  }
399
413
  },
400
414
  /**
401
- * Lookup49: sugarfunge_asset::pallet::Event<T>
415
+ * Lookup50: pallet_im_online::sr25519::app_sr25519::Public
416
+ **/
417
+ PalletImOnlineSr25519AppSr25519Public: 'SpCoreSr25519Public',
418
+ /**
419
+ * Lookup51: sp_core::sr25519::Public
420
+ **/
421
+ SpCoreSr25519Public: '[u8;32]',
422
+ /**
423
+ * Lookup54: sugarfunge_asset::pallet::Event<T>
402
424
  **/
403
425
  SugarfungeAssetEvent: {
404
426
  _enum: {
@@ -470,7 +492,7 @@ export default {
470
492
  }
471
493
  },
472
494
  /**
473
- * Lookup52: sugarfunge_dao::pallet::Event<T>
495
+ * Lookup57: sugarfunge_dao::pallet::Event<T>
474
496
  **/
475
497
  SugarfungeDaoEvent: {
476
498
  _enum: {
@@ -478,7 +500,7 @@ export default {
478
500
  }
479
501
  },
480
502
  /**
481
- * Lookup53: sugarfunge_bundle::pallet::Event<T>
503
+ * Lookup58: sugarfunge_bundle::pallet::Event<T>
482
504
  **/
483
505
  SugarfungeBundleEvent: {
484
506
  _enum: {
@@ -505,7 +527,7 @@ export default {
505
527
  }
506
528
  },
507
529
  /**
508
- * Lookup54: sugarfunge_bag::pallet::Event<T>
530
+ * Lookup59: sugarfunge_bag::pallet::Event<T>
509
531
  **/
510
532
  SugarfungeBagEvent: {
511
533
  _enum: {
@@ -532,7 +554,7 @@ export default {
532
554
  }
533
555
  },
534
556
  /**
535
- * Lookup56: sugarfunge_exgine::pallet::Event<T>
557
+ * Lookup61: sugarfunge_exgine::pallet::Event<T>
536
558
  **/
537
559
  SugarfungeExgineEvent: {
538
560
  _enum: {
@@ -540,7 +562,7 @@ export default {
540
562
  }
541
563
  },
542
564
  /**
543
- * Lookup57: sugarfunge_market::pallet::Event<T>
565
+ * Lookup62: sugarfunge_market::pallet::Event<T>
544
566
  **/
545
567
  SugarfungeMarketEvent: {
546
568
  _enum: {
@@ -588,14 +610,14 @@ export default {
588
610
  }
589
611
  },
590
612
  /**
591
- * Lookup61: sugarfunge_market::RateBalance<sp_core::crypto::AccountId32, ClassId, AssetId>
613
+ * Lookup66: sugarfunge_market::RateBalance<sp_core::crypto::AccountId32, ClassId, AssetId>
592
614
  **/
593
615
  SugarfungeMarketRateBalance: {
594
616
  rate: 'SugarfungeMarketAssetRate',
595
617
  balance: 'i128'
596
618
  },
597
619
  /**
598
- * Lookup62: sugarfunge_market::AssetRate<sp_core::crypto::AccountId32, ClassId, AssetId>
620
+ * Lookup67: sugarfunge_market::AssetRate<sp_core::crypto::AccountId32, ClassId, AssetId>
599
621
  **/
600
622
  SugarfungeMarketAssetRate: {
601
623
  classId: 'u64',
@@ -605,7 +627,7 @@ export default {
605
627
  to: 'SugarfungeMarketRateAccount'
606
628
  },
607
629
  /**
608
- * Lookup63: sugarfunge_market::RateAction<ClassId, AssetId>
630
+ * Lookup68: sugarfunge_market::RateAction<ClassId, AssetId>
609
631
  **/
610
632
  SugarfungeMarketRateAction: {
611
633
  _enum: {
@@ -617,19 +639,19 @@ export default {
617
639
  }
618
640
  },
619
641
  /**
620
- * Lookup65: sugarfunge_market::AMM
642
+ * Lookup70: sugarfunge_market::AMM
621
643
  **/
622
644
  SugarfungeMarketAmm: {
623
645
  _enum: ['Constant']
624
646
  },
625
647
  /**
626
- * Lookup66: sugarfunge_market::AmountOp
648
+ * Lookup71: sugarfunge_market::AmountOp
627
649
  **/
628
650
  SugarfungeMarketAmountOp: {
629
651
  _enum: ['Equal', 'LessThan', 'LessEqualThan', 'GreaterThan', 'GreaterEqualThan']
630
652
  },
631
653
  /**
632
- * Lookup67: sugarfunge_market::RateAccount<sp_core::crypto::AccountId32>
654
+ * Lookup72: sugarfunge_market::RateAccount<sp_core::crypto::AccountId32>
633
655
  **/
634
656
  SugarfungeMarketRateAccount: {
635
657
  _enum: {
@@ -639,7 +661,7 @@ export default {
639
661
  }
640
662
  },
641
663
  /**
642
- * Lookup68: functionland_fula::pallet::Event<T>
664
+ * Lookup73: functionland_fula::pallet::Event<T>
643
665
  **/
644
666
  FunctionlandFulaEvent: {
645
667
  _enum: {
@@ -742,7 +764,7 @@ export default {
742
764
  }
743
765
  },
744
766
  /**
745
- * Lookup74: functionland_fula::ManifestWithPoolId<PoolId, sp_core::crypto::AccountId32, bounded_collections::bounded_vec::BoundedVec<T, S>>
767
+ * Lookup79: functionland_fula::ManifestWithPoolId<PoolId, sp_core::crypto::AccountId32, bounded_collections::bounded_vec::BoundedVec<T, S>>
746
768
  **/
747
769
  FunctionlandFulaManifestWithPoolId: {
748
770
  _alias: {
@@ -754,7 +776,7 @@ export default {
754
776
  size_: 'Option<u64>'
755
777
  },
756
778
  /**
757
- * Lookup77: functionland_fula::UploaderData<sp_core::crypto::AccountId32>
779
+ * Lookup82: functionland_fula::UploaderData<sp_core::crypto::AccountId32>
758
780
  **/
759
781
  FunctionlandFulaUploaderData: {
760
782
  uploader: 'AccountId32',
@@ -762,7 +784,7 @@ export default {
762
784
  replicationFactor: 'u16'
763
785
  },
764
786
  /**
765
- * Lookup80: functionland_fula::ManifestAvailable<PoolId, bounded_collections::bounded_vec::BoundedVec<T, S>>
787
+ * Lookup85: functionland_fula::ManifestAvailable<PoolId, bounded_collections::bounded_vec::BoundedVec<T, S>>
766
788
  **/
767
789
  FunctionlandFulaManifestAvailable: {
768
790
  poolId: 'u32',
@@ -770,7 +792,7 @@ export default {
770
792
  manifestMetadata: 'Bytes'
771
793
  },
772
794
  /**
773
- * Lookup82: functionland_fula::StorerData<PoolId, bounded_collections::bounded_vec::BoundedVec<T, S>, sp_core::crypto::AccountId32>
795
+ * Lookup87: functionland_fula::StorerData<PoolId, bounded_collections::bounded_vec::BoundedVec<T, S>, sp_core::crypto::AccountId32>
774
796
  **/
775
797
  FunctionlandFulaStorerData: {
776
798
  poolId: 'u32',
@@ -779,7 +801,7 @@ export default {
779
801
  manifestData: 'FunctionlandFulaManifestStorageData'
780
802
  },
781
803
  /**
782
- * Lookup84: functionland_fula::ManifestStorageData
804
+ * Lookup89: functionland_fula::ManifestStorageData
783
805
  **/
784
806
  FunctionlandFulaManifestStorageData: {
785
807
  activeCycles: 'u16',
@@ -788,13 +810,13 @@ export default {
788
810
  challengeState: 'FunctionlandFulaChallengeState'
789
811
  },
790
812
  /**
791
- * Lookup85: functionland_fula::ChallengeState
813
+ * Lookup90: functionland_fula::ChallengeState
792
814
  **/
793
815
  FunctionlandFulaChallengeState: {
794
816
  _enum: ['Open', 'Successful', 'Failed']
795
817
  },
796
818
  /**
797
- * Lookup86: fula_pool::pallet::Event<T>
819
+ * Lookup91: fula_pool::pallet::Event<T>
798
820
  **/
799
821
  FulaPoolEvent: {
800
822
  _enum: {
@@ -825,7 +847,27 @@ export default {
825
847
  }
826
848
  },
827
849
  /**
828
- * Lookup87: frame_system::Phase
850
+ * Lookup92: pallet_utility::pallet::Event
851
+ **/
852
+ PalletUtilityEvent: {
853
+ _enum: {
854
+ BatchInterrupted: {
855
+ index: 'u32',
856
+ error: 'SpRuntimeDispatchError',
857
+ },
858
+ BatchCompleted: 'Null',
859
+ BatchCompletedWithErrors: 'Null',
860
+ ItemCompleted: 'Null',
861
+ ItemFailed: {
862
+ error: 'SpRuntimeDispatchError',
863
+ },
864
+ DispatchedAs: {
865
+ result: 'Result<Null, SpRuntimeDispatchError>'
866
+ }
867
+ }
868
+ },
869
+ /**
870
+ * Lookup93: frame_system::Phase
829
871
  **/
830
872
  FrameSystemPhase: {
831
873
  _enum: {
@@ -835,14 +877,14 @@ export default {
835
877
  }
836
878
  },
837
879
  /**
838
- * Lookup90: frame_system::LastRuntimeUpgradeInfo
880
+ * Lookup96: frame_system::LastRuntimeUpgradeInfo
839
881
  **/
840
882
  FrameSystemLastRuntimeUpgradeInfo: {
841
883
  specVersion: 'Compact<u32>',
842
884
  specName: 'Text'
843
885
  },
844
886
  /**
845
- * Lookup93: frame_system::pallet::Call<T>
887
+ * Lookup99: frame_system::pallet::Call<T>
846
888
  **/
847
889
  FrameSystemCall: {
848
890
  _enum: {
@@ -877,7 +919,7 @@ export default {
877
919
  }
878
920
  },
879
921
  /**
880
- * Lookup96: frame_system::limits::BlockWeights
922
+ * Lookup102: frame_system::limits::BlockWeights
881
923
  **/
882
924
  FrameSystemLimitsBlockWeights: {
883
925
  baseBlock: 'SpWeightsWeightV2Weight',
@@ -885,7 +927,7 @@ export default {
885
927
  perClass: 'FrameSupportDispatchPerDispatchClassWeightsPerClass'
886
928
  },
887
929
  /**
888
- * Lookup97: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
930
+ * Lookup103: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
889
931
  **/
890
932
  FrameSupportDispatchPerDispatchClassWeightsPerClass: {
891
933
  normal: 'FrameSystemLimitsWeightsPerClass',
@@ -893,7 +935,7 @@ export default {
893
935
  mandatory: 'FrameSystemLimitsWeightsPerClass'
894
936
  },
895
937
  /**
896
- * Lookup98: frame_system::limits::WeightsPerClass
938
+ * Lookup104: frame_system::limits::WeightsPerClass
897
939
  **/
898
940
  FrameSystemLimitsWeightsPerClass: {
899
941
  baseExtrinsic: 'SpWeightsWeightV2Weight',
@@ -902,13 +944,13 @@ export default {
902
944
  reserved: 'Option<SpWeightsWeightV2Weight>'
903
945
  },
904
946
  /**
905
- * Lookup100: frame_system::limits::BlockLength
947
+ * Lookup106: frame_system::limits::BlockLength
906
948
  **/
907
949
  FrameSystemLimitsBlockLength: {
908
950
  max: 'FrameSupportDispatchPerDispatchClassU32'
909
951
  },
910
952
  /**
911
- * Lookup101: frame_support::dispatch::PerDispatchClass<T>
953
+ * Lookup107: frame_support::dispatch::PerDispatchClass<T>
912
954
  **/
913
955
  FrameSupportDispatchPerDispatchClassU32: {
914
956
  normal: 'u32',
@@ -916,14 +958,14 @@ export default {
916
958
  mandatory: 'u32'
917
959
  },
918
960
  /**
919
- * Lookup102: sp_weights::RuntimeDbWeight
961
+ * Lookup108: sp_weights::RuntimeDbWeight
920
962
  **/
921
963
  SpWeightsRuntimeDbWeight: {
922
964
  read: 'u64',
923
965
  write: 'u64'
924
966
  },
925
967
  /**
926
- * Lookup103: sp_version::RuntimeVersion
968
+ * Lookup109: sp_version::RuntimeVersion
927
969
  **/
928
970
  SpVersionRuntimeVersion: {
929
971
  specName: 'Text',
@@ -936,13 +978,13 @@ export default {
936
978
  stateVersion: 'u8'
937
979
  },
938
980
  /**
939
- * Lookup108: frame_system::pallet::Error<T>
981
+ * Lookup114: frame_system::pallet::Error<T>
940
982
  **/
941
983
  FrameSystemError: {
942
984
  _enum: ['InvalidSpecName', 'SpecVersionNeedsToIncrease', 'FailedToExtractRuntimeVersion', 'NonDefaultComposite', 'NonZeroRefCount', 'CallFiltered']
943
985
  },
944
986
  /**
945
- * Lookup109: pallet_timestamp::pallet::Call<T>
987
+ * Lookup115: pallet_timestamp::pallet::Call<T>
946
988
  **/
947
989
  PalletTimestampCall: {
948
990
  _enum: {
@@ -952,7 +994,107 @@ export default {
952
994
  }
953
995
  },
954
996
  /**
955
- * Lookup110: pallet_grandpa::StoredState<N>
997
+ * Lookup117: pallet_balances::types::BalanceLock<Balance>
998
+ **/
999
+ PalletBalancesBalanceLock: {
1000
+ id: '[u8;8]',
1001
+ amount: 'u128',
1002
+ reasons: 'PalletBalancesReasons'
1003
+ },
1004
+ /**
1005
+ * Lookup118: pallet_balances::types::Reasons
1006
+ **/
1007
+ PalletBalancesReasons: {
1008
+ _enum: ['Fee', 'Misc', 'All']
1009
+ },
1010
+ /**
1011
+ * Lookup121: pallet_balances::types::ReserveData<ReserveIdentifier, Balance>
1012
+ **/
1013
+ PalletBalancesReserveData: {
1014
+ id: '[u8;8]',
1015
+ amount: 'u128'
1016
+ },
1017
+ /**
1018
+ * Lookup124: pallet_balances::types::IdAmount<Id, Balance>
1019
+ **/
1020
+ PalletBalancesIdAmount: {
1021
+ id: 'Null',
1022
+ amount: 'u128'
1023
+ },
1024
+ /**
1025
+ * Lookup126: pallet_balances::pallet::Call<T, I>
1026
+ **/
1027
+ PalletBalancesCall: {
1028
+ _enum: {
1029
+ transfer_allow_death: {
1030
+ dest: 'MultiAddress',
1031
+ value: 'Compact<u128>',
1032
+ },
1033
+ set_balance_deprecated: {
1034
+ who: 'MultiAddress',
1035
+ newFree: 'Compact<u128>',
1036
+ oldReserved: 'Compact<u128>',
1037
+ },
1038
+ force_transfer: {
1039
+ source: 'MultiAddress',
1040
+ dest: 'MultiAddress',
1041
+ value: 'Compact<u128>',
1042
+ },
1043
+ transfer_keep_alive: {
1044
+ dest: 'MultiAddress',
1045
+ value: 'Compact<u128>',
1046
+ },
1047
+ transfer_all: {
1048
+ dest: 'MultiAddress',
1049
+ keepAlive: 'bool',
1050
+ },
1051
+ force_unreserve: {
1052
+ who: 'MultiAddress',
1053
+ amount: 'u128',
1054
+ },
1055
+ upgrade_accounts: {
1056
+ who: 'Vec<AccountId32>',
1057
+ },
1058
+ transfer: {
1059
+ dest: 'MultiAddress',
1060
+ value: 'Compact<u128>',
1061
+ },
1062
+ force_set_balance: {
1063
+ who: 'MultiAddress',
1064
+ newFree: 'Compact<u128>'
1065
+ }
1066
+ }
1067
+ },
1068
+ /**
1069
+ * Lookup131: pallet_balances::pallet::Error<T, I>
1070
+ **/
1071
+ PalletBalancesError: {
1072
+ _enum: ['VestingBalance', 'LiquidityRestrictions', 'InsufficientBalance', 'ExistentialDeposit', 'Expendability', 'ExistingVestingSchedule', 'DeadAccount', 'TooManyReserves', 'TooManyHolds', 'TooManyFreezes']
1073
+ },
1074
+ /**
1075
+ * Lookup133: sugarfunge_validator_set::pallet::Call<T>
1076
+ **/
1077
+ SugarfungeValidatorSetCall: {
1078
+ _enum: {
1079
+ add_validator: {
1080
+ validatorId: 'AccountId32',
1081
+ },
1082
+ remove_validator: {
1083
+ validatorId: 'AccountId32',
1084
+ },
1085
+ add_validator_again: {
1086
+ validatorId: 'AccountId32'
1087
+ }
1088
+ }
1089
+ },
1090
+ /**
1091
+ * Lookup134: sugarfunge_validator_set::pallet::Error<T>
1092
+ **/
1093
+ SugarfungeValidatorSetError: {
1094
+ _enum: ['TooLowValidatorCount', 'Duplicate', 'ValidatorNotApproved', 'BadOrigin']
1095
+ },
1096
+ /**
1097
+ * Lookup135: pallet_grandpa::StoredState<N>
956
1098
  **/
957
1099
  PalletGrandpaStoredState: {
958
1100
  _enum: {
@@ -969,7 +1111,7 @@ export default {
969
1111
  }
970
1112
  },
971
1113
  /**
972
- * Lookup111: pallet_grandpa::StoredPendingChange<N, Limit>
1114
+ * Lookup136: pallet_grandpa::StoredPendingChange<N, Limit>
973
1115
  **/
974
1116
  PalletGrandpaStoredPendingChange: {
975
1117
  scheduledAt: 'u32',
@@ -978,7 +1120,7 @@ export default {
978
1120
  forced: 'Option<u32>'
979
1121
  },
980
1122
  /**
981
- * Lookup114: pallet_grandpa::pallet::Call<T>
1123
+ * Lookup139: pallet_grandpa::pallet::Call<T>
982
1124
  **/
983
1125
  PalletGrandpaCall: {
984
1126
  _enum: {
@@ -997,14 +1139,14 @@ export default {
997
1139
  }
998
1140
  },
999
1141
  /**
1000
- * Lookup115: sp_consensus_grandpa::EquivocationProof<primitive_types::H256, N>
1142
+ * Lookup140: sp_consensus_grandpa::EquivocationProof<primitive_types::H256, N>
1001
1143
  **/
1002
1144
  SpConsensusGrandpaEquivocationProof: {
1003
1145
  setId: 'u64',
1004
1146
  equivocation: 'SpConsensusGrandpaEquivocation'
1005
1147
  },
1006
1148
  /**
1007
- * Lookup116: sp_consensus_grandpa::Equivocation<primitive_types::H256, N>
1149
+ * Lookup141: sp_consensus_grandpa::Equivocation<primitive_types::H256, N>
1008
1150
  **/
1009
1151
  SpConsensusGrandpaEquivocation: {
1010
1152
  _enum: {
@@ -1013,7 +1155,7 @@ export default {
1013
1155
  }
1014
1156
  },
1015
1157
  /**
1016
- * Lookup117: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Prevote<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
1158
+ * Lookup142: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Prevote<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
1017
1159
  **/
1018
1160
  FinalityGrandpaEquivocationPrevote: {
1019
1161
  roundNumber: 'u64',
@@ -1022,22 +1164,22 @@ export default {
1022
1164
  second: '(FinalityGrandpaPrevote,SpConsensusGrandpaAppSignature)'
1023
1165
  },
1024
1166
  /**
1025
- * Lookup118: finality_grandpa::Prevote<primitive_types::H256, N>
1167
+ * Lookup143: finality_grandpa::Prevote<primitive_types::H256, N>
1026
1168
  **/
1027
1169
  FinalityGrandpaPrevote: {
1028
1170
  targetHash: 'H256',
1029
1171
  targetNumber: 'u32'
1030
1172
  },
1031
1173
  /**
1032
- * Lookup119: sp_consensus_grandpa::app::Signature
1174
+ * Lookup144: sp_consensus_grandpa::app::Signature
1033
1175
  **/
1034
1176
  SpConsensusGrandpaAppSignature: 'SpCoreEd25519Signature',
1035
1177
  /**
1036
- * Lookup120: sp_core::ed25519::Signature
1178
+ * Lookup145: sp_core::ed25519::Signature
1037
1179
  **/
1038
1180
  SpCoreEd25519Signature: '[u8;64]',
1039
1181
  /**
1040
- * Lookup123: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Precommit<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
1182
+ * Lookup148: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Precommit<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
1041
1183
  **/
1042
1184
  FinalityGrandpaEquivocationPrecommit: {
1043
1185
  roundNumber: 'u64',
@@ -1046,108 +1188,30 @@ export default {
1046
1188
  second: '(FinalityGrandpaPrecommit,SpConsensusGrandpaAppSignature)'
1047
1189
  },
1048
1190
  /**
1049
- * Lookup124: finality_grandpa::Precommit<primitive_types::H256, N>
1191
+ * Lookup149: finality_grandpa::Precommit<primitive_types::H256, N>
1050
1192
  **/
1051
1193
  FinalityGrandpaPrecommit: {
1052
1194
  targetHash: 'H256',
1053
1195
  targetNumber: 'u32'
1054
1196
  },
1055
1197
  /**
1056
- * Lookup126: sp_core::Void
1198
+ * Lookup151: sp_core::Void
1057
1199
  **/
1058
1200
  SpCoreVoid: 'Null',
1059
1201
  /**
1060
- * Lookup127: pallet_grandpa::pallet::Error<T>
1202
+ * Lookup152: pallet_grandpa::pallet::Error<T>
1061
1203
  **/
1062
1204
  PalletGrandpaError: {
1063
1205
  _enum: ['PauseFailed', 'ResumeFailed', 'ChangePending', 'TooSoon', 'InvalidKeyOwnershipProof', 'InvalidEquivocationProof', 'DuplicateOffenceReport']
1064
1206
  },
1065
1207
  /**
1066
- * Lookup129: pallet_balances::types::BalanceLock<Balance>
1067
- **/
1068
- PalletBalancesBalanceLock: {
1069
- id: '[u8;8]',
1070
- amount: 'u128',
1071
- reasons: 'PalletBalancesReasons'
1072
- },
1073
- /**
1074
- * Lookup130: pallet_balances::types::Reasons
1075
- **/
1076
- PalletBalancesReasons: {
1077
- _enum: ['Fee', 'Misc', 'All']
1078
- },
1079
- /**
1080
- * Lookup133: pallet_balances::types::ReserveData<ReserveIdentifier, Balance>
1081
- **/
1082
- PalletBalancesReserveData: {
1083
- id: '[u8;8]',
1084
- amount: 'u128'
1085
- },
1086
- /**
1087
- * Lookup136: pallet_balances::types::IdAmount<Id, Balance>
1088
- **/
1089
- PalletBalancesIdAmount: {
1090
- id: 'Null',
1091
- amount: 'u128'
1092
- },
1093
- /**
1094
- * Lookup138: pallet_balances::pallet::Call<T, I>
1095
- **/
1096
- PalletBalancesCall: {
1097
- _enum: {
1098
- transfer_allow_death: {
1099
- dest: 'MultiAddress',
1100
- value: 'Compact<u128>',
1101
- },
1102
- set_balance_deprecated: {
1103
- who: 'MultiAddress',
1104
- newFree: 'Compact<u128>',
1105
- oldReserved: 'Compact<u128>',
1106
- },
1107
- force_transfer: {
1108
- source: 'MultiAddress',
1109
- dest: 'MultiAddress',
1110
- value: 'Compact<u128>',
1111
- },
1112
- transfer_keep_alive: {
1113
- dest: 'MultiAddress',
1114
- value: 'Compact<u128>',
1115
- },
1116
- transfer_all: {
1117
- dest: 'MultiAddress',
1118
- keepAlive: 'bool',
1119
- },
1120
- force_unreserve: {
1121
- who: 'MultiAddress',
1122
- amount: 'u128',
1123
- },
1124
- upgrade_accounts: {
1125
- who: 'Vec<AccountId32>',
1126
- },
1127
- transfer: {
1128
- dest: 'MultiAddress',
1129
- value: 'Compact<u128>',
1130
- },
1131
- force_set_balance: {
1132
- who: 'MultiAddress',
1133
- newFree: 'Compact<u128>'
1134
- }
1135
- }
1136
- },
1137
- /**
1138
- * Lookup143: pallet_balances::pallet::Error<T, I>
1139
- **/
1140
- PalletBalancesError: {
1141
- _enum: ['VestingBalance', 'LiquidityRestrictions', 'InsufficientBalance', 'ExistentialDeposit', 'Expendability', 'ExistingVestingSchedule', 'DeadAccount', 'TooManyReserves', 'TooManyHolds', 'TooManyFreezes']
1142
- },
1143
- /**
1144
- * Lookup145: pallet_transaction_payment::Releases
1208
+ * Lookup154: pallet_transaction_payment::Releases
1145
1209
  **/
1146
1210
  PalletTransactionPaymentReleases: {
1147
1211
  _enum: ['V1Ancient', 'V2']
1148
1212
  },
1149
1213
  /**
1150
- * Lookup146: pallet_sudo::pallet::Call<T>
1214
+ * Lookup155: pallet_sudo::pallet::Call<T>
1151
1215
  **/
1152
1216
  PalletSudoCall: {
1153
1217
  _enum: {
@@ -1171,7 +1235,7 @@ export default {
1171
1235
  }
1172
1236
  },
1173
1237
  /**
1174
- * Lookup148: pallet_scheduler::pallet::Call<T>
1238
+ * Lookup157: pallet_scheduler::pallet::Call<T>
1175
1239
  **/
1176
1240
  PalletSchedulerCall: {
1177
1241
  _enum: {
@@ -1211,7 +1275,7 @@ export default {
1211
1275
  }
1212
1276
  },
1213
1277
  /**
1214
- * Lookup150: pallet_collective::pallet::Call<T, I>
1278
+ * Lookup159: pallet_collective::pallet::Call<T, I>
1215
1279
  **/
1216
1280
  PalletCollectiveCall: {
1217
1281
  _enum: {
@@ -1247,23 +1311,7 @@ export default {
1247
1311
  }
1248
1312
  },
1249
1313
  /**
1250
- * Lookup151: sugarfunge_validator_set::pallet::Call<T>
1251
- **/
1252
- SugarfungeValidatorSetCall: {
1253
- _enum: {
1254
- add_validator: {
1255
- validatorId: 'AccountId32',
1256
- },
1257
- remove_validator: {
1258
- validatorId: 'AccountId32',
1259
- },
1260
- add_validator_again: {
1261
- validatorId: 'AccountId32'
1262
- }
1263
- }
1264
- },
1265
- /**
1266
- * Lookup152: pallet_session::pallet::Call<T>
1314
+ * Lookup160: pallet_session::pallet::Call<T>
1267
1315
  **/
1268
1316
  PalletSessionCall: {
1269
1317
  _enum: {
@@ -1278,22 +1326,55 @@ export default {
1278
1326
  }
1279
1327
  },
1280
1328
  /**
1281
- * Lookup153: sugarfunge_runtime::opaque::SessionKeys
1329
+ * Lookup161: sugarfunge_runtime::opaque::SessionKeys
1282
1330
  **/
1283
1331
  SugarfungeRuntimeOpaqueSessionKeys: {
1284
1332
  aura: 'SpConsensusAuraSr25519AppSr25519Public',
1285
- grandpa: 'SpConsensusGrandpaAppPublic'
1333
+ grandpa: 'SpConsensusGrandpaAppPublic',
1334
+ imOnline: 'PalletImOnlineSr25519AppSr25519Public'
1286
1335
  },
1287
1336
  /**
1288
- * Lookup154: sp_consensus_aura::sr25519::app_sr25519::Public
1337
+ * Lookup162: sp_consensus_aura::sr25519::app_sr25519::Public
1289
1338
  **/
1290
1339
  SpConsensusAuraSr25519AppSr25519Public: 'SpCoreSr25519Public',
1291
1340
  /**
1292
- * Lookup155: sp_core::sr25519::Public
1341
+ * Lookup163: pallet_im_online::pallet::Call<T>
1293
1342
  **/
1294
- SpCoreSr25519Public: '[u8;32]',
1343
+ PalletImOnlineCall: {
1344
+ _enum: {
1345
+ heartbeat: {
1346
+ heartbeat: 'PalletImOnlineHeartbeat',
1347
+ signature: 'PalletImOnlineSr25519AppSr25519Signature'
1348
+ }
1349
+ }
1350
+ },
1351
+ /**
1352
+ * Lookup164: pallet_im_online::Heartbeat<BlockNumber>
1353
+ **/
1354
+ PalletImOnlineHeartbeat: {
1355
+ blockNumber: 'u32',
1356
+ networkState: 'SpCoreOffchainOpaqueNetworkState',
1357
+ sessionIndex: 'u32',
1358
+ authorityIndex: 'u32',
1359
+ validatorsLen: 'u32'
1360
+ },
1361
+ /**
1362
+ * Lookup165: sp_core::offchain::OpaqueNetworkState
1363
+ **/
1364
+ SpCoreOffchainOpaqueNetworkState: {
1365
+ peerId: 'OpaquePeerId',
1366
+ externalAddresses: 'Vec<OpaqueMultiaddr>'
1367
+ },
1368
+ /**
1369
+ * Lookup169: pallet_im_online::sr25519::app_sr25519::Signature
1370
+ **/
1371
+ PalletImOnlineSr25519AppSr25519Signature: 'SpCoreSr25519Signature',
1372
+ /**
1373
+ * Lookup170: sp_core::sr25519::Signature
1374
+ **/
1375
+ SpCoreSr25519Signature: '[u8;64]',
1295
1376
  /**
1296
- * Lookup156: sugarfunge_asset::pallet::Call<T>
1377
+ * Lookup171: sugarfunge_asset::pallet::Call<T>
1297
1378
  **/
1298
1379
  SugarfungeAssetCall: {
1299
1380
  _enum: {
@@ -1357,7 +1438,7 @@ export default {
1357
1438
  }
1358
1439
  },
1359
1440
  /**
1360
- * Lookup159: sugarfunge_dao::pallet::Call<T>
1441
+ * Lookup174: sugarfunge_dao::pallet::Call<T>
1361
1442
  **/
1362
1443
  SugarfungeDaoCall: {
1363
1444
  _enum: {
@@ -1368,7 +1449,7 @@ export default {
1368
1449
  }
1369
1450
  },
1370
1451
  /**
1371
- * Lookup160: sugarfunge_bundle::pallet::Call<T>
1452
+ * Lookup175: sugarfunge_bundle::pallet::Call<T>
1372
1453
  **/
1373
1454
  SugarfungeBundleCall: {
1374
1455
  _enum: {
@@ -1394,7 +1475,7 @@ export default {
1394
1475
  }
1395
1476
  },
1396
1477
  /**
1397
- * Lookup168: sugarfunge_bag::pallet::Call<T>
1478
+ * Lookup183: sugarfunge_bag::pallet::Call<T>
1398
1479
  **/
1399
1480
  SugarfungeBagCall: {
1400
1481
  _enum: {
@@ -1420,7 +1501,7 @@ export default {
1420
1501
  }
1421
1502
  },
1422
1503
  /**
1423
- * Lookup169: sugarfunge_exgine::pallet::Call<T>
1504
+ * Lookup184: sugarfunge_exgine::pallet::Call<T>
1424
1505
  **/
1425
1506
  SugarfungeExgineCall: {
1426
1507
  _enum: {
@@ -1431,7 +1512,7 @@ export default {
1431
1512
  }
1432
1513
  },
1433
1514
  /**
1434
- * Lookup170: sugarfunge_market::pallet::Call<T>
1515
+ * Lookup185: sugarfunge_market::pallet::Call<T>
1435
1516
  **/
1436
1517
  SugarfungeMarketCall: {
1437
1518
  _enum: {
@@ -1456,7 +1537,7 @@ export default {
1456
1537
  }
1457
1538
  },
1458
1539
  /**
1459
- * Lookup173: functionland_fula::pallet::Call<T>
1540
+ * Lookup188: functionland_fula::pallet::Call<T>
1460
1541
  **/
1461
1542
  FunctionlandFulaCall: {
1462
1543
  _enum: {
@@ -1544,7 +1625,7 @@ export default {
1544
1625
  }
1545
1626
  },
1546
1627
  /**
1547
- * Lookup177: fula_pool::pallet::Call<T>
1628
+ * Lookup192: fula_pool::pallet::Call<T>
1548
1629
  **/
1549
1630
  FulaPoolCall: {
1550
1631
  _enum: {
@@ -1555,6 +1636,7 @@ export default {
1555
1636
  },
1556
1637
  leave_pool: {
1557
1638
  poolId: 'u32',
1639
+ targetAccount: 'Option<AccountId32>',
1558
1640
  },
1559
1641
  join: {
1560
1642
  poolId: 'u32',
@@ -1562,6 +1644,7 @@ export default {
1562
1644
  },
1563
1645
  cancel_join: {
1564
1646
  poolId: 'u32',
1647
+ targetAccount: 'Option<AccountId32>',
1565
1648
  },
1566
1649
  vote: {
1567
1650
  poolId: 'u32',
@@ -1572,44 +1655,35 @@ export default {
1572
1655
  }
1573
1656
  },
1574
1657
  /**
1575
- * Lookup179: pallet_sudo::pallet::Error<T>
1576
- **/
1577
- PalletSudoError: {
1578
- _enum: ['RequireSudo']
1579
- },
1580
- /**
1581
- * Lookup182: pallet_scheduler::Scheduled<Name, frame_support::traits::preimages::Bounded<sugarfunge_runtime::RuntimeCall>, BlockNumber, sugarfunge_runtime::OriginCaller, sp_core::crypto::AccountId32>
1582
- **/
1583
- PalletSchedulerScheduled: {
1584
- maybeId: 'Option<[u8;32]>',
1585
- priority: 'u8',
1586
- call: 'FrameSupportPreimagesBounded',
1587
- maybePeriodic: 'Option<(u32,u32)>',
1588
- origin: 'SugarfungeRuntimeOriginCaller'
1589
- },
1590
- /**
1591
- * Lookup183: frame_support::traits::preimages::Bounded<sugarfunge_runtime::RuntimeCall>
1658
+ * Lookup194: pallet_utility::pallet::Call<T>
1592
1659
  **/
1593
- FrameSupportPreimagesBounded: {
1660
+ PalletUtilityCall: {
1594
1661
  _enum: {
1595
- Legacy: {
1596
- _alias: {
1597
- hash_: 'hash',
1598
- },
1599
- hash_: 'H256',
1662
+ batch: {
1663
+ calls: 'Vec<Call>',
1600
1664
  },
1601
- Inline: 'Bytes',
1602
- Lookup: {
1603
- _alias: {
1604
- hash_: 'hash',
1605
- },
1606
- hash_: 'H256',
1607
- len: 'u32'
1665
+ as_derivative: {
1666
+ index: 'u16',
1667
+ call: 'Call',
1668
+ },
1669
+ batch_all: {
1670
+ calls: 'Vec<Call>',
1671
+ },
1672
+ dispatch_as: {
1673
+ asOrigin: 'SugarfungeRuntimeOriginCaller',
1674
+ call: 'Call',
1675
+ },
1676
+ force_batch: {
1677
+ calls: 'Vec<Call>',
1678
+ },
1679
+ with_weight: {
1680
+ call: 'Call',
1681
+ weight: 'SpWeightsWeightV2Weight'
1608
1682
  }
1609
1683
  }
1610
1684
  },
1611
1685
  /**
1612
- * Lookup185: sugarfunge_runtime::OriginCaller
1686
+ * Lookup196: sugarfunge_runtime::OriginCaller
1613
1687
  **/
1614
1688
  SugarfungeRuntimeOriginCaller: {
1615
1689
  _enum: {
@@ -1621,11 +1695,13 @@ export default {
1621
1695
  __Unused5: 'Null',
1622
1696
  __Unused6: 'Null',
1623
1697
  __Unused7: 'Null',
1698
+ __Unused8: 'Null',
1699
+ __Unused9: 'Null',
1624
1700
  Council: 'PalletCollectiveRawOrigin'
1625
1701
  }
1626
1702
  },
1627
1703
  /**
1628
- * Lookup186: frame_support::dispatch::RawOrigin<sp_core::crypto::AccountId32>
1704
+ * Lookup197: frame_support::dispatch::RawOrigin<sp_core::crypto::AccountId32>
1629
1705
  **/
1630
1706
  FrameSupportDispatchRawOrigin: {
1631
1707
  _enum: {
@@ -1635,7 +1711,7 @@ export default {
1635
1711
  }
1636
1712
  },
1637
1713
  /**
1638
- * Lookup187: pallet_collective::RawOrigin<sp_core::crypto::AccountId32, I>
1714
+ * Lookup198: pallet_collective::RawOrigin<sp_core::crypto::AccountId32, I>
1639
1715
  **/
1640
1716
  PalletCollectiveRawOrigin: {
1641
1717
  _enum: {
@@ -1645,13 +1721,50 @@ export default {
1645
1721
  }
1646
1722
  },
1647
1723
  /**
1648
- * Lookup189: pallet_scheduler::pallet::Error<T>
1724
+ * Lookup199: pallet_sudo::pallet::Error<T>
1725
+ **/
1726
+ PalletSudoError: {
1727
+ _enum: ['RequireSudo']
1728
+ },
1729
+ /**
1730
+ * Lookup202: pallet_scheduler::Scheduled<Name, frame_support::traits::preimages::Bounded<sugarfunge_runtime::RuntimeCall>, BlockNumber, sugarfunge_runtime::OriginCaller, sp_core::crypto::AccountId32>
1731
+ **/
1732
+ PalletSchedulerScheduled: {
1733
+ maybeId: 'Option<[u8;32]>',
1734
+ priority: 'u8',
1735
+ call: 'FrameSupportPreimagesBounded',
1736
+ maybePeriodic: 'Option<(u32,u32)>',
1737
+ origin: 'SugarfungeRuntimeOriginCaller'
1738
+ },
1739
+ /**
1740
+ * Lookup203: frame_support::traits::preimages::Bounded<sugarfunge_runtime::RuntimeCall>
1741
+ **/
1742
+ FrameSupportPreimagesBounded: {
1743
+ _enum: {
1744
+ Legacy: {
1745
+ _alias: {
1746
+ hash_: 'hash',
1747
+ },
1748
+ hash_: 'H256',
1749
+ },
1750
+ Inline: 'Bytes',
1751
+ Lookup: {
1752
+ _alias: {
1753
+ hash_: 'hash',
1754
+ },
1755
+ hash_: 'H256',
1756
+ len: 'u32'
1757
+ }
1758
+ }
1759
+ },
1760
+ /**
1761
+ * Lookup206: pallet_scheduler::pallet::Error<T>
1649
1762
  **/
1650
1763
  PalletSchedulerError: {
1651
1764
  _enum: ['FailedToSchedule', 'NotFound', 'TargetBlockNumberInPast', 'RescheduleNoChange', 'Named']
1652
1765
  },
1653
1766
  /**
1654
- * Lookup191: pallet_collective::Votes<sp_core::crypto::AccountId32, BlockNumber>
1767
+ * Lookup208: pallet_collective::Votes<sp_core::crypto::AccountId32, BlockNumber>
1655
1768
  **/
1656
1769
  PalletCollectiveVotes: {
1657
1770
  index: 'u32',
@@ -1661,36 +1774,43 @@ export default {
1661
1774
  end: 'u32'
1662
1775
  },
1663
1776
  /**
1664
- * Lookup192: pallet_collective::pallet::Error<T, I>
1777
+ * Lookup209: pallet_collective::pallet::Error<T, I>
1665
1778
  **/
1666
1779
  PalletCollectiveError: {
1667
1780
  _enum: ['NotMember', 'DuplicateProposal', 'ProposalMissing', 'WrongIndex', 'DuplicateVote', 'AlreadyInitialized', 'TooEarly', 'TooManyProposals', 'WrongProposalWeight', 'WrongProposalLength']
1668
1781
  },
1669
1782
  /**
1670
- * Lookup194: sugarfunge_validator_set::pallet::Error<T>
1671
- **/
1672
- SugarfungeValidatorSetError: {
1673
- _enum: ['TooLowValidatorCount', 'Duplicate', 'ValidatorNotApproved', 'BadOrigin']
1674
- },
1675
- /**
1676
- * Lookup198: sp_core::crypto::KeyTypeId
1783
+ * Lookup213: sp_core::crypto::KeyTypeId
1677
1784
  **/
1678
1785
  SpCoreCryptoKeyTypeId: '[u8;4]',
1679
1786
  /**
1680
- * Lookup199: pallet_session::pallet::Error<T>
1787
+ * Lookup214: pallet_session::pallet::Error<T>
1681
1788
  **/
1682
1789
  PalletSessionError: {
1683
1790
  _enum: ['InvalidProof', 'NoAssociatedValidatorId', 'DuplicatedKey', 'NoKeys', 'NoAccount']
1684
1791
  },
1685
1792
  /**
1686
- * Lookup200: sugarfunge_asset::Class<sp_core::crypto::AccountId32, bounded_collections::bounded_vec::BoundedVec<T, S>>
1793
+ * Lookup218: pallet_im_online::BoundedOpaqueNetworkState<PeerIdEncodingLimit, MultiAddrEncodingLimit, AddressesLimit>
1794
+ **/
1795
+ PalletImOnlineBoundedOpaqueNetworkState: {
1796
+ peerId: 'Bytes',
1797
+ externalAddresses: 'Vec<Bytes>'
1798
+ },
1799
+ /**
1800
+ * Lookup223: pallet_im_online::pallet::Error<T>
1801
+ **/
1802
+ PalletImOnlineError: {
1803
+ _enum: ['InvalidKey', 'DuplicatedHeartbeat']
1804
+ },
1805
+ /**
1806
+ * Lookup224: sugarfunge_asset::Class<sp_core::crypto::AccountId32, bounded_collections::bounded_vec::BoundedVec<T, S>>
1687
1807
  **/
1688
1808
  SugarfungeAssetClass: {
1689
1809
  owner: 'AccountId32',
1690
1810
  metadata: 'Bytes'
1691
1811
  },
1692
1812
  /**
1693
- * Lookup202: sugarfunge_asset::Asset<ClassId, sp_core::crypto::AccountId32, bounded_collections::bounded_vec::BoundedVec<T, S>>
1813
+ * Lookup226: sugarfunge_asset::Asset<ClassId, sp_core::crypto::AccountId32, bounded_collections::bounded_vec::BoundedVec<T, S>>
1694
1814
  **/
1695
1815
  SugarfungeAssetAsset: {
1696
1816
  classId: 'u64',
@@ -1698,19 +1818,19 @@ export default {
1698
1818
  metadata: 'Bytes'
1699
1819
  },
1700
1820
  /**
1701
- * Lookup204: sugarfunge_asset::pallet::Error<T>
1821
+ * Lookup228: sugarfunge_asset::pallet::Error<T>
1702
1822
  **/
1703
1823
  SugarfungeAssetError: {
1704
1824
  _enum: ['Unknown', 'InUse', 'InvalidAssetId', 'InsufficientBalance', 'NumOverflow', 'InvalidArrayLength', 'Overflow', 'InvalidClassId', 'NoPermission', 'ClassNotFound', 'AssetNotFound']
1705
1825
  },
1706
1826
  /**
1707
- * Lookup205: sugarfunge_dao::pallet::Error<T>
1827
+ * Lookup229: sugarfunge_dao::pallet::Error<T>
1708
1828
  **/
1709
1829
  SugarfungeDaoError: {
1710
1830
  _enum: ['NoneValue', 'StorageOverflow']
1711
1831
  },
1712
1832
  /**
1713
- * Lookup206: sugarfunge_bundle::Bundle<ClassId, AssetId, BundleSchema, sp_core::crypto::AccountId32, bounded_collections::bounded_vec::BoundedVec<T, S>>
1833
+ * Lookup230: sugarfunge_bundle::Bundle<ClassId, AssetId, BundleSchema, sp_core::crypto::AccountId32, bounded_collections::bounded_vec::BoundedVec<T, S>>
1714
1834
  **/
1715
1835
  SugarfungeBundleBundle: {
1716
1836
  creator: 'AccountId32',
@@ -1721,24 +1841,24 @@ export default {
1721
1841
  vault: 'AccountId32'
1722
1842
  },
1723
1843
  /**
1724
- * Lookup207: frame_support::PalletId
1844
+ * Lookup231: frame_support::PalletId
1725
1845
  **/
1726
1846
  FrameSupportPalletId: '[u8;8]',
1727
1847
  /**
1728
- * Lookup208: sugarfunge_bundle::pallet::Error<T>
1848
+ * Lookup232: sugarfunge_bundle::pallet::Error<T>
1729
1849
  **/
1730
1850
  SugarfungeBundleError: {
1731
1851
  _enum: ['InvalidBundleIdForBundle', 'BundleExists', 'BundleNotFound', 'NumOverflow', 'InvalidArrayLength', 'InsufficientBalance', 'AssetExists', 'AccountNotOwner']
1732
1852
  },
1733
1853
  /**
1734
- * Lookup209: sugarfunge_bag::BagClass<sp_core::crypto::AccountId32, ClassId>
1854
+ * Lookup233: sugarfunge_bag::BagClass<sp_core::crypto::AccountId32, ClassId>
1735
1855
  **/
1736
1856
  SugarfungeBagBagClass: {
1737
1857
  operator: 'AccountId32',
1738
1858
  classId: 'u64'
1739
1859
  },
1740
1860
  /**
1741
- * Lookup210: sugarfunge_bag::Bag<sp_core::crypto::AccountId32, ClassId, AssetId>
1861
+ * Lookup234: sugarfunge_bag::Bag<sp_core::crypto::AccountId32, ClassId, AssetId>
1742
1862
  **/
1743
1863
  SugarfungeBagBag: {
1744
1864
  operator: 'AccountId32',
@@ -1747,32 +1867,32 @@ export default {
1747
1867
  totalShares: 'u128'
1748
1868
  },
1749
1869
  /**
1750
- * Lookup211: sugarfunge_bag::pallet::Error<T>
1870
+ * Lookup235: sugarfunge_bag::pallet::Error<T>
1751
1871
  **/
1752
1872
  SugarfungeBagError: {
1753
1873
  _enum: ['BagClassExists', 'BagExists', 'InvalidBagClass', 'InvalidBag', 'InvalidBagOperator', 'InvalidBagOwner', 'InvalidArrayLength', 'InsufficientShares']
1754
1874
  },
1755
1875
  /**
1756
- * Lookup212: sugarfunge_exgine::pallet::Error<T>
1876
+ * Lookup236: sugarfunge_exgine::pallet::Error<T>
1757
1877
  **/
1758
1878
  SugarfungeExgineError: {
1759
1879
  _enum: ['NoneValue', 'StorageOverflow']
1760
1880
  },
1761
1881
  /**
1762
- * Lookup213: sugarfunge_market::Market<sp_core::crypto::AccountId32>
1882
+ * Lookup237: sugarfunge_market::Market<sp_core::crypto::AccountId32>
1763
1883
  **/
1764
1884
  SugarfungeMarketMarket: {
1765
1885
  owner: 'AccountId32',
1766
1886
  vault: 'AccountId32'
1767
1887
  },
1768
1888
  /**
1769
- * Lookup215: sugarfunge_market::pallet::Error<T>
1889
+ * Lookup239: sugarfunge_market::pallet::Error<T>
1770
1890
  **/
1771
1891
  SugarfungeMarketError: {
1772
1892
  _enum: ['Overflow', 'InsufficientAmount', 'InsufficientLiquidity', 'InvalidMarket', 'InvalidMarketRate', 'InvalidMarketOwner', 'NotAuthorizedToMintAsset', 'MarketExists', 'MarketRateExists', 'InvalidAsset', 'InvalidAssetRate', 'InvalidRateAccount', 'InvalidRateAmount', 'InvalidBurnPrice', 'InvalidBurnBalance', 'InvalidTransferPrice', 'InvalidTransferBalance', 'InvalidBuyer', 'InvalidArrayLength']
1773
1893
  },
1774
1894
  /**
1775
- * Lookup217: functionland_fula::Manifest<sp_core::crypto::AccountId32, bounded_collections::bounded_vec::BoundedVec<T, S>>
1895
+ * Lookup241: functionland_fula::Manifest<sp_core::crypto::AccountId32, bounded_collections::bounded_vec::BoundedVec<T, S>>
1776
1896
  **/
1777
1897
  FunctionlandFulaManifest: {
1778
1898
  _alias: {
@@ -1783,14 +1903,14 @@ export default {
1783
1903
  size_: 'Option<u64>'
1784
1904
  },
1785
1905
  /**
1786
- * Lookup220: functionland_fula::Challenge<sp_core::crypto::AccountId32>
1906
+ * Lookup244: functionland_fula::Challenge<sp_core::crypto::AccountId32>
1787
1907
  **/
1788
1908
  FunctionlandFulaChallenge: {
1789
1909
  challenger: 'AccountId32',
1790
1910
  challengeState: 'FunctionlandFulaChallengeState'
1791
1911
  },
1792
1912
  /**
1793
- * Lookup221: functionland_fula::ClaimData
1913
+ * Lookup245: functionland_fula::ClaimData
1794
1914
  **/
1795
1915
  FunctionlandFulaClaimData: {
1796
1916
  mintedLaborTokens: 'u128',
@@ -1798,13 +1918,13 @@ export default {
1798
1918
  challengeTokens: 'u128'
1799
1919
  },
1800
1920
  /**
1801
- * Lookup222: functionland_fula::pallet::Error<T>
1921
+ * Lookup246: functionland_fula::pallet::Error<T>
1802
1922
  **/
1803
1923
  FunctionlandFulaError: {
1804
- _enum: ['NoneValue', 'StorageOverflow', 'ReplicationFactorLimitReached', 'ReplicationFactorInvalid', 'AccountAlreadyStorer', 'AccountNotStorer', 'AccountNotInPool', 'AccountNotUploader', 'AccountNotFound', 'ManifestAlreadyExist', 'ManifestNotFound', 'ManifestNotStored', 'InvalidArrayLength', 'ErrorPickingCIDToChallenge', 'ErrorPickingAccountToChallenge', 'ManifestStorerDataNotFound', 'NoFileSizeProvided', 'NoAccountsToChallenge']
1924
+ _enum: ['NoneValue', 'StorageOverflow', 'ReplicationFactorLimitReached', 'ReplicationFactorInvalid', 'AccountAlreadyStorer', 'AccountNotStorer', 'AccountNotInPool', 'AccountNotUploader', 'AccountNotFound', 'ManifestAlreadyExist', 'ManifestNotFound', 'ManifestNotStored', 'InvalidArrayLength', 'ErrorPickingCIDToChallenge', 'ErrorPickingAccountToChallenge', 'ManifestStorerDataNotFound', 'NoFileSizeProvided', 'NoAccountsToChallenge', 'FileAlreadyUploadedbyUser']
1805
1925
  },
1806
1926
  /**
1807
- * Lookup223: fula_pool::Pool<T>
1927
+ * Lookup247: fula_pool::Pool<T>
1808
1928
  **/
1809
1929
  FulaPoolPool: {
1810
1930
  name: 'Bytes',
@@ -1815,7 +1935,7 @@ export default {
1815
1935
  region: 'Bytes'
1816
1936
  },
1817
1937
  /**
1818
- * Lookup226: fula_pool::PoolRequest<T>
1938
+ * Lookup249: fula_pool::PoolRequest<T>
1819
1939
  **/
1820
1940
  FulaPoolPoolRequest: {
1821
1941
  voted: 'Vec<AccountId32>',
@@ -1823,7 +1943,7 @@ export default {
1823
1943
  peerId: 'Bytes'
1824
1944
  },
1825
1945
  /**
1826
- * Lookup227: fula_pool::User<bounded_collections::bounded_vec::BoundedVec<T, S>>
1946
+ * Lookup250: fula_pool::User<bounded_collections::bounded_vec::BoundedVec<T, S>>
1827
1947
  **/
1828
1948
  FulaPoolUser: {
1829
1949
  poolId: 'Option<u32>',
@@ -1831,13 +1951,19 @@ export default {
1831
1951
  peerId: 'Bytes'
1832
1952
  },
1833
1953
  /**
1834
- * Lookup228: fula_pool::pallet::Error<T>
1954
+ * Lookup251: fula_pool::pallet::Error<T>
1835
1955
  **/
1836
1956
  FulaPoolError: {
1837
1957
  _enum: ['UserBusy', 'MaxPools', 'NameTooLong', 'PoolDoesNotExist', 'RequestDoesNotExist', 'CapacityReached', 'UserDoesNotExist', 'AccessDenied', 'InternalError', 'AlreadyVoted']
1838
1958
  },
1839
1959
  /**
1840
- * Lookup230: sp_runtime::MultiSignature
1960
+ * Lookup252: pallet_utility::pallet::Error<T>
1961
+ **/
1962
+ PalletUtilityError: {
1963
+ _enum: ['TooManyCalls']
1964
+ },
1965
+ /**
1966
+ * Lookup254: sp_runtime::MultiSignature
1841
1967
  **/
1842
1968
  SpRuntimeMultiSignature: {
1843
1969
  _enum: {
@@ -1847,43 +1973,39 @@ export default {
1847
1973
  }
1848
1974
  },
1849
1975
  /**
1850
- * Lookup231: sp_core::sr25519::Signature
1851
- **/
1852
- SpCoreSr25519Signature: '[u8;64]',
1853
- /**
1854
- * Lookup232: sp_core::ecdsa::Signature
1976
+ * Lookup255: sp_core::ecdsa::Signature
1855
1977
  **/
1856
1978
  SpCoreEcdsaSignature: '[u8;65]',
1857
1979
  /**
1858
- * Lookup235: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender<T>
1980
+ * Lookup258: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender<T>
1859
1981
  **/
1860
1982
  FrameSystemExtensionsCheckNonZeroSender: 'Null',
1861
1983
  /**
1862
- * Lookup236: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
1984
+ * Lookup259: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
1863
1985
  **/
1864
1986
  FrameSystemExtensionsCheckSpecVersion: 'Null',
1865
1987
  /**
1866
- * Lookup237: frame_system::extensions::check_tx_version::CheckTxVersion<T>
1988
+ * Lookup260: frame_system::extensions::check_tx_version::CheckTxVersion<T>
1867
1989
  **/
1868
1990
  FrameSystemExtensionsCheckTxVersion: 'Null',
1869
1991
  /**
1870
- * Lookup238: frame_system::extensions::check_genesis::CheckGenesis<T>
1992
+ * Lookup261: frame_system::extensions::check_genesis::CheckGenesis<T>
1871
1993
  **/
1872
1994
  FrameSystemExtensionsCheckGenesis: 'Null',
1873
1995
  /**
1874
- * Lookup241: frame_system::extensions::check_nonce::CheckNonce<T>
1996
+ * Lookup264: frame_system::extensions::check_nonce::CheckNonce<T>
1875
1997
  **/
1876
1998
  FrameSystemExtensionsCheckNonce: 'Compact<u32>',
1877
1999
  /**
1878
- * Lookup242: frame_system::extensions::check_weight::CheckWeight<T>
2000
+ * Lookup265: frame_system::extensions::check_weight::CheckWeight<T>
1879
2001
  **/
1880
2002
  FrameSystemExtensionsCheckWeight: 'Null',
1881
2003
  /**
1882
- * Lookup243: pallet_transaction_payment::ChargeTransactionPayment<T>
2004
+ * Lookup266: pallet_transaction_payment::ChargeTransactionPayment<T>
1883
2005
  **/
1884
2006
  PalletTransactionPaymentChargeTransactionPayment: 'Compact<u128>',
1885
2007
  /**
1886
- * Lookup244: sugarfunge_runtime::Runtime
2008
+ * Lookup267: sugarfunge_runtime::Runtime
1887
2009
  **/
1888
2010
  SugarfungeRuntimeRuntime: 'Null'
1889
2011
  };