@storagehub/api-augment 0.2.10 → 0.2.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (84) hide show
  1. package/dist/parachain/interfaces/augment-api-consts.js +1 -1
  2. package/dist/parachain/interfaces/augment-api-errors.js +1 -1
  3. package/dist/parachain/interfaces/augment-api-events.js +1 -1
  4. package/dist/parachain/interfaces/augment-api-query.js +1 -1
  5. package/dist/parachain/interfaces/augment-api-rpc.js +1 -1
  6. package/dist/parachain/interfaces/augment-api-runtime.js +1 -1
  7. package/dist/parachain/interfaces/augment-api-tx.js +1 -1
  8. package/dist/parachain/interfaces/augment-api.js +7 -7
  9. package/dist/parachain/interfaces/augment-types.js +1 -1
  10. package/dist/parachain/interfaces/index.js +1 -1
  11. package/dist/parachain/interfaces/lookup.js +2406 -2869
  12. package/dist/parachain/interfaces/lookup.js.map +1 -1
  13. package/dist/parachain/interfaces/registry.js +1 -1
  14. package/dist/parachain/interfaces/storagehubclient/index.js +1 -1
  15. package/dist/parachain/interfaces/types-lookup.js +1 -1
  16. package/dist/parachain/interfaces/types.js +1 -1
  17. package/dist/solochain-evm/interfaces/augment-api-consts.js +1 -1
  18. package/dist/solochain-evm/interfaces/augment-api-errors.js +1 -1
  19. package/dist/solochain-evm/interfaces/augment-api-events.js +1 -1
  20. package/dist/solochain-evm/interfaces/augment-api-query.js +1 -1
  21. package/dist/solochain-evm/interfaces/augment-api-rpc.js +1 -1
  22. package/dist/solochain-evm/interfaces/augment-api-runtime.js +1 -1
  23. package/dist/solochain-evm/interfaces/augment-api-tx.js +1 -1
  24. package/dist/solochain-evm/interfaces/augment-api.js +7 -7
  25. package/dist/solochain-evm/interfaces/augment-types.js +1 -1
  26. package/dist/solochain-evm/interfaces/index.js +1 -1
  27. package/dist/solochain-evm/interfaces/lookup.js +1686 -2107
  28. package/dist/solochain-evm/interfaces/lookup.js.map +1 -1
  29. package/dist/solochain-evm/interfaces/registry.js +1 -1
  30. package/dist/solochain-evm/interfaces/storagehubclient/index.js +1 -1
  31. package/dist/solochain-evm/interfaces/types-lookup.js +1 -1
  32. package/dist/solochain-evm/interfaces/types.js +1 -1
  33. package/dist/types/parachain/interfaces/augment-api-consts.d.ts +7 -7
  34. package/dist/types/parachain/interfaces/augment-api-errors.d.ts +8 -107
  35. package/dist/types/parachain/interfaces/augment-api-events.d.ts +185 -917
  36. package/dist/types/parachain/interfaces/augment-api-query.d.ts +112 -319
  37. package/dist/types/parachain/interfaces/augment-api-rpc.d.ts +32 -32
  38. package/dist/types/parachain/interfaces/augment-api-runtime.d.ts +25 -25
  39. package/dist/types/parachain/interfaces/augment-api-tx.d.ts +212 -637
  40. package/dist/types/parachain/interfaces/augment-api.d.ts +7 -7
  41. package/dist/types/parachain/interfaces/augment-types.d.ts +76 -75
  42. package/dist/types/parachain/interfaces/index.d.ts +1 -1
  43. package/dist/types/parachain/interfaces/lookup.d.ts +289 -326
  44. package/dist/types/parachain/interfaces/registry.d.ts +4 -4
  45. package/dist/types/parachain/interfaces/storagehubclient/index.d.ts +1 -1
  46. package/dist/types/parachain/interfaces/storagehubclient/types.d.ts +46 -36
  47. package/dist/types/parachain/interfaces/types-lookup.d.ts +525 -712
  48. package/dist/types/parachain/interfaces/types.d.ts +1 -1
  49. package/dist/types/solochain-evm/interfaces/augment-api-consts.d.ts +7 -7
  50. package/dist/types/solochain-evm/interfaces/augment-api-errors.d.ts +8 -107
  51. package/dist/types/solochain-evm/interfaces/augment-api-events.d.ts +150 -763
  52. package/dist/types/solochain-evm/interfaces/augment-api-query.d.ts +100 -291
  53. package/dist/types/solochain-evm/interfaces/augment-api-rpc.d.ts +32 -32
  54. package/dist/types/solochain-evm/interfaces/augment-api-runtime.d.ts +25 -25
  55. package/dist/types/solochain-evm/interfaces/augment-api-tx.d.ts +195 -582
  56. package/dist/types/solochain-evm/interfaces/augment-api.d.ts +7 -7
  57. package/dist/types/solochain-evm/interfaces/augment-types.d.ts +76 -75
  58. package/dist/types/solochain-evm/interfaces/index.d.ts +1 -1
  59. package/dist/types/solochain-evm/interfaces/lookup.d.ts +239 -276
  60. package/dist/types/solochain-evm/interfaces/registry.d.ts +4 -4
  61. package/dist/types/solochain-evm/interfaces/storagehubclient/index.d.ts +1 -1
  62. package/dist/types/solochain-evm/interfaces/storagehubclient/types.d.ts +47 -37
  63. package/dist/types/solochain-evm/interfaces/types-lookup.d.ts +425 -582
  64. package/dist/types/solochain-evm/interfaces/types.d.ts +1 -1
  65. package/metadata-sh-parachain.json +1 -1
  66. package/metadata-sh-solochain-evm.json +1 -1
  67. package/package.json +2 -2
  68. package/src/parachain/interfaces/augment-api-errors.ts +5 -104
  69. package/src/parachain/interfaces/augment-api-events.ts +14 -113
  70. package/src/parachain/interfaces/augment-api-tx.ts +63 -10
  71. package/src/parachain/interfaces/augment-types.ts +2 -0
  72. package/src/parachain/interfaces/lookup.ts +326 -388
  73. package/src/parachain/interfaces/registry.ts +2 -2
  74. package/src/parachain/interfaces/storagehubclient/types.ts +14 -4
  75. package/src/parachain/interfaces/types-lookup.ts +388 -486
  76. package/src/solochain-evm/interfaces/augment-api-errors.ts +5 -104
  77. package/src/solochain-evm/interfaces/augment-api-events.ts +14 -113
  78. package/src/solochain-evm/interfaces/augment-api-tx.ts +63 -10
  79. package/src/solochain-evm/interfaces/augment-types.ts +2 -0
  80. package/src/solochain-evm/interfaces/lookup.ts +276 -338
  81. package/src/solochain-evm/interfaces/registry.ts +2 -2
  82. package/src/solochain-evm/interfaces/storagehubclient/types.ts +14 -4
  83. package/src/solochain-evm/interfaces/types-lookup.ts +338 -436
  84. package/storagehub-api-augment-0.2.14.tgz +0 -0
