@storagehub/api-augment 0.2.11 → 0.2.14

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 (84) 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 +2406 -2871
  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/types-lookup.js +1 -1
  16. package/dist/parachain/interfaces/types.js +1 -1
  17. package/dist/solochain-evm/interfaces/augment-api-consts.js +1 -1
  18. package/dist/solochain-evm/interfaces/augment-api-errors.js +1 -1
  19. package/dist/solochain-evm/interfaces/augment-api-events.js +1 -1
  20. package/dist/solochain-evm/interfaces/augment-api-query.js +1 -1
  21. package/dist/solochain-evm/interfaces/augment-api-rpc.js +1 -1
  22. package/dist/solochain-evm/interfaces/augment-api-runtime.js +1 -1
  23. package/dist/solochain-evm/interfaces/augment-api-tx.js +1 -1
  24. package/dist/solochain-evm/interfaces/augment-api.js +7 -7
  25. package/dist/solochain-evm/interfaces/augment-types.js +1 -1
  26. package/dist/solochain-evm/interfaces/index.js +1 -1
  27. package/dist/solochain-evm/interfaces/lookup.js +1686 -2109
  28. package/dist/solochain-evm/interfaces/lookup.js.map +1 -1
  29. package/dist/solochain-evm/interfaces/registry.js +1 -1
  30. package/dist/solochain-evm/interfaces/storagehubclient/index.js +1 -1
  31. package/dist/solochain-evm/interfaces/types-lookup.js +1 -1
  32. package/dist/solochain-evm/interfaces/types.js +1 -1
  33. package/dist/types/parachain/interfaces/augment-api-consts.d.ts +7 -7
  34. package/dist/types/parachain/interfaces/augment-api-errors.d.ts +3 -111
  35. package/dist/types/parachain/interfaces/augment-api-events.d.ts +185 -917
  36. package/dist/types/parachain/interfaces/augment-api-query.d.ts +112 -319
  37. package/dist/types/parachain/interfaces/augment-api-rpc.d.ts +32 -32
  38. package/dist/types/parachain/interfaces/augment-api-runtime.d.ts +25 -25
  39. package/dist/types/parachain/interfaces/augment-api-tx.d.ts +212 -637
  40. package/dist/types/parachain/interfaces/augment-api.d.ts +7 -7
  41. package/dist/types/parachain/interfaces/augment-types.d.ts +76 -75
  42. package/dist/types/parachain/interfaces/index.d.ts +1 -1
  43. package/dist/types/parachain/interfaces/lookup.d.ts +289 -326
  44. package/dist/types/parachain/interfaces/registry.d.ts +4 -4
  45. package/dist/types/parachain/interfaces/storagehubclient/index.d.ts +1 -1
  46. package/dist/types/parachain/interfaces/storagehubclient/types.d.ts +46 -36
  47. package/dist/types/parachain/interfaces/types-lookup.d.ts +525 -714
  48. package/dist/types/parachain/interfaces/types.d.ts +1 -1
  49. package/dist/types/solochain-evm/interfaces/augment-api-consts.d.ts +7 -7
  50. package/dist/types/solochain-evm/interfaces/augment-api-errors.d.ts +3 -111
  51. package/dist/types/solochain-evm/interfaces/augment-api-events.d.ts +150 -763
  52. package/dist/types/solochain-evm/interfaces/augment-api-query.d.ts +100 -291
  53. package/dist/types/solochain-evm/interfaces/augment-api-rpc.d.ts +32 -32
  54. package/dist/types/solochain-evm/interfaces/augment-api-runtime.d.ts +25 -25
  55. package/dist/types/solochain-evm/interfaces/augment-api-tx.d.ts +195 -582
  56. package/dist/types/solochain-evm/interfaces/augment-api.d.ts +7 -7
  57. package/dist/types/solochain-evm/interfaces/augment-types.d.ts +76 -75
  58. package/dist/types/solochain-evm/interfaces/index.d.ts +1 -1
  59. package/dist/types/solochain-evm/interfaces/lookup.d.ts +239 -276
  60. package/dist/types/solochain-evm/interfaces/registry.d.ts +4 -4
  61. package/dist/types/solochain-evm/interfaces/storagehubclient/index.d.ts +1 -1
  62. package/dist/types/solochain-evm/interfaces/storagehubclient/types.d.ts +47 -37
  63. package/dist/types/solochain-evm/interfaces/types-lookup.d.ts +425 -584
  64. package/dist/types/solochain-evm/interfaces/types.d.ts +1 -1
  65. package/metadata-sh-parachain.json +1 -1
  66. package/metadata-sh-solochain-evm.json +1 -1
  67. package/package.json +2 -2
  68. package/src/parachain/interfaces/augment-api-errors.ts +0 -108
  69. package/src/parachain/interfaces/augment-api-events.ts +14 -113
  70. package/src/parachain/interfaces/augment-api-tx.ts +63 -10
  71. package/src/parachain/interfaces/augment-types.ts +2 -0
  72. package/src/parachain/interfaces/lookup.ts +326 -390
  73. package/src/parachain/interfaces/registry.ts +2 -2
  74. package/src/parachain/interfaces/storagehubclient/types.ts +14 -4
  75. package/src/parachain/interfaces/types-lookup.ts +388 -490
  76. package/src/solochain-evm/interfaces/augment-api-errors.ts +0 -108
  77. package/src/solochain-evm/interfaces/augment-api-events.ts +14 -113
  78. package/src/solochain-evm/interfaces/augment-api-tx.ts +63 -10
  79. package/src/solochain-evm/interfaces/augment-types.ts +2 -0
  80. package/src/solochain-evm/interfaces/lookup.ts +276 -340
  81. package/src/solochain-evm/interfaces/registry.ts +2 -2
  82. package/src/solochain-evm/interfaces/storagehubclient/types.ts +14 -4
  83. package/src/solochain-evm/interfaces/types-lookup.ts +338 -440
  84. package/storagehub-api-augment-0.2.14.tgz +0 -0
