@storagehub/api-augment 0.2.14 → 0.4.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 (85) hide show
  1. package/dist/parachain/interfaces/augment-api-consts.js +1 -1
  2. package/dist/parachain/interfaces/augment-api-errors.js +1 -1
  3. package/dist/parachain/interfaces/augment-api-events.js +1 -1
  4. package/dist/parachain/interfaces/augment-api-query.js +1 -1
  5. package/dist/parachain/interfaces/augment-api-rpc.js +1 -1
  6. package/dist/parachain/interfaces/augment-api-runtime.js +1 -1
  7. package/dist/parachain/interfaces/augment-api-tx.js +1 -1
  8. package/dist/parachain/interfaces/augment-api.js +7 -7
  9. package/dist/parachain/interfaces/augment-types.js +1 -1
  10. package/dist/parachain/interfaces/index.js +1 -1
  11. package/dist/parachain/interfaces/lookup.js +2785 -2373
  12. package/dist/parachain/interfaces/lookup.js.map +1 -1
  13. package/dist/parachain/interfaces/registry.js +1 -1
  14. package/dist/parachain/interfaces/storagehubclient/index.js +1 -1
  15. package/dist/parachain/interfaces/storagehubclient/runtime.js +5 -0
  16. package/dist/parachain/interfaces/storagehubclient/runtime.js.map +1 -1
  17. package/dist/parachain/interfaces/types-lookup.js +1 -1
  18. package/dist/parachain/interfaces/types.js +1 -1
  19. package/dist/solochain-evm/interfaces/augment-api-consts.js +1 -1
  20. package/dist/solochain-evm/interfaces/augment-api-errors.js +1 -1
  21. package/dist/solochain-evm/interfaces/augment-api-events.js +1 -1
  22. package/dist/solochain-evm/interfaces/augment-api-query.js +1 -1
  23. package/dist/solochain-evm/interfaces/augment-api-rpc.js +1 -1
  24. package/dist/solochain-evm/interfaces/augment-api-runtime.js +1 -1
  25. package/dist/solochain-evm/interfaces/augment-api-tx.js +1 -1
  26. package/dist/solochain-evm/interfaces/augment-api.js +7 -7
  27. package/dist/solochain-evm/interfaces/augment-types.js +1 -1
  28. package/dist/solochain-evm/interfaces/index.js +1 -1
  29. package/dist/solochain-evm/interfaces/lookup.js +2029 -1659
  30. package/dist/solochain-evm/interfaces/lookup.js.map +1 -1
  31. package/dist/solochain-evm/interfaces/registry.js +1 -1
  32. package/dist/solochain-evm/interfaces/storagehubclient/index.js +1 -1
  33. package/dist/solochain-evm/interfaces/types-lookup.js +1 -1
  34. package/dist/solochain-evm/interfaces/types.js +1 -1
  35. package/dist/types/parachain/interfaces/augment-api-consts.d.ts +7 -7
  36. package/dist/types/parachain/interfaces/augment-api-errors.d.ts +7 -3
  37. package/dist/types/parachain/interfaces/augment-api-events.d.ts +828 -174
  38. package/dist/types/parachain/interfaces/augment-api-query.d.ts +330 -112
  39. package/dist/types/parachain/interfaces/augment-api-rpc.d.ts +32 -32
  40. package/dist/types/parachain/interfaces/augment-api-runtime.d.ts +33 -25
  41. package/dist/types/parachain/interfaces/augment-api-tx.d.ts +639 -149
  42. package/dist/types/parachain/interfaces/augment-api.d.ts +7 -7
  43. package/dist/types/parachain/interfaces/augment-types.d.ts +75 -75
  44. package/dist/types/parachain/interfaces/index.d.ts +1 -1
  45. package/dist/types/parachain/interfaces/lookup.d.ts +227 -217
  46. package/dist/types/parachain/interfaces/registry.d.ts +3 -3
  47. package/dist/types/parachain/interfaces/storagehubclient/index.d.ts +1 -1
  48. package/dist/types/parachain/interfaces/storagehubclient/types.d.ts +34 -34
  49. package/dist/types/parachain/interfaces/types-lookup.d.ts +536 -406
  50. package/dist/types/parachain/interfaces/types.d.ts +1 -1
  51. package/dist/types/solochain-evm/interfaces/augment-api-consts.d.ts +7 -7
  52. package/dist/types/solochain-evm/interfaces/augment-api-errors.d.ts +7 -3
  53. package/dist/types/solochain-evm/interfaces/augment-api-events.d.ts +674 -139
  54. package/dist/types/solochain-evm/interfaces/augment-api-query.d.ts +302 -100
  55. package/dist/types/solochain-evm/interfaces/augment-api-rpc.d.ts +32 -32
  56. package/dist/types/solochain-evm/interfaces/augment-api-runtime.d.ts +33 -25
  57. package/dist/types/solochain-evm/interfaces/augment-api-tx.d.ts +584 -132
  58. package/dist/types/solochain-evm/interfaces/augment-api.d.ts +7 -7
  59. package/dist/types/solochain-evm/interfaces/augment-types.d.ts +75 -75
  60. package/dist/types/solochain-evm/interfaces/index.d.ts +1 -1
  61. package/dist/types/solochain-evm/interfaces/lookup.d.ts +183 -173
  62. package/dist/types/solochain-evm/interfaces/registry.d.ts +3 -3
  63. package/dist/types/solochain-evm/interfaces/storagehubclient/index.d.ts +1 -1
  64. package/dist/types/solochain-evm/interfaces/storagehubclient/types.d.ts +35 -35
  65. package/dist/types/solochain-evm/interfaces/types-lookup.d.ts +412 -312
  66. package/dist/types/solochain-evm/interfaces/types.d.ts +1 -1
  67. package/metadata-sh-parachain.json +1 -1
  68. package/metadata-sh-solochain-evm.json +1 -1
  69. package/package.json +2 -2
  70. package/src/parachain/interfaces/augment-api-errors.ts +4 -0
  71. package/src/parachain/interfaces/augment-api-events.ts +8 -0
  72. package/src/parachain/interfaces/augment-api-query.ts +12 -0
  73. package/src/parachain/interfaces/augment-api-runtime.ts +14 -0
  74. package/src/parachain/interfaces/augment-api-tx.ts +13 -0
  75. package/src/parachain/interfaces/lookup.ts +233 -222
  76. package/src/parachain/interfaces/storagehubclient/runtime.ts +5 -0
  77. package/src/parachain/interfaces/types-lookup.ts +237 -224
  78. package/src/solochain-evm/interfaces/augment-api-errors.ts +4 -0
  79. package/src/solochain-evm/interfaces/augment-api-events.ts +8 -0
  80. package/src/solochain-evm/interfaces/augment-api-query.ts +12 -0
  81. package/src/solochain-evm/interfaces/augment-api-runtime.ts +14 -0
  82. package/src/solochain-evm/interfaces/augment-api-tx.ts +13 -0
  83. package/src/solochain-evm/interfaces/lookup.ts +189 -178
  84. package/src/solochain-evm/interfaces/types-lookup.ts +193 -180
  85. package/storagehub-api-augment-0.2.14.tgz +0 -0
