@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
@@ -7,6 +7,7 @@ import '@polkadot/types/lookup';
7
7
 
8
8
  import type { Bytes, Compact, Enum, Null, Option, Result, Struct, Text, U8aFixed, Vec, bool, i128, i32, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';
9
9
  import type { ITuple } from '@polkadot/types-codec/types';
10
+ import type { OpaqueMultiaddr, OpaquePeerId } from '@polkadot/types/interfaces/imOnline';
10
11
  import type { AccountId32, Call, H256, MultiAddress } from '@polkadot/types/interfaces/runtime';
11
12
  import type { Event } from '@polkadot/types/interfaces/system';
12
13
 
@@ -176,24 +177,7 @@ declare module '@polkadot/types/lookup' {
176
177
  readonly type: 'LimitReached' | 'NoLayer';
177
178
  }
178
179
 
179
- /** @name PalletGrandpaEvent (30) */
180
- interface PalletGrandpaEvent extends Enum {
181
- readonly isNewAuthorities: boolean;
182
- readonly asNewAuthorities: {
183
- readonly authoritySet: Vec<ITuple<[SpConsensusGrandpaAppPublic, u64]>>;
184
- } & Struct;
185
- readonly isPaused: boolean;
186
- readonly isResumed: boolean;
187
- readonly type: 'NewAuthorities' | 'Paused' | 'Resumed';
188
- }
189
-
190
- /** @name SpConsensusGrandpaAppPublic (33) */
191
- interface SpConsensusGrandpaAppPublic extends SpCoreEd25519Public {}
192
-
193
- /** @name SpCoreEd25519Public (34) */
194
- interface SpCoreEd25519Public extends U8aFixed {}
195
-
196
- /** @name PalletBalancesEvent (35) */
180
+ /** @name PalletBalancesEvent (30) */
197
181
  interface PalletBalancesEvent extends Enum {
198
182
  readonly isEndowed: boolean;
199
183
  readonly asEndowed: {
@@ -303,14 +287,40 @@ declare module '@polkadot/types/lookup' {
303
287
  readonly type: 'Endowed' | 'DustLost' | 'Transfer' | 'BalanceSet' | 'Reserved' | 'Unreserved' | 'ReserveRepatriated' | 'Deposit' | 'Withdraw' | 'Slashed' | 'Minted' | 'Burned' | 'Suspended' | 'Restored' | 'Upgraded' | 'Issued' | 'Rescinded' | 'Locked' | 'Unlocked' | 'Frozen' | 'Thawed';
304
288
  }
305
289
 
306
- /** @name FrameSupportTokensMiscBalanceStatus (36) */
290
+ /** @name FrameSupportTokensMiscBalanceStatus (31) */
307
291
  interface FrameSupportTokensMiscBalanceStatus extends Enum {
308
292
  readonly isFree: boolean;
309
293
  readonly isReserved: boolean;
310
294
  readonly type: 'Free' | 'Reserved';
311
295
  }
312
296
 
313
- /** @name PalletTransactionPaymentEvent (37) */
297
+ /** @name SugarfungeValidatorSetEvent (32) */
298
+ interface SugarfungeValidatorSetEvent extends Enum {
299
+ readonly isValidatorAdditionInitiated: boolean;
300
+ readonly asValidatorAdditionInitiated: AccountId32;
301
+ readonly isValidatorRemovalInitiated: boolean;
302
+ readonly asValidatorRemovalInitiated: AccountId32;
303
+ readonly type: 'ValidatorAdditionInitiated' | 'ValidatorRemovalInitiated';
304
+ }
305
+
306
+ /** @name PalletGrandpaEvent (33) */
307
+ interface PalletGrandpaEvent extends Enum {
308
+ readonly isNewAuthorities: boolean;
309
+ readonly asNewAuthorities: {
310
+ readonly authoritySet: Vec<ITuple<[SpConsensusGrandpaAppPublic, u64]>>;
311
+ } & Struct;
312
+ readonly isPaused: boolean;
313
+ readonly isResumed: boolean;
314
+ readonly type: 'NewAuthorities' | 'Paused' | 'Resumed';
315
+ }
316
+
317
+ /** @name SpConsensusGrandpaAppPublic (36) */
318
+ interface SpConsensusGrandpaAppPublic extends SpCoreEd25519Public {}
319
+
320
+ /** @name SpCoreEd25519Public (37) */
321
+ interface SpCoreEd25519Public extends U8aFixed {}
322
+
323
+ /** @name PalletTransactionPaymentEvent (38) */
314
324
  interface PalletTransactionPaymentEvent extends Enum {
315
325
  readonly isTransactionFeePaid: boolean;
316
326
  readonly asTransactionFeePaid: {
@@ -321,7 +331,7 @@ declare module '@polkadot/types/lookup' {
321
331
  readonly type: 'TransactionFeePaid';
322
332
  }
323
333
 
324
- /** @name PalletSudoEvent (38) */
334
+ /** @name PalletSudoEvent (39) */
325
335
  interface PalletSudoEvent extends Enum {
326
336
  readonly isSudid: boolean;
327
337
  readonly asSudid: {
@@ -338,7 +348,7 @@ declare module '@polkadot/types/lookup' {
338
348
  readonly type: 'Sudid' | 'KeyChanged' | 'SudoAsDone';
339
349
  }
340
350
 
341
- /** @name PalletSchedulerEvent (42) */
351
+ /** @name PalletSchedulerEvent (43) */
342
352
  interface PalletSchedulerEvent extends Enum {
343
353
  readonly isScheduled: boolean;
344
354
  readonly asScheduled: {
@@ -374,7 +384,7 @@ declare module '@polkadot/types/lookup' {
374
384
  readonly type: 'Scheduled' | 'Canceled' | 'Dispatched' | 'CallUnavailable' | 'PeriodicFailed' | 'PermanentlyOverweight';
375
385
  }
376
386
 
377
- /** @name PalletCollectiveEvent (45) */
387
+ /** @name PalletCollectiveEvent (46) */
378
388
  interface PalletCollectiveEvent extends Enum {
379
389
  readonly isProposed: boolean;
380
390
  readonly asProposed: {
@@ -418,15 +428,6 @@ declare module '@polkadot/types/lookup' {
418
428
  readonly type: 'Proposed' | 'Voted' | 'Approved' | 'Disapproved' | 'Executed' | 'MemberExecuted' | 'Closed';
419
429
  }
420
430
 
421
- /** @name SugarfungeValidatorSetEvent (47) */
422
- interface SugarfungeValidatorSetEvent extends Enum {
423
- readonly isValidatorAdditionInitiated: boolean;
424
- readonly asValidatorAdditionInitiated: AccountId32;
425
- readonly isValidatorRemovalInitiated: boolean;
426
- readonly asValidatorRemovalInitiated: AccountId32;
427
- readonly type: 'ValidatorAdditionInitiated' | 'ValidatorRemovalInitiated';
428
- }
429
-
430
431
  /** @name PalletSessionEvent (48) */
431
432
  interface PalletSessionEvent extends Enum {
432
433
  readonly isNewSession: boolean;
@@ -436,7 +437,27 @@ declare module '@polkadot/types/lookup' {
436
437
  readonly type: 'NewSession';
437
438
  }
438
439
 
439
- /** @name SugarfungeAssetEvent (49) */
440
+ /** @name PalletImOnlineEvent (49) */
441
+ interface PalletImOnlineEvent extends Enum {
442
+ readonly isHeartbeatReceived: boolean;
443
+ readonly asHeartbeatReceived: {
444
+ readonly authorityId: PalletImOnlineSr25519AppSr25519Public;
445
+ } & Struct;
446
+ readonly isAllGood: boolean;
447
+ readonly isSomeOffline: boolean;
448
+ readonly asSomeOffline: {
449
+ readonly offline: Vec<ITuple<[AccountId32, AccountId32]>>;
450
+ } & Struct;
451
+ readonly type: 'HeartbeatReceived' | 'AllGood' | 'SomeOffline';
452
+ }
453
+
454
+ /** @name PalletImOnlineSr25519AppSr25519Public (50) */
455
+ interface PalletImOnlineSr25519AppSr25519Public extends SpCoreSr25519Public {}
456
+
457
+ /** @name SpCoreSr25519Public (51) */
458
+ interface SpCoreSr25519Public extends U8aFixed {}
459
+
460
+ /** @name SugarfungeAssetEvent (54) */
440
461
  interface SugarfungeAssetEvent extends Enum {
441
462
  readonly isClassCreated: boolean;
442
463
  readonly asClassCreated: {
@@ -516,14 +537,14 @@ declare module '@polkadot/types/lookup' {
516
537
  readonly type: 'ClassCreated' | 'AssetCreated' | 'AssetMetadataUpdated' | 'Mint' | 'BatchMint' | 'Burn' | 'BatchBurn' | 'Transferred' | 'BatchTransferred' | 'OperatorApprovalForAll';
517
538
  }
518
539
 
519
- /** @name SugarfungeDaoEvent (52) */
540
+ /** @name SugarfungeDaoEvent (57) */
520
541
  interface SugarfungeDaoEvent extends Enum {
521
542
  readonly isSomethingStored: boolean;
522
543
  readonly asSomethingStored: ITuple<[u32, AccountId32]>;
523
544
  readonly type: 'SomethingStored';
524
545
  }
525
546
 
526
- /** @name SugarfungeBundleEvent (53) */
547
+ /** @name SugarfungeBundleEvent (58) */
527
548
  interface SugarfungeBundleEvent extends Enum {
528
549
  readonly isRegister: boolean;
529
550
  readonly asRegister: {
@@ -551,7 +572,7 @@ declare module '@polkadot/types/lookup' {
551
572
  readonly type: 'Register' | 'Mint' | 'Burn';
552
573
  }
553
574
 
554
- /** @name SugarfungeBagEvent (54) */
575
+ /** @name SugarfungeBagEvent (59) */
555
576
  interface SugarfungeBagEvent extends Enum {
556
577
  readonly isRegister: boolean;
557
578
  readonly asRegister: {
@@ -580,14 +601,14 @@ declare module '@polkadot/types/lookup' {
580
601
  readonly type: 'Register' | 'Created' | 'Deposit' | 'Sweep';
581
602
  }
582
603
 
583
- /** @name SugarfungeExgineEvent (56) */
604
+ /** @name SugarfungeExgineEvent (61) */
584
605
  interface SugarfungeExgineEvent extends Enum {
585
606
  readonly isSomethingStored: boolean;
586
607
  readonly asSomethingStored: ITuple<[u32, AccountId32]>;
587
608
  readonly type: 'SomethingStored';
588
609
  }
589
610
 
590
- /** @name SugarfungeMarketEvent (57) */
611
+ /** @name SugarfungeMarketEvent (62) */
591
612
  interface SugarfungeMarketEvent extends Enum {
592
613
  readonly isCreated: boolean;
593
614
  readonly asCreated: {
@@ -639,13 +660,13 @@ declare module '@polkadot/types/lookup' {
639
660
  readonly type: 'Created' | 'RateCreated' | 'LiquidityAdded' | 'LiquidityRemoved' | 'Deposit' | 'Exchanged';
640
661
  }
641
662
 
642
- /** @name SugarfungeMarketRateBalance (61) */
663
+ /** @name SugarfungeMarketRateBalance (66) */
643
664
  interface SugarfungeMarketRateBalance extends Struct {
644
665
  readonly rate: SugarfungeMarketAssetRate;
645
666
  readonly balance: i128;
646
667
  }
647
668
 
648
- /** @name SugarfungeMarketAssetRate (62) */
669
+ /** @name SugarfungeMarketAssetRate (67) */
649
670
  interface SugarfungeMarketAssetRate extends Struct {
650
671
  readonly classId: u64;
651
672
  readonly assetId: u64;
@@ -654,7 +675,7 @@ declare module '@polkadot/types/lookup' {
654
675
  readonly to: SugarfungeMarketRateAccount;
655
676
  }
656
677
 
657
- /** @name SugarfungeMarketRateAction (63) */
678
+ /** @name SugarfungeMarketRateAction (68) */
658
679
  interface SugarfungeMarketRateAction extends Enum {
659
680
  readonly isTransfer: boolean;
660
681
  readonly asTransfer: i128;
@@ -669,13 +690,13 @@ declare module '@polkadot/types/lookup' {
669
690
  readonly type: 'Transfer' | 'MarketTransfer' | 'Mint' | 'Burn' | 'Has';
670
691
  }
671
692
 
672
- /** @name SugarfungeMarketAmm (65) */
693
+ /** @name SugarfungeMarketAmm (70) */
673
694
  interface SugarfungeMarketAmm extends Enum {
674
695
  readonly isConstant: boolean;
675
696
  readonly type: 'Constant';
676
697
  }
677
698
 
678
- /** @name SugarfungeMarketAmountOp (66) */
699
+ /** @name SugarfungeMarketAmountOp (71) */
679
700
  interface SugarfungeMarketAmountOp extends Enum {
680
701
  readonly isEqual: boolean;
681
702
  readonly isLessThan: boolean;
@@ -685,7 +706,7 @@ declare module '@polkadot/types/lookup' {
685
706
  readonly type: 'Equal' | 'LessThan' | 'LessEqualThan' | 'GreaterThan' | 'GreaterEqualThan';
686
707
  }
687
708
 
688
- /** @name SugarfungeMarketRateAccount (67) */
709
+ /** @name SugarfungeMarketRateAccount (72) */
689
710
  interface SugarfungeMarketRateAccount extends Enum {
690
711
  readonly isMarket: boolean;
691
712
  readonly isAccount: boolean;
@@ -694,7 +715,7 @@ declare module '@polkadot/types/lookup' {
694
715
  readonly type: 'Market' | 'Account' | 'Buyer';
695
716
  }
696
717
 
697
- /** @name FunctionlandFulaEvent (68) */
718
+ /** @name FunctionlandFulaEvent (73) */
698
719
  interface FunctionlandFulaEvent extends Enum {
699
720
  readonly isManifestOutput: boolean;
700
721
  readonly asManifestOutput: {
@@ -810,7 +831,7 @@ declare module '@polkadot/types/lookup' {
810
831
  readonly type: 'ManifestOutput' | 'StorageManifestOutput' | 'RemoveStorerOutput' | 'ManifestRemoved' | 'ManifestStorageUpdated' | 'BatchManifestOutput' | 'BatchStorageManifestOutput' | 'BatchRemoveStorerOutput' | 'BatchManifestRemoved' | 'VerifiedStorerManifests' | 'UpdateFileSizeOutput' | 'UpdateFileSizesOutput' | 'GetManifests' | 'GetAvailableManifests' | 'GetManifestsStorerData' | 'Challenge' | 'VerifiedChallenges' | 'MintedLaborTokens';
811
832
  }
812
833
 
813
- /** @name FunctionlandFulaManifestWithPoolId (74) */
834
+ /** @name FunctionlandFulaManifestWithPoolId (79) */
814
835
  interface FunctionlandFulaManifestWithPoolId extends Struct {
815
836
  readonly poolId: u32;
816
837
  readonly usersData: Vec<FunctionlandFulaUploaderData>;
@@ -818,21 +839,21 @@ declare module '@polkadot/types/lookup' {
818
839
  readonly size_: Option<u64>;
819
840
  }
820
841
 
821
- /** @name FunctionlandFulaUploaderData (77) */
842
+ /** @name FunctionlandFulaUploaderData (82) */
822
843
  interface FunctionlandFulaUploaderData extends Struct {
823
844
  readonly uploader: AccountId32;
824
845
  readonly storers: Vec<AccountId32>;
825
846
  readonly replicationFactor: u16;
826
847
  }
827
848
 
828
- /** @name FunctionlandFulaManifestAvailable (80) */
849
+ /** @name FunctionlandFulaManifestAvailable (85) */
829
850
  interface FunctionlandFulaManifestAvailable extends Struct {
830
851
  readonly poolId: u32;
831
852
  readonly replicationFactor: u16;
832
853
  readonly manifestMetadata: Bytes;
833
854
  }
834
855
 
835
- /** @name FunctionlandFulaStorerData (82) */
856
+ /** @name FunctionlandFulaStorerData (87) */
836
857
  interface FunctionlandFulaStorerData extends Struct {
837
858
  readonly poolId: u32;
838
859
  readonly cid: Bytes;
@@ -840,7 +861,7 @@ declare module '@polkadot/types/lookup' {
840
861
  readonly manifestData: FunctionlandFulaManifestStorageData;
841
862
  }
842
863
 
843
- /** @name FunctionlandFulaManifestStorageData (84) */
864
+ /** @name FunctionlandFulaManifestStorageData (89) */
844
865
  interface FunctionlandFulaManifestStorageData extends Struct {
845
866
  readonly activeCycles: u16;
846
867
  readonly missedCycles: u16;
@@ -848,7 +869,7 @@ declare module '@polkadot/types/lookup' {
848
869
  readonly challengeState: FunctionlandFulaChallengeState;
849
870
  }
850
871
 
851
- /** @name FunctionlandFulaChallengeState (85) */
872
+ /** @name FunctionlandFulaChallengeState (90) */
852
873
  interface FunctionlandFulaChallengeState extends Enum {
853
874
  readonly isOpen: boolean;
854
875
  readonly isSuccessful: boolean;
@@ -856,7 +877,7 @@ declare module '@polkadot/types/lookup' {
856
877
  readonly type: 'Open' | 'Successful' | 'Failed';
857
878
  }
858
879
 
859
- /** @name FulaPoolEvent (86) */
880
+ /** @name FulaPoolEvent (91) */
860
881
  interface FulaPoolEvent extends Enum {
861
882
  readonly isPoolCreated: boolean;
862
883
  readonly asPoolCreated: {
@@ -891,7 +912,28 @@ declare module '@polkadot/types/lookup' {
891
912
  readonly type: 'PoolCreated' | 'JoinRequested' | 'RequestWithdrawn' | 'VotingResult' | 'CapacityReached' | 'ParticipantLeft';
892
913
  }
893
914
 
894
- /** @name FrameSystemPhase (87) */
915
+ /** @name PalletUtilityEvent (92) */
916
+ interface PalletUtilityEvent extends Enum {
917
+ readonly isBatchInterrupted: boolean;
918
+ readonly asBatchInterrupted: {
919
+ readonly index: u32;
920
+ readonly error: SpRuntimeDispatchError;
921
+ } & Struct;
922
+ readonly isBatchCompleted: boolean;
923
+ readonly isBatchCompletedWithErrors: boolean;
924
+ readonly isItemCompleted: boolean;
925
+ readonly isItemFailed: boolean;
926
+ readonly asItemFailed: {
927
+ readonly error: SpRuntimeDispatchError;
928
+ } & Struct;
929
+ readonly isDispatchedAs: boolean;
930
+ readonly asDispatchedAs: {
931
+ readonly result: Result<Null, SpRuntimeDispatchError>;
932
+ } & Struct;
933
+ readonly type: 'BatchInterrupted' | 'BatchCompleted' | 'BatchCompletedWithErrors' | 'ItemCompleted' | 'ItemFailed' | 'DispatchedAs';
934
+ }
935
+
936
+ /** @name FrameSystemPhase (93) */
895
937
  interface FrameSystemPhase extends Enum {
896
938
  readonly isApplyExtrinsic: boolean;
897
939
  readonly asApplyExtrinsic: u32;
@@ -900,13 +942,13 @@ declare module '@polkadot/types/lookup' {
900
942
  readonly type: 'ApplyExtrinsic' | 'Finalization' | 'Initialization';
901
943
  }
902
944
 
903
- /** @name FrameSystemLastRuntimeUpgradeInfo (90) */
945
+ /** @name FrameSystemLastRuntimeUpgradeInfo (96) */
904
946
  interface FrameSystemLastRuntimeUpgradeInfo extends Struct {
905
947
  readonly specVersion: Compact<u32>;
906
948
  readonly specName: Text;
907
949
  }
908
950
 
909
- /** @name FrameSystemCall (93) */
951
+ /** @name FrameSystemCall (99) */
910
952
  interface FrameSystemCall extends Enum {
911
953
  readonly isRemark: boolean;
912
954
  readonly asRemark: {
@@ -944,21 +986,21 @@ declare module '@polkadot/types/lookup' {
944
986
  readonly type: 'Remark' | 'SetHeapPages' | 'SetCode' | 'SetCodeWithoutChecks' | 'SetStorage' | 'KillStorage' | 'KillPrefix' | 'RemarkWithEvent';
945
987
  }
946
988
 
947
- /** @name FrameSystemLimitsBlockWeights (96) */
989
+ /** @name FrameSystemLimitsBlockWeights (102) */
948
990
  interface FrameSystemLimitsBlockWeights extends Struct {
949
991
  readonly baseBlock: SpWeightsWeightV2Weight;
950
992
  readonly maxBlock: SpWeightsWeightV2Weight;
951
993
  readonly perClass: FrameSupportDispatchPerDispatchClassWeightsPerClass;
952
994
  }
953
995
 
954
- /** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (97) */
996
+ /** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (103) */
955
997
  interface FrameSupportDispatchPerDispatchClassWeightsPerClass extends Struct {
956
998
  readonly normal: FrameSystemLimitsWeightsPerClass;
957
999
  readonly operational: FrameSystemLimitsWeightsPerClass;
958
1000
  readonly mandatory: FrameSystemLimitsWeightsPerClass;
959
1001
  }
960
1002
 
961
- /** @name FrameSystemLimitsWeightsPerClass (98) */
1003
+ /** @name FrameSystemLimitsWeightsPerClass (104) */
962
1004
  interface FrameSystemLimitsWeightsPerClass extends Struct {
963
1005
  readonly baseExtrinsic: SpWeightsWeightV2Weight;
964
1006
  readonly maxExtrinsic: Option<SpWeightsWeightV2Weight>;
@@ -966,25 +1008,25 @@ declare module '@polkadot/types/lookup' {
966
1008
  readonly reserved: Option<SpWeightsWeightV2Weight>;
967
1009
  }
968
1010
 
969
- /** @name FrameSystemLimitsBlockLength (100) */
1011
+ /** @name FrameSystemLimitsBlockLength (106) */
970
1012
  interface FrameSystemLimitsBlockLength extends Struct {
971
1013
  readonly max: FrameSupportDispatchPerDispatchClassU32;
972
1014
  }
973
1015
 
974
- /** @name FrameSupportDispatchPerDispatchClassU32 (101) */
1016
+ /** @name FrameSupportDispatchPerDispatchClassU32 (107) */
975
1017
  interface FrameSupportDispatchPerDispatchClassU32 extends Struct {
976
1018
  readonly normal: u32;
977
1019
  readonly operational: u32;
978
1020
  readonly mandatory: u32;
979
1021
  }
980
1022
 
981
- /** @name SpWeightsRuntimeDbWeight (102) */
1023
+ /** @name SpWeightsRuntimeDbWeight (108) */
982
1024
  interface SpWeightsRuntimeDbWeight extends Struct {
983
1025
  readonly read: u64;
984
1026
  readonly write: u64;
985
1027
  }
986
1028
 
987
- /** @name SpVersionRuntimeVersion (103) */
1029
+ /** @name SpVersionRuntimeVersion (109) */
988
1030
  interface SpVersionRuntimeVersion extends Struct {
989
1031
  readonly specName: Text;
990
1032
  readonly implName: Text;
@@ -996,7 +1038,7 @@ declare module '@polkadot/types/lookup' {
996
1038
  readonly stateVersion: u8;
997
1039
  }
998
1040
 
999
- /** @name FrameSystemError (108) */
1041
+ /** @name FrameSystemError (114) */
1000
1042
  interface FrameSystemError extends Enum {
1001
1043
  readonly isInvalidSpecName: boolean;
1002
1044
  readonly isSpecVersionNeedsToIncrease: boolean;
@@ -1007,7 +1049,7 @@ declare module '@polkadot/types/lookup' {
1007
1049
  readonly type: 'InvalidSpecName' | 'SpecVersionNeedsToIncrease' | 'FailedToExtractRuntimeVersion' | 'NonDefaultComposite' | 'NonZeroRefCount' | 'CallFiltered';
1008
1050
  }
1009
1051
 
1010
- /** @name PalletTimestampCall (109) */
1052
+ /** @name PalletTimestampCall (115) */
1011
1053
  interface PalletTimestampCall extends Enum {
1012
1054
  readonly isSet: boolean;
1013
1055
  readonly asSet: {
@@ -1016,7 +1058,126 @@ declare module '@polkadot/types/lookup' {
1016
1058
  readonly type: 'Set';
1017
1059
  }
1018
1060
 
1019
- /** @name PalletGrandpaStoredState (110) */
1061
+ /** @name PalletBalancesBalanceLock (117) */
1062
+ interface PalletBalancesBalanceLock extends Struct {
1063
+ readonly id: U8aFixed;
1064
+ readonly amount: u128;
1065
+ readonly reasons: PalletBalancesReasons;
1066
+ }
1067
+
1068
+ /** @name PalletBalancesReasons (118) */
1069
+ interface PalletBalancesReasons extends Enum {
1070
+ readonly isFee: boolean;
1071
+ readonly isMisc: boolean;
1072
+ readonly isAll: boolean;
1073
+ readonly type: 'Fee' | 'Misc' | 'All';
1074
+ }
1075
+
1076
+ /** @name PalletBalancesReserveData (121) */
1077
+ interface PalletBalancesReserveData extends Struct {
1078
+ readonly id: U8aFixed;
1079
+ readonly amount: u128;
1080
+ }
1081
+
1082
+ /** @name PalletBalancesIdAmount (124) */
1083
+ interface PalletBalancesIdAmount extends Struct {
1084
+ readonly id: Null;
1085
+ readonly amount: u128;
1086
+ }
1087
+
1088
+ /** @name PalletBalancesCall (126) */
1089
+ interface PalletBalancesCall extends Enum {
1090
+ readonly isTransferAllowDeath: boolean;
1091
+ readonly asTransferAllowDeath: {
1092
+ readonly dest: MultiAddress;
1093
+ readonly value: Compact<u128>;
1094
+ } & Struct;
1095
+ readonly isSetBalanceDeprecated: boolean;
1096
+ readonly asSetBalanceDeprecated: {
1097
+ readonly who: MultiAddress;
1098
+ readonly newFree: Compact<u128>;
1099
+ readonly oldReserved: Compact<u128>;
1100
+ } & Struct;
1101
+ readonly isForceTransfer: boolean;
1102
+ readonly asForceTransfer: {
1103
+ readonly source: MultiAddress;
1104
+ readonly dest: MultiAddress;
1105
+ readonly value: Compact<u128>;
1106
+ } & Struct;
1107
+ readonly isTransferKeepAlive: boolean;
1108
+ readonly asTransferKeepAlive: {
1109
+ readonly dest: MultiAddress;
1110
+ readonly value: Compact<u128>;
1111
+ } & Struct;
1112
+ readonly isTransferAll: boolean;
1113
+ readonly asTransferAll: {
1114
+ readonly dest: MultiAddress;
1115
+ readonly keepAlive: bool;
1116
+ } & Struct;
1117
+ readonly isForceUnreserve: boolean;
1118
+ readonly asForceUnreserve: {
1119
+ readonly who: MultiAddress;
1120
+ readonly amount: u128;
1121
+ } & Struct;
1122
+ readonly isUpgradeAccounts: boolean;
1123
+ readonly asUpgradeAccounts: {
1124
+ readonly who: Vec<AccountId32>;
1125
+ } & Struct;
1126
+ readonly isTransfer: boolean;
1127
+ readonly asTransfer: {
1128
+ readonly dest: MultiAddress;
1129
+ readonly value: Compact<u128>;
1130
+ } & Struct;
1131
+ readonly isForceSetBalance: boolean;
1132
+ readonly asForceSetBalance: {
1133
+ readonly who: MultiAddress;
1134
+ readonly newFree: Compact<u128>;
1135
+ } & Struct;
1136
+ readonly type: 'TransferAllowDeath' | 'SetBalanceDeprecated' | 'ForceTransfer' | 'TransferKeepAlive' | 'TransferAll' | 'ForceUnreserve' | 'UpgradeAccounts' | 'Transfer' | 'ForceSetBalance';
1137
+ }
1138
+
1139
+ /** @name PalletBalancesError (131) */
1140
+ interface PalletBalancesError extends Enum {
1141
+ readonly isVestingBalance: boolean;
1142
+ readonly isLiquidityRestrictions: boolean;
1143
+ readonly isInsufficientBalance: boolean;
1144
+ readonly isExistentialDeposit: boolean;
1145
+ readonly isExpendability: boolean;
1146
+ readonly isExistingVestingSchedule: boolean;
1147
+ readonly isDeadAccount: boolean;
1148
+ readonly isTooManyReserves: boolean;
1149
+ readonly isTooManyHolds: boolean;
1150
+ readonly isTooManyFreezes: boolean;
1151
+ readonly type: 'VestingBalance' | 'LiquidityRestrictions' | 'InsufficientBalance' | 'ExistentialDeposit' | 'Expendability' | 'ExistingVestingSchedule' | 'DeadAccount' | 'TooManyReserves' | 'TooManyHolds' | 'TooManyFreezes';
1152
+ }
1153
+
1154
+ /** @name SugarfungeValidatorSetCall (133) */
1155
+ interface SugarfungeValidatorSetCall extends Enum {
1156
+ readonly isAddValidator: boolean;
1157
+ readonly asAddValidator: {
1158
+ readonly validatorId: AccountId32;
1159
+ } & Struct;
1160
+ readonly isRemoveValidator: boolean;
1161
+ readonly asRemoveValidator: {
1162
+ readonly validatorId: AccountId32;
1163
+ } & Struct;
1164
+ readonly isAddValidatorAgain: boolean;
1165
+ readonly asAddValidatorAgain: {
1166
+ readonly validatorId: AccountId32;
1167
+ } & Struct;
1168
+ readonly type: 'AddValidator' | 'RemoveValidator' | 'AddValidatorAgain';
1169
+ }
1170
+
1171
+ /** @name SugarfungeValidatorSetError (134) */
1172
+ interface SugarfungeValidatorSetError extends Enum {
1173
+ readonly isTooLowValidatorCount: boolean;
1174
+ readonly isDuplicate: boolean;
1175
+ readonly isValidatorNotApproved: boolean;
1176
+ readonly isBadOrigin: boolean;
1177
+ readonly type: 'TooLowValidatorCount' | 'Duplicate' | 'ValidatorNotApproved' | 'BadOrigin';
1178
+ }
1179
+
1180
+ /** @name PalletGrandpaStoredState (135) */
1020
1181
  interface PalletGrandpaStoredState extends Enum {
1021
1182
  readonly isLive: boolean;
1022
1183
  readonly isPendingPause: boolean;
@@ -1033,7 +1194,7 @@ declare module '@polkadot/types/lookup' {
1033
1194
  readonly type: 'Live' | 'PendingPause' | 'Paused' | 'PendingResume';
1034
1195
  }
1035
1196
 
1036
- /** @name PalletGrandpaStoredPendingChange (111) */
1197
+ /** @name PalletGrandpaStoredPendingChange (136) */
1037
1198
  interface PalletGrandpaStoredPendingChange extends Struct {
1038
1199
  readonly scheduledAt: u32;
1039
1200
  readonly delay: u32;
@@ -1041,7 +1202,7 @@ declare module '@polkadot/types/lookup' {
1041
1202
  readonly forced: Option<u32>;
1042
1203
  }
1043
1204
 
1044
- /** @name PalletGrandpaCall (114) */
1205
+ /** @name PalletGrandpaCall (139) */
1045
1206
  interface PalletGrandpaCall extends Enum {
1046
1207
  readonly isReportEquivocation: boolean;
1047
1208
  readonly asReportEquivocation: {
@@ -1061,13 +1222,13 @@ declare module '@polkadot/types/lookup' {
1061
1222
  readonly type: 'ReportEquivocation' | 'ReportEquivocationUnsigned' | 'NoteStalled';
1062
1223
  }
1063
1224
 
1064
- /** @name SpConsensusGrandpaEquivocationProof (115) */
1225
+ /** @name SpConsensusGrandpaEquivocationProof (140) */
1065
1226
  interface SpConsensusGrandpaEquivocationProof extends Struct {
1066
1227
  readonly setId: u64;
1067
1228
  readonly equivocation: SpConsensusGrandpaEquivocation;
1068
1229
  }
1069
1230
 
1070
- /** @name SpConsensusGrandpaEquivocation (116) */
1231
+ /** @name SpConsensusGrandpaEquivocation (141) */
1071
1232
  interface SpConsensusGrandpaEquivocation extends Enum {
1072
1233
  readonly isPrevote: boolean;
1073
1234
  readonly asPrevote: FinalityGrandpaEquivocationPrevote;
@@ -1076,7 +1237,7 @@ declare module '@polkadot/types/lookup' {
1076
1237
  readonly type: 'Prevote' | 'Precommit';
1077
1238
  }
1078
1239
 
1079
- /** @name FinalityGrandpaEquivocationPrevote (117) */
1240
+ /** @name FinalityGrandpaEquivocationPrevote (142) */
1080
1241
  interface FinalityGrandpaEquivocationPrevote extends Struct {
1081
1242
  readonly roundNumber: u64;
1082
1243
  readonly identity: SpConsensusGrandpaAppPublic;
@@ -1084,19 +1245,19 @@ declare module '@polkadot/types/lookup' {
1084
1245
  readonly second: ITuple<[FinalityGrandpaPrevote, SpConsensusGrandpaAppSignature]>;
1085
1246
  }
1086
1247
 
1087
- /** @name FinalityGrandpaPrevote (118) */
1248
+ /** @name FinalityGrandpaPrevote (143) */
1088
1249
  interface FinalityGrandpaPrevote extends Struct {
1089
1250
  readonly targetHash: H256;
1090
1251
  readonly targetNumber: u32;
1091
1252
  }
1092
1253
 
1093
- /** @name SpConsensusGrandpaAppSignature (119) */
1254
+ /** @name SpConsensusGrandpaAppSignature (144) */
1094
1255
  interface SpConsensusGrandpaAppSignature extends SpCoreEd25519Signature {}
1095
1256
 
1096
- /** @name SpCoreEd25519Signature (120) */
1257
+ /** @name SpCoreEd25519Signature (145) */
1097
1258
  interface SpCoreEd25519Signature extends U8aFixed {}
1098
1259
 
1099
- /** @name FinalityGrandpaEquivocationPrecommit (123) */
1260
+ /** @name FinalityGrandpaEquivocationPrecommit (148) */
1100
1261
  interface FinalityGrandpaEquivocationPrecommit extends Struct {
1101
1262
  readonly roundNumber: u64;
1102
1263
  readonly identity: SpConsensusGrandpaAppPublic;
@@ -1104,16 +1265,16 @@ declare module '@polkadot/types/lookup' {
1104
1265
  readonly second: ITuple<[FinalityGrandpaPrecommit, SpConsensusGrandpaAppSignature]>;
1105
1266
  }
1106
1267
 
1107
- /** @name FinalityGrandpaPrecommit (124) */
1268
+ /** @name FinalityGrandpaPrecommit (149) */
1108
1269
  interface FinalityGrandpaPrecommit extends Struct {
1109
1270
  readonly targetHash: H256;
1110
1271
  readonly targetNumber: u32;
1111
1272
  }
1112
1273
 
1113
- /** @name SpCoreVoid (126) */
1274
+ /** @name SpCoreVoid (151) */
1114
1275
  type SpCoreVoid = Null;
1115
1276
 
1116
- /** @name PalletGrandpaError (127) */
1277
+ /** @name PalletGrandpaError (152) */
1117
1278
  interface PalletGrandpaError extends Enum {
1118
1279
  readonly isPauseFailed: boolean;
1119
1280
  readonly isResumeFailed: boolean;
@@ -1125,107 +1286,14 @@ declare module '@polkadot/types/lookup' {
1125
1286
  readonly type: 'PauseFailed' | 'ResumeFailed' | 'ChangePending' | 'TooSoon' | 'InvalidKeyOwnershipProof' | 'InvalidEquivocationProof' | 'DuplicateOffenceReport';
1126
1287
  }
1127
1288
 
1128
- /** @name PalletBalancesBalanceLock (129) */
1129
- interface PalletBalancesBalanceLock extends Struct {
1130
- readonly id: U8aFixed;
1131
- readonly amount: u128;
1132
- readonly reasons: PalletBalancesReasons;
1133
- }
1134
-
1135
- /** @name PalletBalancesReasons (130) */
1136
- interface PalletBalancesReasons extends Enum {
1137
- readonly isFee: boolean;
1138
- readonly isMisc: boolean;
1139
- readonly isAll: boolean;
1140
- readonly type: 'Fee' | 'Misc' | 'All';
1141
- }
1142
-
1143
- /** @name PalletBalancesReserveData (133) */
1144
- interface PalletBalancesReserveData extends Struct {
1145
- readonly id: U8aFixed;
1146
- readonly amount: u128;
1147
- }
1148
-
1149
- /** @name PalletBalancesIdAmount (136) */
1150
- interface PalletBalancesIdAmount extends Struct {
1151
- readonly id: Null;
1152
- readonly amount: u128;
1153
- }
1154
-
1155
- /** @name PalletBalancesCall (138) */
1156
- interface PalletBalancesCall extends Enum {
1157
- readonly isTransferAllowDeath: boolean;
1158
- readonly asTransferAllowDeath: {
1159
- readonly dest: MultiAddress;
1160
- readonly value: Compact<u128>;
1161
- } & Struct;
1162
- readonly isSetBalanceDeprecated: boolean;
1163
- readonly asSetBalanceDeprecated: {
1164
- readonly who: MultiAddress;
1165
- readonly newFree: Compact<u128>;
1166
- readonly oldReserved: Compact<u128>;
1167
- } & Struct;
1168
- readonly isForceTransfer: boolean;
1169
- readonly asForceTransfer: {
1170
- readonly source: MultiAddress;
1171
- readonly dest: MultiAddress;
1172
- readonly value: Compact<u128>;
1173
- } & Struct;
1174
- readonly isTransferKeepAlive: boolean;
1175
- readonly asTransferKeepAlive: {
1176
- readonly dest: MultiAddress;
1177
- readonly value: Compact<u128>;
1178
- } & Struct;
1179
- readonly isTransferAll: boolean;
1180
- readonly asTransferAll: {
1181
- readonly dest: MultiAddress;
1182
- readonly keepAlive: bool;
1183
- } & Struct;
1184
- readonly isForceUnreserve: boolean;
1185
- readonly asForceUnreserve: {
1186
- readonly who: MultiAddress;
1187
- readonly amount: u128;
1188
- } & Struct;
1189
- readonly isUpgradeAccounts: boolean;
1190
- readonly asUpgradeAccounts: {
1191
- readonly who: Vec<AccountId32>;
1192
- } & Struct;
1193
- readonly isTransfer: boolean;
1194
- readonly asTransfer: {
1195
- readonly dest: MultiAddress;
1196
- readonly value: Compact<u128>;
1197
- } & Struct;
1198
- readonly isForceSetBalance: boolean;
1199
- readonly asForceSetBalance: {
1200
- readonly who: MultiAddress;
1201
- readonly newFree: Compact<u128>;
1202
- } & Struct;
1203
- readonly type: 'TransferAllowDeath' | 'SetBalanceDeprecated' | 'ForceTransfer' | 'TransferKeepAlive' | 'TransferAll' | 'ForceUnreserve' | 'UpgradeAccounts' | 'Transfer' | 'ForceSetBalance';
1204
- }
1205
-
1206
- /** @name PalletBalancesError (143) */
1207
- interface PalletBalancesError extends Enum {
1208
- readonly isVestingBalance: boolean;
1209
- readonly isLiquidityRestrictions: boolean;
1210
- readonly isInsufficientBalance: boolean;
1211
- readonly isExistentialDeposit: boolean;
1212
- readonly isExpendability: boolean;
1213
- readonly isExistingVestingSchedule: boolean;
1214
- readonly isDeadAccount: boolean;
1215
- readonly isTooManyReserves: boolean;
1216
- readonly isTooManyHolds: boolean;
1217
- readonly isTooManyFreezes: boolean;
1218
- readonly type: 'VestingBalance' | 'LiquidityRestrictions' | 'InsufficientBalance' | 'ExistentialDeposit' | 'Expendability' | 'ExistingVestingSchedule' | 'DeadAccount' | 'TooManyReserves' | 'TooManyHolds' | 'TooManyFreezes';
1219
- }
1220
-
1221
- /** @name PalletTransactionPaymentReleases (145) */
1289
+ /** @name PalletTransactionPaymentReleases (154) */
1222
1290
  interface PalletTransactionPaymentReleases extends Enum {
1223
1291
  readonly isV1Ancient: boolean;
1224
1292
  readonly isV2: boolean;
1225
1293
  readonly type: 'V1Ancient' | 'V2';
1226
1294
  }
1227
1295
 
1228
- /** @name PalletSudoCall (146) */
1296
+ /** @name PalletSudoCall (155) */
1229
1297
  interface PalletSudoCall extends Enum {
1230
1298
  readonly isSudo: boolean;
1231
1299
  readonly asSudo: {
@@ -1248,7 +1316,7 @@ declare module '@polkadot/types/lookup' {
1248
1316
  readonly type: 'Sudo' | 'SudoUncheckedWeight' | 'SetKey' | 'SudoAs';
1249
1317
  }
1250
1318
 
1251
- /** @name PalletSchedulerCall (148) */
1319
+ /** @name PalletSchedulerCall (157) */
1252
1320
  interface PalletSchedulerCall extends Enum {
1253
1321
  readonly isSchedule: boolean;
1254
1322
  readonly asSchedule: {
@@ -1292,7 +1360,7 @@ declare module '@polkadot/types/lookup' {
1292
1360
  readonly type: 'Schedule' | 'Cancel' | 'ScheduleNamed' | 'CancelNamed' | 'ScheduleAfter' | 'ScheduleNamedAfter';
1293
1361
  }
1294
1362
 
1295
- /** @name PalletCollectiveCall (150) */
1363
+ /** @name PalletCollectiveCall (159) */
1296
1364
  interface PalletCollectiveCall extends Enum {
1297
1365
  readonly isSetMembers: boolean;
1298
1366
  readonly asSetMembers: {
@@ -1331,24 +1399,7 @@ declare module '@polkadot/types/lookup' {
1331
1399
  readonly type: 'SetMembers' | 'Execute' | 'Propose' | 'Vote' | 'DisapproveProposal' | 'Close';
1332
1400
  }
1333
1401
 
1334
- /** @name SugarfungeValidatorSetCall (151) */
1335
- interface SugarfungeValidatorSetCall extends Enum {
1336
- readonly isAddValidator: boolean;
1337
- readonly asAddValidator: {
1338
- readonly validatorId: AccountId32;
1339
- } & Struct;
1340
- readonly isRemoveValidator: boolean;
1341
- readonly asRemoveValidator: {
1342
- readonly validatorId: AccountId32;
1343
- } & Struct;
1344
- readonly isAddValidatorAgain: boolean;
1345
- readonly asAddValidatorAgain: {
1346
- readonly validatorId: AccountId32;
1347
- } & Struct;
1348
- readonly type: 'AddValidator' | 'RemoveValidator' | 'AddValidatorAgain';
1349
- }
1350
-
1351
- /** @name PalletSessionCall (152) */
1402
+ /** @name PalletSessionCall (160) */
1352
1403
  interface PalletSessionCall extends Enum {
1353
1404
  readonly isSetKeys: boolean;
1354
1405
  readonly asSetKeys: {
@@ -1359,19 +1410,48 @@ declare module '@polkadot/types/lookup' {
1359
1410
  readonly type: 'SetKeys' | 'PurgeKeys';
1360
1411
  }
1361
1412
 
1362
- /** @name SugarfungeRuntimeOpaqueSessionKeys (153) */
1413
+ /** @name SugarfungeRuntimeOpaqueSessionKeys (161) */
1363
1414
  interface SugarfungeRuntimeOpaqueSessionKeys extends Struct {
1364
1415
  readonly aura: SpConsensusAuraSr25519AppSr25519Public;
1365
1416
  readonly grandpa: SpConsensusGrandpaAppPublic;
1417
+ readonly imOnline: PalletImOnlineSr25519AppSr25519Public;
1366
1418
  }
1367
1419
 
1368
- /** @name SpConsensusAuraSr25519AppSr25519Public (154) */
1420
+ /** @name SpConsensusAuraSr25519AppSr25519Public (162) */
1369
1421
  interface SpConsensusAuraSr25519AppSr25519Public extends SpCoreSr25519Public {}
1370
1422
 
1371
- /** @name SpCoreSr25519Public (155) */
1372
- interface SpCoreSr25519Public extends U8aFixed {}
1423
+ /** @name PalletImOnlineCall (163) */
1424
+ interface PalletImOnlineCall extends Enum {
1425
+ readonly isHeartbeat: boolean;
1426
+ readonly asHeartbeat: {
1427
+ readonly heartbeat: PalletImOnlineHeartbeat;
1428
+ readonly signature: PalletImOnlineSr25519AppSr25519Signature;
1429
+ } & Struct;
1430
+ readonly type: 'Heartbeat';
1431
+ }
1432
+
1433
+ /** @name PalletImOnlineHeartbeat (164) */
1434
+ interface PalletImOnlineHeartbeat extends Struct {
1435
+ readonly blockNumber: u32;
1436
+ readonly networkState: SpCoreOffchainOpaqueNetworkState;
1437
+ readonly sessionIndex: u32;
1438
+ readonly authorityIndex: u32;
1439
+ readonly validatorsLen: u32;
1440
+ }
1441
+
1442
+ /** @name SpCoreOffchainOpaqueNetworkState (165) */
1443
+ interface SpCoreOffchainOpaqueNetworkState extends Struct {
1444
+ readonly peerId: OpaquePeerId;
1445
+ readonly externalAddresses: Vec<OpaqueMultiaddr>;
1446
+ }
1447
+
1448
+ /** @name PalletImOnlineSr25519AppSr25519Signature (169) */
1449
+ interface PalletImOnlineSr25519AppSr25519Signature extends SpCoreSr25519Signature {}
1450
+
1451
+ /** @name SpCoreSr25519Signature (170) */
1452
+ interface SpCoreSr25519Signature extends U8aFixed {}
1373
1453
 
1374
- /** @name SugarfungeAssetCall (156) */
1454
+ /** @name SugarfungeAssetCall (171) */
1375
1455
  interface SugarfungeAssetCall extends Enum {
1376
1456
  readonly isCreateClass: boolean;
1377
1457
  readonly asCreateClass: {
@@ -1443,7 +1523,7 @@ declare module '@polkadot/types/lookup' {
1443
1523
  readonly type: 'CreateClass' | 'CreateAsset' | 'TransferFrom' | 'BatchTransferFrom' | 'Mint' | 'BatchMint' | 'Burn' | 'BatchBurn' | 'UpdateClassMetadata' | 'UpdateAssetMetadata';
1444
1524
  }
1445
1525
 
1446
- /** @name SugarfungeDaoCall (159) */
1526
+ /** @name SugarfungeDaoCall (174) */
1447
1527
  interface SugarfungeDaoCall extends Enum {
1448
1528
  readonly isDoSomething: boolean;
1449
1529
  readonly asDoSomething: {
@@ -1453,7 +1533,7 @@ declare module '@polkadot/types/lookup' {
1453
1533
  readonly type: 'DoSomething' | 'CauseError';
1454
1534
  }
1455
1535
 
1456
- /** @name SugarfungeBundleCall (160) */
1536
+ /** @name SugarfungeBundleCall (175) */
1457
1537
  interface SugarfungeBundleCall extends Enum {
1458
1538
  readonly isRegisterBundle: boolean;
1459
1539
  readonly asRegisterBundle: {
@@ -1480,7 +1560,7 @@ declare module '@polkadot/types/lookup' {
1480
1560
  readonly type: 'RegisterBundle' | 'MintBundle' | 'BurnBundle';
1481
1561
  }
1482
1562
 
1483
- /** @name SugarfungeBagCall (168) */
1563
+ /** @name SugarfungeBagCall (183) */
1484
1564
  interface SugarfungeBagCall extends Enum {
1485
1565
  readonly isRegister: boolean;
1486
1566
  readonly asRegister: {
@@ -1508,7 +1588,7 @@ declare module '@polkadot/types/lookup' {
1508
1588
  readonly type: 'Register' | 'Create' | 'Deposit' | 'Sweep';
1509
1589
  }
1510
1590
 
1511
- /** @name SugarfungeExgineCall (169) */
1591
+ /** @name SugarfungeExgineCall (184) */
1512
1592
  interface SugarfungeExgineCall extends Enum {
1513
1593
  readonly isDoSomething: boolean;
1514
1594
  readonly asDoSomething: {
@@ -1518,7 +1598,7 @@ declare module '@polkadot/types/lookup' {
1518
1598
  readonly type: 'DoSomething' | 'CauseError';
1519
1599
  }
1520
1600
 
1521
- /** @name SugarfungeMarketCall (170) */
1601
+ /** @name SugarfungeMarketCall (185) */
1522
1602
  interface SugarfungeMarketCall extends Enum {
1523
1603
  readonly isCreateMarket: boolean;
1524
1604
  readonly asCreateMarket: {
@@ -1545,7 +1625,7 @@ declare module '@polkadot/types/lookup' {
1545
1625
  readonly type: 'CreateMarket' | 'CreateMarketRate' | 'Deposit' | 'ExchangeAssets';
1546
1626
  }
1547
1627
 
1548
- /** @name FunctionlandFulaCall (173) */
1628
+ /** @name FunctionlandFulaCall (188) */
1549
1629
  interface FunctionlandFulaCall extends Enum {
1550
1630
  readonly isUpdateManifest: boolean;
1551
1631
  readonly asUpdateManifest: {
@@ -1644,7 +1724,7 @@ declare module '@polkadot/types/lookup' {
1644
1724
  readonly type: 'UpdateManifest' | 'UploadManifest' | 'BatchUploadManifest' | 'StorageManifest' | 'BatchStorageManifest' | 'RemoveStoredManifest' | 'BatchRemoveStoredManifest' | 'RemoveManifest' | 'BatchRemoveManifest' | 'VerifyManifests' | 'GetManifests' | 'GetAvailableManifests' | 'GetManifestsStorerData' | 'GenerateChallenge' | 'VerifyChallenge' | 'MintLaborTokens' | 'UpdateFileSize' | 'UpdateFileSizes';
1645
1725
  }
1646
1726
 
1647
- /** @name FulaPoolCall (177) */
1727
+ /** @name FulaPoolCall (192) */
1648
1728
  interface FulaPoolCall extends Enum {
1649
1729
  readonly isCreate: boolean;
1650
1730
  readonly asCreate: {
@@ -1655,6 +1735,7 @@ declare module '@polkadot/types/lookup' {
1655
1735
  readonly isLeavePool: boolean;
1656
1736
  readonly asLeavePool: {
1657
1737
  readonly poolId: u32;
1738
+ readonly targetAccount: Option<AccountId32>;
1658
1739
  } & Struct;
1659
1740
  readonly isJoin: boolean;
1660
1741
  readonly asJoin: {
@@ -1664,6 +1745,7 @@ declare module '@polkadot/types/lookup' {
1664
1745
  readonly isCancelJoin: boolean;
1665
1746
  readonly asCancelJoin: {
1666
1747
  readonly poolId: u32;
1748
+ readonly targetAccount: Option<AccountId32>;
1667
1749
  } & Struct;
1668
1750
  readonly isVote: boolean;
1669
1751
  readonly asVote: {
@@ -1675,38 +1757,39 @@ declare module '@polkadot/types/lookup' {
1675
1757
  readonly type: 'Create' | 'LeavePool' | 'Join' | 'CancelJoin' | 'Vote';
1676
1758
  }
1677
1759
 
1678
- /** @name PalletSudoError (179) */
1679
- interface PalletSudoError extends Enum {
1680
- readonly isRequireSudo: boolean;
1681
- readonly type: 'RequireSudo';
1682
- }
1683
-
1684
- /** @name PalletSchedulerScheduled (182) */
1685
- interface PalletSchedulerScheduled extends Struct {
1686
- readonly maybeId: Option<U8aFixed>;
1687
- readonly priority: u8;
1688
- readonly call: FrameSupportPreimagesBounded;
1689
- readonly maybePeriodic: Option<ITuple<[u32, u32]>>;
1690
- readonly origin: SugarfungeRuntimeOriginCaller;
1691
- }
1692
-
1693
- /** @name FrameSupportPreimagesBounded (183) */
1694
- interface FrameSupportPreimagesBounded extends Enum {
1695
- readonly isLegacy: boolean;
1696
- readonly asLegacy: {
1697
- readonly hash_: H256;
1760
+ /** @name PalletUtilityCall (194) */
1761
+ interface PalletUtilityCall extends Enum {
1762
+ readonly isBatch: boolean;
1763
+ readonly asBatch: {
1764
+ readonly calls: Vec<Call>;
1698
1765
  } & Struct;
1699
- readonly isInline: boolean;
1700
- readonly asInline: Bytes;
1701
- readonly isLookup: boolean;
1702
- readonly asLookup: {
1703
- readonly hash_: H256;
1704
- readonly len: u32;
1766
+ readonly isAsDerivative: boolean;
1767
+ readonly asAsDerivative: {
1768
+ readonly index: u16;
1769
+ readonly call: Call;
1705
1770
  } & Struct;
1706
- readonly type: 'Legacy' | 'Inline' | 'Lookup';
1771
+ readonly isBatchAll: boolean;
1772
+ readonly asBatchAll: {
1773
+ readonly calls: Vec<Call>;
1774
+ } & Struct;
1775
+ readonly isDispatchAs: boolean;
1776
+ readonly asDispatchAs: {
1777
+ readonly asOrigin: SugarfungeRuntimeOriginCaller;
1778
+ readonly call: Call;
1779
+ } & Struct;
1780
+ readonly isForceBatch: boolean;
1781
+ readonly asForceBatch: {
1782
+ readonly calls: Vec<Call>;
1783
+ } & Struct;
1784
+ readonly isWithWeight: boolean;
1785
+ readonly asWithWeight: {
1786
+ readonly call: Call;
1787
+ readonly weight: SpWeightsWeightV2Weight;
1788
+ } & Struct;
1789
+ readonly type: 'Batch' | 'AsDerivative' | 'BatchAll' | 'DispatchAs' | 'ForceBatch' | 'WithWeight';
1707
1790
  }
1708
1791
 
1709
- /** @name SugarfungeRuntimeOriginCaller (185) */
1792
+ /** @name SugarfungeRuntimeOriginCaller (196) */
1710
1793
  interface SugarfungeRuntimeOriginCaller extends Enum {
1711
1794
  readonly isSystem: boolean;
1712
1795
  readonly asSystem: FrameSupportDispatchRawOrigin;
@@ -1716,7 +1799,7 @@ declare module '@polkadot/types/lookup' {
1716
1799
  readonly type: 'System' | 'Void' | 'Council';
1717
1800
  }
1718
1801
 
1719
- /** @name FrameSupportDispatchRawOrigin (186) */
1802
+ /** @name FrameSupportDispatchRawOrigin (197) */
1720
1803
  interface FrameSupportDispatchRawOrigin extends Enum {
1721
1804
  readonly isRoot: boolean;
1722
1805
  readonly isSigned: boolean;
@@ -1725,7 +1808,7 @@ declare module '@polkadot/types/lookup' {
1725
1808
  readonly type: 'Root' | 'Signed' | 'None';
1726
1809
  }
1727
1810
 
1728
- /** @name PalletCollectiveRawOrigin (187) */
1811
+ /** @name PalletCollectiveRawOrigin (198) */
1729
1812
  interface PalletCollectiveRawOrigin extends Enum {
1730
1813
  readonly isMembers: boolean;
1731
1814
  readonly asMembers: ITuple<[u32, u32]>;
@@ -1735,7 +1818,38 @@ declare module '@polkadot/types/lookup' {
1735
1818
  readonly type: 'Members' | 'Member' | 'Phantom';
1736
1819
  }
1737
1820
 
1738
- /** @name PalletSchedulerError (189) */
1821
+ /** @name PalletSudoError (199) */
1822
+ interface PalletSudoError extends Enum {
1823
+ readonly isRequireSudo: boolean;
1824
+ readonly type: 'RequireSudo';
1825
+ }
1826
+
1827
+ /** @name PalletSchedulerScheduled (202) */
1828
+ interface PalletSchedulerScheduled extends Struct {
1829
+ readonly maybeId: Option<U8aFixed>;
1830
+ readonly priority: u8;
1831
+ readonly call: FrameSupportPreimagesBounded;
1832
+ readonly maybePeriodic: Option<ITuple<[u32, u32]>>;
1833
+ readonly origin: SugarfungeRuntimeOriginCaller;
1834
+ }
1835
+
1836
+ /** @name FrameSupportPreimagesBounded (203) */
1837
+ interface FrameSupportPreimagesBounded extends Enum {
1838
+ readonly isLegacy: boolean;
1839
+ readonly asLegacy: {
1840
+ readonly hash_: H256;
1841
+ } & Struct;
1842
+ readonly isInline: boolean;
1843
+ readonly asInline: Bytes;
1844
+ readonly isLookup: boolean;
1845
+ readonly asLookup: {
1846
+ readonly hash_: H256;
1847
+ readonly len: u32;
1848
+ } & Struct;
1849
+ readonly type: 'Legacy' | 'Inline' | 'Lookup';
1850
+ }
1851
+
1852
+ /** @name PalletSchedulerError (206) */
1739
1853
  interface PalletSchedulerError extends Enum {
1740
1854
  readonly isFailedToSchedule: boolean;
1741
1855
  readonly isNotFound: boolean;
@@ -1745,7 +1859,7 @@ declare module '@polkadot/types/lookup' {
1745
1859
  readonly type: 'FailedToSchedule' | 'NotFound' | 'TargetBlockNumberInPast' | 'RescheduleNoChange' | 'Named';
1746
1860
  }
1747
1861
 
1748
- /** @name PalletCollectiveVotes (191) */
1862
+ /** @name PalletCollectiveVotes (208) */
1749
1863
  interface PalletCollectiveVotes extends Struct {
1750
1864
  readonly index: u32;
1751
1865
  readonly threshold: u32;
@@ -1754,7 +1868,7 @@ declare module '@polkadot/types/lookup' {
1754
1868
  readonly end: u32;
1755
1869
  }
1756
1870
 
1757
- /** @name PalletCollectiveError (192) */
1871
+ /** @name PalletCollectiveError (209) */
1758
1872
  interface PalletCollectiveError extends Enum {
1759
1873
  readonly isNotMember: boolean;
1760
1874
  readonly isDuplicateProposal: boolean;
@@ -1769,19 +1883,10 @@ declare module '@polkadot/types/lookup' {
1769
1883
  readonly type: 'NotMember' | 'DuplicateProposal' | 'ProposalMissing' | 'WrongIndex' | 'DuplicateVote' | 'AlreadyInitialized' | 'TooEarly' | 'TooManyProposals' | 'WrongProposalWeight' | 'WrongProposalLength';
1770
1884
  }
1771
1885
 
1772
- /** @name SugarfungeValidatorSetError (194) */
1773
- interface SugarfungeValidatorSetError extends Enum {
1774
- readonly isTooLowValidatorCount: boolean;
1775
- readonly isDuplicate: boolean;
1776
- readonly isValidatorNotApproved: boolean;
1777
- readonly isBadOrigin: boolean;
1778
- readonly type: 'TooLowValidatorCount' | 'Duplicate' | 'ValidatorNotApproved' | 'BadOrigin';
1779
- }
1780
-
1781
- /** @name SpCoreCryptoKeyTypeId (198) */
1886
+ /** @name SpCoreCryptoKeyTypeId (213) */
1782
1887
  interface SpCoreCryptoKeyTypeId extends U8aFixed {}
1783
1888
 
1784
- /** @name PalletSessionError (199) */
1889
+ /** @name PalletSessionError (214) */
1785
1890
  interface PalletSessionError extends Enum {
1786
1891
  readonly isInvalidProof: boolean;
1787
1892
  readonly isNoAssociatedValidatorId: boolean;
@@ -1791,20 +1896,33 @@ declare module '@polkadot/types/lookup' {
1791
1896
  readonly type: 'InvalidProof' | 'NoAssociatedValidatorId' | 'DuplicatedKey' | 'NoKeys' | 'NoAccount';
1792
1897
  }
1793
1898
 
1794
- /** @name SugarfungeAssetClass (200) */
1899
+ /** @name PalletImOnlineBoundedOpaqueNetworkState (218) */
1900
+ interface PalletImOnlineBoundedOpaqueNetworkState extends Struct {
1901
+ readonly peerId: Bytes;
1902
+ readonly externalAddresses: Vec<Bytes>;
1903
+ }
1904
+
1905
+ /** @name PalletImOnlineError (223) */
1906
+ interface PalletImOnlineError extends Enum {
1907
+ readonly isInvalidKey: boolean;
1908
+ readonly isDuplicatedHeartbeat: boolean;
1909
+ readonly type: 'InvalidKey' | 'DuplicatedHeartbeat';
1910
+ }
1911
+
1912
+ /** @name SugarfungeAssetClass (224) */
1795
1913
  interface SugarfungeAssetClass extends Struct {
1796
1914
  readonly owner: AccountId32;
1797
1915
  readonly metadata: Bytes;
1798
1916
  }
1799
1917
 
1800
- /** @name SugarfungeAssetAsset (202) */
1918
+ /** @name SugarfungeAssetAsset (226) */
1801
1919
  interface SugarfungeAssetAsset extends Struct {
1802
1920
  readonly classId: u64;
1803
1921
  readonly creator: AccountId32;
1804
1922
  readonly metadata: Bytes;
1805
1923
  }
1806
1924
 
1807
- /** @name SugarfungeAssetError (204) */
1925
+ /** @name SugarfungeAssetError (228) */
1808
1926
  interface SugarfungeAssetError extends Enum {
1809
1927
  readonly isUnknown: boolean;
1810
1928
  readonly isInUse: boolean;
@@ -1820,14 +1938,14 @@ declare module '@polkadot/types/lookup' {
1820
1938
  readonly type: 'Unknown' | 'InUse' | 'InvalidAssetId' | 'InsufficientBalance' | 'NumOverflow' | 'InvalidArrayLength' | 'Overflow' | 'InvalidClassId' | 'NoPermission' | 'ClassNotFound' | 'AssetNotFound';
1821
1939
  }
1822
1940
 
1823
- /** @name SugarfungeDaoError (205) */
1941
+ /** @name SugarfungeDaoError (229) */
1824
1942
  interface SugarfungeDaoError extends Enum {
1825
1943
  readonly isNoneValue: boolean;
1826
1944
  readonly isStorageOverflow: boolean;
1827
1945
  readonly type: 'NoneValue' | 'StorageOverflow';
1828
1946
  }
1829
1947
 
1830
- /** @name SugarfungeBundleBundle (206) */
1948
+ /** @name SugarfungeBundleBundle (230) */
1831
1949
  interface SugarfungeBundleBundle extends Struct {
1832
1950
  readonly creator: AccountId32;
1833
1951
  readonly classId: u64;
@@ -1837,10 +1955,10 @@ declare module '@polkadot/types/lookup' {
1837
1955
  readonly vault: AccountId32;
1838
1956
  }
1839
1957
 
1840
- /** @name FrameSupportPalletId (207) */
1958
+ /** @name FrameSupportPalletId (231) */
1841
1959
  interface FrameSupportPalletId extends U8aFixed {}
1842
1960
 
1843
- /** @name SugarfungeBundleError (208) */
1961
+ /** @name SugarfungeBundleError (232) */
1844
1962
  interface SugarfungeBundleError extends Enum {
1845
1963
  readonly isInvalidBundleIdForBundle: boolean;
1846
1964
  readonly isBundleExists: boolean;
@@ -1853,13 +1971,13 @@ declare module '@polkadot/types/lookup' {
1853
1971
  readonly type: 'InvalidBundleIdForBundle' | 'BundleExists' | 'BundleNotFound' | 'NumOverflow' | 'InvalidArrayLength' | 'InsufficientBalance' | 'AssetExists' | 'AccountNotOwner';
1854
1972
  }
1855
1973
 
1856
- /** @name SugarfungeBagBagClass (209) */
1974
+ /** @name SugarfungeBagBagClass (233) */
1857
1975
  interface SugarfungeBagBagClass extends Struct {
1858
1976
  readonly operator: AccountId32;
1859
1977
  readonly classId: u64;
1860
1978
  }
1861
1979
 
1862
- /** @name SugarfungeBagBag (210) */
1980
+ /** @name SugarfungeBagBag (234) */
1863
1981
  interface SugarfungeBagBag extends Struct {
1864
1982
  readonly operator: AccountId32;
1865
1983
  readonly classId: u64;
@@ -1867,7 +1985,7 @@ declare module '@polkadot/types/lookup' {
1867
1985
  readonly totalShares: u128;
1868
1986
  }
1869
1987
 
1870
- /** @name SugarfungeBagError (211) */
1988
+ /** @name SugarfungeBagError (235) */
1871
1989
  interface SugarfungeBagError extends Enum {
1872
1990
  readonly isBagClassExists: boolean;
1873
1991
  readonly isBagExists: boolean;
@@ -1880,20 +1998,20 @@ declare module '@polkadot/types/lookup' {
1880
1998
  readonly type: 'BagClassExists' | 'BagExists' | 'InvalidBagClass' | 'InvalidBag' | 'InvalidBagOperator' | 'InvalidBagOwner' | 'InvalidArrayLength' | 'InsufficientShares';
1881
1999
  }
1882
2000
 
1883
- /** @name SugarfungeExgineError (212) */
2001
+ /** @name SugarfungeExgineError (236) */
1884
2002
  interface SugarfungeExgineError extends Enum {
1885
2003
  readonly isNoneValue: boolean;
1886
2004
  readonly isStorageOverflow: boolean;
1887
2005
  readonly type: 'NoneValue' | 'StorageOverflow';
1888
2006
  }
1889
2007
 
1890
- /** @name SugarfungeMarketMarket (213) */
2008
+ /** @name SugarfungeMarketMarket (237) */
1891
2009
  interface SugarfungeMarketMarket extends Struct {
1892
2010
  readonly owner: AccountId32;
1893
2011
  readonly vault: AccountId32;
1894
2012
  }
1895
2013
 
1896
- /** @name SugarfungeMarketError (215) */
2014
+ /** @name SugarfungeMarketError (239) */
1897
2015
  interface SugarfungeMarketError extends Enum {
1898
2016
  readonly isOverflow: boolean;
1899
2017
  readonly isInsufficientAmount: boolean;
@@ -1917,27 +2035,27 @@ declare module '@polkadot/types/lookup' {
1917
2035
  readonly type: 'Overflow' | 'InsufficientAmount' | 'InsufficientLiquidity' | 'InvalidMarket' | 'InvalidMarketRate' | 'InvalidMarketOwner' | 'NotAuthorizedToMintAsset' | 'MarketExists' | 'MarketRateExists' | 'InvalidAsset' | 'InvalidAssetRate' | 'InvalidRateAccount' | 'InvalidRateAmount' | 'InvalidBurnPrice' | 'InvalidBurnBalance' | 'InvalidTransferPrice' | 'InvalidTransferBalance' | 'InvalidBuyer' | 'InvalidArrayLength';
1918
2036
  }
1919
2037
 
1920
- /** @name FunctionlandFulaManifest (217) */
2038
+ /** @name FunctionlandFulaManifest (241) */
1921
2039
  interface FunctionlandFulaManifest extends Struct {
1922
2040
  readonly usersData: Vec<FunctionlandFulaUploaderData>;
1923
2041
  readonly manifestMetadata: Bytes;
1924
2042
  readonly size_: Option<u64>;
1925
2043
  }
1926
2044
 
1927
- /** @name FunctionlandFulaChallenge (220) */
2045
+ /** @name FunctionlandFulaChallenge (244) */
1928
2046
  interface FunctionlandFulaChallenge extends Struct {
1929
2047
  readonly challenger: AccountId32;
1930
2048
  readonly challengeState: FunctionlandFulaChallengeState;
1931
2049
  }
1932
2050
 
1933
- /** @name FunctionlandFulaClaimData (221) */
2051
+ /** @name FunctionlandFulaClaimData (245) */
1934
2052
  interface FunctionlandFulaClaimData extends Struct {
1935
2053
  readonly mintedLaborTokens: u128;
1936
2054
  readonly expectedLaborTokens: u128;
1937
2055
  readonly challengeTokens: u128;
1938
2056
  }
1939
2057
 
1940
- /** @name FunctionlandFulaError (222) */
2058
+ /** @name FunctionlandFulaError (246) */
1941
2059
  interface FunctionlandFulaError extends Enum {
1942
2060
  readonly isNoneValue: boolean;
1943
2061
  readonly isStorageOverflow: boolean;
@@ -1957,10 +2075,11 @@ declare module '@polkadot/types/lookup' {
1957
2075
  readonly isManifestStorerDataNotFound: boolean;
1958
2076
  readonly isNoFileSizeProvided: boolean;
1959
2077
  readonly isNoAccountsToChallenge: boolean;
1960
- readonly type: 'NoneValue' | 'StorageOverflow' | 'ReplicationFactorLimitReached' | 'ReplicationFactorInvalid' | 'AccountAlreadyStorer' | 'AccountNotStorer' | 'AccountNotInPool' | 'AccountNotUploader' | 'AccountNotFound' | 'ManifestAlreadyExist' | 'ManifestNotFound' | 'ManifestNotStored' | 'InvalidArrayLength' | 'ErrorPickingCIDToChallenge' | 'ErrorPickingAccountToChallenge' | 'ManifestStorerDataNotFound' | 'NoFileSizeProvided' | 'NoAccountsToChallenge';
2078
+ readonly isFileAlreadyUploadedbyUser: boolean;
2079
+ readonly type: 'NoneValue' | 'StorageOverflow' | 'ReplicationFactorLimitReached' | 'ReplicationFactorInvalid' | 'AccountAlreadyStorer' | 'AccountNotStorer' | 'AccountNotInPool' | 'AccountNotUploader' | 'AccountNotFound' | 'ManifestAlreadyExist' | 'ManifestNotFound' | 'ManifestNotStored' | 'InvalidArrayLength' | 'ErrorPickingCIDToChallenge' | 'ErrorPickingAccountToChallenge' | 'ManifestStorerDataNotFound' | 'NoFileSizeProvided' | 'NoAccountsToChallenge' | 'FileAlreadyUploadedbyUser';
1961
2080
  }
1962
2081
 
1963
- /** @name FulaPoolPool (223) */
2082
+ /** @name FulaPoolPool (247) */
1964
2083
  interface FulaPoolPool extends Struct {
1965
2084
  readonly name: Bytes;
1966
2085
  readonly owner: Option<AccountId32>;
@@ -1970,21 +2089,21 @@ declare module '@polkadot/types/lookup' {
1970
2089
  readonly region: Bytes;
1971
2090
  }
1972
2091
 
1973
- /** @name FulaPoolPoolRequest (226) */
2092
+ /** @name FulaPoolPoolRequest (249) */
1974
2093
  interface FulaPoolPoolRequest extends Struct {
1975
2094
  readonly voted: Vec<AccountId32>;
1976
2095
  readonly positiveVotes: u16;
1977
2096
  readonly peerId: Bytes;
1978
2097
  }
1979
2098
 
1980
- /** @name FulaPoolUser (227) */
2099
+ /** @name FulaPoolUser (250) */
1981
2100
  interface FulaPoolUser extends Struct {
1982
2101
  readonly poolId: Option<u32>;
1983
2102
  readonly requestPoolId: Option<u32>;
1984
2103
  readonly peerId: Bytes;
1985
2104
  }
1986
2105
 
1987
- /** @name FulaPoolError (228) */
2106
+ /** @name FulaPoolError (251) */
1988
2107
  interface FulaPoolError extends Enum {
1989
2108
  readonly isUserBusy: boolean;
1990
2109
  readonly isMaxPools: boolean;
@@ -1999,7 +2118,13 @@ declare module '@polkadot/types/lookup' {
1999
2118
  readonly type: 'UserBusy' | 'MaxPools' | 'NameTooLong' | 'PoolDoesNotExist' | 'RequestDoesNotExist' | 'CapacityReached' | 'UserDoesNotExist' | 'AccessDenied' | 'InternalError' | 'AlreadyVoted';
2000
2119
  }
2001
2120
 
2002
- /** @name SpRuntimeMultiSignature (230) */
2121
+ /** @name PalletUtilityError (252) */
2122
+ interface PalletUtilityError extends Enum {
2123
+ readonly isTooManyCalls: boolean;
2124
+ readonly type: 'TooManyCalls';
2125
+ }
2126
+
2127
+ /** @name SpRuntimeMultiSignature (254) */
2003
2128
  interface SpRuntimeMultiSignature extends Enum {
2004
2129
  readonly isEd25519: boolean;
2005
2130
  readonly asEd25519: SpCoreEd25519Signature;
@@ -2010,34 +2135,31 @@ declare module '@polkadot/types/lookup' {
2010
2135
  readonly type: 'Ed25519' | 'Sr25519' | 'Ecdsa';
2011
2136
  }
2012
2137
 
2013
- /** @name SpCoreSr25519Signature (231) */
2014
- interface SpCoreSr25519Signature extends U8aFixed {}
2015
-
2016
- /** @name SpCoreEcdsaSignature (232) */
2138
+ /** @name SpCoreEcdsaSignature (255) */
2017
2139
  interface SpCoreEcdsaSignature extends U8aFixed {}
2018
2140
 
2019
- /** @name FrameSystemExtensionsCheckNonZeroSender (235) */
2141
+ /** @name FrameSystemExtensionsCheckNonZeroSender (258) */
2020
2142
  type FrameSystemExtensionsCheckNonZeroSender = Null;
2021
2143
 
2022
- /** @name FrameSystemExtensionsCheckSpecVersion (236) */
2144
+ /** @name FrameSystemExtensionsCheckSpecVersion (259) */
2023
2145
  type FrameSystemExtensionsCheckSpecVersion = Null;
2024
2146
 
2025
- /** @name FrameSystemExtensionsCheckTxVersion (237) */
2147
+ /** @name FrameSystemExtensionsCheckTxVersion (260) */
2026
2148
  type FrameSystemExtensionsCheckTxVersion = Null;
2027
2149
 
2028
- /** @name FrameSystemExtensionsCheckGenesis (238) */
2150
+ /** @name FrameSystemExtensionsCheckGenesis (261) */
2029
2151
  type FrameSystemExtensionsCheckGenesis = Null;
2030
2152
 
2031
- /** @name FrameSystemExtensionsCheckNonce (241) */
2153
+ /** @name FrameSystemExtensionsCheckNonce (264) */
2032
2154
  interface FrameSystemExtensionsCheckNonce extends Compact<u32> {}
2033
2155
 
2034
- /** @name FrameSystemExtensionsCheckWeight (242) */
2156
+ /** @name FrameSystemExtensionsCheckWeight (265) */
2035
2157
  type FrameSystemExtensionsCheckWeight = Null;
2036
2158
 
2037
- /** @name PalletTransactionPaymentChargeTransactionPayment (243) */
2159
+ /** @name PalletTransactionPaymentChargeTransactionPayment (266) */
2038
2160
  interface PalletTransactionPaymentChargeTransactionPayment extends Compact<u128> {}
2039
2161
 
2040
- /** @name SugarfungeRuntimeRuntime (244) */
2162
+ /** @name SugarfungeRuntimeRuntime (267) */
2041
2163
  type SugarfungeRuntimeRuntime = Null;
2042
2164
 
2043
2165
  } // declare module