@@ -1,20 +1,19 @@
1
- import "@polkadot/api-base/types/storage";
2
- import type { ApiTypes, AugmentedQuery, QueryableStorageEntry } from "@polkadot/api-base/types";
3
- import type { BTreeMap, BTreeSet, Bytes, Null, Option, Struct, Vec, bool, u128, u16, u32, u64, u8 } from "@polkadot/types-codec";
4
- import type { AnyNumber, ITuple } from "@polkadot/types-codec/types";
5
- import type { AccountId32, H256 } from "@polkadot/types/interfaces/runtime";
6
- import type { CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletParachainSystemUnincludedSegmentAncestor, CumulusPalletParachainSystemUnincludedSegmentSegmentTracker, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueQueueConfigData, CumulusPrimitivesCoreAggregateMessageOrigin, FrameSupportDispatchPerDispatchClassWeight, FrameSupportTokensMiscIdAmount, FrameSystemAccountInfo, FrameSystemCodeUpgradeAuthorization, FrameSystemEventRecord, FrameSystemLastRuntimeUpgradeInfo, FrameSystemPhase, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesReserveData, PalletCollatorSelectionCandidateInfo, PalletFileSystemIncompleteStorageRequestMetadata, PalletFileSystemMoveBucketRequestMetadata, PalletFileSystemPendingFileDeletionRequest, PalletFileSystemPendingStopStoringRequest, PalletFileSystemStorageRequestBspsMetadata, PalletFileSystemStorageRequestMetadata, PalletMessageQueueBookState, PalletMessageQueuePage, PalletNftsAttributeDeposit, PalletNftsAttributeNamespace, PalletNftsCollectionConfig, PalletNftsCollectionDetails, PalletNftsCollectionMetadata, PalletNftsItemConfig, PalletNftsItemDetails, PalletNftsItemMetadata, PalletNftsPendingSwap, PalletPaymentStreamsDynamicRatePaymentStream, PalletPaymentStreamsFixedRatePaymentStream, PalletPaymentStreamsProviderLastChargeableInfo, PalletProofsDealerCustomChallenge, PalletProofsDealerProofSubmissionRecord, PalletStorageProvidersBackupStorageProvider, PalletStorageProvidersBucket, PalletStorageProvidersMainStorageProvider, PalletStorageProvidersSignUpRequest, PalletStorageProvidersStorageProviderId, PalletStorageProvidersTopUpMetadata, PalletStorageProvidersValueProposition, PalletTransactionPaymentReleases, PalletXcmQueryStatus, PalletXcmRemoteLockedFungibleRecord, PalletXcmVersionMigrationStage, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotPrimitivesV8AbridgedHostConfiguration, PolkadotPrimitivesV8PersistedValidationData, PolkadotPrimitivesV8UpgradeGoAhead, PolkadotPrimitivesV8UpgradeRestriction, ShParachainRuntimeConfigsRuntimeParamsRuntimeParametersKey, ShParachainRuntimeConfigsRuntimeParamsRuntimeParametersValue, ShParachainRuntimeRuntimeHoldReason, ShParachainRuntimeSessionKeys, SpConsensusAuraSr25519AppSr25519Public, SpCoreCryptoKeyTypeId, SpRuntimeDigest, SpTrieStorageProof, SpWeightsWeightV2Weight, StagingXcmV5Instruction, XcmVersionedAssetId, XcmVersionedLocation } from "@polkadot/types/lookup";
7
- import type { Observable } from "@polkadot/types/types";
1
+ import '@polkadot/api-base/types/storage';
2
+ import type { ApiTypes, AugmentedQuery, QueryableStorageEntry } from '@polkadot/api-base/types';
3
+ import type { BTreeMap, BTreeSet, Bytes, Null, Option, Struct, Vec, bool, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';
4
+ import type { AnyNumber, ITuple } from '@polkadot/types-codec/types';
5
+ import type { AccountId32, H256 } from '@polkadot/types/interfaces/runtime';
6
+ import type { CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletParachainSystemUnincludedSegmentAncestor, CumulusPalletParachainSystemUnincludedSegmentSegmentTracker, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueQueueConfigData, CumulusPrimitivesCoreAggregateMessageOrigin, FrameSupportDispatchPerDispatchClassWeight, FrameSupportTokensMiscIdAmount, FrameSystemAccountInfo, FrameSystemCodeUpgradeAuthorization, FrameSystemEventRecord, FrameSystemLastRuntimeUpgradeInfo, FrameSystemPhase, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesReserveData, PalletCollatorSelectionCandidateInfo, PalletFileSystemIncompleteStorageRequestMetadata, PalletFileSystemMoveBucketRequestMetadata, PalletFileSystemPendingFileDeletionRequest, PalletFileSystemPendingStopStoringRequest, PalletFileSystemStorageRequestBspsMetadata, PalletFileSystemStorageRequestMetadata, PalletMessageQueueBookState, PalletMessageQueuePage, PalletNftsAttributeDeposit, PalletNftsAttributeNamespace, PalletNftsCollectionConfig, PalletNftsCollectionDetails, PalletNftsCollectionMetadata, PalletNftsItemConfig, PalletNftsItemDetails, PalletNftsItemMetadata, PalletNftsPendingSwap, PalletPaymentStreamsDynamicRatePaymentStream, PalletPaymentStreamsFixedRatePaymentStream, PalletPaymentStreamsProviderLastChargeableInfo, PalletProofsDealerCustomChallenge, PalletProofsDealerProofSubmissionRecord, PalletStorageProvidersBackupStorageProvider, PalletStorageProvidersBucket, PalletStorageProvidersMainStorageProvider, PalletStorageProvidersSignUpRequest, PalletStorageProvidersStorageProviderId, PalletStorageProvidersTopUpMetadata, PalletStorageProvidersValueProposition, PalletTransactionPaymentReleases, PalletXcmQueryStatus, PalletXcmRemoteLockedFungibleRecord, PalletXcmVersionMigrationStage, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotPrimitivesV8AbridgedHostConfiguration, PolkadotPrimitivesV8PersistedValidationData, PolkadotPrimitivesV8UpgradeGoAhead, PolkadotPrimitivesV8UpgradeRestriction, ShParachainRuntimeConfigsRuntimeParamsRuntimeParametersKey, ShParachainRuntimeConfigsRuntimeParamsRuntimeParametersValue, ShParachainRuntimeRuntimeHoldReason, ShParachainRuntimeSessionKeys, SpConsensusAuraSr25519AppSr25519Public, SpCoreCryptoKeyTypeId, SpRuntimeDigest, SpTrieStorageProof, SpWeightsWeightV2Weight, StagingXcmV5Instruction, XcmVersionedAssetId, XcmVersionedLocation } from '@polkadot/types/lookup';
7
+ import type { Observable } from '@polkadot/types/types';
8
8
  export type __AugmentedQuery<ApiType extends ApiTypes> = AugmentedQuery<ApiType, () => unknown>;
9
9
  export type __QueryableStorageEntry<ApiType extends ApiTypes> = QueryableStorageEntry<ApiType>;
10
- declare module "@polkadot/api-base/types/storage" {
10
+ declare module '@polkadot/api-base/types/storage' {
11
11
  interface AugmentedQueries<ApiType extends ApiTypes> {
12
12
  aura: {
13
13
  /**
14
14
  * The current authority set.
15
15
  **/
16
- authorities: AugmentedQuery<ApiType, () => Observable<Vec<SpConsensusAuraSr25519AppSr25519Public>>, [
17
- ]> & QueryableStorageEntry<ApiType, []>;
16
+ authorities: AugmentedQuery<ApiType, () => Observable<Vec<SpConsensusAuraSr25519AppSr25519Public>>, []> & QueryableStorageEntry<ApiType, []>;
18
17
  /**
19
18
  * The current slot of this block.
20
19
  *
@@ -34,8 +33,7 @@ declare module "@polkadot/api-base/types/storage" {
34
33
  * but we require the old authorities to verify the seal when validating a PoV. This will
35
34
  * always be updated to the latest AuRa authorities in `on_finalize`.
36
35
  **/
37
- authorities: AugmentedQuery<ApiType, () => Observable<Vec<SpConsensusAuraSr25519AppSr25519Public>>, [
38
- ]> & QueryableStorageEntry<ApiType, []>;
36
+ authorities: AugmentedQuery<ApiType, () => Observable<Vec<SpConsensusAuraSr25519AppSr25519Public>>, []> & QueryableStorageEntry<ApiType, []>;
39
37
  /**
40
38
  * Current slot paired with a number of authored blocks.
41
39
  *
@@ -84,24 +82,18 @@ declare module "@polkadot/api-base/types/storage" {
84
82
  * `Balances` pallet, which uses a `StorageMap` to store balances data only.
85
83
  * NOTE: This is only used in the case that this pallet is used to store balances.
86
84
  **/
87
- account: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<PalletBalancesAccountData>, [
88
- AccountId32
89
- ]> & QueryableStorageEntry<ApiType, [AccountId32]>;
85
+ account: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<PalletBalancesAccountData>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
90
86
  /**
91
87
  * Freeze locks on account balances.
92
88
  **/
93
- freezes: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Vec<FrameSupportTokensMiscIdAmount>>, [
94
- AccountId32
95
- ]> & QueryableStorageEntry<ApiType, [AccountId32]>;
89
+ freezes: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Vec<FrameSupportTokensMiscIdAmount>>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
96
90
  /**
97
91
  * Holds on account balances.
98
92
  **/
99
93
  holds: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Vec<{
100
94
  readonly id: ShParachainRuntimeRuntimeHoldReason;
101
95
  readonly amount: u128;
102
- } & Struct>>, [
103
- AccountId32
104
- ]> & QueryableStorageEntry<ApiType, [AccountId32]>;
96
+ } & Struct>>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
105
97
  /**
106
98
  * The total units of outstanding deactivated balance in the system.
107
99
  **/
@@ -112,17 +104,13 @@ declare module "@polkadot/api-base/types/storage" {
112
104
  *
113
105
  * Use of locks is deprecated in favour of freezes. See `https://github.com/paritytech/substrate/pull/12951/`
114
106
  **/
115
- locks: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Vec<PalletBalancesBalanceLock>>, [
116
- AccountId32
117
- ]> & QueryableStorageEntry<ApiType, [AccountId32]>;
107
+ locks: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Vec<PalletBalancesBalanceLock>>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
118
108
  /**
119
109
  * Named reserves on some account balances.
120
110
  *
121
111
  * Use of reserves is deprecated in favour of holds. See `https://github.com/paritytech/substrate/pull/12951/`
122
112
  **/
123
- reserves: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Vec<PalletBalancesReserveData>>, [
124
- AccountId32
125
- ]> & QueryableStorageEntry<ApiType, [AccountId32]>;
113
+ reserves: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Vec<PalletBalancesReserveData>>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
126
114
  /**
127
115
  * The total units issued in the system.
128
116
  **/
@@ -146,8 +134,7 @@ declare module "@polkadot/api-base/types/storage" {
146
134
  * This list is sorted in ascending order by deposit and when the deposits are equal, the least
147
135
  * recently updated is considered greater.
148
136
  **/
149
- candidateList: AugmentedQuery<ApiType, () => Observable<Vec<PalletCollatorSelectionCandidateInfo>>, [
150
- ]> & QueryableStorageEntry<ApiType, []>;
137
+ candidateList: AugmentedQuery<ApiType, () => Observable<Vec<PalletCollatorSelectionCandidateInfo>>, []> & QueryableStorageEntry<ApiType, []>;
151
138
  /**
152
139
  * Desired number of candidates.
153
140
  *
@@ -161,9 +148,7 @@ declare module "@polkadot/api-base/types/storage" {
161
148
  /**
162
149
  * Last block authored by collator.
163
150
  **/
164
- lastAuthoredBlock: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<u32>, [
165
- AccountId32
166
- ]> & QueryableStorageEntry<ApiType, [AccountId32]>;
151
+ lastAuthoredBlock: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<u32>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
167
152
  /**
168
153
  * Generic query
169
154
  **/
@@ -173,10 +158,7 @@ declare module "@polkadot/api-base/types/storage" {
173
158
  /**
174
159
  * Bookkeeping of the buckets containing open storage requests.
175
160
  **/
176
- bucketsWithStorageRequests: AugmentedQuery<ApiType, (arg1: H256 | string | Uint8Array, arg2: H256 | string | Uint8Array) => Observable<Option<Null>>, [
177
- H256,
178
- H256
179
- ]> & QueryableStorageEntry<ApiType, [H256, H256]>;
161
+ bucketsWithStorageRequests: AugmentedQuery<ApiType, (arg1: H256 | string | Uint8Array, arg2: H256 | string | Uint8Array) => Observable<Option<Null>>, [H256, H256]> & QueryableStorageEntry<ApiType, [H256, H256]>;
180
162
  /**
181
163
  * Incomplete storage requests with pending provider file removal.
182
164
  *
@@ -184,15 +166,11 @@ declare module "@polkadot/api-base/types/storage" {
184
166
  * confirmed providers storing files. Each entry tracks which providers still need to remove
185
167
  * their files. Once all providers have removed their files, the entry is automatically cleaned up.
186
168
  **/
187
- incompleteStorageRequests: AugmentedQuery<ApiType, (arg: H256 | string | Uint8Array) => Observable<Option<PalletFileSystemIncompleteStorageRequestMetadata>>, [
188
- H256
189
- ]> & QueryableStorageEntry<ApiType, [H256]>;
169
+ incompleteStorageRequests: AugmentedQuery<ApiType, (arg: H256 | string | Uint8Array) => Observable<Option<PalletFileSystemIncompleteStorageRequestMetadata>>, [H256]> & QueryableStorageEntry<ApiType, [H256]>;
190
170
  /**
191
171
  * A map of ticks to expired move bucket requests.
192
172
  **/
193
- moveBucketRequestExpirations: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Vec<H256>>, [
194
- u32
195
- ]> & QueryableStorageEntry<ApiType, [u32]>;
173
+ moveBucketRequestExpirations: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Vec<H256>>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
196
174
  /**
197
175
  * Mapping from MSPs to the amount of pending file deletion requests they have.
198
176
  *
@@ -200,23 +178,19 @@ declare module "@polkadot/api-base/types/storage" {
200
178
  * from the privileged providers list if they have at least one, and are added back if they have none.
201
179
  * This is to ensure that MSPs are correctly incentivised to submit the required proofs for file deletions.
202
180
  **/
203
- mspsAmountOfPendingFileDeletionRequests: AugmentedQuery<ApiType, (arg: H256 | string | Uint8Array) => Observable<u32>, [
204
- H256
205
- ]> & QueryableStorageEntry<ApiType, [H256]>;
181
+ mspsAmountOfPendingFileDeletionRequests: AugmentedQuery<ApiType, (arg: H256 | string | Uint8Array) => Observable<u32>, [H256]> & QueryableStorageEntry<ApiType, [H256]>;
206
182
  /**
207
183
  * A pointer to the earliest available tick to insert a new move bucket request expiration.
208
184
  *
209
185
  * This should always be greater or equal than current tick + [`Config::MoveBucketRequestTtl`].
210
186
  **/
211
- nextAvailableMoveBucketRequestExpirationTick: AugmentedQuery<ApiType, () => Observable<u32>, [
212
- ]> & QueryableStorageEntry<ApiType, []>;
187
+ nextAvailableMoveBucketRequestExpirationTick: AugmentedQuery<ApiType, () => Observable<u32>, []> & QueryableStorageEntry<ApiType, []>;
213
188
  /**
214
189
  * A pointer to the earliest available tick to insert a new storage request expiration.
215
190
  *
216
191
  * This should always be greater or equal than current tick + [`Config::StorageRequestTtl`].
217
192
  **/
218
- nextAvailableStorageRequestExpirationTick: AugmentedQuery<ApiType, () => Observable<u32>, [
219
- ]> & QueryableStorageEntry<ApiType, []>;
193
+ nextAvailableStorageRequestExpirationTick: AugmentedQuery<ApiType, () => Observable<u32>, []> & QueryableStorageEntry<ApiType, []>;
220
194
  /**
221
195
  * A pointer to the starting tick to clean up expired items.
222
196
  *
@@ -230,18 +204,14 @@ declare module "@polkadot/api-base/types/storage" {
230
204
  *
231
205
  * A mapping from a user Account ID to a list of pending file deletion requests (which have the file information).
232
206
  **/
233
- pendingFileDeletionRequests: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Vec<PalletFileSystemPendingFileDeletionRequest>>, [
234
- AccountId32
235
- ]> & QueryableStorageEntry<ApiType, [AccountId32]>;
207
+ pendingFileDeletionRequests: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Vec<PalletFileSystemPendingFileDeletionRequest>>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
236
208
  /**
237
209
  * Pending move bucket requests.
238
210
  *
239
211
  * A mapping from Bucket ID to their move bucket request metadata, which includes the new MSP
240
212
  * and value propositions that this bucket would take if accepted.
241
213
  **/
242
- pendingMoveBucketRequests: AugmentedQuery<ApiType, (arg: H256 | string | Uint8Array) => Observable<Option<PalletFileSystemMoveBucketRequestMetadata>>, [
243
- H256
244
- ]> & QueryableStorageEntry<ApiType, [H256]>;
214
+ pendingMoveBucketRequests: AugmentedQuery<ApiType, (arg: H256 | string | Uint8Array) => Observable<Option<PalletFileSystemMoveBucketRequestMetadata>>, [H256]> & QueryableStorageEntry<ApiType, [H256]>;
245
215
  /**
246
216
  * Pending file stop storing requests.
247
217
  *
@@ -251,10 +221,7 @@ declare module "@polkadot/api-base/types/storage" {
251
221
  * of missing files. The size is to be able to decrease their used capacity when they confirm to stop storing the file.
252
222
  * The owner is to be able to update the payment stream between the user and the BSP.
253
223
  **/
254
- pendingStopStoringRequests: AugmentedQuery<ApiType, (arg1: H256 | string | Uint8Array, arg2: H256 | string | Uint8Array) => Observable<Option<PalletFileSystemPendingStopStoringRequest>>, [
255
- H256,
256
- H256
257
- ]> & QueryableStorageEntry<ApiType, [H256, H256]>;
224
+ pendingStopStoringRequests: AugmentedQuery<ApiType, (arg1: H256 | string | Uint8Array, arg2: H256 | string | Uint8Array) => Observable<Option<PalletFileSystemPendingStopStoringRequest>>, [H256, H256]> & QueryableStorageEntry<ApiType, [H256, H256]>;
258
225
  /**
259
226
  * A double map from file key to the BSP IDs of the BSPs that volunteered to store the file to whether that BSP has confirmed storing it.
260
227
  *
@@ -263,19 +230,12 @@ declare module "@polkadot/api-base/types/storage" {
263
230
  *
264
231
  * When a storage request is expired or removed, the corresponding file key prefix in this map is removed.
265
232
  **/
266
- storageRequestBsps: AugmentedQuery<ApiType, (arg1: H256 | string | Uint8Array, arg2: H256 | string | Uint8Array) => Observable<Option<PalletFileSystemStorageRequestBspsMetadata>>, [
267
- H256,
268
- H256
269
- ]> & QueryableStorageEntry<ApiType, [H256, H256]>;
233
+ storageRequestBsps: AugmentedQuery<ApiType, (arg1: H256 | string | Uint8Array, arg2: H256 | string | Uint8Array) => Observable<Option<PalletFileSystemStorageRequestBspsMetadata>>, [H256, H256]> & QueryableStorageEntry<ApiType, [H256, H256]>;
270
234
  /**
271
235
  * A map of ticks to expired storage requests.
272
236
  **/
273
- storageRequestExpirations: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Vec<H256>>, [
274
- u32
275
- ]> & QueryableStorageEntry<ApiType, [u32]>;
276
- storageRequests: AugmentedQuery<ApiType, (arg: H256 | string | Uint8Array) => Observable<Option<PalletFileSystemStorageRequestMetadata>>, [
277
- H256
278
- ]> & QueryableStorageEntry<ApiType, [H256]>;
237
+ storageRequestExpirations: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Vec<H256>>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
238
+ storageRequests: AugmentedQuery<ApiType, (arg: H256 | string | Uint8Array) => Observable<Option<PalletFileSystemStorageRequestMetadata>>, [H256]> & QueryableStorageEntry<ApiType, [H256]>;
279
239
  /**
280
240
  * Generic query
281
241
  **/
@@ -291,9 +251,7 @@ declare module "@polkadot/api-base/types/storage" {
291
251
  Parent: any;
292
252
  } | {
293
253
  Sibling: any;
294
- } | string | Uint8Array) => Observable<PalletMessageQueueBookState>, [
295
- CumulusPrimitivesCoreAggregateMessageOrigin
296
- ]> & QueryableStorageEntry<ApiType, [CumulusPrimitivesCoreAggregateMessageOrigin]>;
254
+ } | string | Uint8Array) => Observable<PalletMessageQueueBookState>, [CumulusPrimitivesCoreAggregateMessageOrigin]> & QueryableStorageEntry<ApiType, [CumulusPrimitivesCoreAggregateMessageOrigin]>;
297
255
  /**
298
256
  * The map of page indices to pages.
299
257
  **/
@@ -303,15 +261,11 @@ declare module "@polkadot/api-base/types/storage" {
303
261
  Parent: any;
304
262
  } | {
305
263
  Sibling: any;
306
- } | string | Uint8Array, arg2: u32 | AnyNumber | Uint8Array) => Observable<Option<PalletMessageQueuePage>>, [
307
- CumulusPrimitivesCoreAggregateMessageOrigin,
308
- u32
309
- ]> & QueryableStorageEntry<ApiType, [CumulusPrimitivesCoreAggregateMessageOrigin, u32]>;
264
+ } | string | Uint8Array, arg2: u32 | AnyNumber | Uint8Array) => Observable<Option<PalletMessageQueuePage>>, [CumulusPrimitivesCoreAggregateMessageOrigin, u32]> & QueryableStorageEntry<ApiType, [CumulusPrimitivesCoreAggregateMessageOrigin, u32]>;
310
265
  /**
311
266
  * The origin at which we should begin servicing.
312
267
  **/
313
- serviceHead: AugmentedQuery<ApiType, () => Observable<Option<CumulusPrimitivesCoreAggregateMessageOrigin>>, [
314
- ]> & QueryableStorageEntry<ApiType, []>;
268
+ serviceHead: AugmentedQuery<ApiType, () => Observable<Option<CumulusPrimitivesCoreAggregateMessageOrigin>>, []> & QueryableStorageEntry<ApiType, []>;
315
269
  /**
316
270
  * Generic query
317
271
  **/
@@ -322,11 +276,7 @@ declare module "@polkadot/api-base/types/storage" {
322
276
  * The items held by any given account; set out this way so that items owned by a single
323
277
  * account can be enumerated.
324
278
  **/
325
- account: AugmentedQuery<ApiType, (arg1: AccountId32 | string | Uint8Array, arg2: u32 | AnyNumber | Uint8Array, arg3: u32 | AnyNumber | Uint8Array) => Observable<Option<Null>>, [
326
- AccountId32,
327
- u32,
328
- u32
329
- ]> & QueryableStorageEntry<ApiType, [AccountId32, u32, u32]>;
279
+ account: AugmentedQuery<ApiType, (arg1: AccountId32 | string | Uint8Array, arg2: u32 | AnyNumber | Uint8Array, arg3: u32 | AnyNumber | Uint8Array) => Observable<Option<Null>>, [AccountId32, u32, u32]> & QueryableStorageEntry<ApiType, [AccountId32, u32, u32]>;
330
280
  /**
331
281
  * Attributes of a collection.
332
282
  **/
@@ -338,81 +288,49 @@ declare module "@polkadot/api-base/types/storage" {
338
288
  ItemOwner: any;
339
289
  } | {
340
290
  Account: any;
341
- } | string | Uint8Array, arg4: Bytes | string | Uint8Array) => Observable<Option<ITuple<[Bytes, PalletNftsAttributeDeposit]>>>, [
342
- u32,
343
- Option<u32>,
344
- PalletNftsAttributeNamespace,
345
- Bytes
346
- ]> & QueryableStorageEntry<ApiType, [u32, Option<u32>, PalletNftsAttributeNamespace, Bytes]>;
291
+ } | string | Uint8Array, arg4: Bytes | string | Uint8Array) => Observable<Option<ITuple<[Bytes, PalletNftsAttributeDeposit]>>>, [u32, Option<u32>, PalletNftsAttributeNamespace, Bytes]> & QueryableStorageEntry<ApiType, [u32, Option<u32>, PalletNftsAttributeNamespace, Bytes]>;
347
292
  /**
348
293
  * Details of a collection.
349
294
  **/