@@ -1,9 +1,9 @@
1
- import "@polkadot/types/lookup";
2
- import type { BTreeMap, Bytes, Compact, Enum, Null, Option, Result, Struct, Text, U256, U8aFixed, Vec, bool, u128, u32, u64, u8 } from "@polkadot/types-codec";
3
- import type { ITuple } from "@polkadot/types-codec/types";
4
- import type { AccountId20, Call, H160, H256, Perbill } from "@polkadot/types/interfaces/runtime";
5
- import type { Event } from "@polkadot/types/interfaces/system";
6
- declare module "@polkadot/types/lookup" {
1
+ import '@polkadot/types/lookup';
2
+ import type { BTreeMap, Bytes, Compact, Enum, Null, Option, Result, Struct, Text, U256, U8aFixed, Vec, bool, u128, u32, u64, u8 } from '@polkadot/types-codec';
3
+ import type { ITuple } from '@polkadot/types-codec/types';
4
+ import type { AccountId20, Call, H160, H256, Perbill } from '@polkadot/types/interfaces/runtime';
5
+ import type { Event } from '@polkadot/types/interfaces/system';
6
+ declare module '@polkadot/types/lookup' {
7
7
  /** @name FrameSystemAccountInfo (3) */
8
8
  interface FrameSystemAccountInfo extends Struct {
9
9
  readonly nonce: u32;
@@ -45,7 +45,7 @@ declare module "@polkadot/types/lookup" {
45
45
  readonly isPreRuntime: boolean;
46
46
  readonly asPreRuntime: ITuple<[U8aFixed, Bytes]>;
47
47
  readonly isRuntimeEnvironmentUpdated: boolean;
48
- readonly type: "Other" | "Consensus" | "Seal" | "PreRuntime" | "RuntimeEnvironmentUpdated";
48
+ readonly type: 'Other' | 'Consensus' | 'Seal' | 'PreRuntime' | 'RuntimeEnvironmentUpdated';
49
49
  }
50
50
  /** @name FrameSystemEventRecord (21) */
51
51
  interface FrameSystemEventRecord extends Struct {
@@ -83,7 +83,7 @@ declare module "@polkadot/types/lookup" {
83
83
  readonly codeHash: H256;
84
84
  readonly checkVersion: bool;
85
85
  } & Struct;
86
- readonly type: "ExtrinsicSuccess" | "ExtrinsicFailed" | "CodeUpdated" | "NewAccount" | "KilledAccount" | "Remarked" | "UpgradeAuthorized";
86
+ readonly type: 'ExtrinsicSuccess' | 'ExtrinsicFailed' | 'CodeUpdated' | 'NewAccount' | 'KilledAccount' | 'Remarked' | 'UpgradeAuthorized';
87
87
  }
88
88
  /** @name FrameSystemDispatchEventInfo (24) */
89
89
  interface FrameSystemDispatchEventInfo extends Struct {
@@ -96,13 +96,13 @@ declare module "@polkadot/types/lookup" {
96
96
  readonly isNormal: boolean;
97
97
  readonly isOperational: boolean;
98
98
  readonly isMandatory: boolean;
99
- readonly type: "Normal" | "Operational" | "Mandatory";
99
+ readonly type: 'Normal' | 'Operational' | 'Mandatory';
100
100
  }
101
101
  /** @name FrameSupportDispatchPays (26) */
102
102
  interface FrameSupportDispatchPays extends Enum {
103
103
  readonly isYes: boolean;
104
104
  readonly isNo: boolean;
105
- readonly type: "Yes" | "No";
105
+ readonly type: 'Yes' | 'No';
106
106
  }
107
107
  /** @name SpRuntimeDispatchError (27) */
108
108
  interface SpRuntimeDispatchError extends Enum {
@@ -126,7 +126,7 @@ declare module "@polkadot/types/lookup" {
126
126
  readonly isRootNotAllowed: boolean;
127
127
  readonly isTrie: boolean;
128
128
  readonly asTrie: SpRuntimeProvingTrieTrieError;
129
- readonly type: "Other" | "CannotLookup" | "BadOrigin" | "Module" | "ConsumerRemaining" | "NoProviders" | "TooManyConsumers" | "Token" | "Arithmetic" | "Transactional" | "Exhausted" | "Corruption" | "Unavailable" | "RootNotAllowed" | "Trie";
129
+ readonly type: 'Other' | 'CannotLookup' | 'BadOrigin' | 'Module' | 'ConsumerRemaining' | 'NoProviders' | 'TooManyConsumers' | 'Token' | 'Arithmetic' | 'Transactional' | 'Exhausted' | 'Corruption' | 'Unavailable' | 'RootNotAllowed' | 'Trie';
130
130
  }
131
131
  /** @name SpRuntimeModuleError (28) */
132
132
  interface SpRuntimeModuleError extends Struct {
@@ -145,20 +145,20 @@ declare module "@polkadot/types/lookup" {
145
145
  readonly isCannotCreateHold: boolean;
146
146
  readonly isNotExpendable: boolean;
147
147
  readonly isBlocked: boolean;
148
- readonly type: "FundsUnavailable" | "OnlyProvider" | "BelowMinimum" | "CannotCreate" | "UnknownAsset" | "Frozen" | "Unsupported" | "CannotCreateHold" | "NotExpendable" | "Blocked";
148
+ readonly type: 'FundsUnavailable' | 'OnlyProvider' | 'BelowMinimum' | 'CannotCreate' | 'UnknownAsset' | 'Frozen' | 'Unsupported' | 'CannotCreateHold' | 'NotExpendable' | 'Blocked';
149
149
  }
150
150
  /** @name SpArithmeticArithmeticError (30) */
151
151
  interface SpArithmeticArithmeticError extends Enum {
152
152
  readonly isUnderflow: boolean;
153
153
  readonly isOverflow: boolean;
154
154
  readonly isDivisionByZero: boolean;
155
- readonly type: "Underflow" | "Overflow" | "DivisionByZero";
155
+ readonly type: 'Underflow' | 'Overflow' | 'DivisionByZero';
156
156
  }
157
157
  /** @name SpRuntimeTransactionalError (31) */
158
158
  interface SpRuntimeTransactionalError extends Enum {
159
159
  readonly isLimitReached: boolean;
160
160
  readonly isNoLayer: boolean;
161
- readonly type: "LimitReached" | "NoLayer";
161
+ readonly type: 'LimitReached' | 'NoLayer';
162
162
  }
163
163
  /** @name SpRuntimeProvingTrieTrieError (32) */
164
164
  interface SpRuntimeProvingTrieTrieError extends Enum {
@@ -176,7 +176,7 @@ declare module "@polkadot/types/lookup" {
176
176
  readonly isIncompleteProof: boolean;
177
177
  readonly isRootMismatch: boolean;
178
178
  readonly isDecodeError: boolean;
179
- readonly type: "InvalidStateRoot" | "IncompleteDatabase" | "ValueAtIncompleteKey" | "DecoderError" | "InvalidHash" | "DuplicateKey" | "ExtraneousNode" | "ExtraneousValue" | "ExtraneousHashReference" | "InvalidChildReference" | "ValueMismatch" | "IncompleteProof" | "RootMismatch" | "DecodeError";
179
+ readonly type: 'InvalidStateRoot' | 'IncompleteDatabase' | 'ValueAtIncompleteKey' | 'DecoderError' | 'InvalidHash' | 'DuplicateKey' | 'ExtraneousNode' | 'ExtraneousValue' | 'ExtraneousHashReference' | 'InvalidChildReference' | 'ValueMismatch' | 'IncompleteProof' | 'RootMismatch' | 'DecodeError';
180
180
  }
181
181
  /** @name PalletBalancesEvent (33) */
182
182
  interface PalletBalancesEvent extends Enum {
@@ -290,13 +290,13 @@ declare module "@polkadot/types/lookup" {
290
290
  readonly old: u128;
291
291
  readonly new_: u128;
292
292
  } & Struct;
293
- readonly type: "Endowed" | "DustLost" | "Transfer" | "BalanceSet" | "Reserved" | "Unreserved" | "ReserveRepatriated" | "Deposit" | "Withdraw" | "Slashed" | "Minted" | "Burned" | "Suspended" | "Restored" | "Upgraded" | "Issued" | "Rescinded" | "Locked" | "Unlocked" | "Frozen" | "Thawed" | "TotalIssuanceForced";
293
+ readonly type: 'Endowed' | 'DustLost' | 'Transfer' | 'BalanceSet' | 'Reserved' | 'Unreserved' | 'ReserveRepatriated' | 'Deposit' | 'Withdraw' | 'Slashed' | 'Minted' | 'Burned' | 'Suspended' | 'Restored' | 'Upgraded' | 'Issued' | 'Rescinded' | 'Locked' | 'Unlocked' | 'Frozen' | 'Thawed' | 'TotalIssuanceForced';
294
294
  }
295
295
  /** @name FrameSupportTokensMiscBalanceStatus (34) */
296
296
  interface FrameSupportTokensMiscBalanceStatus extends Enum {
297
297
  readonly isFree: boolean;
298
298
  readonly isReserved: boolean;
299
- readonly type: "Free" | "Reserved";
299
+ readonly type: 'Free' | 'Reserved';
300
300
  }
301
301
  /** @name PalletOffencesEvent (35) */
302
302
  interface PalletOffencesEvent extends Enum {
@@ -305,7 +305,7 @@ declare module "@polkadot/types/lookup" {
305
305
  readonly kind: U8aFixed;
306
306
  readonly timeslot: Bytes;
307
307
  } & Struct;
308
- readonly type: "Offence";
308
+ readonly type: 'Offence';
309
309
  }
310
310
  /** @name PalletSessionEvent (37) */
311
311
  interface PalletSessionEvent extends Enum {
@@ -313,7 +313,7 @@ declare module "@polkadot/types/lookup" {
313
313
  readonly asNewSession: {
314
314
  readonly sessionIndex: u32;
315
315
  } & Struct;
316
- readonly type: "NewSession";
316
+ readonly type: 'NewSession';
317
317
  }
318
318
  /** @name PalletGrandpaEvent (38) */
319
319
  interface PalletGrandpaEvent extends Enum {
@@ -323,7 +323,7 @@ declare module "@polkadot/types/lookup" {
323
323
  } & Struct;
324
324
  readonly isPaused: boolean;
325
325
  readonly isResumed: boolean;
326
- readonly type: "NewAuthorities" | "Paused" | "Resumed";
326
+ readonly type: 'NewAuthorities' | 'Paused' | 'Resumed';
327
327
  }
328
328
  /** @name SpConsensusGrandpaAppPublic (41) */
329
329
  interface SpConsensusGrandpaAppPublic extends U8aFixed {
@@ -336,7 +336,7 @@ declare module "@polkadot/types/lookup" {
336
336
  readonly actualFee: u128;
337
337
  readonly tip: u128;
338
338
  } & Struct;
339
- readonly type: "TransactionFeePaid";
339
+ readonly type: 'TransactionFeePaid';
340
340
  }
341
341
  /** @name PalletParametersEvent (43) */
342
342
  interface PalletParametersEvent extends Enum {
@@ -346,13 +346,13 @@ declare module "@polkadot/types/lookup" {
346
346
  readonly oldValue: Option<ShSolochainEvmRuntimeConfigsRuntimeParamsRuntimeParametersValue>;
347
347
  readonly newValue: Option<ShSolochainEvmRuntimeConfigsRuntimeParamsRuntimeParametersValue>;
348
348
  } & Struct;
349
- readonly type: "Updated";
349
+ readonly type: 'Updated';
350
350
  }
351
351
  /** @name ShSolochainEvmRuntimeConfigsRuntimeParamsRuntimeParametersKey (44) */
352
352
  interface ShSolochainEvmRuntimeConfigsRuntimeParamsRuntimeParametersKey extends Enum {
353
353
  readonly isRuntimeConfig: boolean;
354
354
  readonly asRuntimeConfig: ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParametersKey;
355
- readonly type: "RuntimeConfig";
355
+ readonly type: 'RuntimeConfig';
356
356
  }
357
357
  /** @name ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParametersKey (45) */
358
358
  interface ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParametersKey extends Enum {
@@ -386,7 +386,7 @@ declare module "@polkadot/types/lookup" {
386
386
  readonly isMinSeedPeriod: boolean;
387
387
  readonly isStakeToSeedPeriod: boolean;
388
388
  readonly isUpfrontTicksToPay: boolean;
389
- readonly type: "SlashAmountPerMaxFileSize" | "StakeToChallengePeriod" | "CheckpointChallengePeriod" | "MinChallengePeriod" | "SystemUtilisationLowerThresholdPercentage" | "SystemUtilisationUpperThresholdPercentage" | "MostlyStablePrice" | "MaxPrice" | "MinPrice" | "UpperExponentFactor" | "LowerExponentFactor" | "ZeroSizeBucketFixedRate" | "IdealUtilisationRate" | "DecayRate" | "MinimumTreasuryCut" | "MaximumTreasuryCut" | "BspStopStoringFilePenalty" | "ProviderTopUpTtl" | "BasicReplicationTarget" | "StandardReplicationTarget" | "HighSecurityReplicationTarget" | "SuperHighSecurityReplicationTarget" | "UltraHighSecurityReplicationTarget" | "MaxReplicationTarget" | "TickRangeToMaximumThreshold" | "StorageRequestTtl" | "MinWaitForStopStoring" | "MinSeedPeriod" | "StakeToSeedPeriod" | "UpfrontTicksToPay";
389
+ readonly type: 'SlashAmountPerMaxFileSize' | 'StakeToChallengePeriod' | 'CheckpointChallengePeriod' | 'MinChallengePeriod' | 'SystemUtilisationLowerThresholdPercentage' | 'SystemUtilisationUpperThresholdPercentage' | 'MostlyStablePrice' | 'MaxPrice' | 'MinPrice' | 'UpperExponentFactor' | 'LowerExponentFactor' | 'ZeroSizeBucketFixedRate' | 'IdealUtilisationRate' | 'DecayRate' | 'MinimumTreasuryCut' | 'MaximumTreasuryCut' | 'BspStopStoringFilePenalty' | 'ProviderTopUpTtl' | 'BasicReplicationTarget' | 'StandardReplicationTarget' | 'HighSecurityReplicationTarget' | 'SuperHighSecurityReplicationTarget' | 'UltraHighSecurityReplicationTarget' | 'MaxReplicationTarget' | 'TickRangeToMaximumThreshold' | 'StorageRequestTtl' | 'MinWaitForStopStoring' | 'MinSeedPeriod' | 'StakeToSeedPeriod' | 'UpfrontTicksToPay';
390
390
  }
391
391
  /** @name ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSlashAmountPerMaxFileSize (46) */
392
392
  type ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSlashAmountPerMaxFileSize = Null;
@@ -452,7 +452,7 @@ declare module "@polkadot/types/lookup" {
452
452
  interface ShSolochainEvmRuntimeConfigsRuntimeParamsRuntimeParametersValue extends Enum {
453
453
  readonly isRuntimeConfig: boolean;
454
454
  readonly asRuntimeConfig: ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParametersValue;
455
- readonly type: "RuntimeConfig";
455
+ readonly type: 'RuntimeConfig';
456
456
  }
457
457
  /** @name ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParametersValue (78) */
458
458
  interface ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParametersValue extends Enum {
@@ -516,7 +516,7 @@ declare module "@polkadot/types/lookup" {
516
516
  readonly asStakeToSeedPeriod: u128;
517
517
  readonly isUpfrontTicksToPay: boolean;
518
518
  readonly asUpfrontTicksToPay: u32;
519
- readonly type: "SlashAmountPerMaxFileSize" | "StakeToChallengePeriod" | "CheckpointChallengePeriod" | "MinChallengePeriod" | "SystemUtilisationLowerThresholdPercentage" | "SystemUtilisationUpperThresholdPercentage" | "MostlyStablePrice" | "MaxPrice" | "MinPrice" | "UpperExponentFactor" | "LowerExponentFactor" | "ZeroSizeBucketFixedRate" | "IdealUtilisationRate" | "DecayRate" | "MinimumTreasuryCut" | "MaximumTreasuryCut" | "BspStopStoringFilePenalty" | "ProviderTopUpTtl" | "BasicReplicationTarget" | "StandardReplicationTarget" | "HighSecurityReplicationTarget" | "SuperHighSecurityReplicationTarget" | "UltraHighSecurityReplicationTarget" | "MaxReplicationTarget" | "TickRangeToMaximumThreshold" | "StorageRequestTtl" | "MinWaitForStopStoring" | "MinSeedPeriod" | "StakeToSeedPeriod" | "UpfrontTicksToPay";
519
+ readonly type: 'SlashAmountPerMaxFileSize' | 'StakeToChallengePeriod' | 'CheckpointChallengePeriod' | 'MinChallengePeriod' | 'SystemUtilisationLowerThresholdPercentage' | 'SystemUtilisationUpperThresholdPercentage' | 'MostlyStablePrice' | 'MaxPrice' | 'MinPrice' | 'UpperExponentFactor' | 'LowerExponentFactor' | 'ZeroSizeBucketFixedRate' | 'IdealUtilisationRate' | 'DecayRate' | 'MinimumTreasuryCut' | 'MaximumTreasuryCut' | 'BspStopStoringFilePenalty' | 'ProviderTopUpTtl' | 'BasicReplicationTarget' | 'StandardReplicationTarget' | 'HighSecurityReplicationTarget' | 'SuperHighSecurityReplicationTarget' | 'UltraHighSecurityReplicationTarget' | 'MaxReplicationTarget' | 'TickRangeToMaximumThreshold' | 'StorageRequestTtl' | 'MinWaitForStopStoring' | 'MinSeedPeriod' | 'StakeToSeedPeriod' | 'UpfrontTicksToPay';
520
520
  }
521
521
  /** @name PalletSudoEvent (80) */
522
522
  interface PalletSudoEvent extends Enum {
@@ -534,7 +534,7 @@ declare module "@polkadot/types/lookup" {
534
534
  readonly asSudoAsDone: {
535
535
  readonly sudoResult: Result<Null, SpRuntimeDispatchError>;
536
536
  } & Struct;
537
- readonly type: "Sudid" | "KeyChanged" | "KeyRemoved" | "SudoAsDone";
537
+ readonly type: 'Sudid' | 'KeyChanged' | 'KeyRemoved' | 'SudoAsDone';
538
538
  }
539
539
  /** @name PalletEthereumEvent (84) */
540
540
  interface PalletEthereumEvent extends Enum {
@@ -546,7 +546,7 @@ declare module "@polkadot/types/lookup" {
546
546
  readonly exitReason: EvmCoreErrorExitReason;
547
547
  readonly extraData: Bytes;
548
548
  } & Struct;
549
- readonly type: "Executed";
549
+ readonly type: 'Executed';
550
550
  }
551
551
  /** @name EvmCoreErrorExitReason (86) */
552
552
  interface EvmCoreErrorExitReason extends Enum {
@@ -558,14 +558,14 @@ declare module "@polkadot/types/lookup" {
558
558
  readonly asRevert: EvmCoreErrorExitRevert;
559
559
  readonly isFatal: boolean;
560
560
  readonly asFatal: EvmCoreErrorExitFatal;
561
- readonly type: "Succeed" | "Error" | "Revert" | "Fatal";
561
+ readonly type: 'Succeed' | 'Error' | 'Revert' | 'Fatal';
562
562
  }
563
563
  /** @name EvmCoreErrorExitSucceed (87) */
564
564
  interface EvmCoreErrorExitSucceed extends Enum {
565
565
  readonly isStopped: boolean;
566
566
  readonly isReturned: boolean;
567
567
  readonly isSuicided: boolean;
568
- readonly type: "Stopped" | "Returned" | "Suicided";
568
+ readonly type: 'Stopped' | 'Returned' | 'Suicided';
569
569
  }
570
570
  /** @name EvmCoreErrorExitError (88) */
571
571
  interface EvmCoreErrorExitError extends Enum {
@@ -587,12 +587,12 @@ declare module "@polkadot/types/lookup" {
587
587
  readonly isMaxNonce: boolean;
588
588
  readonly isInvalidCode: boolean;
589
589
  readonly asInvalidCode: u8;
590
- readonly type: "StackUnderflow" | "StackOverflow" | "InvalidJump" | "InvalidRange" | "DesignatedInvalid" | "CallTooDeep" | "CreateCollision" | "CreateContractLimit" | "OutOfOffset" | "OutOfGas" | "OutOfFund" | "PcUnderflow" | "CreateEmpty" | "Other" | "MaxNonce" | "InvalidCode";
590
+ readonly type: 'StackUnderflow' | 'StackOverflow' | 'InvalidJump' | 'InvalidRange' | 'DesignatedInvalid' | 'CallTooDeep' | 'CreateCollision' | 'CreateContractLimit' | 'OutOfOffset' | 'OutOfGas' | 'OutOfFund' | 'PcUnderflow' | 'CreateEmpty' | 'Other' | 'MaxNonce' | 'InvalidCode';
591
591
  }
592
592
  /** @name EvmCoreErrorExitRevert (92) */
593
593
  interface EvmCoreErrorExitRevert extends Enum {
594
594
  readonly isReverted: boolean;
595
- readonly type: "Reverted";
595
+ readonly type: 'Reverted';
596
596
  }
597
597
  /** @name EvmCoreErrorExitFatal (93) */
598
598
  interface EvmCoreErrorExitFatal extends Enum {
@@ -602,7 +602,7 @@ declare module "@polkadot/types/lookup" {
602
602
  readonly asCallErrorAsFatal: EvmCoreErrorExitError;
603
603
  readonly isOther: boolean;
604
604
  readonly asOther: Text;
605
- readonly type: "NotSupported" | "UnhandledInterrupt" | "CallErrorAsFatal" | "Other";
605
+ readonly type: 'NotSupported' | 'UnhandledInterrupt' | 'CallErrorAsFatal' | 'Other';
606
606
  }
607
607
  /** @name PalletEvmEvent (94) */
608
608
  interface PalletEvmEvent extends Enum {
@@ -626,7 +626,7 @@ declare module "@polkadot/types/lookup" {
626
626
  readonly asExecutedFailed: {
627
627
  readonly address: H160;
628
628
  } & Struct;
629
- readonly type: "Log" | "Created" | "CreatedFailed" | "Executed" | "ExecutedFailed";
629
+ readonly type: 'Log' | 'Created' | 'CreatedFailed' | 'Executed' | 'ExecutedFailed';
630
630
  }
631
631
  /** @name EthereumLog (95) */
632
632
  interface EthereumLog extends Struct {
@@ -765,7 +765,7 @@ declare module "@polkadot/types/lookup" {
765
765
  readonly asBspDeleted: {
766
766
  readonly providerId: H256;
767
767
  } & Struct;
768
- readonly type: "MspRequestSignUpSuccess" | "MspSignUpSuccess" | "BspRequestSignUpSuccess" | "BspSignUpSuccess" | "SignUpRequestCanceled" | "MspSignOffSuccess" | "BspSignOffSuccess" | "CapacityChanged" | "Slashed" | "AwaitingTopUp" | "TopUpFulfilled" | "FailedToGetOwnerAccountOfInsolventProvider" | "FailedToSlashInsolventProvider" | "FailedToStopAllCyclesForInsolventBsp" | "FailedToInsertProviderTopUpExpiration" | "ProviderInsolvent" | "BucketsOfInsolventMsp" | "BucketRootChanged" | "MultiAddressAdded" | "MultiAddressRemoved" | "ValuePropAdded" | "ValuePropUnavailable" | "MspDeleted" | "BspDeleted";
768
+ readonly type: 'MspRequestSignUpSuccess' | 'MspSignUpSuccess' | 'BspRequestSignUpSuccess' | 'BspSignUpSuccess' | 'SignUpRequestCanceled' | 'MspSignOffSuccess' | 'BspSignOffSuccess' | 'CapacityChanged' | 'Slashed' | 'AwaitingTopUp' | 'TopUpFulfilled' | 'FailedToGetOwnerAccountOfInsolventProvider' | 'FailedToSlashInsolventProvider' | 'FailedToStopAllCyclesForInsolventBsp' | 'FailedToInsertProviderTopUpExpiration' | 'ProviderInsolvent' | 'BucketsOfInsolventMsp' | 'BucketRootChanged' | 'MultiAddressAdded' | 'MultiAddressRemoved' | 'ValuePropAdded' | 'ValuePropUnavailable' | 'MspDeleted' | 'BspDeleted';
769
769
  }
770
770
  /** @name PalletStorageProvidersValuePropositionWithId (101) */
771
771
  interface PalletStorageProvidersValuePropositionWithId extends Struct {
@@ -785,7 +785,7 @@ declare module "@polkadot/types/lookup" {
785
785
  readonly asBackupStorageProvider: H256;
786
786
  readonly isMainStorageProvider: boolean;
787
787
  readonly asMainStorageProvider: H256;
788
- readonly type: "BackupStorageProvider" | "MainStorageProvider";
788
+ readonly type: 'BackupStorageProvider' | 'MainStorageProvider';
789
789
  }
790
790
  /** @name PalletStorageProvidersTopUpMetadata (105) */
791
791
  interface PalletStorageProvidersTopUpMetadata extends Struct {
@@ -811,13 +811,6 @@ declare module "@polkadot/types/lookup" {
811
811
  readonly bucketId: H256;
812
812
  readonly maybeCollectionId: Option<u32>;
813
813
  } & Struct;
814
- readonly isMoveBucketRequested: boolean;
815
- readonly asMoveBucketRequested: {
816
- readonly who: AccountId20;
817
- readonly bucketId: H256;
818
- readonly newMspId: H256;
819
- readonly newValuePropId: H256;
820
- } & Struct;
821
814
  readonly isBucketPrivacyUpdated: boolean;
822
815
  readonly asBucketPrivacyUpdated: {
823
816
  readonly who: AccountId20;
@@ -831,6 +824,30 @@ declare module "@polkadot/types/lookup" {
831
824
  readonly bucketId: H256;
832
825
  readonly collectionId: u32;
833
826
  } & Struct;
827
+ readonly isMoveBucketRequested: boolean;
828
+ readonly asMoveBucketRequested: {
829
+ readonly who: AccountId20;
830
+ readonly bucketId: H256;
831
+ readonly newMspId: H256;
832
+ readonly newValuePropId: H256;
833
+ } & Struct;
834
+ readonly isMoveBucketRequestExpired: boolean;
835
+ readonly asMoveBucketRequestExpired: {
836
+ readonly bucketId: H256;
837
+ } & Struct;
838
+ readonly isMoveBucketAccepted: boolean;
839
+ readonly asMoveBucketAccepted: {
840
+ readonly bucketId: H256;
841
+ readonly oldMspId: Option<H256>;
842
+ readonly newMspId: H256;
843
+ readonly valuePropId: H256;
844
+ } & Struct;
845
+ readonly isMoveBucketRejected: boolean;
846
+ readonly asMoveBucketRejected: {
847
+ readonly bucketId: H256;
848
+ readonly oldMspId: Option<H256>;
849
+ readonly newMspId: H256;
850
+ } & Struct;
834
851
  readonly isNewStorageRequest: boolean;
835
852
  readonly asNewStorageRequest: {
836
853
  readonly who: AccountId20;
@@ -847,24 +864,6 @@ declare module "@polkadot/types/lookup" {
847
864
  readonly fileKey: H256;
848
865
  readonly fileMetadata: ShpFileMetadataFileMetadata;
849
866
  } & Struct;
850
- readonly isAcceptedBspVolunteer: boolean;
851
- readonly asAcceptedBspVolunteer: {
852
- readonly bspId: H256;
853
- readonly bucketId: H256;
854
- readonly location: Bytes;
855
- readonly fingerprint: H256;
856
- readonly multiaddresses: Vec<Bytes>;
857
- readonly owner: AccountId20;
858
- readonly size_: u64;
859
- } & Struct;
860
- readonly isBspConfirmedStoring: boolean;
861
- readonly asBspConfirmedStoring: {
862
- readonly who: AccountId20;
863
- readonly bspId: H256;
864
- readonly confirmedFileKeys: Vec<ITuple<[H256, ShpFileMetadataFileMetadata]>>;
865
- readonly skippedFileKeys: Vec<H256>;
866
- readonly newRoot: H256;
867
- } & Struct;
868
867
  readonly isStorageRequestFulfilled: boolean;
869
868
  readonly asStorageRequestFulfilled: {
870
869
  readonly fileKey: H256;
@@ -884,6 +883,37 @@ declare module "@polkadot/types/lookup" {
884
883
  readonly bucketId: H256;
885
884
  readonly reason: PalletFileSystemRejectedStorageRequestReason;
886
885
  } & Struct;
886
+ readonly isIncompleteStorageRequest: boolean;
887
+ readonly asIncompleteStorageRequest: {
888
+ readonly fileKey: H256;
889
+ } & Struct;
890
+ readonly isIncompleteStorageRequestCleanedUp: boolean;
891
+ readonly asIncompleteStorageRequestCleanedUp: {
892
+ readonly fileKey: H256;
893
+ } & Struct;
894
+ readonly isAcceptedBspVolunteer: boolean;
895
+ readonly asAcceptedBspVolunteer: {
896
+ readonly bspId: H256;
897
+ readonly bucketId: H256;
898
+ readonly location: Bytes;
899
+ readonly fingerprint: H256;
900
+ readonly multiaddresses: Vec<Bytes>;
901
+ readonly owner: AccountId20;
902
+ readonly size_: u64;
903
+ } & Struct;
904
+ readonly isBspConfirmedStoring: boolean;
905
+ readonly asBspConfirmedStoring: {
906
+ readonly who: AccountId20;
907
+ readonly bspId: H256;
908
+ readonly confirmedFileKeys: Vec<ITuple<[H256, ShpFileMetadataFileMetadata]>>;
909
+ readonly skippedFileKeys: Vec<H256>;
910
+ readonly newRoot: H256;
911
+ } & Struct;
912
+ readonly isBspChallengeCycleInitialised: boolean;
913
+ readonly asBspChallengeCycleInitialised: {
914
+ readonly who: AccountId20;
915
+ readonly bspId: H256;
916
+ } & Struct;
887
917
  readonly isBspRequestedToStopStoring: boolean;
888
918
  readonly asBspRequestedToStopStoring: {
889
919
  readonly bspId: H256;
@@ -897,10 +927,11 @@ declare module "@polkadot/types/lookup" {
897
927
  readonly fileKey: H256;
898
928
  readonly newRoot: H256;
899
929
  } & Struct;
900
- readonly isPriorityChallengeForFileDeletionQueued: boolean;
901
- readonly asPriorityChallengeForFileDeletionQueued: {
902
- readonly issuer: PalletFileSystemEitherAccountIdOrMspId;
903
- readonly fileKey: H256;
930
+ readonly isMspStoppedStoringBucket: boolean;
931
+ readonly asMspStoppedStoringBucket: {
932
+ readonly mspId: H256;
933
+ readonly owner: AccountId20;
934
+ readonly bucketId: H256;
904
935
  } & Struct;
905
936
  readonly isSpStopStoringInsolventUser: boolean;
906
937
  readonly asSpStopStoringInsolventUser: {
@@ -916,89 +947,6 @@ declare module "@polkadot/types/lookup" {
916
947
  readonly owner: AccountId20;
917
948
  readonly bucketId: H256;
918
949
  } & Struct;
919
- readonly isFailedToQueuePriorityChallenge: boolean;
920
- readonly asFailedToQueuePriorityChallenge: {
921
- readonly fileKey: H256;
922
- readonly error: SpRuntimeDispatchError;
923
- } & Struct;
924
- readonly isFileDeletionRequest: boolean;
925
- readonly asFileDeletionRequest: {
926
- readonly user: AccountId20;
927
- readonly fileKey: H256;
928
- readonly fileSize: u64;
929
- readonly bucketId: H256;
930
- readonly mspId: H256;
931
- readonly proofOfInclusion: bool;
932
- } & Struct;
933
- readonly isProofSubmittedForPendingFileDeletionRequest: boolean;
934
- readonly asProofSubmittedForPendingFileDeletionRequest: {
935
- readonly user: AccountId20;
936
- readonly fileKey: H256;
937
- readonly fileSize: u64;
938
- readonly bucketId: H256;
939
- readonly mspId: H256;
940
- readonly proofOfInclusion: bool;
941
- } & Struct;
942
- readonly isBspChallengeCycleInitialised: boolean;
943
- readonly asBspChallengeCycleInitialised: {
944
- readonly who: AccountId20;
945
- readonly bspId: H256;
946
- } & Struct;
947
- readonly isMoveBucketRequestExpired: boolean;
948
- readonly asMoveBucketRequestExpired: {
949
- readonly bucketId: H256;
950
- } & Struct;
951
- readonly isMoveBucketAccepted: boolean;
952
- readonly asMoveBucketAccepted: {
953
- readonly bucketId: H256;
954
- readonly oldMspId: Option<H256>;
955
- readonly newMspId: H256;
956
- readonly valuePropId: H256;
957
- } & Struct;
958
- readonly isMoveBucketRejected: boolean;
959
- readonly asMoveBucketRejected: {
960
- readonly bucketId: H256;
961
- readonly oldMspId: Option<H256>;
962
- readonly newMspId: H256;
963
- } & Struct;
964
- readonly isMspStoppedStoringBucket: boolean;
965
- readonly asMspStoppedStoringBucket: {
966
- readonly mspId: H256;
967
- readonly owner: AccountId20;
968
- readonly bucketId: H256;
969
- } & Struct;
970
- readonly isFailedToGetMspOfBucket: boolean;
971
- readonly asFailedToGetMspOfBucket: {
972
- readonly bucketId: H256;
973
- readonly error: SpRuntimeDispatchError;
974
- } & Struct;
975
- readonly isFailedToDecreaseMspUsedCapacity: boolean;
976
- readonly asFailedToDecreaseMspUsedCapacity: {
977
- readonly user: AccountId20;
978
- readonly mspId: H256;
979
- readonly fileKey: H256;
980
- readonly fileSize: u64;
981
- readonly error: SpRuntimeDispatchError;
982
- } & Struct;
983
- readonly isUsedCapacityShouldBeZero: boolean;
984
- readonly asUsedCapacityShouldBeZero: {
985
- readonly actualUsedCapacity: u64;
986
- } & Struct;
987
- readonly isFailedToReleaseStorageRequestCreationDeposit: boolean;
988
- readonly asFailedToReleaseStorageRequestCreationDeposit: {
989
- readonly fileKey: H256;
990
- readonly owner: AccountId20;
991
- readonly amountToReturn: u128;
992
- readonly error: SpRuntimeDispatchError;
993
- } & Struct;
994
- readonly isFailedToTransferDepositFundsToBsp: boolean;
995
- readonly asFailedToTransferDepositFundsToBsp: {
996
- readonly fileKey: H256;
997
- readonly owner: AccountId20;
998
- readonly bspId: H256;
999
- readonly amountToTransfer: u128;
1000
- readonly error: SpRuntimeDispatchError;
1001
- } & Struct;
1002
950
  readonly isFileDeletionRequested: boolean;
1003
951
  readonly asFileDeletionRequested: {
1004
952
  readonly signedDeleteIntention: PalletFileSystemFileOperationIntention;
@@ -1021,13 +969,20 @@ declare module "@polkadot/types/lookup" {
1021
969
  readonly oldRoot: H256;
1022
970
  readonly newRoot: H256;
1023
971
  } & Struct;
1024
- readonly isIncompleteStorageRequest: boolean;
1025
- readonly asIncompleteStorageRequest: {
972
+ readonly isUsedCapacityShouldBeZero: boolean;
973
+ readonly asUsedCapacityShouldBeZero: {
974
+ readonly actualUsedCapacity: u64;
975
+ } & Struct;
976
+ readonly isFailedToReleaseStorageRequestCreationDeposit: boolean;
977
+ readonly asFailedToReleaseStorageRequestCreationDeposit: {
1026
978
  readonly fileKey: H256;
979
+ readonly owner: AccountId20;
980
+ readonly amountToReturn: u128;
981
+ readonly error: SpRuntimeDispatchError;
1027
982
  } & Struct;
1028
- readonly type: "NewBucket" | "BucketDeleted" | "MoveBucketRequested" | "BucketPrivacyUpdated" | "NewCollectionAndAssociation" | "NewStorageRequest" | "MspAcceptedStorageRequest" | "AcceptedBspVolunteer" | "BspConfirmedStoring" | "StorageRequestFulfilled" | "StorageRequestExpired" | "StorageRequestRevoked" | "StorageRequestRejected" | "BspRequestedToStopStoring" | "BspConfirmStoppedStoring" | "PriorityChallengeForFileDeletionQueued" | "SpStopStoringInsolventUser" | "MspStopStoringBucketInsolventUser" | "FailedToQueuePriorityChallenge" | "FileDeletionRequest" | "ProofSubmittedForPendingFileDeletionRequest" | "BspChallengeCycleInitialised" | "MoveBucketRequestExpired" | "MoveBucketAccepted" | "MoveBucketRejected" | "MspStoppedStoringBucket" | "FailedToGetMspOfBucket" | "FailedToDecreaseMspUsedCapacity" | "UsedCapacityShouldBeZero" | "FailedToReleaseStorageRequestCreationDeposit" | "FailedToTransferDepositFundsToBsp" | "FileDeletionRequested" | "BucketFileDeletionsCompleted" | "BspFileDeletionsCompleted" | "IncompleteStorageRequest";
983
+ readonly type: 'NewBucket' | 'BucketDeleted' | 'BucketPrivacyUpdated' | 'NewCollectionAndAssociation' | 'MoveBucketRequested' | 'MoveBucketRequestExpired' | 'MoveBucketAccepted' | 'MoveBucketRejected' | 'NewStorageRequest' | 'MspAcceptedStorageRequest' | 'StorageRequestFulfilled' | 'StorageRequestExpired' | 'StorageRequestRevoked' | 'StorageRequestRejected' | 'IncompleteStorageRequest' | 'IncompleteStorageRequestCleanedUp' | 'AcceptedBspVolunteer' | 'BspConfirmedStoring' | 'BspChallengeCycleInitialised' | 'BspRequestedToStopStoring' | 'BspConfirmStoppedStoring' | 'MspStoppedStoringBucket' | 'SpStopStoringInsolventUser' | 'MspStopStoringBucketInsolventUser' | 'FileDeletionRequested' | 'BucketFileDeletionsCompleted' | 'BspFileDeletionsCompleted' | 'UsedCapacityShouldBeZero' | 'FailedToReleaseStorageRequestCreationDeposit';
1029
984
  }
1030
- /** @name ShpFileMetadataFileMetadata (109) */
985
+ /** @name ShpFileMetadataFileMetadata (110) */
1031
986
  interface ShpFileMetadataFileMetadata extends Struct {
1032
987
  readonly owner: Bytes;
1033
988
  readonly bucketId: Bytes;
@@ -1035,40 +990,32 @@ declare module "@polkadot/types/lookup" {
1035
990
  readonly fileSize: Compact<u64>;
1036
991
  readonly fingerprint: ShpFileMetadataFingerprint;
1037
992
  }
1038
- /** @name ShpFileMetadataFingerprint (110) */
993
+ /** @name ShpFileMetadataFingerprint (111) */
1039
994
  interface ShpFileMetadataFingerprint extends U8aFixed {
1040
995
  }
1041
- /** @name PalletFileSystemRejectedStorageRequestReason (115) */
996
+ /** @name PalletFileSystemRejectedStorageRequestReason (112) */
1042
997
  interface PalletFileSystemRejectedStorageRequestReason extends Enum {
1043
998
  readonly isReachedMaximumCapacity: boolean;
1044
999
  readonly isReceivedInvalidProof: boolean;
1045
1000
  readonly isFileKeyAlreadyStored: boolean;
1046
1001
  readonly isRequestExpired: boolean;
1047
1002
  readonly isInternalError: boolean;
1048
- readonly type: "ReachedMaximumCapacity" | "ReceivedInvalidProof" | "FileKeyAlreadyStored" | "RequestExpired" | "InternalError";
1003
+ readonly type: 'ReachedMaximumCapacity' | 'ReceivedInvalidProof' | 'FileKeyAlreadyStored' | 'RequestExpired' | 'InternalError';
1049
1004
  }
1050
- /** @name PalletFileSystemEitherAccountIdOrMspId (116) */
1051
- interface PalletFileSystemEitherAccountIdOrMspId extends Enum {
1052
- readonly isAccountId: boolean;
1053
- readonly asAccountId: AccountId20;
1054
- readonly isMspId: boolean;
1055
- readonly asMspId: H256;
1056
- readonly type: "AccountId" | "MspId";
1057
- }
1058
- /** @name PalletFileSystemFileOperationIntention (118) */
1005
+ /** @name PalletFileSystemFileOperationIntention (117) */
1059
1006
  interface PalletFileSystemFileOperationIntention extends Struct {
1060
1007
  readonly fileKey: H256;
1061
1008
  readonly operation: PalletFileSystemFileOperation;
1062
1009
  }
1063
- /** @name PalletFileSystemFileOperation (119) */
1010
+ /** @name PalletFileSystemFileOperation (118) */
1064
1011
  interface PalletFileSystemFileOperation extends Enum {
1065
1012
  readonly isDelete: boolean;
1066
- readonly type: "Delete";
1013
+ readonly type: 'Delete';
1067
1014
  }
1068
- /** @name FpAccountEthereumSignature (120) */
1015
+ /** @name FpAccountEthereumSignature (119) */
1069
1016
  interface FpAccountEthereumSignature extends U8aFixed {
1070
1017
  }
1071
- /** @name PalletProofsDealerEvent (125) */
1018
+ /** @name PalletProofsDealerEvent (124) */
1072
1019
  interface PalletProofsDealerEvent extends Enum {
1073
1020
  readonly isNewChallenge: boolean;
1074
1021
  readonly asNewChallenge: {
@@ -1131,49 +1078,49 @@ declare module "@polkadot/types/lookup" {
1131
1078
  readonly asChallengesTickerSet: {
1132
1079
  readonly paused: bool;
1133
1080
  } & Struct;
1134
- readonly type: "NewChallenge" | "NewPriorityChallenge" | "ProofAccepted" | "NewChallengeSeed" | "NewCheckpointChallenge" | "SlashableProvider" | "NoRecordOfLastSubmittedProof" | "NewChallengeCycleInitialised" | "MutationsAppliedForProvider" | "MutationsApplied" | "ChallengesTickerSet";
1081
+ readonly type: 'NewChallenge' | 'NewPriorityChallenge' | 'ProofAccepted' | 'NewChallengeSeed' | 'NewCheckpointChallenge' | 'SlashableProvider' | 'NoRecordOfLastSubmittedProof' | 'NewChallengeCycleInitialised' | 'MutationsAppliedForProvider' | 'MutationsApplied' | 'ChallengesTickerSet';
1135
1082
  }
1136
- /** @name PalletProofsDealerProof (126) */
1083
+ /** @name PalletProofsDealerProof (125) */
1137
1084
  interface PalletProofsDealerProof extends Struct {
1138
1085
  readonly forestProof: SpTrieStorageProofCompactProof;
1139
1086
  readonly keyProofs: BTreeMap<H256, PalletProofsDealerKeyProof>;
1140
1087
  }
1141
- /** @name SpTrieStorageProofCompactProof (127) */
1088
+ /** @name SpTrieStorageProofCompactProof (126) */
1142
1089
  interface SpTrieStorageProofCompactProof extends Struct {
1143
1090
  readonly encodedNodes: Vec<Bytes>;
1144
1091
  }
1145
- /** @name PalletProofsDealerKeyProof (130) */
1092
+ /** @name PalletProofsDealerKeyProof (129) */
1146
1093
  interface PalletProofsDealerKeyProof extends Struct {
1147
1094
  readonly proof: ShpFileKeyVerifierFileKeyProof;
1148
1095
  readonly challengeCount: u32;
1149
1096
  }
1150
- /** @name ShpFileKeyVerifierFileKeyProof (131) */
1097
+ /** @name ShpFileKeyVerifierFileKeyProof (130) */
1151
1098
  interface ShpFileKeyVerifierFileKeyProof extends Struct {
1152
1099
  readonly fileMetadata: ShpFileMetadataFileMetadata;
1153
1100
  readonly proof: SpTrieStorageProofCompactProof;
1154
1101
  }
1155
- /** @name PalletProofsDealerCustomChallenge (135) */
1102
+ /** @name PalletProofsDealerCustomChallenge (134) */
1156
1103
  interface PalletProofsDealerCustomChallenge extends Struct {
1157
1104
  readonly key: H256;
1158
1105
  readonly shouldRemoveKey: bool;
1159
1106
  }
1160
- /** @name ShpTraitsTrieMutation (139) */
1107
+ /** @name ShpTraitsTrieMutation (138) */
1161
1108
  interface ShpTraitsTrieMutation extends Enum {
1162
1109
  readonly isAdd: boolean;
1163
1110
  readonly asAdd: ShpTraitsTrieAddMutation;
1164
1111
  readonly isRemove: boolean;
1165
1112
  readonly asRemove: ShpTraitsTrieRemoveMutation;
1166
- readonly type: "Add" | "Remove";
1113
+ readonly type: 'Add' | 'Remove';
1167
1114
  }
1168
- /** @name ShpTraitsTrieAddMutation (140) */
1115
+ /** @name ShpTraitsTrieAddMutation (139) */
1169
1116
  interface ShpTraitsTrieAddMutation extends Struct {
1170
1117
  readonly value: Bytes;
1171
1118
  }
1172
- /** @name ShpTraitsTrieRemoveMutation (141) */
1119
+ /** @name ShpTraitsTrieRemoveMutation (140) */
1173
1120
  interface ShpTraitsTrieRemoveMutation extends Struct {
1174
1121
  readonly maybeValue: Option<Bytes>;
1175
1122
  }
1176
- /** @name PalletRandomnessEvent (143) */
1123
+ /** @name PalletRandomnessEvent (142) */
1177
1124
  interface PalletRandomnessEvent extends Enum {
1178
1125
  readonly isNewOneEpochAgoRandomnessAvailable: boolean;
1179
1126
  readonly asNewOneEpochAgoRandomnessAvailable: {
@@ -1181,9 +1128,9 @@ declare module "@polkadot/types/lookup" {
1181
1128
  readonly fromEpoch: u64;
1182
1129
  readonly validUntilBlock: u32;
1183
1130
  } & Struct;
1184
- readonly type: "NewOneEpochAgoRandomnessAvailable";
1131
+ readonly type: 'NewOneEpochAgoRandomnessAvailable';
1185
1132
  }
1186
- /** @name PalletPaymentStreamsEvent (144) */
1133
+ /** @name PalletPaymentStreamsEvent (143) */
1187
1134
  interface PalletPaymentStreamsEvent extends Enum {
1188
1135
  readonly isFixedRatePaymentStreamCreated: boolean;
1189
1136
  readonly asFixedRatePaymentStreamCreated: {
@@ -1260,9 +1207,9 @@ declare module "@polkadot/types/lookup" {
1260
1207
  readonly lastProcessedTick: u32;
1261
1208
  readonly tickToProcess: u32;
1262
1209
  } & Struct;
1263
- readonly type: "FixedRatePaymentStreamCreated" | "FixedRatePaymentStreamUpdated" | "FixedRatePaymentStreamDeleted" | "DynamicRatePaymentStreamCreated" | "DynamicRatePaymentStreamUpdated" | "DynamicRatePaymentStreamDeleted" | "PaymentStreamCharged" | "UsersCharged" | "LastChargeableInfoUpdated" | "UserWithoutFunds" | "UserPaidAllDebts" | "UserPaidSomeDebts" | "UserSolvent" | "InconsistentTickProcessing";
1210
+ readonly type: 'FixedRatePaymentStreamCreated' | 'FixedRatePaymentStreamUpdated' | 'FixedRatePaymentStreamDeleted' | 'DynamicRatePaymentStreamCreated' | 'DynamicRatePaymentStreamUpdated' | 'DynamicRatePaymentStreamDeleted' | 'PaymentStreamCharged' | 'UsersCharged' | 'LastChargeableInfoUpdated' | 'UserWithoutFunds' | 'UserPaidAllDebts' | 'UserPaidSomeDebts' | 'UserSolvent' | 'InconsistentTickProcessing';
1264
1211
  }
1265
- /** @name PalletBucketNftsEvent (146) */
1212
+ /** @name PalletBucketNftsEvent (145) */
1266
1213
  interface PalletBucketNftsEvent extends Enum {
1267
1214
  readonly isAccessShared: boolean;
1268
1215
  readonly asAccessShared: {
@@ -1281,9 +1228,9 @@ declare module "@polkadot/types/lookup" {
1281
1228
  readonly bucket: H256;
1282
1229
  readonly itemId: u32;
1283
1230
  } & Struct;
1284
- readonly type: "AccessShared" | "ItemReadAccessUpdated" | "ItemBurned";
1231
+ readonly type: 'AccessShared' | 'ItemReadAccessUpdated' | 'ItemBurned';
1285
1232
  }
1286
- /** @name PalletNftsEvent (147) */
1233
+ /** @name PalletNftsEvent (146) */
1287
1234
  interface PalletNftsEvent extends Enum {
1288
1235
  readonly isCreated: boolean;
1289
1236
  readonly asCreated: {
@@ -1517,54 +1464,54 @@ declare module "@polkadot/types/lookup" {
1517
1464
  readonly attribute: PalletNftsPalletAttributes;
1518
1465
  readonly value: Bytes;
1519
1466
  } & Struct;
1520
- readonly type: "Created" | "ForceCreated" | "Destroyed" | "Issued" | "Transferred" | "Burned" | "ItemTransferLocked" | "ItemTransferUnlocked" | "ItemPropertiesLocked" | "CollectionLocked" | "OwnerChanged" | "TeamChanged" | "TransferApproved" | "ApprovalCancelled" | "AllApprovalsCancelled" | "CollectionConfigChanged" | "CollectionMetadataSet" | "CollectionMetadataCleared" | "ItemMetadataSet" | "ItemMetadataCleared" | "Redeposited" | "AttributeSet" | "AttributeCleared" | "ItemAttributesApprovalAdded" | "ItemAttributesApprovalRemoved" | "OwnershipAcceptanceChanged" | "CollectionMaxSupplySet" | "CollectionMintSettingsUpdated" | "NextCollectionIdIncremented" | "ItemPriceSet" | "ItemPriceRemoved" | "ItemBought" | "TipSent" | "SwapCreated" | "SwapCancelled" | "SwapClaimed" | "PreSignedAttributesSet" | "PalletAttributeSet";
1467
+ readonly type: 'Created' | 'ForceCreated' | 'Destroyed' | 'Issued' | 'Transferred' | 'Burned' | 'ItemTransferLocked' | 'ItemTransferUnlocked' | 'ItemPropertiesLocked' | 'CollectionLocked' | 'OwnerChanged' | 'TeamChanged' | 'TransferApproved' | 'ApprovalCancelled' | 'AllApprovalsCancelled' | 'CollectionConfigChanged' | 'CollectionMetadataSet' | 'CollectionMetadataCleared' | 'ItemMetadataSet' | 'ItemMetadataCleared' | 'Redeposited' | 'AttributeSet' | 'AttributeCleared' | 'ItemAttributesApprovalAdded' | 'ItemAttributesApprovalRemoved' | 'OwnershipAcceptanceChanged' | 'CollectionMaxSupplySet' | 'CollectionMintSettingsUpdated' | 'NextCollectionIdIncremented' | 'ItemPriceSet' | 'ItemPriceRemoved' | 'ItemBought' | 'TipSent' | 'SwapCreated' | 'SwapCancelled' | 'SwapClaimed' | 'PreSignedAttributesSet' | 'PalletAttributeSet';
1521
1468
  }
1522
- /** @name PalletNftsAttributeNamespace (151) */
1469
+ /** @name PalletNftsAttributeNamespace (150) */
1523
1470
  interface PalletNftsAttributeNamespace extends Enum {
1524
1471
  readonly isPallet: boolean;
1525
1472
  readonly isCollectionOwner: boolean;
1526
1473
  readonly isItemOwner: boolean;
1527
1474
  readonly isAccount: boolean;
1528
1475
  readonly asAccount: AccountId20;
1529
- readonly type: "Pallet" | "CollectionOwner" | "ItemOwner" | "Account";
1476
+ readonly type: 'Pallet' | 'CollectionOwner' | 'ItemOwner' | 'Account';
1530
1477
  }
1531
- /** @name PalletNftsPriceWithDirection (153) */
1478
+ /** @name PalletNftsPriceWithDirection (152) */
1532
1479
  interface PalletNftsPriceWithDirection extends Struct {
1533
1480
  readonly amount: u128;
1534
1481
  readonly direction: PalletNftsPriceDirection;
1535
1482
  }
1536
- /** @name PalletNftsPriceDirection (154) */
1483
+ /** @name PalletNftsPriceDirection (153) */
1537
1484
  interface PalletNftsPriceDirection extends Enum {
1538
1485
  readonly isSend: boolean;
1539
1486
  readonly isReceive: boolean;
1540
- readonly type: "Send" | "Receive";
1487
+ readonly type: 'Send' | 'Receive';
1541
1488
  }
1542
- /** @name PalletNftsPalletAttributes (155) */
1489
+ /** @name PalletNftsPalletAttributes (154) */
1543
1490
  interface PalletNftsPalletAttributes extends Enum {
1544
1491
  readonly isUsedToClaim: boolean;
1545
1492
  readonly asUsedToClaim: u32;
1546
1493
  readonly isTransferDisabled: boolean;
1547
- readonly type: "UsedToClaim" | "TransferDisabled";
1494
+ readonly type: 'UsedToClaim' | 'TransferDisabled';
1548
1495
  }
1549
- /** @name FrameSystemPhase (156) */
1496
+ /** @name FrameSystemPhase (155) */
1550
1497
  interface FrameSystemPhase extends Enum {
1551
1498
  readonly isApplyExtrinsic: boolean;
1552
1499
  readonly asApplyExtrinsic: u32;
1553
1500
  readonly isFinalization: boolean;
1554
1501
  readonly isInitialization: boolean;
1555
- readonly type: "ApplyExtrinsic" | "Finalization" | "Initialization";
1502
+ readonly type: 'ApplyExtrinsic' | 'Finalization' | 'Initialization';
1556
1503
  }
1557
- /** @name FrameSystemLastRuntimeUpgradeInfo (159) */
1504
+ /** @name FrameSystemLastRuntimeUpgradeInfo (158) */
1558
1505
  interface FrameSystemLastRuntimeUpgradeInfo extends Struct {
1559
1506
  readonly specVersion: Compact<u32>;
1560
1507
  readonly specName: Text;
1561
1508
  }
1562
- /** @name FrameSystemCodeUpgradeAuthorization (161) */
1509
+ /** @name FrameSystemCodeUpgradeAuthorization (160) */
1563
1510
  interface FrameSystemCodeUpgradeAuthorization extends Struct {
1564
1511
  readonly codeHash: H256;
1565
1512
  readonly checkVersion: bool;
1566
1513
  }
1567
- /** @name FrameSystemCall (162) */
1514
+ /** @name FrameSystemCall (161) */
1568
1515
  interface FrameSystemCall extends Enum {
1569
1516
  readonly isRemark: boolean;
1570
1517
  readonly asRemark: {
@@ -1611,43 +1558,43 @@ declare module "@polkadot/types/lookup" {
1611
1558
  readonly asApplyAuthorizedUpgrade: {
1612
1559
  readonly code: Bytes;
1613
1560
  } & Struct;
1614
- readonly type: "Remark" | "SetHeapPages" | "SetCode" | "SetCodeWithoutChecks" | "SetStorage" | "KillStorage" | "KillPrefix" | "RemarkWithEvent" | "AuthorizeUpgrade" | "AuthorizeUpgradeWithoutChecks" | "ApplyAuthorizedUpgrade";
1561
+ readonly type: 'Remark' | 'SetHeapPages' | 'SetCode' | 'SetCodeWithoutChecks' | 'SetStorage' | 'KillStorage' | 'KillPrefix' | 'RemarkWithEvent' | 'AuthorizeUpgrade' | 'AuthorizeUpgradeWithoutChecks' | 'ApplyAuthorizedUpgrade';
1615
1562
  }
1616
- /** @name FrameSystemLimitsBlockWeights (165) */
1563
+ /** @name FrameSystemLimitsBlockWeights (164) */
1617
1564
  interface FrameSystemLimitsBlockWeights extends Struct {
1618
1565
  readonly baseBlock: SpWeightsWeightV2Weight;
1619
1566
  readonly maxBlock: SpWeightsWeightV2Weight;
1620
1567
  readonly perClass: FrameSupportDispatchPerDispatchClassWeightsPerClass;
1621
1568
  }
1622
- /** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (166) */
1569
+ /** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (165) */
1623
1570
  interface FrameSupportDispatchPerDispatchClassWeightsPerClass extends Struct {
1624
1571
  readonly normal: FrameSystemLimitsWeightsPerClass;
1625
1572
  readonly operational: FrameSystemLimitsWeightsPerClass;
1626
1573
  readonly mandatory: FrameSystemLimitsWeightsPerClass;
1627
1574
  }
1628
- /** @name FrameSystemLimitsWeightsPerClass (167) */
1575
+ /** @name FrameSystemLimitsWeightsPerClass (166) */
1629
1576
  interface FrameSystemLimitsWeightsPerClass extends Struct {
1630
1577
  readonly baseExtrinsic: SpWeightsWeightV2Weight;
1631
1578
  readonly maxExtrinsic: Option<SpWeightsWeightV2Weight>;
1632
1579
  readonly maxTotal: Option<SpWeightsWeightV2Weight>;
1633
1580
  readonly reserved: Option<SpWeightsWeightV2Weight>;
1634
1581
  }
1635
- /** @name FrameSystemLimitsBlockLength (169) */
1582
+ /** @name FrameSystemLimitsBlockLength (168) */
1636
1583
  interface FrameSystemLimitsBlockLength extends Struct {
1637
1584
  readonly max: FrameSupportDispatchPerDispatchClassU32;
1638
1585
  }
1639
- /** @name FrameSupportDispatchPerDispatchClassU32 (170) */
1586
+ /** @name FrameSupportDispatchPerDispatchClassU32 (169) */
1640
1587
  interface FrameSupportDispatchPerDispatchClassU32 extends Struct {
1641
1588
  readonly normal: u32;
1642
1589
  readonly operational: u32;
1643
1590
  readonly mandatory: u32;
1644
1591
  }
1645
- /** @name SpWeightsRuntimeDbWeight (171) */
1592
+ /** @name SpWeightsRuntimeDbWeight (170) */
1646
1593
  interface SpWeightsRuntimeDbWeight extends Struct {
1647
1594
  readonly read: u64;
1648
1595
  readonly write: u64;
1649
1596
  }
1650
- /** @name SpVersionRuntimeVersion (172) */
1597
+ /** @name SpVersionRuntimeVersion (171) */
1651
1598
  interface SpVersionRuntimeVersion extends Struct {
1652
1599
  readonly specName: Text;
1653
1600
  readonly implName: Text;
@@ -1658,7 +1605,7 @@ declare module "@polkadot/types/lookup" {
1658
1605
  readonly transactionVersion: u32;
1659
1606
  readonly systemVersion: u8;
1660
1607
  }
1661
- /** @name FrameSystemError (178) */
1608
+ /** @name FrameSystemError (177) */
1662
1609
  interface FrameSystemError extends Enum {
1663
1610
  readonly isInvalidSpecName: boolean;
1664
1611
  readonly isSpecVersionNeedsToIncrease: boolean;
@@ -1669,28 +1616,28 @@ declare module "@polkadot/types/lookup" {
1669
1616
  readonly isMultiBlockMigrationsOngoing: boolean;
1670
1617
  readonly isNothingAuthorized: boolean;
1671
1618
  readonly isUnauthorized: boolean;
1672
- readonly type: "InvalidSpecName" | "SpecVersionNeedsToIncrease" | "FailedToExtractRuntimeVersion" | "NonDefaultComposite" | "NonZeroRefCount" | "CallFiltered" | "MultiBlockMigrationsOngoing" | "NothingAuthorized" | "Unauthorized";
1619
+ readonly type: 'InvalidSpecName' | 'SpecVersionNeedsToIncrease' | 'FailedToExtractRuntimeVersion' | 'NonDefaultComposite' | 'NonZeroRefCount' | 'CallFiltered' | 'MultiBlockMigrationsOngoing' | 'NothingAuthorized' | 'Unauthorized';
1673
1620
  }
1674
- /** @name SpConsensusBabeAppPublic (181) */
1621
+ /** @name SpConsensusBabeAppPublic (180) */
1675
1622
  interface SpConsensusBabeAppPublic extends U8aFixed {
1676
1623
  }
1677
- /** @name SpConsensusBabeDigestsNextConfigDescriptor (184) */
1624
+ /** @name SpConsensusBabeDigestsNextConfigDescriptor (183) */
1678
1625
  interface SpConsensusBabeDigestsNextConfigDescriptor extends Enum {
1679
1626
  readonly isV1: boolean;
1680
1627
  readonly asV1: {
1681
1628
  readonly c: ITuple<[u64, u64]>;
1682
1629
  readonly allowedSlots: SpConsensusBabeAllowedSlots;
1683
1630
  } & Struct;
1684
- readonly type: "V1";
1631
+ readonly type: 'V1';
1685
1632
  }
1686
- /** @name SpConsensusBabeAllowedSlots (186) */
1633
+ /** @name SpConsensusBabeAllowedSlots (185) */
1687
1634
  interface SpConsensusBabeAllowedSlots extends Enum {
1688
1635
  readonly isPrimarySlots: boolean;
1689
1636
  readonly isPrimaryAndSecondaryPlainSlots: boolean;
1690
1637
  readonly isPrimaryAndSecondaryVRFSlots: boolean;
1691
- readonly type: "PrimarySlots" | "PrimaryAndSecondaryPlainSlots" | "PrimaryAndSecondaryVRFSlots";
1638
+ readonly type: 'PrimarySlots' | 'PrimaryAndSecondaryPlainSlots' | 'PrimaryAndSecondaryVRFSlots';
1692
1639
  }
1693
- /** @name SpConsensusBabeDigestsPreDigest (190) */
1640
+ /** @name SpConsensusBabeDigestsPreDigest (189) */
1694
1641
  interface SpConsensusBabeDigestsPreDigest extends Enum {
1695
1642
  readonly isPrimary: boolean;
1696
1643
  readonly asPrimary: SpConsensusBabeDigestsPrimaryPreDigest;
@@ -1698,36 +1645,36 @@ declare module "@polkadot/types/lookup" {
1698
1645
  readonly asSecondaryPlain: SpConsensusBabeDigestsSecondaryPlainPreDigest;
1699
1646
  readonly isSecondaryVRF: boolean;
1700
1647
  readonly asSecondaryVRF: SpConsensusBabeDigestsSecondaryVRFPreDigest;
1701
- readonly type: "Primary" | "SecondaryPlain" | "SecondaryVRF";
1648
+ readonly type: 'Primary' | 'SecondaryPlain' | 'SecondaryVRF';
1702
1649
  }
1703
- /** @name SpConsensusBabeDigestsPrimaryPreDigest (191) */
1650
+ /** @name SpConsensusBabeDigestsPrimaryPreDigest (190) */
1704
1651
  interface SpConsensusBabeDigestsPrimaryPreDigest extends Struct {
1705
1652
  readonly authorityIndex: u32;
1706
1653
  readonly slot: u64;
1707
1654
  readonly vrfSignature: SpCoreSr25519VrfVrfSignature;
1708
1655
  }
1709
- /** @name SpCoreSr25519VrfVrfSignature (192) */
1656
+ /** @name SpCoreSr25519VrfVrfSignature (191) */
1710
1657
  interface SpCoreSr25519VrfVrfSignature extends Struct {
1711
1658
  readonly preOutput: U8aFixed;
1712
1659
  readonly proof: U8aFixed;
1713
1660
  }
1714
- /** @name SpConsensusBabeDigestsSecondaryPlainPreDigest (194) */
1661
+ /** @name SpConsensusBabeDigestsSecondaryPlainPreDigest (193) */
1715
1662
  interface SpConsensusBabeDigestsSecondaryPlainPreDigest extends Struct {
1716
1663
  readonly authorityIndex: u32;
1717
1664
  readonly slot: u64;
1718
1665
  }
1719
- /** @name SpConsensusBabeDigestsSecondaryVRFPreDigest (195) */
1666
+ /** @name SpConsensusBabeDigestsSecondaryVRFPreDigest (194) */
1720
1667
  interface SpConsensusBabeDigestsSecondaryVRFPreDigest extends Struct {
1721
1668
  readonly authorityIndex: u32;
1722
1669
  readonly slot: u64;
1723
1670
  readonly vrfSignature: SpCoreSr25519VrfVrfSignature;
1724
1671
  }
1725
- /** @name SpConsensusBabeBabeEpochConfiguration (197) */
1672
+ /** @name SpConsensusBabeBabeEpochConfiguration (196) */
1726
1673
  interface SpConsensusBabeBabeEpochConfiguration extends Struct {
1727
1674
  readonly c: ITuple<[u64, u64]>;
1728
1675
  readonly allowedSlots: SpConsensusBabeAllowedSlots;
1729
1676
  }
1730
- /** @name PalletBabeCall (201) */
1677
+ /** @name PalletBabeCall (200) */
1731
1678
  interface PalletBabeCall extends Enum {
1732
1679
  readonly isReportEquivocation: boolean;
1733
1680
  readonly asReportEquivocation: {
@@ -1743,16 +1690,16 @@ declare module "@polkadot/types/lookup" {
1743
1690
  readonly asPlanConfigChange: {
1744
1691
  readonly config: SpConsensusBabeDigestsNextConfigDescriptor;
1745
1692
  } & Struct;
1746
- readonly type: "ReportEquivocation" | "ReportEquivocationUnsigned" | "PlanConfigChange";
1693
+ readonly type: 'ReportEquivocation' | 'ReportEquivocationUnsigned' | 'PlanConfigChange';
1747
1694
  }
1748
- /** @name SpConsensusSlotsEquivocationProof (202) */
1695
+ /** @name SpConsensusSlotsEquivocationProof (201) */
1749
1696
  interface SpConsensusSlotsEquivocationProof extends Struct {
1750
1697
  readonly offender: SpConsensusBabeAppPublic;
1751
1698
  readonly slot: u64;
1752
1699
  readonly firstHeader: SpRuntimeHeader;
1753
1700
  readonly secondHeader: SpRuntimeHeader;
1754
1701
  }
1755
- /** @name SpRuntimeHeader (203) */
1702
+ /** @name SpRuntimeHeader (202) */
1756
1703
  interface SpRuntimeHeader extends Struct {
1757
1704
  readonly parentHash: H256;
1758
1705
  readonly number: Compact<u32>;
@@ -1760,52 +1707,52 @@ declare module "@polkadot/types/lookup" {
1760
1707
  readonly extrinsicsRoot: H256;
1761
1708
  readonly digest: SpRuntimeDigest;
1762
1709
  }
1763
- /** @name SpSessionMembershipProof (204) */
1710
+ /** @name SpSessionMembershipProof (203) */
1764
1711
  interface SpSessionMembershipProof extends Struct {
1765
1712
  readonly session: u32;
1766
1713
  readonly trieNodes: Vec<Bytes>;
1767
1714
  readonly validatorCount: u32;
1768
1715
  }
1769
- /** @name PalletBabeError (205) */
1716
+ /** @name PalletBabeError (204) */
1770
1717
  interface PalletBabeError extends Enum {
1771
1718
  readonly isInvalidEquivocationProof: boolean;
1772
1719
  readonly isInvalidKeyOwnershipProof: boolean;
1773
1720
  readonly isDuplicateOffenceReport: boolean;
1774
1721
  readonly isInvalidConfiguration: boolean;
1775
- readonly type: "InvalidEquivocationProof" | "InvalidKeyOwnershipProof" | "DuplicateOffenceReport" | "InvalidConfiguration";
1722
+ readonly type: 'InvalidEquivocationProof' | 'InvalidKeyOwnershipProof' | 'DuplicateOffenceReport' | 'InvalidConfiguration';
1776
1723
  }
1777
- /** @name PalletTimestampCall (206) */
1724
+ /** @name PalletTimestampCall (205) */
1778
1725
  interface PalletTimestampCall extends Enum {
1779
1726
  readonly isSet: boolean;
1780
1727
  readonly asSet: {
1781
1728
  readonly now: Compact<u64>;
1782
1729
  } & Struct;
1783
- readonly type: "Set";
1730
+ readonly type: 'Set';
1784
1731
  }
1785
- /** @name PalletBalancesBalanceLock (208) */
1732
+ /** @name PalletBalancesBalanceLock (207) */
1786
1733
  interface PalletBalancesBalanceLock extends Struct {
1787
1734
  readonly id: U8aFixed;
1788
1735
  readonly amount: u128;
1789
1736
  readonly reasons: PalletBalancesReasons;
1790
1737
  }
1791
- /** @name PalletBalancesReasons (209) */
1738
+ /** @name PalletBalancesReasons (208) */
1792
1739
  interface PalletBalancesReasons extends Enum {
1793
1740
  readonly isFee: boolean;
1794
1741
  readonly isMisc: boolean;
1795
1742
  readonly isAll: boolean;
1796
- readonly type: "Fee" | "Misc" | "All";
1743
+ readonly type: 'Fee' | 'Misc' | 'All';
1797
1744
  }
1798
- /** @name PalletBalancesReserveData (212) */
1745
+ /** @name PalletBalancesReserveData (211) */
1799
1746
  interface PalletBalancesReserveData extends Struct {
1800
1747
  readonly id: U8aFixed;
1801
1748
  readonly amount: u128;
1802
1749
  }
1803
- /** @name FrameSupportTokensMiscIdAmountRuntimeHoldReason (215) */
1750
+ /** @name FrameSupportTokensMiscIdAmountRuntimeHoldReason (214) */
1804
1751
  interface FrameSupportTokensMiscIdAmountRuntimeHoldReason extends Struct {
1805
1752
  readonly id: ShSolochainEvmRuntimeRuntimeHoldReason;
1806
1753
  readonly amount: u128;
1807
1754
  }
1808
- /** @name ShSolochainEvmRuntimeRuntimeHoldReason (216) */
1755
+ /** @name ShSolochainEvmRuntimeRuntimeHoldReason (215) */
1809
1756
  interface ShSolochainEvmRuntimeRuntimeHoldReason extends Enum {
1810
1757
  readonly isProviders: boolean;
1811
1758
  readonly asProviders: PalletStorageProvidersHoldReason;
@@ -1813,33 +1760,33 @@ declare module "@polkadot/types/lookup" {
1813
1760
  readonly asFileSystem: PalletFileSystemHoldReason;
1814
1761
  readonly isPaymentStreams: boolean;
1815
1762
  readonly asPaymentStreams: PalletPaymentStreamsHoldReason;
1816
- readonly type: "Providers" | "FileSystem" | "PaymentStreams";
1763
+ readonly type: 'Providers' | 'FileSystem' | 'PaymentStreams';
1817
1764
  }
1818
- /** @name PalletStorageProvidersHoldReason (217) */
1765
+ /** @name PalletStorageProvidersHoldReason (216) */
1819
1766
  interface PalletStorageProvidersHoldReason extends Enum {
1820
1767
  readonly isStorageProviderDeposit: boolean;
1821
1768
  readonly isBucketDeposit: boolean;
1822
- readonly type: "StorageProviderDeposit" | "BucketDeposit";
1769
+ readonly type: 'StorageProviderDeposit' | 'BucketDeposit';
1823
1770
  }
1824
- /** @name PalletFileSystemHoldReason (218) */
1771
+ /** @name PalletFileSystemHoldReason (217) */
1825
1772
  interface PalletFileSystemHoldReason extends Enum {
1826
1773
  readonly isStorageRequestCreationHold: boolean;
1827
1774
  readonly isFileDeletionRequestHold: boolean;
1828
- readonly type: "StorageRequestCreationHold" | "FileDeletionRequestHold";
1775
+ readonly type: 'StorageRequestCreationHold' | 'FileDeletionRequestHold';
1829
1776
  }
1830
- /** @name PalletPaymentStreamsHoldReason (219) */
1777
+ /** @name PalletPaymentStreamsHoldReason (218) */
1831
1778
  interface PalletPaymentStreamsHoldReason extends Enum {
1832
1779
  readonly isPaymentStreamDeposit: boolean;
1833
- readonly type: "PaymentStreamDeposit";
1780
+ readonly type: 'PaymentStreamDeposit';
1834
1781
  }
1835
- /** @name FrameSupportTokensMiscIdAmountRuntimeFreezeReason (222) */
1782
+ /** @name FrameSupportTokensMiscIdAmountRuntimeFreezeReason (221) */
1836
1783
  interface FrameSupportTokensMiscIdAmountRuntimeFreezeReason extends Struct {
1837
1784
  readonly id: ShSolochainEvmRuntimeRuntimeFreezeReason;
1838
1785
  readonly amount: u128;
1839
1786
  }
1840
- /** @name ShSolochainEvmRuntimeRuntimeFreezeReason (223) */
1787
+ /** @name ShSolochainEvmRuntimeRuntimeFreezeReason (222) */
1841
1788
  type ShSolochainEvmRuntimeRuntimeFreezeReason = Null;
1842
- /** @name PalletBalancesCall (225) */
1789
+ /** @name PalletBalancesCall (224) */
1843
1790
  interface PalletBalancesCall extends Enum {
1844
1791
  readonly isTransferAllowDeath: boolean;
1845
1792
  readonly asTransferAllowDeath: {
@@ -1886,15 +1833,15 @@ declare module "@polkadot/types/lookup" {
1886
1833
  readonly value: Compact<u128>;
1887
1834
  readonly keepAlive: bool;
1888
1835
  } & Struct;
1889
- readonly type: "TransferAllowDeath" | "ForceTransfer" | "TransferKeepAlive" | "TransferAll" | "ForceUnreserve" | "UpgradeAccounts" | "ForceSetBalance" | "ForceAdjustTotalIssuance" | "Burn";
1836
+ readonly type: 'TransferAllowDeath' | 'ForceTransfer' | 'TransferKeepAlive' | 'TransferAll' | 'ForceUnreserve' | 'UpgradeAccounts' | 'ForceSetBalance' | 'ForceAdjustTotalIssuance' | 'Burn';
1890
1837
  }
1891
- /** @name PalletBalancesAdjustmentDirection (227) */
1838
+ /** @name PalletBalancesAdjustmentDirection (226) */
1892
1839
  interface PalletBalancesAdjustmentDirection extends Enum {
1893
1840
  readonly isIncrease: boolean;
1894
1841
  readonly isDecrease: boolean;
1895
- readonly type: "Increase" | "Decrease";
1842
+ readonly type: 'Increase' | 'Decrease';
1896
1843
  }
1897
- /** @name PalletBalancesError (228) */
1844
+ /** @name PalletBalancesError (227) */
1898
1845
  interface PalletBalancesError extends Enum {
1899
1846
  readonly isVestingBalance: boolean;
1900
1847
  readonly isLiquidityRestrictions: boolean;
@@ -1908,22 +1855,22 @@ declare module "@polkadot/types/lookup" {
1908
1855
  readonly isTooManyFreezes: boolean;
1909
1856
  readonly isIssuanceDeactivated: boolean;
1910
1857
  readonly isDeltaZero: boolean;
1911
- readonly type: "VestingBalance" | "LiquidityRestrictions" | "InsufficientBalance" | "ExistentialDeposit" | "Expendability" | "ExistingVestingSchedule" | "DeadAccount" | "TooManyReserves" | "TooManyHolds" | "TooManyFreezes" | "IssuanceDeactivated" | "DeltaZero";
1858
+ readonly type: 'VestingBalance' | 'LiquidityRestrictions' | 'InsufficientBalance' | 'ExistentialDeposit' | 'Expendability' | 'ExistingVestingSchedule' | 'DeadAccount' | 'TooManyReserves' | 'TooManyHolds' | 'TooManyFreezes' | 'IssuanceDeactivated' | 'DeltaZero';
1912
1859
  }
1913
- /** @name SpStakingOffenceOffenceDetails (229) */
1860
+ /** @name SpStakingOffenceOffenceDetails (228) */
1914
1861
  interface SpStakingOffenceOffenceDetails extends Struct {
1915
1862
  readonly offender: ITuple<[AccountId20, Null]>;
1916
1863
  readonly reporters: Vec<AccountId20>;
1917
1864
  }
1918
- /** @name ShSolochainEvmRuntimeSessionKeys (235) */
1865
+ /** @name ShSolochainEvmRuntimeSessionKeys (234) */
1919
1866
  interface ShSolochainEvmRuntimeSessionKeys extends Struct {
1920
1867
  readonly babe: SpConsensusBabeAppPublic;
1921
1868
  readonly grandpa: SpConsensusGrandpaAppPublic;
1922
1869
  }
1923
- /** @name SpCoreCryptoKeyTypeId (237) */
1870
+ /** @name SpCoreCryptoKeyTypeId (236) */
1924
1871
  interface SpCoreCryptoKeyTypeId extends U8aFixed {
1925
1872
  }
1926
- /** @name PalletSessionCall (238) */
1873
+ /** @name PalletSessionCall (237) */
1927
1874
  interface PalletSessionCall extends Enum {
1928
1875
  readonly isSetKeys: boolean;
1929
1876
  readonly asSetKeys: {
@@ -1931,18 +1878,18 @@ declare module "@polkadot/types/lookup" {
1931
1878
  readonly proof: Bytes;
1932
1879
  } & Struct;
1933
1880
  readonly isPurgeKeys: boolean;
1934
- readonly type: "SetKeys" | "PurgeKeys";
1881
+ readonly type: 'SetKeys' | 'PurgeKeys';
1935
1882
  }
1936
- /** @name PalletSessionError (239) */
1883
+ /** @name PalletSessionError (238) */
1937
1884
  interface PalletSessionError extends Enum {
1938
1885
  readonly isInvalidProof: boolean;
1939
1886
  readonly isNoAssociatedValidatorId: boolean;
1940
1887
  readonly isDuplicatedKey: boolean;
1941
1888
  readonly isNoKeys: boolean;
1942
1889
  readonly isNoAccount: boolean;
1943
- readonly type: "InvalidProof" | "NoAssociatedValidatorId" | "DuplicatedKey" | "NoKeys" | "NoAccount";
1890
+ readonly type: 'InvalidProof' | 'NoAssociatedValidatorId' | 'DuplicatedKey' | 'NoKeys' | 'NoAccount';
1944
1891
  }
1945
- /** @name PalletGrandpaStoredState (240) */
1892
+ /** @name PalletGrandpaStoredState (239) */
1946
1893
  interface PalletGrandpaStoredState extends Enum {
1947
1894
  readonly isLive: boolean;
1948
1895
  readonly isPendingPause: boolean;
@@ -1956,16 +1903,16 @@ declare module "@polkadot/types/lookup" {
1956
1903
  readonly scheduledAt: u32;
1957
1904
  readonly delay: u32;
1958
1905
  } & Struct;
1959
- readonly type: "Live" | "PendingPause" | "Paused" | "PendingResume";
1906
+ readonly type: 'Live' | 'PendingPause' | 'Paused' | 'PendingResume';
1960
1907
  }
1961
- /** @name PalletGrandpaStoredPendingChange (241) */
1908
+ /** @name PalletGrandpaStoredPendingChange (240) */
1962
1909
  interface PalletGrandpaStoredPendingChange extends Struct {
1963
1910
  readonly scheduledAt: u32;
1964
1911
  readonly delay: u32;
1965
1912
  readonly nextAuthorities: Vec<ITuple<[SpConsensusGrandpaAppPublic, u64]>>;
1966
1913
  readonly forced: Option<u32>;
1967
1914
  }
1968
- /** @name PalletGrandpaCall (243) */
1915
+ /** @name PalletGrandpaCall (242) */
1969
1916
  interface PalletGrandpaCall extends Enum {
1970
1917
  readonly isReportEquivocation: boolean;
1971
1918
  readonly asReportEquivocation: {
@@ -1982,49 +1929,49 @@ declare module "@polkadot/types/lookup" {
1982
1929
  readonly delay: u32;
1983
1930
  readonly bestFinalizedBlockNumber: u32;
1984
1931
  } & Struct;
1985
- readonly type: "ReportEquivocation" | "ReportEquivocationUnsigned" | "NoteStalled";
1932
+ readonly type: 'ReportEquivocation' | 'ReportEquivocationUnsigned' | 'NoteStalled';
1986
1933
  }
1987
- /** @name SpConsensusGrandpaEquivocationProof (244) */
1934
+ /** @name SpConsensusGrandpaEquivocationProof (243) */
1988
1935
  interface SpConsensusGrandpaEquivocationProof extends Struct {
1989
1936
  readonly setId: u64;
1990
1937
  readonly equivocation: SpConsensusGrandpaEquivocation;
1991
1938
  }
1992
- /** @name SpConsensusGrandpaEquivocation (245) */
1939
+ /** @name SpConsensusGrandpaEquivocation (244) */
1993
1940
  interface SpConsensusGrandpaEquivocation extends Enum {
1994
1941
  readonly isPrevote: boolean;
1995
1942
  readonly asPrevote: FinalityGrandpaEquivocationPrevote;
1996
1943
  readonly isPrecommit: boolean;
1997
1944
  readonly asPrecommit: FinalityGrandpaEquivocationPrecommit;
1998
- readonly type: "Prevote" | "Precommit";
1945
+ readonly type: 'Prevote' | 'Precommit';
1999
1946
  }
2000
- /** @name FinalityGrandpaEquivocationPrevote (246) */
1947
+ /** @name FinalityGrandpaEquivocationPrevote (245) */
2001
1948
  interface FinalityGrandpaEquivocationPrevote extends Struct {
2002
1949
  readonly roundNumber: u64;
2003
1950
  readonly identity: SpConsensusGrandpaAppPublic;
2004
1951
  readonly first: ITuple<[FinalityGrandpaPrevote, SpConsensusGrandpaAppSignature]>;
2005
1952
  readonly second: ITuple<[FinalityGrandpaPrevote, SpConsensusGrandpaAppSignature]>;
2006
1953
  }
2007
- /** @name FinalityGrandpaPrevote (247) */
1954
+ /** @name FinalityGrandpaPrevote (246) */
2008
1955
  interface FinalityGrandpaPrevote extends Struct {
2009
1956
  readonly targetHash: H256;
2010
1957
  readonly targetNumber: u32;
2011
1958
  }
2012
- /** @name SpConsensusGrandpaAppSignature (248) */
1959
+ /** @name SpConsensusGrandpaAppSignature (247) */
2013
1960
  interface SpConsensusGrandpaAppSignature extends U8aFixed {
2014
1961
  }
2015
- /** @name FinalityGrandpaEquivocationPrecommit (250) */
1962
+ /** @name FinalityGrandpaEquivocationPrecommit (249) */
2016
1963
  interface FinalityGrandpaEquivocationPrecommit extends Struct {
2017
1964
  readonly roundNumber: u64;
2018
1965
  readonly identity: SpConsensusGrandpaAppPublic;
2019
1966
  readonly first: ITuple<[FinalityGrandpaPrecommit, SpConsensusGrandpaAppSignature]>;
2020
1967
  readonly second: ITuple<[FinalityGrandpaPrecommit, SpConsensusGrandpaAppSignature]>;
2021
1968
  }
2022
- /** @name FinalityGrandpaPrecommit (251) */
1969
+ /** @name FinalityGrandpaPrecommit (250) */
2023
1970
  interface FinalityGrandpaPrecommit extends Struct {
2024
1971
  readonly targetHash: H256;
2025
1972
  readonly targetNumber: u32;
2026
1973
  }
2027
- /** @name PalletGrandpaError (253) */
1974
+ /** @name PalletGrandpaError (252) */
2028
1975
  interface PalletGrandpaError extends Enum {
2029
1976
  readonly isPauseFailed: boolean;
2030
1977
  readonly isResumeFailed: boolean;
@@ -2033,183 +1980,93 @@ declare module "@polkadot/types/lookup" {
2033
1980
  readonly isInvalidKeyOwnershipProof: boolean;
2034
1981
  readonly isInvalidEquivocationProof: boolean;
2035
1982
  readonly isDuplicateOffenceReport: boolean;
2036
- readonly type: "PauseFailed" | "ResumeFailed" | "ChangePending" | "TooSoon" | "InvalidKeyOwnershipProof" | "InvalidEquivocationProof" | "DuplicateOffenceReport";
1983
+ readonly type: 'PauseFailed' | 'ResumeFailed' | 'ChangePending' | 'TooSoon' | 'InvalidKeyOwnershipProof' | 'InvalidEquivocationProof' | 'DuplicateOffenceReport';
2037
1984
  }
2038
- /** @name PalletTransactionPaymentReleases (255) */
1985
+ /** @name PalletTransactionPaymentReleases (254) */
2039
1986
  interface PalletTransactionPaymentReleases extends Enum {
2040
1987
  readonly isV1Ancient: boolean;
2041
1988
  readonly isV2: boolean;
2042
- readonly type: "V1Ancient" | "V2";
1989
+ readonly type: 'V1Ancient' | 'V2';
2043
1990
  }
2044
- /** @name PalletParametersCall (256) */
1991
+ /** @name PalletParametersCall (255) */
2045
1992
  interface PalletParametersCall extends Enum {
2046
1993
  readonly isSetParameter: boolean;
2047
1994
  readonly asSetParameter: {
2048
1995
  readonly keyValue: ShSolochainEvmRuntimeConfigsRuntimeParamsRuntimeParameters;
2049
1996
  } & Struct;
2050
- readonly type: "SetParameter";
1997
+ readonly type: 'SetParameter';
2051
1998
  }
2052
- /** @name ShSolochainEvmRuntimeConfigsRuntimeParamsRuntimeParameters (257) */
1999
+ /** @name ShSolochainEvmRuntimeConfigsRuntimeParamsRuntimeParameters (256) */
2053
2000
  interface ShSolochainEvmRuntimeConfigsRuntimeParamsRuntimeParameters extends Enum {
2054
2001
  readonly isRuntimeConfig: boolean;
2055
2002
  readonly asRuntimeConfig: ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParameters;
2056
- readonly type: "RuntimeConfig";
2003
+ readonly type: 'RuntimeConfig';
2057
2004
  }
2058
- /** @name ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParameters (258) */
2005
+ /** @name ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParameters (257) */
2059
2006
  interface ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParameters extends Enum {
2060
2007
  readonly isSlashAmountPerMaxFileSize: boolean;
2061
- readonly asSlashAmountPerMaxFileSize: ITuple<[
2062
- ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSlashAmountPerMaxFileSize,
2063
- Option<u128>
2064
- ]>;
2008
+ readonly asSlashAmountPerMaxFileSize: ITuple<[ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSlashAmountPerMaxFileSize, Option<u128>]>;
2065
2009
  readonly isStakeToChallengePeriod: boolean;
2066
- readonly asStakeToChallengePeriod: ITuple<[
2067
- ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStakeToChallengePeriod,
2068
- Option<u128>
2069
- ]>;
2010
+ readonly asStakeToChallengePeriod: ITuple<[ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStakeToChallengePeriod, Option<u128>]>;
2070
2011
  readonly isCheckpointChallengePeriod: boolean;
2071
- readonly asCheckpointChallengePeriod: ITuple<[
2072
- ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigCheckpointChallengePeriod,
2073
- Option<u32>
2074
- ]>;
2012
+ readonly asCheckpointChallengePeriod: ITuple<[ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigCheckpointChallengePeriod, Option<u32>]>;
2075
2013
  readonly isMinChallengePeriod: boolean;
2076
- readonly asMinChallengePeriod: ITuple<[
2077
- ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinChallengePeriod,
2078
- Option<u32>
2079
- ]>;
2014
+ readonly asMinChallengePeriod: ITuple<[ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinChallengePeriod, Option<u32>]>;
2080
2015
  readonly isSystemUtilisationLowerThresholdPercentage: boolean;
2081
- readonly asSystemUtilisationLowerThresholdPercentage: ITuple<[
2082
- ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSystemUtilisationLowerThresholdPercentage,
2083
- Option<Perbill>
2084
- ]>;
2016
+ readonly asSystemUtilisationLowerThresholdPercentage: ITuple<[ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSystemUtilisationLowerThresholdPercentage, Option<Perbill>]>;
2085
2017
  readonly isSystemUtilisationUpperThresholdPercentage: boolean;
2086
- readonly asSystemUtilisationUpperThresholdPercentage: ITuple<[
2087
- ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSystemUtilisationUpperThresholdPercentage,
2088
- Option<Perbill>
2089
- ]>;
2018
+ readonly asSystemUtilisationUpperThresholdPercentage: ITuple<[ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSystemUtilisationUpperThresholdPercentage, Option<Perbill>]>;
2090
2019
  readonly isMostlyStablePrice: boolean;
2091
- readonly asMostlyStablePrice: ITuple<[
2092
- ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMostlyStablePrice,
2093
- Option<u128>
2094
- ]>;
2020
+ readonly asMostlyStablePrice: ITuple<[ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMostlyStablePrice, Option<u128>]>;
2095
2021
  readonly isMaxPrice: boolean;
2096
- readonly asMaxPrice: ITuple<[
2097
- ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMaxPrice,
2098
- Option<u128>
2099
- ]>;
2022
+ readonly asMaxPrice: ITuple<[ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMaxPrice, Option<u128>]>;
2100
2023
  readonly isMinPrice: boolean;
2101
- readonly asMinPrice: ITuple<[
2102
- ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinPrice,
2103
- Option<u128>
2104
- ]>;
2024
+ readonly asMinPrice: ITuple<[ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinPrice, Option<u128>]>;
2105
2025
  readonly isUpperExponentFactor: boolean;
2106
- readonly asUpperExponentFactor: ITuple<[
2107
- ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUpperExponentFactor,
2108
- Option<u32>
2109
- ]>;
2026
+ readonly asUpperExponentFactor: ITuple<[ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUpperExponentFactor, Option<u32>]>;
2110
2027
  readonly isLowerExponentFactor: boolean;
2111
- readonly asLowerExponentFactor: ITuple<[
2112
- ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigLowerExponentFactor,
2113
- Option<u32>
2114
- ]>;
2028
+ readonly asLowerExponentFactor: ITuple<[ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigLowerExponentFactor, Option<u32>]>;
2115
2029
  readonly isZeroSizeBucketFixedRate: boolean;
2116
- readonly asZeroSizeBucketFixedRate: ITuple<[
2117
- ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigZeroSizeBucketFixedRate,
2118
- Option<u128>
2119
- ]>;
2030
+ readonly asZeroSizeBucketFixedRate: ITuple<[ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigZeroSizeBucketFixedRate, Option<u128>]>;
2120
2031
  readonly isIdealUtilisationRate: boolean;
2121
- readonly asIdealUtilisationRate: ITuple<[
2122
- ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigIdealUtilisationRate,
2123
- Option<Perbill>
2124
- ]>;
2032
+ readonly asIdealUtilisationRate: ITuple<[ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigIdealUtilisationRate, Option<Perbill>]>;
2125
2033
  readonly isDecayRate: boolean;
2126
- readonly asDecayRate: ITuple<[
2127
- ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigDecayRate,
2128
- Option<Perbill>
2129
- ]>;
2034
+ readonly asDecayRate: ITuple<[ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigDecayRate, Option<Perbill>]>;
2130
2035
  readonly isMinimumTreasuryCut: boolean;
2131
- readonly asMinimumTreasuryCut: ITuple<[
2132
- ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinimumTreasuryCut,
2133
- Option<Perbill>
2134
- ]>;
2036
+ readonly asMinimumTreasuryCut: ITuple<[ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinimumTreasuryCut, Option<Perbill>]>;
2135
2037
  readonly isMaximumTreasuryCut: boolean;
2136
- readonly asMaximumTreasuryCut: ITuple<[
2137
- ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMaximumTreasuryCut,
2138
- Option<Perbill>
2139
- ]>;
2038
+ readonly asMaximumTreasuryCut: ITuple<[ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMaximumTreasuryCut, Option<Perbill>]>;
2140
2039
  readonly isBspStopStoringFilePenalty: boolean;
2141
- readonly asBspStopStoringFilePenalty: ITuple<[
2142
- ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigBspStopStoringFilePenalty,
2143
- Option<u128>
2144
- ]>;
2040
+ readonly asBspStopStoringFilePenalty: ITuple<[ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigBspStopStoringFilePenalty, Option<u128>]>;
2145
2041
  readonly isProviderTopUpTtl: boolean;
2146
- readonly asProviderTopUpTtl: ITuple<[
2147
- ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigProviderTopUpTtl,
2148
- Option<u32>
2149
- ]>;
2042
+ readonly asProviderTopUpTtl: ITuple<[ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigProviderTopUpTtl, Option<u32>]>;
2150
2043
  readonly isBasicReplicationTarget: boolean;
2151
- readonly asBasicReplicationTarget: ITuple<[
2152
- ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigBasicReplicationTarget,
2153
- Option<u32>
2154
- ]>;
2044
+ readonly asBasicReplicationTarget: ITuple<[ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigBasicReplicationTarget, Option<u32>]>;
2155
2045
  readonly isStandardReplicationTarget: boolean;
2156
- readonly asStandardReplicationTarget: ITuple<[
2157
- ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStandardReplicationTarget,
2158
- Option<u32>
2159
- ]>;
2046
+ readonly asStandardReplicationTarget: ITuple<[ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStandardReplicationTarget, Option<u32>]>;
2160
2047
  readonly isHighSecurityReplicationTarget: boolean;
2161
- readonly asHighSecurityReplicationTarget: ITuple<[
2162
- ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigHighSecurityReplicationTarget,
2163
- Option<u32>
2164
- ]>;
2048
+ readonly asHighSecurityReplicationTarget: ITuple<[ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigHighSecurityReplicationTarget, Option<u32>]>;
2165
2049
  readonly isSuperHighSecurityReplicationTarget: boolean;
2166
- readonly asSuperHighSecurityReplicationTarget: ITuple<[
2167
- ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSuperHighSecurityReplicationTarget,
2168
- Option<u32>
2169
- ]>;
2050
+ readonly asSuperHighSecurityReplicationTarget: ITuple<[ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSuperHighSecurityReplicationTarget, Option<u32>]>;
2170
2051
  readonly isUltraHighSecurityReplicationTarget: boolean;
2171
- readonly asUltraHighSecurityReplicationTarget: ITuple<[
2172
- ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUltraHighSecurityReplicationTarget,
2173
- Option<u32>
2174
- ]>;
2052
+ readonly asUltraHighSecurityReplicationTarget: ITuple<[ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUltraHighSecurityReplicationTarget, Option<u32>]>;
2175
2053
  readonly isMaxReplicationTarget: boolean;
2176
- readonly asMaxReplicationTarget: ITuple<[
2177
- ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMaxReplicationTarget,
2178
- Option<u32>
2179
- ]>;
2054
+ readonly asMaxReplicationTarget: ITuple<[ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMaxReplicationTarget, Option<u32>]>;
2180
2055
  readonly isTickRangeToMaximumThreshold: boolean;
2181
- readonly asTickRangeToMaximumThreshold: ITuple<[
2182
- ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigTickRangeToMaximumThreshold,
2183
- Option<u32>
2184
- ]>;
2056
+ readonly asTickRangeToMaximumThreshold: ITuple<[ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigTickRangeToMaximumThreshold, Option<u32>]>;
2185
2057
  readonly isStorageRequestTtl: boolean;
2186
- readonly asStorageRequestTtl: ITuple<[
2187
- ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStorageRequestTtl,
2188
- Option<u32>
2189
- ]>;
2058
+ readonly asStorageRequestTtl: ITuple<[ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStorageRequestTtl, Option<u32>]>;
2190
2059
  readonly isMinWaitForStopStoring: boolean;
2191
- readonly asMinWaitForStopStoring: ITuple<[
2192
- ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinWaitForStopStoring,
2193
- Option<u32>
2194
- ]>;
2060
+ readonly asMinWaitForStopStoring: ITuple<[ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinWaitForStopStoring, Option<u32>]>;
2195
2061
  readonly isMinSeedPeriod: boolean;
2196
- readonly asMinSeedPeriod: ITuple<[
2197
- ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinSeedPeriod,
2198
- Option<u32>
2199
- ]>;
2062
+ readonly asMinSeedPeriod: ITuple<[ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinSeedPeriod, Option<u32>]>;
2200
2063
  readonly isStakeToSeedPeriod: boolean;
2201
- readonly asStakeToSeedPeriod: ITuple<[
2202
- ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStakeToSeedPeriod,
2203
- Option<u128>
2204
- ]>;
2064
+ readonly asStakeToSeedPeriod: ITuple<[ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStakeToSeedPeriod, Option<u128>]>;
2205
2065
  readonly isUpfrontTicksToPay: boolean;
2206
- readonly asUpfrontTicksToPay: ITuple<[
2207
- ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUpfrontTicksToPay,
2208
- Option<u32>
2209
- ]>;
2210
- readonly type: "SlashAmountPerMaxFileSize" | "StakeToChallengePeriod" | "CheckpointChallengePeriod" | "MinChallengePeriod" | "SystemUtilisationLowerThresholdPercentage" | "SystemUtilisationUpperThresholdPercentage" | "MostlyStablePrice" | "MaxPrice" | "MinPrice" | "UpperExponentFactor" | "LowerExponentFactor" | "ZeroSizeBucketFixedRate" | "IdealUtilisationRate" | "DecayRate" | "MinimumTreasuryCut" | "MaximumTreasuryCut" | "BspStopStoringFilePenalty" | "ProviderTopUpTtl" | "BasicReplicationTarget" | "StandardReplicationTarget" | "HighSecurityReplicationTarget" | "SuperHighSecurityReplicationTarget" | "UltraHighSecurityReplicationTarget" | "MaxReplicationTarget" | "TickRangeToMaximumThreshold" | "StorageRequestTtl" | "MinWaitForStopStoring" | "MinSeedPeriod" | "StakeToSeedPeriod" | "UpfrontTicksToPay";
2066
+ readonly asUpfrontTicksToPay: ITuple<[ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUpfrontTicksToPay, Option<u32>]>;
2067
+ readonly type: 'SlashAmountPerMaxFileSize' | 'StakeToChallengePeriod' | 'CheckpointChallengePeriod' | 'MinChallengePeriod' | 'SystemUtilisationLowerThresholdPercentage' | 'SystemUtilisationUpperThresholdPercentage' | 'MostlyStablePrice' | 'MaxPrice' | 'MinPrice' | 'UpperExponentFactor' | 'LowerExponentFactor' | 'ZeroSizeBucketFixedRate' | 'IdealUtilisationRate' | 'DecayRate' | 'MinimumTreasuryCut' | 'MaximumTreasuryCut' | 'BspStopStoringFilePenalty' | 'ProviderTopUpTtl' | 'BasicReplicationTarget' | 'StandardReplicationTarget' | 'HighSecurityReplicationTarget' | 'SuperHighSecurityReplicationTarget' | 'UltraHighSecurityReplicationTarget' | 'MaxReplicationTarget' | 'TickRangeToMaximumThreshold' | 'StorageRequestTtl' | 'MinWaitForStopStoring' | 'MinSeedPeriod' | 'StakeToSeedPeriod' | 'UpfrontTicksToPay';
2211
2068
  }
2212
- /** @name PalletSudoCall (261) */
2069
+ /** @name PalletSudoCall (260) */
2213
2070
  interface PalletSudoCall extends Enum {
2214
2071
  readonly isSudo: boolean;
2215
2072
  readonly asSudo: {
@@ -2230,17 +2087,17 @@ declare module "@polkadot/types/lookup" {
2230
2087
  readonly call: Call;
2231
2088
  } & Struct;
2232
2089
  readonly isRemoveKey: boolean;
2233
- readonly type: "Sudo" | "SudoUncheckedWeight" | "SetKey" | "SudoAs" | "RemoveKey";
2090
+ readonly type: 'Sudo' | 'SudoUncheckedWeight' | 'SetKey' | 'SudoAs' | 'RemoveKey';
2234
2091
  }
2235
- /** @name PalletEthereumCall (263) */
2092
+ /** @name PalletEthereumCall (262) */
2236
2093
  interface PalletEthereumCall extends Enum {
2237
2094
  readonly isTransact: boolean;
2238
2095
  readonly asTransact: {
2239
2096
  readonly transaction: EthereumTransactionTransactionV2;
2240
2097
  } & Struct;
2241
- readonly type: "Transact";
2098
+ readonly type: 'Transact';
2242
2099
  }
2243
- /** @name EthereumTransactionTransactionV2 (264) */
2100
+ /** @name EthereumTransactionTransactionV2 (263) */
2244
2101
  interface EthereumTransactionTransactionV2 extends Enum {
2245
2102
  readonly isLegacy: boolean;
2246
2103
  readonly asLegacy: EthereumTransactionLegacyLegacyTransaction;
@@ -2248,9 +2105,9 @@ declare module "@polkadot/types/lookup" {
2248
2105
  readonly asEip2930: EthereumTransactionEip2930Eip2930Transaction;
2249
2106
  readonly isEip1559: boolean;
2250
2107
  readonly asEip1559: EthereumTransactionEip1559Eip1559Transaction;
2251
- readonly type: "Legacy" | "Eip2930" | "Eip1559";
2108
+ readonly type: 'Legacy' | 'Eip2930' | 'Eip1559';
2252
2109
  }
2253
- /** @name EthereumTransactionLegacyLegacyTransaction (265) */
2110
+ /** @name EthereumTransactionLegacyLegacyTransaction (264) */
2254
2111
  interface EthereumTransactionLegacyLegacyTransaction extends Struct {
2255
2112
  readonly nonce: U256;
2256
2113
  readonly gasPrice: U256;
@@ -2260,20 +2117,20 @@ declare module "@polkadot/types/lookup" {
2260
2117
  readonly input: Bytes;
2261
2118
  readonly signature: EthereumTransactionLegacyTransactionSignature;
2262
2119
  }
2263
- /** @name EthereumTransactionLegacyTransactionAction (268) */
2120
+ /** @name EthereumTransactionLegacyTransactionAction (267) */
2264
2121
  interface EthereumTransactionLegacyTransactionAction extends Enum {
2265
2122
  readonly isCall: boolean;
2266
2123
  readonly asCall: H160;
2267
2124
  readonly isCreate: boolean;
2268
- readonly type: "Call" | "Create";
2125
+ readonly type: 'Call' | 'Create';
2269
2126
  }
2270
- /** @name EthereumTransactionLegacyTransactionSignature (269) */
2127
+ /** @name EthereumTransactionLegacyTransactionSignature (268) */
2271
2128
  interface EthereumTransactionLegacyTransactionSignature extends Struct {
2272
2129
  readonly v: u64;
2273
2130
  readonly r: H256;
2274
2131
  readonly s: H256;
2275
2132
  }
2276
- /** @name EthereumTransactionEip2930Eip2930Transaction (271) */
2133
+ /** @name EthereumTransactionEip2930Eip2930Transaction (270) */
2277
2134
  interface EthereumTransactionEip2930Eip2930Transaction extends Struct {
2278
2135
  readonly chainId: u64;
2279
2136
  readonly nonce: U256;
@@ -2287,12 +2144,12 @@ declare module "@polkadot/types/lookup" {
2287
2144
  readonly r: H256;
2288
2145
  readonly s: H256;
2289
2146
  }
2290
- /** @name EthereumTransactionEip2930AccessListItem (273) */
2147
+ /** @name EthereumTransactionEip2930AccessListItem (272) */
2291
2148
  interface EthereumTransactionEip2930AccessListItem extends Struct {
2292
2149
  readonly address: H160;
2293
2150
  readonly storageKeys: Vec<H256>;
2294
2151
  }
2295
- /** @name EthereumTransactionEip1559Eip1559Transaction (274) */
2152
+ /** @name EthereumTransactionEip1559Eip1559Transaction (273) */
2296
2153
  interface EthereumTransactionEip1559Eip1559Transaction extends Struct {
2297
2154
  readonly chainId: u64;
2298
2155
  readonly nonce: U256;
@@ -2307,7 +2164,7 @@ declare module "@polkadot/types/lookup" {
2307
2164
  readonly r: H256;
2308
2165
  readonly s: H256;
2309
2166
  }
2310
- /** @name PalletEvmCall (275) */
2167
+ /** @name PalletEvmCall (274) */
2311
2168
  interface PalletEvmCall extends Enum {
2312
2169
  readonly isWithdraw: boolean;
2313
2170
  readonly asWithdraw: {
@@ -2349,9 +2206,9 @@ declare module "@polkadot/types/lookup" {
2349
2206
  readonly nonce: Option<U256>;
2350
2207
  readonly accessList: Vec<ITuple<[H160, Vec<H256>]>>;
2351
2208
  } & Struct;
2352
- readonly type: "Withdraw" | "Call" | "Create" | "Create2";
2209
+ readonly type: 'Withdraw' | 'Call' | 'Create' | 'Create2';
2353
2210
  }
2354
- /** @name PalletStorageProvidersCall (279) */
2211
+ /** @name PalletStorageProvidersCall (278) */
2355
2212
  interface PalletStorageProvidersCall extends Enum {
2356
2213
  readonly isRequestMspSignUp: boolean;
2357
2214
  readonly asRequestMspSignUp: {
@@ -2430,9 +2287,9 @@ declare module "@polkadot/types/lookup" {
2430
2287
  readonly providerId: H256;
2431
2288
  } & Struct;
2432
2289
  readonly isStopAllCycles: boolean;
2433
- readonly type: "RequestMspSignUp" | "RequestBspSignUp" | "ConfirmSignUp" | "CancelSignUp" | "MspSignOff" | "BspSignOff" | "ChangeCapacity" | "AddValueProp" | "MakeValuePropUnavailable" | "AddMultiaddress" | "RemoveMultiaddress" | "ForceMspSignUp" | "ForceBspSignUp" | "Slash" | "TopUpDeposit" | "DeleteProvider" | "StopAllCycles";
2290
+ readonly type: 'RequestMspSignUp' | 'RequestBspSignUp' | 'ConfirmSignUp' | 'CancelSignUp' | 'MspSignOff' | 'BspSignOff' | 'ChangeCapacity' | 'AddValueProp' | 'MakeValuePropUnavailable' | 'AddMultiaddress' | 'RemoveMultiaddress' | 'ForceMspSignUp' | 'ForceBspSignUp' | 'Slash' | 'TopUpDeposit' | 'DeleteProvider' | 'StopAllCycles';
2434
2291
  }
2435
- /** @name PalletFileSystemCall (280) */
2292
+ /** @name PalletFileSystemCall (279) */
2436
2293
  interface PalletFileSystemCall extends Enum {
2437
2294
  readonly isCreateBucket: boolean;
2438
2295
  readonly asCreateBucket: {
@@ -2547,15 +2404,15 @@ declare module "@polkadot/types/lookup" {
2547
2404
  readonly bspId: Option<H256>;
2548
2405
  readonly forestProof: SpTrieStorageProofCompactProof;
2549
2406
  } & Struct;
2550
- readonly type: "CreateBucket" | "RequestMoveBucket" | "MspRespondMoveBucketRequest" | "UpdateBucketPrivacy" | "CreateAndAssociateCollectionWithBucket" | "DeleteBucket" | "IssueStorageRequest" | "RevokeStorageRequest" | "MspRespondStorageRequestsMultipleBuckets" | "MspStopStoringBucket" | "BspVolunteer" | "BspConfirmStoring" | "BspRequestStopStoring" | "BspConfirmStopStoring" | "StopStoringForInsolventUser" | "MspStopStoringBucketForInsolventUser" | "RequestDeleteFile" | "DeleteFiles" | "DeleteFilesForIncompleteStorageRequest";
2407
+ readonly type: 'CreateBucket' | 'RequestMoveBucket' | 'MspRespondMoveBucketRequest' | 'UpdateBucketPrivacy' | 'CreateAndAssociateCollectionWithBucket' | 'DeleteBucket' | 'IssueStorageRequest' | 'RevokeStorageRequest' | 'MspRespondStorageRequestsMultipleBuckets' | 'MspStopStoringBucket' | 'BspVolunteer' | 'BspConfirmStoring' | 'BspRequestStopStoring' | 'BspConfirmStopStoring' | 'StopStoringForInsolventUser' | 'MspStopStoringBucketForInsolventUser' | 'RequestDeleteFile' | 'DeleteFiles' | 'DeleteFilesForIncompleteStorageRequest';
2551
2408
  }
2552
- /** @name PalletFileSystemBucketMoveRequestResponse (281) */
2409
+ /** @name PalletFileSystemBucketMoveRequestResponse (280) */
2553
2410
  interface PalletFileSystemBucketMoveRequestResponse extends Enum {
2554
2411
  readonly isAccepted: boolean;
2555
2412
  readonly isRejected: boolean;
2556
- readonly type: "Accepted" | "Rejected";
2413
+ readonly type: 'Accepted' | 'Rejected';
2557
2414
  }
2558
- /** @name PalletFileSystemReplicationTarget (282) */
2415
+ /** @name PalletFileSystemReplicationTarget (281) */
2559
2416
  interface PalletFileSystemReplicationTarget extends Enum {
2560
2417
  readonly isBasic: boolean;
2561
2418
  readonly isStandard: boolean;
@@ -2564,30 +2421,30 @@ declare module "@polkadot/types/lookup" {
2564
2421
  readonly isUltraHighSecurity: boolean;
2565
2422
  readonly isCustom: boolean;
2566
2423
  readonly asCustom: u32;
2567
- readonly type: "Basic" | "Standard" | "HighSecurity" | "SuperHighSecurity" | "UltraHighSecurity" | "Custom";
2424
+ readonly type: 'Basic' | 'Standard' | 'HighSecurity' | 'SuperHighSecurity' | 'UltraHighSecurity' | 'Custom';
2568
2425
  }
2569
- /** @name PalletFileSystemStorageRequestMspBucketResponse (284) */
2426
+ /** @name PalletFileSystemStorageRequestMspBucketResponse (283) */
2570
2427
  interface PalletFileSystemStorageRequestMspBucketResponse extends Struct {
2571
2428
  readonly bucketId: H256;
2572
2429
  readonly accept: Option<PalletFileSystemStorageRequestMspAcceptedFileKeys>;
2573
2430
  readonly reject: Vec<PalletFileSystemRejectedStorageRequest>;
2574
2431
  }
2575
- /** @name PalletFileSystemStorageRequestMspAcceptedFileKeys (286) */
2432
+ /** @name PalletFileSystemStorageRequestMspAcceptedFileKeys (285) */
2576
2433
  interface PalletFileSystemStorageRequestMspAcceptedFileKeys extends Struct {
2577
2434
  readonly fileKeysAndProofs: Vec<PalletFileSystemFileKeyWithProof>;
2578
2435
  readonly forestProof: SpTrieStorageProofCompactProof;
2579
2436
  }
2580
- /** @name PalletFileSystemFileKeyWithProof (288) */
2437
+ /** @name PalletFileSystemFileKeyWithProof (287) */
2581
2438
  interface PalletFileSystemFileKeyWithProof extends Struct {
2582
2439
  readonly fileKey: H256;
2583
2440
  readonly proof: ShpFileKeyVerifierFileKeyProof;
2584
2441
  }
2585
- /** @name PalletFileSystemRejectedStorageRequest (290) */
2442
+ /** @name PalletFileSystemRejectedStorageRequest (289) */
2586
2443
  interface PalletFileSystemRejectedStorageRequest extends Struct {
2587
2444
  readonly fileKey: H256;
2588
2445
  readonly reason: PalletFileSystemRejectedStorageRequestReason;
2589
2446
  }
2590
- /** @name PalletFileSystemFileDeletionRequest (293) */
2447
+ /** @name PalletFileSystemFileDeletionRequest (292) */
2591
2448
  interface PalletFileSystemFileDeletionRequest extends Struct {
2592
2449
  readonly fileOwner: AccountId20;
2593
2450
  readonly signedIntention: PalletFileSystemFileOperationIntention;
@@ -2597,7 +2454,7 @@ declare module "@polkadot/types/lookup" {
2597
2454
  readonly size_: u64;
2598
2455
  readonly fingerprint: H256;
2599
2456
  }
2600
- /** @name PalletProofsDealerCall (295) */
2457
+ /** @name PalletProofsDealerCall (294) */
2601
2458
  interface PalletProofsDealerCall extends Enum {
2602
2459
  readonly isChallenge: boolean;
2603
2460
  readonly asChallenge: {
@@ -2621,14 +2478,14 @@ declare module "@polkadot/types/lookup" {
2621
2478
  readonly key: H256;
2622
2479
  readonly shouldRemoveKey: bool;
2623
2480
  } & Struct;
2624
- readonly type: "Challenge" | "SubmitProof" | "ForceInitialiseChallengeCycle" | "SetPaused" | "PriorityChallenge";
2481
+ readonly type: 'Challenge' | 'SubmitProof' | 'ForceInitialiseChallengeCycle' | 'SetPaused' | 'PriorityChallenge';
2625
2482
  }
2626
- /** @name PalletRandomnessCall (296) */
2483
+ /** @name PalletRandomnessCall (295) */
2627
2484
  interface PalletRandomnessCall extends Enum {
2628
2485
  readonly isSetBabeRandomness: boolean;
2629
- readonly type: "SetBabeRandomness";
2486
+ readonly type: 'SetBabeRandomness';
2630
2487
  }
2631
- /** @name PalletPaymentStreamsCall (297) */
2488
+ /** @name PalletPaymentStreamsCall (296) */
2632
2489
  interface PalletPaymentStreamsCall extends Enum {
2633
2490
  readonly isCreateFixedRatePaymentStream: boolean;
2634
2491
  readonly asCreateFixedRatePaymentStream: {
@@ -2677,9 +2534,9 @@ declare module "@polkadot/types/lookup" {
2677
2534
  readonly providers: Vec<H256>;
2678
2535
  } & Struct;
2679
2536
  readonly isClearInsolventFlag: boolean;
2680
- readonly type: "CreateFixedRatePaymentStream" | "UpdateFixedRatePaymentStream" | "DeleteFixedRatePaymentStream" | "CreateDynamicRatePaymentStream" | "UpdateDynamicRatePaymentStream" | "DeleteDynamicRatePaymentStream" | "ChargePaymentStreams" | "ChargeMultipleUsersPaymentStreams" | "PayOutstandingDebt" | "ClearInsolventFlag";
2537
+ readonly type: 'CreateFixedRatePaymentStream' | 'UpdateFixedRatePaymentStream' | 'DeleteFixedRatePaymentStream' | 'CreateDynamicRatePaymentStream' | 'UpdateDynamicRatePaymentStream' | 'DeleteDynamicRatePaymentStream' | 'ChargePaymentStreams' | 'ChargeMultipleUsersPaymentStreams' | 'PayOutstandingDebt' | 'ClearInsolventFlag';
2681
2538
  }
2682
- /** @name PalletBucketNftsCall (298) */
2539
+ /** @name PalletBucketNftsCall (297) */
2683
2540
  interface PalletBucketNftsCall extends Enum {
2684
2541
  readonly isShareAccess: boolean;
2685
2542
  readonly asShareAccess: {
@@ -2694,9 +2551,9 @@ declare module "@polkadot/types/lookup" {
2694
2551
  readonly itemId: u32;
2695
2552
  readonly readAccessRegex: Option<Bytes>;
2696
2553
  } & Struct;
2697
- readonly type: "ShareAccess" | "UpdateReadAccess";
2554
+ readonly type: 'ShareAccess' | 'UpdateReadAccess';
2698
2555
  }
2699
- /** @name PalletNftsCall (300) */
2556
+ /** @name PalletNftsCall (299) */
2700
2557
  interface PalletNftsCall extends Enum {
2701
2558
  readonly isCreate: boolean;
2702
2559
  readonly asCreate: {
@@ -2927,24 +2784,24 @@ declare module "@polkadot/types/lookup" {
2927
2784
  readonly signature: FpAccountEthereumSignature;
2928
2785
  readonly signer: AccountId20;
2929
2786
  } & Struct;
2930
- readonly type: "Create" | "ForceCreate" | "Destroy" | "Mint" | "ForceMint" | "Burn" | "Transfer" | "Redeposit" | "LockItemTransfer" | "UnlockItemTransfer" | "LockCollection" | "TransferOwnership" | "SetTeam" | "ForceCollectionOwner" | "ForceCollectionConfig" | "ApproveTransfer" | "CancelApproval" | "ClearAllTransferApprovals" | "LockItemProperties" | "SetAttribute" | "ForceSetAttribute" | "ClearAttribute" | "ApproveItemAttributes" | "CancelItemAttributesApproval" | "SetMetadata" | "ClearMetadata" | "SetCollectionMetadata" | "ClearCollectionMetadata" | "SetAcceptOwnership" | "SetCollectionMaxSupply" | "UpdateMintSettings" | "SetPrice" | "BuyItem" | "PayTips" | "CreateSwap" | "CancelSwap" | "ClaimSwap" | "MintPreSigned" | "SetAttributesPreSigned";
2787
+ readonly type: 'Create' | 'ForceCreate' | 'Destroy' | 'Mint' | 'ForceMint' | 'Burn' | 'Transfer' | 'Redeposit' | 'LockItemTransfer' | 'UnlockItemTransfer' | 'LockCollection' | 'TransferOwnership' | 'SetTeam' | 'ForceCollectionOwner' | 'ForceCollectionConfig' | 'ApproveTransfer' | 'CancelApproval' | 'ClearAllTransferApprovals' | 'LockItemProperties' | 'SetAttribute' | 'ForceSetAttribute' | 'ClearAttribute' | 'ApproveItemAttributes' | 'CancelItemAttributesApproval' | 'SetMetadata' | 'ClearMetadata' | 'SetCollectionMetadata' | 'ClearCollectionMetadata' | 'SetAcceptOwnership' | 'SetCollectionMaxSupply' | 'UpdateMintSettings' | 'SetPrice' | 'BuyItem' | 'PayTips' | 'CreateSwap' | 'CancelSwap' | 'ClaimSwap' | 'MintPreSigned' | 'SetAttributesPreSigned';
2931
2788
  }
2932
- /** @name PalletNftsCollectionConfig (301) */
2789
+ /** @name PalletNftsCollectionConfig (300) */
2933
2790
  interface PalletNftsCollectionConfig extends Struct {
2934
2791
  readonly settings: u64;
2935
2792
  readonly maxSupply: Option<u32>;
2936
2793
  readonly mintSettings: PalletNftsMintSettings;
2937
2794
  }
2938
- /** @name PalletNftsCollectionSetting (303) */
2795
+ /** @name PalletNftsCollectionSetting (302) */
2939
2796
  interface PalletNftsCollectionSetting extends Enum {
2940
2797
  readonly isTransferableItems: boolean;
2941
2798
  readonly isUnlockedMetadata: boolean;
2942
2799
  readonly isUnlockedAttributes: boolean;
2943
2800
  readonly isUnlockedMaxSupply: boolean;
2944
2801
  readonly isDepositRequired: boolean;
2945
- readonly type: "TransferableItems" | "UnlockedMetadata" | "UnlockedAttributes" | "UnlockedMaxSupply" | "DepositRequired";
2802
+ readonly type: 'TransferableItems' | 'UnlockedMetadata' | 'UnlockedAttributes' | 'UnlockedMaxSupply' | 'DepositRequired';
2946
2803
  }
2947
- /** @name PalletNftsMintSettings (304) */
2804
+ /** @name PalletNftsMintSettings (303) */
2948
2805
  interface PalletNftsMintSettings extends Struct {
2949
2806
  readonly mintType: PalletNftsMintType;
2950
2807
  readonly price: Option<u128>;
@@ -2952,48 +2809,48 @@ declare module "@polkadot/types/lookup" {
2952
2809
  readonly endBlock: Option<u32>;
2953
2810
  readonly defaultItemSettings: u64;
2954
2811
  }
2955
- /** @name PalletNftsMintType (305) */
2812
+ /** @name PalletNftsMintType (304) */
2956
2813
  interface PalletNftsMintType extends Enum {
2957
2814
  readonly isIssuer: boolean;
2958
2815
  readonly isPublic: boolean;
2959
2816
  readonly isHolderOf: boolean;
2960
2817
  readonly asHolderOf: u32;
2961
- readonly type: "Issuer" | "Public" | "HolderOf";
2818
+ readonly type: 'Issuer' | 'Public' | 'HolderOf';
2962
2819
  }
2963
- /** @name PalletNftsItemSetting (307) */
2820
+ /** @name PalletNftsItemSetting (306) */
2964
2821
  interface PalletNftsItemSetting extends Enum {
2965
2822
  readonly isTransferable: boolean;
2966
2823
  readonly isUnlockedMetadata: boolean;
2967
2824
  readonly isUnlockedAttributes: boolean;
2968
- readonly type: "Transferable" | "UnlockedMetadata" | "UnlockedAttributes";
2825
+ readonly type: 'Transferable' | 'UnlockedMetadata' | 'UnlockedAttributes';
2969
2826
  }
2970
- /** @name PalletNftsDestroyWitness (308) */
2827
+ /** @name PalletNftsDestroyWitness (307) */
2971
2828
  interface PalletNftsDestroyWitness extends Struct {
2972
2829
  readonly itemMetadatas: Compact<u32>;
2973
2830
  readonly itemConfigs: Compact<u32>;
2974
2831
  readonly attributes: Compact<u32>;
2975
2832
  }
2976
- /** @name PalletNftsMintWitness (310) */
2833
+ /** @name PalletNftsMintWitness (309) */
2977
2834
  interface PalletNftsMintWitness extends Struct {
2978
2835
  readonly ownedItem: Option<u32>;
2979
2836
  readonly mintPrice: Option<u128>;
2980
2837
  }
2981
- /** @name PalletNftsItemConfig (311) */
2838
+ /** @name PalletNftsItemConfig (310) */
2982
2839
  interface PalletNftsItemConfig extends Struct {
2983
2840
  readonly settings: u64;
2984
2841
  }
2985
- /** @name PalletNftsCancelAttributesApprovalWitness (312) */
2842
+ /** @name PalletNftsCancelAttributesApprovalWitness (311) */
2986
2843
  interface PalletNftsCancelAttributesApprovalWitness extends Struct {
2987
2844
  readonly accountAttributes: u32;
2988
2845
  }
2989
- /** @name PalletNftsItemTip (314) */
2846
+ /** @name PalletNftsItemTip (313) */
2990
2847
  interface PalletNftsItemTip extends Struct {
2991
2848
  readonly collection: u32;
2992
2849
  readonly item: u32;
2993
2850
  readonly receiver: AccountId20;
2994
2851
  readonly amount: u128;
2995
2852
  }
2996
- /** @name PalletNftsPreSignedMint (316) */
2853
+ /** @name PalletNftsPreSignedMint (315) */
2997
2854
  interface PalletNftsPreSignedMint extends Struct {
2998
2855
  readonly collection: u32;
2999
2856
  readonly item: u32;
@@ -3003,7 +2860,7 @@ declare module "@polkadot/types/lookup" {
3003
2860
  readonly deadline: u32;
3004
2861
  readonly mintPrice: Option<u128>;
3005
2862
  }
3006
- /** @name PalletNftsPreSignedAttributes (317) */
2863
+ /** @name PalletNftsPreSignedAttributes (316) */
3007
2864
  interface PalletNftsPreSignedAttributes extends Struct {
3008
2865
  readonly collection: u32;
3009
2866
  readonly item: u32;
@@ -3011,12 +2868,12 @@ declare module "@polkadot/types/lookup" {
3011
2868
  readonly namespace: PalletNftsAttributeNamespace;
3012
2869
  readonly deadline: u32;
3013
2870
  }
3014
- /** @name PalletSudoError (318) */
2871
+ /** @name PalletSudoError (317) */
3015
2872
  interface PalletSudoError extends Enum {
3016
2873
  readonly isRequireSudo: boolean;
3017
- readonly type: "RequireSudo";
2874
+ readonly type: 'RequireSudo';
3018
2875
  }
3019
- /** @name FpRpcTransactionStatus (320) */
2876
+ /** @name FpRpcTransactionStatus (319) */
3020
2877
  interface FpRpcTransactionStatus extends Struct {
3021
2878
  readonly transactionHash: H256;
3022
2879
  readonly transactionIndex: u32;
@@ -3026,10 +2883,10 @@ declare module "@polkadot/types/lookup" {
3026
2883
  readonly logs: Vec<EthereumLog>;
3027
2884
  readonly logsBloom: EthbloomBloom;
3028
2885
  }
3029
- /** @name EthbloomBloom (323) */
2886
+ /** @name EthbloomBloom (322) */
3030
2887
  interface EthbloomBloom extends U8aFixed {
3031
2888
  }
3032
- /** @name EthereumReceiptReceiptV3 (325) */
2889
+ /** @name EthereumReceiptReceiptV3 (324) */
3033
2890
  interface EthereumReceiptReceiptV3 extends Enum {
3034
2891
  readonly isLegacy: boolean;
3035
2892
  readonly asLegacy: EthereumReceiptEip658ReceiptData;
@@ -3037,22 +2894,22 @@ declare module "@polkadot/types/lookup" {
3037
2894
  readonly asEip2930: EthereumReceiptEip658ReceiptData;
3038
2895
  readonly isEip1559: boolean;
3039
2896
  readonly asEip1559: EthereumReceiptEip658ReceiptData;
3040
- readonly type: "Legacy" | "Eip2930" | "Eip1559";
2897
+ readonly type: 'Legacy' | 'Eip2930' | 'Eip1559';
3041
2898
  }
3042
- /** @name EthereumReceiptEip658ReceiptData (326) */
2899
+ /** @name EthereumReceiptEip658ReceiptData (325) */
3043
2900
  interface EthereumReceiptEip658ReceiptData extends Struct {
3044
2901
  readonly statusCode: u8;
3045
2902
  readonly usedGas: U256;
3046
2903
  readonly logsBloom: EthbloomBloom;
3047
2904
  readonly logs: Vec<EthereumLog>;
3048
2905
  }
3049
- /** @name EthereumBlock (327) */
2906
+ /** @name EthereumBlock (326) */
3050
2907
  interface EthereumBlock extends Struct {
3051
2908
  readonly header: EthereumHeader;
3052
2909
  readonly transactions: Vec<EthereumTransactionTransactionV2>;
3053
2910
  readonly ommers: Vec<EthereumHeader>;
3054
2911
  }
3055
- /** @name EthereumHeader (328) */
2912
+ /** @name EthereumHeader (327) */
3056
2913
  interface EthereumHeader extends Struct {
3057
2914
  readonly parentHash: H256;
3058
2915
  readonly ommersHash: H256;
@@ -3070,21 +2927,21 @@ declare module "@polkadot/types/lookup" {
3070
2927
  readonly mixHash: H256;
3071
2928
  readonly nonce: EthereumTypesHashH64;
3072
2929
  }
3073
- /** @name EthereumTypesHashH64 (329) */
2930
+ /** @name EthereumTypesHashH64 (328) */
3074
2931
  interface EthereumTypesHashH64 extends U8aFixed {
3075
2932
  }
3076
- /** @name PalletEthereumError (334) */
2933
+ /** @name PalletEthereumError (333) */
3077
2934
  interface PalletEthereumError extends Enum {
3078
2935
  readonly isInvalidSignature: boolean;
3079
2936
  readonly isPreLogExists: boolean;
3080
- readonly type: "InvalidSignature" | "PreLogExists";
2937
+ readonly type: 'InvalidSignature' | 'PreLogExists';
3081
2938
  }
3082
- /** @name PalletEvmCodeMetadata (335) */
2939
+ /** @name PalletEvmCodeMetadata (334) */
3083
2940
  interface PalletEvmCodeMetadata extends Struct {
3084
2941
  readonly size_: u64;
3085
2942
  readonly hash_: H256;
3086
2943
  }
3087
- /** @name PalletEvmError (337) */
2944
+ /** @name PalletEvmError (336) */
3088
2945
  interface PalletEvmError extends Enum {
3089
2946
  readonly isBalanceLow: boolean;
3090
2947
  readonly isFeeOverflow: boolean;
@@ -3099,22 +2956,22 @@ declare module "@polkadot/types/lookup" {
3099
2956
  readonly isReentrancy: boolean;
3100
2957
  readonly isTransactionMustComeFromEOA: boolean;
3101
2958
  readonly isUndefined: boolean;
3102
- readonly type: "BalanceLow" | "FeeOverflow" | "PaymentOverflow" | "WithdrawFailed" | "GasPriceTooLow" | "InvalidNonce" | "GasLimitTooLow" | "GasLimitTooHigh" | "InvalidChainId" | "InvalidSignature" | "Reentrancy" | "TransactionMustComeFromEOA" | "Undefined";
2959
+ readonly type: 'BalanceLow' | 'FeeOverflow' | 'PaymentOverflow' | 'WithdrawFailed' | 'GasPriceTooLow' | 'InvalidNonce' | 'GasLimitTooLow' | 'GasLimitTooHigh' | 'InvalidChainId' | 'InvalidSignature' | 'Reentrancy' | 'TransactionMustComeFromEOA' | 'Undefined';
3103
2960
  }
3104
- /** @name PalletStorageProvidersSignUpRequest (338) */
2961
+ /** @name PalletStorageProvidersSignUpRequest (337) */
3105
2962
  interface PalletStorageProvidersSignUpRequest extends Struct {
3106
2963
  readonly spSignUpRequest: PalletStorageProvidersSignUpRequestSpParams;
3107
2964
  readonly at: u32;
3108
2965
  }
3109
- /** @name PalletStorageProvidersSignUpRequestSpParams (339) */
2966
+ /** @name PalletStorageProvidersSignUpRequestSpParams (338) */
3110
2967
  interface PalletStorageProvidersSignUpRequestSpParams extends Enum {
3111
2968
  readonly isBackupStorageProvider: boolean;
3112
2969
  readonly asBackupStorageProvider: PalletStorageProvidersBackupStorageProvider;
3113
2970
  readonly isMainStorageProvider: boolean;
3114
2971
  readonly asMainStorageProvider: PalletStorageProvidersMainStorageProviderSignUpRequest;
3115
- readonly type: "BackupStorageProvider" | "MainStorageProvider";
2972
+ readonly type: 'BackupStorageProvider' | 'MainStorageProvider';
3116
2973
  }
3117
- /** @name PalletStorageProvidersBackupStorageProvider (340) */
2974
+ /** @name PalletStorageProvidersBackupStorageProvider (339) */
3118
2975
  interface PalletStorageProvidersBackupStorageProvider extends Struct {
3119
2976
  readonly capacity: u64;
3120
2977
  readonly capacityUsed: u64;
@@ -3126,12 +2983,12 @@ declare module "@polkadot/types/lookup" {
3126
2983
  readonly reputationWeight: u32;
3127
2984
  readonly signUpBlock: u32;
3128
2985
  }
3129
- /** @name PalletStorageProvidersMainStorageProviderSignUpRequest (341) */
2986
+ /** @name PalletStorageProvidersMainStorageProviderSignUpRequest (340) */
3130
2987
  interface PalletStorageProvidersMainStorageProviderSignUpRequest extends Struct {
3131
2988
  readonly mspInfo: PalletStorageProvidersMainStorageProvider;
3132
2989
  readonly valueProp: PalletStorageProvidersValueProposition;
3133
2990
  }
3134
- /** @name PalletStorageProvidersMainStorageProvider (342) */
2991
+ /** @name PalletStorageProvidersMainStorageProvider (341) */
3135
2992
  interface PalletStorageProvidersMainStorageProvider extends Struct {
3136
2993
  readonly capacity: u64;
3137
2994
  readonly capacityUsed: u64;
@@ -3143,7 +3000,7 @@ declare module "@polkadot/types/lookup" {
3143
3000
  readonly paymentAccount: AccountId20;
3144
3001
  readonly signUpBlock: u32;
3145
3002
  }
3146
- /** @name PalletStorageProvidersBucket (343) */
3003
+ /** @name PalletStorageProvidersBucket (342) */
3147
3004
  interface PalletStorageProvidersBucket extends Struct {
3148
3005
  readonly root: H256;
3149
3006
  readonly userId: AccountId20;
@@ -3153,7 +3010,7 @@ declare module "@polkadot/types/lookup" {
3153
3010
  readonly size_: u64;
3154
3011
  readonly valuePropId: H256;
3155
3012
  }
3156
- /** @name PalletStorageProvidersError (347) */
3013
+ /** @name PalletStorageProvidersError (346) */
3157
3014
  interface PalletStorageProvidersError extends Enum {
3158
3015
  readonly isAlreadyRegistered: boolean;
3159
3016
  readonly isSignUpNotRequested: boolean;
@@ -3207,9 +3064,9 @@ declare module "@polkadot/types/lookup" {
3207
3064
  readonly isInvalidEncodedFileMetadata: boolean;
3208
3065
  readonly isInvalidEncodedAccountId: boolean;
3209
3066
  readonly isPaymentStreamNotFound: boolean;
3210
- readonly type: "AlreadyRegistered" | "SignUpNotRequested" | "SignUpRequestPending" | "NoMultiAddress" | "InvalidMultiAddress" | "StorageTooLow" | "NotEnoughBalance" | "CannotHoldDeposit" | "StorageStillInUse" | "SignOffPeriodNotPassed" | "RandomnessNotValidYet" | "SignUpRequestExpired" | "NewCapacityLessThanUsedStorage" | "NewCapacityEqualsCurrentCapacity" | "NewCapacityCantBeZero" | "NotEnoughTimePassed" | "NewUsedCapacityExceedsStorageCapacity" | "DepositTooLow" | "NotRegistered" | "NoUserId" | "NoBucketId" | "SpRegisteredButDataNotFound" | "BucketNotFound" | "BucketAlreadyExists" | "BucketNotEmpty" | "BucketsMovedAmountMismatch" | "AppendBucketToMspFailed" | "ProviderNotSlashable" | "TopUpNotRequired" | "BucketMustHaveMspForOperation" | "MultiAddressesMaxAmountReached" | "MultiAddressNotFound" | "MultiAddressAlreadyExists" | "LastMultiAddressCantBeRemoved" | "ValuePropositionNotFound" | "ValuePropositionAlreadyExists" | "ValuePropositionNotAvailable" | "CantDeactivateLastValueProp" | "ValuePropositionsDeletedAmountMismatch" | "FixedRatePaymentStreamNotFound" | "MspAlreadyAssignedToBucket" | "BucketSizeExceedsLimit" | "BucketHasNoValueProposition" | "MaxBlockNumberReached" | "OperationNotAllowedForInsolventProvider" | "DeleteProviderConditionsNotMet" | "CannotStopCycleWithNonDefaultRoot" | "BspOnlyOperation" | "MspOnlyOperation" | "InvalidEncodedFileMetadata" | "InvalidEncodedAccountId" | "PaymentStreamNotFound";
3067
+ readonly type: 'AlreadyRegistered' | 'SignUpNotRequested' | 'SignUpRequestPending' | 'NoMultiAddress' | 'InvalidMultiAddress' | 'StorageTooLow' | 'NotEnoughBalance' | 'CannotHoldDeposit' | 'StorageStillInUse' | 'SignOffPeriodNotPassed' | 'RandomnessNotValidYet' | 'SignUpRequestExpired' | 'NewCapacityLessThanUsedStorage' | 'NewCapacityEqualsCurrentCapacity' | 'NewCapacityCantBeZero' | 'NotEnoughTimePassed' | 'NewUsedCapacityExceedsStorageCapacity' | 'DepositTooLow' | 'NotRegistered' | 'NoUserId' | 'NoBucketId' | 'SpRegisteredButDataNotFound' | 'BucketNotFound' | 'BucketAlreadyExists' | 'BucketNotEmpty' | 'BucketsMovedAmountMismatch' | 'AppendBucketToMspFailed' | 'ProviderNotSlashable' | 'TopUpNotRequired' | 'BucketMustHaveMspForOperation' | 'MultiAddressesMaxAmountReached' | 'MultiAddressNotFound' | 'MultiAddressAlreadyExists' | 'LastMultiAddressCantBeRemoved' | 'ValuePropositionNotFound' | 'ValuePropositionAlreadyExists' | 'ValuePropositionNotAvailable' | 'CantDeactivateLastValueProp' | 'ValuePropositionsDeletedAmountMismatch' | 'FixedRatePaymentStreamNotFound' | 'MspAlreadyAssignedToBucket' | 'BucketSizeExceedsLimit' | 'BucketHasNoValueProposition' | 'MaxBlockNumberReached' | 'OperationNotAllowedForInsolventProvider' | 'DeleteProviderConditionsNotMet' | 'CannotStopCycleWithNonDefaultRoot' | 'BspOnlyOperation' | 'MspOnlyOperation' | 'InvalidEncodedFileMetadata' | 'InvalidEncodedAccountId' | 'PaymentStreamNotFound';
3211
3068
  }
3212
- /** @name PalletFileSystemStorageRequestMetadata (348) */
3069
+ /** @name PalletFileSystemStorageRequestMetadata (347) */
3213
3070
  interface PalletFileSystemStorageRequestMetadata extends Struct {
3214
3071
  readonly requestedAt: u32;
3215
3072
  readonly expiresAt: u32;
@@ -3218,18 +3075,29 @@ declare module "@polkadot/types/lookup" {
3218
3075
  readonly location: Bytes;
3219
3076
  readonly fingerprint: H256;
3220
3077
  readonly size_: u64;
3221
- readonly msp: Option<ITuple<[H256, bool]>>;
3078
+ readonly mspStatus: PalletFileSystemMspStorageRequestStatus;
3222
3079
  readonly userPeerIds: Vec<Bytes>;
3223
3080
  readonly bspsRequired: u32;
3224
3081
  readonly bspsConfirmed: u32;
3225
3082
  readonly bspsVolunteered: u32;
3226
3083
  readonly depositPaid: u128;
3227
3084
  }
3228
- /** @name PalletFileSystemStorageRequestBspsMetadata (351) */
3085
+ /** @name PalletFileSystemMspStorageRequestStatus (348) */
3086
+ interface PalletFileSystemMspStorageRequestStatus extends Enum {
3087
+ readonly isNone: boolean;
3088
+ readonly isPending: boolean;
3089
+ readonly asPending: H256;
3090
+ readonly isAcceptedNewFile: boolean;
3091
+ readonly asAcceptedNewFile: H256;
3092
+ readonly isAcceptedExistingFile: boolean;
3093
+ readonly asAcceptedExistingFile: H256;
3094
+ readonly type: 'None' | 'Pending' | 'AcceptedNewFile' | 'AcceptedExistingFile';
3095
+ }
3096
+ /** @name PalletFileSystemStorageRequestBspsMetadata (349) */
3229
3097
  interface PalletFileSystemStorageRequestBspsMetadata extends Struct {
3230
3098
  readonly confirmed: bool;
3231
3099
  }
3232
- /** @name PalletFileSystemPendingFileDeletionRequest (353) */
3100
+ /** @name PalletFileSystemPendingFileDeletionRequest (351) */
3233
3101
  interface PalletFileSystemPendingFileDeletionRequest extends Struct {
3234
3102
  readonly user: AccountId20;
3235
3103
  readonly fileKey: H256;
@@ -3238,19 +3106,19 @@ declare module "@polkadot/types/lookup" {
3238
3106
  readonly depositPaidForCreation: u128;
3239
3107
  readonly queuePriorityChallenge: bool;
3240
3108
  }
3241
- /** @name PalletFileSystemPendingStopStoringRequest (355) */
3109
+ /** @name PalletFileSystemPendingStopStoringRequest (353) */
3242
3110
  interface PalletFileSystemPendingStopStoringRequest extends Struct {
3243
3111
  readonly tickWhenRequested: u32;
3244
3112
  readonly fileOwner: AccountId20;
3245
3113
  readonly fileSize: u64;
3246
3114
  }
3247
- /** @name PalletFileSystemMoveBucketRequestMetadata (356) */
3115
+ /** @name PalletFileSystemMoveBucketRequestMetadata (354) */
3248
3116
  interface PalletFileSystemMoveBucketRequestMetadata extends Struct {
3249
3117
  readonly requester: AccountId20;
3250
3118
  readonly newMspId: H256;
3251
3119
  readonly newValuePropId: H256;
3252
3120
  }
3253
- /** @name PalletFileSystemIncompleteStorageRequestMetadata (357) */
3121
+ /** @name PalletFileSystemIncompleteStorageRequestMetadata (355) */
3254
3122
  interface PalletFileSystemIncompleteStorageRequestMetadata extends Struct {
3255
3123
  readonly owner: AccountId20;
3256
3124
  readonly bucketId: H256;
@@ -3260,112 +3128,85 @@ declare module "@polkadot/types/lookup" {
3260
3128
  readonly pendingBspRemovals: Vec<H256>;
3261
3129
  readonly pendingBucketRemoval: bool;
3262
3130
  }
3263
- /** @name PalletFileSystemError (359) */
3131
+ /** @name PalletFileSystemError (357) */
3264
3132
  interface PalletFileSystemError extends Enum {
3133
+ readonly isNotABsp: boolean;
3134
+ readonly isNotAMsp: boolean;
3135
+ readonly isNotASp: boolean;
3265
3136
  readonly isStorageRequestAlreadyRegistered: boolean;
3266
3137
  readonly isStorageRequestNotFound: boolean;
3267
- readonly isStorageRequestNotRevoked: boolean;
3268
3138
  readonly isStorageRequestExists: boolean;
3139
+ readonly isStorageRequestNotAuthorized: boolean;
3140
+ readonly isStorageRequestBspsRequiredFulfilled: boolean;
3141
+ readonly isTooManyStorageRequestResponses: boolean;
3142
+ readonly isIncompleteStorageRequestNotFound: boolean;
3269
3143
  readonly isReplicationTargetCannotBeZero: boolean;
3270
3144
  readonly isReplicationTargetExceedsMaximum: boolean;
3271
- readonly isMaxReplicationTargetSmallerThanDefault: boolean;
3272
- readonly isNotABsp: boolean;
3273
- readonly isNotAMsp: boolean;
3274
- readonly isNotASp: boolean;
3275
3145
  readonly isBspNotVolunteered: boolean;
3276
3146
  readonly isBspNotConfirmed: boolean;
3277
3147
  readonly isBspAlreadyConfirmed: boolean;
3278
- readonly isStorageRequestBspsRequiredFulfilled: boolean;
3279
3148
  readonly isBspAlreadyVolunteered: boolean;
3280
- readonly isInsufficientAvailableCapacity: boolean;
3281
- readonly isUnexpectedNumberOfRemovedVolunteeredBsps: boolean;
3282
3149
  readonly isBspNotEligibleToVolunteer: boolean;
3283
- readonly isStorageRequestExpiredNoSlotAvailable: boolean;
3284
- readonly isStorageRequestNotAuthorized: boolean;
3285
- readonly isMaxTickNumberReached: boolean;
3286
- readonly isFailedToEncodeBsp: boolean;
3287
- readonly isFailedToEncodeFingerprint: boolean;
3288
- readonly isFailedToDecodeThreshold: boolean;
3289
- readonly isAboveThreshold: boolean;
3290
- readonly isThresholdArithmeticError: boolean;
3291
- readonly isFailedTypeConversion: boolean;
3292
- readonly isDividedByZero: boolean;
3293
- readonly isImpossibleFailedToGetValue: boolean;
3294
- readonly isBucketIsNotPrivate: boolean;
3150
+ readonly isInsufficientAvailableCapacity: boolean;
3151
+ readonly isNoFileKeysToConfirm: boolean;
3152
+ readonly isMspNotStoringBucket: boolean;
3153
+ readonly isNotSelectedMsp: boolean;
3154
+ readonly isMspAlreadyConfirmed: boolean;
3155
+ readonly isRequestWithoutMsp: boolean;
3156
+ readonly isMspAlreadyStoringBucket: boolean;
3295
3157
  readonly isBucketNotFound: boolean;
3296
3158
  readonly isBucketNotEmpty: boolean;
3297
3159
  readonly isNotBucketOwner: boolean;
3160
+ readonly isBucketIsBeingMoved: boolean;
3161
+ readonly isInvalidBucketIdFileKeyPair: boolean;
3298
3162
  readonly isValuePropositionNotAvailable: boolean;
3299
3163
  readonly isCollectionNotFound: boolean;
3300
- readonly isProviderRootNotFound: boolean;
3301
- readonly isExpectedNonInclusionProof: boolean;
3302
- readonly isExpectedInclusionProof: boolean;
3164
+ readonly isMoveBucketRequestNotFound: boolean;
3303
3165
  readonly isInvalidFileKeyMetadata: boolean;
3304
- readonly isThresholdBelowAsymptote: boolean;
3305
- readonly isNotFileOwner: boolean;
3306
- readonly isFileKeyAlreadyPendingDeletion: boolean;
3166
+ readonly isFileSizeCannotBeZero: boolean;
3167
+ readonly isProviderNotStoringFile: boolean;
3168
+ readonly isFileHasActiveStorageRequest: boolean;
3169
+ readonly isFileHasIncompleteStorageRequest: boolean;
3307
3170
  readonly isBatchFileDeletionMustContainSingleBucket: boolean;
3308
3171
  readonly isDuplicateFileKeyInBatchFileDeletion: boolean;
3309
3172
  readonly isNoFileKeysToDelete: boolean;
3310
3173
  readonly isFailedToPushFileKeyToBucketDeletionVector: boolean;
3311
3174
  readonly isFailedToPushUserToBspDeletionVector: boolean;
3312
3175
  readonly isFailedToPushFileKeyToBspDeletionVector: boolean;
3313
- readonly isMaxUserPendingDeletionRequestsReached: boolean;
3314
- readonly isMspNotStoringBucket: boolean;
3315
- readonly isFileKeyNotPendingDeletion: boolean;
3316
- readonly isFileSizeCannotBeZero: boolean;
3317
- readonly isNoGlobalReputationWeightSet: boolean;
3318
- readonly isNoBspReputationWeightSet: boolean;
3319
- readonly isMaximumThresholdCannotBeZero: boolean;
3320
- readonly isTickRangeToMaximumThresholdCannotBeZero: boolean;
3321
3176
  readonly isPendingStopStoringRequestNotFound: boolean;
3322
3177
  readonly isMinWaitForStopStoringNotReached: boolean;
3323
3178
  readonly isPendingStopStoringRequestAlreadyExists: boolean;
3324
- readonly isOperationNotAllowedWithInsolventUser: boolean;
3325
- readonly isUserNotInsolvent: boolean;
3326
- readonly isNotSelectedMsp: boolean;
3327
- readonly isMspAlreadyConfirmed: boolean;
3328
- readonly isRequestWithoutMsp: boolean;
3329
- readonly isMspAlreadyStoringBucket: boolean;
3330
- readonly isMoveBucketRequestNotFound: boolean;
3331
- readonly isBucketIsBeingMoved: boolean;
3332
- readonly isBspAlreadyDataServer: boolean;
3333
- readonly isBspDataServersExceeded: boolean;
3334
- readonly isFileMetadataProcessingQueueFull: boolean;
3335
- readonly isTooManyBatchResponses: boolean;
3336
- readonly isTooManyStorageRequestResponses: boolean;
3337
- readonly isInvalidBucketIdFileKeyPair: boolean;
3338
- readonly isInconsistentStateKeyAlreadyExists: boolean;
3179
+ readonly isExpectedNonInclusionProof: boolean;
3180
+ readonly isExpectedInclusionProof: boolean;
3339
3181
  readonly isFixedRatePaymentStreamNotFound: boolean;
3340
3182
  readonly isDynamicRatePaymentStreamNotFound: boolean;
3183
+ readonly isOperationNotAllowedWithInsolventUser: boolean;
3184
+ readonly isUserNotInsolvent: boolean;
3185
+ readonly isOperationNotAllowedForInsolventProvider: boolean;
3186
+ readonly isInvalidSignature: boolean;
3187
+ readonly isInvalidProviderID: boolean;
3188
+ readonly isInvalidSignedOperation: boolean;
3189
+ readonly isNoGlobalReputationWeightSet: boolean;
3190
+ readonly isNoBspReputationWeightSet: boolean;
3341
3191
  readonly isCannotHoldDeposit: boolean;
3192
+ readonly isMaxTickNumberReached: boolean;
3193
+ readonly isThresholdArithmeticError: boolean;
3194
+ readonly isRootNotUpdated: boolean;
3195
+ readonly isImpossibleFailedToGetValue: boolean;
3342
3196
  readonly isFailedToQueryEarliestFileVolunteerTick: boolean;
3343
3197
  readonly isFailedToGetOwnerAccount: boolean;
3344
3198
  readonly isFailedToGetPaymentAccount: boolean;
3345
- readonly isNoFileKeysToConfirm: boolean;
3346
- readonly isRootNotUpdated: boolean;
3347
- readonly isNoPrivacyChange: boolean;
3348
- readonly isOperationNotAllowedForInsolventProvider: boolean;
3349
- readonly isOperationNotAllowedWhileBucketIsNotStoredByMsp: boolean;
3350
3199
  readonly isFailedToComputeFileKey: boolean;
3351
3200
  readonly isFailedToCreateFileMetadata: boolean;
3352
- readonly isInvalidSignature: boolean;
3353
- readonly isForestProofVerificationFailed: boolean;
3354
- readonly isProviderNotStoringFile: boolean;
3355
- readonly isInvalidProviderID: boolean;
3356
- readonly isInvalidSignedOperation: boolean;
3357
- readonly isFileKeyMismatch: boolean;
3358
- readonly isIncompleteStorageRequestNotFound: boolean;
3359
- readonly isFileHasActiveStorageRequest: boolean;
3360
- readonly isFileHasIncompleteStorageRequest: boolean;
3361
- readonly type: "StorageRequestAlreadyRegistered" | "StorageRequestNotFound" | "StorageRequestNotRevoked" | "StorageRequestExists" | "ReplicationTargetCannotBeZero" | "ReplicationTargetExceedsMaximum" | "MaxReplicationTargetSmallerThanDefault" | "NotABsp" | "NotAMsp" | "NotASp" | "BspNotVolunteered" | "BspNotConfirmed" | "BspAlreadyConfirmed" | "StorageRequestBspsRequiredFulfilled" | "BspAlreadyVolunteered" | "InsufficientAvailableCapacity" | "UnexpectedNumberOfRemovedVolunteeredBsps" | "BspNotEligibleToVolunteer" | "StorageRequestExpiredNoSlotAvailable" | "StorageRequestNotAuthorized" | "MaxTickNumberReached" | "FailedToEncodeBsp" | "FailedToEncodeFingerprint" | "FailedToDecodeThreshold" | "AboveThreshold" | "ThresholdArithmeticError" | "FailedTypeConversion" | "DividedByZero" | "ImpossibleFailedToGetValue" | "BucketIsNotPrivate" | "BucketNotFound" | "BucketNotEmpty" | "NotBucketOwner" | "ValuePropositionNotAvailable" | "CollectionNotFound" | "ProviderRootNotFound" | "ExpectedNonInclusionProof" | "ExpectedInclusionProof" | "InvalidFileKeyMetadata" | "ThresholdBelowAsymptote" | "NotFileOwner" | "FileKeyAlreadyPendingDeletion" | "BatchFileDeletionMustContainSingleBucket" | "DuplicateFileKeyInBatchFileDeletion" | "NoFileKeysToDelete" | "FailedToPushFileKeyToBucketDeletionVector" | "FailedToPushUserToBspDeletionVector" | "FailedToPushFileKeyToBspDeletionVector" | "MaxUserPendingDeletionRequestsReached" | "MspNotStoringBucket" | "FileKeyNotPendingDeletion" | "FileSizeCannotBeZero" | "NoGlobalReputationWeightSet" | "NoBspReputationWeightSet" | "MaximumThresholdCannotBeZero" | "TickRangeToMaximumThresholdCannotBeZero" | "PendingStopStoringRequestNotFound" | "MinWaitForStopStoringNotReached" | "PendingStopStoringRequestAlreadyExists" | "OperationNotAllowedWithInsolventUser" | "UserNotInsolvent" | "NotSelectedMsp" | "MspAlreadyConfirmed" | "RequestWithoutMsp" | "MspAlreadyStoringBucket" | "MoveBucketRequestNotFound" | "BucketIsBeingMoved" | "BspAlreadyDataServer" | "BspDataServersExceeded" | "FileMetadataProcessingQueueFull" | "TooManyBatchResponses" | "TooManyStorageRequestResponses" | "InvalidBucketIdFileKeyPair" | "InconsistentStateKeyAlreadyExists" | "FixedRatePaymentStreamNotFound" | "DynamicRatePaymentStreamNotFound" | "CannotHoldDeposit" | "FailedToQueryEarliestFileVolunteerTick" | "FailedToGetOwnerAccount" | "FailedToGetPaymentAccount" | "NoFileKeysToConfirm" | "RootNotUpdated" | "NoPrivacyChange" | "OperationNotAllowedForInsolventProvider" | "OperationNotAllowedWhileBucketIsNotStoredByMsp" | "FailedToComputeFileKey" | "FailedToCreateFileMetadata" | "InvalidSignature" | "ForestProofVerificationFailed" | "ProviderNotStoringFile" | "InvalidProviderID" | "InvalidSignedOperation" | "FileKeyMismatch" | "IncompleteStorageRequestNotFound" | "FileHasActiveStorageRequest" | "FileHasIncompleteStorageRequest";
3201
+ readonly isFileMetadataProcessingQueueFull: boolean;
3202
+ readonly type: 'NotABsp' | 'NotAMsp' | 'NotASp' | 'StorageRequestAlreadyRegistered' | 'StorageRequestNotFound' | 'StorageRequestExists' | 'StorageRequestNotAuthorized' | 'StorageRequestBspsRequiredFulfilled' | 'TooManyStorageRequestResponses' | 'IncompleteStorageRequestNotFound' | 'ReplicationTargetCannotBeZero' | 'ReplicationTargetExceedsMaximum' | 'BspNotVolunteered' | 'BspNotConfirmed' | 'BspAlreadyConfirmed' | 'BspAlreadyVolunteered' | 'BspNotEligibleToVolunteer' | 'InsufficientAvailableCapacity' | 'NoFileKeysToConfirm' | 'MspNotStoringBucket' | 'NotSelectedMsp' | 'MspAlreadyConfirmed' | 'RequestWithoutMsp' | 'MspAlreadyStoringBucket' | 'BucketNotFound' | 'BucketNotEmpty' | 'NotBucketOwner' | 'BucketIsBeingMoved' | 'InvalidBucketIdFileKeyPair' | 'ValuePropositionNotAvailable' | 'CollectionNotFound' | 'MoveBucketRequestNotFound' | 'InvalidFileKeyMetadata' | 'FileSizeCannotBeZero' | 'ProviderNotStoringFile' | 'FileHasActiveStorageRequest' | 'FileHasIncompleteStorageRequest' | 'BatchFileDeletionMustContainSingleBucket' | 'DuplicateFileKeyInBatchFileDeletion' | 'NoFileKeysToDelete' | 'FailedToPushFileKeyToBucketDeletionVector' | 'FailedToPushUserToBspDeletionVector' | 'FailedToPushFileKeyToBspDeletionVector' | 'PendingStopStoringRequestNotFound' | 'MinWaitForStopStoringNotReached' | 'PendingStopStoringRequestAlreadyExists' | 'ExpectedNonInclusionProof' | 'ExpectedInclusionProof' | 'FixedRatePaymentStreamNotFound' | 'DynamicRatePaymentStreamNotFound' | 'OperationNotAllowedWithInsolventUser' | 'UserNotInsolvent' | 'OperationNotAllowedForInsolventProvider' | 'InvalidSignature' | 'InvalidProviderID' | 'InvalidSignedOperation' | 'NoGlobalReputationWeightSet' | 'NoBspReputationWeightSet' | 'CannotHoldDeposit' | 'MaxTickNumberReached' | 'ThresholdArithmeticError' | 'RootNotUpdated' | 'ImpossibleFailedToGetValue' | 'FailedToQueryEarliestFileVolunteerTick' | 'FailedToGetOwnerAccount' | 'FailedToGetPaymentAccount' | 'FailedToComputeFileKey' | 'FailedToCreateFileMetadata' | 'FileMetadataProcessingQueueFull';
3362
3203
  }
3363
- /** @name PalletProofsDealerProofSubmissionRecord (361) */
3204
+ /** @name PalletProofsDealerProofSubmissionRecord (359) */
3364
3205
  interface PalletProofsDealerProofSubmissionRecord extends Struct {
3365
3206
  readonly lastTickProven: u32;
3366
3207
  readonly nextTickToSubmitProofFor: u32;
3367
3208
  }
3368
- /** @name PalletProofsDealerError (368) */
3209
+ /** @name PalletProofsDealerError (366) */
3369
3210
  interface PalletProofsDealerError extends Enum {
3370
3211
  readonly isNotProvider: boolean;
3371
3212
  readonly isChallengesQueueOverflow: boolean;
@@ -3391,28 +3232,28 @@ declare module "@polkadot/types/lookup" {
3391
3232
  readonly isUnexpectedNumberOfRemoveMutations: boolean;
3392
3233
  readonly isFailedToUpdateProviderAfterKeyRemoval: boolean;
3393
3234
  readonly isTooManyValidProofSubmitters: boolean;
3394
- readonly type: "NotProvider" | "ChallengesQueueOverflow" | "PriorityChallengesQueueOverflow" | "FeeChargeFailed" | "EmptyKeyProofs" | "ProviderRootNotFound" | "ZeroRoot" | "NoRecordOfLastSubmittedProof" | "ProviderStakeNotFound" | "ZeroStake" | "StakeCouldNotBeConverted" | "ChallengesTickNotReached" | "ChallengesTickTooOld" | "ChallengesTickTooLate" | "SeedNotFound" | "CheckpointChallengesNotFound" | "ForestProofVerificationFailed" | "IncorrectNumberOfKeyProofs" | "KeyProofNotFound" | "KeyProofVerificationFailed" | "FailedToApplyDelta" | "UnexpectedNumberOfRemoveMutations" | "FailedToUpdateProviderAfterKeyRemoval" | "TooManyValidProofSubmitters";
3235
+ readonly type: 'NotProvider' | 'ChallengesQueueOverflow' | 'PriorityChallengesQueueOverflow' | 'FeeChargeFailed' | 'EmptyKeyProofs' | 'ProviderRootNotFound' | 'ZeroRoot' | 'NoRecordOfLastSubmittedProof' | 'ProviderStakeNotFound' | 'ZeroStake' | 'StakeCouldNotBeConverted' | 'ChallengesTickNotReached' | 'ChallengesTickTooOld' | 'ChallengesTickTooLate' | 'SeedNotFound' | 'CheckpointChallengesNotFound' | 'ForestProofVerificationFailed' | 'IncorrectNumberOfKeyProofs' | 'KeyProofNotFound' | 'KeyProofVerificationFailed' | 'FailedToApplyDelta' | 'UnexpectedNumberOfRemoveMutations' | 'FailedToUpdateProviderAfterKeyRemoval' | 'TooManyValidProofSubmitters';
3395
3236
  }
3396
- /** @name PalletPaymentStreamsFixedRatePaymentStream (370) */
3237
+ /** @name PalletPaymentStreamsFixedRatePaymentStream (368) */
3397
3238
  interface PalletPaymentStreamsFixedRatePaymentStream extends Struct {
3398
3239
  readonly rate: u128;
3399
3240
  readonly lastChargedTick: u32;
3400
3241
  readonly userDeposit: u128;
3401
3242
  readonly outOfFundsTick: Option<u32>;
3402
3243
  }
3403
- /** @name PalletPaymentStreamsDynamicRatePaymentStream (371) */
3244
+ /** @name PalletPaymentStreamsDynamicRatePaymentStream (369) */
3404
3245
  interface PalletPaymentStreamsDynamicRatePaymentStream extends Struct {
3405
3246
  readonly amountProvided: u64;
3406
3247
  readonly priceIndexWhenLastCharged: u128;
3407
3248
  readonly userDeposit: u128;
3408
3249
  readonly outOfFundsTick: Option<u32>;
3409
3250
  }
3410
- /** @name PalletPaymentStreamsProviderLastChargeableInfo (372) */
3251
+ /** @name PalletPaymentStreamsProviderLastChargeableInfo (370) */
3411
3252
  interface PalletPaymentStreamsProviderLastChargeableInfo extends Struct {
3412
3253
  readonly lastChargeableTick: u32;
3413
3254
  readonly priceIndex: u128;
3414
3255
  }
3415
- /** @name PalletPaymentStreamsError (373) */
3256
+ /** @name PalletPaymentStreamsError (371) */
3416
3257
  interface PalletPaymentStreamsError extends Enum {
3417
3258
  readonly isPaymentStreamAlreadyExists: boolean;
3418
3259
  readonly isPaymentStreamNotFound: boolean;
@@ -3432,17 +3273,17 @@ declare module "@polkadot/types/lookup" {
3432
3273
  readonly isCooldownPeriodNotPassed: boolean;
3433
3274
  readonly isUserHasRemainingDebt: boolean;
3434
3275
  readonly isProviderInsolvent: boolean;
3435
- readonly type: "PaymentStreamAlreadyExists" | "PaymentStreamNotFound" | "NotAProvider" | "ProviderInconsistencyError" | "CannotHoldDeposit" | "UpdateRateToSameRate" | "UpdateAmountToSameAmount" | "RateCantBeZero" | "AmountProvidedCantBeZero" | "LastChargedGreaterThanLastChargeable" | "InvalidLastChargeableBlockNumber" | "InvalidLastChargeablePriceIndex" | "ChargeOverflow" | "UserWithoutFunds" | "UserNotFlaggedAsWithoutFunds" | "CooldownPeriodNotPassed" | "UserHasRemainingDebt" | "ProviderInsolvent";
3276
+ readonly type: 'PaymentStreamAlreadyExists' | 'PaymentStreamNotFound' | 'NotAProvider' | 'ProviderInconsistencyError' | 'CannotHoldDeposit' | 'UpdateRateToSameRate' | 'UpdateAmountToSameAmount' | 'RateCantBeZero' | 'AmountProvidedCantBeZero' | 'LastChargedGreaterThanLastChargeable' | 'InvalidLastChargeableBlockNumber' | 'InvalidLastChargeablePriceIndex' | 'ChargeOverflow' | 'UserWithoutFunds' | 'UserNotFlaggedAsWithoutFunds' | 'CooldownPeriodNotPassed' | 'UserHasRemainingDebt' | 'ProviderInsolvent';
3436
3277
  }
3437
- /** @name PalletBucketNftsError (374) */
3278
+ /** @name PalletBucketNftsError (372) */
3438
3279
  interface PalletBucketNftsError extends Enum {
3439
3280
  readonly isBucketIsNotPrivate: boolean;
3440
3281
  readonly isNotBucketOwner: boolean;
3441
3282
  readonly isNoCorrespondingCollection: boolean;
3442
3283
  readonly isConvertBytesToBoundedVec: boolean;
3443
- readonly type: "BucketIsNotPrivate" | "NotBucketOwner" | "NoCorrespondingCollection" | "ConvertBytesToBoundedVec";
3284
+ readonly type: 'BucketIsNotPrivate' | 'NotBucketOwner' | 'NoCorrespondingCollection' | 'ConvertBytesToBoundedVec';
3444
3285
  }
3445
- /** @name PalletNftsCollectionDetails (375) */
3286
+ /** @name PalletNftsCollectionDetails (373) */
3446
3287
  interface PalletNftsCollectionDetails extends Struct {
3447
3288
  readonly owner: AccountId20;
3448
3289
  readonly ownerDeposit: u128;
@@ -3451,60 +3292,60 @@ declare module "@polkadot/types/lookup" {
3451
3292
  readonly itemConfigs: u32;
3452
3293
  readonly attributes: u32;
3453
3294
  }
3454
- /** @name PalletNftsCollectionRole (380) */
3295
+ /** @name PalletNftsCollectionRole (378) */
3455
3296
  interface PalletNftsCollectionRole extends Enum {
3456
3297
  readonly isIssuer: boolean;
3457
3298
  readonly isFreezer: boolean;
3458
3299
  readonly isAdmin: boolean;
3459
- readonly type: "Issuer" | "Freezer" | "Admin";
3300
+ readonly type: 'Issuer' | 'Freezer' | 'Admin';
3460
3301
  }
3461
- /** @name PalletNftsItemDetails (381) */
3302
+ /** @name PalletNftsItemDetails (379) */
3462
3303
  interface PalletNftsItemDetails extends Struct {
3463
3304
  readonly owner: AccountId20;
3464
3305
  readonly approvals: BTreeMap<AccountId20, Option<u32>>;
3465
3306
  readonly deposit: PalletNftsItemDeposit;
3466
3307
  }
3467
- /** @name PalletNftsItemDeposit (382) */
3308
+ /** @name PalletNftsItemDeposit (380) */
3468
3309
  interface PalletNftsItemDeposit extends Struct {
3469
3310
  readonly account: AccountId20;
3470
3311
  readonly amount: u128;
3471
3312
  }
3472
- /** @name PalletNftsCollectionMetadata (387) */
3313
+ /** @name PalletNftsCollectionMetadata (385) */
3473
3314
  interface PalletNftsCollectionMetadata extends Struct {
3474
3315
  readonly deposit: u128;
3475
3316
  readonly data: Bytes;
3476
3317
  }
3477
- /** @name PalletNftsItemMetadata (388) */
3318
+ /** @name PalletNftsItemMetadata (386) */
3478
3319
  interface PalletNftsItemMetadata extends Struct {
3479
3320
  readonly deposit: PalletNftsItemMetadataDeposit;
3480
3321
  readonly data: Bytes;
3481
3322
  }
3482
- /** @name PalletNftsItemMetadataDeposit (389) */
3323
+ /** @name PalletNftsItemMetadataDeposit (387) */
3483
3324
  interface PalletNftsItemMetadataDeposit extends Struct {
3484
3325
  readonly account: Option<AccountId20>;
3485
3326
  readonly amount: u128;
3486
3327
  }
3487
- /** @name PalletNftsAttributeDeposit (392) */
3328
+ /** @name PalletNftsAttributeDeposit (390) */
3488
3329
  interface PalletNftsAttributeDeposit extends Struct {
3489
3330
  readonly account: Option<AccountId20>;
3490
3331
  readonly amount: u128;
3491
3332
  }
3492
- /** @name PalletNftsPendingSwap (396) */
3333
+ /** @name PalletNftsPendingSwap (394) */
3493
3334
  interface PalletNftsPendingSwap extends Struct {
3494
3335
  readonly desiredCollection: u32;
3495
3336
  readonly desiredItem: Option<u32>;
3496
3337
  readonly price: Option<PalletNftsPriceWithDirection>;
3497
3338
  readonly deadline: u32;
3498
3339
  }
3499
- /** @name PalletNftsPalletFeature (398) */
3340
+ /** @name PalletNftsPalletFeature (396) */
3500
3341
  interface PalletNftsPalletFeature extends Enum {
3501
3342
  readonly isTrading: boolean;
3502
3343
  readonly isAttributes: boolean;
3503
3344
  readonly isApprovals: boolean;
3504
3345
  readonly isSwaps: boolean;
3505
- readonly type: "Trading" | "Attributes" | "Approvals" | "Swaps";
3346
+ readonly type: 'Trading' | 'Attributes' | 'Approvals' | 'Swaps';
3506
3347
  }
3507
- /** @name PalletNftsError (399) */
3348
+ /** @name PalletNftsError (397) */
3508
3349
  interface PalletNftsError extends Enum {
3509
3350
  readonly isNoPermission: boolean;
3510
3351
  readonly isUnknownCollection: boolean;
@@ -3551,34 +3392,34 @@ declare module "@polkadot/types/lookup" {
3551
3392
  readonly isWrongNamespace: boolean;
3552
3393
  readonly isCollectionNotEmpty: boolean;
3553
3394
  readonly isWitnessRequired: boolean;
3554
- readonly type: "NoPermission" | "UnknownCollection" | "AlreadyExists" | "ApprovalExpired" | "WrongOwner" | "BadWitness" | "CollectionIdInUse" | "ItemsNonTransferable" | "NotDelegate" | "WrongDelegate" | "Unapproved" | "Unaccepted" | "ItemLocked" | "LockedItemAttributes" | "LockedCollectionAttributes" | "LockedItemMetadata" | "LockedCollectionMetadata" | "MaxSupplyReached" | "MaxSupplyLocked" | "MaxSupplyTooSmall" | "UnknownItem" | "UnknownSwap" | "MetadataNotFound" | "AttributeNotFound" | "NotForSale" | "BidTooLow" | "ReachedApprovalLimit" | "DeadlineExpired" | "WrongDuration" | "MethodDisabled" | "WrongSetting" | "InconsistentItemConfig" | "NoConfig" | "RolesNotCleared" | "MintNotStarted" | "MintEnded" | "AlreadyClaimed" | "IncorrectData" | "WrongOrigin" | "WrongSignature" | "IncorrectMetadata" | "MaxAttributesLimitReached" | "WrongNamespace" | "CollectionNotEmpty" | "WitnessRequired";
3395
+ readonly type: 'NoPermission' | 'UnknownCollection' | 'AlreadyExists' | 'ApprovalExpired' | 'WrongOwner' | 'BadWitness' | 'CollectionIdInUse' | 'ItemsNonTransferable' | 'NotDelegate' | 'WrongDelegate' | 'Unapproved' | 'Unaccepted' | 'ItemLocked' | 'LockedItemAttributes' | 'LockedCollectionAttributes' | 'LockedItemMetadata' | 'LockedCollectionMetadata' | 'MaxSupplyReached' | 'MaxSupplyLocked' | 'MaxSupplyTooSmall' | 'UnknownItem' | 'UnknownSwap' | 'MetadataNotFound' | 'AttributeNotFound' | 'NotForSale' | 'BidTooLow' | 'ReachedApprovalLimit' | 'DeadlineExpired' | 'WrongDuration' | 'MethodDisabled' | 'WrongSetting' | 'InconsistentItemConfig' | 'NoConfig' | 'RolesNotCleared' | 'MintNotStarted' | 'MintEnded' | 'AlreadyClaimed' | 'IncorrectData' | 'WrongOrigin' | 'WrongSignature' | 'IncorrectMetadata' | 'MaxAttributesLimitReached' | 'WrongNamespace' | 'CollectionNotEmpty' | 'WitnessRequired';
3555
3396
  }
3556
- /** @name FrameSystemExtensionsCheckNonZeroSender (402) */
3397
+ /** @name FrameSystemExtensionsCheckNonZeroSender (400) */
3557
3398
  type FrameSystemExtensionsCheckNonZeroSender = Null;
3558
- /** @name FrameSystemExtensionsCheckSpecVersion (403) */
3399
+ /** @name FrameSystemExtensionsCheckSpecVersion (401) */
3559
3400
  type FrameSystemExtensionsCheckSpecVersion = Null;
3560
- /** @name FrameSystemExtensionsCheckTxVersion (404) */
3401
+ /** @name FrameSystemExtensionsCheckTxVersion (402) */
3561
3402
  type FrameSystemExtensionsCheckTxVersion = Null;
3562
- /** @name FrameSystemExtensionsCheckGenesis (405) */
3403
+ /** @name FrameSystemExtensionsCheckGenesis (403) */
3563
3404
  type FrameSystemExtensionsCheckGenesis = Null;
3564
- /** @name FrameSystemExtensionsCheckNonce (408) */
3405
+ /** @name FrameSystemExtensionsCheckNonce (406) */
3565
3406
  interface FrameSystemExtensionsCheckNonce extends Compact<u32> {
3566
3407
  }
3567
- /** @name FrameSystemExtensionsCheckWeight (409) */
3408
+ /** @name FrameSystemExtensionsCheckWeight (407) */
3568
3409
  type FrameSystemExtensionsCheckWeight = Null;
3569
- /** @name PalletTransactionPaymentChargeTransactionPayment (410) */
3410
+ /** @name PalletTransactionPaymentChargeTransactionPayment (408) */
3570
3411
  interface PalletTransactionPaymentChargeTransactionPayment extends Compact<u128> {
3571
3412
  }
3572
- /** @name FrameMetadataHashExtensionCheckMetadataHash (411) */
3413
+ /** @name FrameMetadataHashExtensionCheckMetadataHash (409) */
3573
3414
  interface FrameMetadataHashExtensionCheckMetadataHash extends Struct {
3574
3415
  readonly mode: FrameMetadataHashExtensionMode;
3575
3416
  }
3576
- /** @name FrameMetadataHashExtensionMode (412) */
3417
+ /** @name FrameMetadataHashExtensionMode (410) */
3577
3418
  interface FrameMetadataHashExtensionMode extends Enum {
3578
3419
  readonly isDisabled: boolean;
3579
3420
  readonly isEnabled: boolean;
3580
- readonly type: "Disabled" | "Enabled";
3421
+ readonly type: 'Disabled' | 'Enabled';
3581
3422
  }
3582
- /** @name ShSolochainEvmRuntimeRuntime (414) */
3423
+ /** @name ShSolochainEvmRuntimeRuntime (412) */
3583
3424
  type ShSolochainEvmRuntimeRuntime = Null;
3584
3425
  }