@storagehub/api-augment 0.2.10 → 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 -2869
  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 -2107
  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 +8 -107
  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 -712
  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 +8 -107
  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 -582
  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 +5 -104
  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 -388
  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 -486
  76. package/src/solochain-evm/interfaces/augment-api-errors.ts +5 -104
  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 -338
  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 -436
  84. package/storagehub-api-augment-0.2.14.tgz +0 -0
@@ -1,9 +1,9 @@
1
- import "@polkadot/types/lookup";
2
- import type { BTreeMap, BTreeSet, Bytes, Compact, Enum, Null, Option, Result, Struct, Text, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from "@polkadot/types-codec";
3
- import type { ITuple } from "@polkadot/types-codec/types";
4
- import type { AccountId32, Call, H256, MultiAddress, 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, BTreeSet, Bytes, Compact, Enum, Null, Option, Result, Struct, Text, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';
3
+ import type { ITuple } from '@polkadot/types-codec/types';
4
+ import type { AccountId32, Call, H256, MultiAddress, 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 (20) */
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 (23) */
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 (25) */
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 (26) */
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 (27) */
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 (29) */
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 (30) */
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 (31) */
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 CumulusPalletParachainSystemEvent (32) */
182
182
  interface CumulusPalletParachainSystemEvent extends Enum {
@@ -199,7 +199,7 @@ declare module "@polkadot/types/lookup" {
199
199
  readonly asUpwardMessageSent: {
200
200
  readonly messageHash: Option<U8aFixed>;
201
201
  } & Struct;
202
- readonly type: "ValidationFunctionStored" | "ValidationFunctionApplied" | "ValidationFunctionDiscarded" | "DownwardMessagesReceived" | "DownwardMessagesProcessed" | "UpwardMessageSent";
202
+ readonly type: 'ValidationFunctionStored' | 'ValidationFunctionApplied' | 'ValidationFunctionDiscarded' | 'DownwardMessagesReceived' | 'DownwardMessagesProcessed' | 'UpwardMessageSent';
203
203
  }
204
204
  /** @name PalletBalancesEvent (34) */
205
205
  interface PalletBalancesEvent extends Enum {
@@ -313,13 +313,13 @@ declare module "@polkadot/types/lookup" {
313
313
  readonly old: u128;
314
314
  readonly new_: u128;
315
315
  } & Struct;
316
- readonly type: "Endowed" | "DustLost" | "Transfer" | "BalanceSet" | "Reserved" | "Unreserved" | "ReserveRepatriated" | "Deposit" | "Withdraw" | "Slashed" | "Minted" | "Burned" | "Suspended" | "Restored" | "Upgraded" | "Issued" | "Rescinded" | "Locked" | "Unlocked" | "Frozen" | "Thawed" | "TotalIssuanceForced";
316
+ readonly type: 'Endowed' | 'DustLost' | 'Transfer' | 'BalanceSet' | 'Reserved' | 'Unreserved' | 'ReserveRepatriated' | 'Deposit' | 'Withdraw' | 'Slashed' | 'Minted' | 'Burned' | 'Suspended' | 'Restored' | 'Upgraded' | 'Issued' | 'Rescinded' | 'Locked' | 'Unlocked' | 'Frozen' | 'Thawed' | 'TotalIssuanceForced';
317
317
  }
318
318
  /** @name FrameSupportTokensMiscBalanceStatus (35) */
319
319
  interface FrameSupportTokensMiscBalanceStatus extends Enum {
320
320
  readonly isFree: boolean;
321
321
  readonly isReserved: boolean;
322
- readonly type: "Free" | "Reserved";
322
+ readonly type: 'Free' | 'Reserved';
323
323
  }
324
324
  /** @name PalletTransactionPaymentEvent (36) */
325
325
  interface PalletTransactionPaymentEvent extends Enum {
@@ -329,7 +329,7 @@ declare module "@polkadot/types/lookup" {
329
329
  readonly actualFee: u128;
330
330
  readonly tip: u128;
331
331
  } & Struct;
332
- readonly type: "TransactionFeePaid";
332
+ readonly type: 'TransactionFeePaid';
333
333
  }
334
334
  /** @name PalletSudoEvent (37) */
335
335
  interface PalletSudoEvent extends Enum {
@@ -347,7 +347,7 @@ declare module "@polkadot/types/lookup" {
347
347
  readonly asSudoAsDone: {
348
348
  readonly sudoResult: Result<Null, SpRuntimeDispatchError>;
349
349
  } & Struct;
350
- readonly type: "Sudid" | "KeyChanged" | "KeyRemoved" | "SudoAsDone";
350
+ readonly type: 'Sudid' | 'KeyChanged' | 'KeyRemoved' | 'SudoAsDone';
351
351
  }
352
352
  /** @name PalletCollatorSelectionEvent (41) */
353
353
  interface PalletCollatorSelectionEvent extends Enum {
@@ -395,7 +395,7 @@ declare module "@polkadot/types/lookup" {
395
395
  readonly asInvalidInvulnerableSkipped: {
396
396
  readonly accountId: AccountId32;
397
397
  } & Struct;
398
- readonly type: "NewInvulnerables" | "InvulnerableAdded" | "InvulnerableRemoved" | "NewDesiredCandidates" | "NewCandidacyBond" | "CandidateAdded" | "CandidateBondUpdated" | "CandidateRemoved" | "CandidateReplaced" | "InvalidInvulnerableSkipped";
398
+ readonly type: 'NewInvulnerables' | 'InvulnerableAdded' | 'InvulnerableRemoved' | 'NewDesiredCandidates' | 'NewCandidacyBond' | 'CandidateAdded' | 'CandidateBondUpdated' | 'CandidateRemoved' | 'CandidateReplaced' | 'InvalidInvulnerableSkipped';
399
399
  }
400
400
  /** @name PalletSessionEvent (43) */
401
401
  interface PalletSessionEvent extends Enum {
@@ -403,7 +403,7 @@ declare module "@polkadot/types/lookup" {
403
403
  readonly asNewSession: {
404
404
  readonly sessionIndex: u32;
405
405
  } & Struct;
406
- readonly type: "NewSession";
406
+ readonly type: 'NewSession';
407
407
  }
408
408
  /** @name CumulusPalletXcmpQueueEvent (44) */
409
409
  interface CumulusPalletXcmpQueueEvent extends Enum {
@@ -411,7 +411,7 @@ declare module "@polkadot/types/lookup" {
411
411
  readonly asXcmpMessageSent: {
412
412
  readonly messageHash: U8aFixed;
413
413
  } & Struct;
414
- readonly type: "XcmpMessageSent";
414
+ readonly type: 'XcmpMessageSent';
415
415
  }
416
416
  /** @name PalletXcmEvent (45) */
417
417
  interface PalletXcmEvent extends Enum {
@@ -551,7 +551,7 @@ declare module "@polkadot/types/lookup" {
551
551
  readonly asVersionMigrationFinished: {
552
552
  readonly version: u32;
553
553
  } & Struct;
554
- readonly type: "Attempted" | "Sent" | "UnexpectedResponse" | "ResponseReady" | "Notified" | "NotifyOverweight" | "NotifyDispatchError" | "NotifyDecodeFailed" | "InvalidResponder" | "InvalidResponderVersion" | "ResponseTaken" | "AssetsTrapped" | "VersionChangeNotified" | "SupportedVersionChanged" | "NotifyTargetSendFail" | "NotifyTargetMigrationFail" | "InvalidQuerierVersion" | "InvalidQuerier" | "VersionNotifyStarted" | "VersionNotifyRequested" | "VersionNotifyUnrequested" | "FeesPaid" | "AssetsClaimed" | "VersionMigrationFinished";
554
+ readonly type: 'Attempted' | 'Sent' | 'UnexpectedResponse' | 'ResponseReady' | 'Notified' | 'NotifyOverweight' | 'NotifyDispatchError' | 'NotifyDecodeFailed' | 'InvalidResponder' | 'InvalidResponderVersion' | 'ResponseTaken' | 'AssetsTrapped' | 'VersionChangeNotified' | 'SupportedVersionChanged' | 'NotifyTargetSendFail' | 'NotifyTargetMigrationFail' | 'InvalidQuerierVersion' | 'InvalidQuerier' | 'VersionNotifyStarted' | 'VersionNotifyRequested' | 'VersionNotifyUnrequested' | 'FeesPaid' | 'AssetsClaimed' | 'VersionMigrationFinished';
555
555
  }
556
556
  /** @name StagingXcmV5TraitsOutcome (46) */
557
557
  interface StagingXcmV5TraitsOutcome extends Enum {
@@ -568,7 +568,7 @@ declare module "@polkadot/types/lookup" {
568
568
  readonly asError: {
569
569
  readonly error: XcmV5TraitsError;
570
570
  } & Struct;
571
- readonly type: "Complete" | "Incomplete" | "Error";
571
+ readonly type: 'Complete' | 'Incomplete' | 'Error';
572
572
  }
573
573
  /** @name XcmV5TraitsError (47) */
574
574
  interface XcmV5TraitsError extends Enum {
@@ -615,7 +615,7 @@ declare module "@polkadot/types/lookup" {
615
615
  readonly isBarrier: boolean;
616
616
  readonly isWeightNotComputable: boolean;
617
617
  readonly isExceedsStackLimit: boolean;
618
- readonly type: "Overflow" | "Unimplemented" | "UntrustedReserveLocation" | "UntrustedTeleportLocation" | "LocationFull" | "LocationNotInvertible" | "BadOrigin" | "InvalidLocation" | "AssetNotFound" | "FailedToTransactAsset" | "NotWithdrawable" | "LocationCannotHold" | "ExceedsMaxMessageSize" | "DestinationUnsupported" | "Transport" | "Unroutable" | "UnknownClaim" | "FailedToDecode" | "MaxWeightInvalid" | "NotHoldingFees" | "TooExpensive" | "Trap" | "ExpectationFalse" | "PalletNotFound" | "NameMismatch" | "VersionIncompatible" | "HoldingWouldOverflow" | "ExportError" | "ReanchorFailed" | "NoDeal" | "FeesNotMet" | "LockError" | "NoPermission" | "Unanchored" | "NotDepositable" | "TooManyAssets" | "UnhandledXcmVersion" | "WeightLimitReached" | "Barrier" | "WeightNotComputable" | "ExceedsStackLimit";
618
+ readonly type: 'Overflow' | 'Unimplemented' | 'UntrustedReserveLocation' | 'UntrustedTeleportLocation' | 'LocationFull' | 'LocationNotInvertible' | 'BadOrigin' | 'InvalidLocation' | 'AssetNotFound' | 'FailedToTransactAsset' | 'NotWithdrawable' | 'LocationCannotHold' | 'ExceedsMaxMessageSize' | 'DestinationUnsupported' | 'Transport' | 'Unroutable' | 'UnknownClaim' | 'FailedToDecode' | 'MaxWeightInvalid' | 'NotHoldingFees' | 'TooExpensive' | 'Trap' | 'ExpectationFalse' | 'PalletNotFound' | 'NameMismatch' | 'VersionIncompatible' | 'HoldingWouldOverflow' | 'ExportError' | 'ReanchorFailed' | 'NoDeal' | 'FeesNotMet' | 'LockError' | 'NoPermission' | 'Unanchored' | 'NotDepositable' | 'TooManyAssets' | 'UnhandledXcmVersion' | 'WeightLimitReached' | 'Barrier' | 'WeightNotComputable' | 'ExceedsStackLimit';
619
619
  }
620
620
  /** @name StagingXcmV5Location (48) */
621
621
  interface StagingXcmV5Location extends Struct {
@@ -641,7 +641,7 @@ declare module "@polkadot/types/lookup" {
641
641
  readonly asX7: Vec<StagingXcmV5Junction>;
642
642
  readonly isX8: boolean;
643
643
  readonly asX8: Vec<StagingXcmV5Junction>;
644
- readonly type: "Here" | "X1" | "X2" | "X3" | "X4" | "X5" | "X6" | "X7" | "X8";
644
+ readonly type: 'Here' | 'X1' | 'X2' | 'X3' | 'X4' | 'X5' | 'X6' | 'X7' | 'X8';
645
645
  }
646
646
  /** @name StagingXcmV5Junction (51) */
647
647
  interface StagingXcmV5Junction extends Enum {
@@ -679,7 +679,7 @@ declare module "@polkadot/types/lookup" {
679
679
  } & Struct;
680
680
  readonly isGlobalConsensus: boolean;
681
681
  readonly asGlobalConsensus: StagingXcmV5JunctionNetworkId;
682
- readonly type: "Parachain" | "AccountId32" | "AccountIndex64" | "AccountKey20" | "PalletInstance" | "GeneralIndex" | "GeneralKey" | "OnlyChild" | "Plurality" | "GlobalConsensus";
682
+ readonly type: 'Parachain' | 'AccountId32' | 'AccountIndex64' | 'AccountKey20' | 'PalletInstance' | 'GeneralIndex' | 'GeneralKey' | 'OnlyChild' | 'Plurality' | 'GlobalConsensus';
683
683
  }
684
684
  /** @name StagingXcmV5JunctionNetworkId (54) */
685
685
  interface StagingXcmV5JunctionNetworkId extends Enum {
@@ -699,7 +699,7 @@ declare module "@polkadot/types/lookup" {
699
699
  readonly isBitcoinCore: boolean;
700
700
  readonly isBitcoinCash: boolean;
701
701
  readonly isPolkadotBulletin: boolean;
702
- readonly type: "ByGenesis" | "ByFork" | "Polkadot" | "Kusama" | "Ethereum" | "BitcoinCore" | "BitcoinCash" | "PolkadotBulletin";
702
+ readonly type: 'ByGenesis' | 'ByFork' | 'Polkadot' | 'Kusama' | 'Ethereum' | 'BitcoinCore' | 'BitcoinCash' | 'PolkadotBulletin';
703
703
  }
704
704
  /** @name XcmV3JunctionBodyId (57) */
705
705
  interface XcmV3JunctionBodyId extends Enum {
@@ -715,7 +715,7 @@ declare module "@polkadot/types/lookup" {
715
715
  readonly isDefense: boolean;
716
716
  readonly isAdministration: boolean;
717
717
  readonly isTreasury: boolean;
718
- readonly type: "Unit" | "Moniker" | "Index" | "Executive" | "Technical" | "Legislative" | "Judicial" | "Defense" | "Administration" | "Treasury";
718
+ readonly type: 'Unit' | 'Moniker' | 'Index' | 'Executive' | 'Technical' | 'Legislative' | 'Judicial' | 'Defense' | 'Administration' | 'Treasury';
719
719
  }
720
720
  /** @name XcmV3JunctionBodyPart (58) */
721
721
  interface XcmV3JunctionBodyPart extends Enum {
@@ -739,7 +739,7 @@ declare module "@polkadot/types/lookup" {
739
739
  readonly nom: Compact<u32>;
740
740
  readonly denom: Compact<u32>;
741
741
  } & Struct;
742
- readonly type: "Voice" | "Members" | "Fraction" | "AtLeastProportion" | "MoreThanProportion";
742
+ readonly type: 'Voice' | 'Members' | 'Fraction' | 'AtLeastProportion' | 'MoreThanProportion';
743
743
  }
744
744
  /** @name StagingXcmV5Xcm (66) */
745
745
  interface StagingXcmV5Xcm extends Vec<StagingXcmV5Instruction> {
@@ -944,7 +944,7 @@ declare module "@polkadot/types/lookup" {
944
944
  readonly asSetHints: {
945
945
  readonly hints: Vec<StagingXcmV5Hint>;
946
946
  } & Struct;
947
- readonly type: "WithdrawAsset" | "ReserveAssetDeposited" | "ReceiveTeleportedAsset" | "QueryResponse" | "TransferAsset" | "TransferReserveAsset" | "Transact" | "HrmpNewChannelOpenRequest" | "HrmpChannelAccepted" | "HrmpChannelClosing" | "ClearOrigin" | "DescendOrigin" | "ReportError" | "DepositAsset" | "DepositReserveAsset" | "ExchangeAsset" | "InitiateReserveWithdraw" | "InitiateTeleport" | "ReportHolding" | "BuyExecution" | "RefundSurplus" | "SetErrorHandler" | "SetAppendix" | "ClearError" | "ClaimAsset" | "Trap" | "SubscribeVersion" | "UnsubscribeVersion" | "BurnAsset" | "ExpectAsset" | "ExpectOrigin" | "ExpectError" | "ExpectTransactStatus" | "QueryPallet" | "ExpectPallet" | "ReportTransactStatus" | "ClearTransactStatus" | "UniversalOrigin" | "ExportMessage" | "LockAsset" | "UnlockAsset" | "NoteUnlockable" | "RequestUnlock" | "SetFeesMode" | "SetTopic" | "ClearTopic" | "AliasOrigin" | "UnpaidExecution" | "PayFees" | "InitiateTransfer" | "ExecuteWithOrigin" | "SetHints";
947
+ readonly type: 'WithdrawAsset' | 'ReserveAssetDeposited' | 'ReceiveTeleportedAsset' | 'QueryResponse' | 'TransferAsset' | 'TransferReserveAsset' | 'Transact' | 'HrmpNewChannelOpenRequest' | 'HrmpChannelAccepted' | 'HrmpChannelClosing' | 'ClearOrigin' | 'DescendOrigin' | 'ReportError' | 'DepositAsset' | 'DepositReserveAsset' | 'ExchangeAsset' | 'InitiateReserveWithdraw' | 'InitiateTeleport' | 'ReportHolding' | 'BuyExecution' | 'RefundSurplus' | 'SetErrorHandler' | 'SetAppendix' | 'ClearError' | 'ClaimAsset' | 'Trap' | 'SubscribeVersion' | 'UnsubscribeVersion' | 'BurnAsset' | 'ExpectAsset' | 'ExpectOrigin' | 'ExpectError' | 'ExpectTransactStatus' | 'QueryPallet' | 'ExpectPallet' | 'ReportTransactStatus' | 'ClearTransactStatus' | 'UniversalOrigin' | 'ExportMessage' | 'LockAsset' | 'UnlockAsset' | 'NoteUnlockable' | 'RequestUnlock' | 'SetFeesMode' | 'SetTopic' | 'ClearTopic' | 'AliasOrigin' | 'UnpaidExecution' | 'PayFees' | 'InitiateTransfer' | 'ExecuteWithOrigin' | 'SetHints';
948
948
  }
949
949
  /** @name StagingXcmV5AssetAssets (69) */
950
950
  interface StagingXcmV5AssetAssets extends Vec<StagingXcmV5Asset> {
@@ -963,7 +963,7 @@ declare module "@polkadot/types/lookup" {
963
963
  readonly asFungible: Compact<u128>;
964
964
  readonly isNonFungible: boolean;
965
965
  readonly asNonFungible: StagingXcmV5AssetAssetInstance;
966
- readonly type: "Fungible" | "NonFungible";
966
+ readonly type: 'Fungible' | 'NonFungible';
967
967
  }
968
968
  /** @name StagingXcmV5AssetAssetInstance (74) */
969
969
  interface StagingXcmV5AssetAssetInstance extends Enum {
@@ -978,7 +978,7 @@ declare module "@polkadot/types/lookup" {
978
978
  readonly asArray16: U8aFixed;
979
979
  readonly isArray32: boolean;
980
980
  readonly asArray32: U8aFixed;
981
- readonly type: "Undefined" | "Index" | "Array4" | "Array8" | "Array16" | "Array32";
981
+ readonly type: 'Undefined' | 'Index' | 'Array4' | 'Array8' | 'Array16' | 'Array32';
982
982
  }
983
983
  /** @name StagingXcmV5Response (77) */
984
984
  interface StagingXcmV5Response extends Enum {
@@ -993,7 +993,7 @@ declare module "@polkadot/types/lookup" {
993
993
  readonly asPalletsInfo: Vec<StagingXcmV5PalletInfo>;
994
994
  readonly isDispatchResult: boolean;
995
995
  readonly asDispatchResult: XcmV3MaybeErrorCode;
996
- readonly type: "Null" | "Assets" | "ExecutionResult" | "Version" | "PalletsInfo" | "DispatchResult";
996
+ readonly type: 'Null' | 'Assets' | 'ExecutionResult' | 'Version' | 'PalletsInfo' | 'DispatchResult';
997
997
  }
998
998
  /** @name StagingXcmV5PalletInfo (81) */
999
999
  interface StagingXcmV5PalletInfo extends Struct {
@@ -1011,7 +1011,7 @@ declare module "@polkadot/types/lookup" {
1011
1011
  readonly asError: Bytes;
1012
1012
  readonly isTruncatedError: boolean;
1013
1013
  readonly asTruncatedError: Bytes;
1014
- readonly type: "Success" | "Error" | "TruncatedError";
1014
+ readonly type: 'Success' | 'Error' | 'TruncatedError';
1015
1015
  }
1016
1016
  /** @name XcmV3OriginKind (87) */
1017
1017
  interface XcmV3OriginKind extends Enum {
@@ -1019,7 +1019,7 @@ declare module "@polkadot/types/lookup" {
1019
1019
  readonly isSovereignAccount: boolean;
1020
1020
  readonly isSuperuser: boolean;
1021
1021
  readonly isXcm: boolean;
1022
- readonly type: "Native" | "SovereignAccount" | "Superuser" | "Xcm";
1022
+ readonly type: 'Native' | 'SovereignAccount' | 'Superuser' | 'Xcm';
1023
1023
  }
1024
1024
  /** @name XcmDoubleEncoded (89) */
1025
1025
  interface XcmDoubleEncoded extends Struct {
@@ -1037,7 +1037,7 @@ declare module "@polkadot/types/lookup" {
1037
1037
  readonly asDefinite: StagingXcmV5AssetAssets;
1038
1038
  readonly isWild: boolean;
1039
1039
  readonly asWild: StagingXcmV5AssetWildAsset;
1040
- readonly type: "Definite" | "Wild";
1040
+ readonly type: 'Definite' | 'Wild';
1041
1041
  }
1042
1042
  /** @name StagingXcmV5AssetWildAsset (92) */
1043
1043
  interface StagingXcmV5AssetWildAsset extends Enum {
@@ -1055,20 +1055,20 @@ declare module "@polkadot/types/lookup" {
1055
1055
  readonly fun: StagingXcmV5AssetWildFungibility;
1056
1056
  readonly count: Compact<u32>;
1057
1057
  } & Struct;
1058
- readonly type: "All" | "AllOf" | "AllCounted" | "AllOfCounted";
1058
+ readonly type: 'All' | 'AllOf' | 'AllCounted' | 'AllOfCounted';
1059
1059
  }
1060
1060
  /** @name StagingXcmV5AssetWildFungibility (93) */
1061
1061
  interface StagingXcmV5AssetWildFungibility extends Enum {
1062
1062
  readonly isFungible: boolean;
1063
1063
  readonly isNonFungible: boolean;
1064
- readonly type: "Fungible" | "NonFungible";
1064
+ readonly type: 'Fungible' | 'NonFungible';
1065
1065
  }
1066
1066
  /** @name XcmV3WeightLimit (94) */
1067
1067
  interface XcmV3WeightLimit extends Enum {
1068
1068
  readonly isUnlimited: boolean;
1069
1069
  readonly isLimited: boolean;
1070
1070
  readonly asLimited: SpWeightsWeightV2Weight;
1071
- readonly type: "Unlimited" | "Limited";
1071
+ readonly type: 'Unlimited' | 'Limited';
1072
1072
  }
1073
1073
  /** @name StagingXcmV5AssetAssetTransferFilter (96) */
1074
1074
  interface StagingXcmV5AssetAssetTransferFilter extends Enum {
@@ -1078,7 +1078,7 @@ declare module "@polkadot/types/lookup" {
1078
1078
  readonly asReserveDeposit: StagingXcmV5AssetAssetFilter;
1079
1079
  readonly isReserveWithdraw: boolean;
1080
1080
  readonly asReserveWithdraw: StagingXcmV5AssetAssetFilter;
1081
- readonly type: "Teleport" | "ReserveDeposit" | "ReserveWithdraw";
1081
+ readonly type: 'Teleport' | 'ReserveDeposit' | 'ReserveWithdraw';
1082
1082
  }
1083
1083
  /** @name StagingXcmV5Hint (101) */
1084
1084
  interface StagingXcmV5Hint extends Enum {
@@ -1086,7 +1086,7 @@ declare module "@polkadot/types/lookup" {
1086
1086
  readonly asAssetClaimer: {
1087
1087
  readonly location: StagingXcmV5Location;
1088
1088
  } & Struct;
1089
- readonly type: "AssetClaimer";
1089
+ readonly type: 'AssetClaimer';
1090
1090
  }
1091
1091
  /** @name XcmVersionedAssets (103) */
1092
1092
  interface XcmVersionedAssets extends Enum {
@@ -1096,7 +1096,7 @@ declare module "@polkadot/types/lookup" {
1096
1096
  readonly asV4: StagingXcmV4AssetAssets;
1097
1097
  readonly isV5: boolean;
1098
1098
  readonly asV5: StagingXcmV5AssetAssets;
1099
- readonly type: "V3" | "V4" | "V5";
1099
+ readonly type: 'V3' | 'V4' | 'V5';
1100
1100
  }
1101
1101
  /** @name XcmV3MultiassetMultiAssets (104) */
1102
1102
  interface XcmV3MultiassetMultiAssets extends Vec<XcmV3MultiAsset> {
@@ -1112,7 +1112,7 @@ declare module "@polkadot/types/lookup" {
1112
1112
  readonly asConcrete: StagingXcmV3MultiLocation;
1113
1113
  readonly isAbstract: boolean;
1114
1114
  readonly asAbstract: U8aFixed;
1115
- readonly type: "Concrete" | "Abstract";
1115
+ readonly type: 'Concrete' | 'Abstract';
1116
1116
  }
1117
1117
  /** @name StagingXcmV3MultiLocation (108) */
1118
1118
  interface StagingXcmV3MultiLocation extends Struct {
@@ -1131,44 +1131,14 @@ declare module "@polkadot/types/lookup" {
1131
1131
  readonly isX4: boolean;
1132
1132
  readonly asX4: ITuple<[XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction]>;
1133
1133
  readonly isX5: boolean;
1134
- readonly asX5: ITuple<[
1135
- XcmV3Junction,
1136
- XcmV3Junction,
1137
- XcmV3Junction,
1138
- XcmV3Junction,
1139
- XcmV3Junction
1140
- ]>;
1134
+ readonly asX5: ITuple<[XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction]>;
1141
1135
  readonly isX6: boolean;
1142
- readonly asX6: ITuple<[
1143
- XcmV3Junction,
1144
- XcmV3Junction,
1145
- XcmV3Junction,
1146
- XcmV3Junction,
1147
- XcmV3Junction,
1148
- XcmV3Junction
1149
- ]>;
1136
+ readonly asX6: ITuple<[XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction]>;
1150
1137
  readonly isX7: boolean;
1151
- readonly asX7: ITuple<[
1152
- XcmV3Junction,
1153
- XcmV3Junction,
1154
- XcmV3Junction,
1155
- XcmV3Junction,
1156
- XcmV3Junction,
1157
- XcmV3Junction,
1158
- XcmV3Junction
1159
- ]>;
1138
+ readonly asX7: ITuple<[XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction]>;
1160
1139
  readonly isX8: boolean;
1161
- readonly asX8: ITuple<[
1162
- XcmV3Junction,
1163
- XcmV3Junction,
1164
- XcmV3Junction,
1165
- XcmV3Junction,
1166
- XcmV3Junction,
1167
- XcmV3Junction,
1168
- XcmV3Junction,
1169
- XcmV3Junction
1170
- ]>;
1171
- readonly type: "Here" | "X1" | "X2" | "X3" | "X4" | "X5" | "X6" | "X7" | "X8";
1140
+ readonly asX8: ITuple<[XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction]>;
1141
+ readonly type: 'Here' | 'X1' | 'X2' | 'X3' | 'X4' | 'X5' | 'X6' | 'X7' | 'X8';
1172
1142
  }
1173
1143
  /** @name XcmV3Junction (110) */
1174
1144
  interface XcmV3Junction extends Enum {
@@ -1206,7 +1176,7 @@ declare module "@polkadot/types/lookup" {
1206
1176
  } & Struct;
1207
1177
  readonly isGlobalConsensus: boolean;
1208
1178
  readonly asGlobalConsensus: XcmV3JunctionNetworkId;
1209
- readonly type: "Parachain" | "AccountId32" | "AccountIndex64" | "AccountKey20" | "PalletInstance" | "GeneralIndex" | "GeneralKey" | "OnlyChild" | "Plurality" | "GlobalConsensus";
1179
+ readonly type: 'Parachain' | 'AccountId32' | 'AccountIndex64' | 'AccountKey20' | 'PalletInstance' | 'GeneralIndex' | 'GeneralKey' | 'OnlyChild' | 'Plurality' | 'GlobalConsensus';
1210
1180
  }
1211
1181
  /** @name XcmV3JunctionNetworkId (112) */
1212
1182
  interface XcmV3JunctionNetworkId extends Enum {
@@ -1229,7 +1199,7 @@ declare module "@polkadot/types/lookup" {
1229
1199
  readonly isBitcoinCore: boolean;
1230
1200
  readonly isBitcoinCash: boolean;
1231
1201
  readonly isPolkadotBulletin: boolean;
1232
- readonly type: "ByGenesis" | "ByFork" | "Polkadot" | "Kusama" | "Westend" | "Rococo" | "Wococo" | "Ethereum" | "BitcoinCore" | "BitcoinCash" | "PolkadotBulletin";
1202
+ readonly type: 'ByGenesis' | 'ByFork' | 'Polkadot' | 'Kusama' | 'Westend' | 'Rococo' | 'Wococo' | 'Ethereum' | 'BitcoinCore' | 'BitcoinCash' | 'PolkadotBulletin';
1233
1203
  }
1234
1204
  /** @name XcmV3MultiassetFungibility (113) */
1235
1205
  interface XcmV3MultiassetFungibility extends Enum {
@@ -1237,7 +1207,7 @@ declare module "@polkadot/types/lookup" {
1237
1207
  readonly asFungible: Compact<u128>;
1238
1208
  readonly isNonFungible: boolean;
1239
1209
  readonly asNonFungible: XcmV3MultiassetAssetInstance;
1240
- readonly type: "Fungible" | "NonFungible";
1210
+ readonly type: 'Fungible' | 'NonFungible';
1241
1211
  }
1242
1212
  /** @name XcmV3MultiassetAssetInstance (114) */
1243
1213
  interface XcmV3MultiassetAssetInstance extends Enum {
@@ -1252,7 +1222,7 @@ declare module "@polkadot/types/lookup" {
1252
1222
  readonly asArray16: U8aFixed;
1253
1223
  readonly isArray32: boolean;
1254
1224
  readonly asArray32: U8aFixed;
1255
- readonly type: "Undefined" | "Index" | "Array4" | "Array8" | "Array16" | "Array32";
1225
+ readonly type: 'Undefined' | 'Index' | 'Array4' | 'Array8' | 'Array16' | 'Array32';
1256
1226
  }
1257
1227
  /** @name StagingXcmV4AssetAssets (115) */
1258
1228
  interface StagingXcmV4AssetAssets extends Vec<StagingXcmV4Asset> {
@@ -1289,7 +1259,7 @@ declare module "@polkadot/types/lookup" {
1289
1259
  readonly asX7: StagingXcmV4Junction;
1290
1260
  readonly isX8: boolean;
1291
1261
  readonly asX8: StagingXcmV4Junction;
1292
- readonly type: "Here" | "X1" | "X2" | "X3" | "X4" | "X5" | "X6" | "X7" | "X8";
1262
+ readonly type: 'Here' | 'X1' | 'X2' | 'X3' | 'X4' | 'X5' | 'X6' | 'X7' | 'X8';
1293
1263
  }
1294
1264
  /** @name StagingXcmV4Junction (122) */
1295
1265
  interface StagingXcmV4Junction extends Enum {
@@ -1327,7 +1297,7 @@ declare module "@polkadot/types/lookup" {
1327
1297
  } & Struct;
1328
1298
  readonly isGlobalConsensus: boolean;
1329
1299
  readonly asGlobalConsensus: StagingXcmV4JunctionNetworkId;
1330
- readonly type: "Parachain" | "AccountId32" | "AccountIndex64" | "AccountKey20" | "PalletInstance" | "GeneralIndex" | "GeneralKey" | "OnlyChild" | "Plurality" | "GlobalConsensus";
1300
+ readonly type: 'Parachain' | 'AccountId32' | 'AccountIndex64' | 'AccountKey20' | 'PalletInstance' | 'GeneralIndex' | 'GeneralKey' | 'OnlyChild' | 'Plurality' | 'GlobalConsensus';
1331
1301
  }
1332
1302
  /** @name StagingXcmV4JunctionNetworkId (124) */
1333
1303
  interface StagingXcmV4JunctionNetworkId extends Enum {
@@ -1350,7 +1320,7 @@ declare module "@polkadot/types/lookup" {
1350
1320
  readonly isBitcoinCore: boolean;
1351
1321
  readonly isBitcoinCash: boolean;
1352
1322
  readonly isPolkadotBulletin: boolean;
1353
- readonly type: "ByGenesis" | "ByFork" | "Polkadot" | "Kusama" | "Westend" | "Rococo" | "Wococo" | "Ethereum" | "BitcoinCore" | "BitcoinCash" | "PolkadotBulletin";
1323
+ readonly type: 'ByGenesis' | 'ByFork' | 'Polkadot' | 'Kusama' | 'Westend' | 'Rococo' | 'Wococo' | 'Ethereum' | 'BitcoinCore' | 'BitcoinCash' | 'PolkadotBulletin';
1354
1324
  }
1355
1325
  /** @name StagingXcmV4AssetFungibility (132) */
1356
1326
  interface StagingXcmV4AssetFungibility extends Enum {
@@ -1358,7 +1328,7 @@ declare module "@polkadot/types/lookup" {
1358
1328
  readonly asFungible: Compact<u128>;
1359
1329
  readonly isNonFungible: boolean;
1360
1330
  readonly asNonFungible: StagingXcmV4AssetAssetInstance;
1361
- readonly type: "Fungible" | "NonFungible";
1331
+ readonly type: 'Fungible' | 'NonFungible';
1362
1332
  }
1363
1333
  /** @name StagingXcmV4AssetAssetInstance (133) */
1364
1334
  interface StagingXcmV4AssetAssetInstance extends Enum {
@@ -1373,7 +1343,7 @@ declare module "@polkadot/types/lookup" {
1373
1343
  readonly asArray16: U8aFixed;
1374
1344
  readonly isArray32: boolean;
1375
1345
  readonly asArray32: U8aFixed;
1376
- readonly type: "Undefined" | "Index" | "Array4" | "Array8" | "Array16" | "Array32";
1346
+ readonly type: 'Undefined' | 'Index' | 'Array4' | 'Array8' | 'Array16' | 'Array32';
1377
1347
  }
1378
1348
  /** @name XcmVersionedLocation (134) */
1379
1349
  interface XcmVersionedLocation extends Enum {
@@ -1383,7 +1353,7 @@ declare module "@polkadot/types/lookup" {
1383
1353
  readonly asV4: StagingXcmV4Location;
1384
1354
  readonly isV5: boolean;
1385
1355
  readonly asV5: StagingXcmV5Location;
1386
- readonly type: "V3" | "V4" | "V5";
1356
+ readonly type: 'V3' | 'V4' | 'V5';
1387
1357
  }
1388
1358
  /** @name CumulusPalletXcmEvent (135) */
1389
1359
  interface CumulusPalletXcmEvent extends Enum {
@@ -1393,7 +1363,7 @@ declare module "@polkadot/types/lookup" {
1393
1363
  readonly asUnsupportedVersion: U8aFixed;
1394
1364
  readonly isExecutedDownward: boolean;
1395
1365
  readonly asExecutedDownward: ITuple<[U8aFixed, StagingXcmV5TraitsOutcome]>;
1396
- readonly type: "InvalidFormat" | "UnsupportedVersion" | "ExecutedDownward";
1366
+ readonly type: 'InvalidFormat' | 'UnsupportedVersion' | 'ExecutedDownward';
1397
1367
  }
1398
1368
  /** @name PalletMessageQueueEvent (136) */
1399
1369
  interface PalletMessageQueueEvent extends Enum {
@@ -1422,7 +1392,7 @@ declare module "@polkadot/types/lookup" {
1422
1392
  readonly origin: CumulusPrimitivesCoreAggregateMessageOrigin;
1423
1393
  readonly index: u32;
1424
1394
  } & Struct;
1425
- readonly type: "ProcessingFailed" | "Processed" | "OverweightEnqueued" | "PageReaped";
1395
+ readonly type: 'ProcessingFailed' | 'Processed' | 'OverweightEnqueued' | 'PageReaped';
1426
1396
  }
1427
1397
  /** @name CumulusPrimitivesCoreAggregateMessageOrigin (137) */
1428
1398
  interface CumulusPrimitivesCoreAggregateMessageOrigin extends Enum {
@@ -1430,7 +1400,7 @@ declare module "@polkadot/types/lookup" {
1430
1400
  readonly isParent: boolean;
1431
1401
  readonly isSibling: boolean;
1432
1402
  readonly asSibling: u32;
1433
- readonly type: "Here" | "Parent" | "Sibling";
1403
+ readonly type: 'Here' | 'Parent' | 'Sibling';
1434
1404
  }
1435
1405
  /** @name FrameSupportMessagesProcessMessageError (139) */
1436
1406
  interface FrameSupportMessagesProcessMessageError extends Enum {
@@ -1441,7 +1411,7 @@ declare module "@polkadot/types/lookup" {
1441
1411
  readonly asOverweight: SpWeightsWeightV2Weight;
1442
1412
  readonly isYield: boolean;
1443
1413
  readonly isStackLimitReached: boolean;
1444
- readonly type: "BadFormat" | "Corrupt" | "Unsupported" | "Overweight" | "Yield" | "StackLimitReached";
1414
+ readonly type: 'BadFormat' | 'Corrupt' | 'Unsupported' | 'Overweight' | 'Yield' | 'StackLimitReached';
1445
1415
  }
1446
1416
  /** @name PalletStorageProvidersEvent (140) */
1447
1417
  interface PalletStorageProvidersEvent extends Enum {
@@ -1574,7 +1544,7 @@ declare module "@polkadot/types/lookup" {
1574
1544
  readonly asBspDeleted: {
1575
1545
  readonly providerId: H256;
1576
1546
  } & Struct;
1577
- 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";
1547
+ 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';
1578
1548
  }
1579
1549
  /** @name PalletStorageProvidersValuePropositionWithId (144) */
1580
1550
  interface PalletStorageProvidersValuePropositionWithId extends Struct {
@@ -1594,7 +1564,7 @@ declare module "@polkadot/types/lookup" {
1594
1564
  readonly asBackupStorageProvider: H256;
1595
1565
  readonly isMainStorageProvider: boolean;
1596
1566
  readonly asMainStorageProvider: H256;
1597
- readonly type: "BackupStorageProvider" | "MainStorageProvider";
1567
+ readonly type: 'BackupStorageProvider' | 'MainStorageProvider';
1598
1568
  }
1599
1569
  /** @name PalletStorageProvidersTopUpMetadata (148) */
1600
1570
  interface PalletStorageProvidersTopUpMetadata extends Struct {
@@ -1620,13 +1590,6 @@ declare module "@polkadot/types/lookup" {
1620
1590
  readonly bucketId: H256;
1621
1591
  readonly maybeCollectionId: Option<u32>;
1622
1592
  } & Struct;
1623
- readonly isMoveBucketRequested: boolean;
1624
- readonly asMoveBucketRequested: {
1625
- readonly who: AccountId32;
1626
- readonly bucketId: H256;
1627
- readonly newMspId: H256;
1628
- readonly newValuePropId: H256;
1629
- } & Struct;
1630
1593
  readonly isBucketPrivacyUpdated: boolean;
1631
1594
  readonly asBucketPrivacyUpdated: {
1632
1595
  readonly who: AccountId32;
@@ -1640,6 +1603,30 @@ declare module "@polkadot/types/lookup" {
1640
1603
  readonly bucketId: H256;
1641
1604
  readonly collectionId: u32;
1642
1605
  } & Struct;
1606
+ readonly isMoveBucketRequested: boolean;
1607
+ readonly asMoveBucketRequested: {
1608
+ readonly who: AccountId32;
1609
+ readonly bucketId: H256;
1610
+ readonly newMspId: H256;
1611
+ readonly newValuePropId: H256;
1612
+ } & Struct;
1613
+ readonly isMoveBucketRequestExpired: boolean;
1614
+ readonly asMoveBucketRequestExpired: {
1615
+ readonly bucketId: H256;
1616
+ } & Struct;
1617
+ readonly isMoveBucketAccepted: boolean;
1618
+ readonly asMoveBucketAccepted: {
1619
+ readonly bucketId: H256;
1620
+ readonly oldMspId: Option<H256>;
1621
+ readonly newMspId: H256;
1622
+ readonly valuePropId: H256;
1623
+ } & Struct;
1624
+ readonly isMoveBucketRejected: boolean;
1625
+ readonly asMoveBucketRejected: {
1626
+ readonly bucketId: H256;
1627
+ readonly oldMspId: Option<H256>;
1628
+ readonly newMspId: H256;
1629
+ } & Struct;
1643
1630
  readonly isNewStorageRequest: boolean;
1644
1631
  readonly asNewStorageRequest: {
1645
1632
  readonly who: AccountId32;
@@ -1656,24 +1643,6 @@ declare module "@polkadot/types/lookup" {
1656
1643
  readonly fileKey: H256;
1657
1644
  readonly fileMetadata: ShpFileMetadataFileMetadata;
1658
1645
  } & Struct;
1659
- readonly isAcceptedBspVolunteer: boolean;
1660
- readonly asAcceptedBspVolunteer: {
1661
- readonly bspId: H256;
1662
- readonly bucketId: H256;
1663
- readonly location: Bytes;
1664
- readonly fingerprint: H256;
1665
- readonly multiaddresses: Vec<Bytes>;
1666
- readonly owner: AccountId32;
1667
- readonly size_: u64;
1668
- } & Struct;
1669
- readonly isBspConfirmedStoring: boolean;
1670
- readonly asBspConfirmedStoring: {
1671
- readonly who: AccountId32;
1672
- readonly bspId: H256;
1673
- readonly confirmedFileKeys: Vec<ITuple<[H256, ShpFileMetadataFileMetadata]>>;
1674
- readonly skippedFileKeys: Vec<H256>;
1675
- readonly newRoot: H256;
1676
- } & Struct;
1677
1646
  readonly isStorageRequestFulfilled: boolean;
1678
1647
  readonly asStorageRequestFulfilled: {
1679
1648
  readonly fileKey: H256;
@@ -1693,6 +1662,37 @@ declare module "@polkadot/types/lookup" {
1693
1662
  readonly bucketId: H256;
1694
1663
  readonly reason: PalletFileSystemRejectedStorageRequestReason;
1695
1664
  } & Struct;
1665
+ readonly isIncompleteStorageRequest: boolean;
1666
+ readonly asIncompleteStorageRequest: {
1667
+ readonly fileKey: H256;
1668
+ } & Struct;
1669
+ readonly isIncompleteStorageRequestCleanedUp: boolean;
1670
+ readonly asIncompleteStorageRequestCleanedUp: {
1671
+ readonly fileKey: H256;
1672
+ } & Struct;
1673
+ readonly isAcceptedBspVolunteer: boolean;
1674
+ readonly asAcceptedBspVolunteer: {
1675
+ readonly bspId: H256;
1676
+ readonly bucketId: H256;
1677
+ readonly location: Bytes;
1678
+ readonly fingerprint: H256;
1679
+ readonly multiaddresses: Vec<Bytes>;
1680
+ readonly owner: AccountId32;
1681
+ readonly size_: u64;
1682
+ } & Struct;
1683
+ readonly isBspConfirmedStoring: boolean;
1684
+ readonly asBspConfirmedStoring: {
1685
+ readonly who: AccountId32;
1686
+ readonly bspId: H256;
1687
+ readonly confirmedFileKeys: Vec<ITuple<[H256, ShpFileMetadataFileMetadata]>>;
1688
+ readonly skippedFileKeys: Vec<H256>;
1689
+ readonly newRoot: H256;
1690
+ } & Struct;
1691
+ readonly isBspChallengeCycleInitialised: boolean;
1692
+ readonly asBspChallengeCycleInitialised: {
1693
+ readonly who: AccountId32;
1694
+ readonly bspId: H256;
1695
+ } & Struct;
1696
1696
  readonly isBspRequestedToStopStoring: boolean;
1697
1697
  readonly asBspRequestedToStopStoring: {
1698
1698
  readonly bspId: H256;
@@ -1706,10 +1706,11 @@ declare module "@polkadot/types/lookup" {
1706
1706
  readonly fileKey: H256;
1707
1707
  readonly newRoot: H256;
1708
1708
  } & Struct;
1709
- readonly isPriorityChallengeForFileDeletionQueued: boolean;
1710
- readonly asPriorityChallengeForFileDeletionQueued: {
1711
- readonly issuer: PalletFileSystemEitherAccountIdOrMspId;
1712
- readonly fileKey: H256;
1709
+ readonly isMspStoppedStoringBucket: boolean;
1710
+ readonly asMspStoppedStoringBucket: {
1711
+ readonly mspId: H256;
1712
+ readonly owner: AccountId32;
1713
+ readonly bucketId: H256;
1713
1714
  } & Struct;
1714
1715
  readonly isSpStopStoringInsolventUser: boolean;
1715
1716
  readonly asSpStopStoringInsolventUser: {
@@ -1725,89 +1726,6 @@ declare module "@polkadot/types/lookup" {
1725
1726
  readonly owner: AccountId32;
1726
1727
  readonly bucketId: H256;
1727
1728
  } & Struct;
1728
- readonly isFailedToQueuePriorityChallenge: boolean;
1729
- readonly asFailedToQueuePriorityChallenge: {
1730
- readonly fileKey: H256;
1731
- readonly error: SpRuntimeDispatchError;
1732
- } & Struct;
1733
- readonly isFileDeletionRequest: boolean;
1734
- readonly asFileDeletionRequest: {
1735
- readonly user: AccountId32;
1736
- readonly fileKey: H256;
1737
- readonly fileSize: u64;
1738
- readonly bucketId: H256;
1739
- readonly mspId: H256;
1740
- readonly proofOfInclusion: bool;
1741
- } & Struct;
1742
- readonly isProofSubmittedForPendingFileDeletionRequest: boolean;
1743
- readonly asProofSubmittedForPendingFileDeletionRequest: {
1744
- readonly user: AccountId32;
1745
- readonly fileKey: H256;
1746
- readonly fileSize: u64;
1747
- readonly bucketId: H256;
1748
- readonly mspId: H256;
1749
- readonly proofOfInclusion: bool;
1750
- } & Struct;
1751
- readonly isBspChallengeCycleInitialised: boolean;
1752
- readonly asBspChallengeCycleInitialised: {
1753
- readonly who: AccountId32;
1754
- readonly bspId: H256;
1755
- } & Struct;
1756
- readonly isMoveBucketRequestExpired: boolean;
1757
- readonly asMoveBucketRequestExpired: {
1758
- readonly bucketId: H256;
1759
- } & Struct;
1760
- readonly isMoveBucketAccepted: boolean;
1761
- readonly asMoveBucketAccepted: {
1762
- readonly bucketId: H256;
1763
- readonly oldMspId: Option<H256>;
1764
- readonly newMspId: H256;
1765
- readonly valuePropId: H256;
1766
- } & Struct;
1767
- readonly isMoveBucketRejected: boolean;
1768
- readonly asMoveBucketRejected: {
1769
- readonly bucketId: H256;
1770
- readonly oldMspId: Option<H256>;
1771
- readonly newMspId: H256;
1772
- } & Struct;
1773
- readonly isMspStoppedStoringBucket: boolean;
1774
- readonly asMspStoppedStoringBucket: {
1775
- readonly mspId: H256;
1776
- readonly owner: AccountId32;
1777
- readonly bucketId: H256;
1778
- } & Struct;
1779
- readonly isFailedToGetMspOfBucket: boolean;
1780
- readonly asFailedToGetMspOfBucket: {
1781
- readonly bucketId: H256;
1782
- readonly error: SpRuntimeDispatchError;
1783
- } & Struct;
1784
- readonly isFailedToDecreaseMspUsedCapacity: boolean;
1785
- readonly asFailedToDecreaseMspUsedCapacity: {
1786
- readonly user: AccountId32;
1787
- readonly mspId: H256;
1788
- readonly fileKey: H256;
1789
- readonly fileSize: u64;
1790
- readonly error: SpRuntimeDispatchError;
1791
- } & Struct;
1792
- readonly isUsedCapacityShouldBeZero: boolean;
1793
- readonly asUsedCapacityShouldBeZero: {
1794
- readonly actualUsedCapacity: u64;
1795
- } & Struct;
1796
- readonly isFailedToReleaseStorageRequestCreationDeposit: boolean;
1797
- readonly asFailedToReleaseStorageRequestCreationDeposit: {
1798
- readonly fileKey: H256;
1799
- readonly owner: AccountId32;
1800
- readonly amountToReturn: u128;
1801
- readonly error: SpRuntimeDispatchError;
1802
- } & Struct;
1803
- readonly isFailedToTransferDepositFundsToBsp: boolean;
1804
- readonly asFailedToTransferDepositFundsToBsp: {
1805
- readonly fileKey: H256;
1806
- readonly owner: AccountId32;
1807
- readonly bspId: H256;
1808
- readonly amountToTransfer: u128;
1809
- readonly error: SpRuntimeDispatchError;
1810
- } & Struct;
1811
1729
  readonly isFileDeletionRequested: boolean;
1812
1730
  readonly asFileDeletionRequested: {
1813
1731
  readonly signedDeleteIntention: PalletFileSystemFileOperationIntention;
@@ -1830,13 +1748,20 @@ declare module "@polkadot/types/lookup" {
1830
1748
  readonly oldRoot: H256;
1831
1749
  readonly newRoot: H256;
1832
1750
  } & Struct;
1833
- readonly isIncompleteStorageRequest: boolean;
1834
- readonly asIncompleteStorageRequest: {
1751
+ readonly isUsedCapacityShouldBeZero: boolean;
1752
+ readonly asUsedCapacityShouldBeZero: {
1753
+ readonly actualUsedCapacity: u64;
1754
+ } & Struct;
1755
+ readonly isFailedToReleaseStorageRequestCreationDeposit: boolean;
1756
+ readonly asFailedToReleaseStorageRequestCreationDeposit: {
1835
1757
  readonly fileKey: H256;
1758
+ readonly owner: AccountId32;
1759
+ readonly amountToReturn: u128;
1760
+ readonly error: SpRuntimeDispatchError;
1836
1761
  } & Struct;
1837
- 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";
1762
+ 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';
1838
1763
  }
1839
- /** @name ShpFileMetadataFileMetadata (153) */
1764
+ /** @name ShpFileMetadataFileMetadata (154) */
1840
1765
  interface ShpFileMetadataFileMetadata extends Struct {
1841
1766
  readonly owner: Bytes;
1842
1767
  readonly bucketId: Bytes;
@@ -1844,37 +1769,29 @@ declare module "@polkadot/types/lookup" {
1844
1769
  readonly fileSize: Compact<u64>;
1845
1770
  readonly fingerprint: ShpFileMetadataFingerprint;
1846
1771
  }
1847
- /** @name ShpFileMetadataFingerprint (154) */
1772
+ /** @name ShpFileMetadataFingerprint (155) */
1848
1773
  interface ShpFileMetadataFingerprint extends U8aFixed {
1849
1774
  }
1850
- /** @name PalletFileSystemRejectedStorageRequestReason (159) */
1775
+ /** @name PalletFileSystemRejectedStorageRequestReason (156) */
1851
1776
  interface PalletFileSystemRejectedStorageRequestReason extends Enum {
1852
1777
  readonly isReachedMaximumCapacity: boolean;
1853
1778
  readonly isReceivedInvalidProof: boolean;
1854
1779
  readonly isFileKeyAlreadyStored: boolean;
1855
1780
  readonly isRequestExpired: boolean;
1856
1781
  readonly isInternalError: boolean;
1857
- readonly type: "ReachedMaximumCapacity" | "ReceivedInvalidProof" | "FileKeyAlreadyStored" | "RequestExpired" | "InternalError";
1858
- }
1859
- /** @name PalletFileSystemEitherAccountIdOrMspId (160) */
1860
- interface PalletFileSystemEitherAccountIdOrMspId extends Enum {
1861
- readonly isAccountId: boolean;
1862
- readonly asAccountId: AccountId32;
1863
- readonly isMspId: boolean;
1864
- readonly asMspId: H256;
1865
- readonly type: "AccountId" | "MspId";
1782
+ readonly type: 'ReachedMaximumCapacity' | 'ReceivedInvalidProof' | 'FileKeyAlreadyStored' | 'RequestExpired' | 'InternalError';
1866
1783
  }
1867
- /** @name PalletFileSystemFileOperationIntention (162) */
1784
+ /** @name PalletFileSystemFileOperationIntention (161) */
1868
1785
  interface PalletFileSystemFileOperationIntention extends Struct {
1869
1786
  readonly fileKey: H256;
1870
1787
  readonly operation: PalletFileSystemFileOperation;
1871
1788
  }
1872
- /** @name PalletFileSystemFileOperation (163) */
1789
+ /** @name PalletFileSystemFileOperation (162) */
1873
1790
  interface PalletFileSystemFileOperation extends Enum {
1874
1791
  readonly isDelete: boolean;
1875
- readonly type: "Delete";
1792
+ readonly type: 'Delete';
1876
1793
  }
1877
- /** @name SpRuntimeMultiSignature (164) */
1794
+ /** @name SpRuntimeMultiSignature (163) */
1878
1795
  interface SpRuntimeMultiSignature extends Enum {
1879
1796
  readonly isEd25519: boolean;
1880
1797
  readonly asEd25519: U8aFixed;
@@ -1882,9 +1799,9 @@ declare module "@polkadot/types/lookup" {
1882
1799
  readonly asSr25519: U8aFixed;
1883
1800
  readonly isEcdsa: boolean;
1884
1801
  readonly asEcdsa: U8aFixed;
1885
- readonly type: "Ed25519" | "Sr25519" | "Ecdsa";
1802
+ readonly type: 'Ed25519' | 'Sr25519' | 'Ecdsa';
1886
1803
  }
1887
- /** @name PalletProofsDealerEvent (169) */
1804
+ /** @name PalletProofsDealerEvent (168) */
1888
1805
  interface PalletProofsDealerEvent extends Enum {
1889
1806
  readonly isNewChallenge: boolean;
1890
1807
  readonly asNewChallenge: {
@@ -1947,49 +1864,49 @@ declare module "@polkadot/types/lookup" {
1947
1864
  readonly asChallengesTickerSet: {
1948
1865
  readonly paused: bool;
1949
1866
  } & Struct;
1950
- readonly type: "NewChallenge" | "NewPriorityChallenge" | "ProofAccepted" | "NewChallengeSeed" | "NewCheckpointChallenge" | "SlashableProvider" | "NoRecordOfLastSubmittedProof" | "NewChallengeCycleInitialised" | "MutationsAppliedForProvider" | "MutationsApplied" | "ChallengesTickerSet";
1867
+ readonly type: 'NewChallenge' | 'NewPriorityChallenge' | 'ProofAccepted' | 'NewChallengeSeed' | 'NewCheckpointChallenge' | 'SlashableProvider' | 'NoRecordOfLastSubmittedProof' | 'NewChallengeCycleInitialised' | 'MutationsAppliedForProvider' | 'MutationsApplied' | 'ChallengesTickerSet';
1951
1868
  }
1952
- /** @name PalletProofsDealerProof (170) */
1869
+ /** @name PalletProofsDealerProof (169) */
1953
1870
  interface PalletProofsDealerProof extends Struct {
1954
1871
  readonly forestProof: SpTrieStorageProofCompactProof;
1955
1872
  readonly keyProofs: BTreeMap<H256, PalletProofsDealerKeyProof>;
1956
1873
  }
1957
- /** @name SpTrieStorageProofCompactProof (171) */
1874
+ /** @name SpTrieStorageProofCompactProof (170) */
1958
1875
  interface SpTrieStorageProofCompactProof extends Struct {
1959
1876
  readonly encodedNodes: Vec<Bytes>;
1960
1877
  }
1961
- /** @name PalletProofsDealerKeyProof (174) */
1878
+ /** @name PalletProofsDealerKeyProof (173) */
1962
1879
  interface PalletProofsDealerKeyProof extends Struct {
1963
1880
  readonly proof: ShpFileKeyVerifierFileKeyProof;
1964
1881
  readonly challengeCount: u32;
1965
1882
  }
1966
- /** @name ShpFileKeyVerifierFileKeyProof (175) */
1883
+ /** @name ShpFileKeyVerifierFileKeyProof (174) */
1967
1884
  interface ShpFileKeyVerifierFileKeyProof extends Struct {
1968
1885
  readonly fileMetadata: ShpFileMetadataFileMetadata;
1969
1886
  readonly proof: SpTrieStorageProofCompactProof;
1970
1887
  }
1971
- /** @name PalletProofsDealerCustomChallenge (179) */
1888
+ /** @name PalletProofsDealerCustomChallenge (178) */
1972
1889
  interface PalletProofsDealerCustomChallenge extends Struct {
1973
1890
  readonly key: H256;
1974
1891
  readonly shouldRemoveKey: bool;
1975
1892
  }
1976
- /** @name ShpTraitsTrieMutation (183) */
1893
+ /** @name ShpTraitsTrieMutation (182) */
1977
1894
  interface ShpTraitsTrieMutation extends Enum {
1978
1895
  readonly isAdd: boolean;
1979
1896
  readonly asAdd: ShpTraitsTrieAddMutation;
1980
1897
  readonly isRemove: boolean;
1981
1898
  readonly asRemove: ShpTraitsTrieRemoveMutation;
1982
- readonly type: "Add" | "Remove";
1899
+ readonly type: 'Add' | 'Remove';
1983
1900
  }
1984
- /** @name ShpTraitsTrieAddMutation (184) */
1901
+ /** @name ShpTraitsTrieAddMutation (183) */
1985
1902
  interface ShpTraitsTrieAddMutation extends Struct {
1986
1903
  readonly value: Bytes;
1987
1904
  }
1988
- /** @name ShpTraitsTrieRemoveMutation (185) */
1905
+ /** @name ShpTraitsTrieRemoveMutation (184) */
1989
1906
  interface ShpTraitsTrieRemoveMutation extends Struct {
1990
1907
  readonly maybeValue: Option<Bytes>;
1991
1908
  }
1992
- /** @name PalletRandomnessEvent (187) */
1909
+ /** @name PalletRandomnessEvent (186) */
1993
1910
  interface PalletRandomnessEvent extends Enum {
1994
1911
  readonly isNewOneEpochAgoRandomnessAvailable: boolean;
1995
1912
  readonly asNewOneEpochAgoRandomnessAvailable: {
@@ -1997,9 +1914,9 @@ declare module "@polkadot/types/lookup" {
1997
1914
  readonly fromEpoch: u64;
1998
1915
  readonly validUntilBlock: u32;
1999
1916
  } & Struct;
2000
- readonly type: "NewOneEpochAgoRandomnessAvailable";
1917
+ readonly type: 'NewOneEpochAgoRandomnessAvailable';
2001
1918
  }
2002
- /** @name PalletPaymentStreamsEvent (188) */
1919
+ /** @name PalletPaymentStreamsEvent (187) */
2003
1920
  interface PalletPaymentStreamsEvent extends Enum {
2004
1921
  readonly isFixedRatePaymentStreamCreated: boolean;
2005
1922
  readonly asFixedRatePaymentStreamCreated: {
@@ -2076,9 +1993,9 @@ declare module "@polkadot/types/lookup" {
2076
1993
  readonly lastProcessedTick: u32;
2077
1994
  readonly tickToProcess: u32;
2078
1995
  } & Struct;
2079
- readonly type: "FixedRatePaymentStreamCreated" | "FixedRatePaymentStreamUpdated" | "FixedRatePaymentStreamDeleted" | "DynamicRatePaymentStreamCreated" | "DynamicRatePaymentStreamUpdated" | "DynamicRatePaymentStreamDeleted" | "PaymentStreamCharged" | "UsersCharged" | "LastChargeableInfoUpdated" | "UserWithoutFunds" | "UserPaidAllDebts" | "UserPaidSomeDebts" | "UserSolvent" | "InconsistentTickProcessing";
1996
+ readonly type: 'FixedRatePaymentStreamCreated' | 'FixedRatePaymentStreamUpdated' | 'FixedRatePaymentStreamDeleted' | 'DynamicRatePaymentStreamCreated' | 'DynamicRatePaymentStreamUpdated' | 'DynamicRatePaymentStreamDeleted' | 'PaymentStreamCharged' | 'UsersCharged' | 'LastChargeableInfoUpdated' | 'UserWithoutFunds' | 'UserPaidAllDebts' | 'UserPaidSomeDebts' | 'UserSolvent' | 'InconsistentTickProcessing';
2080
1997
  }
2081
- /** @name PalletBucketNftsEvent (190) */
1998
+ /** @name PalletBucketNftsEvent (189) */
2082
1999
  interface PalletBucketNftsEvent extends Enum {
2083
2000
  readonly isAccessShared: boolean;
2084
2001
  readonly asAccessShared: {
@@ -2097,9 +2014,9 @@ declare module "@polkadot/types/lookup" {
2097
2014
  readonly bucket: H256;
2098
2015
  readonly itemId: u32;
2099
2016
  } & Struct;
2100
- readonly type: "AccessShared" | "ItemReadAccessUpdated" | "ItemBurned";
2017
+ readonly type: 'AccessShared' | 'ItemReadAccessUpdated' | 'ItemBurned';
2101
2018
  }
2102
- /** @name PalletNftsEvent (191) */
2019
+ /** @name PalletNftsEvent (190) */
2103
2020
  interface PalletNftsEvent extends Enum {
2104
2021
  readonly isCreated: boolean;
2105
2022
  readonly asCreated: {
@@ -2333,36 +2250,36 @@ declare module "@polkadot/types/lookup" {
2333
2250
  readonly attribute: PalletNftsPalletAttributes;
2334
2251
  readonly value: Bytes;
2335
2252
  } & Struct;
2336
- 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";
2253
+ 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';
2337
2254
  }
2338
- /** @name PalletNftsAttributeNamespace (195) */
2255
+ /** @name PalletNftsAttributeNamespace (194) */
2339
2256
  interface PalletNftsAttributeNamespace extends Enum {
2340
2257
  readonly isPallet: boolean;
2341
2258
  readonly isCollectionOwner: boolean;
2342
2259
  readonly isItemOwner: boolean;
2343
2260
  readonly isAccount: boolean;
2344
2261
  readonly asAccount: AccountId32;
2345
- readonly type: "Pallet" | "CollectionOwner" | "ItemOwner" | "Account";
2262
+ readonly type: 'Pallet' | 'CollectionOwner' | 'ItemOwner' | 'Account';
2346
2263
  }
2347
- /** @name PalletNftsPriceWithDirection (197) */
2264
+ /** @name PalletNftsPriceWithDirection (196) */
2348
2265
  interface PalletNftsPriceWithDirection extends Struct {
2349
2266
  readonly amount: u128;
2350
2267
  readonly direction: PalletNftsPriceDirection;
2351
2268
  }
2352
- /** @name PalletNftsPriceDirection (198) */
2269
+ /** @name PalletNftsPriceDirection (197) */
2353
2270
  interface PalletNftsPriceDirection extends Enum {
2354
2271
  readonly isSend: boolean;
2355
2272
  readonly isReceive: boolean;
2356
- readonly type: "Send" | "Receive";
2273
+ readonly type: 'Send' | 'Receive';
2357
2274
  }
2358
- /** @name PalletNftsPalletAttributes (199) */
2275
+ /** @name PalletNftsPalletAttributes (198) */
2359
2276
  interface PalletNftsPalletAttributes extends Enum {
2360
2277
  readonly isUsedToClaim: boolean;
2361
2278
  readonly asUsedToClaim: u32;
2362
2279
  readonly isTransferDisabled: boolean;
2363
- readonly type: "UsedToClaim" | "TransferDisabled";
2280
+ readonly type: 'UsedToClaim' | 'TransferDisabled';
2364
2281
  }
2365
- /** @name PalletParametersEvent (200) */
2282
+ /** @name PalletParametersEvent (199) */
2366
2283
  interface PalletParametersEvent extends Enum {
2367
2284
  readonly isUpdated: boolean;
2368
2285
  readonly asUpdated: {
@@ -2370,15 +2287,15 @@ declare module "@polkadot/types/lookup" {
2370
2287
  readonly oldValue: Option<ShParachainRuntimeConfigsRuntimeParamsRuntimeParametersValue>;
2371
2288
  readonly newValue: Option<ShParachainRuntimeConfigsRuntimeParamsRuntimeParametersValue>;
2372
2289
  } & Struct;
2373
- readonly type: "Updated";
2290
+ readonly type: 'Updated';
2374
2291
  }
2375
- /** @name ShParachainRuntimeConfigsRuntimeParamsRuntimeParametersKey (201) */
2292
+ /** @name ShParachainRuntimeConfigsRuntimeParamsRuntimeParametersKey (200) */
2376
2293
  interface ShParachainRuntimeConfigsRuntimeParamsRuntimeParametersKey extends Enum {
2377
2294
  readonly isRuntimeConfig: boolean;
2378
2295
  readonly asRuntimeConfig: ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParametersKey;
2379
- readonly type: "RuntimeConfig";
2296
+ readonly type: 'RuntimeConfig';
2380
2297
  }
2381
- /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParametersKey (202) */
2298
+ /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParametersKey (201) */
2382
2299
  interface ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParametersKey extends Enum {
2383
2300
  readonly isSlashAmountPerMaxFileSize: boolean;
2384
2301
  readonly isStakeToChallengePeriod: boolean;
@@ -2410,75 +2327,75 @@ declare module "@polkadot/types/lookup" {
2410
2327
  readonly isMinSeedPeriod: boolean;
2411
2328
  readonly isStakeToSeedPeriod: boolean;
2412
2329
  readonly isUpfrontTicksToPay: boolean;
2413
- 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";
2330
+ 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';
2414
2331
  }
2415
- /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSlashAmountPerMaxFileSize (203) */
2332
+ /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSlashAmountPerMaxFileSize (202) */
2416
2333
  type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSlashAmountPerMaxFileSize = Null;
2417
- /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStakeToChallengePeriod (204) */
2334
+ /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStakeToChallengePeriod (203) */
2418
2335
  type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStakeToChallengePeriod = Null;
2419
- /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigCheckpointChallengePeriod (205) */
2336
+ /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigCheckpointChallengePeriod (204) */
2420
2337
  type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigCheckpointChallengePeriod = Null;
2421
- /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinChallengePeriod (206) */
2338
+ /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinChallengePeriod (205) */
2422
2339
  type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinChallengePeriod = Null;
2423
- /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSystemUtilisationLowerThresholdPercentage (207) */
2340
+ /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSystemUtilisationLowerThresholdPercentage (206) */
2424
2341
  type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSystemUtilisationLowerThresholdPercentage = Null;
2425
- /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSystemUtilisationUpperThresholdPercentage (208) */
2342
+ /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSystemUtilisationUpperThresholdPercentage (207) */
2426
2343
  type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSystemUtilisationUpperThresholdPercentage = Null;
2427
- /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMostlyStablePrice (209) */
2344
+ /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMostlyStablePrice (208) */
2428
2345
  type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMostlyStablePrice = Null;
2429
- /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMaxPrice (210) */
2346
+ /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMaxPrice (209) */
2430
2347
  type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMaxPrice = Null;
2431
- /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinPrice (211) */
2348
+ /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinPrice (210) */
2432
2349
  type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinPrice = Null;
2433
- /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUpperExponentFactor (212) */
2350
+ /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUpperExponentFactor (211) */
2434
2351
  type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUpperExponentFactor = Null;
2435
- /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigLowerExponentFactor (213) */
2352
+ /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigLowerExponentFactor (212) */
2436
2353
  type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigLowerExponentFactor = Null;
2437
- /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigZeroSizeBucketFixedRate (214) */
2354
+ /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigZeroSizeBucketFixedRate (213) */
2438
2355
  type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigZeroSizeBucketFixedRate = Null;
2439
- /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigIdealUtilisationRate (215) */
2356
+ /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigIdealUtilisationRate (214) */
2440
2357
  type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigIdealUtilisationRate = Null;
2441
- /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigDecayRate (216) */
2358
+ /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigDecayRate (215) */
2442
2359
  type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigDecayRate = Null;
2443
- /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinimumTreasuryCut (217) */
2360
+ /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinimumTreasuryCut (216) */
2444
2361
  type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinimumTreasuryCut = Null;
2445
- /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMaximumTreasuryCut (218) */
2362
+ /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMaximumTreasuryCut (217) */
2446
2363
  type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMaximumTreasuryCut = Null;
2447
- /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigBspStopStoringFilePenalty (219) */
2364
+ /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigBspStopStoringFilePenalty (218) */
2448
2365
  type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigBspStopStoringFilePenalty = Null;
2449
- /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigProviderTopUpTtl (220) */
2366
+ /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigProviderTopUpTtl (219) */
2450
2367
  type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigProviderTopUpTtl = Null;
2451
- /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigBasicReplicationTarget (221) */
2368
+ /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigBasicReplicationTarget (220) */
2452
2369
  type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigBasicReplicationTarget = Null;
2453
- /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStandardReplicationTarget (222) */
2370
+ /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStandardReplicationTarget (221) */
2454
2371
  type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStandardReplicationTarget = Null;
2455
- /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigHighSecurityReplicationTarget (223) */
2372
+ /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigHighSecurityReplicationTarget (222) */
2456
2373
  type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigHighSecurityReplicationTarget = Null;
2457
- /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSuperHighSecurityReplicationTarget (224) */
2374
+ /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSuperHighSecurityReplicationTarget (223) */
2458
2375
  type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSuperHighSecurityReplicationTarget = Null;
2459
- /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUltraHighSecurityReplicationTarget (225) */
2376
+ /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUltraHighSecurityReplicationTarget (224) */
2460
2377
  type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUltraHighSecurityReplicationTarget = Null;
2461
- /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMaxReplicationTarget (226) */
2378
+ /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMaxReplicationTarget (225) */
2462
2379
  type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMaxReplicationTarget = Null;
2463
- /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigTickRangeToMaximumThreshold (227) */
2380
+ /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigTickRangeToMaximumThreshold (226) */
2464
2381
  type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigTickRangeToMaximumThreshold = Null;
2465
- /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStorageRequestTtl (228) */
2382
+ /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStorageRequestTtl (227) */
2466
2383
  type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStorageRequestTtl = Null;
2467
- /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinWaitForStopStoring (229) */
2384
+ /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinWaitForStopStoring (228) */
2468
2385
  type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinWaitForStopStoring = Null;
2469
- /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinSeedPeriod (230) */
2386
+ /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinSeedPeriod (229) */
2470
2387
  type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinSeedPeriod = Null;
2471
- /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStakeToSeedPeriod (231) */
2388
+ /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStakeToSeedPeriod (230) */
2472
2389
  type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStakeToSeedPeriod = Null;
2473
- /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUpfrontTicksToPay (232) */
2390
+ /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUpfrontTicksToPay (231) */
2474
2391
  type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUpfrontTicksToPay = Null;
2475
- /** @name ShParachainRuntimeConfigsRuntimeParamsRuntimeParametersValue (234) */
2392
+ /** @name ShParachainRuntimeConfigsRuntimeParamsRuntimeParametersValue (233) */
2476
2393
  interface ShParachainRuntimeConfigsRuntimeParamsRuntimeParametersValue extends Enum {
2477
2394
  readonly isRuntimeConfig: boolean;
2478
2395
  readonly asRuntimeConfig: ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParametersValue;
2479
- readonly type: "RuntimeConfig";
2396
+ readonly type: 'RuntimeConfig';
2480
2397
  }
2481
- /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParametersValue (235) */
2398
+ /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParametersValue (234) */
2482
2399
  interface ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParametersValue extends Enum {
2483
2400
  readonly isSlashAmountPerMaxFileSize: boolean;
2484
2401
  readonly asSlashAmountPerMaxFileSize: u128;
@@ -2540,27 +2457,27 @@ declare module "@polkadot/types/lookup" {
2540
2457
  readonly asStakeToSeedPeriod: u128;
2541
2458
  readonly isUpfrontTicksToPay: boolean;
2542
2459
  readonly asUpfrontTicksToPay: u32;
2543
- 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";
2460
+ 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';
2544
2461
  }
2545
- /** @name FrameSystemPhase (237) */
2462
+ /** @name FrameSystemPhase (236) */
2546
2463
  interface FrameSystemPhase extends Enum {
2547
2464
  readonly isApplyExtrinsic: boolean;
2548
2465
  readonly asApplyExtrinsic: u32;
2549
2466
  readonly isFinalization: boolean;
2550
2467
  readonly isInitialization: boolean;
2551
- readonly type: "ApplyExtrinsic" | "Finalization" | "Initialization";
2468
+ readonly type: 'ApplyExtrinsic' | 'Finalization' | 'Initialization';
2552
2469
  }
2553
- /** @name FrameSystemLastRuntimeUpgradeInfo (240) */
2470
+ /** @name FrameSystemLastRuntimeUpgradeInfo (239) */
2554
2471
  interface FrameSystemLastRuntimeUpgradeInfo extends Struct {
2555
2472
  readonly specVersion: Compact<u32>;
2556
2473
  readonly specName: Text;
2557
2474
  }
2558
- /** @name FrameSystemCodeUpgradeAuthorization (243) */
2475
+ /** @name FrameSystemCodeUpgradeAuthorization (242) */
2559
2476
  interface FrameSystemCodeUpgradeAuthorization extends Struct {
2560
2477
  readonly codeHash: H256;
2561
2478
  readonly checkVersion: bool;
2562
2479
  }
2563
- /** @name FrameSystemCall (244) */
2480
+ /** @name FrameSystemCall (243) */
2564
2481
  interface FrameSystemCall extends Enum {
2565
2482
  readonly isRemark: boolean;
2566
2483
  readonly asRemark: {
@@ -2607,43 +2524,43 @@ declare module "@polkadot/types/lookup" {
2607
2524
  readonly asApplyAuthorizedUpgrade: {
2608
2525
  readonly code: Bytes;
2609
2526
  } & Struct;
2610
- readonly type: "Remark" | "SetHeapPages" | "SetCode" | "SetCodeWithoutChecks" | "SetStorage" | "KillStorage" | "KillPrefix" | "RemarkWithEvent" | "AuthorizeUpgrade" | "AuthorizeUpgradeWithoutChecks" | "ApplyAuthorizedUpgrade";
2527
+ readonly type: 'Remark' | 'SetHeapPages' | 'SetCode' | 'SetCodeWithoutChecks' | 'SetStorage' | 'KillStorage' | 'KillPrefix' | 'RemarkWithEvent' | 'AuthorizeUpgrade' | 'AuthorizeUpgradeWithoutChecks' | 'ApplyAuthorizedUpgrade';
2611
2528
  }
2612
- /** @name FrameSystemLimitsBlockWeights (247) */
2529
+ /** @name FrameSystemLimitsBlockWeights (246) */
2613
2530
  interface FrameSystemLimitsBlockWeights extends Struct {
2614
2531
  readonly baseBlock: SpWeightsWeightV2Weight;
2615
2532
  readonly maxBlock: SpWeightsWeightV2Weight;
2616
2533
  readonly perClass: FrameSupportDispatchPerDispatchClassWeightsPerClass;
2617
2534
  }
2618
- /** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (248) */
2535
+ /** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (247) */
2619
2536
  interface FrameSupportDispatchPerDispatchClassWeightsPerClass extends Struct {
2620
2537
  readonly normal: FrameSystemLimitsWeightsPerClass;
2621
2538
  readonly operational: FrameSystemLimitsWeightsPerClass;
2622
2539
  readonly mandatory: FrameSystemLimitsWeightsPerClass;
2623
2540
  }
2624
- /** @name FrameSystemLimitsWeightsPerClass (249) */
2541
+ /** @name FrameSystemLimitsWeightsPerClass (248) */
2625
2542
  interface FrameSystemLimitsWeightsPerClass extends Struct {
2626
2543
  readonly baseExtrinsic: SpWeightsWeightV2Weight;
2627
2544
  readonly maxExtrinsic: Option<SpWeightsWeightV2Weight>;
2628
2545
  readonly maxTotal: Option<SpWeightsWeightV2Weight>;
2629
2546
  readonly reserved: Option<SpWeightsWeightV2Weight>;
2630
2547
  }
2631
- /** @name FrameSystemLimitsBlockLength (250) */
2548
+ /** @name FrameSystemLimitsBlockLength (249) */
2632
2549
  interface FrameSystemLimitsBlockLength extends Struct {
2633
2550
  readonly max: FrameSupportDispatchPerDispatchClassU32;
2634
2551
  }
2635
- /** @name FrameSupportDispatchPerDispatchClassU32 (251) */
2552
+ /** @name FrameSupportDispatchPerDispatchClassU32 (250) */
2636
2553
  interface FrameSupportDispatchPerDispatchClassU32 extends Struct {
2637
2554
  readonly normal: u32;
2638
2555
  readonly operational: u32;
2639
2556
  readonly mandatory: u32;
2640
2557
  }
2641
- /** @name SpWeightsRuntimeDbWeight (252) */
2558
+ /** @name SpWeightsRuntimeDbWeight (251) */
2642
2559
  interface SpWeightsRuntimeDbWeight extends Struct {
2643
2560
  readonly read: u64;
2644
2561
  readonly write: u64;
2645
2562
  }
2646
- /** @name SpVersionRuntimeVersion (253) */
2563
+ /** @name SpVersionRuntimeVersion (252) */
2647
2564
  interface SpVersionRuntimeVersion extends Struct {
2648
2565
  readonly specName: Text;
2649
2566
  readonly implName: Text;
@@ -2654,7 +2571,7 @@ declare module "@polkadot/types/lookup" {
2654
2571
  readonly transactionVersion: u32;
2655
2572
  readonly systemVersion: u8;
2656
2573
  }
2657
- /** @name FrameSystemError (258) */
2574
+ /** @name FrameSystemError (257) */
2658
2575
  interface FrameSystemError extends Enum {
2659
2576
  readonly isInvalidSpecName: boolean;
2660
2577
  readonly isSpecVersionNeedsToIncrease: boolean;
@@ -2665,66 +2582,66 @@ declare module "@polkadot/types/lookup" {
2665
2582
  readonly isMultiBlockMigrationsOngoing: boolean;
2666
2583
  readonly isNothingAuthorized: boolean;
2667
2584
  readonly isUnauthorized: boolean;
2668
- readonly type: "InvalidSpecName" | "SpecVersionNeedsToIncrease" | "FailedToExtractRuntimeVersion" | "NonDefaultComposite" | "NonZeroRefCount" | "CallFiltered" | "MultiBlockMigrationsOngoing" | "NothingAuthorized" | "Unauthorized";
2585
+ readonly type: 'InvalidSpecName' | 'SpecVersionNeedsToIncrease' | 'FailedToExtractRuntimeVersion' | 'NonDefaultComposite' | 'NonZeroRefCount' | 'CallFiltered' | 'MultiBlockMigrationsOngoing' | 'NothingAuthorized' | 'Unauthorized';
2669
2586
  }
2670
- /** @name CumulusPalletParachainSystemUnincludedSegmentAncestor (260) */
2587
+ /** @name CumulusPalletParachainSystemUnincludedSegmentAncestor (259) */
2671
2588
  interface CumulusPalletParachainSystemUnincludedSegmentAncestor extends Struct {
2672
2589
  readonly usedBandwidth: CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth;
2673
2590
  readonly paraHeadHash: Option<H256>;
2674
2591
  readonly consumedGoAheadSignal: Option<PolkadotPrimitivesV8UpgradeGoAhead>;
2675
2592
  }
2676
- /** @name CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth (261) */
2593
+ /** @name CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth (260) */
2677
2594
  interface CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth extends Struct {
2678
2595
  readonly umpMsgCount: u32;
2679
2596
  readonly umpTotalBytes: u32;
2680
2597
  readonly hrmpOutgoing: BTreeMap<u32, CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate>;
2681
2598
  }
2682
- /** @name CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate (263) */
2599
+ /** @name CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate (262) */
2683
2600
  interface CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate extends Struct {
2684
2601
  readonly msgCount: u32;
2685
2602
  readonly totalBytes: u32;
2686
2603
  }
2687
- /** @name PolkadotPrimitivesV8UpgradeGoAhead (267) */
2604
+ /** @name PolkadotPrimitivesV8UpgradeGoAhead (266) */
2688
2605
  interface PolkadotPrimitivesV8UpgradeGoAhead extends Enum {
2689
2606
  readonly isAbort: boolean;
2690
2607
  readonly isGoAhead: boolean;
2691
- readonly type: "Abort" | "GoAhead";
2608
+ readonly type: 'Abort' | 'GoAhead';
2692
2609
  }
2693
- /** @name CumulusPalletParachainSystemUnincludedSegmentSegmentTracker (268) */
2610
+ /** @name CumulusPalletParachainSystemUnincludedSegmentSegmentTracker (267) */
2694
2611
  interface CumulusPalletParachainSystemUnincludedSegmentSegmentTracker extends Struct {
2695
2612
  readonly usedBandwidth: CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth;
2696
2613
  readonly hrmpWatermark: Option<u32>;
2697
2614
  readonly consumedGoAheadSignal: Option<PolkadotPrimitivesV8UpgradeGoAhead>;
2698
2615
  }
2699
- /** @name PolkadotPrimitivesV8PersistedValidationData (269) */
2616
+ /** @name PolkadotPrimitivesV8PersistedValidationData (268) */
2700
2617
  interface PolkadotPrimitivesV8PersistedValidationData extends Struct {
2701
2618
  readonly parentHead: Bytes;
2702
2619
  readonly relayParentNumber: u32;
2703
2620
  readonly relayParentStorageRoot: H256;
2704
2621
  readonly maxPovSize: u32;
2705
2622
  }
2706
- /** @name PolkadotPrimitivesV8UpgradeRestriction (272) */
2623
+ /** @name PolkadotPrimitivesV8UpgradeRestriction (271) */
2707
2624
  interface PolkadotPrimitivesV8UpgradeRestriction extends Enum {
2708
2625
  readonly isPresent: boolean;
2709
- readonly type: "Present";
2626
+ readonly type: 'Present';
2710
2627
  }
2711
- /** @name SpTrieStorageProof (273) */
2628
+ /** @name SpTrieStorageProof (272) */
2712
2629
  interface SpTrieStorageProof extends Struct {
2713
2630
  readonly trieNodes: BTreeSet<Bytes>;
2714
2631
  }
2715
- /** @name CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot (275) */
2632
+ /** @name CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot (274) */
2716
2633
  interface CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot extends Struct {
2717
2634
  readonly dmqMqcHead: H256;
2718
2635
  readonly relayDispatchQueueRemainingCapacity: CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity;
2719
2636
  readonly ingressChannels: Vec<ITuple<[u32, PolkadotPrimitivesV8AbridgedHrmpChannel]>>;
2720
2637
  readonly egressChannels: Vec<ITuple<[u32, PolkadotPrimitivesV8AbridgedHrmpChannel]>>;
2721
2638
  }
2722
- /** @name CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity (276) */
2639
+ /** @name CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity (275) */
2723
2640
  interface CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity extends Struct {
2724
2641
  readonly remainingCount: u32;
2725
2642
  readonly remainingSize: u32;
2726
2643
  }
2727
- /** @name PolkadotPrimitivesV8AbridgedHrmpChannel (279) */
2644
+ /** @name PolkadotPrimitivesV8AbridgedHrmpChannel (278) */
2728
2645
  interface PolkadotPrimitivesV8AbridgedHrmpChannel extends Struct {
2729
2646
  readonly maxCapacity: u32;
2730
2647
  readonly maxTotalSize: u32;
@@ -2733,7 +2650,7 @@ declare module "@polkadot/types/lookup" {
2733
2650
  readonly totalSize: u32;
2734
2651
  readonly mqcHead: Option<H256>;
2735
2652
  }
2736
- /** @name PolkadotPrimitivesV8AbridgedHostConfiguration (280) */
2653
+ /** @name PolkadotPrimitivesV8AbridgedHostConfiguration (279) */
2737
2654
  interface PolkadotPrimitivesV8AbridgedHostConfiguration extends Struct {
2738
2655
  readonly maxCodeSize: u32;
2739
2656
  readonly maxHeadDataSize: u32;
@@ -2746,17 +2663,17 @@ declare module "@polkadot/types/lookup" {
2746
2663
  readonly validationUpgradeDelay: u32;
2747
2664
  readonly asyncBackingParams: PolkadotPrimitivesV8AsyncBackingAsyncBackingParams;
2748
2665
  }
2749
- /** @name PolkadotPrimitivesV8AsyncBackingAsyncBackingParams (281) */
2666
+ /** @name PolkadotPrimitivesV8AsyncBackingAsyncBackingParams (280) */
2750
2667
  interface PolkadotPrimitivesV8AsyncBackingAsyncBackingParams extends Struct {
2751
2668
  readonly maxCandidateDepth: u32;
2752
2669
  readonly allowedAncestryLen: u32;
2753
2670
  }
2754
- /** @name PolkadotCorePrimitivesOutboundHrmpMessage (287) */
2671
+ /** @name PolkadotCorePrimitivesOutboundHrmpMessage (286) */
2755
2672
  interface PolkadotCorePrimitivesOutboundHrmpMessage extends Struct {
2756
2673
  readonly recipient: u32;
2757
2674
  readonly data: Bytes;
2758
2675
  }
2759
- /** @name CumulusPalletParachainSystemCall (289) */
2676
+ /** @name CumulusPalletParachainSystemCall (288) */
2760
2677
  interface CumulusPalletParachainSystemCall extends Enum {
2761
2678
  readonly isSetValidationData: boolean;
2762
2679
  readonly asSetValidationData: {
@@ -2766,26 +2683,26 @@ declare module "@polkadot/types/lookup" {
2766
2683
  readonly asSudoSendUpwardMessage: {
2767
2684
  readonly message: Bytes;
2768
2685
  } & Struct;
2769
- readonly type: "SetValidationData" | "SudoSendUpwardMessage";
2686
+ readonly type: 'SetValidationData' | 'SudoSendUpwardMessage';
2770
2687
  }
2771
- /** @name CumulusPrimitivesParachainInherentParachainInherentData (290) */
2688
+ /** @name CumulusPrimitivesParachainInherentParachainInherentData (289) */
2772
2689
  interface CumulusPrimitivesParachainInherentParachainInherentData extends Struct {
2773
2690
  readonly validationData: PolkadotPrimitivesV8PersistedValidationData;
2774
2691
  readonly relayChainState: SpTrieStorageProof;
2775
2692
  readonly downwardMessages: Vec<PolkadotCorePrimitivesInboundDownwardMessage>;
2776
2693
  readonly horizontalMessages: BTreeMap<u32, Vec<PolkadotCorePrimitivesInboundHrmpMessage>>;
2777
2694
  }
2778
- /** @name PolkadotCorePrimitivesInboundDownwardMessage (292) */
2695
+ /** @name PolkadotCorePrimitivesInboundDownwardMessage (291) */
2779
2696
  interface PolkadotCorePrimitivesInboundDownwardMessage extends Struct {
2780
2697
  readonly sentAt: u32;
2781
2698
  readonly msg: Bytes;
2782
2699
  }
2783
- /** @name PolkadotCorePrimitivesInboundHrmpMessage (295) */
2700
+ /** @name PolkadotCorePrimitivesInboundHrmpMessage (294) */
2784
2701
  interface PolkadotCorePrimitivesInboundHrmpMessage extends Struct {
2785
2702
  readonly sentAt: u32;
2786
2703
  readonly data: Bytes;
2787
2704
  }
2788
- /** @name CumulusPalletParachainSystemError (298) */
2705
+ /** @name CumulusPalletParachainSystemError (297) */
2789
2706
  interface CumulusPalletParachainSystemError extends Enum {
2790
2707
  readonly isOverlappingUpgrades: boolean;
2791
2708
  readonly isProhibitedByPolkadot: boolean;
@@ -2795,37 +2712,37 @@ declare module "@polkadot/types/lookup" {
2795
2712
  readonly isNotScheduled: boolean;
2796
2713
  readonly isNothingAuthorized: boolean;
2797
2714
  readonly isUnauthorized: boolean;
2798
- readonly type: "OverlappingUpgrades" | "ProhibitedByPolkadot" | "TooBig" | "ValidationDataNotAvailable" | "HostConfigurationNotAvailable" | "NotScheduled" | "NothingAuthorized" | "Unauthorized";
2715
+ readonly type: 'OverlappingUpgrades' | 'ProhibitedByPolkadot' | 'TooBig' | 'ValidationDataNotAvailable' | 'HostConfigurationNotAvailable' | 'NotScheduled' | 'NothingAuthorized' | 'Unauthorized';
2799
2716
  }
2800
- /** @name PalletTimestampCall (299) */
2717
+ /** @name PalletTimestampCall (298) */
2801
2718
  interface PalletTimestampCall extends Enum {
2802
2719
  readonly isSet: boolean;
2803
2720
  readonly asSet: {
2804
2721
  readonly now: Compact<u64>;
2805
2722
  } & Struct;
2806
- readonly type: "Set";
2723
+ readonly type: 'Set';
2807
2724
  }
2808
- /** @name StagingParachainInfoCall (300) */
2725
+ /** @name StagingParachainInfoCall (299) */
2809
2726
  type StagingParachainInfoCall = Null;
2810
- /** @name PalletBalancesBalanceLock (302) */
2727
+ /** @name PalletBalancesBalanceLock (301) */
2811
2728
  interface PalletBalancesBalanceLock extends Struct {
2812
2729
  readonly id: U8aFixed;
2813
2730
  readonly amount: u128;
2814
2731
  readonly reasons: PalletBalancesReasons;
2815
2732
  }
2816
- /** @name PalletBalancesReasons (303) */
2733
+ /** @name PalletBalancesReasons (302) */
2817
2734
  interface PalletBalancesReasons extends Enum {
2818
2735
  readonly isFee: boolean;
2819
2736
  readonly isMisc: boolean;
2820
2737
  readonly isAll: boolean;
2821
- readonly type: "Fee" | "Misc" | "All";
2738
+ readonly type: 'Fee' | 'Misc' | 'All';
2822
2739
  }
2823
- /** @name PalletBalancesReserveData (306) */
2740
+ /** @name PalletBalancesReserveData (305) */
2824
2741
  interface PalletBalancesReserveData extends Struct {
2825
2742
  readonly id: U8aFixed;
2826
2743
  readonly amount: u128;
2827
2744
  }
2828
- /** @name ShParachainRuntimeRuntimeHoldReason (310) */
2745
+ /** @name ShParachainRuntimeRuntimeHoldReason (309) */
2829
2746
  interface ShParachainRuntimeRuntimeHoldReason extends Enum {
2830
2747
  readonly isProviders: boolean;
2831
2748
  readonly asProviders: PalletStorageProvidersHoldReason;
@@ -2833,31 +2750,31 @@ declare module "@polkadot/types/lookup" {
2833
2750
  readonly asFileSystem: PalletFileSystemHoldReason;
2834
2751
  readonly isPaymentStreams: boolean;
2835
2752
  readonly asPaymentStreams: PalletPaymentStreamsHoldReason;
2836
- readonly type: "Providers" | "FileSystem" | "PaymentStreams";
2753
+ readonly type: 'Providers' | 'FileSystem' | 'PaymentStreams';
2837
2754
  }
2838
- /** @name PalletStorageProvidersHoldReason (311) */
2755
+ /** @name PalletStorageProvidersHoldReason (310) */
2839
2756
  interface PalletStorageProvidersHoldReason extends Enum {
2840
2757
  readonly isStorageProviderDeposit: boolean;
2841
2758
  readonly isBucketDeposit: boolean;
2842
- readonly type: "StorageProviderDeposit" | "BucketDeposit";
2759
+ readonly type: 'StorageProviderDeposit' | 'BucketDeposit';
2843
2760
  }
2844
- /** @name PalletFileSystemHoldReason (312) */
2761
+ /** @name PalletFileSystemHoldReason (311) */
2845
2762
  interface PalletFileSystemHoldReason extends Enum {
2846
2763
  readonly isStorageRequestCreationHold: boolean;
2847
2764
  readonly isFileDeletionRequestHold: boolean;
2848
- readonly type: "StorageRequestCreationHold" | "FileDeletionRequestHold";
2765
+ readonly type: 'StorageRequestCreationHold' | 'FileDeletionRequestHold';
2849
2766
  }
2850
- /** @name PalletPaymentStreamsHoldReason (313) */
2767
+ /** @name PalletPaymentStreamsHoldReason (312) */
2851
2768
  interface PalletPaymentStreamsHoldReason extends Enum {
2852
2769
  readonly isPaymentStreamDeposit: boolean;
2853
- readonly type: "PaymentStreamDeposit";
2770
+ readonly type: 'PaymentStreamDeposit';
2854
2771
  }
2855
- /** @name FrameSupportTokensMiscIdAmount (316) */
2772
+ /** @name FrameSupportTokensMiscIdAmount (315) */
2856
2773
  interface FrameSupportTokensMiscIdAmount extends Struct {
2857
2774
  readonly id: Null;
2858
2775
  readonly amount: u128;
2859
2776
  }
2860
- /** @name PalletBalancesCall (318) */
2777
+ /** @name PalletBalancesCall (317) */
2861
2778
  interface PalletBalancesCall extends Enum {
2862
2779
  readonly isTransferAllowDeath: boolean;
2863
2780
  readonly asTransferAllowDeath: {
@@ -2904,15 +2821,15 @@ declare module "@polkadot/types/lookup" {
2904
2821
  readonly value: Compact<u128>;
2905
2822
  readonly keepAlive: bool;
2906
2823
  } & Struct;
2907
- readonly type: "TransferAllowDeath" | "ForceTransfer" | "TransferKeepAlive" | "TransferAll" | "ForceUnreserve" | "UpgradeAccounts" | "ForceSetBalance" | "ForceAdjustTotalIssuance" | "Burn";
2824
+ readonly type: 'TransferAllowDeath' | 'ForceTransfer' | 'TransferKeepAlive' | 'TransferAll' | 'ForceUnreserve' | 'UpgradeAccounts' | 'ForceSetBalance' | 'ForceAdjustTotalIssuance' | 'Burn';
2908
2825
  }
2909
- /** @name PalletBalancesAdjustmentDirection (321) */
2826
+ /** @name PalletBalancesAdjustmentDirection (320) */
2910
2827
  interface PalletBalancesAdjustmentDirection extends Enum {
2911
2828
  readonly isIncrease: boolean;
2912
2829
  readonly isDecrease: boolean;
2913
- readonly type: "Increase" | "Decrease";
2830
+ readonly type: 'Increase' | 'Decrease';
2914
2831
  }
2915
- /** @name PalletBalancesError (322) */
2832
+ /** @name PalletBalancesError (321) */
2916
2833
  interface PalletBalancesError extends Enum {
2917
2834
  readonly isVestingBalance: boolean;
2918
2835
  readonly isLiquidityRestrictions: boolean;
@@ -2926,15 +2843,15 @@ declare module "@polkadot/types/lookup" {
2926
2843
  readonly isTooManyFreezes: boolean;
2927
2844
  readonly isIssuanceDeactivated: boolean;
2928
2845
  readonly isDeltaZero: boolean;
2929
- readonly type: "VestingBalance" | "LiquidityRestrictions" | "InsufficientBalance" | "ExistentialDeposit" | "Expendability" | "ExistingVestingSchedule" | "DeadAccount" | "TooManyReserves" | "TooManyHolds" | "TooManyFreezes" | "IssuanceDeactivated" | "DeltaZero";
2846
+ readonly type: 'VestingBalance' | 'LiquidityRestrictions' | 'InsufficientBalance' | 'ExistentialDeposit' | 'Expendability' | 'ExistingVestingSchedule' | 'DeadAccount' | 'TooManyReserves' | 'TooManyHolds' | 'TooManyFreezes' | 'IssuanceDeactivated' | 'DeltaZero';
2930
2847
  }
2931
- /** @name PalletTransactionPaymentReleases (323) */
2848
+ /** @name PalletTransactionPaymentReleases (322) */
2932
2849
  interface PalletTransactionPaymentReleases extends Enum {
2933
2850
  readonly isV1Ancient: boolean;
2934
2851
  readonly isV2: boolean;
2935
- readonly type: "V1Ancient" | "V2";
2852
+ readonly type: 'V1Ancient' | 'V2';
2936
2853
  }
2937
- /** @name PalletSudoCall (324) */
2854
+ /** @name PalletSudoCall (323) */
2938
2855
  interface PalletSudoCall extends Enum {
2939
2856
  readonly isSudo: boolean;
2940
2857
  readonly asSudo: {
@@ -2955,9 +2872,9 @@ declare module "@polkadot/types/lookup" {
2955
2872
  readonly call: Call;
2956
2873
  } & Struct;
2957
2874
  readonly isRemoveKey: boolean;
2958
- readonly type: "Sudo" | "SudoUncheckedWeight" | "SetKey" | "SudoAs" | "RemoveKey";
2875
+ readonly type: 'Sudo' | 'SudoUncheckedWeight' | 'SetKey' | 'SudoAs' | 'RemoveKey';
2959
2876
  }
2960
- /** @name PalletCollatorSelectionCall (326) */
2877
+ /** @name PalletCollatorSelectionCall (325) */
2961
2878
  interface PalletCollatorSelectionCall extends Enum {
2962
2879
  readonly isSetInvulnerables: boolean;
2963
2880
  readonly asSetInvulnerables: {
@@ -2990,9 +2907,9 @@ declare module "@polkadot/types/lookup" {
2990
2907
  readonly deposit: u128;
2991
2908
  readonly target: AccountId32;
2992
2909
  } & Struct;
2993
- readonly type: "SetInvulnerables" | "SetDesiredCandidates" | "SetCandidacyBond" | "RegisterAsCandidate" | "LeaveIntent" | "AddInvulnerable" | "RemoveInvulnerable" | "UpdateBond" | "TakeCandidateSlot";
2910
+ readonly type: 'SetInvulnerables' | 'SetDesiredCandidates' | 'SetCandidacyBond' | 'RegisterAsCandidate' | 'LeaveIntent' | 'AddInvulnerable' | 'RemoveInvulnerable' | 'UpdateBond' | 'TakeCandidateSlot';
2994
2911
  }
2995
- /** @name PalletSessionCall (327) */
2912
+ /** @name PalletSessionCall (326) */
2996
2913
  interface PalletSessionCall extends Enum {
2997
2914
  readonly isSetKeys: boolean;
2998
2915
  readonly asSetKeys: {
@@ -3000,16 +2917,16 @@ declare module "@polkadot/types/lookup" {
3000
2917
  readonly proof: Bytes;
3001
2918
  } & Struct;
3002
2919
  readonly isPurgeKeys: boolean;
3003
- readonly type: "SetKeys" | "PurgeKeys";
2920
+ readonly type: 'SetKeys' | 'PurgeKeys';
3004
2921
  }
3005
- /** @name ShParachainRuntimeSessionKeys (328) */
2922
+ /** @name ShParachainRuntimeSessionKeys (327) */
3006
2923
  interface ShParachainRuntimeSessionKeys extends Struct {
3007
2924
  readonly aura: SpConsensusAuraSr25519AppSr25519Public;
3008
2925
  }
3009
- /** @name SpConsensusAuraSr25519AppSr25519Public (329) */
2926
+ /** @name SpConsensusAuraSr25519AppSr25519Public (328) */
3010
2927
  interface SpConsensusAuraSr25519AppSr25519Public extends U8aFixed {
3011
2928
  }
3012
- /** @name CumulusPalletXcmpQueueCall (330) */
2929
+ /** @name CumulusPalletXcmpQueueCall (329) */
3013
2930
  interface CumulusPalletXcmpQueueCall extends Enum {
3014
2931
  readonly isSuspendXcmExecution: boolean;
3015
2932
  readonly isResumeXcmExecution: boolean;
@@ -3025,9 +2942,9 @@ declare module "@polkadot/types/lookup" {
3025
2942
  readonly asUpdateResumeThreshold: {
3026
2943
  readonly new_: u32;
3027
2944
  } & Struct;
3028
- readonly type: "SuspendXcmExecution" | "ResumeXcmExecution" | "UpdateSuspendThreshold" | "UpdateDropThreshold" | "UpdateResumeThreshold";
2945
+ readonly type: 'SuspendXcmExecution' | 'ResumeXcmExecution' | 'UpdateSuspendThreshold' | 'UpdateDropThreshold' | 'UpdateResumeThreshold';
3029
2946
  }
3030
- /** @name PalletXcmCall (331) */
2947
+ /** @name PalletXcmCall (330) */
3031
2948
  interface PalletXcmCall extends Enum {
3032
2949
  readonly isSend: boolean;
3033
2950
  readonly asSend: {
@@ -3113,9 +3030,9 @@ declare module "@polkadot/types/lookup" {
3113
3030
  readonly customXcmOnDest: XcmVersionedXcm;
3114
3031
  readonly weightLimit: XcmV3WeightLimit;
3115
3032
  } & Struct;
3116
- readonly type: "Send" | "TeleportAssets" | "ReserveTransferAssets" | "Execute" | "ForceXcmVersion" | "ForceDefaultXcmVersion" | "ForceSubscribeVersionNotify" | "ForceUnsubscribeVersionNotify" | "LimitedReserveTransferAssets" | "LimitedTeleportAssets" | "ForceSuspension" | "TransferAssets" | "ClaimAssets" | "TransferAssetsUsingTypeAndThen";
3033
+ readonly type: 'Send' | 'TeleportAssets' | 'ReserveTransferAssets' | 'Execute' | 'ForceXcmVersion' | 'ForceDefaultXcmVersion' | 'ForceSubscribeVersionNotify' | 'ForceUnsubscribeVersionNotify' | 'LimitedReserveTransferAssets' | 'LimitedTeleportAssets' | 'ForceSuspension' | 'TransferAssets' | 'ClaimAssets' | 'TransferAssetsUsingTypeAndThen';
3117
3034
  }
3118
- /** @name XcmVersionedXcm (332) */
3035
+ /** @name XcmVersionedXcm (331) */
3119
3036
  interface XcmVersionedXcm extends Enum {
3120
3037
  readonly isV3: boolean;
3121
3038
  readonly asV3: XcmV3Xcm;
@@ -3123,12 +3040,12 @@ declare module "@polkadot/types/lookup" {
3123
3040
  readonly asV4: StagingXcmV4Xcm;
3124
3041
  readonly isV5: boolean;
3125
3042
  readonly asV5: StagingXcmV5Xcm;
3126
- readonly type: "V3" | "V4" | "V5";
3043
+ readonly type: 'V3' | 'V4' | 'V5';
3127
3044
  }
3128
- /** @name XcmV3Xcm (333) */
3045
+ /** @name XcmV3Xcm (332) */
3129
3046
  interface XcmV3Xcm extends Vec<XcmV3Instruction> {
3130
3047
  }
3131
- /** @name XcmV3Instruction (335) */
3048
+ /** @name XcmV3Instruction (334) */
3132
3049
  interface XcmV3Instruction extends Enum {
3133
3050
  readonly isWithdrawAsset: boolean;
3134
3051
  readonly asWithdrawAsset: XcmV3MultiassetMultiAssets;
@@ -3307,9 +3224,9 @@ declare module "@polkadot/types/lookup" {
3307
3224
  readonly weightLimit: XcmV3WeightLimit;
3308
3225
  readonly checkOrigin: Option<StagingXcmV3MultiLocation>;
3309
3226
  } & Struct;
3310
- readonly type: "WithdrawAsset" | "ReserveAssetDeposited" | "ReceiveTeleportedAsset" | "QueryResponse" | "TransferAsset" | "TransferReserveAsset" | "Transact" | "HrmpNewChannelOpenRequest" | "HrmpChannelAccepted" | "HrmpChannelClosing" | "ClearOrigin" | "DescendOrigin" | "ReportError" | "DepositAsset" | "DepositReserveAsset" | "ExchangeAsset" | "InitiateReserveWithdraw" | "InitiateTeleport" | "ReportHolding" | "BuyExecution" | "RefundSurplus" | "SetErrorHandler" | "SetAppendix" | "ClearError" | "ClaimAsset" | "Trap" | "SubscribeVersion" | "UnsubscribeVersion" | "BurnAsset" | "ExpectAsset" | "ExpectOrigin" | "ExpectError" | "ExpectTransactStatus" | "QueryPallet" | "ExpectPallet" | "ReportTransactStatus" | "ClearTransactStatus" | "UniversalOrigin" | "ExportMessage" | "LockAsset" | "UnlockAsset" | "NoteUnlockable" | "RequestUnlock" | "SetFeesMode" | "SetTopic" | "ClearTopic" | "AliasOrigin" | "UnpaidExecution";
3227
+ readonly type: 'WithdrawAsset' | 'ReserveAssetDeposited' | 'ReceiveTeleportedAsset' | 'QueryResponse' | 'TransferAsset' | 'TransferReserveAsset' | 'Transact' | 'HrmpNewChannelOpenRequest' | 'HrmpChannelAccepted' | 'HrmpChannelClosing' | 'ClearOrigin' | 'DescendOrigin' | 'ReportError' | 'DepositAsset' | 'DepositReserveAsset' | 'ExchangeAsset' | 'InitiateReserveWithdraw' | 'InitiateTeleport' | 'ReportHolding' | 'BuyExecution' | 'RefundSurplus' | 'SetErrorHandler' | 'SetAppendix' | 'ClearError' | 'ClaimAsset' | 'Trap' | 'SubscribeVersion' | 'UnsubscribeVersion' | 'BurnAsset' | 'ExpectAsset' | 'ExpectOrigin' | 'ExpectError' | 'ExpectTransactStatus' | 'QueryPallet' | 'ExpectPallet' | 'ReportTransactStatus' | 'ClearTransactStatus' | 'UniversalOrigin' | 'ExportMessage' | 'LockAsset' | 'UnlockAsset' | 'NoteUnlockable' | 'RequestUnlock' | 'SetFeesMode' | 'SetTopic' | 'ClearTopic' | 'AliasOrigin' | 'UnpaidExecution';
3311
3228
  }
3312
- /** @name XcmV3Response (336) */
3229
+ /** @name XcmV3Response (335) */
3313
3230
  interface XcmV3Response extends Enum {
3314
3231
  readonly isNull: boolean;
3315
3232
  readonly isAssets: boolean;
@@ -3322,9 +3239,9 @@ declare module "@polkadot/types/lookup" {
3322
3239
  readonly asPalletsInfo: Vec<XcmV3PalletInfo>;
3323
3240
  readonly isDispatchResult: boolean;
3324
3241
  readonly asDispatchResult: XcmV3MaybeErrorCode;
3325
- readonly type: "Null" | "Assets" | "ExecutionResult" | "Version" | "PalletsInfo" | "DispatchResult";
3242
+ readonly type: 'Null' | 'Assets' | 'ExecutionResult' | 'Version' | 'PalletsInfo' | 'DispatchResult';
3326
3243
  }
3327
- /** @name XcmV3TraitsError (339) */
3244
+ /** @name XcmV3TraitsError (338) */
3328
3245
  interface XcmV3TraitsError extends Enum {
3329
3246
  readonly isOverflow: boolean;
3330
3247
  readonly isUnimplemented: boolean;
@@ -3368,9 +3285,9 @@ declare module "@polkadot/types/lookup" {
3368
3285
  readonly isBarrier: boolean;
3369
3286
  readonly isWeightNotComputable: boolean;
3370
3287
  readonly isExceedsStackLimit: boolean;
3371
- readonly type: "Overflow" | "Unimplemented" | "UntrustedReserveLocation" | "UntrustedTeleportLocation" | "LocationFull" | "LocationNotInvertible" | "BadOrigin" | "InvalidLocation" | "AssetNotFound" | "FailedToTransactAsset" | "NotWithdrawable" | "LocationCannotHold" | "ExceedsMaxMessageSize" | "DestinationUnsupported" | "Transport" | "Unroutable" | "UnknownClaim" | "FailedToDecode" | "MaxWeightInvalid" | "NotHoldingFees" | "TooExpensive" | "Trap" | "ExpectationFalse" | "PalletNotFound" | "NameMismatch" | "VersionIncompatible" | "HoldingWouldOverflow" | "ExportError" | "ReanchorFailed" | "NoDeal" | "FeesNotMet" | "LockError" | "NoPermission" | "Unanchored" | "NotDepositable" | "UnhandledXcmVersion" | "WeightLimitReached" | "Barrier" | "WeightNotComputable" | "ExceedsStackLimit";
3288
+ readonly type: 'Overflow' | 'Unimplemented' | 'UntrustedReserveLocation' | 'UntrustedTeleportLocation' | 'LocationFull' | 'LocationNotInvertible' | 'BadOrigin' | 'InvalidLocation' | 'AssetNotFound' | 'FailedToTransactAsset' | 'NotWithdrawable' | 'LocationCannotHold' | 'ExceedsMaxMessageSize' | 'DestinationUnsupported' | 'Transport' | 'Unroutable' | 'UnknownClaim' | 'FailedToDecode' | 'MaxWeightInvalid' | 'NotHoldingFees' | 'TooExpensive' | 'Trap' | 'ExpectationFalse' | 'PalletNotFound' | 'NameMismatch' | 'VersionIncompatible' | 'HoldingWouldOverflow' | 'ExportError' | 'ReanchorFailed' | 'NoDeal' | 'FeesNotMet' | 'LockError' | 'NoPermission' | 'Unanchored' | 'NotDepositable' | 'UnhandledXcmVersion' | 'WeightLimitReached' | 'Barrier' | 'WeightNotComputable' | 'ExceedsStackLimit';
3372
3289
  }
3373
- /** @name XcmV3PalletInfo (341) */
3290
+ /** @name XcmV3PalletInfo (340) */
3374
3291
  interface XcmV3PalletInfo extends Struct {
3375
3292
  readonly index: Compact<u32>;
3376
3293
  readonly name: Bytes;
@@ -3379,21 +3296,21 @@ declare module "@polkadot/types/lookup" {
3379
3296
  readonly minor: Compact<u32>;
3380
3297
  readonly patch: Compact<u32>;
3381
3298
  }
3382
- /** @name XcmV3QueryResponseInfo (345) */
3299
+ /** @name XcmV3QueryResponseInfo (344) */
3383
3300
  interface XcmV3QueryResponseInfo extends Struct {
3384
3301
  readonly destination: StagingXcmV3MultiLocation;
3385
3302
  readonly queryId: Compact<u64>;
3386
3303
  readonly maxWeight: SpWeightsWeightV2Weight;
3387
3304
  }
3388
- /** @name XcmV3MultiassetMultiAssetFilter (346) */
3305
+ /** @name XcmV3MultiassetMultiAssetFilter (345) */
3389
3306
  interface XcmV3MultiassetMultiAssetFilter extends Enum {
3390
3307
  readonly isDefinite: boolean;
3391
3308
  readonly asDefinite: XcmV3MultiassetMultiAssets;
3392
3309
  readonly isWild: boolean;
3393
3310
  readonly asWild: XcmV3MultiassetWildMultiAsset;
3394
- readonly type: "Definite" | "Wild";
3311
+ readonly type: 'Definite' | 'Wild';
3395
3312
  }
3396
- /** @name XcmV3MultiassetWildMultiAsset (347) */
3313
+ /** @name XcmV3MultiassetWildMultiAsset (346) */
3397
3314
  interface XcmV3MultiassetWildMultiAsset extends Enum {
3398
3315
  readonly isAll: boolean;
3399
3316
  readonly isAllOf: boolean;
@@ -3409,18 +3326,18 @@ declare module "@polkadot/types/lookup" {
3409
3326
  readonly fun: XcmV3MultiassetWildFungibility;
3410
3327
  readonly count: Compact<u32>;
3411
3328
  } & Struct;
3412
- readonly type: "All" | "AllOf" | "AllCounted" | "AllOfCounted";
3329
+ readonly type: 'All' | 'AllOf' | 'AllCounted' | 'AllOfCounted';
3413
3330
  }
3414
- /** @name XcmV3MultiassetWildFungibility (348) */
3331
+ /** @name XcmV3MultiassetWildFungibility (347) */
3415
3332
  interface XcmV3MultiassetWildFungibility extends Enum {
3416
3333
  readonly isFungible: boolean;
3417
3334
  readonly isNonFungible: boolean;
3418
- readonly type: "Fungible" | "NonFungible";
3335
+ readonly type: 'Fungible' | 'NonFungible';
3419
3336
  }
3420
- /** @name StagingXcmV4Xcm (349) */
3337
+ /** @name StagingXcmV4Xcm (348) */
3421
3338
  interface StagingXcmV4Xcm extends Vec<StagingXcmV4Instruction> {
3422
3339
  }
3423
- /** @name StagingXcmV4Instruction (351) */
3340
+ /** @name StagingXcmV4Instruction (350) */
3424
3341
  interface StagingXcmV4Instruction extends Enum {
3425
3342
  readonly isWithdrawAsset: boolean;
3426
3343
  readonly asWithdrawAsset: StagingXcmV4AssetAssets;
@@ -3599,9 +3516,9 @@ declare module "@polkadot/types/lookup" {
3599
3516
  readonly weightLimit: XcmV3WeightLimit;
3600
3517
  readonly checkOrigin: Option<StagingXcmV4Location>;
3601
3518
  } & Struct;
3602
- readonly type: "WithdrawAsset" | "ReserveAssetDeposited" | "ReceiveTeleportedAsset" | "QueryResponse" | "TransferAsset" | "TransferReserveAsset" | "Transact" | "HrmpNewChannelOpenRequest" | "HrmpChannelAccepted" | "HrmpChannelClosing" | "ClearOrigin" | "DescendOrigin" | "ReportError" | "DepositAsset" | "DepositReserveAsset" | "ExchangeAsset" | "InitiateReserveWithdraw" | "InitiateTeleport" | "ReportHolding" | "BuyExecution" | "RefundSurplus" | "SetErrorHandler" | "SetAppendix" | "ClearError" | "ClaimAsset" | "Trap" | "SubscribeVersion" | "UnsubscribeVersion" | "BurnAsset" | "ExpectAsset" | "ExpectOrigin" | "ExpectError" | "ExpectTransactStatus" | "QueryPallet" | "ExpectPallet" | "ReportTransactStatus" | "ClearTransactStatus" | "UniversalOrigin" | "ExportMessage" | "LockAsset" | "UnlockAsset" | "NoteUnlockable" | "RequestUnlock" | "SetFeesMode" | "SetTopic" | "ClearTopic" | "AliasOrigin" | "UnpaidExecution";
3519
+ readonly type: 'WithdrawAsset' | 'ReserveAssetDeposited' | 'ReceiveTeleportedAsset' | 'QueryResponse' | 'TransferAsset' | 'TransferReserveAsset' | 'Transact' | 'HrmpNewChannelOpenRequest' | 'HrmpChannelAccepted' | 'HrmpChannelClosing' | 'ClearOrigin' | 'DescendOrigin' | 'ReportError' | 'DepositAsset' | 'DepositReserveAsset' | 'ExchangeAsset' | 'InitiateReserveWithdraw' | 'InitiateTeleport' | 'ReportHolding' | 'BuyExecution' | 'RefundSurplus' | 'SetErrorHandler' | 'SetAppendix' | 'ClearError' | 'ClaimAsset' | 'Trap' | 'SubscribeVersion' | 'UnsubscribeVersion' | 'BurnAsset' | 'ExpectAsset' | 'ExpectOrigin' | 'ExpectError' | 'ExpectTransactStatus' | 'QueryPallet' | 'ExpectPallet' | 'ReportTransactStatus' | 'ClearTransactStatus' | 'UniversalOrigin' | 'ExportMessage' | 'LockAsset' | 'UnlockAsset' | 'NoteUnlockable' | 'RequestUnlock' | 'SetFeesMode' | 'SetTopic' | 'ClearTopic' | 'AliasOrigin' | 'UnpaidExecution';
3603
3520
  }
3604
- /** @name StagingXcmV4Response (352) */
3521
+ /** @name StagingXcmV4Response (351) */
3605
3522
  interface StagingXcmV4Response extends Enum {
3606
3523
  readonly isNull: boolean;
3607
3524
  readonly isAssets: boolean;
@@ -3614,9 +3531,9 @@ declare module "@polkadot/types/lookup" {
3614
3531
  readonly asPalletsInfo: Vec<StagingXcmV4PalletInfo>;
3615
3532
  readonly isDispatchResult: boolean;
3616
3533
  readonly asDispatchResult: XcmV3MaybeErrorCode;
3617
- readonly type: "Null" | "Assets" | "ExecutionResult" | "Version" | "PalletsInfo" | "DispatchResult";
3534
+ readonly type: 'Null' | 'Assets' | 'ExecutionResult' | 'Version' | 'PalletsInfo' | 'DispatchResult';
3618
3535
  }
3619
- /** @name StagingXcmV4PalletInfo (354) */
3536
+ /** @name StagingXcmV4PalletInfo (353) */
3620
3537
  interface StagingXcmV4PalletInfo extends Struct {
3621
3538
  readonly index: Compact<u32>;
3622
3539
  readonly name: Bytes;
@@ -3625,21 +3542,21 @@ declare module "@polkadot/types/lookup" {
3625
3542
  readonly minor: Compact<u32>;
3626
3543
  readonly patch: Compact<u32>;
3627
3544
  }
3628
- /** @name StagingXcmV4QueryResponseInfo (358) */
3545
+ /** @name StagingXcmV4QueryResponseInfo (357) */
3629
3546
  interface StagingXcmV4QueryResponseInfo extends Struct {
3630
3547
  readonly destination: StagingXcmV4Location;
3631
3548
  readonly queryId: Compact<u64>;
3632
3549
  readonly maxWeight: SpWeightsWeightV2Weight;
3633
3550
  }
3634
- /** @name StagingXcmV4AssetAssetFilter (359) */
3551
+ /** @name StagingXcmV4AssetAssetFilter (358) */
3635
3552
  interface StagingXcmV4AssetAssetFilter extends Enum {
3636
3553
  readonly isDefinite: boolean;
3637
3554
  readonly asDefinite: StagingXcmV4AssetAssets;
3638
3555
  readonly isWild: boolean;
3639
3556
  readonly asWild: StagingXcmV4AssetWildAsset;
3640
- readonly type: "Definite" | "Wild";
3557
+ readonly type: 'Definite' | 'Wild';
3641
3558
  }
3642
- /** @name StagingXcmV4AssetWildAsset (360) */
3559
+ /** @name StagingXcmV4AssetWildAsset (359) */
3643
3560
  interface StagingXcmV4AssetWildAsset extends Enum {
3644
3561
  readonly isAll: boolean;
3645
3562
  readonly isAllOf: boolean;
@@ -3655,24 +3572,24 @@ declare module "@polkadot/types/lookup" {
3655
3572
  readonly fun: StagingXcmV4AssetWildFungibility;
3656
3573
  readonly count: Compact<u32>;
3657
3574
  } & Struct;
3658
- readonly type: "All" | "AllOf" | "AllCounted" | "AllOfCounted";
3575
+ readonly type: 'All' | 'AllOf' | 'AllCounted' | 'AllOfCounted';
3659
3576
  }
3660
- /** @name StagingXcmV4AssetWildFungibility (361) */
3577
+ /** @name StagingXcmV4AssetWildFungibility (360) */
3661
3578
  interface StagingXcmV4AssetWildFungibility extends Enum {
3662
3579
  readonly isFungible: boolean;
3663
3580
  readonly isNonFungible: boolean;
3664
- readonly type: "Fungible" | "NonFungible";
3581
+ readonly type: 'Fungible' | 'NonFungible';
3665
3582
  }
3666
- /** @name StagingXcmExecutorAssetTransferTransferType (373) */
3583
+ /** @name StagingXcmExecutorAssetTransferTransferType (372) */
3667
3584
  interface StagingXcmExecutorAssetTransferTransferType extends Enum {
3668
3585
  readonly isTeleport: boolean;
3669
3586
  readonly isLocalReserve: boolean;
3670
3587
  readonly isDestinationReserve: boolean;
3671
3588
  readonly isRemoteReserve: boolean;
3672
3589
  readonly asRemoteReserve: XcmVersionedLocation;
3673
- readonly type: "Teleport" | "LocalReserve" | "DestinationReserve" | "RemoteReserve";
3590
+ readonly type: 'Teleport' | 'LocalReserve' | 'DestinationReserve' | 'RemoteReserve';
3674
3591
  }
3675
- /** @name XcmVersionedAssetId (374) */
3592
+ /** @name XcmVersionedAssetId (373) */
3676
3593
  interface XcmVersionedAssetId extends Enum {
3677
3594
  readonly isV3: boolean;
3678
3595
  readonly asV3: XcmV3MultiassetAssetId;
@@ -3680,11 +3597,11 @@ declare module "@polkadot/types/lookup" {
3680
3597
  readonly asV4: StagingXcmV4AssetAssetId;
3681
3598
  readonly isV5: boolean;
3682
3599
  readonly asV5: StagingXcmV5AssetAssetId;
3683
- readonly type: "V3" | "V4" | "V5";
3600
+ readonly type: 'V3' | 'V4' | 'V5';
3684
3601
  }
3685
- /** @name CumulusPalletXcmCall (375) */
3602
+ /** @name CumulusPalletXcmCall (374) */
3686
3603
  type CumulusPalletXcmCall = Null;
3687
- /** @name PalletMessageQueueCall (376) */
3604
+ /** @name PalletMessageQueueCall (375) */
3688
3605
  interface PalletMessageQueueCall extends Enum {
3689
3606
  readonly isReapPage: boolean;
3690
3607
  readonly asReapPage: {
@@ -3698,9 +3615,9 @@ declare module "@polkadot/types/lookup" {
3698
3615
  readonly index: u32;
3699
3616
  readonly weightLimit: SpWeightsWeightV2Weight;
3700
3617
  } & Struct;
3701
- readonly type: "ReapPage" | "ExecuteOverweight";
3618
+ readonly type: 'ReapPage' | 'ExecuteOverweight';
3702
3619
  }
3703
- /** @name PalletStorageProvidersCall (377) */
3620
+ /** @name PalletStorageProvidersCall (376) */
3704
3621
  interface PalletStorageProvidersCall extends Enum {
3705
3622
  readonly isRequestMspSignUp: boolean;
3706
3623
  readonly asRequestMspSignUp: {
@@ -3779,9 +3696,9 @@ declare module "@polkadot/types/lookup" {
3779
3696
  readonly providerId: H256;
3780
3697
  } & Struct;
3781
3698
  readonly isStopAllCycles: boolean;
3782
- readonly type: "RequestMspSignUp" | "RequestBspSignUp" | "ConfirmSignUp" | "CancelSignUp" | "MspSignOff" | "BspSignOff" | "ChangeCapacity" | "AddValueProp" | "MakeValuePropUnavailable" | "AddMultiaddress" | "RemoveMultiaddress" | "ForceMspSignUp" | "ForceBspSignUp" | "Slash" | "TopUpDeposit" | "DeleteProvider" | "StopAllCycles";
3699
+ readonly type: 'RequestMspSignUp' | 'RequestBspSignUp' | 'ConfirmSignUp' | 'CancelSignUp' | 'MspSignOff' | 'BspSignOff' | 'ChangeCapacity' | 'AddValueProp' | 'MakeValuePropUnavailable' | 'AddMultiaddress' | 'RemoveMultiaddress' | 'ForceMspSignUp' | 'ForceBspSignUp' | 'Slash' | 'TopUpDeposit' | 'DeleteProvider' | 'StopAllCycles';
3783
3700
  }
3784
- /** @name PalletFileSystemCall (378) */
3701
+ /** @name PalletFileSystemCall (377) */
3785
3702
  interface PalletFileSystemCall extends Enum {
3786
3703
  readonly isCreateBucket: boolean;
3787
3704
  readonly asCreateBucket: {
@@ -3896,15 +3813,15 @@ declare module "@polkadot/types/lookup" {
3896
3813
  readonly bspId: Option<H256>;
3897
3814
  readonly forestProof: SpTrieStorageProofCompactProof;
3898
3815
  } & Struct;
3899
- readonly type: "CreateBucket" | "RequestMoveBucket" | "MspRespondMoveBucketRequest" | "UpdateBucketPrivacy" | "CreateAndAssociateCollectionWithBucket" | "DeleteBucket" | "IssueStorageRequest" | "RevokeStorageRequest" | "MspRespondStorageRequestsMultipleBuckets" | "MspStopStoringBucket" | "BspVolunteer" | "BspConfirmStoring" | "BspRequestStopStoring" | "BspConfirmStopStoring" | "StopStoringForInsolventUser" | "MspStopStoringBucketForInsolventUser" | "RequestDeleteFile" | "DeleteFiles" | "DeleteFilesForIncompleteStorageRequest";
3816
+ readonly type: 'CreateBucket' | 'RequestMoveBucket' | 'MspRespondMoveBucketRequest' | 'UpdateBucketPrivacy' | 'CreateAndAssociateCollectionWithBucket' | 'DeleteBucket' | 'IssueStorageRequest' | 'RevokeStorageRequest' | 'MspRespondStorageRequestsMultipleBuckets' | 'MspStopStoringBucket' | 'BspVolunteer' | 'BspConfirmStoring' | 'BspRequestStopStoring' | 'BspConfirmStopStoring' | 'StopStoringForInsolventUser' | 'MspStopStoringBucketForInsolventUser' | 'RequestDeleteFile' | 'DeleteFiles' | 'DeleteFilesForIncompleteStorageRequest';
3900
3817
  }
3901
- /** @name PalletFileSystemBucketMoveRequestResponse (379) */
3818
+ /** @name PalletFileSystemBucketMoveRequestResponse (378) */
3902
3819
  interface PalletFileSystemBucketMoveRequestResponse extends Enum {
3903
3820
  readonly isAccepted: boolean;
3904
3821
  readonly isRejected: boolean;
3905
- readonly type: "Accepted" | "Rejected";
3822
+ readonly type: 'Accepted' | 'Rejected';
3906
3823
  }
3907
- /** @name PalletFileSystemReplicationTarget (380) */
3824
+ /** @name PalletFileSystemReplicationTarget (379) */
3908
3825
  interface PalletFileSystemReplicationTarget extends Enum {
3909
3826
  readonly isBasic: boolean;
3910
3827
  readonly isStandard: boolean;
@@ -3913,30 +3830,30 @@ declare module "@polkadot/types/lookup" {
3913
3830
  readonly isUltraHighSecurity: boolean;
3914
3831
  readonly isCustom: boolean;
3915
3832
  readonly asCustom: u32;
3916
- readonly type: "Basic" | "Standard" | "HighSecurity" | "SuperHighSecurity" | "UltraHighSecurity" | "Custom";
3833
+ readonly type: 'Basic' | 'Standard' | 'HighSecurity' | 'SuperHighSecurity' | 'UltraHighSecurity' | 'Custom';
3917
3834
  }
3918
- /** @name PalletFileSystemStorageRequestMspBucketResponse (382) */
3835
+ /** @name PalletFileSystemStorageRequestMspBucketResponse (381) */
3919
3836
  interface PalletFileSystemStorageRequestMspBucketResponse extends Struct {
3920
3837
  readonly bucketId: H256;
3921
3838
  readonly accept: Option<PalletFileSystemStorageRequestMspAcceptedFileKeys>;
3922
3839
  readonly reject: Vec<PalletFileSystemRejectedStorageRequest>;
3923
3840
  }
3924
- /** @name PalletFileSystemStorageRequestMspAcceptedFileKeys (384) */
3841
+ /** @name PalletFileSystemStorageRequestMspAcceptedFileKeys (383) */
3925
3842
  interface PalletFileSystemStorageRequestMspAcceptedFileKeys extends Struct {
3926
3843
  readonly fileKeysAndProofs: Vec<PalletFileSystemFileKeyWithProof>;
3927
3844
  readonly forestProof: SpTrieStorageProofCompactProof;
3928
3845
  }
3929
- /** @name PalletFileSystemFileKeyWithProof (386) */
3846
+ /** @name PalletFileSystemFileKeyWithProof (385) */
3930
3847
  interface PalletFileSystemFileKeyWithProof extends Struct {
3931
3848
  readonly fileKey: H256;
3932
3849
  readonly proof: ShpFileKeyVerifierFileKeyProof;
3933
3850
  }
3934
- /** @name PalletFileSystemRejectedStorageRequest (388) */
3851
+ /** @name PalletFileSystemRejectedStorageRequest (387) */
3935
3852
  interface PalletFileSystemRejectedStorageRequest extends Struct {
3936
3853
  readonly fileKey: H256;
3937
3854
  readonly reason: PalletFileSystemRejectedStorageRequestReason;
3938
3855
  }
3939
- /** @name PalletFileSystemFileDeletionRequest (391) */
3856
+ /** @name PalletFileSystemFileDeletionRequest (390) */
3940
3857
  interface PalletFileSystemFileDeletionRequest extends Struct {
3941
3858
  readonly fileOwner: AccountId32;
3942
3859
  readonly signedIntention: PalletFileSystemFileOperationIntention;
@@ -3946,7 +3863,7 @@ declare module "@polkadot/types/lookup" {
3946
3863
  readonly size_: u64;
3947
3864
  readonly fingerprint: H256;
3948
3865
  }
3949
- /** @name PalletProofsDealerCall (393) */
3866
+ /** @name PalletProofsDealerCall (392) */
3950
3867
  interface PalletProofsDealerCall extends Enum {
3951
3868
  readonly isChallenge: boolean;
3952
3869
  readonly asChallenge: {
@@ -3970,14 +3887,14 @@ declare module "@polkadot/types/lookup" {
3970
3887
  readonly key: H256;
3971
3888
  readonly shouldRemoveKey: bool;
3972
3889
  } & Struct;
3973
- readonly type: "Challenge" | "SubmitProof" | "ForceInitialiseChallengeCycle" | "SetPaused" | "PriorityChallenge";
3890
+ readonly type: 'Challenge' | 'SubmitProof' | 'ForceInitialiseChallengeCycle' | 'SetPaused' | 'PriorityChallenge';
3974
3891
  }
3975
- /** @name PalletRandomnessCall (394) */
3892
+ /** @name PalletRandomnessCall (393) */
3976
3893
  interface PalletRandomnessCall extends Enum {
3977
3894
  readonly isSetBabeRandomness: boolean;
3978
- readonly type: "SetBabeRandomness";
3895
+ readonly type: 'SetBabeRandomness';
3979
3896
  }
3980
- /** @name PalletPaymentStreamsCall (395) */
3897
+ /** @name PalletPaymentStreamsCall (394) */
3981
3898
  interface PalletPaymentStreamsCall extends Enum {
3982
3899
  readonly isCreateFixedRatePaymentStream: boolean;
3983
3900
  readonly asCreateFixedRatePaymentStream: {
@@ -4026,9 +3943,9 @@ declare module "@polkadot/types/lookup" {
4026
3943
  readonly providers: Vec<H256>;
4027
3944
  } & Struct;
4028
3945
  readonly isClearInsolventFlag: boolean;
4029
- readonly type: "CreateFixedRatePaymentStream" | "UpdateFixedRatePaymentStream" | "DeleteFixedRatePaymentStream" | "CreateDynamicRatePaymentStream" | "UpdateDynamicRatePaymentStream" | "DeleteDynamicRatePaymentStream" | "ChargePaymentStreams" | "ChargeMultipleUsersPaymentStreams" | "PayOutstandingDebt" | "ClearInsolventFlag";
3946
+ readonly type: 'CreateFixedRatePaymentStream' | 'UpdateFixedRatePaymentStream' | 'DeleteFixedRatePaymentStream' | 'CreateDynamicRatePaymentStream' | 'UpdateDynamicRatePaymentStream' | 'DeleteDynamicRatePaymentStream' | 'ChargePaymentStreams' | 'ChargeMultipleUsersPaymentStreams' | 'PayOutstandingDebt' | 'ClearInsolventFlag';
4030
3947
  }
4031
- /** @name PalletBucketNftsCall (396) */
3948
+ /** @name PalletBucketNftsCall (395) */
4032
3949
  interface PalletBucketNftsCall extends Enum {
4033
3950
  readonly isShareAccess: boolean;
4034
3951
  readonly asShareAccess: {
@@ -4043,9 +3960,9 @@ declare module "@polkadot/types/lookup" {
4043
3960
  readonly itemId: u32;
4044
3961
  readonly readAccessRegex: Option<Bytes>;
4045
3962
  } & Struct;
4046
- readonly type: "ShareAccess" | "UpdateReadAccess";
3963
+ readonly type: 'ShareAccess' | 'UpdateReadAccess';
4047
3964
  }
4048
- /** @name PalletNftsCall (398) */
3965
+ /** @name PalletNftsCall (397) */
4049
3966
  interface PalletNftsCall extends Enum {
4050
3967
  readonly isCreate: boolean;
4051
3968
  readonly asCreate: {
@@ -4276,24 +4193,24 @@ declare module "@polkadot/types/lookup" {
4276
4193
  readonly signature: SpRuntimeMultiSignature;
4277
4194
  readonly signer: AccountId32;
4278
4195
  } & Struct;
4279
- 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";
4196
+ 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';
4280
4197
  }
4281
- /** @name PalletNftsCollectionConfig (399) */
4198
+ /** @name PalletNftsCollectionConfig (398) */
4282
4199
  interface PalletNftsCollectionConfig extends Struct {
4283
4200
  readonly settings: u64;
4284
4201
  readonly maxSupply: Option<u32>;
4285
4202
  readonly mintSettings: PalletNftsMintSettings;
4286
4203
  }
4287
- /** @name PalletNftsCollectionSetting (401) */
4204
+ /** @name PalletNftsCollectionSetting (400) */
4288
4205
  interface PalletNftsCollectionSetting extends Enum {
4289
4206
  readonly isTransferableItems: boolean;
4290
4207
  readonly isUnlockedMetadata: boolean;
4291
4208
  readonly isUnlockedAttributes: boolean;
4292
4209
  readonly isUnlockedMaxSupply: boolean;
4293
4210
  readonly isDepositRequired: boolean;
4294
- readonly type: "TransferableItems" | "UnlockedMetadata" | "UnlockedAttributes" | "UnlockedMaxSupply" | "DepositRequired";
4211
+ readonly type: 'TransferableItems' | 'UnlockedMetadata' | 'UnlockedAttributes' | 'UnlockedMaxSupply' | 'DepositRequired';
4295
4212
  }
4296
- /** @name PalletNftsMintSettings (402) */
4213
+ /** @name PalletNftsMintSettings (401) */
4297
4214
  interface PalletNftsMintSettings extends Struct {
4298
4215
  readonly mintType: PalletNftsMintType;
4299
4216
  readonly price: Option<u128>;
@@ -4301,48 +4218,48 @@ declare module "@polkadot/types/lookup" {
4301
4218
  readonly endBlock: Option<u32>;
4302
4219
  readonly defaultItemSettings: u64;
4303
4220
  }
4304
- /** @name PalletNftsMintType (403) */
4221
+ /** @name PalletNftsMintType (402) */
4305
4222
  interface PalletNftsMintType extends Enum {
4306
4223
  readonly isIssuer: boolean;
4307
4224
  readonly isPublic: boolean;
4308
4225
  readonly isHolderOf: boolean;
4309
4226
  readonly asHolderOf: u32;
4310
- readonly type: "Issuer" | "Public" | "HolderOf";
4227
+ readonly type: 'Issuer' | 'Public' | 'HolderOf';
4311
4228
  }
4312
- /** @name PalletNftsItemSetting (406) */
4229
+ /** @name PalletNftsItemSetting (405) */
4313
4230
  interface PalletNftsItemSetting extends Enum {
4314
4231
  readonly isTransferable: boolean;
4315
4232
  readonly isUnlockedMetadata: boolean;
4316
4233
  readonly isUnlockedAttributes: boolean;
4317
- readonly type: "Transferable" | "UnlockedMetadata" | "UnlockedAttributes";
4234
+ readonly type: 'Transferable' | 'UnlockedMetadata' | 'UnlockedAttributes';
4318
4235
  }
4319
- /** @name PalletNftsDestroyWitness (407) */
4236
+ /** @name PalletNftsDestroyWitness (406) */
4320
4237
  interface PalletNftsDestroyWitness extends Struct {
4321
4238
  readonly itemMetadatas: Compact<u32>;
4322
4239
  readonly itemConfigs: Compact<u32>;
4323
4240
  readonly attributes: Compact<u32>;
4324
4241
  }
4325
- /** @name PalletNftsMintWitness (409) */
4242
+ /** @name PalletNftsMintWitness (408) */
4326
4243
  interface PalletNftsMintWitness extends Struct {
4327
4244
  readonly ownedItem: Option<u32>;
4328
4245
  readonly mintPrice: Option<u128>;
4329
4246
  }
4330
- /** @name PalletNftsItemConfig (410) */
4247
+ /** @name PalletNftsItemConfig (409) */
4331
4248
  interface PalletNftsItemConfig extends Struct {
4332
4249
  readonly settings: u64;
4333
4250
  }
4334
- /** @name PalletNftsCancelAttributesApprovalWitness (412) */
4251
+ /** @name PalletNftsCancelAttributesApprovalWitness (411) */
4335
4252
  interface PalletNftsCancelAttributesApprovalWitness extends Struct {
4336
4253
  readonly accountAttributes: u32;
4337
4254
  }
4338
- /** @name PalletNftsItemTip (414) */
4255
+ /** @name PalletNftsItemTip (413) */
4339
4256
  interface PalletNftsItemTip extends Struct {
4340
4257
  readonly collection: u32;
4341
4258
  readonly item: u32;
4342
4259
  readonly receiver: AccountId32;
4343
4260
  readonly amount: u128;
4344
4261
  }
4345
- /** @name PalletNftsPreSignedMint (416) */
4262
+ /** @name PalletNftsPreSignedMint (415) */
4346
4263
  interface PalletNftsPreSignedMint extends Struct {
4347
4264
  readonly collection: u32;
4348
4265
  readonly item: u32;
@@ -4352,7 +4269,7 @@ declare module "@polkadot/types/lookup" {
4352
4269
  readonly deadline: u32;
4353
4270
  readonly mintPrice: Option<u128>;
4354
4271
  }
4355
- /** @name PalletNftsPreSignedAttributes (417) */
4272
+ /** @name PalletNftsPreSignedAttributes (416) */
4356
4273
  interface PalletNftsPreSignedAttributes extends Struct {
4357
4274
  readonly collection: u32;
4358
4275
  readonly item: u32;
@@ -4360,185 +4277,95 @@ declare module "@polkadot/types/lookup" {
4360
4277
  readonly namespace: PalletNftsAttributeNamespace;
4361
4278
  readonly deadline: u32;
4362
4279
  }
4363
- /** @name PalletParametersCall (418) */
4280
+ /** @name PalletParametersCall (417) */
4364
4281
  interface PalletParametersCall extends Enum {
4365
4282
  readonly isSetParameter: boolean;
4366
4283
  readonly asSetParameter: {
4367
4284
  readonly keyValue: ShParachainRuntimeConfigsRuntimeParamsRuntimeParameters;
4368
4285
  } & Struct;
4369
- readonly type: "SetParameter";
4286
+ readonly type: 'SetParameter';
4370
4287
  }
4371
- /** @name ShParachainRuntimeConfigsRuntimeParamsRuntimeParameters (419) */
4288
+ /** @name ShParachainRuntimeConfigsRuntimeParamsRuntimeParameters (418) */
4372
4289
  interface ShParachainRuntimeConfigsRuntimeParamsRuntimeParameters extends Enum {
4373
4290
  readonly isRuntimeConfig: boolean;
4374
4291
  readonly asRuntimeConfig: ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParameters;
4375
- readonly type: "RuntimeConfig";
4292
+ readonly type: 'RuntimeConfig';
4376
4293
  }
4377
- /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParameters (420) */
4294
+ /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParameters (419) */
4378
4295
  interface ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParameters extends Enum {
4379
4296
  readonly isSlashAmountPerMaxFileSize: boolean;
4380
- readonly asSlashAmountPerMaxFileSize: ITuple<[
4381
- ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSlashAmountPerMaxFileSize,
4382
- Option<u128>
4383
- ]>;
4297
+ readonly asSlashAmountPerMaxFileSize: ITuple<[ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSlashAmountPerMaxFileSize, Option<u128>]>;
4384
4298
  readonly isStakeToChallengePeriod: boolean;
4385
- readonly asStakeToChallengePeriod: ITuple<[
4386
- ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStakeToChallengePeriod,
4387
- Option<u128>
4388
- ]>;
4299
+ readonly asStakeToChallengePeriod: ITuple<[ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStakeToChallengePeriod, Option<u128>]>;
4389
4300
  readonly isCheckpointChallengePeriod: boolean;
4390
- readonly asCheckpointChallengePeriod: ITuple<[
4391
- ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigCheckpointChallengePeriod,
4392
- Option<u32>
4393
- ]>;
4301
+ readonly asCheckpointChallengePeriod: ITuple<[ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigCheckpointChallengePeriod, Option<u32>]>;
4394
4302
  readonly isMinChallengePeriod: boolean;
4395
- readonly asMinChallengePeriod: ITuple<[
4396
- ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinChallengePeriod,
4397
- Option<u32>
4398
- ]>;
4303
+ readonly asMinChallengePeriod: ITuple<[ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinChallengePeriod, Option<u32>]>;
4399
4304
  readonly isSystemUtilisationLowerThresholdPercentage: boolean;
4400
- readonly asSystemUtilisationLowerThresholdPercentage: ITuple<[
4401
- ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSystemUtilisationLowerThresholdPercentage,
4402
- Option<Perbill>
4403
- ]>;
4305
+ readonly asSystemUtilisationLowerThresholdPercentage: ITuple<[ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSystemUtilisationLowerThresholdPercentage, Option<Perbill>]>;
4404
4306
  readonly isSystemUtilisationUpperThresholdPercentage: boolean;
4405
- readonly asSystemUtilisationUpperThresholdPercentage: ITuple<[
4406
- ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSystemUtilisationUpperThresholdPercentage,
4407
- Option<Perbill>
4408
- ]>;
4307
+ readonly asSystemUtilisationUpperThresholdPercentage: ITuple<[ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSystemUtilisationUpperThresholdPercentage, Option<Perbill>]>;
4409
4308
  readonly isMostlyStablePrice: boolean;
4410
- readonly asMostlyStablePrice: ITuple<[
4411
- ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMostlyStablePrice,
4412
- Option<u128>
4413
- ]>;
4309
+ readonly asMostlyStablePrice: ITuple<[ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMostlyStablePrice, Option<u128>]>;
4414
4310
  readonly isMaxPrice: boolean;
4415
- readonly asMaxPrice: ITuple<[
4416
- ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMaxPrice,
4417
- Option<u128>
4418
- ]>;
4311
+ readonly asMaxPrice: ITuple<[ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMaxPrice, Option<u128>]>;
4419
4312
  readonly isMinPrice: boolean;
4420
- readonly asMinPrice: ITuple<[
4421
- ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinPrice,
4422
- Option<u128>
4423
- ]>;
4313
+ readonly asMinPrice: ITuple<[ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinPrice, Option<u128>]>;
4424
4314
  readonly isUpperExponentFactor: boolean;
4425
- readonly asUpperExponentFactor: ITuple<[
4426
- ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUpperExponentFactor,
4427
- Option<u32>
4428
- ]>;
4315
+ readonly asUpperExponentFactor: ITuple<[ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUpperExponentFactor, Option<u32>]>;
4429
4316
  readonly isLowerExponentFactor: boolean;
4430
- readonly asLowerExponentFactor: ITuple<[
4431
- ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigLowerExponentFactor,
4432
- Option<u32>
4433
- ]>;
4317
+ readonly asLowerExponentFactor: ITuple<[ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigLowerExponentFactor, Option<u32>]>;
4434
4318
  readonly isZeroSizeBucketFixedRate: boolean;
4435
- readonly asZeroSizeBucketFixedRate: ITuple<[
4436
- ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigZeroSizeBucketFixedRate,
4437
- Option<u128>
4438
- ]>;
4319
+ readonly asZeroSizeBucketFixedRate: ITuple<[ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigZeroSizeBucketFixedRate, Option<u128>]>;
4439
4320
  readonly isIdealUtilisationRate: boolean;
4440
- readonly asIdealUtilisationRate: ITuple<[
4441
- ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigIdealUtilisationRate,
4442
- Option<Perbill>
4443
- ]>;
4321
+ readonly asIdealUtilisationRate: ITuple<[ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigIdealUtilisationRate, Option<Perbill>]>;
4444
4322
  readonly isDecayRate: boolean;
4445
- readonly asDecayRate: ITuple<[
4446
- ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigDecayRate,
4447
- Option<Perbill>
4448
- ]>;
4323
+ readonly asDecayRate: ITuple<[ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigDecayRate, Option<Perbill>]>;
4449
4324
  readonly isMinimumTreasuryCut: boolean;
4450
- readonly asMinimumTreasuryCut: ITuple<[
4451
- ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinimumTreasuryCut,
4452
- Option<Perbill>
4453
- ]>;
4325
+ readonly asMinimumTreasuryCut: ITuple<[ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinimumTreasuryCut, Option<Perbill>]>;
4454
4326
  readonly isMaximumTreasuryCut: boolean;
4455
- readonly asMaximumTreasuryCut: ITuple<[
4456
- ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMaximumTreasuryCut,
4457
- Option<Perbill>
4458
- ]>;
4327
+ readonly asMaximumTreasuryCut: ITuple<[ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMaximumTreasuryCut, Option<Perbill>]>;
4459
4328
  readonly isBspStopStoringFilePenalty: boolean;
4460
- readonly asBspStopStoringFilePenalty: ITuple<[
4461
- ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigBspStopStoringFilePenalty,
4462
- Option<u128>
4463
- ]>;
4329
+ readonly asBspStopStoringFilePenalty: ITuple<[ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigBspStopStoringFilePenalty, Option<u128>]>;
4464
4330
  readonly isProviderTopUpTtl: boolean;
4465
- readonly asProviderTopUpTtl: ITuple<[
4466
- ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigProviderTopUpTtl,
4467
- Option<u32>
4468
- ]>;
4331
+ readonly asProviderTopUpTtl: ITuple<[ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigProviderTopUpTtl, Option<u32>]>;
4469
4332
  readonly isBasicReplicationTarget: boolean;
4470
- readonly asBasicReplicationTarget: ITuple<[
4471
- ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigBasicReplicationTarget,
4472
- Option<u32>
4473
- ]>;
4333
+ readonly asBasicReplicationTarget: ITuple<[ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigBasicReplicationTarget, Option<u32>]>;
4474
4334
  readonly isStandardReplicationTarget: boolean;
4475
- readonly asStandardReplicationTarget: ITuple<[
4476
- ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStandardReplicationTarget,
4477
- Option<u32>
4478
- ]>;
4335
+ readonly asStandardReplicationTarget: ITuple<[ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStandardReplicationTarget, Option<u32>]>;
4479
4336
  readonly isHighSecurityReplicationTarget: boolean;
4480
- readonly asHighSecurityReplicationTarget: ITuple<[
4481
- ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigHighSecurityReplicationTarget,
4482
- Option<u32>
4483
- ]>;
4337
+ readonly asHighSecurityReplicationTarget: ITuple<[ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigHighSecurityReplicationTarget, Option<u32>]>;
4484
4338
  readonly isSuperHighSecurityReplicationTarget: boolean;
4485
- readonly asSuperHighSecurityReplicationTarget: ITuple<[
4486
- ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSuperHighSecurityReplicationTarget,
4487
- Option<u32>
4488
- ]>;
4339
+ readonly asSuperHighSecurityReplicationTarget: ITuple<[ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSuperHighSecurityReplicationTarget, Option<u32>]>;
4489
4340
  readonly isUltraHighSecurityReplicationTarget: boolean;
4490
- readonly asUltraHighSecurityReplicationTarget: ITuple<[
4491
- ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUltraHighSecurityReplicationTarget,
4492
- Option<u32>
4493
- ]>;
4341
+ readonly asUltraHighSecurityReplicationTarget: ITuple<[ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUltraHighSecurityReplicationTarget, Option<u32>]>;
4494
4342
  readonly isMaxReplicationTarget: boolean;
4495
- readonly asMaxReplicationTarget: ITuple<[
4496
- ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMaxReplicationTarget,
4497
- Option<u32>
4498
- ]>;
4343
+ readonly asMaxReplicationTarget: ITuple<[ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMaxReplicationTarget, Option<u32>]>;
4499
4344
  readonly isTickRangeToMaximumThreshold: boolean;
4500
- readonly asTickRangeToMaximumThreshold: ITuple<[
4501
- ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigTickRangeToMaximumThreshold,
4502
- Option<u32>
4503
- ]>;
4345
+ readonly asTickRangeToMaximumThreshold: ITuple<[ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigTickRangeToMaximumThreshold, Option<u32>]>;
4504
4346
  readonly isStorageRequestTtl: boolean;
4505
- readonly asStorageRequestTtl: ITuple<[
4506
- ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStorageRequestTtl,
4507
- Option<u32>
4508
- ]>;
4347
+ readonly asStorageRequestTtl: ITuple<[ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStorageRequestTtl, Option<u32>]>;
4509
4348
  readonly isMinWaitForStopStoring: boolean;
4510
- readonly asMinWaitForStopStoring: ITuple<[
4511
- ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinWaitForStopStoring,
4512
- Option<u32>
4513
- ]>;
4349
+ readonly asMinWaitForStopStoring: ITuple<[ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinWaitForStopStoring, Option<u32>]>;
4514
4350
  readonly isMinSeedPeriod: boolean;
4515
- readonly asMinSeedPeriod: ITuple<[
4516
- ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinSeedPeriod,
4517
- Option<u32>
4518
- ]>;
4351
+ readonly asMinSeedPeriod: ITuple<[ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinSeedPeriod, Option<u32>]>;
4519
4352
  readonly isStakeToSeedPeriod: boolean;
4520
- readonly asStakeToSeedPeriod: ITuple<[
4521
- ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStakeToSeedPeriod,
4522
- Option<u128>
4523
- ]>;
4353
+ readonly asStakeToSeedPeriod: ITuple<[ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStakeToSeedPeriod, Option<u128>]>;
4524
4354
  readonly isUpfrontTicksToPay: boolean;
4525
- readonly asUpfrontTicksToPay: ITuple<[
4526
- ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUpfrontTicksToPay,
4527
- Option<u32>
4528
- ]>;
4529
- 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";
4355
+ readonly asUpfrontTicksToPay: ITuple<[ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUpfrontTicksToPay, Option<u32>]>;
4356
+ 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';
4530
4357
  }
4531
- /** @name PalletSudoError (422) */
4358
+ /** @name PalletSudoError (421) */
4532
4359
  interface PalletSudoError extends Enum {
4533
4360
  readonly isRequireSudo: boolean;
4534
- readonly type: "RequireSudo";
4361
+ readonly type: 'RequireSudo';
4535
4362
  }
4536
- /** @name PalletCollatorSelectionCandidateInfo (425) */
4363
+ /** @name PalletCollatorSelectionCandidateInfo (424) */
4537
4364
  interface PalletCollatorSelectionCandidateInfo extends Struct {
4538
4365
  readonly who: AccountId32;
4539
4366
  readonly deposit: u128;
4540
4367
  }
4541
- /** @name PalletCollatorSelectionError (427) */
4368
+ /** @name PalletCollatorSelectionError (426) */
4542
4369
  interface PalletCollatorSelectionError extends Enum {
4543
4370
  readonly isTooManyCandidates: boolean;
4544
4371
  readonly isTooFewEligibleCollators: boolean;
@@ -4557,21 +4384,21 @@ declare module "@polkadot/types/lookup" {
4557
4384
  readonly isTargetIsNotCandidate: boolean;
4558
4385
  readonly isIdenticalDeposit: boolean;
4559
4386
  readonly isInvalidUnreserve: boolean;
4560
- readonly type: "TooManyCandidates" | "TooFewEligibleCollators" | "AlreadyCandidate" | "NotCandidate" | "TooManyInvulnerables" | "AlreadyInvulnerable" | "NotInvulnerable" | "NoAssociatedValidatorId" | "ValidatorNotRegistered" | "InsertToCandidateListFailed" | "RemoveFromCandidateListFailed" | "DepositTooLow" | "UpdateCandidateListFailed" | "InsufficientBond" | "TargetIsNotCandidate" | "IdenticalDeposit" | "InvalidUnreserve";
4387
+ readonly type: 'TooManyCandidates' | 'TooFewEligibleCollators' | 'AlreadyCandidate' | 'NotCandidate' | 'TooManyInvulnerables' | 'AlreadyInvulnerable' | 'NotInvulnerable' | 'NoAssociatedValidatorId' | 'ValidatorNotRegistered' | 'InsertToCandidateListFailed' | 'RemoveFromCandidateListFailed' | 'DepositTooLow' | 'UpdateCandidateListFailed' | 'InsufficientBond' | 'TargetIsNotCandidate' | 'IdenticalDeposit' | 'InvalidUnreserve';
4561
4388
  }
4562
- /** @name SpCoreCryptoKeyTypeId (431) */
4389
+ /** @name SpCoreCryptoKeyTypeId (430) */
4563
4390
  interface SpCoreCryptoKeyTypeId extends U8aFixed {
4564
4391
  }
4565
- /** @name PalletSessionError (432) */
4392
+ /** @name PalletSessionError (431) */
4566
4393
  interface PalletSessionError extends Enum {
4567
4394
  readonly isInvalidProof: boolean;
4568
4395
  readonly isNoAssociatedValidatorId: boolean;
4569
4396
  readonly isDuplicatedKey: boolean;
4570
4397
  readonly isNoKeys: boolean;
4571
4398
  readonly isNoAccount: boolean;
4572
- readonly type: "InvalidProof" | "NoAssociatedValidatorId" | "DuplicatedKey" | "NoKeys" | "NoAccount";
4399
+ readonly type: 'InvalidProof' | 'NoAssociatedValidatorId' | 'DuplicatedKey' | 'NoKeys' | 'NoAccount';
4573
4400
  }
4574
- /** @name CumulusPalletXcmpQueueOutboundChannelDetails (441) */
4401
+ /** @name CumulusPalletXcmpQueueOutboundChannelDetails (440) */
4575
4402
  interface CumulusPalletXcmpQueueOutboundChannelDetails extends Struct {
4576
4403
  readonly recipient: u32;
4577
4404
  readonly state: CumulusPalletXcmpQueueOutboundState;
@@ -4579,28 +4406,28 @@ declare module "@polkadot/types/lookup" {
4579
4406
  readonly firstIndex: u16;
4580
4407
  readonly lastIndex: u16;
4581
4408
  }
4582
- /** @name CumulusPalletXcmpQueueOutboundState (442) */
4409
+ /** @name CumulusPalletXcmpQueueOutboundState (441) */
4583
4410
  interface CumulusPalletXcmpQueueOutboundState extends Enum {
4584
4411
  readonly isOk: boolean;
4585
4412
  readonly isSuspended: boolean;
4586
- readonly type: "Ok" | "Suspended";
4413
+ readonly type: 'Ok' | 'Suspended';
4587
4414
  }
4588
- /** @name CumulusPalletXcmpQueueQueueConfigData (446) */
4415
+ /** @name CumulusPalletXcmpQueueQueueConfigData (445) */
4589
4416
  interface CumulusPalletXcmpQueueQueueConfigData extends Struct {
4590
4417
  readonly suspendThreshold: u32;
4591
4418
  readonly dropThreshold: u32;
4592
4419
  readonly resumeThreshold: u32;
4593
4420
  }
4594
- /** @name CumulusPalletXcmpQueueError (447) */
4421
+ /** @name CumulusPalletXcmpQueueError (446) */
4595
4422
  interface CumulusPalletXcmpQueueError extends Enum {
4596
4423
  readonly isBadQueueConfig: boolean;
4597
4424
  readonly isAlreadySuspended: boolean;
4598
4425
  readonly isAlreadyResumed: boolean;
4599
4426
  readonly isTooManyActiveOutboundChannels: boolean;
4600
4427
  readonly isTooBig: boolean;
4601
- readonly type: "BadQueueConfig" | "AlreadySuspended" | "AlreadyResumed" | "TooManyActiveOutboundChannels" | "TooBig";
4428
+ readonly type: 'BadQueueConfig' | 'AlreadySuspended' | 'AlreadyResumed' | 'TooManyActiveOutboundChannels' | 'TooBig';
4602
4429
  }
4603
- /** @name PalletXcmQueryStatus (448) */
4430
+ /** @name PalletXcmQueryStatus (447) */
4604
4431
  interface PalletXcmQueryStatus extends Enum {
4605
4432
  readonly isPending: boolean;
4606
4433
  readonly asPending: {
@@ -4619,9 +4446,9 @@ declare module "@polkadot/types/lookup" {
4619
4446
  readonly response: XcmVersionedResponse;
4620
4447
  readonly at: u32;
4621
4448
  } & Struct;
4622
- readonly type: "Pending" | "VersionNotifier" | "Ready";
4449
+ readonly type: 'Pending' | 'VersionNotifier' | 'Ready';
4623
4450
  }
4624
- /** @name XcmVersionedResponse (452) */
4451
+ /** @name XcmVersionedResponse (451) */
4625
4452
  interface XcmVersionedResponse extends Enum {
4626
4453
  readonly isV3: boolean;
4627
4454
  readonly asV3: XcmV3Response;
@@ -4629,25 +4456,25 @@ declare module "@polkadot/types/lookup" {
4629
4456
  readonly asV4: StagingXcmV4Response;
4630
4457
  readonly isV5: boolean;
4631
4458
  readonly asV5: StagingXcmV5Response;
4632
- readonly type: "V3" | "V4" | "V5";
4459
+ readonly type: 'V3' | 'V4' | 'V5';
4633
4460
  }
4634
- /** @name PalletXcmVersionMigrationStage (458) */
4461
+ /** @name PalletXcmVersionMigrationStage (457) */
4635
4462
  interface PalletXcmVersionMigrationStage extends Enum {
4636
4463
  readonly isMigrateSupportedVersion: boolean;
4637
4464
  readonly isMigrateVersionNotifiers: boolean;
4638
4465
  readonly isNotifyCurrentTargets: boolean;
4639
4466
  readonly asNotifyCurrentTargets: Option<Bytes>;
4640
4467
  readonly isMigrateAndNotifyOldTargets: boolean;
4641
- readonly type: "MigrateSupportedVersion" | "MigrateVersionNotifiers" | "NotifyCurrentTargets" | "MigrateAndNotifyOldTargets";
4468
+ readonly type: 'MigrateSupportedVersion' | 'MigrateVersionNotifiers' | 'NotifyCurrentTargets' | 'MigrateAndNotifyOldTargets';
4642
4469
  }
4643
- /** @name PalletXcmRemoteLockedFungibleRecord (460) */
4470
+ /** @name PalletXcmRemoteLockedFungibleRecord (459) */
4644
4471
  interface PalletXcmRemoteLockedFungibleRecord extends Struct {
4645
4472
  readonly amount: u128;
4646
4473
  readonly owner: XcmVersionedLocation;
4647
4474
  readonly locker: XcmVersionedLocation;
4648
4475
  readonly consumers: Vec<ITuple<[Null, u128]>>;
4649
4476
  }
4650
- /** @name PalletXcmError (467) */
4477
+ /** @name PalletXcmError (466) */
4651
4478
  interface PalletXcmError extends Enum {
4652
4479
  readonly isUnreachable: boolean;
4653
4480
  readonly isSendFailure: boolean;
@@ -4673,9 +4500,9 @@ declare module "@polkadot/types/lookup" {
4673
4500
  readonly isInvalidAssetUnsupportedReserve: boolean;
4674
4501
  readonly isTooManyReserves: boolean;
4675
4502
  readonly isLocalExecutionIncomplete: boolean;
4676
- readonly type: "Unreachable" | "SendFailure" | "Filtered" | "UnweighableMessage" | "DestinationNotInvertible" | "Empty" | "CannotReanchor" | "TooManyAssets" | "InvalidOrigin" | "BadVersion" | "BadLocation" | "NoSubscription" | "AlreadySubscribed" | "CannotCheckOutTeleport" | "LowBalance" | "TooManyLocks" | "AccountNotSovereign" | "FeesNotMet" | "LockNotFound" | "InUse" | "InvalidAssetUnknownReserve" | "InvalidAssetUnsupportedReserve" | "TooManyReserves" | "LocalExecutionIncomplete";
4503
+ readonly type: 'Unreachable' | 'SendFailure' | 'Filtered' | 'UnweighableMessage' | 'DestinationNotInvertible' | 'Empty' | 'CannotReanchor' | 'TooManyAssets' | 'InvalidOrigin' | 'BadVersion' | 'BadLocation' | 'NoSubscription' | 'AlreadySubscribed' | 'CannotCheckOutTeleport' | 'LowBalance' | 'TooManyLocks' | 'AccountNotSovereign' | 'FeesNotMet' | 'LockNotFound' | 'InUse' | 'InvalidAssetUnknownReserve' | 'InvalidAssetUnsupportedReserve' | 'TooManyReserves' | 'LocalExecutionIncomplete';
4677
4504
  }
4678
- /** @name PalletMessageQueueBookState (468) */
4505
+ /** @name PalletMessageQueueBookState (467) */
4679
4506
  interface PalletMessageQueueBookState extends Struct {
4680
4507
  readonly begin: u32;
4681
4508
  readonly end: u32;
@@ -4684,12 +4511,12 @@ declare module "@polkadot/types/lookup" {
4684
4511
  readonly messageCount: u64;
4685
4512
  readonly size_: u64;
4686
4513
  }
4687
- /** @name PalletMessageQueueNeighbours (470) */
4514
+ /** @name PalletMessageQueueNeighbours (469) */
4688
4515
  interface PalletMessageQueueNeighbours extends Struct {
4689
4516
  readonly prev: CumulusPrimitivesCoreAggregateMessageOrigin;
4690
4517
  readonly next: CumulusPrimitivesCoreAggregateMessageOrigin;
4691
4518
  }
4692
- /** @name PalletMessageQueuePage (472) */
4519
+ /** @name PalletMessageQueuePage (471) */
4693
4520
  interface PalletMessageQueuePage extends Struct {
4694
4521
  readonly remaining: u32;
4695
4522
  readonly remainingSize: u32;
@@ -4698,7 +4525,7 @@ declare module "@polkadot/types/lookup" {
4698
4525
  readonly last: u32;
4699
4526
  readonly heap: Bytes;
4700
4527
  }
4701
- /** @name PalletMessageQueueError (474) */
4528
+ /** @name PalletMessageQueueError (473) */
4702
4529
  interface PalletMessageQueueError extends Enum {
4703
4530
  readonly isNotReapable: boolean;
4704
4531
  readonly isNoPage: boolean;
@@ -4709,22 +4536,22 @@ declare module "@polkadot/types/lookup" {
4709
4536
  readonly isTemporarilyUnprocessable: boolean;
4710
4537
  readonly isQueuePaused: boolean;
4711
4538
  readonly isRecursiveDisallowed: boolean;
4712
- readonly type: "NotReapable" | "NoPage" | "NoMessage" | "AlreadyProcessed" | "Queued" | "InsufficientWeight" | "TemporarilyUnprocessable" | "QueuePaused" | "RecursiveDisallowed";
4539
+ readonly type: 'NotReapable' | 'NoPage' | 'NoMessage' | 'AlreadyProcessed' | 'Queued' | 'InsufficientWeight' | 'TemporarilyUnprocessable' | 'QueuePaused' | 'RecursiveDisallowed';
4713
4540
  }
4714
- /** @name PalletStorageProvidersSignUpRequest (475) */
4541
+ /** @name PalletStorageProvidersSignUpRequest (474) */
4715
4542
  interface PalletStorageProvidersSignUpRequest extends Struct {
4716
4543
  readonly spSignUpRequest: PalletStorageProvidersSignUpRequestSpParams;
4717
4544
  readonly at: u32;
4718
4545
  }
4719
- /** @name PalletStorageProvidersSignUpRequestSpParams (476) */
4546
+ /** @name PalletStorageProvidersSignUpRequestSpParams (475) */
4720
4547
  interface PalletStorageProvidersSignUpRequestSpParams extends Enum {
4721
4548
  readonly isBackupStorageProvider: boolean;
4722
4549
  readonly asBackupStorageProvider: PalletStorageProvidersBackupStorageProvider;
4723
4550
  readonly isMainStorageProvider: boolean;
4724
4551
  readonly asMainStorageProvider: PalletStorageProvidersMainStorageProviderSignUpRequest;
4725
- readonly type: "BackupStorageProvider" | "MainStorageProvider";
4552
+ readonly type: 'BackupStorageProvider' | 'MainStorageProvider';
4726
4553
  }
4727
- /** @name PalletStorageProvidersBackupStorageProvider (477) */
4554
+ /** @name PalletStorageProvidersBackupStorageProvider (476) */
4728
4555
  interface PalletStorageProvidersBackupStorageProvider extends Struct {
4729
4556
  readonly capacity: u64;
4730
4557
  readonly capacityUsed: u64;
@@ -4736,12 +4563,12 @@ declare module "@polkadot/types/lookup" {
4736
4563
  readonly reputationWeight: u32;
4737
4564
  readonly signUpBlock: u32;
4738
4565
  }
4739
- /** @name PalletStorageProvidersMainStorageProviderSignUpRequest (478) */
4566
+ /** @name PalletStorageProvidersMainStorageProviderSignUpRequest (477) */
4740
4567
  interface PalletStorageProvidersMainStorageProviderSignUpRequest extends Struct {
4741
4568
  readonly mspInfo: PalletStorageProvidersMainStorageProvider;
4742
4569
  readonly valueProp: PalletStorageProvidersValueProposition;
4743
4570
  }
4744
- /** @name PalletStorageProvidersMainStorageProvider (479) */
4571
+ /** @name PalletStorageProvidersMainStorageProvider (478) */
4745
4572
  interface PalletStorageProvidersMainStorageProvider extends Struct {
4746
4573
  readonly capacity: u64;
4747
4574
  readonly capacityUsed: u64;
@@ -4753,7 +4580,7 @@ declare module "@polkadot/types/lookup" {
4753
4580
  readonly paymentAccount: AccountId32;
4754
4581
  readonly signUpBlock: u32;
4755
4582
  }
4756
- /** @name PalletStorageProvidersBucket (480) */
4583
+ /** @name PalletStorageProvidersBucket (479) */
4757
4584
  interface PalletStorageProvidersBucket extends Struct {
4758
4585
  readonly root: H256;
4759
4586
  readonly userId: AccountId32;
@@ -4763,7 +4590,7 @@ declare module "@polkadot/types/lookup" {
4763
4590
  readonly size_: u64;
4764
4591
  readonly valuePropId: H256;
4765
4592
  }
4766
- /** @name PalletStorageProvidersError (484) */
4593
+ /** @name PalletStorageProvidersError (483) */
4767
4594
  interface PalletStorageProvidersError extends Enum {
4768
4595
  readonly isAlreadyRegistered: boolean;
4769
4596
  readonly isSignUpNotRequested: boolean;
@@ -4817,9 +4644,9 @@ declare module "@polkadot/types/lookup" {
4817
4644
  readonly isInvalidEncodedFileMetadata: boolean;
4818
4645
  readonly isInvalidEncodedAccountId: boolean;
4819
4646
  readonly isPaymentStreamNotFound: boolean;
4820
- 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";
4647
+ 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';
4821
4648
  }
4822
- /** @name PalletFileSystemStorageRequestMetadata (485) */
4649
+ /** @name PalletFileSystemStorageRequestMetadata (484) */
4823
4650
  interface PalletFileSystemStorageRequestMetadata extends Struct {
4824
4651
  readonly requestedAt: u32;
4825
4652
  readonly expiresAt: u32;
@@ -4828,18 +4655,29 @@ declare module "@polkadot/types/lookup" {
4828
4655
  readonly location: Bytes;
4829
4656
  readonly fingerprint: H256;
4830
4657
  readonly size_: u64;
4831
- readonly msp: Option<ITuple<[H256, bool]>>;
4658
+ readonly mspStatus: PalletFileSystemMspStorageRequestStatus;
4832
4659
  readonly userPeerIds: Vec<Bytes>;
4833
4660
  readonly bspsRequired: u32;
4834
4661
  readonly bspsConfirmed: u32;
4835
4662
  readonly bspsVolunteered: u32;
4836
4663
  readonly depositPaid: u128;
4837
4664
  }
4838
- /** @name PalletFileSystemStorageRequestBspsMetadata (488) */
4665
+ /** @name PalletFileSystemMspStorageRequestStatus (485) */
4666
+ interface PalletFileSystemMspStorageRequestStatus extends Enum {
4667
+ readonly isNone: boolean;
4668
+ readonly isPending: boolean;
4669
+ readonly asPending: H256;
4670
+ readonly isAcceptedNewFile: boolean;
4671
+ readonly asAcceptedNewFile: H256;
4672
+ readonly isAcceptedExistingFile: boolean;
4673
+ readonly asAcceptedExistingFile: H256;
4674
+ readonly type: 'None' | 'Pending' | 'AcceptedNewFile' | 'AcceptedExistingFile';
4675
+ }
4676
+ /** @name PalletFileSystemStorageRequestBspsMetadata (486) */
4839
4677
  interface PalletFileSystemStorageRequestBspsMetadata extends Struct {
4840
4678
  readonly confirmed: bool;
4841
4679
  }
4842
- /** @name PalletFileSystemPendingFileDeletionRequest (490) */
4680
+ /** @name PalletFileSystemPendingFileDeletionRequest (488) */
4843
4681
  interface PalletFileSystemPendingFileDeletionRequest extends Struct {
4844
4682
  readonly user: AccountId32;
4845
4683
  readonly fileKey: H256;
@@ -4848,19 +4686,19 @@ declare module "@polkadot/types/lookup" {
4848
4686
  readonly depositPaidForCreation: u128;
4849
4687
  readonly queuePriorityChallenge: bool;
4850
4688
  }
4851
- /** @name PalletFileSystemPendingStopStoringRequest (492) */
4689
+ /** @name PalletFileSystemPendingStopStoringRequest (490) */
4852
4690
  interface PalletFileSystemPendingStopStoringRequest extends Struct {
4853
4691
  readonly tickWhenRequested: u32;
4854
4692
  readonly fileOwner: AccountId32;
4855
4693
  readonly fileSize: u64;
4856
4694
  }
4857
- /** @name PalletFileSystemMoveBucketRequestMetadata (493) */
4695
+ /** @name PalletFileSystemMoveBucketRequestMetadata (491) */
4858
4696
  interface PalletFileSystemMoveBucketRequestMetadata extends Struct {
4859
4697
  readonly requester: AccountId32;
4860
4698
  readonly newMspId: H256;
4861
4699
  readonly newValuePropId: H256;
4862
4700
  }
4863
- /** @name PalletFileSystemIncompleteStorageRequestMetadata (494) */
4701
+ /** @name PalletFileSystemIncompleteStorageRequestMetadata (492) */
4864
4702
  interface PalletFileSystemIncompleteStorageRequestMetadata extends Struct {
4865
4703
  readonly owner: AccountId32;
4866
4704
  readonly bucketId: H256;
@@ -4870,110 +4708,85 @@ declare module "@polkadot/types/lookup" {
4870
4708
  readonly pendingBspRemovals: Vec<H256>;
4871
4709
  readonly pendingBucketRemoval: bool;
4872
4710
  }
4873
- /** @name PalletFileSystemError (496) */
4711
+ /** @name PalletFileSystemError (494) */
4874
4712
  interface PalletFileSystemError extends Enum {
4713
+ readonly isNotABsp: boolean;
4714
+ readonly isNotAMsp: boolean;
4715
+ readonly isNotASp: boolean;
4875
4716
  readonly isStorageRequestAlreadyRegistered: boolean;
4876
4717
  readonly isStorageRequestNotFound: boolean;
4877
- readonly isStorageRequestNotRevoked: boolean;
4878
4718
  readonly isStorageRequestExists: boolean;
4719
+ readonly isStorageRequestNotAuthorized: boolean;
4720
+ readonly isStorageRequestBspsRequiredFulfilled: boolean;
4721
+ readonly isTooManyStorageRequestResponses: boolean;
4722
+ readonly isIncompleteStorageRequestNotFound: boolean;
4879
4723
  readonly isReplicationTargetCannotBeZero: boolean;
4880
4724
  readonly isReplicationTargetExceedsMaximum: boolean;
4881
- readonly isMaxReplicationTargetSmallerThanDefault: boolean;
4882
- readonly isNotABsp: boolean;
4883
- readonly isNotAMsp: boolean;
4884
- readonly isNotASp: boolean;
4885
4725
  readonly isBspNotVolunteered: boolean;
4886
4726
  readonly isBspNotConfirmed: boolean;
4887
4727
  readonly isBspAlreadyConfirmed: boolean;
4888
- readonly isStorageRequestBspsRequiredFulfilled: boolean;
4889
4728
  readonly isBspAlreadyVolunteered: boolean;
4890
- readonly isInsufficientAvailableCapacity: boolean;
4891
- readonly isUnexpectedNumberOfRemovedVolunteeredBsps: boolean;
4892
4729
  readonly isBspNotEligibleToVolunteer: boolean;
4893
- readonly isStorageRequestExpiredNoSlotAvailable: boolean;
4894
- readonly isStorageRequestNotAuthorized: boolean;
4895
- readonly isMaxTickNumberReached: boolean;
4896
- readonly isFailedToEncodeBsp: boolean;
4897
- readonly isFailedToEncodeFingerprint: boolean;
4898
- readonly isFailedToDecodeThreshold: boolean;
4899
- readonly isAboveThreshold: boolean;
4900
- readonly isThresholdArithmeticError: boolean;
4901
- readonly isFailedTypeConversion: boolean;
4902
- readonly isDividedByZero: boolean;
4903
- readonly isImpossibleFailedToGetValue: boolean;
4904
- readonly isBucketIsNotPrivate: boolean;
4730
+ readonly isInsufficientAvailableCapacity: boolean;
4731
+ readonly isNoFileKeysToConfirm: boolean;
4732
+ readonly isMspNotStoringBucket: boolean;
4733
+ readonly isNotSelectedMsp: boolean;
4734
+ readonly isMspAlreadyConfirmed: boolean;
4735
+ readonly isRequestWithoutMsp: boolean;
4736
+ readonly isMspAlreadyStoringBucket: boolean;
4905
4737
  readonly isBucketNotFound: boolean;
4906
4738
  readonly isBucketNotEmpty: boolean;
4907
4739
  readonly isNotBucketOwner: boolean;
4740
+ readonly isBucketIsBeingMoved: boolean;
4741
+ readonly isInvalidBucketIdFileKeyPair: boolean;
4908
4742
  readonly isValuePropositionNotAvailable: boolean;
4909
4743
  readonly isCollectionNotFound: boolean;
4910
- readonly isProviderRootNotFound: boolean;
4911
- readonly isExpectedNonInclusionProof: boolean;
4912
- readonly isExpectedInclusionProof: boolean;
4744
+ readonly isMoveBucketRequestNotFound: boolean;
4913
4745
  readonly isInvalidFileKeyMetadata: boolean;
4914
- readonly isThresholdBelowAsymptote: boolean;
4915
- readonly isNotFileOwner: boolean;
4916
- readonly isFileKeyAlreadyPendingDeletion: boolean;
4746
+ readonly isFileSizeCannotBeZero: boolean;
4747
+ readonly isProviderNotStoringFile: boolean;
4748
+ readonly isFileHasActiveStorageRequest: boolean;
4749
+ readonly isFileHasIncompleteStorageRequest: boolean;
4917
4750
  readonly isBatchFileDeletionMustContainSingleBucket: boolean;
4918
4751
  readonly isDuplicateFileKeyInBatchFileDeletion: boolean;
4919
4752
  readonly isNoFileKeysToDelete: boolean;
4920
4753
  readonly isFailedToPushFileKeyToBucketDeletionVector: boolean;
4921
4754
  readonly isFailedToPushUserToBspDeletionVector: boolean;
4922
4755
  readonly isFailedToPushFileKeyToBspDeletionVector: boolean;
4923
- readonly isMaxUserPendingDeletionRequestsReached: boolean;
4924
- readonly isMspNotStoringBucket: boolean;
4925
- readonly isFileKeyNotPendingDeletion: boolean;
4926
- readonly isFileSizeCannotBeZero: boolean;
4927
- readonly isNoGlobalReputationWeightSet: boolean;
4928
- readonly isNoBspReputationWeightSet: boolean;
4929
- readonly isMaximumThresholdCannotBeZero: boolean;
4930
- readonly isTickRangeToMaximumThresholdCannotBeZero: boolean;
4931
4756
  readonly isPendingStopStoringRequestNotFound: boolean;
4932
4757
  readonly isMinWaitForStopStoringNotReached: boolean;
4933
4758
  readonly isPendingStopStoringRequestAlreadyExists: boolean;
4934
- readonly isOperationNotAllowedWithInsolventUser: boolean;
4935
- readonly isUserNotInsolvent: boolean;
4936
- readonly isNotSelectedMsp: boolean;
4937
- readonly isMspAlreadyConfirmed: boolean;
4938
- readonly isRequestWithoutMsp: boolean;
4939
- readonly isMspAlreadyStoringBucket: boolean;
4940
- readonly isMoveBucketRequestNotFound: boolean;
4941
- readonly isBucketIsBeingMoved: boolean;
4942
- readonly isBspAlreadyDataServer: boolean;
4943
- readonly isBspDataServersExceeded: boolean;
4944
- readonly isFileMetadataProcessingQueueFull: boolean;
4945
- readonly isTooManyBatchResponses: boolean;
4946
- readonly isTooManyStorageRequestResponses: boolean;
4947
- readonly isInvalidBucketIdFileKeyPair: boolean;
4948
- readonly isInconsistentStateKeyAlreadyExists: boolean;
4759
+ readonly isExpectedNonInclusionProof: boolean;
4760
+ readonly isExpectedInclusionProof: boolean;
4949
4761
  readonly isFixedRatePaymentStreamNotFound: boolean;
4950
4762
  readonly isDynamicRatePaymentStreamNotFound: boolean;
4763
+ readonly isOperationNotAllowedWithInsolventUser: boolean;
4764
+ readonly isUserNotInsolvent: boolean;
4765
+ readonly isOperationNotAllowedForInsolventProvider: boolean;
4766
+ readonly isInvalidSignature: boolean;
4767
+ readonly isInvalidProviderID: boolean;
4768
+ readonly isInvalidSignedOperation: boolean;
4769
+ readonly isNoGlobalReputationWeightSet: boolean;
4770
+ readonly isNoBspReputationWeightSet: boolean;
4951
4771
  readonly isCannotHoldDeposit: boolean;
4772
+ readonly isMaxTickNumberReached: boolean;
4773
+ readonly isThresholdArithmeticError: boolean;
4774
+ readonly isRootNotUpdated: boolean;
4775
+ readonly isImpossibleFailedToGetValue: boolean;
4952
4776
  readonly isFailedToQueryEarliestFileVolunteerTick: boolean;
4953
4777
  readonly isFailedToGetOwnerAccount: boolean;
4954
4778
  readonly isFailedToGetPaymentAccount: boolean;
4955
- readonly isNoFileKeysToConfirm: boolean;
4956
- readonly isRootNotUpdated: boolean;
4957
- readonly isNoPrivacyChange: boolean;
4958
- readonly isOperationNotAllowedForInsolventProvider: boolean;
4959
- readonly isOperationNotAllowedWhileBucketIsNotStoredByMsp: boolean;
4960
4779
  readonly isFailedToComputeFileKey: boolean;
4961
4780
  readonly isFailedToCreateFileMetadata: boolean;
4962
- readonly isInvalidSignature: boolean;
4963
- readonly isForestProofVerificationFailed: boolean;
4964
- readonly isProviderNotStoringFile: boolean;
4965
- readonly isInvalidProviderID: boolean;
4966
- readonly isInvalidSignedOperation: boolean;
4967
- readonly isFileKeyMismatch: boolean;
4968
- readonly isIncompleteStorageRequestNotFound: boolean;
4969
- 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";
4781
+ readonly isFileMetadataProcessingQueueFull: boolean;
4782
+ 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';
4970
4783
  }
4971
- /** @name PalletProofsDealerProofSubmissionRecord (498) */
4784
+ /** @name PalletProofsDealerProofSubmissionRecord (496) */
4972
4785
  interface PalletProofsDealerProofSubmissionRecord extends Struct {
4973
4786
  readonly lastTickProven: u32;
4974
4787
  readonly nextTickToSubmitProofFor: u32;
4975
4788
  }
4976
- /** @name PalletProofsDealerError (505) */
4789
+ /** @name PalletProofsDealerError (503) */
4977
4790
  interface PalletProofsDealerError extends Enum {
4978
4791
  readonly isNotProvider: boolean;
4979
4792
  readonly isChallengesQueueOverflow: boolean;
@@ -4999,28 +4812,28 @@ declare module "@polkadot/types/lookup" {
4999
4812
  readonly isUnexpectedNumberOfRemoveMutations: boolean;
5000
4813
  readonly isFailedToUpdateProviderAfterKeyRemoval: boolean;
5001
4814
  readonly isTooManyValidProofSubmitters: boolean;
5002
- 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";
4815
+ 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';
5003
4816
  }
5004
- /** @name PalletPaymentStreamsFixedRatePaymentStream (508) */
4817
+ /** @name PalletPaymentStreamsFixedRatePaymentStream (506) */
5005
4818
  interface PalletPaymentStreamsFixedRatePaymentStream extends Struct {
5006
4819
  readonly rate: u128;
5007
4820
  readonly lastChargedTick: u32;
5008
4821
  readonly userDeposit: u128;
5009
4822
  readonly outOfFundsTick: Option<u32>;
5010
4823
  }
5011
- /** @name PalletPaymentStreamsDynamicRatePaymentStream (509) */
4824
+ /** @name PalletPaymentStreamsDynamicRatePaymentStream (507) */
5012
4825
  interface PalletPaymentStreamsDynamicRatePaymentStream extends Struct {
5013
4826
  readonly amountProvided: u64;
5014
4827
  readonly priceIndexWhenLastCharged: u128;
5015
4828
  readonly userDeposit: u128;
5016
4829
  readonly outOfFundsTick: Option<u32>;
5017
4830
  }
5018
- /** @name PalletPaymentStreamsProviderLastChargeableInfo (510) */
4831
+ /** @name PalletPaymentStreamsProviderLastChargeableInfo (508) */
5019
4832
  interface PalletPaymentStreamsProviderLastChargeableInfo extends Struct {
5020
4833
  readonly lastChargeableTick: u32;
5021
4834
  readonly priceIndex: u128;
5022
4835
  }
5023
- /** @name PalletPaymentStreamsError (511) */
4836
+ /** @name PalletPaymentStreamsError (509) */
5024
4837
  interface PalletPaymentStreamsError extends Enum {
5025
4838
  readonly isPaymentStreamAlreadyExists: boolean;
5026
4839
  readonly isPaymentStreamNotFound: boolean;
@@ -5040,17 +4853,17 @@ declare module "@polkadot/types/lookup" {
5040
4853
  readonly isCooldownPeriodNotPassed: boolean;
5041
4854
  readonly isUserHasRemainingDebt: boolean;
5042
4855
  readonly isProviderInsolvent: boolean;
5043
- readonly type: "PaymentStreamAlreadyExists" | "PaymentStreamNotFound" | "NotAProvider" | "ProviderInconsistencyError" | "CannotHoldDeposit" | "UpdateRateToSameRate" | "UpdateAmountToSameAmount" | "RateCantBeZero" | "AmountProvidedCantBeZero" | "LastChargedGreaterThanLastChargeable" | "InvalidLastChargeableBlockNumber" | "InvalidLastChargeablePriceIndex" | "ChargeOverflow" | "UserWithoutFunds" | "UserNotFlaggedAsWithoutFunds" | "CooldownPeriodNotPassed" | "UserHasRemainingDebt" | "ProviderInsolvent";
4856
+ readonly type: 'PaymentStreamAlreadyExists' | 'PaymentStreamNotFound' | 'NotAProvider' | 'ProviderInconsistencyError' | 'CannotHoldDeposit' | 'UpdateRateToSameRate' | 'UpdateAmountToSameAmount' | 'RateCantBeZero' | 'AmountProvidedCantBeZero' | 'LastChargedGreaterThanLastChargeable' | 'InvalidLastChargeableBlockNumber' | 'InvalidLastChargeablePriceIndex' | 'ChargeOverflow' | 'UserWithoutFunds' | 'UserNotFlaggedAsWithoutFunds' | 'CooldownPeriodNotPassed' | 'UserHasRemainingDebt' | 'ProviderInsolvent';
5044
4857
  }
5045
- /** @name PalletBucketNftsError (512) */
4858
+ /** @name PalletBucketNftsError (510) */
5046
4859
  interface PalletBucketNftsError extends Enum {
5047
4860
  readonly isBucketIsNotPrivate: boolean;
5048
4861
  readonly isNotBucketOwner: boolean;
5049
4862
  readonly isNoCorrespondingCollection: boolean;
5050
4863
  readonly isConvertBytesToBoundedVec: boolean;
5051
- readonly type: "BucketIsNotPrivate" | "NotBucketOwner" | "NoCorrespondingCollection" | "ConvertBytesToBoundedVec";
4864
+ readonly type: 'BucketIsNotPrivate' | 'NotBucketOwner' | 'NoCorrespondingCollection' | 'ConvertBytesToBoundedVec';
5052
4865
  }
5053
- /** @name PalletNftsCollectionDetails (513) */
4866
+ /** @name PalletNftsCollectionDetails (511) */
5054
4867
  interface PalletNftsCollectionDetails extends Struct {
5055
4868
  readonly owner: AccountId32;
5056
4869
  readonly ownerDeposit: u128;
@@ -5059,60 +4872,60 @@ declare module "@polkadot/types/lookup" {
5059
4872
  readonly itemConfigs: u32;
5060
4873
  readonly attributes: u32;
5061
4874
  }
5062
- /** @name PalletNftsCollectionRole (518) */
4875
+ /** @name PalletNftsCollectionRole (516) */
5063
4876
  interface PalletNftsCollectionRole extends Enum {
5064
4877
  readonly isIssuer: boolean;
5065
4878
  readonly isFreezer: boolean;
5066
4879
  readonly isAdmin: boolean;
5067
- readonly type: "Issuer" | "Freezer" | "Admin";
4880
+ readonly type: 'Issuer' | 'Freezer' | 'Admin';
5068
4881
  }
5069
- /** @name PalletNftsItemDetails (519) */
4882
+ /** @name PalletNftsItemDetails (517) */
5070
4883
  interface PalletNftsItemDetails extends Struct {
5071
4884
  readonly owner: AccountId32;
5072
4885
  readonly approvals: BTreeMap<AccountId32, Option<u32>>;
5073
4886
  readonly deposit: PalletNftsItemDeposit;
5074
4887
  }
5075
- /** @name PalletNftsItemDeposit (520) */
4888
+ /** @name PalletNftsItemDeposit (518) */
5076
4889
  interface PalletNftsItemDeposit extends Struct {
5077
4890
  readonly account: AccountId32;
5078
4891
  readonly amount: u128;
5079
4892
  }
5080
- /** @name PalletNftsCollectionMetadata (525) */
4893
+ /** @name PalletNftsCollectionMetadata (523) */
5081
4894
  interface PalletNftsCollectionMetadata extends Struct {
5082
4895
  readonly deposit: u128;
5083
4896
  readonly data: Bytes;
5084
4897
  }
5085
- /** @name PalletNftsItemMetadata (526) */
4898
+ /** @name PalletNftsItemMetadata (524) */
5086
4899
  interface PalletNftsItemMetadata extends Struct {
5087
4900
  readonly deposit: PalletNftsItemMetadataDeposit;
5088
4901
  readonly data: Bytes;
5089
4902
  }
5090
- /** @name PalletNftsItemMetadataDeposit (527) */
4903
+ /** @name PalletNftsItemMetadataDeposit (525) */
5091
4904
  interface PalletNftsItemMetadataDeposit extends Struct {
5092
4905
  readonly account: Option<AccountId32>;
5093
4906
  readonly amount: u128;
5094
4907
  }
5095
- /** @name PalletNftsAttributeDeposit (530) */
4908
+ /** @name PalletNftsAttributeDeposit (528) */
5096
4909
  interface PalletNftsAttributeDeposit extends Struct {
5097
4910
  readonly account: Option<AccountId32>;
5098
4911
  readonly amount: u128;
5099
4912
  }
5100
- /** @name PalletNftsPendingSwap (534) */
4913
+ /** @name PalletNftsPendingSwap (532) */
5101
4914
  interface PalletNftsPendingSwap extends Struct {
5102
4915
  readonly desiredCollection: u32;
5103
4916
  readonly desiredItem: Option<u32>;
5104
4917
  readonly price: Option<PalletNftsPriceWithDirection>;
5105
4918
  readonly deadline: u32;
5106
4919
  }
5107
- /** @name PalletNftsPalletFeature (536) */
4920
+ /** @name PalletNftsPalletFeature (534) */
5108
4921
  interface PalletNftsPalletFeature extends Enum {
5109
4922
  readonly isTrading: boolean;
5110
4923
  readonly isAttributes: boolean;
5111
4924
  readonly isApprovals: boolean;
5112
4925
  readonly isSwaps: boolean;
5113
- readonly type: "Trading" | "Attributes" | "Approvals" | "Swaps";
4926
+ readonly type: 'Trading' | 'Attributes' | 'Approvals' | 'Swaps';
5114
4927
  }
5115
- /** @name PalletNftsError (537) */
4928
+ /** @name PalletNftsError (535) */
5116
4929
  interface PalletNftsError extends Enum {
5117
4930
  readonly isNoPermission: boolean;
5118
4931
  readonly isUnknownCollection: boolean;
@@ -5159,36 +4972,36 @@ declare module "@polkadot/types/lookup" {
5159
4972
  readonly isWrongNamespace: boolean;
5160
4973
  readonly isCollectionNotEmpty: boolean;
5161
4974
  readonly isWitnessRequired: boolean;
5162
- 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";
4975
+ 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';
5163
4976
  }
5164
- /** @name FrameSystemExtensionsCheckNonZeroSender (540) */
4977
+ /** @name FrameSystemExtensionsCheckNonZeroSender (538) */
5165
4978
  type FrameSystemExtensionsCheckNonZeroSender = Null;
5166
- /** @name FrameSystemExtensionsCheckSpecVersion (541) */
4979
+ /** @name FrameSystemExtensionsCheckSpecVersion (539) */
5167
4980
  type FrameSystemExtensionsCheckSpecVersion = Null;
5168
- /** @name FrameSystemExtensionsCheckTxVersion (542) */
4981
+ /** @name FrameSystemExtensionsCheckTxVersion (540) */
5169
4982
  type FrameSystemExtensionsCheckTxVersion = Null;
5170
- /** @name FrameSystemExtensionsCheckGenesis (543) */
4983
+ /** @name FrameSystemExtensionsCheckGenesis (541) */
5171
4984
  type FrameSystemExtensionsCheckGenesis = Null;
5172
- /** @name FrameSystemExtensionsCheckNonce (546) */
4985
+ /** @name FrameSystemExtensionsCheckNonce (544) */
5173
4986
  interface FrameSystemExtensionsCheckNonce extends Compact<u32> {
5174
4987
  }
5175
- /** @name FrameSystemExtensionsCheckWeight (547) */
4988
+ /** @name FrameSystemExtensionsCheckWeight (545) */
5176
4989
  type FrameSystemExtensionsCheckWeight = Null;
5177
- /** @name PalletTransactionPaymentChargeTransactionPayment (548) */
4990
+ /** @name PalletTransactionPaymentChargeTransactionPayment (546) */
5178
4991
  interface PalletTransactionPaymentChargeTransactionPayment extends Compact<u128> {
5179
4992
  }
5180
- /** @name CumulusPrimitivesStorageWeightReclaimStorageWeightReclaim (549) */
4993
+ /** @name CumulusPrimitivesStorageWeightReclaimStorageWeightReclaim (547) */
5181
4994
  type CumulusPrimitivesStorageWeightReclaimStorageWeightReclaim = Null;
5182
- /** @name FrameMetadataHashExtensionCheckMetadataHash (550) */
4995
+ /** @name FrameMetadataHashExtensionCheckMetadataHash (548) */
5183
4996
  interface FrameMetadataHashExtensionCheckMetadataHash extends Struct {
5184
4997
  readonly mode: FrameMetadataHashExtensionMode;
5185
4998
  }
5186
- /** @name FrameMetadataHashExtensionMode (551) */
4999
+ /** @name FrameMetadataHashExtensionMode (549) */
5187
5000
  interface FrameMetadataHashExtensionMode extends Enum {
5188
5001
  readonly isDisabled: boolean;
5189
5002
  readonly isEnabled: boolean;
5190
- readonly type: "Disabled" | "Enabled";
5003
+ readonly type: 'Disabled' | 'Enabled';
5191
5004
  }
5192
- /** @name ShParachainRuntimeRuntime (552) */
5005
+ /** @name ShParachainRuntimeRuntime (550) */
5193
5006
  type ShParachainRuntimeRuntime = Null;
5194
5007
  }