350
- collection: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Option<PalletNftsCollectionDetails>>, [
351
- u32
352
- ]> & QueryableStorageEntry<ApiType, [u32]>;
295
+ collection: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Option<PalletNftsCollectionDetails>>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
353
296
  /**
354
297
  * The collections owned by any given account; set out this way so that collections owned by
355
298
  * a single account can be enumerated.
356
299
  **/
357
- collectionAccount: AugmentedQuery<ApiType, (arg1: AccountId32 | string | Uint8Array, arg2: u32 | AnyNumber | Uint8Array) => Observable<Option<Null>>, [
358
- AccountId32,
359
- u32
360
- ]> & QueryableStorageEntry<ApiType, [AccountId32, u32]>;
300
+ collectionAccount: AugmentedQuery<ApiType, (arg1: AccountId32 | string | Uint8Array, arg2: u32 | AnyNumber | Uint8Array) => Observable<Option<Null>>, [AccountId32, u32]> & QueryableStorageEntry<ApiType, [AccountId32, u32]>;
361
301
  /**
362
302
  * Config of a collection.
363
303
  **/
364
- collectionConfigOf: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Option<PalletNftsCollectionConfig>>, [
365
- u32
366
- ]> & QueryableStorageEntry<ApiType, [u32]>;
304
+ collectionConfigOf: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Option<PalletNftsCollectionConfig>>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
367
305
  /**
368
306
  * Metadata of a collection.
369
307
  **/
