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