@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
@@ -2030,13 +2030,6 @@ declare module "@polkadot/types/lookup" {
2030
2030
  readonly bucketId: H256;
2031
2031
  readonly maybeCollectionId: Option<u32>;
2032
2032
  } & Struct;
2033
- readonly isMoveBucketRequested: boolean;
2034
- readonly asMoveBucketRequested: {
2035
- readonly who: AccountId32;
2036
- readonly bucketId: H256;
2037
- readonly newMspId: H256;
2038
- readonly newValuePropId: H256;
2039
- } & Struct;
2040
2033
  readonly isBucketPrivacyUpdated: boolean;
2041
2034
  readonly asBucketPrivacyUpdated: {
2042
2035
  readonly who: AccountId32;
@@ -2050,6 +2043,30 @@ declare module "@polkadot/types/lookup" {
2050
2043
  readonly bucketId: H256;
2051
2044
  readonly collectionId: u32;
2052
2045
  } & Struct;
2046
+ readonly isMoveBucketRequested: boolean;
2047
+ readonly asMoveBucketRequested: {
2048
+ readonly who: AccountId32;
2049
+ readonly bucketId: H256;
2050
+ readonly newMspId: H256;
2051
+ readonly newValuePropId: H256;
2052
+ } & Struct;
2053
+ readonly isMoveBucketRequestExpired: boolean;
2054
+ readonly asMoveBucketRequestExpired: {
2055
+ readonly bucketId: H256;
2056
+ } & Struct;
2057
+ readonly isMoveBucketAccepted: boolean;
2058
+ readonly asMoveBucketAccepted: {
2059
+ readonly bucketId: H256;
2060
+ readonly oldMspId: Option<H256>;
2061
+ readonly newMspId: H256;
2062
+ readonly valuePropId: H256;
2063
+ } & Struct;
2064
+ readonly isMoveBucketRejected: boolean;
2065
+ readonly asMoveBucketRejected: {
2066
+ readonly bucketId: H256;
2067
+ readonly oldMspId: Option<H256>;
2068
+ readonly newMspId: H256;
2069
+ } & Struct;
2053
2070
  readonly isNewStorageRequest: boolean;
2054
2071
  readonly asNewStorageRequest: {
2055
2072
  readonly who: AccountId32;
@@ -2066,24 +2083,6 @@ declare module "@polkadot/types/lookup" {
2066
2083
  readonly fileKey: H256;
2067
2084
  readonly fileMetadata: ShpFileMetadataFileMetadata;
2068
2085
  } & Struct;
2069
- readonly isAcceptedBspVolunteer: boolean;
2070
- readonly asAcceptedBspVolunteer: {
2071
- readonly bspId: H256;
2072
- readonly bucketId: H256;
2073
- readonly location: Bytes;
2074
- readonly fingerprint: H256;
2075
- readonly multiaddresses: Vec<Bytes>;
2076
- readonly owner: AccountId32;
2077
- readonly size_: u64;
2078
- } & Struct;
2079
- readonly isBspConfirmedStoring: boolean;
2080
- readonly asBspConfirmedStoring: {
2081
- readonly who: AccountId32;
2082
- readonly bspId: H256;
2083
- readonly confirmedFileKeys: Vec<ITuple<[H256, ShpFileMetadataFileMetadata]>>;
2084
- readonly skippedFileKeys: Vec<H256>;
2085
- readonly newRoot: H256;
2086
- } & Struct;
2087
2086
  readonly isStorageRequestFulfilled: boolean;
2088
2087
  readonly asStorageRequestFulfilled: {
2089
2088
  readonly fileKey: H256;
@@ -2103,6 +2102,37 @@ declare module "@polkadot/types/lookup" {
2103
2102
  readonly bucketId: H256;
2104
2103
  readonly reason: PalletFileSystemRejectedStorageRequestReason;
2105
2104
  } & Struct;
2105
+ readonly isIncompleteStorageRequest: boolean;
2106
+ readonly asIncompleteStorageRequest: {
2107
+ readonly fileKey: H256;
2108
+ } & Struct;
2109
+ readonly isIncompleteStorageRequestCleanedUp: boolean;
2110
+ readonly asIncompleteStorageRequestCleanedUp: {
2111
+ readonly fileKey: H256;
2112
+ } & Struct;
2113
+ readonly isAcceptedBspVolunteer: boolean;
2114
+ readonly asAcceptedBspVolunteer: {
2115
+ readonly bspId: H256;
2116
+ readonly bucketId: H256;
2117
+ readonly location: Bytes;
2118
+ readonly fingerprint: H256;
2119
+ readonly multiaddresses: Vec<Bytes>;
2120
+ readonly owner: AccountId32;
2121
+ readonly size_: u64;
2122
+ } & Struct;
2123
+ readonly isBspConfirmedStoring: boolean;
2124
+ readonly asBspConfirmedStoring: {
2125
+ readonly who: AccountId32;
2126
+ readonly bspId: H256;
2127
+ readonly confirmedFileKeys: Vec<ITuple<[H256, ShpFileMetadataFileMetadata]>>;
2128
+ readonly skippedFileKeys: Vec<H256>;
2129
+ readonly newRoot: H256;
2130
+ } & Struct;
2131
+ readonly isBspChallengeCycleInitialised: boolean;
2132
+ readonly asBspChallengeCycleInitialised: {
2133
+ readonly who: AccountId32;
2134
+ readonly bspId: H256;
2135
+ } & Struct;
2106
2136
  readonly isBspRequestedToStopStoring: boolean;
2107
2137
  readonly asBspRequestedToStopStoring: {
2108
2138
  readonly bspId: H256;
@@ -2116,10 +2146,11 @@ declare module "@polkadot/types/lookup" {
2116
2146
  readonly fileKey: H256;
2117
2147
  readonly newRoot: H256;
2118
2148
  } & Struct;
2119
- readonly isPriorityChallengeForFileDeletionQueued: boolean;
2120
- readonly asPriorityChallengeForFileDeletionQueued: {
2121
- readonly issuer: PalletFileSystemEitherAccountIdOrMspId;
2122
- readonly fileKey: H256;
2149
+ readonly isMspStoppedStoringBucket: boolean;
2150
+ readonly asMspStoppedStoringBucket: {
2151
+ readonly mspId: H256;
2152
+ readonly owner: AccountId32;
2153
+ readonly bucketId: H256;
2123
2154
  } & Struct;
2124
2155
  readonly isSpStopStoringInsolventUser: boolean;
2125
2156
  readonly asSpStopStoringInsolventUser: {
@@ -2135,89 +2166,6 @@ declare module "@polkadot/types/lookup" {
2135
2166
  readonly owner: AccountId32;
2136
2167
  readonly bucketId: H256;
2137
2168
  } & Struct;
2138
- readonly isFailedToQueuePriorityChallenge: boolean;
2139
- readonly asFailedToQueuePriorityChallenge: {
2140
- readonly fileKey: H256;
2141
- readonly error: SpRuntimeDispatchError;
2142
- } & Struct;
2143
- readonly isFileDeletionRequest: boolean;
2144
- readonly asFileDeletionRequest: {
2145
- readonly user: AccountId32;
2146
- readonly fileKey: H256;
2147
- readonly fileSize: u64;
2148
- readonly bucketId: H256;
2149
- readonly mspId: H256;
2150
- readonly proofOfInclusion: bool;
2151
- } & Struct;
2152
- readonly isProofSubmittedForPendingFileDeletionRequest: boolean;
2153
- readonly asProofSubmittedForPendingFileDeletionRequest: {
2154
- readonly user: AccountId32;
2155
- readonly fileKey: H256;
2156
- readonly fileSize: u64;
2157
- readonly bucketId: H256;
2158
- readonly mspId: H256;
2159
- readonly proofOfInclusion: bool;
2160
- } & Struct;
2161
- readonly isBspChallengeCycleInitialised: boolean;
2162
- readonly asBspChallengeCycleInitialised: {
2163
- readonly who: AccountId32;
2164
- readonly bspId: H256;
2165
- } & Struct;
2166
- readonly isMoveBucketRequestExpired: boolean;
2167
- readonly asMoveBucketRequestExpired: {
2168
- readonly bucketId: H256;
2169
- } & Struct;
2170
- readonly isMoveBucketAccepted: boolean;
2171
- readonly asMoveBucketAccepted: {
2172
- readonly bucketId: H256;
2173
- readonly oldMspId: Option<H256>;
2174
- readonly newMspId: H256;
2175
- readonly valuePropId: H256;
2176
- } & Struct;
2177
- readonly isMoveBucketRejected: boolean;
2178
- readonly asMoveBucketRejected: {
2179
- readonly bucketId: H256;
2180
- readonly oldMspId: Option<H256>;
2181
- readonly newMspId: H256;
2182
- } & Struct;
2183
- readonly isMspStoppedStoringBucket: boolean;
2184
- readonly asMspStoppedStoringBucket: {
2185
- readonly mspId: H256;
2186
- readonly owner: AccountId32;
2187
- readonly bucketId: H256;
2188
- } & Struct;
2189
- readonly isFailedToGetMspOfBucket: boolean;
2190
- readonly asFailedToGetMspOfBucket: {
2191
- readonly bucketId: H256;
2192
- readonly error: SpRuntimeDispatchError;
2193
- } & Struct;
2194
- readonly isFailedToDecreaseMspUsedCapacity: boolean;
2195
- readonly asFailedToDecreaseMspUsedCapacity: {
2196
- readonly user: AccountId32;
2197
- readonly mspId: H256;
2198
- readonly fileKey: H256;
2199
- readonly fileSize: u64;
2200
- readonly error: SpRuntimeDispatchError;
2201
- } & Struct;
2202
- readonly isUsedCapacityShouldBeZero: boolean;
2203
- readonly asUsedCapacityShouldBeZero: {
2204
- readonly actualUsedCapacity: u64;
2205
- } & Struct;
2206
- readonly isFailedToReleaseStorageRequestCreationDeposit: boolean;
2207
- readonly asFailedToReleaseStorageRequestCreationDeposit: {
2208
- readonly fileKey: H256;
2209
- readonly owner: AccountId32;
2210
- readonly amountToReturn: u128;
2211
- readonly error: SpRuntimeDispatchError;
2212
- } & Struct;
2213
- readonly isFailedToTransferDepositFundsToBsp: boolean;
2214
- readonly asFailedToTransferDepositFundsToBsp: {
2215
- readonly fileKey: H256;
2216
- readonly owner: AccountId32;
2217
- readonly bspId: H256;
2218
- readonly amountToTransfer: u128;
2219
- readonly error: SpRuntimeDispatchError;
2220
- } & Struct;
2221
2169
  readonly isFileDeletionRequested: boolean;
2222
2170
  readonly asFileDeletionRequested: {
2223
2171
  readonly signedDeleteIntention: PalletFileSystemFileOperationIntention;
@@ -2240,49 +2188,50 @@ declare module "@polkadot/types/lookup" {
2240
2188
  readonly oldRoot: H256;
2241
2189
  readonly newRoot: H256;
2242
2190
  } & Struct;
2243
- readonly isIncompleteStorageRequest: boolean;
2244
- readonly asIncompleteStorageRequest: {
2191
+ readonly isUsedCapacityShouldBeZero: boolean;
2192
+ readonly asUsedCapacityShouldBeZero: {
2193
+ readonly actualUsedCapacity: u64;
2194
+ } & Struct;
2195
+ readonly isFailedToReleaseStorageRequestCreationDeposit: boolean;
2196
+ readonly asFailedToReleaseStorageRequestCreationDeposit: {
2245
2197
  readonly fileKey: H256;
2198
+ readonly owner: AccountId32;
2199
+ readonly amountToReturn: u128;
2200
+ readonly error: SpRuntimeDispatchError;
2246
2201
  } & Struct;
2247
2202
  readonly type:
2248
2203
  | "NewBucket"
2249
2204
  | "BucketDeleted"
2250
- | "MoveBucketRequested"
2251
2205
  | "BucketPrivacyUpdated"
2252
2206
  | "NewCollectionAndAssociation"
2207
+ | "MoveBucketRequested"
2208
+ | "MoveBucketRequestExpired"
2209
+ | "MoveBucketAccepted"
2210
+ | "MoveBucketRejected"
2253
2211
  | "NewStorageRequest"
2254
2212
  | "MspAcceptedStorageRequest"
2255
- | "AcceptedBspVolunteer"
2256
- | "BspConfirmedStoring"
2257
2213
  | "StorageRequestFulfilled"
2258
2214
  | "StorageRequestExpired"
2259
2215
  | "StorageRequestRevoked"
2260
2216
  | "StorageRequestRejected"
2217
+ | "IncompleteStorageRequest"
2218
+ | "IncompleteStorageRequestCleanedUp"
2219
+ | "AcceptedBspVolunteer"
2220
+ | "BspConfirmedStoring"
2221
+ | "BspChallengeCycleInitialised"
2261
2222
  | "BspRequestedToStopStoring"
2262
2223
  | "BspConfirmStoppedStoring"
2263
- | "PriorityChallengeForFileDeletionQueued"
2224
+ | "MspStoppedStoringBucket"
2264
2225
  | "SpStopStoringInsolventUser"
2265
2226
  | "MspStopStoringBucketInsolventUser"
2266
- | "FailedToQueuePriorityChallenge"
2267
- | "FileDeletionRequest"
2268
- | "ProofSubmittedForPendingFileDeletionRequest"
2269
- | "BspChallengeCycleInitialised"
2270
- | "MoveBucketRequestExpired"
2271
- | "MoveBucketAccepted"
2272
- | "MoveBucketRejected"
2273
- | "MspStoppedStoringBucket"
2274
- | "FailedToGetMspOfBucket"
2275
- | "FailedToDecreaseMspUsedCapacity"
2276
- | "UsedCapacityShouldBeZero"
2277
- | "FailedToReleaseStorageRequestCreationDeposit"
2278
- | "FailedToTransferDepositFundsToBsp"
2279
2227
  | "FileDeletionRequested"
2280
2228
  | "BucketFileDeletionsCompleted"
2281
2229
  | "BspFileDeletionsCompleted"
2282
- | "IncompleteStorageRequest";
2230
+ | "UsedCapacityShouldBeZero"
2231
+ | "FailedToReleaseStorageRequestCreationDeposit";
2283
2232
  }
2284
2233
 
2285
- /** @name ShpFileMetadataFileMetadata (153) */
2234
+ /** @name ShpFileMetadataFileMetadata (154) */
2286
2235
  interface ShpFileMetadataFileMetadata extends Struct {
2287
2236
  readonly owner: Bytes;
2288
2237
  readonly bucketId: Bytes;
@@ -2291,10 +2240,10 @@ declare module "@polkadot/types/lookup" {
2291
2240
  readonly fingerprint: ShpFileMetadataFingerprint;
2292
2241
  }
2293
2242
 
2294
- /** @name ShpFileMetadataFingerprint (154) */
2243
+ /** @name ShpFileMetadataFingerprint (155) */
2295
2244
  interface ShpFileMetadataFingerprint extends U8aFixed {}
2296
2245
 
2297
- /** @name PalletFileSystemRejectedStorageRequestReason (159) */
2246
+ /** @name PalletFileSystemRejectedStorageRequestReason (156) */
2298
2247
  interface PalletFileSystemRejectedStorageRequestReason extends Enum {
2299
2248
  readonly isReachedMaximumCapacity: boolean;
2300
2249
  readonly isReceivedInvalidProof: boolean;
@@ -2309,28 +2258,19 @@ declare module "@polkadot/types/lookup" {
2309
2258
  | "InternalError";
2310
2259
  }
2311
2260
 
2312
- /** @name PalletFileSystemEitherAccountIdOrMspId (160) */
2313
- interface PalletFileSystemEitherAccountIdOrMspId extends Enum {
2314
- readonly isAccountId: boolean;
2315
- readonly asAccountId: AccountId32;
2316
- readonly isMspId: boolean;
2317
- readonly asMspId: H256;
2318
- readonly type: "AccountId" | "MspId";
2319
- }
2320
-
2321
- /** @name PalletFileSystemFileOperationIntention (162) */
2261
+ /** @name PalletFileSystemFileOperationIntention (161) */
2322
2262
  interface PalletFileSystemFileOperationIntention extends Struct {
2323
2263
  readonly fileKey: H256;
2324
2264
  readonly operation: PalletFileSystemFileOperation;
2325
2265
  }
2326
2266
 
2327
- /** @name PalletFileSystemFileOperation (163) */
2267
+ /** @name PalletFileSystemFileOperation (162) */
2328
2268
  interface PalletFileSystemFileOperation extends Enum {
2329
2269
  readonly isDelete: boolean;
2330
2270
  readonly type: "Delete";
2331
2271
  }
2332
2272
 
2333
- /** @name SpRuntimeMultiSignature (164) */
2273
+ /** @name SpRuntimeMultiSignature (163) */
2334
2274
  interface SpRuntimeMultiSignature extends Enum {
2335
2275
  readonly isEd25519: boolean;
2336
2276
  readonly asEd25519: U8aFixed;
@@ -2341,7 +2281,7 @@ declare module "@polkadot/types/lookup" {
2341
2281
  readonly type: "Ed25519" | "Sr25519" | "Ecdsa";
2342
2282
  }
2343
2283
 
2344
- /** @name PalletProofsDealerEvent (169) */
2284
+ /** @name PalletProofsDealerEvent (168) */
2345
2285
  interface PalletProofsDealerEvent extends Enum {
2346
2286
  readonly isNewChallenge: boolean;
2347
2287
  readonly asNewChallenge: {
@@ -2418,36 +2358,36 @@ declare module "@polkadot/types/lookup" {
2418
2358
  | "ChallengesTickerSet";
2419
2359
  }
2420
2360
 
2421
- /** @name PalletProofsDealerProof (170) */
2361
+ /** @name PalletProofsDealerProof (169) */
2422
2362
  interface PalletProofsDealerProof extends Struct {
2423
2363
  readonly forestProof: SpTrieStorageProofCompactProof;
2424
2364
  readonly keyProofs: BTreeMap<H256, PalletProofsDealerKeyProof>;
2425
2365
  }
2426
2366
 
2427
- /** @name SpTrieStorageProofCompactProof (171) */
2367
+ /** @name SpTrieStorageProofCompactProof (170) */
2428
2368
  interface SpTrieStorageProofCompactProof extends Struct {
2429
2369
  readonly encodedNodes: Vec<Bytes>;
2430
2370
  }
2431
2371
 
2432
- /** @name PalletProofsDealerKeyProof (174) */
2372
+ /** @name PalletProofsDealerKeyProof (173) */
2433
2373
  interface PalletProofsDealerKeyProof extends Struct {
2434
2374
  readonly proof: ShpFileKeyVerifierFileKeyProof;
2435
2375
  readonly challengeCount: u32;
2436
2376
  }
2437
2377
 
2438
- /** @name ShpFileKeyVerifierFileKeyProof (175) */
2378
+ /** @name ShpFileKeyVerifierFileKeyProof (174) */
2439
2379
  interface ShpFileKeyVerifierFileKeyProof extends Struct {
2440
2380
  readonly fileMetadata: ShpFileMetadataFileMetadata;
2441
2381
  readonly proof: SpTrieStorageProofCompactProof;
2442
2382
  }
2443
2383
 
2444
- /** @name PalletProofsDealerCustomChallenge (179) */
2384
+ /** @name PalletProofsDealerCustomChallenge (178) */
2445
2385
  interface PalletProofsDealerCustomChallenge extends Struct {
2446
2386
  readonly key: H256;
2447
2387
  readonly shouldRemoveKey: bool;
2448
2388
  }
2449
2389
 
2450
- /** @name ShpTraitsTrieMutation (183) */
2390
+ /** @name ShpTraitsTrieMutation (182) */
2451
2391
  interface ShpTraitsTrieMutation extends Enum {
2452
2392
  readonly isAdd: boolean;
2453
2393
  readonly asAdd: ShpTraitsTrieAddMutation;
@@ -2456,17 +2396,17 @@ declare module "@polkadot/types/lookup" {
2456
2396
  readonly type: "Add" | "Remove";
2457
2397
  }
2458
2398
 
2459
- /** @name ShpTraitsTrieAddMutation (184) */
2399
+ /** @name ShpTraitsTrieAddMutation (183) */
2460
2400
  interface ShpTraitsTrieAddMutation extends Struct {
2461
2401
  readonly value: Bytes;
2462
2402
  }
2463
2403
 
2464
- /** @name ShpTraitsTrieRemoveMutation (185) */
2404
+ /** @name ShpTraitsTrieRemoveMutation (184) */
2465
2405
  interface ShpTraitsTrieRemoveMutation extends Struct {
2466
2406
  readonly maybeValue: Option<Bytes>;
2467
2407
  }
2468
2408
 
2469
- /** @name PalletRandomnessEvent (187) */
2409
+ /** @name PalletRandomnessEvent (186) */
2470
2410
  interface PalletRandomnessEvent extends Enum {
2471
2411
  readonly isNewOneEpochAgoRandomnessAvailable: boolean;
2472
2412
  readonly asNewOneEpochAgoRandomnessAvailable: {
@@ -2477,7 +2417,7 @@ declare module "@polkadot/types/lookup" {
2477
2417
  readonly type: "NewOneEpochAgoRandomnessAvailable";
2478
2418
  }
2479
2419
 
2480
- /** @name PalletPaymentStreamsEvent (188) */
2420
+ /** @name PalletPaymentStreamsEvent (187) */
2481
2421
  interface PalletPaymentStreamsEvent extends Enum {
2482
2422
  readonly isFixedRatePaymentStreamCreated: boolean;
2483
2423
  readonly asFixedRatePaymentStreamCreated: {
@@ -2571,7 +2511,7 @@ declare module "@polkadot/types/lookup" {
2571
2511
  | "InconsistentTickProcessing";
2572
2512
  }
2573
2513
 
2574
- /** @name PalletBucketNftsEvent (190) */
2514
+ /** @name PalletBucketNftsEvent (189) */
2575
2515
  interface PalletBucketNftsEvent extends Enum {
2576
2516
  readonly isAccessShared: boolean;
2577
2517
  readonly asAccessShared: {
@@ -2593,7 +2533,7 @@ declare module "@polkadot/types/lookup" {
2593
2533
  readonly type: "AccessShared" | "ItemReadAccessUpdated" | "ItemBurned";
2594
2534
  }
2595
2535
 
2596
- /** @name PalletNftsEvent (191) */
2536
+ /** @name PalletNftsEvent (190) */
2597
2537
  interface PalletNftsEvent extends Enum {
2598
2538
  readonly isCreated: boolean;
2599
2539
  readonly asCreated: {
@@ -2868,7 +2808,7 @@ declare module "@polkadot/types/lookup" {
2868
2808
  | "PalletAttributeSet";
2869
2809
  }
2870
2810
 
2871
- /** @name PalletNftsAttributeNamespace (195) */
2811
+ /** @name PalletNftsAttributeNamespace (194) */
2872
2812
  interface PalletNftsAttributeNamespace extends Enum {
2873
2813
  readonly isPallet: boolean;
2874
2814
  readonly isCollectionOwner: boolean;
@@ -2878,20 +2818,20 @@ declare module "@polkadot/types/lookup" {
2878
2818
  readonly type: "Pallet" | "CollectionOwner" | "ItemOwner" | "Account";
2879
2819
  }
2880
2820
 
2881
- /** @name PalletNftsPriceWithDirection (197) */
2821
+ /** @name PalletNftsPriceWithDirection (196) */
2882
2822
  interface PalletNftsPriceWithDirection extends Struct {
2883
2823
  readonly amount: u128;
2884
2824
  readonly direction: PalletNftsPriceDirection;
2885
2825
  }
2886
2826
 
2887
- /** @name PalletNftsPriceDirection (198) */
2827
+ /** @name PalletNftsPriceDirection (197) */
2888
2828
  interface PalletNftsPriceDirection extends Enum {
2889
2829
  readonly isSend: boolean;
2890
2830
  readonly isReceive: boolean;
2891
2831
  readonly type: "Send" | "Receive";
2892
2832
  }
2893
2833
 
2894
- /** @name PalletNftsPalletAttributes (199) */
2834
+ /** @name PalletNftsPalletAttributes (198) */
2895
2835
  interface PalletNftsPalletAttributes extends Enum {
2896
2836
  readonly isUsedToClaim: boolean;
2897
2837
  readonly asUsedToClaim: u32;
@@ -2899,7 +2839,7 @@ declare module "@polkadot/types/lookup" {
2899
2839
  readonly type: "UsedToClaim" | "TransferDisabled";
2900
2840
  }
2901
2841
 
2902
- /** @name PalletParametersEvent (200) */
2842
+ /** @name PalletParametersEvent (199) */
2903
2843
  interface PalletParametersEvent extends Enum {
2904
2844
  readonly isUpdated: boolean;
2905
2845
  readonly asUpdated: {
@@ -2910,14 +2850,14 @@ declare module "@polkadot/types/lookup" {
2910
2850
  readonly type: "Updated";
2911
2851
  }
2912
2852
 
2913
- /** @name ShParachainRuntimeConfigsRuntimeParamsRuntimeParametersKey (201) */
2853
+ /** @name ShParachainRuntimeConfigsRuntimeParamsRuntimeParametersKey (200) */
2914
2854
  interface ShParachainRuntimeConfigsRuntimeParamsRuntimeParametersKey extends Enum {
2915
2855
  readonly isRuntimeConfig: boolean;
2916
2856
  readonly asRuntimeConfig: ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParametersKey;
2917
2857
  readonly type: "RuntimeConfig";
2918
2858
  }
2919
2859
 
2920
- /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParametersKey (202) */
2860
+ /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParametersKey (201) */
2921
2861
  interface ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParametersKey
2922
2862
  extends Enum {
2923
2863
  readonly isSlashAmountPerMaxFileSize: boolean;
@@ -2983,117 +2923,117 @@ declare module "@polkadot/types/lookup" {
2983
2923
  | "UpfrontTicksToPay";
2984
2924
  }
2985
2925
 
2986
- /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSlashAmountPerMaxFileSize (203) */
2926
+ /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSlashAmountPerMaxFileSize (202) */
2987
2927
  type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSlashAmountPerMaxFileSize =
2988
2928
  Null;
2989
2929
 
2990
- /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStakeToChallengePeriod (204) */
2930
+ /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStakeToChallengePeriod (203) */
2991
2931
  type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStakeToChallengePeriod =
2992
2932
  Null;
2993
2933
 
2994
- /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigCheckpointChallengePeriod (205) */
2934
+ /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigCheckpointChallengePeriod (204) */
2995
2935
  type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigCheckpointChallengePeriod =
2996
2936
  Null;
2997
2937
 
2998
- /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinChallengePeriod (206) */
2938
+ /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinChallengePeriod (205) */
2999
2939
  type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinChallengePeriod = Null;
3000
2940
 
3001
- /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSystemUtilisationLowerThresholdPercentage (207) */
2941
+ /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSystemUtilisationLowerThresholdPercentage (206) */
3002
2942
  type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSystemUtilisationLowerThresholdPercentage =
3003
2943
  Null;
3004
2944
 
3005
- /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSystemUtilisationUpperThresholdPercentage (208) */
2945
+ /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSystemUtilisationUpperThresholdPercentage (207) */
3006
2946
  type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSystemUtilisationUpperThresholdPercentage =
3007
2947
  Null;
3008
2948
 
3009
- /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMostlyStablePrice (209) */
2949
+ /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMostlyStablePrice (208) */
3010
2950
  type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMostlyStablePrice = Null;
3011
2951
 
3012
- /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMaxPrice (210) */
2952
+ /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMaxPrice (209) */
3013
2953
  type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMaxPrice = Null;
3014
2954
 
3015
- /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinPrice (211) */
2955
+ /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinPrice (210) */
3016
2956
  type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinPrice = Null;
3017
2957
 
3018
- /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUpperExponentFactor (212) */
2958
+ /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUpperExponentFactor (211) */
3019
2959
  type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUpperExponentFactor = Null;
3020
2960
 
3021
- /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigLowerExponentFactor (213) */
2961
+ /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigLowerExponentFactor (212) */
3022
2962
  type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigLowerExponentFactor = Null;
3023
2963
 
3024
- /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigZeroSizeBucketFixedRate (214) */
2964
+ /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigZeroSizeBucketFixedRate (213) */
3025
2965
  type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigZeroSizeBucketFixedRate =
3026
2966
  Null;
3027
2967
 
3028
- /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigIdealUtilisationRate (215) */
2968
+ /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigIdealUtilisationRate (214) */
3029
2969
  type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigIdealUtilisationRate = Null;
3030
2970
 
3031
- /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigDecayRate (216) */
2971
+ /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigDecayRate (215) */
3032
2972
  type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigDecayRate = Null;
3033
2973
 
3034
- /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinimumTreasuryCut (217) */
2974
+ /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinimumTreasuryCut (216) */
3035
2975
  type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinimumTreasuryCut = Null;
3036
2976
 
3037
- /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMaximumTreasuryCut (218) */
2977
+ /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMaximumTreasuryCut (217) */
3038
2978
  type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMaximumTreasuryCut = Null;
3039
2979
 
3040
- /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigBspStopStoringFilePenalty (219) */
2980
+ /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigBspStopStoringFilePenalty (218) */
3041
2981
  type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigBspStopStoringFilePenalty =
3042
2982
  Null;
3043
2983
 
3044
- /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigProviderTopUpTtl (220) */
2984
+ /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigProviderTopUpTtl (219) */
3045
2985
  type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigProviderTopUpTtl = Null;
3046
2986
 
3047
- /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigBasicReplicationTarget (221) */
2987
+ /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigBasicReplicationTarget (220) */
3048
2988
  type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigBasicReplicationTarget =
3049
2989
  Null;
3050
2990
 
3051
- /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStandardReplicationTarget (222) */
2991
+ /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStandardReplicationTarget (221) */
3052
2992
  type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStandardReplicationTarget =
3053
2993
  Null;
3054
2994
 
3055
- /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigHighSecurityReplicationTarget (223) */
2995
+ /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigHighSecurityReplicationTarget (222) */
3056
2996
  type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigHighSecurityReplicationTarget =
3057
2997
  Null;
3058
2998
 
3059
- /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSuperHighSecurityReplicationTarget (224) */
2999
+ /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSuperHighSecurityReplicationTarget (223) */
3060
3000
  type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSuperHighSecurityReplicationTarget =
3061
3001
  Null;
3062
3002
 
3063
- /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUltraHighSecurityReplicationTarget (225) */
3003
+ /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUltraHighSecurityReplicationTarget (224) */
3064
3004
  type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUltraHighSecurityReplicationTarget =
3065
3005
  Null;
3066
3006
 
3067
- /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMaxReplicationTarget (226) */
3007
+ /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMaxReplicationTarget (225) */
3068
3008
  type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMaxReplicationTarget = Null;
3069
3009
 
3070
- /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigTickRangeToMaximumThreshold (227) */
3010
+ /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigTickRangeToMaximumThreshold (226) */
3071
3011
  type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigTickRangeToMaximumThreshold =
3072
3012
  Null;
3073
3013
 
3074
- /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStorageRequestTtl (228) */
3014
+ /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStorageRequestTtl (227) */
3075
3015
  type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStorageRequestTtl = Null;
3076
3016
 
3077
- /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinWaitForStopStoring (229) */
3017
+ /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinWaitForStopStoring (228) */
3078
3018
  type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinWaitForStopStoring = Null;
3079
3019
 
3080
- /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinSeedPeriod (230) */
3020
+ /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinSeedPeriod (229) */
3081
3021
  type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinSeedPeriod = Null;
3082
3022
 
3083
- /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStakeToSeedPeriod (231) */
3023
+ /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStakeToSeedPeriod (230) */
3084
3024
  type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStakeToSeedPeriod = Null;
3085
3025
 
3086
- /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUpfrontTicksToPay (232) */
3026
+ /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUpfrontTicksToPay (231) */
3087
3027
  type ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUpfrontTicksToPay = Null;
3088
3028
 
3089
- /** @name ShParachainRuntimeConfigsRuntimeParamsRuntimeParametersValue (234) */
3029
+ /** @name ShParachainRuntimeConfigsRuntimeParamsRuntimeParametersValue (233) */
3090
3030
  interface ShParachainRuntimeConfigsRuntimeParamsRuntimeParametersValue extends Enum {
3091
3031
  readonly isRuntimeConfig: boolean;
3092
3032
  readonly asRuntimeConfig: ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParametersValue;
3093
3033
  readonly type: "RuntimeConfig";
3094
3034
  }
3095
3035
 
3096
- /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParametersValue (235) */
3036
+ /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParametersValue (234) */
3097
3037
  interface ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParametersValue
3098
3038
  extends Enum {
3099
3039
  readonly isSlashAmountPerMaxFileSize: boolean;
@@ -3189,7 +3129,7 @@ declare module "@polkadot/types/lookup" {
3189
3129
  | "UpfrontTicksToPay";
3190
3130
  }
3191
3131
 
3192
- /** @name FrameSystemPhase (237) */
3132
+ /** @name FrameSystemPhase (236) */
3193
3133
  interface FrameSystemPhase extends Enum {
3194
3134
  readonly isApplyExtrinsic: boolean;
3195
3135
  readonly asApplyExtrinsic: u32;
@@ -3198,19 +3138,19 @@ declare module "@polkadot/types/lookup" {
3198
3138
  readonly type: "ApplyExtrinsic" | "Finalization" | "Initialization";
3199
3139
  }
3200
3140
 
3201
- /** @name FrameSystemLastRuntimeUpgradeInfo (240) */
3141
+ /** @name FrameSystemLastRuntimeUpgradeInfo (239) */
3202
3142
  interface FrameSystemLastRuntimeUpgradeInfo extends Struct {
3203
3143
  readonly specVersion: Compact<u32>;
3204
3144
  readonly specName: Text;
3205
3145
  }
3206
3146
 
3207
- /** @name FrameSystemCodeUpgradeAuthorization (243) */
3147
+ /** @name FrameSystemCodeUpgradeAuthorization (242) */
3208
3148
  interface FrameSystemCodeUpgradeAuthorization extends Struct {
3209
3149
  readonly codeHash: H256;
3210
3150
  readonly checkVersion: bool;
3211
3151
  }
3212
3152
 
3213
- /** @name FrameSystemCall (244) */
3153
+ /** @name FrameSystemCall (243) */
3214
3154
  interface FrameSystemCall extends Enum {
3215
3155
  readonly isRemark: boolean;
3216
3156
  readonly asRemark: {
@@ -3271,21 +3211,21 @@ declare module "@polkadot/types/lookup" {
3271
3211
  | "ApplyAuthorizedUpgrade";
3272
3212
  }
3273
3213
 
3274
- /** @name FrameSystemLimitsBlockWeights (247) */
3214
+ /** @name FrameSystemLimitsBlockWeights (246) */
3275
3215
  interface FrameSystemLimitsBlockWeights extends Struct {
3276
3216
  readonly baseBlock: SpWeightsWeightV2Weight;
3277
3217
  readonly maxBlock: SpWeightsWeightV2Weight;
3278
3218
  readonly perClass: FrameSupportDispatchPerDispatchClassWeightsPerClass;
3279
3219
  }
3280
3220
 
3281
- /** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (248) */
3221
+ /** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (247) */
3282
3222
  interface FrameSupportDispatchPerDispatchClassWeightsPerClass extends Struct {
3283
3223
  readonly normal: FrameSystemLimitsWeightsPerClass;
3284
3224
  readonly operational: FrameSystemLimitsWeightsPerClass;
3285
3225
  readonly mandatory: FrameSystemLimitsWeightsPerClass;
3286
3226
  }
3287
3227
 
3288
- /** @name FrameSystemLimitsWeightsPerClass (249) */
3228
+ /** @name FrameSystemLimitsWeightsPerClass (248) */
3289
3229
  interface FrameSystemLimitsWeightsPerClass extends Struct {
3290
3230
  readonly baseExtrinsic: SpWeightsWeightV2Weight;
3291
3231
  readonly maxExtrinsic: Option<SpWeightsWeightV2Weight>;
@@ -3293,25 +3233,25 @@ declare module "@polkadot/types/lookup" {
3293
3233
  readonly reserved: Option<SpWeightsWeightV2Weight>;
3294
3234
  }
3295
3235
 
3296
- /** @name FrameSystemLimitsBlockLength (250) */
3236
+ /** @name FrameSystemLimitsBlockLength (249) */
3297
3237
  interface FrameSystemLimitsBlockLength extends Struct {
3298
3238
  readonly max: FrameSupportDispatchPerDispatchClassU32;
3299
3239
  }
3300
3240
 
3301
- /** @name FrameSupportDispatchPerDispatchClassU32 (251) */
3241
+ /** @name FrameSupportDispatchPerDispatchClassU32 (250) */
3302
3242
  interface FrameSupportDispatchPerDispatchClassU32 extends Struct {
3303
3243
  readonly normal: u32;
3304
3244
  readonly operational: u32;
3305
3245
  readonly mandatory: u32;
3306
3246
  }
3307
3247
 
3308
- /** @name SpWeightsRuntimeDbWeight (252) */
3248
+ /** @name SpWeightsRuntimeDbWeight (251) */
3309
3249
  interface SpWeightsRuntimeDbWeight extends Struct {
3310
3250
  readonly read: u64;
3311
3251
  readonly write: u64;
3312
3252
  }
3313
3253
 
3314
- /** @name SpVersionRuntimeVersion (253) */
3254
+ /** @name SpVersionRuntimeVersion (252) */
3315
3255
  interface SpVersionRuntimeVersion extends Struct {
3316
3256
  readonly specName: Text;
3317
3257
  readonly implName: Text;
@@ -3323,7 +3263,7 @@ declare module "@polkadot/types/lookup" {
3323
3263
  readonly systemVersion: u8;
3324
3264
  }
3325
3265
 
3326
- /** @name FrameSystemError (258) */
3266
+ /** @name FrameSystemError (257) */
3327
3267
  interface FrameSystemError extends Enum {
3328
3268
  readonly isInvalidSpecName: boolean;
3329
3269
  readonly isSpecVersionNeedsToIncrease: boolean;
@@ -3346,14 +3286,14 @@ declare module "@polkadot/types/lookup" {
3346
3286
  | "Unauthorized";
3347
3287
  }
3348
3288
 
3349
- /** @name CumulusPalletParachainSystemUnincludedSegmentAncestor (260) */
3289
+ /** @name CumulusPalletParachainSystemUnincludedSegmentAncestor (259) */
3350
3290
  interface CumulusPalletParachainSystemUnincludedSegmentAncestor extends Struct {
3351
3291
  readonly usedBandwidth: CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth;
3352
3292
  readonly paraHeadHash: Option<H256>;
3353
3293
  readonly consumedGoAheadSignal: Option<PolkadotPrimitivesV8UpgradeGoAhead>;
3354
3294
  }
3355
3295
 
3356
- /** @name CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth (261) */
3296
+ /** @name CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth (260) */
3357
3297
  interface CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth extends Struct {
3358
3298
  readonly umpMsgCount: u32;
3359
3299
  readonly umpTotalBytes: u32;
@@ -3363,27 +3303,27 @@ declare module "@polkadot/types/lookup" {
3363
3303
  >;
3364
3304
  }
3365
3305
 
3366
- /** @name CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate (263) */
3306
+ /** @name CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate (262) */
3367
3307
  interface CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate extends Struct {
3368
3308
  readonly msgCount: u32;
3369
3309
  readonly totalBytes: u32;
3370
3310
  }
3371
3311
 
3372
- /** @name PolkadotPrimitivesV8UpgradeGoAhead (267) */
3312
+ /** @name PolkadotPrimitivesV8UpgradeGoAhead (266) */
3373
3313
  interface PolkadotPrimitivesV8UpgradeGoAhead extends Enum {
3374
3314
  readonly isAbort: boolean;
3375
3315
  readonly isGoAhead: boolean;
3376
3316
  readonly type: "Abort" | "GoAhead";
3377
3317
  }
3378
3318
 
3379
- /** @name CumulusPalletParachainSystemUnincludedSegmentSegmentTracker (268) */
3319
+ /** @name CumulusPalletParachainSystemUnincludedSegmentSegmentTracker (267) */
3380
3320
  interface CumulusPalletParachainSystemUnincludedSegmentSegmentTracker extends Struct {
3381
3321
  readonly usedBandwidth: CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth;
3382
3322
  readonly hrmpWatermark: Option<u32>;
3383
3323
  readonly consumedGoAheadSignal: Option<PolkadotPrimitivesV8UpgradeGoAhead>;
3384
3324
  }
3385
3325
 
3386
- /** @name PolkadotPrimitivesV8PersistedValidationData (269) */
3326
+ /** @name PolkadotPrimitivesV8PersistedValidationData (268) */
3387
3327
  interface PolkadotPrimitivesV8PersistedValidationData extends Struct {
3388
3328
  readonly parentHead: Bytes;
3389
3329
  readonly relayParentNumber: u32;
@@ -3391,18 +3331,18 @@ declare module "@polkadot/types/lookup" {
3391
3331
  readonly maxPovSize: u32;
3392
3332
  }
3393
3333
 
3394
- /** @name PolkadotPrimitivesV8UpgradeRestriction (272) */
3334
+ /** @name PolkadotPrimitivesV8UpgradeRestriction (271) */
3395
3335
  interface PolkadotPrimitivesV8UpgradeRestriction extends Enum {
3396
3336
  readonly isPresent: boolean;
3397
3337
  readonly type: "Present";
3398
3338
  }
3399
3339
 
3400
- /** @name SpTrieStorageProof (273) */
3340
+ /** @name SpTrieStorageProof (272) */
3401
3341
  interface SpTrieStorageProof extends Struct {
3402
3342
  readonly trieNodes: BTreeSet<Bytes>;
3403
3343
  }
3404
3344
 
3405
- /** @name CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot (275) */
3345
+ /** @name CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot (274) */
3406
3346
  interface CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot extends Struct {
3407
3347
  readonly dmqMqcHead: H256;
3408
3348
  readonly relayDispatchQueueRemainingCapacity: CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity;
@@ -3410,14 +3350,14 @@ declare module "@polkadot/types/lookup" {
3410
3350
  readonly egressChannels: Vec<ITuple<[u32, PolkadotPrimitivesV8AbridgedHrmpChannel]>>;
3411
3351
  }
3412
3352
 
3413
- /** @name CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity (276) */
3353
+ /** @name CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity (275) */
3414
3354
  interface CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity
3415
3355
  extends Struct {
3416
3356
  readonly remainingCount: u32;
3417
3357
  readonly remainingSize: u32;
3418
3358
  }
3419
3359
 
3420
- /** @name PolkadotPrimitivesV8AbridgedHrmpChannel (279) */
3360
+ /** @name PolkadotPrimitivesV8AbridgedHrmpChannel (278) */
3421
3361
  interface PolkadotPrimitivesV8AbridgedHrmpChannel extends Struct {
3422
3362
  readonly maxCapacity: u32;
3423
3363
  readonly maxTotalSize: u32;
@@ -3427,7 +3367,7 @@ declare module "@polkadot/types/lookup" {
3427
3367
  readonly mqcHead: Option<H256>;
3428
3368
  }
3429
3369
 
3430
- /** @name PolkadotPrimitivesV8AbridgedHostConfiguration (280) */
3370
+ /** @name PolkadotPrimitivesV8AbridgedHostConfiguration (279) */
3431
3371
  interface PolkadotPrimitivesV8AbridgedHostConfiguration extends Struct {
3432
3372
  readonly maxCodeSize: u32;
3433
3373
  readonly maxHeadDataSize: u32;
@@ -3441,19 +3381,19 @@ declare module "@polkadot/types/lookup" {
3441
3381
  readonly asyncBackingParams: PolkadotPrimitivesV8AsyncBackingAsyncBackingParams;
3442
3382
  }
3443
3383
 
3444
- /** @name PolkadotPrimitivesV8AsyncBackingAsyncBackingParams (281) */
3384
+ /** @name PolkadotPrimitivesV8AsyncBackingAsyncBackingParams (280) */
3445
3385
  interface PolkadotPrimitivesV8AsyncBackingAsyncBackingParams extends Struct {
3446
3386
  readonly maxCandidateDepth: u32;
3447
3387
  readonly allowedAncestryLen: u32;
3448
3388
  }
3449
3389
 
3450
- /** @name PolkadotCorePrimitivesOutboundHrmpMessage (287) */
3390
+ /** @name PolkadotCorePrimitivesOutboundHrmpMessage (286) */
3451
3391
  interface PolkadotCorePrimitivesOutboundHrmpMessage extends Struct {
3452
3392
  readonly recipient: u32;
3453
3393
  readonly data: Bytes;
3454
3394
  }
3455
3395
 
3456
- /** @name CumulusPalletParachainSystemCall (289) */
3396
+ /** @name CumulusPalletParachainSystemCall (288) */
3457
3397
  interface CumulusPalletParachainSystemCall extends Enum {
3458
3398
  readonly isSetValidationData: boolean;
3459
3399
  readonly asSetValidationData: {
@@ -3466,7 +3406,7 @@ declare module "@polkadot/types/lookup" {
3466
3406
  readonly type: "SetValidationData" | "SudoSendUpwardMessage";
3467
3407
  }
3468
3408
 
3469
- /** @name CumulusPrimitivesParachainInherentParachainInherentData (290) */
3409
+ /** @name CumulusPrimitivesParachainInherentParachainInherentData (289) */
3470
3410
  interface CumulusPrimitivesParachainInherentParachainInherentData extends Struct {
3471
3411
  readonly validationData: PolkadotPrimitivesV8PersistedValidationData;
3472
3412
  readonly relayChainState: SpTrieStorageProof;
@@ -3474,19 +3414,19 @@ declare module "@polkadot/types/lookup" {
3474
3414
  readonly horizontalMessages: BTreeMap<u32, Vec<PolkadotCorePrimitivesInboundHrmpMessage>>;
3475
3415
  }
3476
3416
 
3477
- /** @name PolkadotCorePrimitivesInboundDownwardMessage (292) */
3417
+ /** @name PolkadotCorePrimitivesInboundDownwardMessage (291) */
3478
3418
  interface PolkadotCorePrimitivesInboundDownwardMessage extends Struct {
3479
3419
  readonly sentAt: u32;
3480
3420
  readonly msg: Bytes;
3481
3421
  }
3482
3422
 
3483
- /** @name PolkadotCorePrimitivesInboundHrmpMessage (295) */
3423
+ /** @name PolkadotCorePrimitivesInboundHrmpMessage (294) */
3484
3424
  interface PolkadotCorePrimitivesInboundHrmpMessage extends Struct {
3485
3425
  readonly sentAt: u32;
3486
3426
  readonly data: Bytes;
3487
3427
  }
3488
3428
 
3489
- /** @name CumulusPalletParachainSystemError (298) */
3429
+ /** @name CumulusPalletParachainSystemError (297) */
3490
3430
  interface CumulusPalletParachainSystemError extends Enum {
3491
3431
  readonly isOverlappingUpgrades: boolean;
3492
3432
  readonly isProhibitedByPolkadot: boolean;
@@ -3507,7 +3447,7 @@ declare module "@polkadot/types/lookup" {
3507
3447
  | "Unauthorized";
3508
3448
  }
3509
3449
 
3510
- /** @name PalletTimestampCall (299) */
3450
+ /** @name PalletTimestampCall (298) */
3511
3451
  interface PalletTimestampCall extends Enum {
3512
3452
  readonly isSet: boolean;
3513
3453
  readonly asSet: {
@@ -3516,17 +3456,17 @@ declare module "@polkadot/types/lookup" {
3516
3456
  readonly type: "Set";
3517
3457
  }
3518
3458
 
3519
- /** @name StagingParachainInfoCall (300) */
3459
+ /** @name StagingParachainInfoCall (299) */
3520
3460
  type StagingParachainInfoCall = Null;
3521
3461
 
3522
- /** @name PalletBalancesBalanceLock (302) */
3462
+ /** @name PalletBalancesBalanceLock (301) */
3523
3463
  interface PalletBalancesBalanceLock extends Struct {
3524
3464
  readonly id: U8aFixed;
3525
3465
  readonly amount: u128;
3526
3466
  readonly reasons: PalletBalancesReasons;
3527
3467
  }
3528
3468
 
3529
- /** @name PalletBalancesReasons (303) */
3469
+ /** @name PalletBalancesReasons (302) */
3530
3470
  interface PalletBalancesReasons extends Enum {
3531
3471
  readonly isFee: boolean;
3532
3472
  readonly isMisc: boolean;
@@ -3534,13 +3474,13 @@ declare module "@polkadot/types/lookup" {
3534
3474
  readonly type: "Fee" | "Misc" | "All";
3535
3475
  }
3536
3476
 
3537
- /** @name PalletBalancesReserveData (306) */
3477
+ /** @name PalletBalancesReserveData (305) */
3538
3478
  interface PalletBalancesReserveData extends Struct {
3539
3479
  readonly id: U8aFixed;
3540
3480
  readonly amount: u128;
3541
3481
  }
3542
3482
 
3543
- /** @name ShParachainRuntimeRuntimeHoldReason (310) */
3483
+ /** @name ShParachainRuntimeRuntimeHoldReason (309) */
3544
3484
  interface ShParachainRuntimeRuntimeHoldReason extends Enum {
3545
3485
  readonly isProviders: boolean;
3546
3486
  readonly asProviders: PalletStorageProvidersHoldReason;
@@ -3551,33 +3491,33 @@ declare module "@polkadot/types/lookup" {
3551
3491
  readonly type: "Providers" | "FileSystem" | "PaymentStreams";
3552
3492
  }
3553
3493
 
3554
- /** @name PalletStorageProvidersHoldReason (311) */
3494
+ /** @name PalletStorageProvidersHoldReason (310) */
3555
3495
  interface PalletStorageProvidersHoldReason extends Enum {
3556
3496
  readonly isStorageProviderDeposit: boolean;
3557
3497
  readonly isBucketDeposit: boolean;
3558
3498
  readonly type: "StorageProviderDeposit" | "BucketDeposit";
3559
3499
  }
3560
3500
 
3561
- /** @name PalletFileSystemHoldReason (312) */
3501
+ /** @name PalletFileSystemHoldReason (311) */
3562
3502
  interface PalletFileSystemHoldReason extends Enum {
3563
3503
  readonly isStorageRequestCreationHold: boolean;
3564
3504
  readonly isFileDeletionRequestHold: boolean;
3565
3505
  readonly type: "StorageRequestCreationHold" | "FileDeletionRequestHold";
3566
3506
  }
3567
3507
 
3568
- /** @name PalletPaymentStreamsHoldReason (313) */
3508
+ /** @name PalletPaymentStreamsHoldReason (312) */
3569
3509
  interface PalletPaymentStreamsHoldReason extends Enum {
3570
3510
  readonly isPaymentStreamDeposit: boolean;
3571
3511
  readonly type: "PaymentStreamDeposit";
3572
3512
  }
3573
3513
 
3574
- /** @name FrameSupportTokensMiscIdAmount (316) */
3514
+ /** @name FrameSupportTokensMiscIdAmount (315) */
3575
3515
  interface FrameSupportTokensMiscIdAmount extends Struct {
3576
3516
  readonly id: Null;
3577
3517
  readonly amount: u128;
3578
3518
  }
3579
3519
 
3580
- /** @name PalletBalancesCall (318) */
3520
+ /** @name PalletBalancesCall (317) */
3581
3521
  interface PalletBalancesCall extends Enum {
3582
3522
  readonly isTransferAllowDeath: boolean;
3583
3523
  readonly asTransferAllowDeath: {
@@ -3636,14 +3576,14 @@ declare module "@polkadot/types/lookup" {
3636
3576
  | "Burn";
3637
3577
  }
3638
3578
 
3639
- /** @name PalletBalancesAdjustmentDirection (321) */
3579
+ /** @name PalletBalancesAdjustmentDirection (320) */
3640
3580
  interface PalletBalancesAdjustmentDirection extends Enum {
3641
3581
  readonly isIncrease: boolean;
3642
3582
  readonly isDecrease: boolean;
3643
3583
  readonly type: "Increase" | "Decrease";
3644
3584
  }
3645
3585
 
3646
- /** @name PalletBalancesError (322) */
3586
+ /** @name PalletBalancesError (321) */
3647
3587
  interface PalletBalancesError extends Enum {
3648
3588
  readonly isVestingBalance: boolean;
3649
3589
  readonly isLiquidityRestrictions: boolean;
@@ -3672,14 +3612,14 @@ declare module "@polkadot/types/lookup" {
3672
3612
  | "DeltaZero";
3673
3613
  }
3674
3614
 
3675
- /** @name PalletTransactionPaymentReleases (323) */
3615
+ /** @name PalletTransactionPaymentReleases (322) */
3676
3616
  interface PalletTransactionPaymentReleases extends Enum {
3677
3617
  readonly isV1Ancient: boolean;
3678
3618
  readonly isV2: boolean;
3679
3619
  readonly type: "V1Ancient" | "V2";
3680
3620
  }
3681
3621
 
3682
- /** @name PalletSudoCall (324) */
3622
+ /** @name PalletSudoCall (323) */
3683
3623
  interface PalletSudoCall extends Enum {
3684
3624
  readonly isSudo: boolean;
3685
3625
  readonly asSudo: {
@@ -3703,7 +3643,7 @@ declare module "@polkadot/types/lookup" {
3703
3643
  readonly type: "Sudo" | "SudoUncheckedWeight" | "SetKey" | "SudoAs" | "RemoveKey";
3704
3644
  }
3705
3645
 
3706
- /** @name PalletCollatorSelectionCall (326) */
3646
+ /** @name PalletCollatorSelectionCall (325) */
3707
3647
  interface PalletCollatorSelectionCall extends Enum {
3708
3648
  readonly isSetInvulnerables: boolean;
3709
3649
  readonly asSetInvulnerables: {
@@ -3748,7 +3688,7 @@ declare module "@polkadot/types/lookup" {
3748
3688
  | "TakeCandidateSlot";
3749
3689
  }
3750
3690
 
3751
- /** @name PalletSessionCall (327) */
3691
+ /** @name PalletSessionCall (326) */
3752
3692
  interface PalletSessionCall extends Enum {
3753
3693
  readonly isSetKeys: boolean;
3754
3694
  readonly asSetKeys: {
@@ -3759,15 +3699,15 @@ declare module "@polkadot/types/lookup" {
3759
3699
  readonly type: "SetKeys" | "PurgeKeys";
3760
3700
  }
3761
3701
 
3762
- /** @name ShParachainRuntimeSessionKeys (328) */
3702
+ /** @name ShParachainRuntimeSessionKeys (327) */
3763
3703
  interface ShParachainRuntimeSessionKeys extends Struct {
3764
3704
  readonly aura: SpConsensusAuraSr25519AppSr25519Public;
3765
3705
  }
3766
3706
 
3767
- /** @name SpConsensusAuraSr25519AppSr25519Public (329) */
3707
+ /** @name SpConsensusAuraSr25519AppSr25519Public (328) */
3768
3708
  interface SpConsensusAuraSr25519AppSr25519Public extends U8aFixed {}
3769
3709
 
3770
- /** @name CumulusPalletXcmpQueueCall (330) */
3710
+ /** @name CumulusPalletXcmpQueueCall (329) */
3771
3711
  interface CumulusPalletXcmpQueueCall extends Enum {
3772
3712
  readonly isSuspendXcmExecution: boolean;
3773
3713
  readonly isResumeXcmExecution: boolean;
@@ -3791,7 +3731,7 @@ declare module "@polkadot/types/lookup" {
3791
3731
  | "UpdateResumeThreshold";
3792
3732
  }
3793
3733
 
3794
- /** @name PalletXcmCall (331) */
3734
+ /** @name PalletXcmCall (330) */
3795
3735
  interface PalletXcmCall extends Enum {
3796
3736
  readonly isSend: boolean;
3797
3737
  readonly asSend: {
@@ -3894,7 +3834,7 @@ declare module "@polkadot/types/lookup" {
3894
3834
  | "TransferAssetsUsingTypeAndThen";
3895
3835
  }
3896
3836
 
3897
- /** @name XcmVersionedXcm (332) */
3837
+ /** @name XcmVersionedXcm (331) */
3898
3838
  interface XcmVersionedXcm extends Enum {
3899
3839
  readonly isV3: boolean;
3900
3840
  readonly asV3: XcmV3Xcm;
@@ -3905,10 +3845,10 @@ declare module "@polkadot/types/lookup" {
3905
3845
  readonly type: "V3" | "V4" | "V5";
3906
3846
  }
3907
3847
 
3908
- /** @name XcmV3Xcm (333) */
3848
+ /** @name XcmV3Xcm (332) */
3909
3849
  interface XcmV3Xcm extends Vec<XcmV3Instruction> {}
3910
3850
 
3911
- /** @name XcmV3Instruction (335) */
3851
+ /** @name XcmV3Instruction (334) */
3912
3852
  interface XcmV3Instruction extends Enum {
3913
3853
  readonly isWithdrawAsset: boolean;
3914
3854
  readonly asWithdrawAsset: XcmV3MultiassetMultiAssets;
@@ -4138,7 +4078,7 @@ declare module "@polkadot/types/lookup" {
4138
4078
  | "UnpaidExecution";
4139
4079
  }
4140
4080
 
4141
- /** @name XcmV3Response (336) */
4081
+ /** @name XcmV3Response (335) */
4142
4082
  interface XcmV3Response extends Enum {
4143
4083
  readonly isNull: boolean;
4144
4084
  readonly isAssets: boolean;
@@ -4160,7 +4100,7 @@ declare module "@polkadot/types/lookup" {
4160
4100
  | "DispatchResult";
4161
4101
  }
4162
4102
 
4163
- /** @name XcmV3TraitsError (339) */
4103
+ /** @name XcmV3TraitsError (338) */
4164
4104
  interface XcmV3TraitsError extends Enum {
4165
4105
  readonly isOverflow: boolean;
4166
4106
  readonly isUnimplemented: boolean;
@@ -4247,7 +4187,7 @@ declare module "@polkadot/types/lookup" {
4247
4187
  | "ExceedsStackLimit";
4248
4188
  }
4249
4189
 
4250
- /** @name XcmV3PalletInfo (341) */
4190
+ /** @name XcmV3PalletInfo (340) */
4251
4191
  interface XcmV3PalletInfo extends Struct {
4252
4192
  readonly index: Compact<u32>;
4253
4193
  readonly name: Bytes;
@@ -4257,14 +4197,14 @@ declare module "@polkadot/types/lookup" {
4257
4197
  readonly patch: Compact<u32>;
4258
4198
  }
4259
4199
 
4260
- /** @name XcmV3QueryResponseInfo (345) */
4200
+ /** @name XcmV3QueryResponseInfo (344) */
4261
4201
  interface XcmV3QueryResponseInfo extends Struct {
4262
4202
  readonly destination: StagingXcmV3MultiLocation;
4263
4203
  readonly queryId: Compact<u64>;
4264
4204
  readonly maxWeight: SpWeightsWeightV2Weight;
4265
4205
  }
4266
4206
 
4267
- /** @name XcmV3MultiassetMultiAssetFilter (346) */
4207
+ /** @name XcmV3MultiassetMultiAssetFilter (345) */
4268
4208
  interface XcmV3MultiassetMultiAssetFilter extends Enum {
4269
4209
  readonly isDefinite: boolean;
4270
4210
  readonly asDefinite: XcmV3MultiassetMultiAssets;
@@ -4273,7 +4213,7 @@ declare module "@polkadot/types/lookup" {
4273
4213
  readonly type: "Definite" | "Wild";
4274
4214
  }
4275
4215
 
4276
- /** @name XcmV3MultiassetWildMultiAsset (347) */
4216
+ /** @name XcmV3MultiassetWildMultiAsset (346) */
4277
4217
  interface XcmV3MultiassetWildMultiAsset extends Enum {
4278
4218
  readonly isAll: boolean;
4279
4219
  readonly isAllOf: boolean;
@@ -4292,17 +4232,17 @@ declare module "@polkadot/types/lookup" {
4292
4232
  readonly type: "All" | "AllOf" | "AllCounted" | "AllOfCounted";
4293
4233
  }
4294
4234
 
4295
- /** @name XcmV3MultiassetWildFungibility (348) */
4235
+ /** @name XcmV3MultiassetWildFungibility (347) */
4296
4236
  interface XcmV3MultiassetWildFungibility extends Enum {
4297
4237
  readonly isFungible: boolean;
4298
4238
  readonly isNonFungible: boolean;
4299
4239
  readonly type: "Fungible" | "NonFungible";
4300
4240
  }
4301
4241
 
4302
- /** @name StagingXcmV4Xcm (349) */
4242
+ /** @name StagingXcmV4Xcm (348) */
4303
4243
  interface StagingXcmV4Xcm extends Vec<StagingXcmV4Instruction> {}
4304
4244
 
4305
- /** @name StagingXcmV4Instruction (351) */
4245
+ /** @name StagingXcmV4Instruction (350) */
4306
4246
  interface StagingXcmV4Instruction extends Enum {
4307
4247
  readonly isWithdrawAsset: boolean;
4308
4248
  readonly asWithdrawAsset: StagingXcmV4AssetAssets;
@@ -4532,7 +4472,7 @@ declare module "@polkadot/types/lookup" {
4532
4472
  | "UnpaidExecution";
4533
4473
  }
4534
4474
 
4535
- /** @name StagingXcmV4Response (352) */
4475
+ /** @name StagingXcmV4Response (351) */
4536
4476
  interface StagingXcmV4Response extends Enum {
4537
4477
  readonly isNull: boolean;
4538
4478
  readonly isAssets: boolean;
@@ -4554,7 +4494,7 @@ declare module "@polkadot/types/lookup" {
4554
4494
  | "DispatchResult";
4555
4495
  }
4556
4496
 
4557
- /** @name StagingXcmV4PalletInfo (354) */
4497
+ /** @name StagingXcmV4PalletInfo (353) */
4558
4498
  interface StagingXcmV4PalletInfo extends Struct {
4559
4499
  readonly index: Compact<u32>;
4560
4500
  readonly name: Bytes;
@@ -4564,14 +4504,14 @@ declare module "@polkadot/types/lookup" {
4564
4504
  readonly patch: Compact<u32>;
4565
4505
  }
4566
4506
 
4567
- /** @name StagingXcmV4QueryResponseInfo (358) */
4507
+ /** @name StagingXcmV4QueryResponseInfo (357) */
4568
4508
  interface StagingXcmV4QueryResponseInfo extends Struct {
4569
4509
  readonly destination: StagingXcmV4Location;
4570
4510
  readonly queryId: Compact<u64>;
4571
4511
  readonly maxWeight: SpWeightsWeightV2Weight;
4572
4512
  }
4573
4513
 
4574
- /** @name StagingXcmV4AssetAssetFilter (359) */
4514
+ /** @name StagingXcmV4AssetAssetFilter (358) */
4575
4515
  interface StagingXcmV4AssetAssetFilter extends Enum {
4576
4516
  readonly isDefinite: boolean;
4577
4517
  readonly asDefinite: StagingXcmV4AssetAssets;
@@ -4580,7 +4520,7 @@ declare module "@polkadot/types/lookup" {
4580
4520
  readonly type: "Definite" | "Wild";
4581
4521
  }
4582
4522
 
4583
- /** @name StagingXcmV4AssetWildAsset (360) */
4523
+ /** @name StagingXcmV4AssetWildAsset (359) */
4584
4524
  interface StagingXcmV4AssetWildAsset extends Enum {
4585
4525
  readonly isAll: boolean;
4586
4526
  readonly isAllOf: boolean;
@@ -4599,14 +4539,14 @@ declare module "@polkadot/types/lookup" {
4599
4539
  readonly type: "All" | "AllOf" | "AllCounted" | "AllOfCounted";
4600
4540
  }
4601
4541
 
4602
- /** @name StagingXcmV4AssetWildFungibility (361) */
4542
+ /** @name StagingXcmV4AssetWildFungibility (360) */
4603
4543
  interface StagingXcmV4AssetWildFungibility extends Enum {
4604
4544
  readonly isFungible: boolean;
4605
4545
  readonly isNonFungible: boolean;
4606
4546
  readonly type: "Fungible" | "NonFungible";
4607
4547
  }
4608
4548
 
4609
- /** @name StagingXcmExecutorAssetTransferTransferType (373) */
4549
+ /** @name StagingXcmExecutorAssetTransferTransferType (372) */
4610
4550
  interface StagingXcmExecutorAssetTransferTransferType extends Enum {
4611
4551
  readonly isTeleport: boolean;
4612
4552
  readonly isLocalReserve: boolean;
@@ -4616,7 +4556,7 @@ declare module "@polkadot/types/lookup" {
4616
4556
  readonly type: "Teleport" | "LocalReserve" | "DestinationReserve" | "RemoteReserve";
4617
4557
  }
4618
4558
 
4619
- /** @name XcmVersionedAssetId (374) */
4559
+ /** @name XcmVersionedAssetId (373) */
4620
4560
  interface XcmVersionedAssetId extends Enum {
4621
4561
  readonly isV3: boolean;
4622
4562
  readonly asV3: XcmV3MultiassetAssetId;
@@ -4627,10 +4567,10 @@ declare module "@polkadot/types/lookup" {
4627
4567
  readonly type: "V3" | "V4" | "V5";
4628
4568
  }
4629
4569
 
4630
- /** @name CumulusPalletXcmCall (375) */
4570
+ /** @name CumulusPalletXcmCall (374) */
4631
4571
  type CumulusPalletXcmCall = Null;
4632
4572
 
4633
- /** @name PalletMessageQueueCall (376) */
4573
+ /** @name PalletMessageQueueCall (375) */
4634
4574
  interface PalletMessageQueueCall extends Enum {
4635
4575
  readonly isReapPage: boolean;
4636
4576
  readonly asReapPage: {
@@ -4647,7 +4587,7 @@ declare module "@polkadot/types/lookup" {
4647
4587
  readonly type: "ReapPage" | "ExecuteOverweight";
4648
4588
  }
4649
4589
 
4650
- /** @name PalletStorageProvidersCall (377) */
4590
+ /** @name PalletStorageProvidersCall (376) */
4651
4591
  interface PalletStorageProvidersCall extends Enum {
4652
4592
  readonly isRequestMspSignUp: boolean;
4653
4593
  readonly asRequestMspSignUp: {
@@ -4746,7 +4686,7 @@ declare module "@polkadot/types/lookup" {
4746
4686
  | "StopAllCycles";
4747
4687
  }
4748
4688
 
4749
- /** @name PalletFileSystemCall (378) */
4689
+ /** @name PalletFileSystemCall (377) */
4750
4690
  interface PalletFileSystemCall extends Enum {
4751
4691
  readonly isCreateBucket: boolean;
4752
4692
  readonly asCreateBucket: {
@@ -4883,14 +4823,14 @@ declare module "@polkadot/types/lookup" {
4883
4823
  | "DeleteFilesForIncompleteStorageRequest";
4884
4824
  }
4885
4825
 
4886
- /** @name PalletFileSystemBucketMoveRequestResponse (379) */
4826
+ /** @name PalletFileSystemBucketMoveRequestResponse (378) */
4887
4827
  interface PalletFileSystemBucketMoveRequestResponse extends Enum {
4888
4828
  readonly isAccepted: boolean;
4889
4829
  readonly isRejected: boolean;
4890
4830
  readonly type: "Accepted" | "Rejected";
4891
4831
  }
4892
4832
 
4893
- /** @name PalletFileSystemReplicationTarget (380) */
4833
+ /** @name PalletFileSystemReplicationTarget (379) */
4894
4834
  interface PalletFileSystemReplicationTarget extends Enum {
4895
4835
  readonly isBasic: boolean;
4896
4836
  readonly isStandard: boolean;
@@ -4908,32 +4848,32 @@ declare module "@polkadot/types/lookup" {
4908
4848
  | "Custom";
4909
4849
  }
4910
4850
 
4911
- /** @name PalletFileSystemStorageRequestMspBucketResponse (382) */
4851
+ /** @name PalletFileSystemStorageRequestMspBucketResponse (381) */
4912
4852
  interface PalletFileSystemStorageRequestMspBucketResponse extends Struct {
4913
4853
  readonly bucketId: H256;
4914
4854
  readonly accept: Option<PalletFileSystemStorageRequestMspAcceptedFileKeys>;
4915
4855
  readonly reject: Vec<PalletFileSystemRejectedStorageRequest>;
4916
4856
  }
4917
4857
 
4918
- /** @name PalletFileSystemStorageRequestMspAcceptedFileKeys (384) */
4858
+ /** @name PalletFileSystemStorageRequestMspAcceptedFileKeys (383) */
4919
4859
  interface PalletFileSystemStorageRequestMspAcceptedFileKeys extends Struct {
4920
4860
  readonly fileKeysAndProofs: Vec<PalletFileSystemFileKeyWithProof>;
4921
4861
  readonly forestProof: SpTrieStorageProofCompactProof;
4922
4862
  }
4923
4863
 
4924
- /** @name PalletFileSystemFileKeyWithProof (386) */
4864
+ /** @name PalletFileSystemFileKeyWithProof (385) */
4925
4865
  interface PalletFileSystemFileKeyWithProof extends Struct {
4926
4866
  readonly fileKey: H256;
4927
4867
  readonly proof: ShpFileKeyVerifierFileKeyProof;
4928
4868
  }
4929
4869
 
4930
- /** @name PalletFileSystemRejectedStorageRequest (388) */
4870
+ /** @name PalletFileSystemRejectedStorageRequest (387) */
4931
4871
  interface PalletFileSystemRejectedStorageRequest extends Struct {
4932
4872
  readonly fileKey: H256;
4933
4873
  readonly reason: PalletFileSystemRejectedStorageRequestReason;
4934
4874
  }
4935
4875
 
4936
- /** @name PalletFileSystemFileDeletionRequest (391) */
4876
+ /** @name PalletFileSystemFileDeletionRequest (390) */
4937
4877
  interface PalletFileSystemFileDeletionRequest extends Struct {
4938
4878
  readonly fileOwner: AccountId32;
4939
4879
  readonly signedIntention: PalletFileSystemFileOperationIntention;
@@ -4944,7 +4884,7 @@ declare module "@polkadot/types/lookup" {
4944
4884
  readonly fingerprint: H256;
4945
4885
  }
4946
4886
 
4947
- /** @name PalletProofsDealerCall (393) */
4887
+ /** @name PalletProofsDealerCall (392) */
4948
4888
  interface PalletProofsDealerCall extends Enum {
4949
4889
  readonly isChallenge: boolean;
4950
4890
  readonly asChallenge: {
@@ -4976,13 +4916,13 @@ declare module "@polkadot/types/lookup" {
4976
4916
  | "PriorityChallenge";
4977
4917
  }
4978
4918
 
4979
- /** @name PalletRandomnessCall (394) */
4919
+ /** @name PalletRandomnessCall (393) */
4980
4920
  interface PalletRandomnessCall extends Enum {
4981
4921
  readonly isSetBabeRandomness: boolean;
4982
4922
  readonly type: "SetBabeRandomness";
4983
4923
  }
4984
4924
 
4985
- /** @name PalletPaymentStreamsCall (395) */
4925
+ /** @name PalletPaymentStreamsCall (394) */
4986
4926
  interface PalletPaymentStreamsCall extends Enum {
4987
4927
  readonly isCreateFixedRatePaymentStream: boolean;
4988
4928
  readonly asCreateFixedRatePaymentStream: {
@@ -5044,7 +4984,7 @@ declare module "@polkadot/types/lookup" {
5044
4984
  | "ClearInsolventFlag";
5045
4985
  }
5046
4986
 
5047
- /** @name PalletBucketNftsCall (396) */
4987
+ /** @name PalletBucketNftsCall (395) */
5048
4988
  interface PalletBucketNftsCall extends Enum {
5049
4989
  readonly isShareAccess: boolean;
5050
4990
  readonly asShareAccess: {
@@ -5062,7 +5002,7 @@ declare module "@polkadot/types/lookup" {
5062
5002
  readonly type: "ShareAccess" | "UpdateReadAccess";
5063
5003
  }
5064
5004
 
5065
- /** @name PalletNftsCall (398) */
5005
+ /** @name PalletNftsCall (397) */
5066
5006
  interface PalletNftsCall extends Enum {
5067
5007
  readonly isCreate: boolean;
5068
5008
  readonly asCreate: {
@@ -5335,14 +5275,14 @@ declare module "@polkadot/types/lookup" {
5335
5275
  | "SetAttributesPreSigned";
5336
5276
  }
5337
5277
 
5338
- /** @name PalletNftsCollectionConfig (399) */
5278
+ /** @name PalletNftsCollectionConfig (398) */
5339
5279
  interface PalletNftsCollectionConfig extends Struct {
5340
5280
  readonly settings: u64;
5341
5281
  readonly maxSupply: Option<u32>;
5342
5282
  readonly mintSettings: PalletNftsMintSettings;
5343
5283
  }
5344
5284
 
5345
- /** @name PalletNftsCollectionSetting (401) */
5285
+ /** @name PalletNftsCollectionSetting (400) */
5346
5286
  interface PalletNftsCollectionSetting extends Enum {
5347
5287
  readonly isTransferableItems: boolean;
5348
5288
  readonly isUnlockedMetadata: boolean;
@@ -5357,7 +5297,7 @@ declare module "@polkadot/types/lookup" {
5357
5297
  | "DepositRequired";
5358
5298
  }
5359
5299
 
5360
- /** @name PalletNftsMintSettings (402) */
5300
+ /** @name PalletNftsMintSettings (401) */
5361
5301
  interface PalletNftsMintSettings extends Struct {
5362
5302
  readonly mintType: PalletNftsMintType;
5363
5303
  readonly price: Option<u128>;
@@ -5366,7 +5306,7 @@ declare module "@polkadot/types/lookup" {
5366
5306
  readonly defaultItemSettings: u64;
5367
5307
  }
5368
5308
 
5369
- /** @name PalletNftsMintType (403) */
5309
+ /** @name PalletNftsMintType (402) */
5370
5310
  interface PalletNftsMintType extends Enum {
5371
5311
  readonly isIssuer: boolean;
5372
5312
  readonly isPublic: boolean;
@@ -5375,7 +5315,7 @@ declare module "@polkadot/types/lookup" {
5375
5315
  readonly type: "Issuer" | "Public" | "HolderOf";
5376
5316
  }
5377
5317
 
5378
- /** @name PalletNftsItemSetting (406) */
5318
+ /** @name PalletNftsItemSetting (405) */
5379
5319
  interface PalletNftsItemSetting extends Enum {
5380
5320
  readonly isTransferable: boolean;
5381
5321
  readonly isUnlockedMetadata: boolean;
@@ -5383,30 +5323,30 @@ declare module "@polkadot/types/lookup" {
5383
5323
  readonly type: "Transferable" | "UnlockedMetadata" | "UnlockedAttributes";
5384
5324
  }
5385
5325
 
5386
- /** @name PalletNftsDestroyWitness (407) */
5326
+ /** @name PalletNftsDestroyWitness (406) */
5387
5327
  interface PalletNftsDestroyWitness extends Struct {
5388
5328
  readonly itemMetadatas: Compact<u32>;
5389
5329
  readonly itemConfigs: Compact<u32>;
5390
5330
  readonly attributes: Compact<u32>;
5391
5331
  }
5392
5332
 
5393
- /** @name PalletNftsMintWitness (409) */
5333
+ /** @name PalletNftsMintWitness (408) */
5394
5334
  interface PalletNftsMintWitness extends Struct {
5395
5335
  readonly ownedItem: Option<u32>;
5396
5336
  readonly mintPrice: Option<u128>;
5397
5337
  }
5398
5338
 
5399
- /** @name PalletNftsItemConfig (410) */
5339
+ /** @name PalletNftsItemConfig (409) */
5400
5340
  interface PalletNftsItemConfig extends Struct {
5401
5341
  readonly settings: u64;
5402
5342
  }
5403
5343
 
5404
- /** @name PalletNftsCancelAttributesApprovalWitness (412) */
5344
+ /** @name PalletNftsCancelAttributesApprovalWitness (411) */
5405
5345
  interface PalletNftsCancelAttributesApprovalWitness extends Struct {
5406
5346
  readonly accountAttributes: u32;
5407
5347
  }
5408
5348
 
5409
- /** @name PalletNftsItemTip (414) */
5349
+ /** @name PalletNftsItemTip (413) */
5410
5350
  interface PalletNftsItemTip extends Struct {
5411
5351
  readonly collection: u32;
5412
5352
  readonly item: u32;
@@ -5414,7 +5354,7 @@ declare module "@polkadot/types/lookup" {
5414
5354
  readonly amount: u128;
5415
5355
  }
5416
5356
 
5417
- /** @name PalletNftsPreSignedMint (416) */
5357
+ /** @name PalletNftsPreSignedMint (415) */
5418
5358
  interface PalletNftsPreSignedMint extends Struct {
5419
5359
  readonly collection: u32;
5420
5360
  readonly item: u32;
@@ -5425,7 +5365,7 @@ declare module "@polkadot/types/lookup" {
5425
5365
  readonly mintPrice: Option<u128>;
5426
5366
  }
5427
5367
 
5428
- /** @name PalletNftsPreSignedAttributes (417) */
5368
+ /** @name PalletNftsPreSignedAttributes (416) */
5429
5369
  interface PalletNftsPreSignedAttributes extends Struct {
5430
5370
  readonly collection: u32;
5431
5371
  readonly item: u32;
@@ -5434,7 +5374,7 @@ declare module "@polkadot/types/lookup" {
5434
5374
  readonly deadline: u32;
5435
5375
  }
5436
5376
 
5437
- /** @name PalletParametersCall (418) */
5377
+ /** @name PalletParametersCall (417) */
5438
5378
  interface PalletParametersCall extends Enum {
5439
5379
  readonly isSetParameter: boolean;
5440
5380
  readonly asSetParameter: {
@@ -5443,14 +5383,14 @@ declare module "@polkadot/types/lookup" {
5443
5383
  readonly type: "SetParameter";
5444
5384
  }
5445
5385
 
5446
- /** @name ShParachainRuntimeConfigsRuntimeParamsRuntimeParameters (419) */
5386
+ /** @name ShParachainRuntimeConfigsRuntimeParamsRuntimeParameters (418) */
5447
5387
  interface ShParachainRuntimeConfigsRuntimeParamsRuntimeParameters extends Enum {
5448
5388
  readonly isRuntimeConfig: boolean;
5449
5389
  readonly asRuntimeConfig: ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParameters;
5450
5390
  readonly type: "RuntimeConfig";
5451
5391
  }
5452
5392
 
5453
- /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParameters (420) */
5393
+ /** @name ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParameters (419) */
5454
5394
  interface ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParameters
5455
5395
  extends Enum {
5456
5396
  readonly isSlashAmountPerMaxFileSize: boolean;
@@ -5684,19 +5624,19 @@ declare module "@polkadot/types/lookup" {
5684
5624
  | "UpfrontTicksToPay";
5685
5625
  }
5686
5626
 
5687
- /** @name PalletSudoError (422) */
5627
+ /** @name PalletSudoError (421) */
5688
5628
  interface PalletSudoError extends Enum {
5689
5629
  readonly isRequireSudo: boolean;
5690
5630
  readonly type: "RequireSudo";
5691
5631
  }
5692
5632
 
5693
- /** @name PalletCollatorSelectionCandidateInfo (425) */
5633
+ /** @name PalletCollatorSelectionCandidateInfo (424) */
5694
5634
  interface PalletCollatorSelectionCandidateInfo extends Struct {
5695
5635
  readonly who: AccountId32;
5696
5636
  readonly deposit: u128;
5697
5637
  }
5698
5638
 
5699
- /** @name PalletCollatorSelectionError (427) */
5639
+ /** @name PalletCollatorSelectionError (426) */
5700
5640
  interface PalletCollatorSelectionError extends Enum {
5701
5641
  readonly isTooManyCandidates: boolean;
5702
5642
  readonly isTooFewEligibleCollators: boolean;
@@ -5735,10 +5675,10 @@ declare module "@polkadot/types/lookup" {
5735
5675
  | "InvalidUnreserve";
5736
5676
  }
5737
5677
 
5738
- /** @name SpCoreCryptoKeyTypeId (431) */
5678
+ /** @name SpCoreCryptoKeyTypeId (430) */
5739
5679
  interface SpCoreCryptoKeyTypeId extends U8aFixed {}
5740
5680
 
5741
- /** @name PalletSessionError (432) */
5681
+ /** @name PalletSessionError (431) */
5742
5682
  interface PalletSessionError extends Enum {
5743
5683
  readonly isInvalidProof: boolean;
5744
5684
  readonly isNoAssociatedValidatorId: boolean;
@@ -5753,7 +5693,7 @@ declare module "@polkadot/types/lookup" {
5753
5693
  | "NoAccount";
5754
5694
  }
5755
5695
 
5756
- /** @name CumulusPalletXcmpQueueOutboundChannelDetails (441) */
5696
+ /** @name CumulusPalletXcmpQueueOutboundChannelDetails (440) */
5757
5697
  interface CumulusPalletXcmpQueueOutboundChannelDetails extends Struct {
5758
5698
  readonly recipient: u32;
5759
5699
  readonly state: CumulusPalletXcmpQueueOutboundState;
@@ -5762,21 +5702,21 @@ declare module "@polkadot/types/lookup" {
5762
5702
  readonly lastIndex: u16;
5763
5703
  }
5764
5704
 
5765
- /** @name CumulusPalletXcmpQueueOutboundState (442) */
5705
+ /** @name CumulusPalletXcmpQueueOutboundState (441) */
5766
5706
  interface CumulusPalletXcmpQueueOutboundState extends Enum {
5767
5707
  readonly isOk: boolean;
5768
5708
  readonly isSuspended: boolean;
5769
5709
  readonly type: "Ok" | "Suspended";
5770
5710
  }
5771
5711
 
5772
- /** @name CumulusPalletXcmpQueueQueueConfigData (446) */
5712
+ /** @name CumulusPalletXcmpQueueQueueConfigData (445) */
5773
5713
  interface CumulusPalletXcmpQueueQueueConfigData extends Struct {
5774
5714
  readonly suspendThreshold: u32;
5775
5715
  readonly dropThreshold: u32;
5776
5716
  readonly resumeThreshold: u32;
5777
5717
  }
5778
5718
 
5779
- /** @name CumulusPalletXcmpQueueError (447) */
5719
+ /** @name CumulusPalletXcmpQueueError (446) */
5780
5720
  interface CumulusPalletXcmpQueueError extends Enum {
5781
5721
  readonly isBadQueueConfig: boolean;
5782
5722
  readonly isAlreadySuspended: boolean;
@@ -5791,7 +5731,7 @@ declare module "@polkadot/types/lookup" {
5791
5731
  | "TooBig";
5792
5732
  }
5793
5733
 
5794
- /** @name PalletXcmQueryStatus (448) */
5734
+ /** @name PalletXcmQueryStatus (447) */
5795
5735
  interface PalletXcmQueryStatus extends Enum {
5796
5736
  readonly isPending: boolean;
5797
5737
  readonly asPending: {
@@ -5813,7 +5753,7 @@ declare module "@polkadot/types/lookup" {
5813
5753
  readonly type: "Pending" | "VersionNotifier" | "Ready";
5814
5754
  }
5815
5755
 
5816
- /** @name XcmVersionedResponse (452) */
5756
+ /** @name XcmVersionedResponse (451) */
5817
5757
  interface XcmVersionedResponse extends Enum {
5818
5758
  readonly isV3: boolean;
5819
5759
  readonly asV3: XcmV3Response;
@@ -5824,7 +5764,7 @@ declare module "@polkadot/types/lookup" {
5824
5764
  readonly type: "V3" | "V4" | "V5";
5825
5765
  }
5826
5766
 
5827
- /** @name PalletXcmVersionMigrationStage (458) */
5767
+ /** @name PalletXcmVersionMigrationStage (457) */
5828
5768
  interface PalletXcmVersionMigrationStage extends Enum {
5829
5769
  readonly isMigrateSupportedVersion: boolean;
5830
5770
  readonly isMigrateVersionNotifiers: boolean;
@@ -5838,7 +5778,7 @@ declare module "@polkadot/types/lookup" {
5838
5778
  | "MigrateAndNotifyOldTargets";
5839
5779
  }
5840
5780
 
5841
- /** @name PalletXcmRemoteLockedFungibleRecord (460) */
5781
+ /** @name PalletXcmRemoteLockedFungibleRecord (459) */
5842
5782
  interface PalletXcmRemoteLockedFungibleRecord extends Struct {
5843
5783
  readonly amount: u128;
5844
5784
  readonly owner: XcmVersionedLocation;
@@ -5846,7 +5786,7 @@ declare module "@polkadot/types/lookup" {
5846
5786
  readonly consumers: Vec<ITuple<[Null, u128]>>;
5847
5787
  }
5848
5788
 
5849
- /** @name PalletXcmError (467) */
5789
+ /** @name PalletXcmError (466) */
5850
5790
  interface PalletXcmError extends Enum {
5851
5791
  readonly isUnreachable: boolean;
5852
5792
  readonly isSendFailure: boolean;
@@ -5899,7 +5839,7 @@ declare module "@polkadot/types/lookup" {
5899
5839
  | "LocalExecutionIncomplete";
5900
5840
  }
5901
5841
 
5902
- /** @name PalletMessageQueueBookState (468) */
5842
+ /** @name PalletMessageQueueBookState (467) */
5903
5843
  interface PalletMessageQueueBookState extends Struct {
5904
5844
  readonly begin: u32;
5905
5845
  readonly end: u32;
@@ -5909,13 +5849,13 @@ declare module "@polkadot/types/lookup" {
5909
5849
  readonly size_: u64;
5910
5850
  }
5911
5851
 
5912
- /** @name PalletMessageQueueNeighbours (470) */
5852
+ /** @name PalletMessageQueueNeighbours (469) */
5913
5853
  interface PalletMessageQueueNeighbours extends Struct {
5914
5854
  readonly prev: CumulusPrimitivesCoreAggregateMessageOrigin;
5915
5855
  readonly next: CumulusPrimitivesCoreAggregateMessageOrigin;
5916
5856
  }
5917
5857
 
5918
- /** @name PalletMessageQueuePage (472) */
5858
+ /** @name PalletMessageQueuePage (471) */
5919
5859
  interface PalletMessageQueuePage extends Struct {
5920
5860
  readonly remaining: u32;
5921
5861
  readonly remainingSize: u32;
@@ -5925,7 +5865,7 @@ declare module "@polkadot/types/lookup" {
5925
5865
  readonly heap: Bytes;
5926
5866
  }
5927
5867
 
5928
- /** @name PalletMessageQueueError (474) */
5868
+ /** @name PalletMessageQueueError (473) */
5929
5869
  interface PalletMessageQueueError extends Enum {
5930
5870
  readonly isNotReapable: boolean;
5931
5871
  readonly isNoPage: boolean;
@@ -5948,13 +5888,13 @@ declare module "@polkadot/types/lookup" {
5948
5888
  | "RecursiveDisallowed";
5949
5889
  }
5950
5890
 
5951
- /** @name PalletStorageProvidersSignUpRequest (475) */
5891
+ /** @name PalletStorageProvidersSignUpRequest (474) */
5952
5892
  interface PalletStorageProvidersSignUpRequest extends Struct {
5953
5893
  readonly spSignUpRequest: PalletStorageProvidersSignUpRequestSpParams;
5954
5894
  readonly at: u32;
5955
5895
  }
5956
5896
 
5957
- /** @name PalletStorageProvidersSignUpRequestSpParams (476) */
5897
+ /** @name PalletStorageProvidersSignUpRequestSpParams (475) */
5958
5898
  interface PalletStorageProvidersSignUpRequestSpParams extends Enum {
5959
5899
  readonly isBackupStorageProvider: boolean;
5960
5900
  readonly asBackupStorageProvider: PalletStorageProvidersBackupStorageProvider;
@@ -5963,7 +5903,7 @@ declare module "@polkadot/types/lookup" {
5963
5903
  readonly type: "BackupStorageProvider" | "MainStorageProvider";
5964
5904
  }
5965
5905
 
5966
- /** @name PalletStorageProvidersBackupStorageProvider (477) */
5906
+ /** @name PalletStorageProvidersBackupStorageProvider (476) */
5967
5907
  interface PalletStorageProvidersBackupStorageProvider extends Struct {
5968
5908
  readonly capacity: u64;
5969
5909
  readonly capacityUsed: u64;
@@ -5976,13 +5916,13 @@ declare module "@polkadot/types/lookup" {
5976
5916
  readonly signUpBlock: u32;
5977
5917
  }
5978
5918
 
5979
- /** @name PalletStorageProvidersMainStorageProviderSignUpRequest (478) */
5919
+ /** @name PalletStorageProvidersMainStorageProviderSignUpRequest (477) */
5980
5920
  interface PalletStorageProvidersMainStorageProviderSignUpRequest extends Struct {
5981
5921
  readonly mspInfo: PalletStorageProvidersMainStorageProvider;
5982
5922
  readonly valueProp: PalletStorageProvidersValueProposition;
5983
5923
  }
5984
5924
 
5985
- /** @name PalletStorageProvidersMainStorageProvider (479) */
5925
+ /** @name PalletStorageProvidersMainStorageProvider (478) */
5986
5926
  interface PalletStorageProvidersMainStorageProvider extends Struct {
5987
5927
  readonly capacity: u64;
5988
5928
  readonly capacityUsed: u64;
@@ -5995,7 +5935,7 @@ declare module "@polkadot/types/lookup" {
5995
5935
  readonly signUpBlock: u32;
5996
5936
  }
5997
5937
 
5998
- /** @name PalletStorageProvidersBucket (480) */
5938
+ /** @name PalletStorageProvidersBucket (479) */
5999
5939
  interface PalletStorageProvidersBucket extends Struct {
6000
5940
  readonly root: H256;
6001
5941
  readonly userId: AccountId32;
@@ -6006,7 +5946,7 @@ declare module "@polkadot/types/lookup" {
6006
5946
  readonly valuePropId: H256;
6007
5947
  }
6008
5948
 
6009
- /** @name PalletStorageProvidersError (484) */
5949
+ /** @name PalletStorageProvidersError (483) */
6010
5950
  interface PalletStorageProvidersError extends Enum {
6011
5951
  readonly isAlreadyRegistered: boolean;
6012
5952
  readonly isSignUpNotRequested: boolean;
@@ -6115,7 +6055,7 @@ declare module "@polkadot/types/lookup" {
6115
6055
  | "PaymentStreamNotFound";
6116
6056
  }
6117
6057
 
6118
- /** @name PalletFileSystemStorageRequestMetadata (485) */
6058
+ /** @name PalletFileSystemStorageRequestMetadata (484) */
6119
6059
  interface PalletFileSystemStorageRequestMetadata extends Struct {
6120
6060
  readonly requestedAt: u32;
6121
6061
  readonly expiresAt: u32;
@@ -6124,7 +6064,7 @@ declare module "@polkadot/types/lookup" {
6124
6064
  readonly location: Bytes;
6125
6065
  readonly fingerprint: H256;
6126
6066
  readonly size_: u64;
6127
- readonly msp: Option<ITuple<[H256, bool]>>;
6067
+ readonly mspStatus: PalletFileSystemMspStorageRequestStatus;
6128
6068
  readonly userPeerIds: Vec<Bytes>;
6129
6069
  readonly bspsRequired: u32;
6130
6070
  readonly bspsConfirmed: u32;
@@ -6132,12 +6072,24 @@ declare module "@polkadot/types/lookup" {
6132
6072
  readonly depositPaid: u128;
6133
6073
  }
6134
6074
 
6135
- /** @name PalletFileSystemStorageRequestBspsMetadata (488) */
6075
+ /** @name PalletFileSystemMspStorageRequestStatus (485) */
6076
+ interface PalletFileSystemMspStorageRequestStatus extends Enum {
6077
+ readonly isNone: boolean;
6078
+ readonly isPending: boolean;
6079
+ readonly asPending: H256;
6080
+ readonly isAcceptedNewFile: boolean;
6081
+ readonly asAcceptedNewFile: H256;
6082
+ readonly isAcceptedExistingFile: boolean;
6083
+ readonly asAcceptedExistingFile: H256;
6084
+ readonly type: "None" | "Pending" | "AcceptedNewFile" | "AcceptedExistingFile";
6085
+ }
6086
+
6087
+ /** @name PalletFileSystemStorageRequestBspsMetadata (486) */
6136
6088
  interface PalletFileSystemStorageRequestBspsMetadata extends Struct {
6137
6089
  readonly confirmed: bool;
6138
6090
  }
6139
6091
 
6140
- /** @name PalletFileSystemPendingFileDeletionRequest (490) */
6092
+ /** @name PalletFileSystemPendingFileDeletionRequest (488) */
6141
6093
  interface PalletFileSystemPendingFileDeletionRequest extends Struct {
6142
6094
  readonly user: AccountId32;
6143
6095
  readonly fileKey: H256;
@@ -6147,21 +6099,21 @@ declare module "@polkadot/types/lookup" {
6147
6099
  readonly queuePriorityChallenge: bool;
6148
6100
  }
6149
6101
 
6150
- /** @name PalletFileSystemPendingStopStoringRequest (492) */
6102
+ /** @name PalletFileSystemPendingStopStoringRequest (490) */
6151
6103
  interface PalletFileSystemPendingStopStoringRequest extends Struct {
6152
6104
  readonly tickWhenRequested: u32;
6153
6105
  readonly fileOwner: AccountId32;
6154
6106
  readonly fileSize: u64;
6155
6107
  }
6156
6108
 
6157
- /** @name PalletFileSystemMoveBucketRequestMetadata (493) */
6109
+ /** @name PalletFileSystemMoveBucketRequestMetadata (491) */
6158
6110
  interface PalletFileSystemMoveBucketRequestMetadata extends Struct {
6159
6111
  readonly requester: AccountId32;
6160
6112
  readonly newMspId: H256;
6161
6113
  readonly newValuePropId: H256;
6162
6114
  }
6163
6115
 
6164
- /** @name PalletFileSystemIncompleteStorageRequestMetadata (494) */
6116
+ /** @name PalletFileSystemIncompleteStorageRequestMetadata (492) */
6165
6117
  interface PalletFileSystemIncompleteStorageRequestMetadata extends Struct {
6166
6118
  readonly owner: AccountId32;
6167
6119
  readonly bucketId: H256;
@@ -6172,206 +6124,156 @@ declare module "@polkadot/types/lookup" {
6172
6124
  readonly pendingBucketRemoval: bool;
6173
6125
  }
6174
6126
 
6175
- /** @name PalletFileSystemError (496) */
6127
+ /** @name PalletFileSystemError (494) */
6176
6128
  interface PalletFileSystemError extends Enum {
6129
+ readonly isNotABsp: boolean;
6130
+ readonly isNotAMsp: boolean;
6131
+ readonly isNotASp: boolean;
6177
6132
  readonly isStorageRequestAlreadyRegistered: boolean;
6178
6133
  readonly isStorageRequestNotFound: boolean;
6179
- readonly isStorageRequestNotRevoked: boolean;
6180
6134
  readonly isStorageRequestExists: boolean;
6135
+ readonly isStorageRequestNotAuthorized: boolean;
6136
+ readonly isStorageRequestBspsRequiredFulfilled: boolean;
6137
+ readonly isTooManyStorageRequestResponses: boolean;
6138
+ readonly isIncompleteStorageRequestNotFound: boolean;
6181
6139
  readonly isReplicationTargetCannotBeZero: boolean;
6182
6140
  readonly isReplicationTargetExceedsMaximum: boolean;
6183
- readonly isMaxReplicationTargetSmallerThanDefault: boolean;
6184
- readonly isNotABsp: boolean;
6185
- readonly isNotAMsp: boolean;
6186
- readonly isNotASp: boolean;
6187
6141
  readonly isBspNotVolunteered: boolean;
6188
6142
  readonly isBspNotConfirmed: boolean;
6189
6143
  readonly isBspAlreadyConfirmed: boolean;
6190
- readonly isStorageRequestBspsRequiredFulfilled: boolean;
6191
6144
  readonly isBspAlreadyVolunteered: boolean;
6192
- readonly isInsufficientAvailableCapacity: boolean;
6193
- readonly isUnexpectedNumberOfRemovedVolunteeredBsps: boolean;
6194
6145
  readonly isBspNotEligibleToVolunteer: boolean;
6195
- readonly isStorageRequestExpiredNoSlotAvailable: boolean;
6196
- readonly isStorageRequestNotAuthorized: boolean;
6197
- readonly isMaxTickNumberReached: boolean;
6198
- readonly isFailedToEncodeBsp: boolean;
6199
- readonly isFailedToEncodeFingerprint: boolean;
6200
- readonly isFailedToDecodeThreshold: boolean;
6201
- readonly isAboveThreshold: boolean;
6202
- readonly isThresholdArithmeticError: boolean;
6203
- readonly isFailedTypeConversion: boolean;
6204
- readonly isDividedByZero: boolean;
6205
- readonly isImpossibleFailedToGetValue: boolean;
6206
- readonly isBucketIsNotPrivate: boolean;
6146
+ readonly isInsufficientAvailableCapacity: boolean;
6147
+ readonly isNoFileKeysToConfirm: boolean;
6148
+ readonly isMspNotStoringBucket: boolean;
6149
+ readonly isNotSelectedMsp: boolean;
6150
+ readonly isMspAlreadyConfirmed: boolean;
6151
+ readonly isRequestWithoutMsp: boolean;
6152
+ readonly isMspAlreadyStoringBucket: boolean;
6207
6153
  readonly isBucketNotFound: boolean;
6208
6154
  readonly isBucketNotEmpty: boolean;
6209
6155
  readonly isNotBucketOwner: boolean;
6156
+ readonly isBucketIsBeingMoved: boolean;
6157
+ readonly isInvalidBucketIdFileKeyPair: boolean;
6210
6158
  readonly isValuePropositionNotAvailable: boolean;
6211
6159
  readonly isCollectionNotFound: boolean;
6212
- readonly isProviderRootNotFound: boolean;
6213
- readonly isExpectedNonInclusionProof: boolean;
6214
- readonly isExpectedInclusionProof: boolean;
6160
+ readonly isMoveBucketRequestNotFound: boolean;
6215
6161
  readonly isInvalidFileKeyMetadata: boolean;
6216
- readonly isThresholdBelowAsymptote: boolean;
6217
- readonly isNotFileOwner: boolean;
6218
- readonly isFileKeyAlreadyPendingDeletion: boolean;
6162
+ readonly isFileSizeCannotBeZero: boolean;
6163
+ readonly isProviderNotStoringFile: boolean;
6164
+ readonly isFileHasActiveStorageRequest: boolean;
6165
+ readonly isFileHasIncompleteStorageRequest: boolean;
6219
6166
  readonly isBatchFileDeletionMustContainSingleBucket: boolean;
6220
6167
  readonly isDuplicateFileKeyInBatchFileDeletion: boolean;
6221
6168
  readonly isNoFileKeysToDelete: boolean;
6222
6169
  readonly isFailedToPushFileKeyToBucketDeletionVector: boolean;
6223
6170
  readonly isFailedToPushUserToBspDeletionVector: boolean;
6224
6171
  readonly isFailedToPushFileKeyToBspDeletionVector: boolean;
6225
- readonly isMaxUserPendingDeletionRequestsReached: boolean;
6226
- readonly isMspNotStoringBucket: boolean;
6227
- readonly isFileKeyNotPendingDeletion: boolean;
6228
- readonly isFileSizeCannotBeZero: boolean;
6229
- readonly isNoGlobalReputationWeightSet: boolean;
6230
- readonly isNoBspReputationWeightSet: boolean;
6231
- readonly isMaximumThresholdCannotBeZero: boolean;
6232
- readonly isTickRangeToMaximumThresholdCannotBeZero: boolean;
6233
6172
  readonly isPendingStopStoringRequestNotFound: boolean;
6234
6173
  readonly isMinWaitForStopStoringNotReached: boolean;
6235
6174
  readonly isPendingStopStoringRequestAlreadyExists: boolean;
6236
- readonly isOperationNotAllowedWithInsolventUser: boolean;
6237
- readonly isUserNotInsolvent: boolean;
6238
- readonly isNotSelectedMsp: boolean;
6239
- readonly isMspAlreadyConfirmed: boolean;
6240
- readonly isRequestWithoutMsp: boolean;
6241
- readonly isMspAlreadyStoringBucket: boolean;
6242
- readonly isMoveBucketRequestNotFound: boolean;
6243
- readonly isBucketIsBeingMoved: boolean;
6244
- readonly isBspAlreadyDataServer: boolean;
6245
- readonly isBspDataServersExceeded: boolean;
6246
- readonly isFileMetadataProcessingQueueFull: boolean;
6247
- readonly isTooManyBatchResponses: boolean;
6248
- readonly isTooManyStorageRequestResponses: boolean;
6249
- readonly isInvalidBucketIdFileKeyPair: boolean;
6250
- readonly isInconsistentStateKeyAlreadyExists: boolean;
6175
+ readonly isExpectedNonInclusionProof: boolean;
6176
+ readonly isExpectedInclusionProof: boolean;
6251
6177
  readonly isFixedRatePaymentStreamNotFound: boolean;
6252
6178
  readonly isDynamicRatePaymentStreamNotFound: boolean;
6179
+ readonly isOperationNotAllowedWithInsolventUser: boolean;
6180
+ readonly isUserNotInsolvent: boolean;
6181
+ readonly isOperationNotAllowedForInsolventProvider: boolean;
6182
+ readonly isInvalidSignature: boolean;
6183
+ readonly isInvalidProviderID: boolean;
6184
+ readonly isInvalidSignedOperation: boolean;
6185
+ readonly isNoGlobalReputationWeightSet: boolean;
6186
+ readonly isNoBspReputationWeightSet: boolean;
6253
6187
  readonly isCannotHoldDeposit: boolean;
6188
+ readonly isMaxTickNumberReached: boolean;
6189
+ readonly isThresholdArithmeticError: boolean;
6190
+ readonly isRootNotUpdated: boolean;
6191
+ readonly isImpossibleFailedToGetValue: boolean;
6254
6192
  readonly isFailedToQueryEarliestFileVolunteerTick: boolean;
6255
6193
  readonly isFailedToGetOwnerAccount: boolean;
6256
6194
  readonly isFailedToGetPaymentAccount: boolean;
6257
- readonly isNoFileKeysToConfirm: boolean;
6258
- readonly isRootNotUpdated: boolean;
6259
- readonly isNoPrivacyChange: boolean;
6260
- readonly isOperationNotAllowedForInsolventProvider: boolean;
6261
- readonly isOperationNotAllowedWhileBucketIsNotStoredByMsp: boolean;
6262
6195
  readonly isFailedToComputeFileKey: boolean;
6263
6196
  readonly isFailedToCreateFileMetadata: boolean;
6264
- readonly isInvalidSignature: boolean;
6265
- readonly isForestProofVerificationFailed: boolean;
6266
- readonly isProviderNotStoringFile: boolean;
6267
- readonly isInvalidProviderID: boolean;
6268
- readonly isInvalidSignedOperation: boolean;
6269
- readonly isFileKeyMismatch: boolean;
6270
- readonly isIncompleteStorageRequestNotFound: boolean;
6197
+ readonly isFileMetadataProcessingQueueFull: boolean;
6271
6198
  readonly type:
6199
+ | "NotABsp"
6200
+ | "NotAMsp"
6201
+ | "NotASp"
6272
6202
  | "StorageRequestAlreadyRegistered"
6273
6203
  | "StorageRequestNotFound"
6274
- | "StorageRequestNotRevoked"
6275
6204
  | "StorageRequestExists"
6205
+ | "StorageRequestNotAuthorized"
6206
+ | "StorageRequestBspsRequiredFulfilled"
6207
+ | "TooManyStorageRequestResponses"
6208
+ | "IncompleteStorageRequestNotFound"
6276
6209
  | "ReplicationTargetCannotBeZero"
6277
6210
  | "ReplicationTargetExceedsMaximum"
6278
- | "MaxReplicationTargetSmallerThanDefault"
6279
- | "NotABsp"
6280
- | "NotAMsp"
6281
- | "NotASp"
6282
6211
  | "BspNotVolunteered"
6283
6212
  | "BspNotConfirmed"
6284
6213
  | "BspAlreadyConfirmed"
6285
- | "StorageRequestBspsRequiredFulfilled"
6286
6214
  | "BspAlreadyVolunteered"
6287
- | "InsufficientAvailableCapacity"
6288
- | "UnexpectedNumberOfRemovedVolunteeredBsps"
6289
6215
  | "BspNotEligibleToVolunteer"
6290
- | "StorageRequestExpiredNoSlotAvailable"
6291
- | "StorageRequestNotAuthorized"
6292
- | "MaxTickNumberReached"
6293
- | "FailedToEncodeBsp"
6294
- | "FailedToEncodeFingerprint"
6295
- | "FailedToDecodeThreshold"
6296
- | "AboveThreshold"
6297
- | "ThresholdArithmeticError"
6298
- | "FailedTypeConversion"
6299
- | "DividedByZero"
6300
- | "ImpossibleFailedToGetValue"
6301
- | "BucketIsNotPrivate"
6216
+ | "InsufficientAvailableCapacity"
6217
+ | "NoFileKeysToConfirm"
6218
+ | "MspNotStoringBucket"
6219
+ | "NotSelectedMsp"
6220
+ | "MspAlreadyConfirmed"
6221
+ | "RequestWithoutMsp"
6222
+ | "MspAlreadyStoringBucket"
6302
6223
  | "BucketNotFound"
6303
6224
  | "BucketNotEmpty"
6304
6225
  | "NotBucketOwner"
6226
+ | "BucketIsBeingMoved"
6227
+ | "InvalidBucketIdFileKeyPair"
6305
6228
  | "ValuePropositionNotAvailable"
6306
6229
  | "CollectionNotFound"
6307
- | "ProviderRootNotFound"
6308
- | "ExpectedNonInclusionProof"
6309
- | "ExpectedInclusionProof"
6230
+ | "MoveBucketRequestNotFound"
6310
6231
  | "InvalidFileKeyMetadata"
6311
- | "ThresholdBelowAsymptote"
6312
- | "NotFileOwner"
6313
- | "FileKeyAlreadyPendingDeletion"
6232
+ | "FileSizeCannotBeZero"
6233
+ | "ProviderNotStoringFile"
6234
+ | "FileHasActiveStorageRequest"
6235
+ | "FileHasIncompleteStorageRequest"
6314
6236
  | "BatchFileDeletionMustContainSingleBucket"
6315
6237
  | "DuplicateFileKeyInBatchFileDeletion"
6316
6238
  | "NoFileKeysToDelete"
6317
6239
  | "FailedToPushFileKeyToBucketDeletionVector"
6318
6240
  | "FailedToPushUserToBspDeletionVector"
6319
6241
  | "FailedToPushFileKeyToBspDeletionVector"
6320
- | "MaxUserPendingDeletionRequestsReached"
6321
- | "MspNotStoringBucket"
6322
- | "FileKeyNotPendingDeletion"
6323
- | "FileSizeCannotBeZero"
6324
- | "NoGlobalReputationWeightSet"
6325
- | "NoBspReputationWeightSet"
6326
- | "MaximumThresholdCannotBeZero"
6327
- | "TickRangeToMaximumThresholdCannotBeZero"
6328
6242
  | "PendingStopStoringRequestNotFound"
6329
6243
  | "MinWaitForStopStoringNotReached"
6330
6244
  | "PendingStopStoringRequestAlreadyExists"
6331
- | "OperationNotAllowedWithInsolventUser"
6332
- | "UserNotInsolvent"
6333
- | "NotSelectedMsp"
6334
- | "MspAlreadyConfirmed"
6335
- | "RequestWithoutMsp"
6336
- | "MspAlreadyStoringBucket"
6337
- | "MoveBucketRequestNotFound"
6338
- | "BucketIsBeingMoved"
6339
- | "BspAlreadyDataServer"
6340
- | "BspDataServersExceeded"
6341
- | "FileMetadataProcessingQueueFull"
6342
- | "TooManyBatchResponses"
6343
- | "TooManyStorageRequestResponses"
6344
- | "InvalidBucketIdFileKeyPair"
6345
- | "InconsistentStateKeyAlreadyExists"
6245
+ | "ExpectedNonInclusionProof"
6246
+ | "ExpectedInclusionProof"
6346
6247
  | "FixedRatePaymentStreamNotFound"
6347
6248
  | "DynamicRatePaymentStreamNotFound"
6249
+ | "OperationNotAllowedWithInsolventUser"
6250
+ | "UserNotInsolvent"
6251
+ | "OperationNotAllowedForInsolventProvider"
6252
+ | "InvalidSignature"
6253
+ | "InvalidProviderID"
6254
+ | "InvalidSignedOperation"
6255
+ | "NoGlobalReputationWeightSet"
6256
+ | "NoBspReputationWeightSet"
6348
6257
  | "CannotHoldDeposit"
6258
+ | "MaxTickNumberReached"
6259
+ | "ThresholdArithmeticError"
6260
+ | "RootNotUpdated"
6261
+ | "ImpossibleFailedToGetValue"
6349
6262
  | "FailedToQueryEarliestFileVolunteerTick"
6350
6263
  | "FailedToGetOwnerAccount"
6351
6264
  | "FailedToGetPaymentAccount"
6352
- | "NoFileKeysToConfirm"
6353
- | "RootNotUpdated"
6354
- | "NoPrivacyChange"
6355
- | "OperationNotAllowedForInsolventProvider"
6356
- | "OperationNotAllowedWhileBucketIsNotStoredByMsp"
6357
6265
  | "FailedToComputeFileKey"
6358
6266
  | "FailedToCreateFileMetadata"
6359
- | "InvalidSignature"
6360
- | "ForestProofVerificationFailed"
6361
- | "ProviderNotStoringFile"
6362
- | "InvalidProviderID"
6363
- | "InvalidSignedOperation"
6364
- | "FileKeyMismatch"
6365
- | "IncompleteStorageRequestNotFound";
6267
+ | "FileMetadataProcessingQueueFull";
6366
6268
  }
6367
6269
 
6368
- /** @name PalletProofsDealerProofSubmissionRecord (498) */
6270
+ /** @name PalletProofsDealerProofSubmissionRecord (496) */
6369
6271
  interface PalletProofsDealerProofSubmissionRecord extends Struct {
6370
6272
  readonly lastTickProven: u32;
6371
6273
  readonly nextTickToSubmitProofFor: u32;
6372
6274
  }
6373
6275
 
6374
- /** @name PalletProofsDealerError (505) */
6276
+ /** @name PalletProofsDealerError (503) */
6375
6277
  interface PalletProofsDealerError extends Enum {
6376
6278
  readonly isNotProvider: boolean;
6377
6279
  readonly isChallengesQueueOverflow: boolean;
@@ -6424,7 +6326,7 @@ declare module "@polkadot/types/lookup" {
6424
6326
  | "TooManyValidProofSubmitters";
6425
6327
  }
6426
6328
 
6427
- /** @name PalletPaymentStreamsFixedRatePaymentStream (508) */
6329
+ /** @name PalletPaymentStreamsFixedRatePaymentStream (506) */
6428
6330
  interface PalletPaymentStreamsFixedRatePaymentStream extends Struct {
6429
6331
  readonly rate: u128;
6430
6332
  readonly lastChargedTick: u32;
@@ -6432,7 +6334,7 @@ declare module "@polkadot/types/lookup" {
6432
6334
  readonly outOfFundsTick: Option<u32>;
6433
6335
  }
6434
6336
 
6435
- /** @name PalletPaymentStreamsDynamicRatePaymentStream (509) */
6337
+ /** @name PalletPaymentStreamsDynamicRatePaymentStream (507) */
6436
6338
  interface PalletPaymentStreamsDynamicRatePaymentStream extends Struct {
6437
6339
  readonly amountProvided: u64;
6438
6340
  readonly priceIndexWhenLastCharged: u128;
@@ -6440,13 +6342,13 @@ declare module "@polkadot/types/lookup" {
6440
6342
  readonly outOfFundsTick: Option<u32>;
6441
6343
  }
6442
6344
 
6443
- /** @name PalletPaymentStreamsProviderLastChargeableInfo (510) */
6345
+ /** @name PalletPaymentStreamsProviderLastChargeableInfo (508) */
6444
6346
  interface PalletPaymentStreamsProviderLastChargeableInfo extends Struct {
6445
6347
  readonly lastChargeableTick: u32;
6446
6348
  readonly priceIndex: u128;
6447
6349
  }
6448
6350
 
6449
- /** @name PalletPaymentStreamsError (511) */
6351
+ /** @name PalletPaymentStreamsError (509) */
6450
6352
  interface PalletPaymentStreamsError extends Enum {
6451
6353
  readonly isPaymentStreamAlreadyExists: boolean;
6452
6354
  readonly isPaymentStreamNotFound: boolean;
@@ -6487,7 +6389,7 @@ declare module "@polkadot/types/lookup" {
6487
6389
  | "ProviderInsolvent";
6488
6390
  }
6489
6391
 
6490
- /** @name PalletBucketNftsError (512) */
6392
+ /** @name PalletBucketNftsError (510) */
6491
6393
  interface PalletBucketNftsError extends Enum {
6492
6394
  readonly isBucketIsNotPrivate: boolean;
6493
6395
  readonly isNotBucketOwner: boolean;
@@ -6500,7 +6402,7 @@ declare module "@polkadot/types/lookup" {
6500
6402
  | "ConvertBytesToBoundedVec";
6501
6403
  }
6502
6404
 
6503
- /** @name PalletNftsCollectionDetails (513) */
6405
+ /** @name PalletNftsCollectionDetails (511) */
6504
6406
  interface PalletNftsCollectionDetails extends Struct {
6505
6407
  readonly owner: AccountId32;
6506
6408
  readonly ownerDeposit: u128;
@@ -6510,7 +6412,7 @@ declare module "@polkadot/types/lookup" {
6510
6412
  readonly attributes: u32;
6511
6413
  }
6512
6414
 
6513
- /** @name PalletNftsCollectionRole (518) */
6415
+ /** @name PalletNftsCollectionRole (516) */
6514
6416
  interface PalletNftsCollectionRole extends Enum {
6515
6417
  readonly isIssuer: boolean;
6516
6418
  readonly isFreezer: boolean;
@@ -6518,44 +6420,44 @@ declare module "@polkadot/types/lookup" {
6518
6420
  readonly type: "Issuer" | "Freezer" | "Admin";
6519
6421
  }
6520
6422
 
6521
- /** @name PalletNftsItemDetails (519) */
6423
+ /** @name PalletNftsItemDetails (517) */
6522
6424
  interface PalletNftsItemDetails extends Struct {
6523
6425
  readonly owner: AccountId32;
6524
6426
  readonly approvals: BTreeMap<AccountId32, Option<u32>>;
6525
6427
  readonly deposit: PalletNftsItemDeposit;
6526
6428
  }
6527
6429
 
6528
- /** @name PalletNftsItemDeposit (520) */
6430
+ /** @name PalletNftsItemDeposit (518) */
6529
6431
  interface PalletNftsItemDeposit extends Struct {
6530
6432
  readonly account: AccountId32;
6531
6433
  readonly amount: u128;
6532
6434
  }
6533
6435
 
6534
- /** @name PalletNftsCollectionMetadata (525) */
6436
+ /** @name PalletNftsCollectionMetadata (523) */
6535
6437
  interface PalletNftsCollectionMetadata extends Struct {
6536
6438
  readonly deposit: u128;
6537
6439
  readonly data: Bytes;
6538
6440
  }
6539
6441
 
6540
- /** @name PalletNftsItemMetadata (526) */
6442
+ /** @name PalletNftsItemMetadata (524) */
6541
6443
  interface PalletNftsItemMetadata extends Struct {
6542
6444
  readonly deposit: PalletNftsItemMetadataDeposit;
6543
6445
  readonly data: Bytes;
6544
6446
  }
6545
6447
 
6546
- /** @name PalletNftsItemMetadataDeposit (527) */
6448
+ /** @name PalletNftsItemMetadataDeposit (525) */
6547
6449
  interface PalletNftsItemMetadataDeposit extends Struct {
6548
6450
  readonly account: Option<AccountId32>;
6549
6451
  readonly amount: u128;
6550
6452
  }
6551
6453
 
6552
- /** @name PalletNftsAttributeDeposit (530) */
6454
+ /** @name PalletNftsAttributeDeposit (528) */
6553
6455
  interface PalletNftsAttributeDeposit extends Struct {
6554
6456
  readonly account: Option<AccountId32>;
6555
6457
  readonly amount: u128;
6556
6458
  }
6557
6459
 
6558
- /** @name PalletNftsPendingSwap (534) */
6460
+ /** @name PalletNftsPendingSwap (532) */
6559
6461
  interface PalletNftsPendingSwap extends Struct {
6560
6462
  readonly desiredCollection: u32;
6561
6463
  readonly desiredItem: Option<u32>;
@@ -6563,7 +6465,7 @@ declare module "@polkadot/types/lookup" {
6563
6465
  readonly deadline: u32;
6564
6466
  }
6565
6467
 
6566
- /** @name PalletNftsPalletFeature (536) */
6468
+ /** @name PalletNftsPalletFeature (534) */
6567
6469
  interface PalletNftsPalletFeature extends Enum {
6568
6470
  readonly isTrading: boolean;
6569
6471
  readonly isAttributes: boolean;
@@ -6572,7 +6474,7 @@ declare module "@polkadot/types/lookup" {
6572
6474
  readonly type: "Trading" | "Attributes" | "Approvals" | "Swaps";
6573
6475
  }
6574
6476
 
6575
- /** @name PalletNftsError (537) */
6477
+ /** @name PalletNftsError (535) */
6576
6478
  interface PalletNftsError extends Enum {
6577
6479
  readonly isNoPermission: boolean;
6578
6480
  readonly isUnknownCollection: boolean;
@@ -6667,42 +6569,42 @@ declare module "@polkadot/types/lookup" {
6667
6569
  | "WitnessRequired";
6668
6570
  }
6669
6571
 
6670
- /** @name FrameSystemExtensionsCheckNonZeroSender (540) */
6572
+ /** @name FrameSystemExtensionsCheckNonZeroSender (538) */
6671
6573
  type FrameSystemExtensionsCheckNonZeroSender = Null;
6672
6574
 
6673
- /** @name FrameSystemExtensionsCheckSpecVersion (541) */
6575
+ /** @name FrameSystemExtensionsCheckSpecVersion (539) */
6674
6576
  type FrameSystemExtensionsCheckSpecVersion = Null;
6675
6577
 
6676
- /** @name FrameSystemExtensionsCheckTxVersion (542) */
6578
+ /** @name FrameSystemExtensionsCheckTxVersion (540) */
6677
6579
  type FrameSystemExtensionsCheckTxVersion = Null;
6678
6580
 
6679
- /** @name FrameSystemExtensionsCheckGenesis (543) */
6581
+ /** @name FrameSystemExtensionsCheckGenesis (541) */
6680
6582
  type FrameSystemExtensionsCheckGenesis = Null;
6681
6583
 
6682
- /** @name FrameSystemExtensionsCheckNonce (546) */
6584
+ /** @name FrameSystemExtensionsCheckNonce (544) */
6683
6585
  interface FrameSystemExtensionsCheckNonce extends Compact<u32> {}
6684
6586
 
6685
- /** @name FrameSystemExtensionsCheckWeight (547) */
6587
+ /** @name FrameSystemExtensionsCheckWeight (545) */
6686
6588
  type FrameSystemExtensionsCheckWeight = Null;
6687
6589
 
6688
- /** @name PalletTransactionPaymentChargeTransactionPayment (548) */
6590
+ /** @name PalletTransactionPaymentChargeTransactionPayment (546) */
6689
6591
  interface PalletTransactionPaymentChargeTransactionPayment extends Compact<u128> {}
6690
6592
 
6691
- /** @name CumulusPrimitivesStorageWeightReclaimStorageWeightReclaim (549) */
6593
+ /** @name CumulusPrimitivesStorageWeightReclaimStorageWeightReclaim (547) */
6692
6594
  type CumulusPrimitivesStorageWeightReclaimStorageWeightReclaim = Null;
6693
6595
 
6694
- /** @name FrameMetadataHashExtensionCheckMetadataHash (550) */
6596
+ /** @name FrameMetadataHashExtensionCheckMetadataHash (548) */
6695
6597
  interface FrameMetadataHashExtensionCheckMetadataHash extends Struct {
6696
6598
  readonly mode: FrameMetadataHashExtensionMode;
6697
6599
  }
6698
6600
 
6699
- /** @name FrameMetadataHashExtensionMode (551) */
6601
+ /** @name FrameMetadataHashExtensionMode (549) */
6700
6602
  interface FrameMetadataHashExtensionMode extends Enum {
6701
6603
  readonly isDisabled: boolean;
6702
6604
  readonly isEnabled: boolean;
6703
6605
  readonly type: "Disabled" | "Enabled";
6704
6606
  }
6705
6607
 
6706
- /** @name ShParachainRuntimeRuntime (552) */
6608
+ /** @name ShParachainRuntimeRuntime (550) */
6707
6609
  type ShParachainRuntimeRuntime = Null;
6708
6610
  } // declare module