370
- collectionMetadataOf: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Option<PalletNftsCollectionMetadata>>, [
371
- u32
372
- ]> & QueryableStorageEntry<ApiType, [u32]>;
308
+ collectionMetadataOf: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Option<PalletNftsCollectionMetadata>>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
373
309
  /**
374
310
  * The items in existence and their ownership details.
375
311
  * Stores collection roles as per account.
376
312
  **/
377
- collectionRoleOf: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: AccountId32 | string | Uint8Array) => Observable<Option<u8>>, [
378
- u32,
379
- AccountId32
380
- ]> & QueryableStorageEntry<ApiType, [u32, AccountId32]>;
313
+ collectionRoleOf: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: AccountId32 | string | Uint8Array) => Observable<Option<u8>>, [u32, AccountId32]> & QueryableStorageEntry<ApiType, [u32, AccountId32]>;
381
314
  /**
382
315
  * The items in existence and their ownership details.
383
316
  **/
384
- item: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: u32 | AnyNumber | Uint8Array) => Observable<Option<PalletNftsItemDetails>>, [
385
- u32,
386
- u32
387
- ]> & QueryableStorageEntry<ApiType, [u32, u32]>;
317
+ item: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: u32 | AnyNumber | Uint8Array) => Observable<Option<PalletNftsItemDetails>>, [u32, u32]> & QueryableStorageEntry<ApiType, [u32, u32]>;
388
318
  /**
389
319
  * Item attribute approvals.
390
320
  **/
391
- itemAttributesApprovalsOf: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: u32 | AnyNumber | Uint8Array) => Observable<BTreeSet<AccountId32>>, [
392
- u32,
393
- u32
394
- ]> & QueryableStorageEntry<ApiType, [u32, u32]>;
321
+ itemAttributesApprovalsOf: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: u32 | AnyNumber | Uint8Array) => Observable<BTreeSet<AccountId32>>, [u32, u32]> & QueryableStorageEntry<ApiType, [u32, u32]>;
395
322
  /**
396
323
  * Config of an item.
397
324
  **/
398
- itemConfigOf: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: u32 | AnyNumber | Uint8Array) => Observable<Option<PalletNftsItemConfig>>, [
399
- u32,
400
- u32
401
- ]> & QueryableStorageEntry<ApiType, [u32, u32]>;
325
+ itemConfigOf: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: u32 | AnyNumber | Uint8Array) => Observable<Option<PalletNftsItemConfig>>, [u32, u32]> & QueryableStorageEntry<ApiType, [u32, u32]>;
402
326
  /**
403
327
  * Metadata of an item.
404
328
  **/
405
- itemMetadataOf: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: u32 | AnyNumber | Uint8Array) => Observable<Option<PalletNftsItemMetadata>>, [
406
- u32,
407
- u32
408
- ]> & QueryableStorageEntry<ApiType, [u32, u32]>;
329
+ itemMetadataOf: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: u32 | AnyNumber | Uint8Array) => Observable<Option<PalletNftsItemMetadata>>, [u32, u32]> & QueryableStorageEntry<ApiType, [u32, u32]>;
409
330
  /**
410
331
  * A price of an item.
411
332
  **/
412
- itemPriceOf: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: u32 | AnyNumber | Uint8Array) => Observable<Option<ITuple<[u128, Option<AccountId32>]>>>, [
413
- u32,
414
- u32
415
- ]> & QueryableStorageEntry<ApiType, [u32, u32]>;
333
+ itemPriceOf: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: u32 | AnyNumber | Uint8Array) => Observable<Option<ITuple<[u128, Option<AccountId32>]>>>, [u32, u32]> & QueryableStorageEntry<ApiType, [u32, u32]>;
416
334
  /**
417
335
  * Stores the `CollectionId` that is going to be used for the next collection.
418
336
  * This gets incremented whenever a new collection is created.
@@ -421,16 +339,11 @@ declare module "@polkadot/api-base/types/storage" {
421
339
  /**
422
340
  * The collection, if any, of which an account is willing to take ownership.
423
341
  **/
424
- ownershipAcceptance: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Option<u32>>, [
425
- AccountId32
426
- ]> & QueryableStorageEntry<ApiType, [AccountId32]>;
342
+ ownershipAcceptance: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Option<u32>>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
427
343
  /**
428
344
  * Handles all the pending swaps.
429
345
  **/
430
- pendingSwapOf: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: u32 | AnyNumber | Uint8Array) => Observable<Option<PalletNftsPendingSwap>>, [
431
- u32,
432
- u32
433
- ]> & QueryableStorageEntry<ApiType, [u32, u32]>;
346
+ pendingSwapOf: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: u32 | AnyNumber | Uint8Array) => Observable<Option<PalletNftsPendingSwap>>, [u32, u32]> & QueryableStorageEntry<ApiType, [u32, u32]>;
434
347
  /**
435
348
  * Generic query
436
349
  **/