@@ -675,9 +675,9 @@ declare module "@polkadot/types/lookup" {
675
675
  readonly isMinPrice: boolean;
676
676
  readonly asMinPrice: u128;
677
677
  readonly isUpperExponentFactor: boolean;
678
- readonly asUpperExponentFactor: u32;
678
+ readonly asUpperExponentFactor: u128;
679
679
  readonly isLowerExponentFactor: boolean;
680
- readonly asLowerExponentFactor: u32;
680
+ readonly asLowerExponentFactor: u128;
681
681
  readonly isZeroSizeBucketFixedRate: boolean;
682
682
  readonly asZeroSizeBucketFixedRate: u128;
683
683
  readonly isIdealUtilisationRate: boolean;
@@ -1265,6 +1265,11 @@ declare module "@polkadot/types/lookup" {
1265
1265
  readonly amountToReturn: u128;
1266
1266
  readonly error: SpRuntimeDispatchError;
1267
1267
  } & Struct;
1268
+ readonly isUserOperationPauseFlagsUpdated: boolean;
1269
+ readonly asUserOperationPauseFlagsUpdated: {
1270
+ readonly old: u32;
1271
+ readonly new_: u32;
1272
+ } & Struct;
1268
1273
  readonly type:
1269
1274
  | "NewBucket"
1270
1275
  | "BucketDeleted"
@@ -1294,10 +1299,11 @@ declare module "@polkadot/types/lookup" {
1294
1299
  | "BucketFileDeletionsCompleted"
1295
1300
  | "BspFileDeletionsCompleted"
1296
1301
  | "UsedCapacityShouldBeZero"
1297
- | "FailedToReleaseStorageRequestCreationDeposit";
1302
+ | "FailedToReleaseStorageRequestCreationDeposit"
1303
+ | "UserOperationPauseFlagsUpdated";
1298
1304
  }
1299
1305
 
1300
- /** @name ShpFileMetadataFileMetadata (110) */
1306
+ /** @name ShpFileMetadataFileMetadata (113) */
1301
1307
  interface ShpFileMetadataFileMetadata extends Struct {
1302
1308
  readonly owner: Bytes;
1303
1309
  readonly bucketId: Bytes;
@@ -1306,10 +1312,10 @@ declare module "@polkadot/types/lookup" {
1306
1312
  readonly fingerprint: ShpFileMetadataFingerprint;
1307
1313
  }
1308
1314
 
1309
- /** @name ShpFileMetadataFingerprint (111) */
1315
+ /** @name ShpFileMetadataFingerprint (114) */
1310
1316
  interface ShpFileMetadataFingerprint extends U8aFixed {}
1311
1317
 
1312
- /** @name PalletFileSystemRejectedStorageRequestReason (112) */
1318
+ /** @name PalletFileSystemRejectedStorageRequestReason (115) */
1313
1319
  interface PalletFileSystemRejectedStorageRequestReason extends Enum {
1314
1320
  readonly isReachedMaximumCapacity: boolean;
1315
1321
  readonly isReceivedInvalidProof: boolean;
@@ -1324,22 +1330,22 @@ declare module "@polkadot/types/lookup" {
1324
1330
  | "InternalError";
1325
1331
  }
1326
1332
 
1327
- /** @name PalletFileSystemFileOperationIntention (117) */
1333
+ /** @name PalletFileSystemFileOperationIntention (120) */
1328
1334
  interface PalletFileSystemFileOperationIntention extends Struct {
1329
1335
  readonly fileKey: H256;
1330
1336
  readonly operation: PalletFileSystemFileOperation;
1331
1337
  }
1332
1338
 
1333
- /** @name PalletFileSystemFileOperation (118) */
1339
+ /** @name PalletFileSystemFileOperation (121) */
1334
1340
  interface PalletFileSystemFileOperation extends Enum {
1335
1341
  readonly isDelete: boolean;
1336
1342
  readonly type: "Delete";
1337
1343
  }
1338
1344
 
1339
- /** @name FpAccountEthereumSignature (119) */
1345
+ /** @name FpAccountEthereumSignature (122) */
1340
1346
  interface FpAccountEthereumSignature extends U8aFixed {}
1341
1347
 
1342
- /** @name PalletProofsDealerEvent (124) */
1348
+ /** @name PalletProofsDealerEvent (128) */
1343
1349
  interface PalletProofsDealerEvent extends Enum {
1344
1350
  readonly isNewChallenge: boolean;
1345
1351
  readonly asNewChallenge: {
@@ -1416,36 +1422,36 @@ declare module "@polkadot/types/lookup" {
1416
1422
  | "ChallengesTickerSet";
1417
1423
  }
1418
1424
 
1419
- /** @name PalletProofsDealerProof (125) */
1425
+ /** @name PalletProofsDealerProof (129) */
1420
1426
  interface PalletProofsDealerProof extends Struct {
1421
1427
  readonly forestProof: SpTrieStorageProofCompactProof;
1422
1428
  readonly keyProofs: BTreeMap<H256, PalletProofsDealerKeyProof>;
1423
1429
  }
1424
1430
 
1425
- /** @name SpTrieStorageProofCompactProof (126) */
1431
+ /** @name SpTrieStorageProofCompactProof (130) */
1426
1432
  interface SpTrieStorageProofCompactProof extends Struct {
1427
1433
  readonly encodedNodes: Vec<Bytes>;
1428
1434
  }
1429
1435
 
1430
- /** @name PalletProofsDealerKeyProof (129) */
1436
+ /** @name PalletProofsDealerKeyProof (133) */
1431
1437
  interface PalletProofsDealerKeyProof extends Struct {
1432
1438
  readonly proof: ShpFileKeyVerifierFileKeyProof;
1433
1439
  readonly challengeCount: u32;
1434
1440
  }
1435
1441
 
1436
- /** @name ShpFileKeyVerifierFileKeyProof (130) */
1442
+ /** @name ShpFileKeyVerifierFileKeyProof (134) */
1437
1443
  interface ShpFileKeyVerifierFileKeyProof extends Struct {
1438
1444
  readonly fileMetadata: ShpFileMetadataFileMetadata;
1439
1445
  readonly proof: SpTrieStorageProofCompactProof;
1440
1446
  }
1441
1447
 
1442
- /** @name PalletProofsDealerCustomChallenge (134) */
1448
+ /** @name PalletProofsDealerCustomChallenge (138) */
1443
1449
  interface PalletProofsDealerCustomChallenge extends Struct {
1444
1450
  readonly key: H256;
1445
1451
  readonly shouldRemoveKey: bool;
1446
1452
  }
1447
1453
 
1448
- /** @name ShpTraitsTrieMutation (138) */
1454
+ /** @name ShpTraitsTrieMutation (142) */
1449
1455
  interface ShpTraitsTrieMutation extends Enum {
1450
1456
  readonly isAdd: boolean;
1451
1457
  readonly asAdd: ShpTraitsTrieAddMutation;
@@ -1454,17 +1460,17 @@ declare module "@polkadot/types/lookup" {
1454
1460
  readonly type: "Add" | "Remove";
1455
1461
  }
1456
1462
 
1457
- /** @name ShpTraitsTrieAddMutation (139) */
1463
+ /** @name ShpTraitsTrieAddMutation (143) */
1458
1464
  interface ShpTraitsTrieAddMutation extends Struct {
1459
1465
  readonly value: Bytes;
1460
1466
  }
1461
1467
 
1462
- /** @name ShpTraitsTrieRemoveMutation (140) */
1468
+ /** @name ShpTraitsTrieRemoveMutation (144) */
1463
1469
  interface ShpTraitsTrieRemoveMutation extends Struct {
1464
1470
  readonly maybeValue: Option<Bytes>;
1465
1471
  }
1466
1472
 
1467
- /** @name PalletRandomnessEvent (142) */
1473
+ /** @name PalletRandomnessEvent (146) */
1468
1474
  interface PalletRandomnessEvent extends Enum {
1469
1475
  readonly isNewOneEpochAgoRandomnessAvailable: boolean;
1470
1476
  readonly asNewOneEpochAgoRandomnessAvailable: {
@@ -1475,7 +1481,7 @@ declare module "@polkadot/types/lookup" {
1475
1481
  readonly type: "NewOneEpochAgoRandomnessAvailable";
1476
1482
  }
1477
1483
 
1478
- /** @name PalletPaymentStreamsEvent (143) */
1484
+ /** @name PalletPaymentStreamsEvent (147) */
1479
1485
  interface PalletPaymentStreamsEvent extends Enum {
1480
1486
  readonly isFixedRatePaymentStreamCreated: boolean;
1481
1487
  readonly asFixedRatePaymentStreamCreated: {
@@ -1569,7 +1575,7 @@ declare module "@polkadot/types/lookup" {
1569
1575
  | "InconsistentTickProcessing";
1570
1576
  }
1571
1577
 
1572
- /** @name PalletBucketNftsEvent (145) */
1578
+ /** @name PalletBucketNftsEvent (149) */
1573
1579
  interface PalletBucketNftsEvent extends Enum {
1574
1580
  readonly isAccessShared: boolean;
1575
1581
  readonly asAccessShared: {
@@ -1591,7 +1597,7 @@ declare module "@polkadot/types/lookup" {
1591
1597
  readonly type: "AccessShared" | "ItemReadAccessUpdated" | "ItemBurned";
1592
1598
  }
1593
1599
 
1594
- /** @name PalletNftsEvent (146) */
1600
+ /** @name PalletNftsEvent (150) */
1595
1601
  interface PalletNftsEvent extends Enum {
1596
1602
  readonly isCreated: boolean;
1597
1603
  readonly asCreated: {
@@ -1866,7 +1872,7 @@ declare module "@polkadot/types/lookup" {
1866
1872
  | "PalletAttributeSet";
1867
1873
  }
1868
1874
 
1869
- /** @name PalletNftsAttributeNamespace (150) */
1875
+ /** @name PalletNftsAttributeNamespace (154) */
1870
1876
  interface PalletNftsAttributeNamespace extends Enum {
1871
1877
  readonly isPallet: boolean;
1872
1878
  readonly isCollectionOwner: boolean;
@@ -1876,20 +1882,20 @@ declare module "@polkadot/types/lookup" {
1876
1882
  readonly type: "Pallet" | "CollectionOwner" | "ItemOwner" | "Account";
1877
1883
  }
1878
1884
 
1879
- /** @name PalletNftsPriceWithDirection (152) */
1885
+ /** @name PalletNftsPriceWithDirection (156) */
1880
1886
  interface PalletNftsPriceWithDirection extends Struct {
1881
1887
  readonly amount: u128;
1882
1888
  readonly direction: PalletNftsPriceDirection;
1883
1889
  }
1884
1890
 
1885
- /** @name PalletNftsPriceDirection (153) */
1891
+ /** @name PalletNftsPriceDirection (157) */
1886
1892
  interface PalletNftsPriceDirection extends Enum {
1887
1893
  readonly isSend: boolean;
1888
1894
  readonly isReceive: boolean;
1889
1895
  readonly type: "Send" | "Receive";
1890
1896
  }
1891
1897
 
1892
- /** @name PalletNftsPalletAttributes (154) */
1898
+ /** @name PalletNftsPalletAttributes (158) */
1893
1899
  interface PalletNftsPalletAttributes extends Enum {
1894
1900
  readonly isUsedToClaim: boolean;
1895
1901
  readonly asUsedToClaim: u32;
@@ -1897,7 +1903,7 @@ declare module "@polkadot/types/lookup" {
1897
1903
  readonly type: "UsedToClaim" | "TransferDisabled";
1898
1904
  }
1899
1905
 
1900
- /** @name FrameSystemPhase (155) */
1906
+ /** @name FrameSystemPhase (159) */
1901
1907
  interface FrameSystemPhase extends Enum {
1902
1908
  readonly isApplyExtrinsic: boolean;
1903
1909
  readonly asApplyExtrinsic: u32;
@@ -1906,19 +1912,19 @@ declare module "@polkadot/types/lookup" {
1906
1912
  readonly type: "ApplyExtrinsic" | "Finalization" | "Initialization";
1907
1913
  }
1908
1914
 
1909
- /** @name FrameSystemLastRuntimeUpgradeInfo (158) */
1915
+ /** @name FrameSystemLastRuntimeUpgradeInfo (162) */
1910
1916
  interface FrameSystemLastRuntimeUpgradeInfo extends Struct {
1911
1917
  readonly specVersion: Compact<u32>;
1912
1918
  readonly specName: Text;
1913
1919
  }
1914
1920
 
1915
- /** @name FrameSystemCodeUpgradeAuthorization (160) */
1921
+ /** @name FrameSystemCodeUpgradeAuthorization (164) */
1916
1922
  interface FrameSystemCodeUpgradeAuthorization extends Struct {
1917
1923
  readonly codeHash: H256;
1918
1924
  readonly checkVersion: bool;
1919
1925
  }
1920
1926
 
1921
- /** @name FrameSystemCall (161) */
1927
+ /** @name FrameSystemCall (165) */
1922
1928
  interface FrameSystemCall extends Enum {
1923
1929
  readonly isRemark: boolean;
1924
1930
  readonly asRemark: {
@@ -1979,21 +1985,21 @@ declare module "@polkadot/types/lookup" {
1979
1985
  | "ApplyAuthorizedUpgrade";
1980
1986
  }
1981
1987
 
1982
- /** @name FrameSystemLimitsBlockWeights (164) */
1988
+ /** @name FrameSystemLimitsBlockWeights (168) */
1983
1989
  interface FrameSystemLimitsBlockWeights extends Struct {
1984
1990
  readonly baseBlock: SpWeightsWeightV2Weight;
1985
1991
  readonly maxBlock: SpWeightsWeightV2Weight;
1986
1992
  readonly perClass: FrameSupportDispatchPerDispatchClassWeightsPerClass;
1987
1993
  }
1988
1994
 
1989
- /** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (165) */
1995
+ /** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (169) */
1990
1996
  interface FrameSupportDispatchPerDispatchClassWeightsPerClass extends Struct {
1991
1997
  readonly normal: FrameSystemLimitsWeightsPerClass;
1992
1998
  readonly operational: FrameSystemLimitsWeightsPerClass;
1993
1999
  readonly mandatory: FrameSystemLimitsWeightsPerClass;
1994
2000
  }
1995
2001
 
1996
- /** @name FrameSystemLimitsWeightsPerClass (166) */
2002
+ /** @name FrameSystemLimitsWeightsPerClass (170) */
1997
2003
  interface FrameSystemLimitsWeightsPerClass extends Struct {
1998
2004
  readonly baseExtrinsic: SpWeightsWeightV2Weight;
1999
2005
  readonly maxExtrinsic: Option<SpWeightsWeightV2Weight>;
@@ -2001,25 +2007,25 @@ declare module "@polkadot/types/lookup" {
2001
2007
  readonly reserved: Option<SpWeightsWeightV2Weight>;
2002
2008
  }
2003
2009
 
2004
- /** @name FrameSystemLimitsBlockLength (168) */
2010
+ /** @name FrameSystemLimitsBlockLength (172) */
2005
2011
  interface FrameSystemLimitsBlockLength extends Struct {
2006
2012
  readonly max: FrameSupportDispatchPerDispatchClassU32;
2007
2013
  }
2008
2014
 
2009
- /** @name FrameSupportDispatchPerDispatchClassU32 (169) */
2015
+ /** @name FrameSupportDispatchPerDispatchClassU32 (173) */
2010
2016
  interface FrameSupportDispatchPerDispatchClassU32 extends Struct {
2011
2017
  readonly normal: u32;
2012
2018
  readonly operational: u32;
2013
2019
  readonly mandatory: u32;
2014
2020
  }
2015
2021
 
2016
- /** @name SpWeightsRuntimeDbWeight (170) */
2022
+ /** @name SpWeightsRuntimeDbWeight (174) */
2017
2023
  interface SpWeightsRuntimeDbWeight extends Struct {
2018
2024
  readonly read: u64;
2019
2025
  readonly write: u64;
2020
2026
  }
2021
2027
 
2022
- /** @name SpVersionRuntimeVersion (171) */
2028
+ /** @name SpVersionRuntimeVersion (175) */
2023
2029
  interface SpVersionRuntimeVersion extends Struct {
2024
2030
  readonly specName: Text;
2025
2031
  readonly implName: Text;
@@ -2031,7 +2037,7 @@ declare module "@polkadot/types/lookup" {
2031
2037
  readonly systemVersion: u8;
2032
2038
  }
2033
2039
 
2034
- /** @name FrameSystemError (177) */
2040
+ /** @name FrameSystemError (181) */
2035
2041
  interface FrameSystemError extends Enum {
2036
2042
  readonly isInvalidSpecName: boolean;
2037
2043
  readonly isSpecVersionNeedsToIncrease: boolean;
@@ -2054,10 +2060,10 @@ declare module "@polkadot/types/lookup" {
2054
2060
  | "Unauthorized";
2055
2061
  }
2056
2062
 
2057
- /** @name SpConsensusBabeAppPublic (180) */
2063
+ /** @name SpConsensusBabeAppPublic (184) */
2058
2064
  interface SpConsensusBabeAppPublic extends U8aFixed {}
2059
2065
 
2060
- /** @name SpConsensusBabeDigestsNextConfigDescriptor (183) */
2066
+ /** @name SpConsensusBabeDigestsNextConfigDescriptor (187) */
2061
2067
  interface SpConsensusBabeDigestsNextConfigDescriptor extends Enum {
2062
2068
  readonly isV1: boolean;
2063
2069
  readonly asV1: {
@@ -2067,7 +2073,7 @@ declare module "@polkadot/types/lookup" {
2067
2073
  readonly type: "V1";
2068
2074
  }
2069
2075
 
2070
- /** @name SpConsensusBabeAllowedSlots (185) */
2076
+ /** @name SpConsensusBabeAllowedSlots (189) */
2071
2077
  interface SpConsensusBabeAllowedSlots extends Enum {
2072
2078
  readonly isPrimarySlots: boolean;
2073
2079
  readonly isPrimaryAndSecondaryPlainSlots: boolean;
@@ -2075,7 +2081,7 @@ declare module "@polkadot/types/lookup" {
2075
2081
  readonly type: "PrimarySlots" | "PrimaryAndSecondaryPlainSlots" | "PrimaryAndSecondaryVRFSlots";
2076
2082
  }
2077
2083
 
2078
- /** @name SpConsensusBabeDigestsPreDigest (189) */
2084
+ /** @name SpConsensusBabeDigestsPreDigest (193) */
2079
2085
  interface SpConsensusBabeDigestsPreDigest extends Enum {
2080
2086
  readonly isPrimary: boolean;
2081
2087
  readonly asPrimary: SpConsensusBabeDigestsPrimaryPreDigest;
@@ -2086,39 +2092,39 @@ declare module "@polkadot/types/lookup" {
2086
2092
  readonly type: "Primary" | "SecondaryPlain" | "SecondaryVRF";
2087
2093
  }
2088
2094
 
2089
- /** @name SpConsensusBabeDigestsPrimaryPreDigest (190) */
2095
+ /** @name SpConsensusBabeDigestsPrimaryPreDigest (194) */
2090
2096
  interface SpConsensusBabeDigestsPrimaryPreDigest extends Struct {
2091
2097
  readonly authorityIndex: u32;
2092
2098
  readonly slot: u64;
2093
2099
  readonly vrfSignature: SpCoreSr25519VrfVrfSignature;
2094
2100
  }
2095
2101
 
2096
- /** @name SpCoreSr25519VrfVrfSignature (191) */
2102
+ /** @name SpCoreSr25519VrfVrfSignature (195) */
2097
2103
  interface SpCoreSr25519VrfVrfSignature extends Struct {
2098
2104
  readonly preOutput: U8aFixed;
2099
2105
  readonly proof: U8aFixed;
2100
2106
  }
2101
2107
 
2102
- /** @name SpConsensusBabeDigestsSecondaryPlainPreDigest (193) */
2108
+ /** @name SpConsensusBabeDigestsSecondaryPlainPreDigest (197) */
2103
2109
  interface SpConsensusBabeDigestsSecondaryPlainPreDigest extends Struct {
2104
2110
  readonly authorityIndex: u32;
2105
2111
  readonly slot: u64;
2106
2112
  }
2107
2113
 
2108
- /** @name SpConsensusBabeDigestsSecondaryVRFPreDigest (194) */
2114
+ /** @name SpConsensusBabeDigestsSecondaryVRFPreDigest (198) */
2109
2115
  interface SpConsensusBabeDigestsSecondaryVRFPreDigest extends Struct {
2110
2116
  readonly authorityIndex: u32;
2111
2117
  readonly slot: u64;
2112
2118
  readonly vrfSignature: SpCoreSr25519VrfVrfSignature;
2113
2119
  }
2114
2120
 
2115
- /** @name SpConsensusBabeBabeEpochConfiguration (196) */
2121
+ /** @name SpConsensusBabeBabeEpochConfiguration (200) */
2116
2122
  interface SpConsensusBabeBabeEpochConfiguration extends Struct {
2117
2123
  readonly c: ITuple<[u64, u64]>;
2118
2124
  readonly allowedSlots: SpConsensusBabeAllowedSlots;
2119
2125
  }
2120
2126
 
2121
- /** @name PalletBabeCall (200) */
2127
+ /** @name PalletBabeCall (204) */
2122
2128
  interface PalletBabeCall extends Enum {
2123
2129
  readonly isReportEquivocation: boolean;
2124
2130
  readonly asReportEquivocation: {
@@ -2137,7 +2143,7 @@ declare module "@polkadot/types/lookup" {
2137
2143
  readonly type: "ReportEquivocation" | "ReportEquivocationUnsigned" | "PlanConfigChange";
2138
2144
  }
2139
2145
 
2140
- /** @name SpConsensusSlotsEquivocationProof (201) */
2146
+ /** @name SpConsensusSlotsEquivocationProof (205) */
2141
2147
  interface SpConsensusSlotsEquivocationProof extends Struct {
2142
2148
  readonly offender: SpConsensusBabeAppPublic;
2143
2149
  readonly slot: u64;
@@ -2145,7 +2151,7 @@ declare module "@polkadot/types/lookup" {
2145
2151
  readonly secondHeader: SpRuntimeHeader;
2146
2152
  }
2147
2153
 
2148
- /** @name SpRuntimeHeader (202) */
2154
+ /** @name SpRuntimeHeader (206) */
2149
2155
  interface SpRuntimeHeader extends Struct {
2150
2156
  readonly parentHash: H256;
2151
2157
  readonly number: Compact<u32>;
@@ -2154,14 +2160,14 @@ declare module "@polkadot/types/lookup" {
2154
2160
  readonly digest: SpRuntimeDigest;
2155
2161
  }
2156
2162
 
2157
- /** @name SpSessionMembershipProof (203) */
2163
+ /** @name SpSessionMembershipProof (207) */
2158
2164
  interface SpSessionMembershipProof extends Struct {
2159
2165
  readonly session: u32;
2160
2166
  readonly trieNodes: Vec<Bytes>;
2161
2167
  readonly validatorCount: u32;
2162
2168
  }
2163
2169
 
2164
- /** @name PalletBabeError (204) */
2170
+ /** @name PalletBabeError (208) */
2165
2171
  interface PalletBabeError extends Enum {
2166
2172
  readonly isInvalidEquivocationProof: boolean;
2167
2173
  readonly isInvalidKeyOwnershipProof: boolean;
@@ -2174,7 +2180,7 @@ declare module "@polkadot/types/lookup" {
2174
2180
  | "InvalidConfiguration";
2175
2181
  }
2176
2182
 
2177
- /** @name PalletTimestampCall (205) */
2183
+ /** @name PalletTimestampCall (209) */
2178
2184
  interface PalletTimestampCall extends Enum {
2179
2185
  readonly isSet: boolean;
2180
2186
  readonly asSet: {
@@ -2183,14 +2189,14 @@ declare module "@polkadot/types/lookup" {
2183
2189
  readonly type: "Set";
2184
2190
  }
2185
2191
 
2186
- /** @name PalletBalancesBalanceLock (207) */
2192
+ /** @name PalletBalancesBalanceLock (211) */
2187
2193
  interface PalletBalancesBalanceLock extends Struct {
2188
2194
  readonly id: U8aFixed;
2189
2195
  readonly amount: u128;
2190
2196
  readonly reasons: PalletBalancesReasons;
2191
2197
  }
2192
2198
 
2193
- /** @name PalletBalancesReasons (208) */
2199
+ /** @name PalletBalancesReasons (212) */
2194
2200
  interface PalletBalancesReasons extends Enum {
2195
2201
  readonly isFee: boolean;
2196
2202
  readonly isMisc: boolean;
@@ -2198,19 +2204,19 @@ declare module "@polkadot/types/lookup" {
2198
2204
  readonly type: "Fee" | "Misc" | "All";
2199
2205
  }
2200
2206
 
2201
- /** @name PalletBalancesReserveData (211) */
2207
+ /** @name PalletBalancesReserveData (215) */
2202
2208
  interface PalletBalancesReserveData extends Struct {
2203
2209
  readonly id: U8aFixed;
2204
2210
  readonly amount: u128;
2205
2211
  }
2206
2212
 
2207
- /** @name FrameSupportTokensMiscIdAmountRuntimeHoldReason (214) */
2213
+ /** @name FrameSupportTokensMiscIdAmountRuntimeHoldReason (218) */
2208
2214
  interface FrameSupportTokensMiscIdAmountRuntimeHoldReason extends Struct {
2209
2215
  readonly id: ShSolochainEvmRuntimeRuntimeHoldReason;
2210
2216
  readonly amount: u128;
2211
2217
  }
2212
2218
 
2213
- /** @name ShSolochainEvmRuntimeRuntimeHoldReason (215) */
2219
+ /** @name ShSolochainEvmRuntimeRuntimeHoldReason (219) */
2214
2220
  interface ShSolochainEvmRuntimeRuntimeHoldReason extends Enum {
2215
2221
  readonly isProviders: boolean;
2216
2222
  readonly asProviders: PalletStorageProvidersHoldReason;
@@ -2221,36 +2227,36 @@ declare module "@polkadot/types/lookup" {
2221
2227
  readonly type: "Providers" | "FileSystem" | "PaymentStreams";
2222
2228
  }
2223
2229
 
2224
- /** @name PalletStorageProvidersHoldReason (216) */
2230
+ /** @name PalletStorageProvidersHoldReason (220) */
2225
2231
  interface PalletStorageProvidersHoldReason extends Enum {
2226
2232
  readonly isStorageProviderDeposit: boolean;
2227
2233
  readonly isBucketDeposit: boolean;
2228
2234
  readonly type: "StorageProviderDeposit" | "BucketDeposit";
2229
2235
  }
2230
2236
 
2231
- /** @name PalletFileSystemHoldReason (217) */
2237
+ /** @name PalletFileSystemHoldReason (221) */
2232
2238
  interface PalletFileSystemHoldReason extends Enum {
2233
2239
  readonly isStorageRequestCreationHold: boolean;
2234
2240
  readonly isFileDeletionRequestHold: boolean;
2235
2241
  readonly type: "StorageRequestCreationHold" | "FileDeletionRequestHold";
2236
2242
  }
2237
2243
 
2238
- /** @name PalletPaymentStreamsHoldReason (218) */
2244
+ /** @name PalletPaymentStreamsHoldReason (222) */
2239
2245
  interface PalletPaymentStreamsHoldReason extends Enum {
2240
2246
  readonly isPaymentStreamDeposit: boolean;
2241
2247
  readonly type: "PaymentStreamDeposit";
2242
2248
  }
2243
2249
 
2244
- /** @name FrameSupportTokensMiscIdAmountRuntimeFreezeReason (221) */
2250
+ /** @name FrameSupportTokensMiscIdAmountRuntimeFreezeReason (225) */
2245
2251
  interface FrameSupportTokensMiscIdAmountRuntimeFreezeReason extends Struct {
2246
2252
  readonly id: ShSolochainEvmRuntimeRuntimeFreezeReason;
2247
2253
  readonly amount: u128;
2248
2254
  }
2249
2255
 
2250
- /** @name ShSolochainEvmRuntimeRuntimeFreezeReason (222) */
2256
+ /** @name ShSolochainEvmRuntimeRuntimeFreezeReason (226) */
2251
2257
  type ShSolochainEvmRuntimeRuntimeFreezeReason = Null;
2252
2258
 
2253
- /** @name PalletBalancesCall (224) */
2259
+ /** @name PalletBalancesCall (228) */
2254
2260
  interface PalletBalancesCall extends Enum {
2255
2261
  readonly isTransferAllowDeath: boolean;
2256
2262
  readonly asTransferAllowDeath: {
@@ -2309,14 +2315,14 @@ declare module "@polkadot/types/lookup" {
2309
2315
  | "Burn";
2310
2316
  }
2311
2317
 
2312
- /** @name PalletBalancesAdjustmentDirection (226) */
2318
+ /** @name PalletBalancesAdjustmentDirection (230) */
2313
2319
  interface PalletBalancesAdjustmentDirection extends Enum {
2314
2320
  readonly isIncrease: boolean;
2315
2321
  readonly isDecrease: boolean;
2316
2322
  readonly type: "Increase" | "Decrease";
2317
2323
  }
2318
2324
 
2319
- /** @name PalletBalancesError (227) */
2325
+ /** @name PalletBalancesError (231) */
2320
2326
  interface PalletBalancesError extends Enum {
2321
2327
  readonly isVestingBalance: boolean;
2322
2328
  readonly isLiquidityRestrictions: boolean;
@@ -2345,22 +2351,22 @@ declare module "@polkadot/types/lookup" {
2345
2351
  | "DeltaZero";
2346
2352
  }
2347
2353
 
2348
- /** @name SpStakingOffenceOffenceDetails (228) */
2354
+ /** @name SpStakingOffenceOffenceDetails (232) */
2349
2355
  interface SpStakingOffenceOffenceDetails extends Struct {
2350
2356
  readonly offender: ITuple<[AccountId20, Null]>;
2351
2357
  readonly reporters: Vec<AccountId20>;
2352
2358
  }
2353
2359
 
2354
- /** @name ShSolochainEvmRuntimeSessionKeys (234) */
2360
+ /** @name ShSolochainEvmRuntimeSessionKeys (238) */
2355
2361
  interface ShSolochainEvmRuntimeSessionKeys extends Struct {
2356
2362
  readonly babe: SpConsensusBabeAppPublic;
2357
2363
  readonly grandpa: SpConsensusGrandpaAppPublic;
2358
2364
  }
2359
2365
 
2360
- /** @name SpCoreCryptoKeyTypeId (236) */
2366
+ /** @name SpCoreCryptoKeyTypeId (240) */
2361
2367
  interface SpCoreCryptoKeyTypeId extends U8aFixed {}
2362
2368
 
2363
- /** @name PalletSessionCall (237) */
2369
+ /** @name PalletSessionCall (241) */
2364
2370
  interface PalletSessionCall extends Enum {
2365
2371
  readonly isSetKeys: boolean;
2366
2372
  readonly asSetKeys: {
@@ -2371,7 +2377,7 @@ declare module "@polkadot/types/lookup" {
2371
2377
  readonly type: "SetKeys" | "PurgeKeys";
2372
2378
  }
2373
2379
 
2374
- /** @name PalletSessionError (238) */
2380
+ /** @name PalletSessionError (242) */
2375
2381
  interface PalletSessionError extends Enum {
2376
2382
  readonly isInvalidProof: boolean;
2377
2383
  readonly isNoAssociatedValidatorId: boolean;
@@ -2386,7 +2392,7 @@ declare module "@polkadot/types/lookup" {
2386
2392
  | "NoAccount";
2387
2393
  }
2388
2394
 
2389
- /** @name PalletGrandpaStoredState (239) */
2395
+ /** @name PalletGrandpaStoredState (243) */
2390
2396
  interface PalletGrandpaStoredState extends Enum {
2391
2397
  readonly isLive: boolean;
2392
2398
  readonly isPendingPause: boolean;
@@ -2403,7 +2409,7 @@ declare module "@polkadot/types/lookup" {
2403
2409
  readonly type: "Live" | "PendingPause" | "Paused" | "PendingResume";
2404
2410
  }
2405
2411
 
2406
- /** @name PalletGrandpaStoredPendingChange (240) */
2412
+ /** @name PalletGrandpaStoredPendingChange (244) */
2407
2413
  interface PalletGrandpaStoredPendingChange extends Struct {
2408
2414
  readonly scheduledAt: u32;
2409
2415
  readonly delay: u32;
@@ -2411,7 +2417,7 @@ declare module "@polkadot/types/lookup" {
2411
2417
  readonly forced: Option<u32>;
2412
2418
  }
2413
2419
 
2414
- /** @name PalletGrandpaCall (242) */
2420
+ /** @name PalletGrandpaCall (246) */
2415
2421
  interface PalletGrandpaCall extends Enum {
2416
2422
  readonly isReportEquivocation: boolean;
2417
2423
  readonly asReportEquivocation: {
@@ -2431,13 +2437,13 @@ declare module "@polkadot/types/lookup" {
2431
2437
  readonly type: "ReportEquivocation" | "ReportEquivocationUnsigned" | "NoteStalled";
2432
2438
  }
2433
2439
 
2434
- /** @name SpConsensusGrandpaEquivocationProof (243) */
2440
+ /** @name SpConsensusGrandpaEquivocationProof (247) */
2435
2441
  interface SpConsensusGrandpaEquivocationProof extends Struct {
2436
2442
  readonly setId: u64;
2437
2443
  readonly equivocation: SpConsensusGrandpaEquivocation;
2438
2444
  }
2439
2445
 
2440
- /** @name SpConsensusGrandpaEquivocation (244) */
2446
+ /** @name SpConsensusGrandpaEquivocation (248) */
2441
2447
  interface SpConsensusGrandpaEquivocation extends Enum {
2442
2448
  readonly isPrevote: boolean;
2443
2449
  readonly asPrevote: FinalityGrandpaEquivocationPrevote;
@@ -2446,7 +2452,7 @@ declare module "@polkadot/types/lookup" {
2446
2452
  readonly type: "Prevote" | "Precommit";
2447
2453
  }
2448
2454
 
2449
- /** @name FinalityGrandpaEquivocationPrevote (245) */
2455
+ /** @name FinalityGrandpaEquivocationPrevote (249) */
2450
2456
  interface FinalityGrandpaEquivocationPrevote extends Struct {
2451
2457
  readonly roundNumber: u64;
2452
2458
  readonly identity: SpConsensusGrandpaAppPublic;
@@ -2454,16 +2460,16 @@ declare module "@polkadot/types/lookup" {
2454
2460
  readonly second: ITuple<[FinalityGrandpaPrevote, SpConsensusGrandpaAppSignature]>;
2455
2461
  }
2456
2462
 
2457
- /** @name FinalityGrandpaPrevote (246) */
2463
+ /** @name FinalityGrandpaPrevote (250) */
2458
2464
  interface FinalityGrandpaPrevote extends Struct {
2459
2465
  readonly targetHash: H256;
2460
2466
  readonly targetNumber: u32;
2461
2467
  }
2462
2468
 
2463
- /** @name SpConsensusGrandpaAppSignature (247) */
2469
+ /** @name SpConsensusGrandpaAppSignature (251) */
2464
2470
  interface SpConsensusGrandpaAppSignature extends U8aFixed {}
2465
2471
 
2466
- /** @name FinalityGrandpaEquivocationPrecommit (249) */
2472
+ /** @name FinalityGrandpaEquivocationPrecommit (253) */
2467
2473
  interface FinalityGrandpaEquivocationPrecommit extends Struct {
2468
2474
  readonly roundNumber: u64;
2469
2475
  readonly identity: SpConsensusGrandpaAppPublic;
@@ -2471,13 +2477,13 @@ declare module "@polkadot/types/lookup" {
2471
2477
  readonly second: ITuple<[FinalityGrandpaPrecommit, SpConsensusGrandpaAppSignature]>;
2472
2478
  }
2473
2479
 
2474
- /** @name FinalityGrandpaPrecommit (250) */
2480
+ /** @name FinalityGrandpaPrecommit (254) */
2475
2481
  interface FinalityGrandpaPrecommit extends Struct {
2476
2482
  readonly targetHash: H256;
2477
2483
  readonly targetNumber: u32;
2478
2484
  }
2479
2485
 
2480
- /** @name PalletGrandpaError (252) */
2486
+ /** @name PalletGrandpaError (256) */
2481
2487
  interface PalletGrandpaError extends Enum {
2482
2488
  readonly isPauseFailed: boolean;
2483
2489
  readonly isResumeFailed: boolean;
@@ -2496,14 +2502,14 @@ declare module "@polkadot/types/lookup" {
2496
2502
  | "DuplicateOffenceReport";
2497
2503
  }
2498
2504
 
2499
- /** @name PalletTransactionPaymentReleases (254) */
2505
+ /** @name PalletTransactionPaymentReleases (258) */
2500
2506
  interface PalletTransactionPaymentReleases extends Enum {
2501
2507
  readonly isV1Ancient: boolean;
2502
2508
  readonly isV2: boolean;
2503
2509
  readonly type: "V1Ancient" | "V2";
2504
2510
  }
2505
2511
 
2506
- /** @name PalletParametersCall (255) */
2512
+ /** @name PalletParametersCall (259) */
2507
2513
  interface PalletParametersCall extends Enum {
2508
2514
  readonly isSetParameter: boolean;
2509
2515
  readonly asSetParameter: {
@@ -2512,14 +2518,14 @@ declare module "@polkadot/types/lookup" {
2512
2518
  readonly type: "SetParameter";
2513
2519
  }
2514
2520
 
2515
- /** @name ShSolochainEvmRuntimeConfigsRuntimeParamsRuntimeParameters (256) */
2521
+ /** @name ShSolochainEvmRuntimeConfigsRuntimeParamsRuntimeParameters (260) */
2516
2522
  interface ShSolochainEvmRuntimeConfigsRuntimeParamsRuntimeParameters extends Enum {
2517
2523
  readonly isRuntimeConfig: boolean;
2518
2524
  readonly asRuntimeConfig: ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParameters;
2519
2525
  readonly type: "RuntimeConfig";
2520
2526
  }
2521
2527
 
2522
- /** @name ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParameters (257) */
2528
+ /** @name ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParameters (261) */
2523
2529
  interface ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParameters
2524
2530
  extends Enum {
2525
2531
  readonly isSlashAmountPerMaxFileSize: boolean;
@@ -2583,14 +2589,14 @@ declare module "@polkadot/types/lookup" {
2583
2589
  readonly asUpperExponentFactor: ITuple<
2584
2590
  [
2585
2591
  ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUpperExponentFactor,
2586
- Option<u32>
2592
+ Option<u128>
2587
2593
  ]
2588
2594
  >;
2589
2595
  readonly isLowerExponentFactor: boolean;
2590
2596
  readonly asLowerExponentFactor: ITuple<
2591
2597
  [
2592
2598
  ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigLowerExponentFactor,
2593
- Option<u32>
2599
+ Option<u128>
2594
2600
  ]
2595
2601
  >;
2596
2602
  readonly isZeroSizeBucketFixedRate: boolean;
@@ -2759,7 +2765,7 @@ declare module "@polkadot/types/lookup" {
2759
2765
  | "UpfrontTicksToPay";
2760
2766
  }
2761
2767
 
2762
- /** @name PalletSudoCall (260) */
2768
+ /** @name PalletSudoCall (264) */
2763
2769
  interface PalletSudoCall extends Enum {
2764
2770
  readonly isSudo: boolean;
2765
2771
  readonly asSudo: {
@@ -2783,7 +2789,7 @@ declare module "@polkadot/types/lookup" {
2783
2789
  readonly type: "Sudo" | "SudoUncheckedWeight" | "SetKey" | "SudoAs" | "RemoveKey";
2784
2790
  }
2785
2791
 
2786
- /** @name PalletEthereumCall (262) */
2792
+ /** @name PalletEthereumCall (266) */
2787
2793
  interface PalletEthereumCall extends Enum {
2788
2794
  readonly isTransact: boolean;
2789
2795
  readonly asTransact: {
@@ -2792,7 +2798,7 @@ declare module "@polkadot/types/lookup" {
2792
2798
  readonly type: "Transact";
2793
2799
  }
2794
2800
 
2795
- /** @name EthereumTransactionTransactionV2 (263) */
2801
+ /** @name EthereumTransactionTransactionV2 (267) */
2796
2802
  interface EthereumTransactionTransactionV2 extends Enum {
2797
2803
  readonly isLegacy: boolean;
2798
2804
  readonly asLegacy: EthereumTransactionLegacyLegacyTransaction;
@@ -2803,7 +2809,7 @@ declare module "@polkadot/types/lookup" {
2803
2809
  readonly type: "Legacy" | "Eip2930" | "Eip1559";
2804
2810
  }
2805
2811
 
2806
- /** @name EthereumTransactionLegacyLegacyTransaction (264) */
2812
+ /** @name EthereumTransactionLegacyLegacyTransaction (268) */
2807
2813
  interface EthereumTransactionLegacyLegacyTransaction extends Struct {
2808
2814
  readonly nonce: U256;
2809
2815
  readonly gasPrice: U256;
@@ -2814,7 +2820,7 @@ declare module "@polkadot/types/lookup" {
2814
2820
  readonly signature: EthereumTransactionLegacyTransactionSignature;
2815
2821
  }
2816
2822
 
2817
- /** @name EthereumTransactionLegacyTransactionAction (267) */
2823
+ /** @name EthereumTransactionLegacyTransactionAction (271) */
2818
2824
  interface EthereumTransactionLegacyTransactionAction extends Enum {
2819
2825
  readonly isCall: boolean;
2820
2826
  readonly asCall: H160;
@@ -2822,14 +2828,14 @@ declare module "@polkadot/types/lookup" {
2822
2828
  readonly type: "Call" | "Create";
2823
2829
  }
2824
2830
 
2825
- /** @name EthereumTransactionLegacyTransactionSignature (268) */
2831
+ /** @name EthereumTransactionLegacyTransactionSignature (272) */
2826
2832
  interface EthereumTransactionLegacyTransactionSignature extends Struct {
2827
2833
  readonly v: u64;
2828
2834
  readonly r: H256;
2829
2835
  readonly s: H256;
2830
2836
  }
2831
2837
 
2832
- /** @name EthereumTransactionEip2930Eip2930Transaction (270) */
2838
+ /** @name EthereumTransactionEip2930Eip2930Transaction (274) */
2833
2839
  interface EthereumTransactionEip2930Eip2930Transaction extends Struct {
2834
2840
  readonly chainId: u64;
2835
2841
  readonly nonce: U256;
@@ -2844,13 +2850,13 @@ declare module "@polkadot/types/lookup" {
2844
2850
  readonly s: H256;
2845
2851
  }
2846
2852
 
2847
- /** @name EthereumTransactionEip2930AccessListItem (272) */
2853
+ /** @name EthereumTransactionEip2930AccessListItem (276) */
2848
2854
  interface EthereumTransactionEip2930AccessListItem extends Struct {
2849
2855
  readonly address: H160;
2850
2856
  readonly storageKeys: Vec<H256>;
2851
2857
  }
2852
2858
 
2853
- /** @name EthereumTransactionEip1559Eip1559Transaction (273) */
2859
+ /** @name EthereumTransactionEip1559Eip1559Transaction (277) */
2854
2860
  interface EthereumTransactionEip1559Eip1559Transaction extends Struct {
2855
2861
  readonly chainId: u64;
2856
2862
  readonly nonce: U256;
@@ -2866,7 +2872,7 @@ declare module "@polkadot/types/lookup" {
2866
2872
  readonly s: H256;
2867
2873
  }
2868
2874
 
2869
- /** @name PalletEvmCall (274) */
2875
+ /** @name PalletEvmCall (278) */
2870
2876
  interface PalletEvmCall extends Enum {
2871
2877
  readonly isWithdraw: boolean;
2872
2878
  readonly asWithdraw: {
@@ -2911,7 +2917,7 @@ declare module "@polkadot/types/lookup" {
2911
2917
  readonly type: "Withdraw" | "Call" | "Create" | "Create2";
2912
2918
  }
2913
2919
 
2914
- /** @name PalletStorageProvidersCall (278) */
2920
+ /** @name PalletStorageProvidersCall (282) */
2915
2921
  interface PalletStorageProvidersCall extends Enum {
2916
2922
  readonly isRequestMspSignUp: boolean;
2917
2923
  readonly asRequestMspSignUp: {
@@ -3010,7 +3016,7 @@ declare module "@polkadot/types/lookup" {
3010
3016
  | "StopAllCycles";
3011
3017
  }
3012
3018
 
3013
- /** @name PalletFileSystemCall (279) */
3019
+ /** @name PalletFileSystemCall (283) */
3014
3020
  interface PalletFileSystemCall extends Enum {
3015
3021
  readonly isCreateBucket: boolean;
3016
3022
  readonly asCreateBucket: {
@@ -3125,6 +3131,10 @@ declare module "@polkadot/types/lookup" {
3125
3131
  readonly bspId: Option<H256>;
3126
3132
  readonly forestProof: SpTrieStorageProofCompactProof;
3127
3133
  } & Struct;
3134
+ readonly isSetUserOperationPauseFlags: boolean;
3135
+ readonly asSetUserOperationPauseFlags: {
3136
+ readonly newFlags: u32;
3137
+ } & Struct;
3128
3138
  readonly type:
3129
3139
  | "CreateBucket"
3130
3140
  | "RequestMoveBucket"
@@ -3144,17 +3154,18 @@ declare module "@polkadot/types/lookup" {
3144
3154
  | "MspStopStoringBucketForInsolventUser"
3145
3155
  | "RequestDeleteFile"
3146
3156
  | "DeleteFiles"
3147
- | "DeleteFilesForIncompleteStorageRequest";
3157
+ | "DeleteFilesForIncompleteStorageRequest"
3158
+ | "SetUserOperationPauseFlags";
3148
3159
  }
3149
3160
 
3150
- /** @name PalletFileSystemBucketMoveRequestResponse (280) */
3161
+ /** @name PalletFileSystemBucketMoveRequestResponse (284) */
3151
3162
  interface PalletFileSystemBucketMoveRequestResponse extends Enum {
3152
3163
  readonly isAccepted: boolean;
3153
3164
  readonly isRejected: boolean;
3154
3165
  readonly type: "Accepted" | "Rejected";
3155
3166
  }
3156
3167
 
3157
- /** @name PalletFileSystemReplicationTarget (281) */
3168
+ /** @name PalletFileSystemReplicationTarget (285) */
3158
3169
  interface PalletFileSystemReplicationTarget extends Enum {
3159
3170
  readonly isBasic: boolean;
3160
3171
  readonly isStandard: boolean;
@@ -3172,32 +3183,32 @@ declare module "@polkadot/types/lookup" {
3172
3183
  | "Custom";
3173
3184
  }
3174
3185
 
3175
- /** @name PalletFileSystemStorageRequestMspBucketResponse (283) */
3186
+ /** @name PalletFileSystemStorageRequestMspBucketResponse (287) */
3176
3187
  interface PalletFileSystemStorageRequestMspBucketResponse extends Struct {
3177
3188
  readonly bucketId: H256;
3178
3189
  readonly accept: Option<PalletFileSystemStorageRequestMspAcceptedFileKeys>;
3179
3190
  readonly reject: Vec<PalletFileSystemRejectedStorageRequest>;
3180
3191
  }
3181
3192
 
3182
- /** @name PalletFileSystemStorageRequestMspAcceptedFileKeys (285) */
3193
+ /** @name PalletFileSystemStorageRequestMspAcceptedFileKeys (289) */
3183
3194
  interface PalletFileSystemStorageRequestMspAcceptedFileKeys extends Struct {
3184
3195
  readonly fileKeysAndProofs: Vec<PalletFileSystemFileKeyWithProof>;
3185
3196
  readonly forestProof: SpTrieStorageProofCompactProof;
3186
3197
  }
3187
3198
 
3188
- /** @name PalletFileSystemFileKeyWithProof (287) */
3199
+ /** @name PalletFileSystemFileKeyWithProof (291) */
3189
3200
  interface PalletFileSystemFileKeyWithProof extends Struct {
3190
3201
  readonly fileKey: H256;
3191
3202
  readonly proof: ShpFileKeyVerifierFileKeyProof;
3192
3203
  }
3193
3204
 
3194
- /** @name PalletFileSystemRejectedStorageRequest (289) */
3205
+ /** @name PalletFileSystemRejectedStorageRequest (293) */
3195
3206
  interface PalletFileSystemRejectedStorageRequest extends Struct {
3196
3207
  readonly fileKey: H256;
3197
3208
  readonly reason: PalletFileSystemRejectedStorageRequestReason;
3198
3209
  }
3199
3210
 
3200
- /** @name PalletFileSystemFileDeletionRequest (292) */
3211
+ /** @name PalletFileSystemFileDeletionRequest (296) */
3201
3212
  interface PalletFileSystemFileDeletionRequest extends Struct {
3202
3213
  readonly fileOwner: AccountId20;
3203
3214
  readonly signedIntention: PalletFileSystemFileOperationIntention;
@@ -3208,7 +3219,7 @@ declare module "@polkadot/types/lookup" {
3208
3219
  readonly fingerprint: H256;
3209
3220
  }
3210
3221
 
3211
- /** @name PalletProofsDealerCall (294) */
3222
+ /** @name PalletProofsDealerCall (298) */
3212
3223
  interface PalletProofsDealerCall extends Enum {
3213
3224
  readonly isChallenge: boolean;
3214
3225
  readonly asChallenge: {
@@ -3240,13 +3251,13 @@ declare module "@polkadot/types/lookup" {
3240
3251
  | "PriorityChallenge";
3241
3252
  }
3242
3253
 
3243
- /** @name PalletRandomnessCall (295) */
3254
+ /** @name PalletRandomnessCall (299) */
3244
3255
  interface PalletRandomnessCall extends Enum {
3245
3256
  readonly isSetBabeRandomness: boolean;
3246
3257
  readonly type: "SetBabeRandomness";
3247
3258
  }
3248
3259
 
3249
- /** @name PalletPaymentStreamsCall (296) */
3260
+ /** @name PalletPaymentStreamsCall (300) */
3250
3261
  interface PalletPaymentStreamsCall extends Enum {
3251
3262
  readonly isCreateFixedRatePaymentStream: boolean;
3252
3263
  readonly asCreateFixedRatePaymentStream: {
@@ -3308,7 +3319,7 @@ declare module "@polkadot/types/lookup" {
3308
3319
  | "ClearInsolventFlag";
3309
3320
  }
3310
3321
 
3311
- /** @name PalletBucketNftsCall (297) */
3322
+ /** @name PalletBucketNftsCall (301) */
3312
3323
  interface PalletBucketNftsCall extends Enum {
3313
3324
  readonly isShareAccess: boolean;
3314
3325
  readonly asShareAccess: {
@@ -3326,7 +3337,7 @@ declare module "@polkadot/types/lookup" {
3326
3337
  readonly type: "ShareAccess" | "UpdateReadAccess";
3327
3338
  }
3328
3339
 
3329
- /** @name PalletNftsCall (299) */
3340
+ /** @name PalletNftsCall (303) */
3330
3341
  interface PalletNftsCall extends Enum {
3331
3342
  readonly isCreate: boolean;
3332
3343
  readonly asCreate: {
@@ -3599,14 +3610,14 @@ declare module "@polkadot/types/lookup" {
3599
3610
  | "SetAttributesPreSigned";
3600
3611
  }
3601
3612
 
3602
- /** @name PalletNftsCollectionConfig (300) */
3613
+ /** @name PalletNftsCollectionConfig (304) */
3603
3614
  interface PalletNftsCollectionConfig extends Struct {
3604
3615
  readonly settings: u64;
3605
3616
  readonly maxSupply: Option<u32>;
3606
3617
  readonly mintSettings: PalletNftsMintSettings;
3607
3618
  }
3608
3619
 
3609
- /** @name PalletNftsCollectionSetting (302) */
3620
+ /** @name PalletNftsCollectionSetting (306) */
3610
3621
  interface PalletNftsCollectionSetting extends Enum {
3611
3622
  readonly isTransferableItems: boolean;
3612
3623
  readonly isUnlockedMetadata: boolean;
@@ -3621,7 +3632,7 @@ declare module "@polkadot/types/lookup" {
3621
3632
  | "DepositRequired";
3622
3633
  }
3623
3634
 
3624
- /** @name PalletNftsMintSettings (303) */
3635
+ /** @name PalletNftsMintSettings (307) */
3625
3636
  interface PalletNftsMintSettings extends Struct {
3626
3637
  readonly mintType: PalletNftsMintType;
3627
3638
  readonly price: Option<u128>;
@@ -3630,7 +3641,7 @@ declare module "@polkadot/types/lookup" {
3630
3641
  readonly defaultItemSettings: u64;
3631
3642
  }
3632
3643
 
3633
- /** @name PalletNftsMintType (304) */
3644
+ /** @name PalletNftsMintType (308) */
3634
3645
  interface PalletNftsMintType extends Enum {
3635
3646
  readonly isIssuer: boolean;
3636
3647
  readonly isPublic: boolean;
@@ -3639,7 +3650,7 @@ declare module "@polkadot/types/lookup" {
3639
3650
  readonly type: "Issuer" | "Public" | "HolderOf";
3640
3651
  }
3641
3652
 
3642
- /** @name PalletNftsItemSetting (306) */
3653
+ /** @name PalletNftsItemSetting (310) */
3643
3654
  interface PalletNftsItemSetting extends Enum {
3644
3655
  readonly isTransferable: boolean;
3645
3656
  readonly isUnlockedMetadata: boolean;
@@ -3647,30 +3658,30 @@ declare module "@polkadot/types/lookup" {
3647
3658
  readonly type: "Transferable" | "UnlockedMetadata" | "UnlockedAttributes";
3648
3659
  }
3649
3660
 
3650
- /** @name PalletNftsDestroyWitness (307) */
3661
+ /** @name PalletNftsDestroyWitness (311) */
3651
3662
  interface PalletNftsDestroyWitness extends Struct {
3652
3663
  readonly itemMetadatas: Compact<u32>;
3653
3664
  readonly itemConfigs: Compact<u32>;
3654
3665
  readonly attributes: Compact<u32>;
3655
3666
  }
3656
3667
 
3657
- /** @name PalletNftsMintWitness (309) */
3668
+ /** @name PalletNftsMintWitness (313) */
3658
3669
  interface PalletNftsMintWitness extends Struct {
3659
3670
  readonly ownedItem: Option<u32>;
3660
3671
  readonly mintPrice: Option<u128>;
3661
3672
  }
3662
3673
 
3663
- /** @name PalletNftsItemConfig (310) */
3674
+ /** @name PalletNftsItemConfig (314) */
3664
3675
  interface PalletNftsItemConfig extends Struct {
3665
3676
  readonly settings: u64;
3666
3677
  }
3667
3678
 
3668
- /** @name PalletNftsCancelAttributesApprovalWitness (311) */
3679
+ /** @name PalletNftsCancelAttributesApprovalWitness (315) */
3669
3680
  interface PalletNftsCancelAttributesApprovalWitness extends Struct {
3670
3681
  readonly accountAttributes: u32;
3671
3682
  }
3672
3683
 
3673
- /** @name PalletNftsItemTip (313) */
3684
+ /** @name PalletNftsItemTip (317) */
3674
3685
  interface PalletNftsItemTip extends Struct {
3675
3686
  readonly collection: u32;
3676
3687
  readonly item: u32;
@@ -3678,7 +3689,7 @@ declare module "@polkadot/types/lookup" {
3678
3689
  readonly amount: u128;
3679
3690
  }
3680
3691
 
3681
- /** @name PalletNftsPreSignedMint (315) */
3692
+ /** @name PalletNftsPreSignedMint (319) */
3682
3693
  interface PalletNftsPreSignedMint extends Struct {
3683
3694
  readonly collection: u32;
3684
3695
  readonly item: u32;
@@ -3689,7 +3700,7 @@ declare module "@polkadot/types/lookup" {
3689
3700
  readonly mintPrice: Option<u128>;
3690
3701
  }
3691
3702
 
3692
- /** @name PalletNftsPreSignedAttributes (316) */
3703
+ /** @name PalletNftsPreSignedAttributes (320) */
3693
3704
  interface PalletNftsPreSignedAttributes extends Struct {
3694
3705
  readonly collection: u32;
3695
3706
  readonly item: u32;
@@ -3698,13 +3709,13 @@ declare module "@polkadot/types/lookup" {
3698
3709
  readonly deadline: u32;
3699
3710
  }
3700
3711
 
3701
- /** @name PalletSudoError (317) */
3712
+ /** @name PalletSudoError (321) */
3702
3713
  interface PalletSudoError extends Enum {
3703
3714
  readonly isRequireSudo: boolean;
3704
3715
  readonly type: "RequireSudo";
3705
3716
  }
3706
3717
 
3707
- /** @name FpRpcTransactionStatus (319) */
3718
+ /** @name FpRpcTransactionStatus (323) */
3708
3719
  interface FpRpcTransactionStatus extends Struct {
3709
3720
  readonly transactionHash: H256;
3710
3721
  readonly transactionIndex: u32;
@@ -3715,10 +3726,10 @@ declare module "@polkadot/types/lookup" {
3715
3726
  readonly logsBloom: EthbloomBloom;
3716
3727
  }
3717
3728
 
3718
- /** @name EthbloomBloom (322) */
3729
+ /** @name EthbloomBloom (326) */
3719
3730
  interface EthbloomBloom extends U8aFixed {}
3720
3731
 
3721
- /** @name EthereumReceiptReceiptV3 (324) */
3732
+ /** @name EthereumReceiptReceiptV3 (328) */
3722
3733
  interface EthereumReceiptReceiptV3 extends Enum {
3723
3734
  readonly isLegacy: boolean;
3724
3735
  readonly asLegacy: EthereumReceiptEip658ReceiptData;
@@ -3729,7 +3740,7 @@ declare module "@polkadot/types/lookup" {
3729
3740
  readonly type: "Legacy" | "Eip2930" | "Eip1559";
3730
3741
  }
3731
3742
 
3732
- /** @name EthereumReceiptEip658ReceiptData (325) */
3743
+ /** @name EthereumReceiptEip658ReceiptData (329) */
3733
3744
  interface EthereumReceiptEip658ReceiptData extends Struct {
3734
3745
  readonly statusCode: u8;
3735
3746
  readonly usedGas: U256;
@@ -3737,14 +3748,14 @@ declare module "@polkadot/types/lookup" {
3737
3748
  readonly logs: Vec<EthereumLog>;
3738
3749
  }
3739
3750
 
3740
- /** @name EthereumBlock (326) */
3751
+ /** @name EthereumBlock (330) */
3741
3752
  interface EthereumBlock extends Struct {
3742
3753
  readonly header: EthereumHeader;
3743
3754
  readonly transactions: Vec<EthereumTransactionTransactionV2>;
3744
3755
  readonly ommers: Vec<EthereumHeader>;
3745
3756
  }
3746
3757
 
3747
- /** @name EthereumHeader (327) */
3758
+ /** @name EthereumHeader (331) */
3748
3759
  interface EthereumHeader extends Struct {
3749
3760
  readonly parentHash: H256;
3750
3761
  readonly ommersHash: H256;
@@ -3763,23 +3774,23 @@ declare module "@polkadot/types/lookup" {
3763
3774
  readonly nonce: EthereumTypesHashH64;
3764
3775
  }
3765
3776
 
3766
- /** @name EthereumTypesHashH64 (328) */
3777
+ /** @name EthereumTypesHashH64 (332) */
3767
3778
  interface EthereumTypesHashH64 extends U8aFixed {}
3768
3779
 
3769
- /** @name PalletEthereumError (333) */
3780
+ /** @name PalletEthereumError (337) */
3770
3781
  interface PalletEthereumError extends Enum {
3771
3782
  readonly isInvalidSignature: boolean;
3772
3783
  readonly isPreLogExists: boolean;
3773
3784
  readonly type: "InvalidSignature" | "PreLogExists";
3774
3785
  }
3775
3786
 
3776
- /** @name PalletEvmCodeMetadata (334) */
3787
+ /** @name PalletEvmCodeMetadata (338) */
3777
3788
  interface PalletEvmCodeMetadata extends Struct {
3778
3789
  readonly size_: u64;
3779
3790
  readonly hash_: H256;
3780
3791
  }
3781
3792
 
3782
- /** @name PalletEvmError (336) */
3793
+ /** @name PalletEvmError (340) */
3783
3794
  interface PalletEvmError extends Enum {
3784
3795
  readonly isBalanceLow: boolean;
3785
3796
  readonly isFeeOverflow: boolean;
@@ -3810,13 +3821,13 @@ declare module "@polkadot/types/lookup" {
3810
3821
  | "Undefined";
3811
3822
  }
3812
3823
 
3813
- /** @name PalletStorageProvidersSignUpRequest (337) */
3824
+ /** @name PalletStorageProvidersSignUpRequest (341) */
3814
3825
  interface PalletStorageProvidersSignUpRequest extends Struct {
3815
3826
  readonly spSignUpRequest: PalletStorageProvidersSignUpRequestSpParams;
3816
3827
  readonly at: u32;
3817
3828
  }
3818
3829
 
3819
- /** @name PalletStorageProvidersSignUpRequestSpParams (338) */
3830
+ /** @name PalletStorageProvidersSignUpRequestSpParams (342) */
3820
3831
  interface PalletStorageProvidersSignUpRequestSpParams extends Enum {
3821
3832
  readonly isBackupStorageProvider: boolean;
3822
3833
  readonly asBackupStorageProvider: PalletStorageProvidersBackupStorageProvider;
@@ -3825,7 +3836,7 @@ declare module "@polkadot/types/lookup" {
3825
3836
  readonly type: "BackupStorageProvider" | "MainStorageProvider";
3826
3837
  }
3827
3838
 
3828
- /** @name PalletStorageProvidersBackupStorageProvider (339) */
3839
+ /** @name PalletStorageProvidersBackupStorageProvider (343) */
3829
3840
  interface PalletStorageProvidersBackupStorageProvider extends Struct {
3830
3841
  readonly capacity: u64;
3831
3842
  readonly capacityUsed: u64;
@@ -3838,13 +3849,13 @@ declare module "@polkadot/types/lookup" {
3838
3849
  readonly signUpBlock: u32;
3839
3850
  }
3840
3851
 
3841
- /** @name PalletStorageProvidersMainStorageProviderSignUpRequest (340) */
3852
+ /** @name PalletStorageProvidersMainStorageProviderSignUpRequest (344) */
3842
3853
  interface PalletStorageProvidersMainStorageProviderSignUpRequest extends Struct {
3843
3854
  readonly mspInfo: PalletStorageProvidersMainStorageProvider;
3844
3855
  readonly valueProp: PalletStorageProvidersValueProposition;
3845
3856
  }
3846
3857
 
3847
- /** @name PalletStorageProvidersMainStorageProvider (341) */
3858
+ /** @name PalletStorageProvidersMainStorageProvider (345) */
3848
3859
  interface PalletStorageProvidersMainStorageProvider extends Struct {
3849
3860
  readonly capacity: u64;
3850
3861
  readonly capacityUsed: u64;
@@ -3857,7 +3868,7 @@ declare module "@polkadot/types/lookup" {
3857
3868
  readonly signUpBlock: u32;
3858
3869
  }
3859
3870
 
3860
- /** @name PalletStorageProvidersBucket (342) */
3871
+ /** @name PalletStorageProvidersBucket (346) */
3861
3872
  interface PalletStorageProvidersBucket extends Struct {
3862
3873
  readonly root: H256;
3863
3874
  readonly userId: AccountId20;
@@ -3868,7 +3879,7 @@ declare module "@polkadot/types/lookup" {
3868
3879
  readonly valuePropId: H256;
3869
3880
  }
3870
3881
 
3871
- /** @name PalletStorageProvidersError (346) */
3882
+ /** @name PalletStorageProvidersError (350) */
3872
3883
  interface PalletStorageProvidersError extends Enum {
3873
3884
  readonly isAlreadyRegistered: boolean;
3874
3885
  readonly isSignUpNotRequested: boolean;
@@ -3977,7 +3988,7 @@ declare module "@polkadot/types/lookup" {
3977
3988
  | "PaymentStreamNotFound";
3978
3989
  }
3979
3990
 
3980
- /** @name PalletFileSystemStorageRequestMetadata (347) */
3991
+ /** @name PalletFileSystemStorageRequestMetadata (351) */
3981
3992
  interface PalletFileSystemStorageRequestMetadata extends Struct {
3982
3993
  readonly requestedAt: u32;
3983
3994
  readonly expiresAt: u32;
@@ -3994,7 +4005,7 @@ declare module "@polkadot/types/lookup" {
3994
4005
  readonly depositPaid: u128;
3995
4006
  }
3996
4007
 
3997
- /** @name PalletFileSystemMspStorageRequestStatus (348) */
4008
+ /** @name PalletFileSystemMspStorageRequestStatus (352) */
3998
4009
  interface PalletFileSystemMspStorageRequestStatus extends Enum {
3999
4010
  readonly isNone: boolean;
4000
4011
  readonly isPending: boolean;
@@ -4006,12 +4017,12 @@ declare module "@polkadot/types/lookup" {
4006
4017
  readonly type: "None" | "Pending" | "AcceptedNewFile" | "AcceptedExistingFile";
4007
4018
  }
4008
4019
 
4009
- /** @name PalletFileSystemStorageRequestBspsMetadata (349) */
4020
+ /** @name PalletFileSystemStorageRequestBspsMetadata (353) */
4010
4021
  interface PalletFileSystemStorageRequestBspsMetadata extends Struct {
4011
4022
  readonly confirmed: bool;
4012
4023
  }
4013
4024
 
4014
- /** @name PalletFileSystemPendingFileDeletionRequest (351) */
4025
+ /** @name PalletFileSystemPendingFileDeletionRequest (355) */
4015
4026
  interface PalletFileSystemPendingFileDeletionRequest extends Struct {
4016
4027
  readonly user: AccountId20;
4017
4028
  readonly fileKey: H256;
@@ -4021,21 +4032,21 @@ declare module "@polkadot/types/lookup" {
4021
4032
  readonly queuePriorityChallenge: bool;
4022
4033
  }
4023
4034
 
4024
- /** @name PalletFileSystemPendingStopStoringRequest (353) */
4035
+ /** @name PalletFileSystemPendingStopStoringRequest (357) */
4025
4036
  interface PalletFileSystemPendingStopStoringRequest extends Struct {
4026
4037
  readonly tickWhenRequested: u32;
4027
4038
  readonly fileOwner: AccountId20;
4028
4039
  readonly fileSize: u64;
4029
4040
  }
4030
4041
 
4031
- /** @name PalletFileSystemMoveBucketRequestMetadata (354) */
4042
+ /** @name PalletFileSystemMoveBucketRequestMetadata (358) */
4032
4043
  interface PalletFileSystemMoveBucketRequestMetadata extends Struct {
4033
4044
  readonly requester: AccountId20;
4034
4045
  readonly newMspId: H256;
4035
4046
  readonly newValuePropId: H256;
4036
4047
  }
4037
4048
 
4038
- /** @name PalletFileSystemIncompleteStorageRequestMetadata (355) */
4049
+ /** @name PalletFileSystemIncompleteStorageRequestMetadata (359) */
4039
4050
  interface PalletFileSystemIncompleteStorageRequestMetadata extends Struct {
4040
4051
  readonly owner: AccountId20;
4041
4052
  readonly bucketId: H256;
@@ -4046,7 +4057,7 @@ declare module "@polkadot/types/lookup" {
4046
4057
  readonly pendingBucketRemoval: bool;
4047
4058
  }
4048
4059
 
4049
- /** @name PalletFileSystemError (357) */
4060
+ /** @name PalletFileSystemError (361) */
4050
4061
  interface PalletFileSystemError extends Enum {
4051
4062
  readonly isNotABsp: boolean;
4052
4063
  readonly isNotAMsp: boolean;
@@ -4117,6 +4128,7 @@ declare module "@polkadot/types/lookup" {
4117
4128
  readonly isFailedToComputeFileKey: boolean;
4118
4129
  readonly isFailedToCreateFileMetadata: boolean;
4119
4130
  readonly isFileMetadataProcessingQueueFull: boolean;
4131
+ readonly isUserOperationPaused: boolean;
4120
4132
  readonly type:
4121
4133
  | "NotABsp"
4122
4134
  | "NotAMsp"
@@ -4186,16 +4198,17 @@ declare module "@polkadot/types/lookup" {
4186
4198
  | "FailedToGetPaymentAccount"
4187
4199
  | "FailedToComputeFileKey"
4188
4200
  | "FailedToCreateFileMetadata"
4189
- | "FileMetadataProcessingQueueFull";
4201
+ | "FileMetadataProcessingQueueFull"
4202
+ | "UserOperationPaused";
4190
4203
  }
4191
4204
 
4192
- /** @name PalletProofsDealerProofSubmissionRecord (359) */
4205
+ /** @name PalletProofsDealerProofSubmissionRecord (363) */
4193
4206
  interface PalletProofsDealerProofSubmissionRecord extends Struct {
4194
4207
  readonly lastTickProven: u32;
4195
4208
  readonly nextTickToSubmitProofFor: u32;
4196
4209
  }
4197
4210
 
4198
- /** @name PalletProofsDealerError (366) */
4211
+ /** @name PalletProofsDealerError (370) */
4199
4212
  interface PalletProofsDealerError extends Enum {
4200
4213
  readonly isNotProvider: boolean;
4201
4214
  readonly isChallengesQueueOverflow: boolean;
@@ -4248,7 +4261,7 @@ declare module "@polkadot/types/lookup" {
4248
4261
  | "TooManyValidProofSubmitters";
4249
4262
  }
4250
4263
 
4251
- /** @name PalletPaymentStreamsFixedRatePaymentStream (368) */
4264
+ /** @name PalletPaymentStreamsFixedRatePaymentStream (372) */
4252
4265
  interface PalletPaymentStreamsFixedRatePaymentStream extends Struct {
4253
4266
  readonly rate: u128;
4254
4267
  readonly lastChargedTick: u32;
@@ -4256,7 +4269,7 @@ declare module "@polkadot/types/lookup" {
4256
4269
  readonly outOfFundsTick: Option<u32>;
4257
4270
  }
4258
4271
 
4259
- /** @name PalletPaymentStreamsDynamicRatePaymentStream (369) */
4272
+ /** @name PalletPaymentStreamsDynamicRatePaymentStream (373) */
4260
4273
  interface PalletPaymentStreamsDynamicRatePaymentStream extends Struct {
4261
4274
  readonly amountProvided: u64;
4262
4275
  readonly priceIndexWhenLastCharged: u128;
@@ -4264,13 +4277,13 @@ declare module "@polkadot/types/lookup" {
4264
4277
  readonly outOfFundsTick: Option<u32>;
4265
4278
  }
4266
4279
 
4267
- /** @name PalletPaymentStreamsProviderLastChargeableInfo (370) */
4280
+ /** @name PalletPaymentStreamsProviderLastChargeableInfo (374) */
4268
4281
  interface PalletPaymentStreamsProviderLastChargeableInfo extends Struct {
4269
4282
  readonly lastChargeableTick: u32;
4270
4283
  readonly priceIndex: u128;
4271
4284
  }
4272
4285
 
4273
- /** @name PalletPaymentStreamsError (371) */
4286
+ /** @name PalletPaymentStreamsError (375) */
4274
4287
  interface PalletPaymentStreamsError extends Enum {
4275
4288
  readonly isPaymentStreamAlreadyExists: boolean;
4276
4289
  readonly isPaymentStreamNotFound: boolean;
@@ -4311,7 +4324,7 @@ declare module "@polkadot/types/lookup" {
4311
4324
  | "ProviderInsolvent";
4312
4325
  }
4313
4326
 
4314
- /** @name PalletBucketNftsError (372) */
4327
+ /** @name PalletBucketNftsError (376) */
4315
4328
  interface PalletBucketNftsError extends Enum {
4316
4329
  readonly isBucketIsNotPrivate: boolean;
4317
4330
  readonly isNotBucketOwner: boolean;
@@ -4324,7 +4337,7 @@ declare module "@polkadot/types/lookup" {
4324
4337
  | "ConvertBytesToBoundedVec";
4325
4338
  }
4326
4339
 
4327
- /** @name PalletNftsCollectionDetails (373) */
4340
+ /** @name PalletNftsCollectionDetails (377) */
4328
4341
  interface PalletNftsCollectionDetails extends Struct {
4329
4342
  readonly owner: AccountId20;
4330
4343
  readonly ownerDeposit: u128;
@@ -4334,7 +4347,7 @@ declare module "@polkadot/types/lookup" {
4334
4347
  readonly attributes: u32;
4335
4348
  }
4336
4349
 
4337
- /** @name PalletNftsCollectionRole (378) */
4350
+ /** @name PalletNftsCollectionRole (382) */
4338
4351
  interface PalletNftsCollectionRole extends Enum {
4339
4352
  readonly isIssuer: boolean;
4340
4353
  readonly isFreezer: boolean;
@@ -4342,44 +4355,44 @@ declare module "@polkadot/types/lookup" {
4342
4355
  readonly type: "Issuer" | "Freezer" | "Admin";
4343
4356
  }
4344
4357
 
4345
- /** @name PalletNftsItemDetails (379) */
4358
+ /** @name PalletNftsItemDetails (383) */
4346
4359
  interface PalletNftsItemDetails extends Struct {
4347
4360
  readonly owner: AccountId20;
4348
4361
  readonly approvals: BTreeMap<AccountId20, Option<u32>>;
4349
4362
  readonly deposit: PalletNftsItemDeposit;
4350
4363
  }
4351
4364
 
4352
- /** @name PalletNftsItemDeposit (380) */
4365
+ /** @name PalletNftsItemDeposit (384) */
4353
4366
  interface PalletNftsItemDeposit extends Struct {
4354
4367
  readonly account: AccountId20;
4355
4368
  readonly amount: u128;
4356
4369
  }
4357
4370
 
4358
- /** @name PalletNftsCollectionMetadata (385) */
4371
+ /** @name PalletNftsCollectionMetadata (389) */
4359
4372
  interface PalletNftsCollectionMetadata extends Struct {
4360
4373
  readonly deposit: u128;
4361
4374
  readonly data: Bytes;
4362
4375
  }
4363
4376
 
4364
- /** @name PalletNftsItemMetadata (386) */
4377
+ /** @name PalletNftsItemMetadata (390) */
4365
4378
  interface PalletNftsItemMetadata extends Struct {
4366
4379
  readonly deposit: PalletNftsItemMetadataDeposit;
4367
4380
  readonly data: Bytes;
4368
4381
  }
4369
4382
 
4370
- /** @name PalletNftsItemMetadataDeposit (387) */
4383
+ /** @name PalletNftsItemMetadataDeposit (391) */
4371
4384
  interface PalletNftsItemMetadataDeposit extends Struct {
4372
4385
  readonly account: Option<AccountId20>;
4373
4386
  readonly amount: u128;
4374
4387
  }
4375
4388
 
4376
- /** @name PalletNftsAttributeDeposit (390) */
4389
+ /** @name PalletNftsAttributeDeposit (394) */
4377
4390
  interface PalletNftsAttributeDeposit extends Struct {
4378
4391
  readonly account: Option<AccountId20>;
4379
4392
  readonly amount: u128;
4380
4393
  }
4381
4394
 
4382
- /** @name PalletNftsPendingSwap (394) */
4395
+ /** @name PalletNftsPendingSwap (398) */
4383
4396
  interface PalletNftsPendingSwap extends Struct {
4384
4397
  readonly desiredCollection: u32;
4385
4398
  readonly desiredItem: Option<u32>;
@@ -4387,7 +4400,7 @@ declare module "@polkadot/types/lookup" {
4387
4400
  readonly deadline: u32;
4388
4401
  }
4389
4402
 
4390
- /** @name PalletNftsPalletFeature (396) */
4403
+ /** @name PalletNftsPalletFeature (400) */
4391
4404
  interface PalletNftsPalletFeature extends Enum {
4392
4405
  readonly isTrading: boolean;
4393
4406
  readonly isAttributes: boolean;
@@ -4396,7 +4409,7 @@ declare module "@polkadot/types/lookup" {
4396
4409
  readonly type: "Trading" | "Attributes" | "Approvals" | "Swaps";
4397
4410
  }
4398
4411
 
4399
- /** @name PalletNftsError (397) */
4412
+ /** @name PalletNftsError (401) */
4400
4413
  interface PalletNftsError extends Enum {
4401
4414
  readonly isNoPermission: boolean;
4402
4415
  readonly isUnknownCollection: boolean;
@@ -4491,39 +4504,39 @@ declare module "@polkadot/types/lookup" {
4491
4504
  | "WitnessRequired";
4492
4505
  }
4493
4506
 
4494
- /** @name FrameSystemExtensionsCheckNonZeroSender (400) */
4507
+ /** @name FrameSystemExtensionsCheckNonZeroSender (404) */
4495
4508
  type FrameSystemExtensionsCheckNonZeroSender = Null;
4496
4509
 
4497
- /** @name FrameSystemExtensionsCheckSpecVersion (401) */
4510
+ /** @name FrameSystemExtensionsCheckSpecVersion (405) */
4498
4511
  type FrameSystemExtensionsCheckSpecVersion = Null;
4499
4512
 
4500
- /** @name FrameSystemExtensionsCheckTxVersion (402) */
4513
+ /** @name FrameSystemExtensionsCheckTxVersion (406) */
4501
4514
  type FrameSystemExtensionsCheckTxVersion = Null;
4502
4515
 
4503
- /** @name FrameSystemExtensionsCheckGenesis (403) */
4516
+ /** @name FrameSystemExtensionsCheckGenesis (407) */
4504
4517
  type FrameSystemExtensionsCheckGenesis = Null;
4505
4518
 
4506
- /** @name FrameSystemExtensionsCheckNonce (406) */
4519
+ /** @name FrameSystemExtensionsCheckNonce (410) */
4507
4520
  interface FrameSystemExtensionsCheckNonce extends Compact<u32> {}
4508
4521
 
4509
- /** @name FrameSystemExtensionsCheckWeight (407) */
4522
+ /** @name FrameSystemExtensionsCheckWeight (411) */
4510
4523
  type FrameSystemExtensionsCheckWeight = Null;
4511
4524
 
4512
- /** @name PalletTransactionPaymentChargeTransactionPayment (408) */
4525
+ /** @name PalletTransactionPaymentChargeTransactionPayment (412) */
4513
4526
  interface PalletTransactionPaymentChargeTransactionPayment extends Compact<u128> {}
4514
4527
 
4515
- /** @name FrameMetadataHashExtensionCheckMetadataHash (409) */
4528
+ /** @name FrameMetadataHashExtensionCheckMetadataHash (413) */
4516
4529
  interface FrameMetadataHashExtensionCheckMetadataHash extends Struct {
4517
4530
  readonly mode: FrameMetadataHashExtensionMode;
4518
4531
  }
4519
4532
 
4520
- /** @name FrameMetadataHashExtensionMode (410) */
4533
+ /** @name FrameMetadataHashExtensionMode (414) */
4521
4534
  interface FrameMetadataHashExtensionMode extends Enum {
4522
4535
  readonly isDisabled: boolean;
4523
4536
  readonly isEnabled: boolean;
4524
4537
  readonly type: "Disabled" | "Enabled";
4525
4538
  }
4526
4539
 
4527
- /** @name ShSolochainEvmRuntimeRuntime (412) */
4540
+ /** @name ShSolochainEvmRuntimeRuntime (416) */
4528
4541
  type ShSolochainEvmRuntimeRuntime = Null;
4529
4542
  } // declare module