@functionland/react-native-fula 1.54.33 → 1.54.35

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