@@ -449,8 +362,7 @@ declare module "@polkadot/api-base/types/storage" {
449
362
  * latest HRMP watermark. Used for limiting the acceptance of new blocks with
450
363
  * respect to relay chain constraints.
451
364
  **/
452
- aggregatedUnincludedSegment: AugmentedQuery<ApiType, () => Observable<Option<CumulusPalletParachainSystemUnincludedSegmentSegmentTracker>>, [
453
- ]> & QueryableStorageEntry<ApiType, []>;
365
+ aggregatedUnincludedSegment: AugmentedQuery<ApiType, () => Observable<Option<CumulusPalletParachainSystemUnincludedSegmentSegmentTracker>>, []> & QueryableStorageEntry<ApiType, []>;
454
366
  /**
455
367
  * The number of HRMP messages we observed in `on_initialize` and thus used that number for
456
368
  * announcing the weight of `on_initialize` and `on_finalize`.
@@ -474,15 +386,13 @@ declare module "@polkadot/api-base/types/storage" {
474
386
  *
475
387
  * This data is also absent from the genesis.
476
388
  **/
477
- hostConfiguration: AugmentedQuery<ApiType, () => Observable<Option<PolkadotPrimitivesV8AbridgedHostConfiguration>>, [
478
- ]> & QueryableStorageEntry<ApiType, []>;
389
+ hostConfiguration: AugmentedQuery<ApiType, () => Observable<Option<PolkadotPrimitivesV8AbridgedHostConfiguration>>, []> & QueryableStorageEntry<ApiType, []>;
479
390
  /**
480
391
  * HRMP messages that were sent in a block.
481
392
  *
482
393
  * This will be cleared in `on_initialize` of each new block.
483
394
  **/
484
- hrmpOutboundMessages: AugmentedQuery<ApiType, () => Observable<Vec<PolkadotCorePrimitivesOutboundHrmpMessage>>, [
485
- ]> & QueryableStorageEntry<ApiType, []>;
395
+ hrmpOutboundMessages: AugmentedQuery<ApiType, () => Observable<Vec<PolkadotCorePrimitivesOutboundHrmpMessage>>, []> & QueryableStorageEntry<ApiType, []>;
486
396
  /**
487
397
  * HRMP watermark that was set in a block.
488
398
  *
@@ -554,20 +464,17 @@ declare module "@polkadot/api-base/types/storage" {
554
464
  *
555
465
  * This data is also absent from the genesis.
556
466
  **/
557
- relevantMessagingState: AugmentedQuery<ApiType, () => Observable<Option<CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot>>, [
558
- ]> & QueryableStorageEntry<ApiType, []>;
467
+ relevantMessagingState: AugmentedQuery<ApiType, () => Observable<Option<CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot>>, []> & QueryableStorageEntry<ApiType, []>;
559
468
  /**
560
469
  * The weight we reserve at the beginning of the block for processing DMP messages. This
561
470
  * overrides the amount set in the Config trait.
562
471
  **/
563
- reservedDmpWeightOverride: AugmentedQuery<ApiType, () => Observable<Option<SpWeightsWeightV2Weight>>, [
564
- ]> & QueryableStorageEntry<ApiType, []>;
472
+ reservedDmpWeightOverride: AugmentedQuery<ApiType, () => Observable<Option<SpWeightsWeightV2Weight>>, []> & QueryableStorageEntry<ApiType, []>;
565
473
  /**
566
474
  * The weight we reserve at the beginning of the block for processing XCMP messages. This
567
475
  * overrides the amount set in the Config trait.
568
476
  **/
569
- reservedXcmpWeightOverride: AugmentedQuery<ApiType, () => Observable<Option<SpWeightsWeightV2Weight>>, [
570
- ]> & QueryableStorageEntry<ApiType, []>;
477
+ reservedXcmpWeightOverride: AugmentedQuery<ApiType, () => Observable<Option<SpWeightsWeightV2Weight>>, []> & QueryableStorageEntry<ApiType, []>;
571
478
  /**
572
479
  * Latest included block descendants the runtime accepted. In other words, these are
573
480
  * ancestors of the currently executing block which have not been included in the observed
@@ -576,8 +483,7 @@ declare module "@polkadot/api-base/types/storage" {
576
483
  * The segment length is limited by the capacity returned from the [`ConsensusHook`] configured
577
484
  * in the pallet.
578
485
  **/
579
- unincludedSegment: AugmentedQuery<ApiType, () => Observable<Vec<CumulusPalletParachainSystemUnincludedSegmentAncestor>>, [
580
- ]> & QueryableStorageEntry<ApiType, []>;
486
+ unincludedSegment: AugmentedQuery<ApiType, () => Observable<Vec<CumulusPalletParachainSystemUnincludedSegmentAncestor>>, []> & QueryableStorageEntry<ApiType, []>;
581
487
  /**
582
488
  * Optional upgrade go-ahead signal from the relay-chain.
583
489
  *
@@ -585,8 +491,7 @@ declare module "@polkadot/api-base/types/storage" {
585
491
  * relay-chain. This value is ephemeral which means it doesn't hit the storage. This value is
586
492
  * set after the inherent.
587
493
  **/
588
- upgradeGoAhead: AugmentedQuery<ApiType, () => Observable<Option<PolkadotPrimitivesV8UpgradeGoAhead>>, [
589
- ]> & QueryableStorageEntry<ApiType, []>;
494
+ upgradeGoAhead: AugmentedQuery<ApiType, () => Observable<Option<PolkadotPrimitivesV8UpgradeGoAhead>>, []> & QueryableStorageEntry<ApiType, []>;
590
495
  /**
591
496
  * An option which indicates if the relay-chain restricts signalling a validation code upgrade.
592
497
  * In other words, if this is `Some` and [`NewValidationCode`] is `Some` then the produced
@@ -596,8 +501,7 @@ declare module "@polkadot/api-base/types/storage" {
596
501
  * relay-chain. This value is ephemeral which means it doesn't hit the storage. This value is
597
502
  * set after the inherent.
598
503
  **/
599
- upgradeRestrictionSignal: AugmentedQuery<ApiType, () => Observable<Option<PolkadotPrimitivesV8UpgradeRestriction>>, [
600
- ]> & QueryableStorageEntry<ApiType, []>;
504
+ upgradeRestrictionSignal: AugmentedQuery<ApiType, () => Observable<Option<PolkadotPrimitivesV8UpgradeRestriction>>, []> & QueryableStorageEntry<ApiType, []>;
601
505
  /**
602
506
  * The factor to multiply the base delivery fee by for UMP.
603
507
  **/
@@ -613,8 +517,7 @@ declare module "@polkadot/api-base/types/storage" {
613
517
  * This value is expected to be set only once per block and it's never stored
614
518
  * in the trie.
615
519
  **/
616
- validationData: AugmentedQuery<ApiType, () => Observable<Option<PolkadotPrimitivesV8PersistedValidationData>>, [
617
- ]> & QueryableStorageEntry<ApiType, []>;
520
+ validationData: AugmentedQuery<ApiType, () => Observable<Option<PolkadotPrimitivesV8PersistedValidationData>>, []> & QueryableStorageEntry<ApiType, []>;
618
521
  /**
619
522
  * Generic query
620
523
  **/
@@ -626,11 +529,7 @@ declare module "@polkadot/api-base/types/storage" {
626
529
  **/
627
530
  parameters: AugmentedQuery<ApiType, (arg: ShParachainRuntimeConfigsRuntimeParamsRuntimeParametersKey | {
628
531
  RuntimeConfig: any;
629
- } | string | Uint8Array) => Observable<Option<ShParachainRuntimeConfigsRuntimeParamsRuntimeParametersValue>>, [
630
- ShParachainRuntimeConfigsRuntimeParamsRuntimeParametersKey
631
- ]> & QueryableStorageEntry<ApiType, [
632
- ShParachainRuntimeConfigsRuntimeParamsRuntimeParametersKey
633
- ]>;
532
+ } | string | Uint8Array) => Observable<Option<ShParachainRuntimeConfigsRuntimeParamsRuntimeParametersValue>>, [ShParachainRuntimeConfigsRuntimeParamsRuntimeParametersKey]> & QueryableStorageEntry<ApiType, [ShParachainRuntimeConfigsRuntimeParamsRuntimeParametersKey]>;
634
533
  /**
635
534
  * Generic query
636
535
  **/
@@ -667,10 +566,7 @@ declare module "@polkadot/api-base/types/storage" {
667
566
  * - [update_dynamic_rate_payment_stream](crate::dispatchables::update_dynamic_rate_payment_stream), which updates the entry's `amount_provided`.
668
567
  * - [charge_payment_streams](crate::dispatchables::charge_payment_streams), which updates the entry's `price_index_when_last_charged`.
669
568
  **/
670
- dynamicRatePaymentStreams: AugmentedQuery<ApiType, (arg1: H256 | string | Uint8Array, arg2: AccountId32 | string | Uint8Array) => Observable<Option<PalletPaymentStreamsDynamicRatePaymentStream>>, [
671
- H256,
672
- AccountId32
673
- ]> & QueryableStorageEntry<ApiType, [H256, AccountId32]>;
569
+ dynamicRatePaymentStreams: AugmentedQuery<ApiType, (arg1: H256 | string | Uint8Array, arg2: AccountId32 | string | Uint8Array) => Observable<Option<PalletPaymentStreamsDynamicRatePaymentStream>>, [H256, AccountId32]> & QueryableStorageEntry<ApiType, [H256, AccountId32]>;
674
570
  /**
675
571
  * The double mapping from a Provider, to its provided Users, to their fixed-rate payment streams.
676
572
  *
@@ -682,10 +578,7 @@ declare module "@polkadot/api-base/types/storage" {
682
578
  * - [update_fixed_rate_payment_stream](crate::dispatchables::update_fixed_rate_payment_stream), which updates the entry's `rate`.
683
579
  * - [charge_payment_streams](crate::dispatchables::charge_payment_streams), which updates the entry's `last_charged_tick`.
684
580
  **/
685
- fixedRatePaymentStreams: AugmentedQuery<ApiType, (arg1: H256 | string | Uint8Array, arg2: AccountId32 | string | Uint8Array) => Observable<Option<PalletPaymentStreamsFixedRatePaymentStream>>, [
686
- H256,
687
- AccountId32
688
- ]> & QueryableStorageEntry<ApiType, [H256, AccountId32]>;
581
+ fixedRatePaymentStreams: AugmentedQuery<ApiType, (arg1: H256 | string | Uint8Array, arg2: AccountId32 | string | Uint8Array) => Observable<Option<PalletPaymentStreamsFixedRatePaymentStream>>, [H256, AccountId32]> & QueryableStorageEntry<ApiType, [H256, AccountId32]>;
689
582
  /**
690
583
  * The mapping from a Provider to its last chargeable price index (for dynamic-rate payment streams) and last chargeable tick (for fixed-rate payment streams).
691
584
  *
@@ -694,9 +587,7 @@ declare module "@polkadot/api-base/types/storage" {
694
587
  * This storage is updated in:
695
588
  * - [update_last_chargeable_info](crate::PaymentManager::update_last_chargeable_info), which updates the entry's `last_chargeable_tick` and `price_index`.
696
589
  **/
697
- lastChargeableInfo: AugmentedQuery<ApiType, (arg: H256 | string | Uint8Array) => Observable<PalletPaymentStreamsProviderLastChargeableInfo>, [
698
- H256
699
- ]> & QueryableStorageEntry<ApiType, [H256]>;
590
+ lastChargeableInfo: AugmentedQuery<ApiType, (arg: H256 | string | Uint8Array) => Observable<PalletPaymentStreamsProviderLastChargeableInfo>, [H256]> & QueryableStorageEntry<ApiType, [H256]>;
700
591
  /**
701
592
  * The last tick that was processed by this pallet from the Proof Submitters interface.
702
593
  *
@@ -721,9 +612,7 @@ declare module "@polkadot/api-base/types/storage" {
721
612
  * Privileged Providers are those who are allowed to charge up to the current tick in
722
613
  * fixed rate payment streams, regardless of their [`LastChargeableInfo`].
723
614
  **/
724
- privilegedProviders: AugmentedQuery<ApiType, (arg: H256 | string | Uint8Array) => Observable<Option<Null>>, [
725
- H256
726
- ]> & QueryableStorageEntry<ApiType, [H256]>;
615
+ privilegedProviders: AugmentedQuery<ApiType, (arg: H256 | string | Uint8Array) => Observable<Option<Null>>, [H256]> & QueryableStorageEntry<ApiType, [H256]>;
727
616
  /**
728
617
  * The mapping from a user to if it has been registered to the network and the amount of payment streams it has.
729
618
  *
@@ -736,9 +625,7 @@ declare module "@polkadot/api-base/types/storage" {
736
625
  * - [remove_fixed_rate_payment_stream](crate::dispatchables::remove_fixed_rate_payment_stream), which removes one from this storage and releases the deposit.
737
626
  * - [remove_dynamic_rate_payment_stream](crate::dispatchables::remove_dynamic_rate_payment_stream), which removes one from this storage and releases the deposit.
738
627
  **/
739
- registeredUsers: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<u32>, [
740
- AccountId32
741
- ]> & QueryableStorageEntry<ApiType, [AccountId32]>;
628
+ registeredUsers: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<u32>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
742
629
  /**
743
630
  * The mapping from a user to if it has been flagged for not having enough funds to pay for its requested services.
744
631
  *
@@ -750,9 +637,7 @@ declare module "@polkadot/api-base/types/storage" {
750
637
  * to that moment's tick number if it does not have enough funds.
751
638
  * - [clear_insolvent_flag](crate::utils::clear_insolvent_flag), which clears the user's entry in this map if the cooldown period has passed and the user has paid all its outstanding debt.
752
639
  **/
753
- usersWithoutFunds: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Option<u32>>, [
754
- AccountId32
755
- ]> & QueryableStorageEntry<ApiType, [AccountId32]>;
640
+ usersWithoutFunds: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Option<u32>>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
756
641
  /**
757
642
  * Generic query
758
643
  **/
@@ -765,26 +650,19 @@ declare module "@polkadot/api-base/types/storage" {
765
650
  * Key is the blake2 256 hash of (origin, versioned `Assets`) pair. Value is the number of
766
651
  * times this pair has been trapped (usually just 1 if it exists at all).
767
652
  **/
768
- assetTraps: AugmentedQuery<ApiType, (arg: H256 | string | Uint8Array) => Observable<u32>, [
769
- H256
770
- ]> & QueryableStorageEntry<ApiType, [H256]>;
653
+ assetTraps: AugmentedQuery<ApiType, (arg: H256 | string | Uint8Array) => Observable<u32>, [H256]> & QueryableStorageEntry<ApiType, [H256]>;
771
654
  /**
772
655
  * The current migration's stage, if any.
773
656
  **/
774
- currentMigration: AugmentedQuery<ApiType, () => Observable<Option<PalletXcmVersionMigrationStage>>, [
775
- ]> & QueryableStorageEntry<ApiType, []>;
657
+ currentMigration: AugmentedQuery<ApiType, () => Observable<Option<PalletXcmVersionMigrationStage>>, []> & QueryableStorageEntry<ApiType, []>;
776
658
  /**
777
659
  * Fungible assets which we know are locked on this chain.
778
660
  **/
779
- lockedFungibles: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Option<Vec<ITuple<[u128, XcmVersionedLocation]>>>>, [
780
- AccountId32
781
- ]> & QueryableStorageEntry<ApiType, [AccountId32]>;
661
+ lockedFungibles: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Option<Vec<ITuple<[u128, XcmVersionedLocation]>>>>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
782
662
  /**
783
663
  * The ongoing queries.
784
664
  **/
785
- queries: AugmentedQuery<ApiType, (arg: u64 | AnyNumber | Uint8Array) => Observable<Option<PalletXcmQueryStatus>>, [
786
- u64
787
- ]> & QueryableStorageEntry<ApiType, [u64]>;
665
+ queries: AugmentedQuery<ApiType, (arg: u64 | AnyNumber | Uint8Array) => Observable<Option<PalletXcmQueryStatus>>, [u64]> & QueryableStorageEntry<ApiType, [u64]>;
788
666
  /**
789
667
  * The latest available query index.
790
668
  **/
@@ -797,8 +675,7 @@ declare module "@polkadot/api-base/types/storage" {
797
675
  * Only relevant if this pallet is being used as the [`xcm_executor::traits::RecordXcm`]
798
676
  * implementation in the XCM executor configuration.
799
677
  **/
800
- recordedXcm: AugmentedQuery<ApiType, () => Observable<Option<Vec<StagingXcmV5Instruction>>>, [
801
- ]> & QueryableStorageEntry<ApiType, []>;
678
+ recordedXcm: AugmentedQuery<ApiType, () => Observable<Option<Vec<StagingXcmV5Instruction>>>, []> & QueryableStorageEntry<ApiType, []>;
802
679
  /**
803
680
  * Fungible assets which we know are locked on a remote chain.
804
681
  **/
@@ -808,11 +685,7 @@ declare module "@polkadot/api-base/types/storage" {
808
685
  V4: any;
809
686
  } | {
810
687
  V5: any;
811
- } | string | Uint8Array) => Observable<Option<PalletXcmRemoteLockedFungibleRecord>>, [
812
- u32,
813
- AccountId32,
814
- XcmVersionedAssetId
815
- ]> & QueryableStorageEntry<ApiType, [u32, AccountId32, XcmVersionedAssetId]>;
688
+ } | string | Uint8Array) => Observable<Option<PalletXcmRemoteLockedFungibleRecord>>, [u32, AccountId32, XcmVersionedAssetId]> & QueryableStorageEntry<ApiType, [u32, AccountId32, XcmVersionedAssetId]>;
816
689
  /**
817
690
  * Default version to encode XCM when latest version of destination is unknown. If `None`,
818
691
  * then the destinations whose XCM version is unknown are considered unreachable.
@@ -837,17 +710,13 @@ declare module "@polkadot/api-base/types/storage" {
837
710
  V4: any;
838
711
  } | {
839
712
  V5: any;
840
- } | string | Uint8Array) => Observable<Option<u32>>, [
841
- u32,
842
- XcmVersionedLocation
843
- ]> & QueryableStorageEntry<ApiType, [u32, XcmVersionedLocation]>;
713
+ } | string | Uint8Array) => Observable<Option<u32>>, [u32, XcmVersionedLocation]> & QueryableStorageEntry<ApiType, [u32, XcmVersionedLocation]>;
844
714
  /**
845
715
  * Destinations whose latest XCM version we would like to know. Duplicates not allowed, and
846
716
  * the `u32` counter is the number of times that a send to the destination has been attempted,
847
717
  * which is used as a prioritization.
848
718
  **/
849
- versionDiscoveryQueue: AugmentedQuery<ApiType, () => Observable<Vec<ITuple<[XcmVersionedLocation, u32]>>>, [
850
- ]> & QueryableStorageEntry<ApiType, []>;
719
+ versionDiscoveryQueue: AugmentedQuery<ApiType, () => Observable<Vec<ITuple<[XcmVersionedLocation, u32]>>>, []> & QueryableStorageEntry<ApiType, []>;
851
720
  /**
852
721
  * All locations that we have requested version notifications from.
853
722
  **/
@@ -857,10 +726,7 @@ declare module "@polkadot/api-base/types/storage" {
857
726
  V4: any;
858
727
  } | {
859
728
  V5: any;
860
- } | string | Uint8Array) => Observable<Option<u64>>, [
861
- u32,
862
- XcmVersionedLocation
863
- ]> & QueryableStorageEntry<ApiType, [u32, XcmVersionedLocation]>;
729
+ } | string | Uint8Array) => Observable<Option<u64>>, [u32, XcmVersionedLocation]> & QueryableStorageEntry<ApiType, [u32, XcmVersionedLocation]>;
864
730
  /**
865
731
  * The target locations that are subscribed to our version changes, as well as the most recent
866
732
  * of our versions we informed them of.
@@ -871,10 +737,7 @@ declare module "@polkadot/api-base/types/storage" {
871
737
  V4: any;
872
738
  } | {
873
739
  V5: any;
874
- } | string | Uint8Array) => Observable<Option<ITuple<[u64, SpWeightsWeightV2Weight, u32]>>>, [
875
- u32,
876
- XcmVersionedLocation
877
- ]> & QueryableStorageEntry<ApiType, [u32, XcmVersionedLocation]>;
740
+ } | string | Uint8Array) => Observable<Option<ITuple<[u64, SpWeightsWeightV2Weight, u32]>>>, [u32, XcmVersionedLocation]> & QueryableStorageEntry<ApiType, [u32, XcmVersionedLocation]>;
878
741
  /**
879
742
  * Global suspension state of the XCM executor.
880
743
  **/
@@ -944,9 +807,7 @@ declare module "@polkadot/api-base/types/storage" {
944
807
  * This is used to check if the network is presumably under a spam attack.
945
808
  * It is cleared for blocks older than `current_block` - ([`Config::BlockFullnessPeriod`] + 1).
946
809
  **/
947
- pastBlocksWeight: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Option<SpWeightsWeightV2Weight>>, [
948
- u32
949
- ]> & QueryableStorageEntry<ApiType, [u32]>;
810
+ pastBlocksWeight: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Option<SpWeightsWeightV2Weight>>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
950
811
  /**
951
812
  * A priority queue of keys that have been challenged manually.
952
813
  *
@@ -959,8 +820,7 @@ declare module "@polkadot/api-base/types/storage" {
959
820
  * A `BoundedVec` is used because the `parity_scale_codec::MaxEncodedLen` trait
960
821
  * is required, but using a `VecDeque` would be more efficient as this is a FIFO queue.
961
822
  **/
962
- priorityChallengesQueue: AugmentedQuery<ApiType, () => Observable<Vec<PalletProofsDealerCustomChallenge>>, [
963
- ]> & QueryableStorageEntry<ApiType, []>;
823
+ priorityChallengesQueue: AugmentedQuery<ApiType, () => Observable<Vec<PalletProofsDealerCustomChallenge>>, []> & QueryableStorageEntry<ApiType, []>;
964
824
  /**
965
825
  * A mapping from a Provider to its [`ProofSubmissionRecord`], which stores the last tick
966
826
  * the Provider submitted a proof for, and the next tick the Provider should submit a proof for.
@@ -974,21 +834,15 @@ declare module "@polkadot/api-base/types/storage" {
974
834
  * If the Provider fails to submit a proof in time and is slashed, only `next_tick_to_submit_proof_for`
975
835
  * is updated.
976
836
  **/
977
- providerToProofSubmissionRecord: AugmentedQuery<ApiType, (arg: H256 | string | Uint8Array) => Observable<Option<PalletProofsDealerProofSubmissionRecord>>, [
978
- H256
979
- ]> & QueryableStorageEntry<ApiType, [H256]>;
980
- slashableProviders: AugmentedQuery<ApiType, (arg: H256 | string | Uint8Array) => Observable<Option<u32>>, [
981
- H256
982
- ]> & QueryableStorageEntry<ApiType, [H256]>;
837
+ providerToProofSubmissionRecord: AugmentedQuery<ApiType, (arg: H256 | string | Uint8Array) => Observable<Option<PalletProofsDealerProofSubmissionRecord>>, [H256]> & QueryableStorageEntry<ApiType, [H256]>;
838
+ slashableProviders: AugmentedQuery<ApiType, (arg: H256 | string | Uint8Array) => Observable<Option<u32>>, [H256]> & QueryableStorageEntry<ApiType, [H256]>;
983
839
  /**
984
840
  * A mapping from challenges tick to a random seed used for generating the challenges in that tick.
985
841
  *
986
842
  * This is used to keep track of the challenges' seed in the past.
987
843
  * This mapping goes back only [`ChallengeHistoryLengthFor`] blocks. Previous challenges are removed.
988
844
  **/
989
- tickToChallengesSeed: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Option<H256>>, [
990
- u32
991
- ]> & QueryableStorageEntry<ApiType, [u32]>;
845
+ tickToChallengesSeed: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Option<H256>>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
992
846
  /**
993
847
  * The tick to check and see if Providers failed to submit proofs before their deadline.
994
848
  *
@@ -1010,9 +864,7 @@ declare module "@polkadot/api-base/types/storage" {
1010
864
  * The vector is bounded by [`MaxCustomChallengesPerBlockFor`].
1011
865
  * This mapping goes back only [`ChallengeHistoryLengthFor`] ticks. Previous challenges are removed.
1012
866
  **/
1013
- tickToCheckpointChallenges: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Option<Vec<PalletProofsDealerCustomChallenge>>>, [
1014
- u32
1015
- ]> & QueryableStorageEntry<ApiType, [u32]>;
867
+ tickToCheckpointChallenges: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Option<Vec<PalletProofsDealerCustomChallenge>>>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
1016
868
  /**
1017
869
  * A mapping from challenge tick to a vector of challenged Providers for that tick.
1018
870
  *
@@ -1023,10 +875,7 @@ declare module "@polkadot/api-base/types/storage" {
1023
875
  * Those who are still in the entry by the time the tick is reached are considered to
1024
876
  * have failed to submit a proof and subject to slashing.
1025
877
  **/
1026
- tickToProvidersDeadlines: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: H256 | string | Uint8Array) => Observable<Option<Null>>, [
1027
- u32,
1028
- H256
1029
- ]> & QueryableStorageEntry<ApiType, [u32, H256]>;
878
+ tickToProvidersDeadlines: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: H256 | string | Uint8Array) => Observable<Option<Null>>, [u32, H256]> & QueryableStorageEntry<ApiType, [u32, H256]>;
1030
879
  /**
1031
880
  * A mapping from tick to Providers, which is set if the Provider submitted a valid proof in that tick.
1032
881
  *
@@ -1034,9 +883,7 @@ declare module "@polkadot/api-base/types/storage" {
1034
883
  * ticks, where availability only up to the last [`Config::TargetTicksStorageOfSubmitters`] ticks is guaranteed.
1035
884
  * This storage is then made available for other pallets to use through the `ProofSubmittersInterface`.
1036
885
  **/
1037
- validProofSubmittersLastTicks: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Option<BTreeSet<H256>>>, [
1038
- u32
1039
- ]> & QueryableStorageEntry<ApiType, [u32]>;
886
+ validProofSubmittersLastTicks: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Option<BTreeSet<H256>>>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
1040
887
  /**
1041
888
  * Generic query
1042
889
  **/
@@ -1053,9 +900,7 @@ declare module "@polkadot/api-base/types/storage" {
1053
900
  * - [confirm_sign_up](crate::dispatchables::confirm_sign_up), which adds a new entry to the map if the account to confirm is a Backup Storage Provider.
1054
901
  * - [bsp_sign_off](crate::dispatchables::bsp_sign_off), which removes the corresponding entry from the map.
1055
902
  **/
1056
- accountIdToBackupStorageProviderId: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Option<H256>>, [
1057
- AccountId32
1058
- ]> & QueryableStorageEntry<ApiType, [AccountId32]>;
903
+ accountIdToBackupStorageProviderId: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Option<H256>>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
1059
904
  /**
1060
905
  * The mapping from an AccountId to a MainStorageProviderId.
1061
906
  *
@@ -1065,9 +910,7 @@ declare module "@polkadot/api-base/types/storage" {
1065
910
  * - [confirm_sign_up](crate::dispatchables::confirm_sign_up), which adds a new entry to the map if the account to confirm is a Main Storage Provider.
1066
911
  * - [msp_sign_off](crate::dispatchables::msp_sign_off), which removes the corresponding entry from the map.
1067
912
  **/
1068
- accountIdToMainStorageProviderId: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Option<H256>>, [
1069
- AccountId32
1070
- ]> & QueryableStorageEntry<ApiType, [AccountId32]>;
913
+ accountIdToMainStorageProviderId: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Option<H256>>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
1071
914
  /**
1072
915
  * Storage providers currently awaited for to top up their deposit (providers whom have been slashed and as
1073
916
  * a result have a capacity deficit, i.e. their capacity is below their used capacity).
@@ -1086,9 +929,7 @@ declare module "@polkadot/api-base/types/storage" {
1086
929
  BackupStorageProvider: any;
1087
930
  } | {
1088
931
  MainStorageProvider: any;
1089
- } | string | Uint8Array) => Observable<Option<PalletStorageProvidersTopUpMetadata>>, [
1090
- PalletStorageProvidersStorageProviderId
1091
- ]> & QueryableStorageEntry<ApiType, [PalletStorageProvidersStorageProviderId]>;
932
+ } | string | Uint8Array) => Observable<Option<PalletStorageProvidersTopUpMetadata>>, [PalletStorageProvidersStorageProviderId]> & QueryableStorageEntry<ApiType, [PalletStorageProvidersStorageProviderId]>;
1092
933
  /**
1093
934
  * The mapping from a BackupStorageProviderId to a BackupStorageProvider.
1094
935
  *
@@ -1100,9 +941,7 @@ declare module "@polkadot/api-base/types/storage" {
1100
941
  * - [bsp_sign_off](crate::dispatchables::bsp_sign_off), which removes the corresponding entry from the map.
1101
942
  * - [change_capacity](crate::dispatchables::change_capacity), which changes the entry's `capacity`.
1102
943
  **/
1103
- backupStorageProviders: AugmentedQuery<ApiType, (arg: H256 | string | Uint8Array) => Observable<Option<PalletStorageProvidersBackupStorageProvider>>, [
1104
- H256
1105
- ]> & QueryableStorageEntry<ApiType, [H256]>;
944
+ backupStorageProviders: AugmentedQuery<ApiType, (arg: H256 | string | Uint8Array) => Observable<Option<PalletStorageProvidersBackupStorageProvider>>, [H256]> & QueryableStorageEntry<ApiType, [H256]>;
1106
945
  /**
1107
946
  * The amount of Backup Storage Providers that are currently registered in the runtime.
1108
947
  *
@@ -1124,9 +963,7 @@ declare module "@polkadot/api-base/types/storage" {
1124
963
  * - [change_root_bucket](shp_traits::MutateProvidersInterface::change_root_bucket), which changes the corresponding bucket's root.
1125
964
  * - [delete_bucket](shp_traits::MutateProvidersInterface::delete_bucket), which removes the entry of the corresponding bucket.
1126
965
  **/
1127
- buckets: AugmentedQuery<ApiType, (arg: H256 | string | Uint8Array) => Observable<Option<PalletStorageProvidersBucket>>, [
1128
- H256
1129
- ]> & QueryableStorageEntry<ApiType, [H256]>;
966
+ buckets: AugmentedQuery<ApiType, (arg: H256 | string | Uint8Array) => Observable<Option<PalletStorageProvidersBucket>>, [H256]> & QueryableStorageEntry<ApiType, [H256]>;
1130
967
  /**
1131
968
  * The total global reputation weight of all BSPs.
1132
969
  **/
@@ -1140,9 +977,7 @@ declare module "@polkadot/api-base/types/storage" {
1140
977
  BackupStorageProvider: any;
1141
978
  } | {
1142
979
  MainStorageProvider: any;
1143
- } | string | Uint8Array) => Observable<Option<Null>>, [
1144
- PalletStorageProvidersStorageProviderId
1145
- ]> & QueryableStorageEntry<ApiType, [PalletStorageProvidersStorageProviderId]>;
980
+ } | string | Uint8Array) => Observable<Option<Null>>, [PalletStorageProvidersStorageProviderId]> & QueryableStorageEntry<ApiType, [PalletStorageProvidersStorageProviderId]>;
1146
981
  /**
1147
982
  * The double mapping from a MainStorageProviderId to a BucketIds.
1148
983
  *
@@ -1152,20 +987,14 @@ declare module "@polkadot/api-base/types/storage" {
1152
987
  * - [add_bucket](shp_traits::MutateProvidersInterface::add_bucket)
1153
988
  * - [delete_bucket](shp_traits::MutateProvidersInterface::delete_bucket)
1154
989
  **/
1155
- mainStorageProviderIdsToBuckets: AugmentedQuery<ApiType, (arg1: H256 | string | Uint8Array, arg2: H256 | string | Uint8Array) => Observable<Option<Null>>, [
1156
- H256,
1157
- H256
1158
- ]> & QueryableStorageEntry<ApiType, [H256, H256]>;
990
+ mainStorageProviderIdsToBuckets: AugmentedQuery<ApiType, (arg1: H256 | string | Uint8Array, arg2: H256 | string | Uint8Array) => Observable<Option<Null>>, [H256, H256]> & QueryableStorageEntry<ApiType, [H256, H256]>;
1159
991
  /**
1160
992
  * Double mapping from a [`MainStorageProviderId`] to [`ValueProposition`]s.
1161
993
  *
1162
994
  * These are applied at the bucket level. Propositions are the price per [`Config::StorageDataUnit`] per block and the
1163
995
  * limit of data that can be stored in the bucket.
1164
996
  **/
1165
- mainStorageProviderIdsToValuePropositions: AugmentedQuery<ApiType, (arg1: H256 | string | Uint8Array, arg2: H256 | string | Uint8Array) => Observable<Option<PalletStorageProvidersValueProposition>>, [
1166
- H256,
1167
- H256
1168
- ]> & QueryableStorageEntry<ApiType, [H256, H256]>;
997
+ mainStorageProviderIdsToValuePropositions: AugmentedQuery<ApiType, (arg1: H256 | string | Uint8Array, arg2: H256 | string | Uint8Array) => Observable<Option<PalletStorageProvidersValueProposition>>, [H256, H256]> & QueryableStorageEntry<ApiType, [H256, H256]>;
1169
998
  /**
1170
999
  * The mapping from a MainStorageProviderId to a MainStorageProvider.
1171
1000
  *
@@ -1177,9 +1006,7 @@ declare module "@polkadot/api-base/types/storage" {
1177
1006
  * - [msp_sign_off](crate::dispatchables::msp_sign_off), which removes the corresponding entry from the map.
1178
1007
  * - [change_capacity](crate::dispatchables::change_capacity), which changes the entry's `capacity`.
1179
1008
  **/
1180
- mainStorageProviders: AugmentedQuery<ApiType, (arg: H256 | string | Uint8Array) => Observable<Option<PalletStorageProvidersMainStorageProvider>>, [
1181
- H256
1182
- ]> & QueryableStorageEntry<ApiType, [H256]>;
1009
+ mainStorageProviders: AugmentedQuery<ApiType, (arg: H256 | string | Uint8Array) => Observable<Option<PalletStorageProvidersMainStorageProvider>>, [H256]> & QueryableStorageEntry<ApiType, [H256]>;
1183
1010
  /**
1184
1011
  * The amount of Main Storage Providers that are currently registered in the runtime.
1185
1012
  *
@@ -1195,8 +1022,7 @@ declare module "@polkadot/api-base/types/storage" {
1195
1022
  *
1196
1023
  * This should always be greater or equal than `current_sh_tick` + [`Config::ProviderTopUpTtl`].
1197
1024
  **/
1198
- nextAvailableProviderTopUpExpirationShTick: AugmentedQuery<ApiType, () => Observable<u32>, [
1199
- ]> & QueryableStorageEntry<ApiType, []>;
1025
+ nextAvailableProviderTopUpExpirationShTick: AugmentedQuery<ApiType, () => Observable<u32>, []> & QueryableStorageEntry<ApiType, []>;
1200
1026
  /**
1201
1027
  * A pointer to the starting Storage Hub tick number to clean up expired items.
1202
1028
  *
@@ -1214,9 +1040,7 @@ declare module "@polkadot/api-base/types/storage" {
1214
1040
  * Providers are removed from [`AwaitingTopUpFromProviders`] storage when they have successfully topped up their deposit.
1215
1041
  * If they are still part of the [`AwaitingTopUpFromProviders`] storage after the expiration period, they are marked as insolvent.
1216
1042
  **/
1217
- providerTopUpExpirations: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Vec<PalletStorageProvidersStorageProviderId>>, [
1218
- u32
1219
- ]> & QueryableStorageEntry<ApiType, [u32]>;
1043
+ providerTopUpExpirations: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Vec<PalletStorageProvidersStorageProviderId>>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
1220
1044
  /**
1221
1045
  * The mapping from an AccountId that requested to sign up to a tuple of the metadata with type of the request, and the block
1222
1046
  * number when the request was made.
@@ -1229,9 +1053,7 @@ declare module "@polkadot/api-base/types/storage" {
1229
1053
  * - [request_msp_sign_up](crate::dispatchables::request_msp_sign_up) and [request_bsp_sign_up](crate::dispatchables::request_bsp_sign_up), which add a new entry to the map.
1230
1054
  * - [confirm_sign_up](crate::dispatchables::confirm_sign_up) and [cancel_sign_up](crate::dispatchables::cancel_sign_up), which remove an existing entry from the map.
1231
1055
  **/
1232
- signUpRequests: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Option<PalletStorageProvidersSignUpRequest>>, [
1233
- AccountId32
1234
- ]> & QueryableStorageEntry<ApiType, [AccountId32]>;
1056
+ signUpRequests: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Option<PalletStorageProvidersSignUpRequest>>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
1235
1057
  /**
1236
1058
  * The total amount of storage capacity all BSPs have.
1237
1059
  *
@@ -1263,18 +1085,15 @@ declare module "@polkadot/api-base/types/storage" {
1263
1085
  /**
1264
1086
  * The relay chain block (and anchored parachain block) to use when epoch changes
1265
1087
  **/
1266
- lastRelayBlockAndParaBlockValidForNextEpoch: AugmentedQuery<ApiType, () => Observable<ITuple<[u32, u32]>>, [
1267
- ]> & QueryableStorageEntry<ApiType, []>;
1088
+ lastRelayBlockAndParaBlockValidForNextEpoch: AugmentedQuery<ApiType, () => Observable<ITuple<[u32, u32]>>, []> & QueryableStorageEntry<ApiType, []>;
1268
1089
  /**
1269
1090
  * Latest random seed obtained from the one epoch ago randomness from BABE, and the latest block that it can process randomness requests from
1270
1091
  **/
1271
- latestOneEpochAgoRandomness: AugmentedQuery<ApiType, () => Observable<Option<ITuple<[H256, u32]>>>, [
1272
- ]> & QueryableStorageEntry<ApiType, []>;
1092
+ latestOneEpochAgoRandomness: AugmentedQuery<ApiType, () => Observable<Option<ITuple<[H256, u32]>>>, []> & QueryableStorageEntry<ApiType, []>;
1273
1093
  /**
1274
1094
  * Latest random seed obtained from the parent block randomness from BABE, and the latest block that it can process randomness requests from
1275
1095
  **/
1276
- latestParentBlockRandomness: AugmentedQuery<ApiType, () => Observable<Option<ITuple<[H256, u32]>>>, [
1277
- ]> & QueryableStorageEntry<ApiType, []>;
1096
+ latestParentBlockRandomness: AugmentedQuery<ApiType, () => Observable<Option<ITuple<[H256, u32]>>>, []> & QueryableStorageEntry<ApiType, []>;
1278
1097
  /**
1279
1098
  * Current relay epoch
1280
1099
  **/
@@ -1300,15 +1119,11 @@ declare module "@polkadot/api-base/types/storage" {
1300
1119
  /**
1301
1120
  * The owner of a key. The key is the `KeyTypeId` + the encoded key.
1302
1121
  **/
1303
- keyOwner: AugmentedQuery<ApiType, (arg: ITuple<[SpCoreCryptoKeyTypeId, Bytes]> | [SpCoreCryptoKeyTypeId | string | Uint8Array, Bytes | string | Uint8Array]) => Observable<Option<AccountId32>>, [
1304
- ITuple<[SpCoreCryptoKeyTypeId, Bytes]>
1305
- ]> & QueryableStorageEntry<ApiType, [ITuple<[SpCoreCryptoKeyTypeId, Bytes]>]>;
1122
+ keyOwner: AugmentedQuery<ApiType, (arg: ITuple<[SpCoreCryptoKeyTypeId, Bytes]> | [SpCoreCryptoKeyTypeId | string | Uint8Array, Bytes | string | Uint8Array]) => Observable<Option<AccountId32>>, [ITuple<[SpCoreCryptoKeyTypeId, Bytes]>]> & QueryableStorageEntry<ApiType, [ITuple<[SpCoreCryptoKeyTypeId, Bytes]>]>;
1306
1123
  /**
1307
1124
  * The next session keys for a validator.
1308
1125
  **/
1309
- nextKeys: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Option<ShParachainRuntimeSessionKeys>>, [
1310
- AccountId32
1311
- ]> & QueryableStorageEntry<ApiType, [AccountId32]>;
1126
+ nextKeys: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Option<ShParachainRuntimeSessionKeys>>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
1312
1127
  /**
1313
1128
  * True if the underlying economic identities or weighting behind the validators
1314
1129
  * has changed in the queued validator set.
@@ -1318,8 +1133,7 @@ declare module "@polkadot/api-base/types/storage" {
1318
1133
  * The queued keys for the next session. When the next session begins, these keys
1319
1134
  * will be used to determine the validator's session keys.
1320
1135
  **/
1321
- queuedKeys: AugmentedQuery<ApiType, () => Observable<Vec<ITuple<[AccountId32, ShParachainRuntimeSessionKeys]>>>, [
1322
- ]> & QueryableStorageEntry<ApiType, []>;
1136
+ queuedKeys: AugmentedQuery<ApiType, () => Observable<Vec<ITuple<[AccountId32, ShParachainRuntimeSessionKeys]>>>, []> & QueryableStorageEntry<ApiType, []>;
1323
1137
  /**
1324
1138
  * The current set of validators.
1325
1139
  **/
@@ -1343,9 +1157,7 @@ declare module "@polkadot/api-base/types/storage" {
1343
1157
  /**
1344
1158
  * The full account information for a particular account ID.
1345
1159
  **/
1346
- account: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<FrameSystemAccountInfo>, [
1347
- AccountId32
1348
- ]> & QueryableStorageEntry<ApiType, [AccountId32]>;
1160
+ account: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<FrameSystemAccountInfo>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
1349
1161
  /**
1350
1162
  * Total length (in bytes) for all extrinsics put together, for the current block.
1351
1163
  **/
@@ -1353,19 +1165,15 @@ declare module "@polkadot/api-base/types/storage" {
1353
1165
  /**
1354
1166
  * `Some` if a code upgrade has been authorized.
1355
1167
  **/
1356
- authorizedUpgrade: AugmentedQuery<ApiType, () => Observable<Option<FrameSystemCodeUpgradeAuthorization>>, [
1357
- ]> & QueryableStorageEntry<ApiType, []>;
1168
+ authorizedUpgrade: AugmentedQuery<ApiType, () => Observable<Option<FrameSystemCodeUpgradeAuthorization>>, []> & QueryableStorageEntry<ApiType, []>;
1358
1169
  /**
1359
1170
  * Map of block numbers to block hashes.
1360
1171
  **/
1361
- blockHash: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<H256>, [
1362
- u32
1363
- ]> & QueryableStorageEntry<ApiType, [u32]>;
1172
+ blockHash: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<H256>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
1364
1173
  /**
1365
1174
  * The current weight for the block.
1366
1175
  **/
1367
- blockWeight: AugmentedQuery<ApiType, () => Observable<FrameSupportDispatchPerDispatchClassWeight>, [
1368
- ]> & QueryableStorageEntry<ApiType, []>;
1176
+ blockWeight: AugmentedQuery<ApiType, () => Observable<FrameSupportDispatchPerDispatchClassWeight>, []> & QueryableStorageEntry<ApiType, []>;
1369
1177
  /**
1370
1178
  * Digest of the current block, also part of the block header.
1371
1179
  **/
@@ -1396,9 +1204,7 @@ declare module "@polkadot/api-base/types/storage" {
1396
1204
  * the `EventIndex` then in case if the topic has the same contents on the next block
1397
1205
  * no notification will be triggered thus the event might be lost.
1398
1206
  **/
1399
- eventTopics: AugmentedQuery<ApiType, (arg: H256 | string | Uint8Array) => Observable<Vec<ITuple<[u32, u32]>>>, [
1400
- H256
1401
- ]> & QueryableStorageEntry<ApiType, [H256]>;
1207
+ eventTopics: AugmentedQuery<ApiType, (arg: H256 | string | Uint8Array) => Observable<Vec<ITuple<[u32, u32]>>>, [H256]> & QueryableStorageEntry<ApiType, [H256]>;
1402
1208
  /**
1403
1209
  * The execution phase of the block.
1404
1210
  **/
@@ -1410,9 +1216,7 @@ declare module "@polkadot/api-base/types/storage" {
1410
1216
  /**
1411
1217
  * Extrinsics data for the current block (maps an extrinsic's index to its data).
1412
1218
  **/
1413
- extrinsicData: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Bytes>, [
1414
- u32
1415
- ]> & QueryableStorageEntry<ApiType, [u32]>;
1219
+ extrinsicData: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Bytes>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
1416
1220
  /**
1417
1221
  * Whether all inherents have been applied.
1418
1222
  **/
@@ -1420,8 +1224,7 @@ declare module "@polkadot/api-base/types/storage" {
1420
1224
  /**
1421
1225
  * Stores the `spec_version` and `spec_name` of when the last runtime upgrade happened.
1422
1226
  **/
1423
- lastRuntimeUpgrade: AugmentedQuery<ApiType, () => Observable<Option<FrameSystemLastRuntimeUpgradeInfo>>, [
1424
- ]> & QueryableStorageEntry<ApiType, []>;
1227
+ lastRuntimeUpgrade: AugmentedQuery<ApiType, () => Observable<Option<FrameSystemLastRuntimeUpgradeInfo>>, []> & QueryableStorageEntry<ApiType, []>;
1425
1228
  /**
1426
1229
  * The current block number being processed. Set by `execute_block`.
1427
1230
  **/
@@ -1463,8 +1266,7 @@ declare module "@polkadot/api-base/types/storage" {
1463
1266
  };
1464
1267
  transactionPayment: {
1465
1268
  nextFeeMultiplier: AugmentedQuery<ApiType, () => Observable<u128>, []> & QueryableStorageEntry<ApiType, []>;
1466
- storageVersion: AugmentedQuery<ApiType, () => Observable<PalletTransactionPaymentReleases>, [
1467
- ]> & QueryableStorageEntry<ApiType, []>;
1269
+ storageVersion: AugmentedQuery<ApiType, () => Observable<PalletTransactionPaymentReleases>, []> & QueryableStorageEntry<ApiType, []>;
1468
1270
  /**
1469
1271
  * Generic query
1470
1272
  **/
@@ -1474,9 +1276,7 @@ declare module "@polkadot/api-base/types/storage" {
1474
1276
  /**
1475
1277
  * The factor to multiply the base delivery fee by.
1476
1278
  **/
1477
- deliveryFeeFactor: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<u128>, [
1478
- u32
1479
- ]> & QueryableStorageEntry<ApiType, [u32]>;
1279
+ deliveryFeeFactor: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<u128>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
1480
1280
  /**
1481
1281
  * The suspended inbound XCMP channels. All others are not suspended.
1482
1282
  *
@@ -1491,10 +1291,7 @@ declare module "@polkadot/api-base/types/storage" {
1491
1291
  /**
1492
1292
  * The messages outbound in a given XCMP channel.
1493
1293
  **/
1494
- outboundXcmpMessages: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: u16 | AnyNumber | Uint8Array) => Observable<Bytes>, [
1495
- u32,
1496
- u16
1497
- ]> & QueryableStorageEntry<ApiType, [u32, u16]>;
1294
+ outboundXcmpMessages: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: u16 | AnyNumber | Uint8Array) => Observable<Bytes>, [u32, u16]> & QueryableStorageEntry<ApiType, [u32, u16]>;
1498
1295
  /**
1499
1296
  * The non-empty XCMP channels in order of becoming non-empty, and the index of the first
1500
1297
  * and last outbound message. If the two indices are equal, then it indicates an empty
@@ -1503,13 +1300,11 @@ declare module "@polkadot/api-base/types/storage" {
1503
1300
  * case of the need to send a high-priority signal message this block.
1504
1301
  * The bool is true if there is a signal message waiting to be sent.
1505
1302
  **/
1506
- outboundXcmpStatus: AugmentedQuery<ApiType, () => Observable<Vec<CumulusPalletXcmpQueueOutboundChannelDetails>>, [
1507
- ]> & QueryableStorageEntry<ApiType, []>;
1303
+ outboundXcmpStatus: AugmentedQuery<ApiType, () => Observable<Vec<CumulusPalletXcmpQueueOutboundChannelDetails>>, []> & QueryableStorageEntry<ApiType, []>;
1508
1304
  /**
1509
1305
  * The configuration which controls the dynamics of the outbound queue.
1510
1306
  **/
1511
- queueConfig: AugmentedQuery<ApiType, () => Observable<CumulusPalletXcmpQueueQueueConfigData>, [
1512
- ]> & QueryableStorageEntry<ApiType, []>;
1307
+ queueConfig: AugmentedQuery<ApiType, () => Observable<CumulusPalletXcmpQueueQueueConfigData>, []> & QueryableStorageEntry<ApiType, []>;
1513
1308
  /**
1514
1309
  * Whether or not the XCMP queue is suspended from executing incoming XCMs or not.
1515
1310
  **/
@@ -1517,9 +1312,7 @@ declare module "@polkadot/api-base/types/storage" {
1517
1312
  /**
1518
1313
  * Any signal messages waiting to be sent.
1519
1314
  **/
1520
- signalMessages: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Bytes>, [
1521
- u32
1522
- ]> & QueryableStorageEntry<ApiType, [u32]>;
1315
+ signalMessages: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Bytes>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
1523
1316
  /**
1524
1317
  * Generic query
1525
1318
  **/