@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.
- package/dist/parachain/interfaces/augment-api-consts.js +1 -1
- package/dist/parachain/interfaces/augment-api-errors.js +1 -1
- package/dist/parachain/interfaces/augment-api-events.js +1 -1
- package/dist/parachain/interfaces/augment-api-query.js +1 -1
- package/dist/parachain/interfaces/augment-api-rpc.js +1 -1
- package/dist/parachain/interfaces/augment-api-runtime.js +1 -1
- package/dist/parachain/interfaces/augment-api-tx.js +1 -1
- package/dist/parachain/interfaces/augment-api.js +7 -7
- package/dist/parachain/interfaces/augment-types.js +1 -1
- package/dist/parachain/interfaces/index.js +1 -1
- package/dist/parachain/interfaces/lookup.js +2406 -2869
- package/dist/parachain/interfaces/lookup.js.map +1 -1
- package/dist/parachain/interfaces/registry.js +1 -1
- package/dist/parachain/interfaces/storagehubclient/index.js +1 -1
- package/dist/parachain/interfaces/types-lookup.js +1 -1
- package/dist/parachain/interfaces/types.js +1 -1
- package/dist/solochain-evm/interfaces/augment-api-consts.js +1 -1
- package/dist/solochain-evm/interfaces/augment-api-errors.js +1 -1
- package/dist/solochain-evm/interfaces/augment-api-events.js +1 -1
- package/dist/solochain-evm/interfaces/augment-api-query.js +1 -1
- package/dist/solochain-evm/interfaces/augment-api-rpc.js +1 -1
- package/dist/solochain-evm/interfaces/augment-api-runtime.js +1 -1
- package/dist/solochain-evm/interfaces/augment-api-tx.js +1 -1
- package/dist/solochain-evm/interfaces/augment-api.js +7 -7
- package/dist/solochain-evm/interfaces/augment-types.js +1 -1
- package/dist/solochain-evm/interfaces/index.js +1 -1
- package/dist/solochain-evm/interfaces/lookup.js +1686 -2107
- package/dist/solochain-evm/interfaces/lookup.js.map +1 -1
- package/dist/solochain-evm/interfaces/registry.js +1 -1
- package/dist/solochain-evm/interfaces/storagehubclient/index.js +1 -1
- package/dist/solochain-evm/interfaces/types-lookup.js +1 -1
- package/dist/solochain-evm/interfaces/types.js +1 -1
- package/dist/types/parachain/interfaces/augment-api-consts.d.ts +7 -7
- package/dist/types/parachain/interfaces/augment-api-errors.d.ts +8 -107
- package/dist/types/parachain/interfaces/augment-api-events.d.ts +185 -917
- package/dist/types/parachain/interfaces/augment-api-query.d.ts +112 -319
- package/dist/types/parachain/interfaces/augment-api-rpc.d.ts +32 -32
- package/dist/types/parachain/interfaces/augment-api-runtime.d.ts +25 -25
- package/dist/types/parachain/interfaces/augment-api-tx.d.ts +212 -637
- package/dist/types/parachain/interfaces/augment-api.d.ts +7 -7
- package/dist/types/parachain/interfaces/augment-types.d.ts +76 -75
- package/dist/types/parachain/interfaces/index.d.ts +1 -1
- package/dist/types/parachain/interfaces/lookup.d.ts +289 -326
- package/dist/types/parachain/interfaces/registry.d.ts +4 -4
- package/dist/types/parachain/interfaces/storagehubclient/index.d.ts +1 -1
- package/dist/types/parachain/interfaces/storagehubclient/types.d.ts +46 -36
- package/dist/types/parachain/interfaces/types-lookup.d.ts +525 -712
- package/dist/types/parachain/interfaces/types.d.ts +1 -1
- package/dist/types/solochain-evm/interfaces/augment-api-consts.d.ts +7 -7
- package/dist/types/solochain-evm/interfaces/augment-api-errors.d.ts +8 -107
- package/dist/types/solochain-evm/interfaces/augment-api-events.d.ts +150 -763
- package/dist/types/solochain-evm/interfaces/augment-api-query.d.ts +100 -291
- package/dist/types/solochain-evm/interfaces/augment-api-rpc.d.ts +32 -32
- package/dist/types/solochain-evm/interfaces/augment-api-runtime.d.ts +25 -25
- package/dist/types/solochain-evm/interfaces/augment-api-tx.d.ts +195 -582
- package/dist/types/solochain-evm/interfaces/augment-api.d.ts +7 -7
- package/dist/types/solochain-evm/interfaces/augment-types.d.ts +76 -75
- package/dist/types/solochain-evm/interfaces/index.d.ts +1 -1
- package/dist/types/solochain-evm/interfaces/lookup.d.ts +239 -276
- package/dist/types/solochain-evm/interfaces/registry.d.ts +4 -4
- package/dist/types/solochain-evm/interfaces/storagehubclient/index.d.ts +1 -1
- package/dist/types/solochain-evm/interfaces/storagehubclient/types.d.ts +47 -37
- package/dist/types/solochain-evm/interfaces/types-lookup.d.ts +425 -582
- package/dist/types/solochain-evm/interfaces/types.d.ts +1 -1
- package/metadata-sh-parachain.json +1 -1
- package/metadata-sh-solochain-evm.json +1 -1
- package/package.json +2 -2
- package/src/parachain/interfaces/augment-api-errors.ts +5 -104
- package/src/parachain/interfaces/augment-api-events.ts +14 -113
- package/src/parachain/interfaces/augment-api-tx.ts +63 -10
- package/src/parachain/interfaces/augment-types.ts +2 -0
- package/src/parachain/interfaces/lookup.ts +326 -388
- package/src/parachain/interfaces/registry.ts +2 -2
- package/src/parachain/interfaces/storagehubclient/types.ts +14 -4
- package/src/parachain/interfaces/types-lookup.ts +388 -486
- package/src/solochain-evm/interfaces/augment-api-errors.ts +5 -104
- package/src/solochain-evm/interfaces/augment-api-events.ts +14 -113
- package/src/solochain-evm/interfaces/augment-api-tx.ts +63 -10
- package/src/solochain-evm/interfaces/augment-types.ts +2 -0
- package/src/solochain-evm/interfaces/lookup.ts +276 -338
- package/src/solochain-evm/interfaces/registry.ts +2 -2
- package/src/solochain-evm/interfaces/storagehubclient/types.ts +14 -4
- package/src/solochain-evm/interfaces/types-lookup.ts +338 -436
- package/storagehub-api-augment-0.2.14.tgz +0 -0
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import
|
|
2
|
-
import type { ApiTypes, AugmentedSubmittable, SubmittableExtrinsic, SubmittableExtrinsicFunction } from
|
|
3
|
-
import type { Bytes, Compact, Option, Vec, bool, u128, u32, u64 } from
|
|
4
|
-
import type { AnyNumber, IMethod, ITuple } from
|
|
5
|
-
import type { AccountId32, Call, H256, MultiAddress } from
|
|
6
|
-
import type { CumulusPrimitivesCoreAggregateMessageOrigin, CumulusPrimitivesParachainInherentParachainInherentData, PalletBalancesAdjustmentDirection, PalletFileSystemBucketMoveRequestResponse, PalletFileSystemFileDeletionRequest, PalletFileSystemFileKeyWithProof, PalletFileSystemFileOperationIntention, PalletFileSystemReplicationTarget, PalletFileSystemStorageRequestMspBucketResponse, PalletNftsAttributeNamespace, PalletNftsCancelAttributesApprovalWitness, PalletNftsCollectionConfig, PalletNftsDestroyWitness, PalletNftsItemConfig, PalletNftsItemTip, PalletNftsMintSettings, PalletNftsMintWitness, PalletNftsPreSignedAttributes, PalletNftsPreSignedMint, PalletNftsPriceWithDirection, PalletProofsDealerProof, ShParachainRuntimeConfigsRuntimeParamsRuntimeParameters, ShParachainRuntimeSessionKeys, SpRuntimeMultiSignature, SpTrieStorageProofCompactProof, SpWeightsWeightV2Weight, StagingXcmExecutorAssetTransferTransferType, StagingXcmV5Location, XcmV3WeightLimit, XcmVersionedAssetId, XcmVersionedAssets, XcmVersionedLocation, XcmVersionedXcm } from
|
|
1
|
+
import '@polkadot/api-base/types/submittable';
|
|
2
|
+
import type { ApiTypes, AugmentedSubmittable, SubmittableExtrinsic, SubmittableExtrinsicFunction } from '@polkadot/api-base/types';
|
|
3
|
+
import type { Bytes, Compact, Option, Vec, bool, u128, u32, u64 } from '@polkadot/types-codec';
|
|
4
|
+
import type { AnyNumber, IMethod, ITuple } from '@polkadot/types-codec/types';
|
|
5
|
+
import type { AccountId32, Call, H256, MultiAddress } from '@polkadot/types/interfaces/runtime';
|
|
6
|
+
import type { CumulusPrimitivesCoreAggregateMessageOrigin, CumulusPrimitivesParachainInherentParachainInherentData, PalletBalancesAdjustmentDirection, PalletFileSystemBucketMoveRequestResponse, PalletFileSystemFileDeletionRequest, PalletFileSystemFileKeyWithProof, PalletFileSystemFileOperationIntention, PalletFileSystemReplicationTarget, PalletFileSystemStorageRequestMspBucketResponse, PalletNftsAttributeNamespace, PalletNftsCancelAttributesApprovalWitness, PalletNftsCollectionConfig, PalletNftsDestroyWitness, PalletNftsItemConfig, PalletNftsItemTip, PalletNftsMintSettings, PalletNftsMintWitness, PalletNftsPreSignedAttributes, PalletNftsPreSignedMint, PalletNftsPriceWithDirection, PalletProofsDealerProof, ShParachainRuntimeConfigsRuntimeParamsRuntimeParameters, ShParachainRuntimeSessionKeys, SpRuntimeMultiSignature, SpTrieStorageProofCompactProof, SpWeightsWeightV2Weight, StagingXcmExecutorAssetTransferTransferType, StagingXcmV5Location, XcmV3WeightLimit, XcmVersionedAssetId, XcmVersionedAssets, XcmVersionedLocation, XcmVersionedXcm } from '@polkadot/types/lookup';
|
|
7
7
|
export type __AugmentedSubmittable = AugmentedSubmittable<() => unknown>;
|
|
8
8
|
export type __SubmittableExtrinsic<ApiType extends ApiTypes> = SubmittableExtrinsic<ApiType>;
|
|
9
9
|
export type __SubmittableExtrinsicFunction<ApiType extends ApiTypes> = SubmittableExtrinsicFunction<ApiType>;
|
|
10
|
-
declare module
|
|
10
|
+
declare module '@polkadot/api-base/types/submittable' {
|
|
11
11
|
interface AugmentedSubmittables<ApiType extends ApiTypes> {
|
|
12
12
|
balances: {
|
|
13
13
|
/**
|
|
@@ -19,10 +19,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
19
19
|
* Unlike sending funds to a _burn_ address, which merely makes the funds inaccessible,
|
|
20
20
|
* this `burn` operation will reduce total issuance by the amount _burned_.
|
|
21
21
|
**/
|
|
22
|
-
burn: AugmentedSubmittable<(value: Compact<u128> | AnyNumber | Uint8Array, keepAlive: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
23
|
-
Compact<u128>,
|
|
24
|
-
bool
|
|
25
|
-
]>;
|
|
22
|
+
burn: AugmentedSubmittable<(value: Compact<u128> | AnyNumber | Uint8Array, keepAlive: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, bool]>;
|
|
26
23
|
/**
|
|
27
24
|
* Adjust the total issuance in a saturating way.
|
|
28
25
|
*
|
|
@@ -30,10 +27,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
30
27
|
*
|
|
31
28
|
* # Example
|
|
32
29
|
**/
|
|
33
|
-
forceAdjustTotalIssuance: AugmentedSubmittable<(direction: PalletBalancesAdjustmentDirection |
|
|
34
|
-
PalletBalancesAdjustmentDirection,
|
|
35
|
-
Compact<u128>
|
|
36
|
-
]>;
|
|
30
|
+
forceAdjustTotalIssuance: AugmentedSubmittable<(direction: PalletBalancesAdjustmentDirection | 'Increase' | 'Decrease' | number | Uint8Array, delta: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletBalancesAdjustmentDirection, Compact<u128>]>;
|
|
37
31
|
/**
|
|
38
32
|
* Set the regular balance of a given account.
|
|
39
33
|
*
|
|
@@ -49,10 +43,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
49
43
|
Address32: any;
|
|
50
44
|
} | {
|
|
51
45
|
Address20: any;
|
|
52
|
-
} | string | Uint8Array, newFree: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
53
|
-
MultiAddress,
|
|
54
|
-
Compact<u128>
|
|
55
|
-
]>;
|
|
46
|
+
} | string | Uint8Array, newFree: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, Compact<u128>]>;
|
|
56
47
|
/**
|
|
57
48
|
* Exactly as `transfer_allow_death`, except the origin must be root and the source account
|
|
58
49
|
* may be specified.
|
|
@@ -77,11 +68,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
77
68
|
Address32: any;
|
|
78
69
|
} | {
|
|
79
70
|
Address20: any;
|
|
80
|
-
} | string | Uint8Array, value: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
81
|
-
MultiAddress,
|
|
82
|
-
MultiAddress,
|
|
83
|
-
Compact<u128>
|
|
84
|
-
]>;
|
|
71
|
+
} | string | Uint8Array, value: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, MultiAddress, Compact<u128>]>;
|
|
85
72
|
/**
|
|
86
73
|
* Unreserve some balance from a user by force.
|
|
87
74
|
*
|
|
@@ -97,10 +84,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
97
84
|
Address32: any;
|
|
98
85
|
} | {
|
|
99
86
|
Address20: any;
|
|
100
|
-
} | string | Uint8Array, amount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
101
|
-
MultiAddress,
|
|
102
|
-
u128
|
|
103
|
-
]>;
|
|
87
|
+
} | string | Uint8Array, amount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, u128]>;
|
|
104
88
|
/**
|
|
105
89
|
* Transfer the entire transferable balance from the caller account.
|
|
106
90
|
*
|
|
@@ -128,10 +112,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
128
112
|
Address32: any;
|
|
129
113
|
} | {
|
|
130
114
|
Address20: any;
|
|
131
|
-
} | string | Uint8Array, keepAlive: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
132
|
-
MultiAddress,
|
|
133
|
-
bool
|
|
134
|
-
]>;
|
|
115
|
+
} | string | Uint8Array, keepAlive: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, bool]>;
|
|
135
116
|
/**
|
|
136
117
|
* Transfer some liquid free balance to another account.
|
|
137
118
|
*
|
|
@@ -151,10 +132,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
151
132
|
Address32: any;
|
|
152
133
|
} | {
|
|
153
134
|
Address20: any;
|
|
154
|
-
} | string | Uint8Array, value: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
155
|
-
MultiAddress,
|
|
156
|
-
Compact<u128>
|
|
157
|
-
]>;
|
|
135
|
+
} | string | Uint8Array, value: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, Compact<u128>]>;
|
|
158
136
|
/**
|
|
159
137
|
* Same as the [`transfer_allow_death`] call, but with a check that the transfer will not
|
|
160
138
|
* kill the origin account.
|
|
@@ -173,10 +151,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
173
151
|
Address32: any;
|
|
174
152
|
} | {
|
|
175
153
|
Address20: any;
|
|
176
|
-
} | string | Uint8Array, value: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
177
|
-
MultiAddress,
|
|
178
|
-
Compact<u128>
|
|
179
|
-
]>;
|
|
154
|
+
} | string | Uint8Array, value: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, Compact<u128>]>;
|
|
180
155
|
/**
|
|
181
156
|
* Upgrade a specified account.
|
|
182
157
|
*
|
|
@@ -187,9 +162,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
187
162
|
* be upgraded. (We let some not have to be upgraded just in order to allow for the
|
|
188
163
|
* possibility of churn).
|
|
189
164
|
**/
|
|
190
|
-
upgradeAccounts: AugmentedSubmittable<(who: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [
|
|
191
|
-
Vec<AccountId32>
|
|
192
|
-
]>;
|
|
165
|
+
upgradeAccounts: AugmentedSubmittable<(who: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Vec<AccountId32>]>;
|
|
193
166
|
/**
|
|
194
167
|
* Generic tx
|
|
195
168
|
**/
|
|
@@ -211,20 +184,11 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
211
184
|
Address32: any;
|
|
212
185
|
} | {
|
|
213
186
|
Address20: any;
|
|
214
|
-
} | string | Uint8Array, bucket: H256 | string | Uint8Array, itemId: u32 | AnyNumber | Uint8Array, readAccessRegex: Option<Bytes> | null | Uint8Array | Bytes | string) => SubmittableExtrinsic<ApiType>, [
|
|
215
|
-
MultiAddress,
|
|
216
|
-
H256,
|
|
217
|
-
u32,
|
|
218
|
-
Option<Bytes>
|
|
219
|
-
]>;
|
|
187
|
+
} | string | Uint8Array, bucket: H256 | string | Uint8Array, itemId: u32 | AnyNumber | Uint8Array, readAccessRegex: Option<Bytes> | null | Uint8Array | Bytes | string) => SubmittableExtrinsic<ApiType>, [MultiAddress, H256, u32, Option<Bytes>]>;
|
|
220
188
|
/**
|
|
221
189
|
* Update read access for an item.
|
|
222
190
|
**/
|
|
223
|
-
updateReadAccess: AugmentedSubmittable<(bucket: H256 | string | Uint8Array, itemId: u32 | AnyNumber | Uint8Array, readAccessRegex: Option<Bytes> | null | Uint8Array | Bytes | string) => SubmittableExtrinsic<ApiType>, [
|
|
224
|
-
H256,
|
|
225
|
-
u32,
|
|
226
|
-
Option<Bytes>
|
|
227
|
-
]>;
|
|
191
|
+
updateReadAccess: AugmentedSubmittable<(bucket: H256 | string | Uint8Array, itemId: u32 | AnyNumber | Uint8Array, readAccessRegex: Option<Bytes> | null | Uint8Array | Bytes | string) => SubmittableExtrinsic<ApiType>, [H256, u32, Option<Bytes>]>;
|
|
228
192
|
/**
|
|
229
193
|
* Generic tx
|
|
230
194
|
**/
|
|
@@ -237,9 +201,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
237
201
|
*
|
|
238
202
|
* The origin for this call must be the `UpdateOrigin`.
|
|
239
203
|
**/
|
|
240
|
-
addInvulnerable: AugmentedSubmittable<(who: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
241
|
-
AccountId32
|
|
242
|
-
]>;
|
|
204
|
+
addInvulnerable: AugmentedSubmittable<(who: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [AccountId32]>;
|
|
243
205
|
/**
|
|
244
206
|
* Deregister `origin` as a collator candidate. Note that the collator can only leave on
|
|
245
207
|
* session change. The `CandidacyBond` will be unreserved immediately.
|
|
@@ -261,9 +223,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
261
223
|
*
|
|
262
224
|
* The origin for this call must be the `UpdateOrigin`.
|
|
263
225
|
**/
|
|
264
|
-
removeInvulnerable: AugmentedSubmittable<(who: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
265
|
-
AccountId32
|
|
266
|
-
]>;
|
|
226
|
+
removeInvulnerable: AugmentedSubmittable<(who: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [AccountId32]>;
|
|
267
227
|
/**
|
|
268
228
|
* Set the candidacy bond amount.
|
|
269
229
|
*
|
|
@@ -273,9 +233,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
273
233
|
*
|
|
274
234
|
* The origin for this call must be the `UpdateOrigin`.
|
|
275
235
|
**/
|
|
276
|
-
setCandidacyBond: AugmentedSubmittable<(bond: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
277
|
-
u128
|
|
278
|
-
]>;
|
|
236
|
+
setCandidacyBond: AugmentedSubmittable<(bond: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u128]>;
|
|
279
237
|
/**
|
|
280
238
|
* Set the ideal number of non-invulnerable collators. If lowering this number, then the
|
|
281
239
|
* number of running collators could be higher than this figure. Aside from that edge case,
|
|
@@ -283,9 +241,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
283
241
|
*
|
|
284
242
|
* The origin for this call must be the `UpdateOrigin`.
|
|
285
243
|
**/
|
|
286
|
-
setDesiredCandidates: AugmentedSubmittable<(max: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
287
|
-
u32
|
|
288
|
-
]>;
|
|
244
|
+
setDesiredCandidates: AugmentedSubmittable<(max: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
|
|
289
245
|
/**
|
|
290
246
|
* Set the list of invulnerable (fixed) collators. These collators must do some
|
|
291
247
|
* preparation, namely to have registered session keys.
|
|
@@ -301,9 +257,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
301
257
|
*
|
|
302
258
|
* Must be called by the `UpdateOrigin`.
|
|
303
259
|
**/
|
|
304
|
-
setInvulnerables: AugmentedSubmittable<(updated: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [
|
|
305
|
-
Vec<AccountId32>
|
|
306
|
-
]>;
|
|
260
|
+
setInvulnerables: AugmentedSubmittable<(updated: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Vec<AccountId32>]>;
|
|
307
261
|
/**
|
|
308
262
|
* The caller `origin` replaces a candidate `target` in the collator candidate list by
|
|
309
263
|
* reserving `deposit`. The amount `deposit` reserved by the caller must be greater than
|
|
@@ -313,10 +267,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
313
267
|
* caller does not have registered session keys, the target is not a collator candidate,
|
|
314
268
|
* and/or the `deposit` amount cannot be reserved.
|
|
315
269
|
**/
|
|
316
|
-
takeCandidateSlot: AugmentedSubmittable<(deposit: u128 | AnyNumber | Uint8Array, target: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
317
|
-
u128,
|
|
318
|
-
AccountId32
|
|
319
|
-
]>;
|
|
270
|
+
takeCandidateSlot: AugmentedSubmittable<(deposit: u128 | AnyNumber | Uint8Array, target: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u128, AccountId32]>;
|
|
320
271
|
/**
|
|
321
272
|
* Update the candidacy bond of collator candidate `origin` to a new amount `new_deposit`.
|
|
322
273
|
*
|
|
@@ -326,9 +277,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
326
277
|
* This call will fail if `origin` is not a collator candidate, the updated bond is lower
|
|
327
278
|
* than the minimum candidacy bond, and/or the amount cannot be reserved.
|
|
328
279
|
**/
|
|
329
|
-
updateBond: AugmentedSubmittable<(newDeposit: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
330
|
-
u128
|
|
331
|
-
]>;
|
|
280
|
+
updateBond: AugmentedSubmittable<(newDeposit: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u128]>;
|
|
332
281
|
/**
|
|
333
282
|
* Generic tx
|
|
334
283
|
**/
|
|
@@ -342,18 +291,35 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
342
291
|
};
|
|
343
292
|
fileSystem: {
|
|
344
293
|
/**
|
|
345
|
-
* Executed by a BSP to confirm
|
|
294
|
+
* Executed by a BSP to confirm stopping storage of a file and remove it from their forest.
|
|
346
295
|
*
|
|
347
|
-
*
|
|
348
|
-
*
|
|
349
|
-
*
|
|
296
|
+
* This is the second step of the two-phase stop storing process. The BSP must have previously
|
|
297
|
+
* called [`bsp_request_stop_storing`] to open a pending stop storing request.
|
|
298
|
+
*
|
|
299
|
+
* A minimum waiting period ([`MinWaitForStopStoring`]) must pass between the request and this
|
|
300
|
+
* confirmation. This prevents a BSP from immediately dropping a file when challenged for it,
|
|
301
|
+
* ensuring they can't avoid slashing by quickly calling stop storing upon receiving a challenge.
|
|
302
|
+
*
|
|
303
|
+
* ## What this extrinsic does
|
|
304
|
+
*
|
|
305
|
+
* 1. Verifies the pending stop storing request exists and the minimum wait time has passed
|
|
306
|
+
* 2. Verifies the file is still in the BSP's forest via the inclusion proof
|
|
307
|
+
* 3. **Removes the file from the BSP's forest and updates their root**
|
|
308
|
+
* 4. Decreases the BSP's used capacity
|
|
309
|
+
* 5. Stops challenge/randomness cycles if the BSP has no more files
|
|
310
|
+
*
|
|
311
|
+
* Note: The payment stream was already updated in [`bsp_request_stop_storing`].
|
|
312
|
+
*
|
|
313
|
+
* ## Errors
|
|
314
|
+
*
|
|
315
|
+
* - [`PendingStopStoringRequestNotFound`]: No pending request exists for this BSP and file
|
|
316
|
+
* - [`MinWaitForStopStoringNotReached`]: The minimum waiting period hasn't passed yet
|
|
317
|
+
* - [`OperationNotAllowedWithInsolventUser`]: The file owner is insolvent (the BSP should use
|
|
318
|
+
* [`stop_storing_for_insolvent_user`] instead)
|
|
350
319
|
**/
|
|
351
320
|
bspConfirmStopStoring: AugmentedSubmittable<(fileKey: H256 | string | Uint8Array, inclusionForestProof: SpTrieStorageProofCompactProof | {
|
|
352
321
|
encodedNodes?: any;
|
|
353
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
354
|
-
H256,
|
|
355
|
-
SpTrieStorageProofCompactProof
|
|
356
|
-
]>;
|
|
322
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H256, SpTrieStorageProofCompactProof]>;
|
|
357
323
|
/**
|
|
358
324
|
* Used by a BSP to confirm they are storing data of a storage request.
|
|
359
325
|
**/
|
|
@@ -362,32 +328,53 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
362
328
|
} | string | Uint8Array, fileKeysAndProofs: Vec<PalletFileSystemFileKeyWithProof> | (PalletFileSystemFileKeyWithProof | {
|
|
363
329
|
fileKey?: any;
|
|
364
330
|
proof?: any;
|
|
365
|
-
} | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [
|
|
366
|
-
SpTrieStorageProofCompactProof,
|
|
367
|
-
Vec<PalletFileSystemFileKeyWithProof>
|
|
368
|
-
]>;
|
|
331
|
+
} | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [SpTrieStorageProofCompactProof, Vec<PalletFileSystemFileKeyWithProof>]>;
|
|
369
332
|
/**
|
|
370
333
|
* Executed by a BSP to request to stop storing a file.
|
|
371
334
|
*
|
|
372
|
-
*
|
|
373
|
-
*
|
|
374
|
-
*
|
|
375
|
-
*
|
|
376
|
-
* This
|
|
377
|
-
*
|
|
335
|
+
* This is the first step of a two-phase process for a BSP to voluntarily stop storing a file.
|
|
336
|
+
* The BSP must later call [`bsp_confirm_stop_storing`] after a minimum waiting period to
|
|
337
|
+
* complete the process and actually remove the file from their forest.
|
|
338
|
+
*
|
|
339
|
+
* **Important**: This extrinsic does NOT modify the BSP's forest root. The file remains in the
|
|
340
|
+
* BSP's forest until [`bsp_confirm_stop_storing`] is called.
|
|
341
|
+
*
|
|
342
|
+
* The BSP is required to provide the file metadata (bucket_id, location, owner, fingerprint, size)
|
|
343
|
+
* to reconstruct and verify the file key. The BSP can get this metadata from its file storage, but
|
|
344
|
+
* it providing it is not a proof that the BSP actually has the file, since this metadata can be obtained
|
|
345
|
+
* from the original storage request or from the assigned MSP if the storage request no longer exists.
|
|
346
|
+
*
|
|
347
|
+
* ## Behavior based on storage request state
|
|
348
|
+
*
|
|
349
|
+
* 1. **Storage request exists and BSP has confirmed storing it**: The BSP is removed from the
|
|
350
|
+
* storage request's confirmed and volunteered lists and the confirmed/volunteered counts are decremented.
|
|
351
|
+
* The BSP is also removed from the storage request as a data server.
|
|
352
|
+
*
|
|
353
|
+
* 2. **Storage request exists but BSP is not a volunteer**: The `bsps_required` count is
|
|
354
|
+
* incremented to compensate for the BSP leaving.
|
|
355
|
+
*
|
|
356
|
+
* 3. **No storage request exists**: A new storage request is created with `bsps_required = 1`
|
|
357
|
+
* so another BSP can pick up the file and maintain its replication target. If `can_serve` is true,
|
|
358
|
+
* the requesting BSP is added as a data server to help the new volunteer download the file.
|
|
359
|
+
*
|
|
360
|
+
* ## Fees
|
|
361
|
+
*
|
|
362
|
+
* The BSP is charged a penalty fee ([`BspStopStoringFilePenalty`]) which is transferred to the treasury.
|
|
363
|
+
*
|
|
364
|
+
* ## Payment Stream
|
|
365
|
+
*
|
|
366
|
+
* The payment stream with the file owner is **updated immediately** in this extrinsic (not in
|
|
367
|
+
* [`bsp_confirm_stop_storing`]). This removes any financial incentive for the BSP to delay or
|
|
368
|
+
* skip the confirmation, as they stop getting paid as soon as they announce their intent to stop storing.
|
|
369
|
+
*
|
|
370
|
+
* ## Restrictions
|
|
371
|
+
*
|
|
372
|
+
* This extrinsic will fail with [`FileHasIncompleteStorageRequest`] if an `IncompleteStorageRequest`
|
|
373
|
+
* exists for the file key. The BSP must wait until fisherman nodes clean up the incomplete request.
|
|
378
374
|
**/
|
|
379
375
|
bspRequestStopStoring: AugmentedSubmittable<(fileKey: H256 | string | Uint8Array, bucketId: H256 | string | Uint8Array, location: Bytes | string | Uint8Array, owner: AccountId32 | string | Uint8Array, fingerprint: H256 | string | Uint8Array, size: u64 | AnyNumber | Uint8Array, canServe: bool | boolean | Uint8Array, inclusionForestProof: SpTrieStorageProofCompactProof | {
|
|
380
376
|
encodedNodes?: any;
|
|
381
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
382
|
-
H256,
|
|
383
|
-
H256,
|
|
384
|
-
Bytes,
|
|
385
|
-
AccountId32,
|
|
386
|
-
H256,
|
|
387
|
-
u64,
|
|
388
|
-
bool,
|
|
389
|
-
SpTrieStorageProofCompactProof
|
|
390
|
-
]>;
|
|
377
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H256, H256, Bytes, AccountId32, H256, u64, bool, SpTrieStorageProofCompactProof]>;
|
|
391
378
|
/**
|
|
392
379
|
* Used by a BSP to volunteer for storing a file.
|
|
393
380
|
*
|
|
@@ -396,21 +383,12 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
396
383
|
* if the maximum number of BSPs has been reached. A successful assignment as BSP means
|
|
397
384
|
* that some of the collateral tokens of that MSP are frozen.
|
|
398
385
|
**/
|
|
399
|
-
bspVolunteer: AugmentedSubmittable<(fileKey: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
400
|
-
H256
|
|
401
|
-
]>;
|
|
386
|
+
bspVolunteer: AugmentedSubmittable<(fileKey: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H256]>;
|
|
402
387
|
/**
|
|
403
388
|
* Create and associate a collection with a bucket.
|
|
404
389
|
**/
|
|
405
|
-
createAndAssociateCollectionWithBucket: AugmentedSubmittable<(bucketId: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
406
|
-
|
|
407
|
-
]>;
|
|
408
|
-
createBucket: AugmentedSubmittable<(mspId: H256 | string | Uint8Array, name: Bytes | string | Uint8Array, private: bool | boolean | Uint8Array, valuePropId: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
409
|
-
H256,
|
|
410
|
-
Bytes,
|
|
411
|
-
bool,
|
|
412
|
-
H256
|
|
413
|
-
]>;
|
|
390
|
+
createAndAssociateCollectionWithBucket: AugmentedSubmittable<(bucketId: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H256]>;
|
|
391
|
+
createBucket: AugmentedSubmittable<(mspId: H256 | string | Uint8Array, name: Bytes | string | Uint8Array, private: bool | boolean | Uint8Array, valuePropId: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H256, Bytes, bool, H256]>;
|
|
414
392
|
/**
|
|
415
393
|
* Dispatchable extrinsic that allows a User to delete any of their buckets if it is currently empty.
|
|
416
394
|
* This way, the User is allowed to remove now unused buckets to recover their deposit for them.
|
|
@@ -420,9 +398,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
420
398
|
*
|
|
421
399
|
* To check if a bucket is empty, we compare its current root with the one of an empty trie.
|
|
422
400
|
**/
|
|
423
|
-
deleteBucket: AugmentedSubmittable<(bucketId: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
424
|
-
H256
|
|
425
|
-
]>;
|
|
401
|
+
deleteBucket: AugmentedSubmittable<(bucketId: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H256]>;
|
|
426
402
|
/**
|
|
427
403
|
* Deletes files from a provider's forest, changing its root
|
|
428
404
|
*
|
|
@@ -445,11 +421,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
445
421
|
fingerprint?: any;
|
|
446
422
|
} | string | Uint8Array)[], bspId: Option<H256> | null | Uint8Array | H256 | string, forestProof: SpTrieStorageProofCompactProof | {
|
|
447
423
|
encodedNodes?: any;
|
|
448
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
449
|
-
Vec<PalletFileSystemFileDeletionRequest>,
|
|
450
|
-
Option<H256>,
|
|
451
|
-
SpTrieStorageProofCompactProof
|
|
452
|
-
]>;
|
|
424
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Vec<PalletFileSystemFileDeletionRequest>, Option<H256>, SpTrieStorageProofCompactProof]>;
|
|
453
425
|
/**
|
|
454
426
|
* Delete files from an incomplete (rejected, expired or revoked) storage request.
|
|
455
427
|
*
|
|
@@ -462,11 +434,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
462
434
|
**/
|
|
463
435
|
deleteFilesForIncompleteStorageRequest: AugmentedSubmittable<(fileKeys: Vec<H256> | (H256 | string | Uint8Array)[], bspId: Option<H256> | null | Uint8Array | H256 | string, forestProof: SpTrieStorageProofCompactProof | {
|
|
464
436
|
encodedNodes?: any;
|
|
465
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
466
|
-
Vec<H256>,
|
|
467
|
-
Option<H256>,
|
|
468
|
-
SpTrieStorageProofCompactProof
|
|
469
|
-
]>;
|
|
437
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Vec<H256>, Option<H256>, SpTrieStorageProofCompactProof]>;
|
|
470
438
|
/**
|
|
471
439
|
* Issue a new storage request for a file
|
|
472
440
|
**/
|
|
@@ -482,19 +450,8 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
482
450
|
UltraHighSecurity: any;
|
|
483
451
|
} | {
|
|
484
452
|
Custom: any;
|
|
485
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
486
|
-
|
|
487
|
-
Bytes,
|
|
488
|
-
H256,
|
|
489
|
-
u64,
|
|
490
|
-
H256,
|
|
491
|
-
Vec<Bytes>,
|
|
492
|
-
PalletFileSystemReplicationTarget
|
|
493
|
-
]>;
|
|
494
|
-
mspRespondMoveBucketRequest: AugmentedSubmittable<(bucketId: H256 | string | Uint8Array, response: PalletFileSystemBucketMoveRequestResponse | "Accepted" | "Rejected" | number | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
495
|
-
H256,
|
|
496
|
-
PalletFileSystemBucketMoveRequestResponse
|
|
497
|
-
]>;
|
|
453
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H256, Bytes, H256, u64, H256, Vec<Bytes>, PalletFileSystemReplicationTarget]>;
|
|
454
|
+
mspRespondMoveBucketRequest: AugmentedSubmittable<(bucketId: H256 | string | Uint8Array, response: PalletFileSystemBucketMoveRequestResponse | 'Accepted' | 'Rejected' | number | Uint8Array) => SubmittableExtrinsic<ApiType>, [H256, PalletFileSystemBucketMoveRequestResponse]>;
|
|
498
455
|
/**
|
|
499
456
|
* Used by a MSP to accept or decline storage requests in batches, grouped by bucket.
|
|
500
457
|
*
|
|
@@ -510,12 +467,8 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
510
467
|
bucketId?: any;
|
|
511
468
|
accept?: any;
|
|
512
469
|
reject?: any;
|
|
513
|
-
} | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [
|
|
514
|
-
|
|
515
|
-
]>;
|
|
516
|
-
mspStopStoringBucket: AugmentedSubmittable<(bucketId: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
517
|
-
H256
|
|
518
|
-
]>;
|
|
470
|
+
} | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Vec<PalletFileSystemStorageRequestMspBucketResponse>]>;
|
|
471
|
+
mspStopStoringBucket: AugmentedSubmittable<(bucketId: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H256]>;
|
|
519
472
|
/**
|
|
520
473
|
* Executed by a MSP to stop storing a bucket from an insolvent user.
|
|
521
474
|
*
|
|
@@ -532,9 +485,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
532
485
|
* accept storage requests for insolvent users and BSPs can't volunteer nor confirm them either) and afterwards any BSPs that
|
|
533
486
|
* had confirmed the file can just call `sp_stop_storing_for_insolvent_user` to get rid of it.
|
|
534
487
|
**/
|
|
535
|
-
mspStopStoringBucketForInsolventUser: AugmentedSubmittable<(bucketId: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
536
|
-
H256
|
|
537
|
-
]>;
|
|
488
|
+
mspStopStoringBucketForInsolventUser: AugmentedSubmittable<(bucketId: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H256]>;
|
|
538
489
|
/**
|
|
539
490
|
* Request deletion of a file using a signed delete intention.
|
|
540
491
|
*
|
|
@@ -551,25 +502,12 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
551
502
|
Sr25519: any;
|
|
552
503
|
} | {
|
|
553
504
|
Ecdsa: any;
|
|
554
|
-
} | string | Uint8Array, bucketId: H256 | string | Uint8Array, location: Bytes | string | Uint8Array, size: u64 | AnyNumber | Uint8Array, fingerprint: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
555
|
-
|
|
556
|
-
SpRuntimeMultiSignature,
|
|
557
|
-
H256,
|
|
558
|
-
Bytes,
|
|
559
|
-
u64,
|
|
560
|
-
H256
|
|
561
|
-
]>;
|
|
562
|
-
requestMoveBucket: AugmentedSubmittable<(bucketId: H256 | string | Uint8Array, newMspId: H256 | string | Uint8Array, newValuePropId: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
563
|
-
H256,
|
|
564
|
-
H256,
|
|
565
|
-
H256
|
|
566
|
-
]>;
|
|
505
|
+
} | string | Uint8Array, bucketId: H256 | string | Uint8Array, location: Bytes | string | Uint8Array, size: u64 | AnyNumber | Uint8Array, fingerprint: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletFileSystemFileOperationIntention, SpRuntimeMultiSignature, H256, Bytes, u64, H256]>;
|
|
506
|
+
requestMoveBucket: AugmentedSubmittable<(bucketId: H256 | string | Uint8Array, newMspId: H256 | string | Uint8Array, newValuePropId: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H256, H256, H256]>;
|
|
567
507
|
/**
|
|
568
508
|
* Revoke storage request
|
|
569
509
|
**/
|
|
570
|
-
revokeStorageRequest: AugmentedSubmittable<(fileKey: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
571
|
-
H256
|
|
572
|
-
]>;
|
|
510
|
+
revokeStorageRequest: AugmentedSubmittable<(fileKey: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H256]>;
|
|
573
511
|
/**
|
|
574
512
|
* Executed by a SP to stop storing a file from an insolvent user.
|
|
575
513
|
*
|
|
@@ -580,19 +518,8 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
580
518
|
**/
|
|
581
519
|
stopStoringForInsolventUser: AugmentedSubmittable<(fileKey: H256 | string | Uint8Array, bucketId: H256 | string | Uint8Array, location: Bytes | string | Uint8Array, owner: AccountId32 | string | Uint8Array, fingerprint: H256 | string | Uint8Array, size: u64 | AnyNumber | Uint8Array, inclusionForestProof: SpTrieStorageProofCompactProof | {
|
|
582
520
|
encodedNodes?: any;
|
|
583
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
584
|
-
|
|
585
|
-
H256,
|
|
586
|
-
Bytes,
|
|
587
|
-
AccountId32,
|
|
588
|
-
H256,
|
|
589
|
-
u64,
|
|
590
|
-
SpTrieStorageProofCompactProof
|
|
591
|
-
]>;
|
|
592
|
-
updateBucketPrivacy: AugmentedSubmittable<(bucketId: H256 | string | Uint8Array, private: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
593
|
-
H256,
|
|
594
|
-
bool
|
|
595
|
-
]>;
|
|
521
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H256, H256, Bytes, AccountId32, H256, u64, SpTrieStorageProofCompactProof]>;
|
|
522
|
+
updateBucketPrivacy: AugmentedSubmittable<(bucketId: H256 | string | Uint8Array, private: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [H256, bool]>;
|
|
596
523
|
/**
|
|
597
524
|
* Generic tx
|
|
598
525
|
**/
|
|
@@ -623,12 +550,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
623
550
|
} | string | Uint8Array, page: u32 | AnyNumber | Uint8Array, index: u32 | AnyNumber | Uint8Array, weightLimit: SpWeightsWeightV2Weight | {
|
|
624
551
|
refTime?: any;
|
|
625
552
|
proofSize?: any;
|
|
626
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
627
|
-
CumulusPrimitivesCoreAggregateMessageOrigin,
|
|
628
|
-
u32,
|
|
629
|
-
u32,
|
|
630
|
-
SpWeightsWeightV2Weight
|
|
631
|
-
]>;
|
|
553
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [CumulusPrimitivesCoreAggregateMessageOrigin, u32, u32, SpWeightsWeightV2Weight]>;
|
|
632
554
|
/**
|
|
633
555
|
* Remove a page which has no more messages remaining to be processed or is stale.
|
|
634
556
|
**/
|
|
@@ -638,10 +560,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
638
560
|
Parent: any;
|
|
639
561
|
} | {
|
|
640
562
|
Sibling: any;
|
|
641
|
-
} | string | Uint8Array, pageIndex: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
642
|
-
CumulusPrimitivesCoreAggregateMessageOrigin,
|
|
643
|
-
u32
|
|
644
|
-
]>;
|
|
563
|
+
} | string | Uint8Array, pageIndex: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [CumulusPrimitivesCoreAggregateMessageOrigin, u32]>;
|
|
645
564
|
/**
|
|
646
565
|
* Generic tx
|
|
647
566
|
**/
|
|
@@ -669,11 +588,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
669
588
|
Address32: any;
|
|
670
589
|
} | {
|
|
671
590
|
Address20: any;
|
|
672
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
673
|
-
u32,
|
|
674
|
-
u32,
|
|
675
|
-
MultiAddress
|
|
676
|
-
]>;
|
|
591
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32, MultiAddress]>;
|
|
677
592
|
/**
|
|
678
593
|
* Approve an item to be transferred by a delegated third-party account.
|
|
679
594
|
*
|
|
@@ -700,12 +615,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
700
615
|
Address32: any;
|
|
701
616
|
} | {
|
|
702
617
|
Address20: any;
|
|
703
|
-
} | string | Uint8Array, maybeDeadline: Option<u32> | null | Uint8Array | u32 | AnyNumber) => SubmittableExtrinsic<ApiType>, [
|
|
704
|
-
u32,
|
|
705
|
-
u32,
|
|
706
|
-
MultiAddress,
|
|
707
|
-
Option<u32>
|
|
708
|
-
]>;
|
|
618
|
+
} | string | Uint8Array, maybeDeadline: Option<u32> | null | Uint8Array | u32 | AnyNumber) => SubmittableExtrinsic<ApiType>, [u32, u32, MultiAddress, Option<u32>]>;
|
|
709
619
|
/**
|
|
710
620
|
* Destroy a single item.
|
|
711
621
|
*
|
|
@@ -719,10 +629,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
719
629
|
*
|
|
720
630
|
* Weight: `O(1)`
|
|
721
631
|
**/
|
|
722
|
-
burn: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
723
|
-
u32,
|
|
724
|
-
u32
|
|
725
|
-
]>;
|
|
632
|
+
burn: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32]>;
|
|
726
633
|
/**
|
|
727
634
|
* Allows to buy an item if it's up for sale.
|
|
728
635
|
*
|
|
@@ -734,11 +641,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
734
641
|
*
|
|
735
642
|
* Emits `ItemBought` on success.
|
|
736
643
|
**/
|
|
737
|
-
buyItem: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, bidPrice: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
738
|
-
u32,
|
|
739
|
-
u32,
|
|
740
|
-
u128
|
|
741
|
-
]>;
|
|
644
|
+
buyItem: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, bidPrice: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32, u128]>;
|
|
742
645
|
/**
|
|
743
646
|
* Cancel one of the transfer approvals for a specific item.
|
|
744
647
|
*
|
|
@@ -765,11 +668,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
765
668
|
Address32: any;
|
|
766
669
|
} | {
|
|
767
670
|
Address20: any;
|
|
768
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
769
|
-
u32,
|
|
770
|
-
u32,
|
|
771
|
-
MultiAddress
|
|
772
|
-
]>;
|
|
671
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32, MultiAddress]>;
|
|
773
672
|
/**
|
|
774
673
|
* Cancel the previously provided approval to change item's attributes.
|
|
775
674
|
* All the previously set attributes by the `delegate` will be removed.
|
|
@@ -794,12 +693,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
794
693
|
Address20: any;
|
|
795
694
|
} | string | Uint8Array, witness: PalletNftsCancelAttributesApprovalWitness | {
|
|
796
695
|
accountAttributes?: any;
|
|
797
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
798
|
-
u32,
|
|
799
|
-
u32,
|
|
800
|
-
MultiAddress,
|
|
801
|
-
PalletNftsCancelAttributesApprovalWitness
|
|
802
|
-
]>;
|
|
696
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32, MultiAddress, PalletNftsCancelAttributesApprovalWitness]>;
|
|
803
697
|
/**
|
|
804
698
|
* Cancel an atomic swap.
|
|
805
699
|
*
|
|
@@ -811,10 +705,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
811
705
|
*
|
|
812
706
|
* Emits `SwapCancelled` on success.
|
|
813
707
|
**/
|
|
814
|
-
cancelSwap: AugmentedSubmittable<(offeredCollection: u32 | AnyNumber | Uint8Array, offeredItem: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
815
|
-
u32,
|
|
816
|
-
u32
|
|
817
|
-
]>;
|
|
708
|
+
cancelSwap: AugmentedSubmittable<(offeredCollection: u32 | AnyNumber | Uint8Array, offeredItem: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32]>;
|
|
818
709
|
/**
|
|
819
710
|
* Claim an atomic swap.
|
|
820
711
|
* This method executes a pending swap, that was created by a counterpart before.
|
|
@@ -832,13 +723,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
832
723
|
claimSwap: AugmentedSubmittable<(sendCollection: u32 | AnyNumber | Uint8Array, sendItem: u32 | AnyNumber | Uint8Array, receiveCollection: u32 | AnyNumber | Uint8Array, receiveItem: u32 | AnyNumber | Uint8Array, witnessPrice: Option<PalletNftsPriceWithDirection> | null | Uint8Array | PalletNftsPriceWithDirection | {
|
|
833
724
|
amount?: any;
|
|
834
725
|
direction?: any;
|
|
835
|
-
} | string) => SubmittableExtrinsic<ApiType>, [
|
|
836
|
-
u32,
|
|
837
|
-
u32,
|
|
838
|
-
u32,
|
|
839
|
-
u32,
|
|
840
|
-
Option<PalletNftsPriceWithDirection>
|
|
841
|
-
]>;
|
|
726
|
+
} | string) => SubmittableExtrinsic<ApiType>, [u32, u32, u32, u32, Option<PalletNftsPriceWithDirection>]>;
|
|
842
727
|
/**
|
|
843
728
|
* Cancel all the approvals of a specific item.
|
|
844
729
|
*
|
|
@@ -854,10 +739,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
854
739
|
*
|
|
855
740
|
* Weight: `O(1)`
|
|
856
741
|
**/
|
|
857
|
-
clearAllTransferApprovals: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
858
|
-
u32,
|
|
859
|
-
u32
|
|
860
|
-
]>;
|
|
742
|
+
clearAllTransferApprovals: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32]>;
|
|
861
743
|
/**
|
|
862
744
|
* Clear an attribute for a collection or item.
|
|
863
745
|
*
|
|
@@ -883,12 +765,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
883
765
|
ItemOwner: any;
|
|
884
766
|
} | {
|
|
885
767
|
Account: any;
|
|
886
|
-
} | string | Uint8Array, key: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
887
|
-
u32,
|
|
888
|
-
Option<u32>,
|
|
889
|
-
PalletNftsAttributeNamespace,
|
|
890
|
-
Bytes
|
|
891
|
-
]>;
|
|
768
|
+
} | string | Uint8Array, key: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, Option<u32>, PalletNftsAttributeNamespace, Bytes]>;
|
|
892
769
|
/**
|
|
893
770
|
* Clear the metadata for a collection.
|
|
894
771
|
*
|
|
@@ -903,9 +780,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
903
780
|
*
|
|
904
781
|
* Weight: `O(1)`
|
|
905
782
|
**/
|
|
906
|
-
clearCollectionMetadata: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
907
|
-
u32
|
|
908
|
-
]>;
|
|
783
|
+
clearCollectionMetadata: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
|
|
909
784
|
/**
|
|
910
785
|
* Clear the metadata for an item.
|
|
911
786
|
*
|
|
@@ -921,10 +796,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
921
796
|
*
|
|
922
797
|
* Weight: `O(1)`
|
|
923
798
|
**/
|
|
924
|
-
clearMetadata: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
925
|
-
u32,
|
|
926
|
-
u32
|
|
927
|
-
]>;
|
|
799
|
+
clearMetadata: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32]>;
|
|
928
800
|
/**
|
|
929
801
|
* Issue a new collection of non-fungible items from a public origin.
|
|
930
802
|
*
|
|
@@ -956,10 +828,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
956
828
|
settings?: any;
|
|
957
829
|
maxSupply?: any;
|
|
958
830
|
mintSettings?: any;
|
|
959
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
960
|
-
MultiAddress,
|
|
961
|
-
PalletNftsCollectionConfig
|
|
962
|
-
]>;
|
|
831
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, PalletNftsCollectionConfig]>;
|
|
963
832
|
/**
|
|
964
833
|
* Register a new atomic swap, declaring an intention to send an `item` in exchange for
|
|
965
834
|
* `desired_item` from origin to target on the current blockchain.
|
|
@@ -981,14 +850,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
981
850
|
createSwap: AugmentedSubmittable<(offeredCollection: u32 | AnyNumber | Uint8Array, offeredItem: u32 | AnyNumber | Uint8Array, desiredCollection: u32 | AnyNumber | Uint8Array, maybeDesiredItem: Option<u32> | null | Uint8Array | u32 | AnyNumber, maybePrice: Option<PalletNftsPriceWithDirection> | null | Uint8Array | PalletNftsPriceWithDirection | {
|
|
982
851
|
amount?: any;
|
|
983
852
|
direction?: any;
|
|
984
|
-
} | string, duration: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
985
|
-
u32,
|
|
986
|
-
u32,
|
|
987
|
-
u32,
|
|
988
|
-
Option<u32>,
|
|
989
|
-
Option<PalletNftsPriceWithDirection>,
|
|
990
|
-
u32
|
|
991
|
-
]>;
|
|
853
|
+
} | string, duration: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32, u32, Option<u32>, Option<PalletNftsPriceWithDirection>, u32]>;
|
|
992
854
|
/**
|
|
993
855
|
* Destroy a collection of fungible items.
|
|
994
856
|
*
|
|
@@ -1012,10 +874,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
1012
874
|
itemMetadatas?: any;
|
|
1013
875
|
itemConfigs?: any;
|
|
1014
876
|
attributes?: any;
|
|
1015
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1016
|
-
u32,
|
|
1017
|
-
PalletNftsDestroyWitness
|
|
1018
|
-
]>;
|
|
877
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, PalletNftsDestroyWitness]>;
|
|
1019
878
|
/**
|
|
1020
879
|
* Change the config of a collection.
|
|
1021
880
|
*
|
|
@@ -1032,10 +891,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
1032
891
|
settings?: any;
|
|
1033
892
|
maxSupply?: any;
|
|
1034
893
|
mintSettings?: any;
|
|
1035
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1036
|
-
u32,
|
|
1037
|
-
PalletNftsCollectionConfig
|
|
1038
|
-
]>;
|
|
894
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, PalletNftsCollectionConfig]>;
|
|
1039
895
|
/**
|
|
1040
896
|
* Change the Owner of a collection.
|
|
1041
897
|
*
|
|
@@ -1058,10 +914,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
1058
914
|
Address32: any;
|
|
1059
915
|
} | {
|
|
1060
916
|
Address20: any;
|
|
1061
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1062
|
-
u32,
|
|
1063
|
-
MultiAddress
|
|
1064
|
-
]>;
|
|
917
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, MultiAddress]>;
|
|
1065
918
|
/**
|
|
1066
919
|
* Issue a new collection of non-fungible items from a privileged origin.
|
|
1067
920
|
*
|
|
@@ -1093,10 +946,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
1093
946
|
settings?: any;
|
|
1094
947
|
maxSupply?: any;
|
|
1095
948
|
mintSettings?: any;
|
|
1096
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1097
|
-
MultiAddress,
|
|
1098
|
-
PalletNftsCollectionConfig
|
|
1099
|
-
]>;
|
|
949
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, PalletNftsCollectionConfig]>;
|
|
1100
950
|
/**
|
|
1101
951
|
* Mint an item of a particular collection from a privileged origin.
|
|
1102
952
|
*
|
|
@@ -1124,12 +974,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
1124
974
|
Address20: any;
|
|
1125
975
|
} | string | Uint8Array, itemConfig: PalletNftsItemConfig | {
|
|
1126
976
|
settings?: any;
|
|
1127
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1128
|
-
u32,
|
|
1129
|
-
u32,
|
|
1130
|
-
MultiAddress,
|
|
1131
|
-
PalletNftsItemConfig
|
|
1132
|
-
]>;
|
|
977
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32, MultiAddress, PalletNftsItemConfig]>;
|
|
1133
978
|
/**
|
|
1134
979
|
* Force-set an attribute for a collection or item.
|
|
1135
980
|
*
|
|
@@ -1157,14 +1002,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
1157
1002
|
ItemOwner: any;
|
|
1158
1003
|
} | {
|
|
1159
1004
|
Account: any;
|
|
1160
|
-
} | string | Uint8Array, key: Bytes | string | Uint8Array, value: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1161
|
-
Option<AccountId32>,
|
|
1162
|
-
u32,
|
|
1163
|
-
Option<u32>,
|
|
1164
|
-
PalletNftsAttributeNamespace,
|
|
1165
|
-
Bytes,
|
|
1166
|
-
Bytes
|
|
1167
|
-
]>;
|
|
1005
|
+
} | string | Uint8Array, key: Bytes | string | Uint8Array, value: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Option<AccountId32>, u32, Option<u32>, PalletNftsAttributeNamespace, Bytes, Bytes]>;
|
|
1168
1006
|
/**
|
|
1169
1007
|
* Disallows specified settings for the whole collection.
|
|
1170
1008
|
*
|
|
@@ -1179,10 +1017,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
1179
1017
|
*
|
|
1180
1018
|
* Weight: `O(1)`
|
|
1181
1019
|
**/
|
|
1182
|
-
lockCollection: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, lockSettings: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1183
|
-
u32,
|
|
1184
|
-
u64
|
|
1185
|
-
]>;
|
|
1020
|
+
lockCollection: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, lockSettings: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u64]>;
|
|
1186
1021
|
/**
|
|
1187
1022
|
* Disallows changing the metadata or attributes of the item.
|
|
1188
1023
|
*
|
|
@@ -1202,12 +1037,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
1202
1037
|
*
|
|
1203
1038
|
* Weight: `O(1)`
|
|
1204
1039
|
**/
|
|
1205
|
-
lockItemProperties: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, lockMetadata: bool | boolean | Uint8Array, lockAttributes: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1206
|
-
u32,
|
|
1207
|
-
u32,
|
|
1208
|
-
bool,
|
|
1209
|
-
bool
|
|
1210
|
-
]>;
|
|
1040
|
+
lockItemProperties: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, lockMetadata: bool | boolean | Uint8Array, lockAttributes: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32, bool, bool]>;
|
|
1211
1041
|
/**
|
|
1212
1042
|
* Disallow further unprivileged transfer of an item.
|
|
1213
1043
|
*
|
|
@@ -1220,10 +1050,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
1220
1050
|
*
|
|
1221
1051
|
* Weight: `O(1)`
|
|
1222
1052
|
**/
|
|
1223
|
-
lockItemTransfer: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1224
|
-
u32,
|
|
1225
|
-
u32
|
|
1226
|
-
]>;
|
|
1053
|
+
lockItemTransfer: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32]>;
|
|
1227
1054
|
/**
|
|
1228
1055
|
* Mint an item of a particular collection.
|
|
1229
1056
|
*
|
|
@@ -1255,12 +1082,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
1255
1082
|
} | string | Uint8Array, witnessData: Option<PalletNftsMintWitness> | null | Uint8Array | PalletNftsMintWitness | {
|
|
1256
1083
|
ownedItem?: any;
|
|
1257
1084
|
mintPrice?: any;
|
|
1258
|
-
} | string) => SubmittableExtrinsic<ApiType>, [
|
|
1259
|
-
u32,
|
|
1260
|
-
u32,
|
|
1261
|
-
MultiAddress,
|
|
1262
|
-
Option<PalletNftsMintWitness>
|
|
1263
|
-
]>;
|
|
1085
|
+
} | string) => SubmittableExtrinsic<ApiType>, [u32, u32, MultiAddress, Option<PalletNftsMintWitness>]>;
|
|
1264
1086
|
/**
|
|
1265
1087
|
* Mint an item by providing the pre-signed approval.
|
|
1266
1088
|
*
|
|
@@ -1290,11 +1112,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
1290
1112
|
Sr25519: any;
|
|
1291
1113
|
} | {
|
|
1292
1114
|
Ecdsa: any;
|
|
1293
|
-
} | string | Uint8Array, signer: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1294
|
-
PalletNftsPreSignedMint,
|
|
1295
|
-
SpRuntimeMultiSignature,
|
|
1296
|
-
AccountId32
|
|
1297
|
-
]>;
|
|
1115
|
+
} | string | Uint8Array, signer: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletNftsPreSignedMint, SpRuntimeMultiSignature, AccountId32]>;
|
|
1298
1116
|
/**
|
|
1299
1117
|
* Allows to pay the tips.
|
|
1300
1118
|
*
|
|
@@ -1309,9 +1127,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
1309
1127
|
item?: any;
|
|
1310
1128
|
receiver?: any;
|
|
1311
1129
|
amount?: any;
|
|
1312
|
-
} | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [
|
|
1313
|
-
Vec<PalletNftsItemTip>
|
|
1314
|
-
]>;
|
|
1130
|
+
} | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Vec<PalletNftsItemTip>]>;
|
|
1315
1131
|
/**
|
|
1316
1132
|
* Re-evaluate the deposits on some items.
|
|
1317
1133
|
*
|
|
@@ -1331,10 +1147,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
1331
1147
|
*
|
|
1332
1148
|
* Weight: `O(items.len())`
|
|
1333
1149
|
**/
|
|
1334
|
-
redeposit: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, items: Vec<u32> | (u32 | AnyNumber | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [
|
|
1335
|
-
u32,
|
|
1336
|
-
Vec<u32>
|
|
1337
|
-
]>;
|
|
1150
|
+
redeposit: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, items: Vec<u32> | (u32 | AnyNumber | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [u32, Vec<u32>]>;
|
|
1338
1151
|
/**
|
|
1339
1152
|
* Set (or reset) the acceptance of ownership for a particular account.
|
|
1340
1153
|
*
|
|
@@ -1347,9 +1160,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
1347
1160
|
*
|
|
1348
1161
|
* Emits `OwnershipAcceptanceChanged`.
|
|
1349
1162
|
**/
|
|
1350
|
-
setAcceptOwnership: AugmentedSubmittable<(maybeCollection: Option<u32> | null | Uint8Array | u32 | AnyNumber) => SubmittableExtrinsic<ApiType>, [
|
|
1351
|
-
Option<u32>
|
|
1352
|
-
]>;
|
|
1163
|
+
setAcceptOwnership: AugmentedSubmittable<(maybeCollection: Option<u32> | null | Uint8Array | u32 | AnyNumber) => SubmittableExtrinsic<ApiType>, [Option<u32>]>;
|
|
1353
1164
|
/**
|
|
1354
1165
|
* Set an attribute for a collection or item.
|
|
1355
1166
|
*
|
|
@@ -1382,13 +1193,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
1382
1193
|
ItemOwner: any;
|
|
1383
1194
|
} | {
|
|
1384
1195
|
Account: any;
|
|
1385
|
-
} | string | Uint8Array, key: Bytes | string | Uint8Array, value: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1386
|
-
u32,
|
|
1387
|
-
Option<u32>,
|
|
1388
|
-
PalletNftsAttributeNamespace,
|
|
1389
|
-
Bytes,
|
|
1390
|
-
Bytes
|
|
1391
|
-
]>;
|
|
1196
|
+
} | string | Uint8Array, key: Bytes | string | Uint8Array, value: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, Option<u32>, PalletNftsAttributeNamespace, Bytes, Bytes]>;
|
|
1392
1197
|
/**
|
|
1393
1198
|
* Set attributes for an item by providing the pre-signed approval.
|
|
1394
1199
|
*
|
|
@@ -1416,11 +1221,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
1416
1221
|
Sr25519: any;
|
|
1417
1222
|
} | {
|
|
1418
1223
|
Ecdsa: any;
|
|
1419
|
-
} | string | Uint8Array, signer: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1420
|
-
PalletNftsPreSignedAttributes,
|
|
1421
|
-
SpRuntimeMultiSignature,
|
|
1422
|
-
AccountId32
|
|
1423
|
-
]>;
|
|
1224
|
+
} | string | Uint8Array, signer: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletNftsPreSignedAttributes, SpRuntimeMultiSignature, AccountId32]>;
|
|
1424
1225
|
/**
|
|
1425
1226
|
* Set the maximum number of items a collection could have.
|
|
1426
1227
|
*
|
|
@@ -1432,10 +1233,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
1432
1233
|
*
|
|
1433
1234
|
* Emits `CollectionMaxSupplySet` event when successful.
|
|
1434
1235
|
**/
|
|
1435
|
-
setCollectionMaxSupply: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, maxSupply: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1436
|
-
u32,
|
|
1437
|
-
u32
|
|
1438
|
-
]>;
|
|
1236
|
+
setCollectionMaxSupply: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, maxSupply: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32]>;
|
|
1439
1237
|
/**
|
|
1440
1238
|
* Set the metadata for a collection.
|
|
1441
1239
|
*
|
|
@@ -1453,10 +1251,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
1453
1251
|
*
|
|
1454
1252
|
* Weight: `O(1)`
|
|
1455
1253
|
**/
|
|
1456
|
-
setCollectionMetadata: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, data: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1457
|
-
u32,
|
|
1458
|
-
Bytes
|
|
1459
|
-
]>;
|
|
1254
|
+
setCollectionMetadata: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, data: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, Bytes]>;
|
|
1460
1255
|
/**
|
|
1461
1256
|
* Set the metadata for an item.
|
|
1462
1257
|
*
|
|
@@ -1475,11 +1270,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
1475
1270
|
*
|
|
1476
1271
|
* Weight: `O(1)`
|
|
1477
1272
|
**/
|
|
1478
|
-
setMetadata: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, data: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1479
|
-
u32,
|
|
1480
|
-
u32,
|
|
1481
|
-
Bytes
|
|
1482
|
-
]>;
|
|
1273
|
+
setMetadata: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array, data: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32, Bytes]>;
|
|
1483
1274
|
/**
|
|
1484
1275
|
* Set (or reset) the price for an item.
|
|
1485
1276
|
*
|
|
@@ -1503,12 +1294,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
1503
1294
|
Address32: any;
|
|
1504
1295
|
} | {
|
|
1505
1296
|
Address20: any;
|
|
1506
|
-
} | string) => SubmittableExtrinsic<ApiType>, [
|
|
1507
|
-
u32,
|
|
1508
|
-
u32,
|
|
1509
|
-
Option<u128>,
|
|
1510
|
-
Option<MultiAddress>
|
|
1511
|
-
]>;
|
|
1297
|
+
} | string) => SubmittableExtrinsic<ApiType>, [u32, u32, Option<u128>, Option<MultiAddress>]>;
|
|
1512
1298
|
/**
|
|
1513
1299
|
* Change the Issuer, Admin and Freezer of a collection.
|
|
1514
1300
|
*
|
|
@@ -1557,12 +1343,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
1557
1343
|
Address32: any;
|
|
1558
1344
|
} | {
|
|
1559
1345
|
Address20: any;
|
|
1560
|
-
} | string) => SubmittableExtrinsic<ApiType>, [
|
|
1561
|
-
u32,
|
|
1562
|
-
Option<MultiAddress>,
|
|
1563
|
-
Option<MultiAddress>,
|
|
1564
|
-
Option<MultiAddress>
|
|
1565
|
-
]>;
|
|
1346
|
+
} | string) => SubmittableExtrinsic<ApiType>, [u32, Option<MultiAddress>, Option<MultiAddress>, Option<MultiAddress>]>;
|
|
1566
1347
|
/**
|
|
1567
1348
|
* Move an item from the sender account to another.
|
|
1568
1349
|
*
|
|
@@ -1589,11 +1370,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
1589
1370
|
Address32: any;
|
|
1590
1371
|
} | {
|
|
1591
1372
|
Address20: any;
|
|
1592
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1593
|
-
u32,
|
|
1594
|
-
u32,
|
|
1595
|
-
MultiAddress
|
|
1596
|
-
]>;
|
|
1373
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32, MultiAddress]>;
|
|
1597
1374
|
/**
|
|
1598
1375
|
* Change the Owner of a collection.
|
|
1599
1376
|
*
|
|
@@ -1617,10 +1394,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
1617
1394
|
Address32: any;
|
|
1618
1395
|
} | {
|
|
1619
1396
|
Address20: any;
|
|
1620
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1621
|
-
u32,
|
|
1622
|
-
MultiAddress
|
|
1623
|
-
]>;
|
|
1397
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, MultiAddress]>;
|
|
1624
1398
|
/**
|
|
1625
1399
|
* Re-allow unprivileged transfer of an item.
|
|
1626
1400
|
*
|
|
@@ -1633,10 +1407,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
1633
1407
|
*
|
|
1634
1408
|
* Weight: `O(1)`
|
|
1635
1409
|
**/
|
|
1636
|
-
unlockItemTransfer: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1637
|
-
u32,
|
|
1638
|
-
u32
|
|
1639
|
-
]>;
|
|
1410
|
+
unlockItemTransfer: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, item: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32]>;
|
|
1640
1411
|
/**
|
|
1641
1412
|
* Update mint settings.
|
|
1642
1413
|
*
|
|
@@ -1654,10 +1425,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
1654
1425
|
startBlock?: any;
|
|
1655
1426
|
endBlock?: any;
|
|
1656
1427
|
defaultItemSettings?: any;
|
|
1657
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1658
|
-
u32,
|
|
1659
|
-
PalletNftsMintSettings
|
|
1660
|
-
]>;
|
|
1428
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, PalletNftsMintSettings]>;
|
|
1661
1429
|
/**
|
|
1662
1430
|
* Generic tx
|
|
1663
1431
|
**/
|
|
@@ -1686,12 +1454,8 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
1686
1454
|
relayChainState?: any;
|
|
1687
1455
|
downwardMessages?: any;
|
|
1688
1456
|
horizontalMessages?: any;
|
|
1689
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1690
|
-
|
|
1691
|
-
]>;
|
|
1692
|
-
sudoSendUpwardMessage: AugmentedSubmittable<(message: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1693
|
-
Bytes
|
|
1694
|
-
]>;
|
|
1457
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [CumulusPrimitivesParachainInherentParachainInherentData]>;
|
|
1458
|
+
sudoSendUpwardMessage: AugmentedSubmittable<(message: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Bytes]>;
|
|
1695
1459
|
/**
|
|
1696
1460
|
* Generic tx
|
|
1697
1461
|
**/
|
|
@@ -1706,9 +1470,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
1706
1470
|
**/
|
|
1707
1471
|
setParameter: AugmentedSubmittable<(keyValue: ShParachainRuntimeConfigsRuntimeParamsRuntimeParameters | {
|
|
1708
1472
|
RuntimeConfig: any;
|
|
1709
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1710
|
-
ShParachainRuntimeConfigsRuntimeParamsRuntimeParameters
|
|
1711
|
-
]>;
|
|
1473
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [ShParachainRuntimeConfigsRuntimeParamsRuntimeParameters]>;
|
|
1712
1474
|
/**
|
|
1713
1475
|
* Generic tx
|
|
1714
1476
|
**/
|
|
@@ -1747,9 +1509,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
1747
1509
|
* Notes: a Provider could have both a fixed-rate and a dynamic-rate payment stream with a User. If that's the case, this extrinsic
|
|
1748
1510
|
* will try to charge both and the amount charged will be the sum of the amounts charged for each payment stream.
|
|
1749
1511
|
**/
|
|
1750
|
-
chargeMultipleUsersPaymentStreams: AugmentedSubmittable<(userAccounts: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [
|
|
1751
|
-
Vec<AccountId32>
|
|
1752
|
-
]>;
|
|
1512
|
+
chargeMultipleUsersPaymentStreams: AugmentedSubmittable<(userAccounts: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Vec<AccountId32>]>;
|
|
1753
1513
|
/**
|
|
1754
1514
|
* Dispatchable extrinsic that allows Providers to charge a payment stream from a User.
|
|
1755
1515
|
*
|
|
@@ -1780,9 +1540,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
1780
1540
|
* Notes: a Provider could have both a fixed-rate and a dynamic-rate payment stream with a User. If that's the case, this extrinsic
|
|
1781
1541
|
* will try to charge both and the amount charged will be the sum of the amounts charged for each payment stream.
|
|
1782
1542
|
**/
|
|
1783
|
-
chargePaymentStreams: AugmentedSubmittable<(userAccount: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1784
|
-
AccountId32
|
|
1785
|
-
]>;
|
|
1543
|
+
chargePaymentStreams: AugmentedSubmittable<(userAccount: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [AccountId32]>;
|
|
1786
1544
|
/**
|
|
1787
1545
|
* Dispatchable extrinsic that allows a user flagged as without funds long ago enough to clear this flag from its account,
|
|
1788
1546
|
* allowing it to begin contracting and paying for services again. It should have previously paid all its outstanding debt.
|
|
@@ -1820,11 +1578,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
1820
1578
|
*
|
|
1821
1579
|
* Emits `DynamicRatePaymentStreamCreated` event when successful.
|
|
1822
1580
|
**/
|
|
1823
|
-
createDynamicRatePaymentStream: AugmentedSubmittable<(providerId: H256 | string | Uint8Array, userAccount: AccountId32 | string | Uint8Array, amountProvided: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1824
|
-
H256,
|
|
1825
|
-
AccountId32,
|
|
1826
|
-
u64
|
|
1827
|
-
]>;
|
|
1581
|
+
createDynamicRatePaymentStream: AugmentedSubmittable<(providerId: H256 | string | Uint8Array, userAccount: AccountId32 | string | Uint8Array, amountProvided: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [H256, AccountId32, u64]>;
|
|
1828
1582
|
/**
|
|
1829
1583
|
* Dispatchable extrinsic that allows root to add a fixed-rate payment stream from a User to a Provider.
|
|
1830
1584
|
*
|
|
@@ -1845,11 +1599,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
1845
1599
|
*
|
|
1846
1600
|
* Emits `FixedRatePaymentStreamCreated` event when successful.
|
|
1847
1601
|
**/
|
|
1848
|
-
createFixedRatePaymentStream: AugmentedSubmittable<(providerId: H256 | string | Uint8Array, userAccount: AccountId32 | string | Uint8Array, rate: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1849
|
-
H256,
|
|
1850
|
-
AccountId32,
|
|
1851
|
-
u128
|
|
1852
|
-
]>;
|
|
1602
|
+
createFixedRatePaymentStream: AugmentedSubmittable<(providerId: H256 | string | Uint8Array, userAccount: AccountId32 | string | Uint8Array, rate: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [H256, AccountId32, u128]>;
|
|
1853
1603
|
/**
|
|
1854
1604
|
* Dispatchable extrinsic that allows root to delete an existing dynamic-rate payment stream between a User and a Provider.
|
|
1855
1605
|
*
|
|
@@ -1867,10 +1617,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
1867
1617
|
*
|
|
1868
1618
|
* Emits `DynamicRatePaymentStreamDeleted` event when successful.
|
|
1869
1619
|
**/
|
|
1870
|
-
deleteDynamicRatePaymentStream: AugmentedSubmittable<(providerId: H256 | string | Uint8Array, userAccount: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1871
|
-
H256,
|
|
1872
|
-
AccountId32
|
|
1873
|
-
]>;
|
|
1620
|
+
deleteDynamicRatePaymentStream: AugmentedSubmittable<(providerId: H256 | string | Uint8Array, userAccount: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H256, AccountId32]>;
|
|
1874
1621
|
/**
|
|
1875
1622
|
* Dispatchable extrinsic that allows root to delete an existing fixed-rate payment stream between a User and a Provider.
|
|
1876
1623
|
*
|
|
@@ -1888,10 +1635,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
1888
1635
|
*
|
|
1889
1636
|
* Emits `FixedRatePaymentStreamDeleted` event when successful.
|
|
1890
1637
|
**/
|
|
1891
|
-
deleteFixedRatePaymentStream: AugmentedSubmittable<(providerId: H256 | string | Uint8Array, userAccount: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1892
|
-
H256,
|
|
1893
|
-
AccountId32
|
|
1894
|
-
]>;
|
|
1638
|
+
deleteFixedRatePaymentStream: AugmentedSubmittable<(providerId: H256 | string | Uint8Array, userAccount: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H256, AccountId32]>;
|
|
1895
1639
|
/**
|
|
1896
1640
|
* Dispatchable extrinsic that allows a user flagged as without funds to pay the Providers that still have payment streams
|
|
1897
1641
|
* with it, in order to recover as much of its deposits as possible.
|
|
@@ -1915,9 +1659,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
1915
1659
|
* There was an idea to limit the amount of Providers that can be received by this extrinsic using a constant in the configuration of this pallet,
|
|
1916
1660
|
* but the correct benchmarking of this extrinsic should be enough to avoid any potential abuse.
|
|
1917
1661
|
**/
|
|
1918
|
-
payOutstandingDebt: AugmentedSubmittable<(providers: Vec<H256> | (H256 | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [
|
|
1919
|
-
Vec<H256>
|
|
1920
|
-
]>;
|
|
1662
|
+
payOutstandingDebt: AugmentedSubmittable<(providers: Vec<H256> | (H256 | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Vec<H256>]>;
|
|
1921
1663
|
/**
|
|
1922
1664
|
* Dispatchable extrinsic that allows root to update an existing dynamic-rate payment stream between a User and a Provider.
|
|
1923
1665
|
*
|
|
@@ -1936,11 +1678,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
1936
1678
|
*
|
|
1937
1679
|
* Emits `DynamicRatePaymentStreamUpdated` event when successful.
|
|
1938
1680
|
**/
|
|
1939
|
-
updateDynamicRatePaymentStream: AugmentedSubmittable<(providerId: H256 | string | Uint8Array, userAccount: AccountId32 | string | Uint8Array, newAmountProvided: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1940
|
-
H256,
|
|
1941
|
-
AccountId32,
|
|
1942
|
-
u64
|
|
1943
|
-
]>;
|
|
1681
|
+
updateDynamicRatePaymentStream: AugmentedSubmittable<(providerId: H256 | string | Uint8Array, userAccount: AccountId32 | string | Uint8Array, newAmountProvided: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [H256, AccountId32, u64]>;
|
|
1944
1682
|
/**
|
|
1945
1683
|
* Dispatchable extrinsic that allows root to update an existing fixed-rate payment stream between a User and a Provider.
|
|
1946
1684
|
*
|
|
@@ -1959,11 +1697,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
1959
1697
|
*
|
|
1960
1698
|
* Emits `FixedRatePaymentStreamUpdated` event when successful.
|
|
1961
1699
|
**/
|
|
1962
|
-
updateFixedRatePaymentStream: AugmentedSubmittable<(providerId: H256 | string | Uint8Array, userAccount: AccountId32 | string | Uint8Array, newRate: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1963
|
-
H256,
|
|
1964
|
-
AccountId32,
|
|
1965
|
-
u128
|
|
1966
|
-
]>;
|
|
1700
|
+
updateFixedRatePaymentStream: AugmentedSubmittable<(providerId: H256 | string | Uint8Array, userAccount: AccountId32 | string | Uint8Array, newRate: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [H256, AccountId32, u128]>;
|
|
1967
1701
|
/**
|
|
1968
1702
|
* Generic tx
|
|
1969
1703
|
**/
|
|
@@ -1990,10 +1724,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
1990
1724
|
V4: any;
|
|
1991
1725
|
} | {
|
|
1992
1726
|
V5: any;
|
|
1993
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1994
|
-
XcmVersionedAssets,
|
|
1995
|
-
XcmVersionedLocation
|
|
1996
|
-
]>;
|
|
1727
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [XcmVersionedAssets, XcmVersionedLocation]>;
|
|
1997
1728
|
/**
|
|
1998
1729
|
* Execute an XCM message from a local, signed, origin.
|
|
1999
1730
|
*
|
|
@@ -2013,10 +1744,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
2013
1744
|
} | string | Uint8Array, maxWeight: SpWeightsWeightV2Weight | {
|
|
2014
1745
|
refTime?: any;
|
|
2015
1746
|
proofSize?: any;
|
|
2016
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2017
|
-
XcmVersionedXcm,
|
|
2018
|
-
SpWeightsWeightV2Weight
|
|
2019
|
-
]>;
|
|
1747
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [XcmVersionedXcm, SpWeightsWeightV2Weight]>;
|
|
2020
1748
|
/**
|
|
2021
1749
|
* Set a safe XCM version (the version that XCM should be encoded with if the most recent
|
|
2022
1750
|
* version a destination can accept is unknown).
|
|
@@ -2024,9 +1752,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
2024
1752
|
* - `origin`: Must be an origin specified by AdminOrigin.
|
|
2025
1753
|
* - `maybe_xcm_version`: The default XCM encoding version, or `None` to disable.
|
|
2026
1754
|
**/
|
|
2027
|
-
forceDefaultXcmVersion: AugmentedSubmittable<(maybeXcmVersion: Option<u32> | null | Uint8Array | u32 | AnyNumber) => SubmittableExtrinsic<ApiType>, [
|
|
2028
|
-
Option<u32>
|
|
2029
|
-
]>;
|
|
1755
|
+
forceDefaultXcmVersion: AugmentedSubmittable<(maybeXcmVersion: Option<u32> | null | Uint8Array | u32 | AnyNumber) => SubmittableExtrinsic<ApiType>, [Option<u32>]>;
|
|
2030
1756
|
/**
|
|
2031
1757
|
* Ask a location to notify us regarding their XCM version and any changes to it.
|
|
2032
1758
|
*
|
|
@@ -2039,18 +1765,14 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
2039
1765
|
V4: any;
|
|
2040
1766
|
} | {
|
|
2041
1767
|
V5: any;
|
|
2042
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2043
|
-
XcmVersionedLocation
|
|
2044
|
-
]>;
|
|
1768
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [XcmVersionedLocation]>;
|
|
2045
1769
|
/**
|
|
2046
1770
|
* Set or unset the global suspension state of the XCM executor.
|
|
2047
1771
|
*
|
|
2048
1772
|
* - `origin`: Must be an origin specified by AdminOrigin.
|
|
2049
1773
|
* - `suspended`: `true` to suspend, `false` to resume.
|
|
2050
1774
|
**/
|
|
2051
|
-
forceSuspension: AugmentedSubmittable<(suspended: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2052
|
-
bool
|
|
2053
|
-
]>;
|
|
1775
|
+
forceSuspension: AugmentedSubmittable<(suspended: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [bool]>;
|
|
2054
1776
|
/**
|
|
2055
1777
|
* Require that a particular destination should no longer notify us regarding any XCM
|
|
2056
1778
|
* version changes.
|
|
@@ -2065,9 +1787,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
2065
1787
|
V4: any;
|
|
2066
1788
|
} | {
|
|
2067
1789
|
V5: any;
|
|
2068
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2069
|
-
XcmVersionedLocation
|
|
2070
|
-
]>;
|
|
1790
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [XcmVersionedLocation]>;
|
|
2071
1791
|
/**
|
|
2072
1792
|
* Extoll that a particular destination can be communicated with through a particular
|
|
2073
1793
|
* version of XCM.
|
|
@@ -2079,10 +1799,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
2079
1799
|
forceXcmVersion: AugmentedSubmittable<(location: StagingXcmV5Location | {
|
|
2080
1800
|
parents?: any;
|
|
2081
1801
|
interior?: any;
|
|
2082
|
-
} | string | Uint8Array, version: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2083
|
-
StagingXcmV5Location,
|
|
2084
|
-
u32
|
|
2085
|
-
]>;
|
|
1802
|
+
} | string | Uint8Array, version: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [StagingXcmV5Location, u32]>;
|
|
2086
1803
|
/**
|
|
2087
1804
|
* Transfer some assets from the local chain to the destination chain through their local,
|
|
2088
1805
|
* destination or remote reserve.
|
|
@@ -2137,13 +1854,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
2137
1854
|
Unlimited: any;
|
|
2138
1855
|
} | {
|
|
2139
1856
|
Limited: any;
|
|
2140
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2141
|
-
XcmVersionedLocation,
|
|
2142
|
-
XcmVersionedLocation,
|
|
2143
|
-
XcmVersionedAssets,
|
|
2144
|
-
u32,
|
|
2145
|
-
XcmV3WeightLimit
|
|
2146
|
-
]>;
|
|
1857
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [XcmVersionedLocation, XcmVersionedLocation, XcmVersionedAssets, u32, XcmV3WeightLimit]>;
|
|
2147
1858
|
/**
|
|
2148
1859
|
* Teleport some assets from the local chain to some destination chain.
|
|
2149
1860
|
*
|
|
@@ -2186,13 +1897,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
2186
1897
|
Unlimited: any;
|
|
2187
1898
|
} | {
|
|
2188
1899
|
Limited: any;
|
|
2189
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2190
|
-
XcmVersionedLocation,
|
|
2191
|
-
XcmVersionedLocation,
|
|
2192
|
-
XcmVersionedAssets,
|
|
2193
|
-
u32,
|
|
2194
|
-
XcmV3WeightLimit
|
|
2195
|
-
]>;
|
|
1900
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [XcmVersionedLocation, XcmVersionedLocation, XcmVersionedAssets, u32, XcmV3WeightLimit]>;
|
|
2196
1901
|
/**
|
|
2197
1902
|
* Transfer some assets from the local chain to the destination chain through their local,
|
|
2198
1903
|
* destination or remote reserve.
|
|
@@ -2243,12 +1948,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
2243
1948
|
V4: any;
|
|
2244
1949
|
} | {
|
|
2245
1950
|
V5: any;
|
|
2246
|
-
} | string | Uint8Array, feeAssetItem: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2247
|
-
XcmVersionedLocation,
|
|
2248
|
-
XcmVersionedLocation,
|
|
2249
|
-
XcmVersionedAssets,
|
|
2250
|
-
u32
|
|
2251
|
-
]>;
|
|
1951
|
+
} | string | Uint8Array, feeAssetItem: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [XcmVersionedLocation, XcmVersionedLocation, XcmVersionedAssets, u32]>;
|
|
2252
1952
|
send: AugmentedSubmittable<(dest: XcmVersionedLocation | {
|
|
2253
1953
|
V3: any;
|
|
2254
1954
|
} | {
|
|
@@ -2261,10 +1961,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
2261
1961
|
V4: any;
|
|
2262
1962
|
} | {
|
|
2263
1963
|
V5: any;
|
|
2264
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2265
|
-
XcmVersionedLocation,
|
|
2266
|
-
XcmVersionedXcm
|
|
2267
|
-
]>;
|
|
1964
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [XcmVersionedLocation, XcmVersionedXcm]>;
|
|
2268
1965
|
/**
|
|
2269
1966
|
* Teleport some assets from the local chain to some destination chain.
|
|
2270
1967
|
*
|
|
@@ -2303,12 +2000,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
2303
2000
|
V4: any;
|
|
2304
2001
|
} | {
|
|
2305
2002
|
V5: any;
|
|
2306
|
-
} | string | Uint8Array, feeAssetItem: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2307
|
-
XcmVersionedLocation,
|
|
2308
|
-
XcmVersionedLocation,
|
|
2309
|
-
XcmVersionedAssets,
|
|
2310
|
-
u32
|
|
2311
|
-
]>;
|
|
2003
|
+
} | string | Uint8Array, feeAssetItem: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [XcmVersionedLocation, XcmVersionedLocation, XcmVersionedAssets, u32]>;
|
|
2312
2004
|
/**
|
|
2313
2005
|
* Transfer some assets from the local chain to the destination chain through their local,
|
|
2314
2006
|
* destination or remote reserve, or through teleports.
|
|
@@ -2366,13 +2058,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
2366
2058
|
Unlimited: any;
|
|
2367
2059
|
} | {
|
|
2368
2060
|
Limited: any;
|
|
2369
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2370
|
-
XcmVersionedLocation,
|
|
2371
|
-
XcmVersionedLocation,
|
|
2372
|
-
XcmVersionedAssets,
|
|
2373
|
-
u32,
|
|
2374
|
-
XcmV3WeightLimit
|
|
2375
|
-
]>;
|
|
2061
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [XcmVersionedLocation, XcmVersionedLocation, XcmVersionedAssets, u32, XcmV3WeightLimit]>;
|
|
2376
2062
|
/**
|
|
2377
2063
|
* Transfer assets from the local chain to the destination chain using explicit transfer
|
|
2378
2064
|
* types for assets and fees.
|
|
@@ -2467,15 +2153,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
2467
2153
|
Unlimited: any;
|
|
2468
2154
|
} | {
|
|
2469
2155
|
Limited: any;
|
|
2470
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2471
|
-
XcmVersionedLocation,
|
|
2472
|
-
XcmVersionedAssets,
|
|
2473
|
-
StagingXcmExecutorAssetTransferTransferType,
|
|
2474
|
-
XcmVersionedAssetId,
|
|
2475
|
-
StagingXcmExecutorAssetTransferTransferType,
|
|
2476
|
-
XcmVersionedXcm,
|
|
2477
|
-
XcmV3WeightLimit
|
|
2478
|
-
]>;
|
|
2156
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [XcmVersionedLocation, XcmVersionedAssets, StagingXcmExecutorAssetTransferTransferType, XcmVersionedAssetId, StagingXcmExecutorAssetTransferTransferType, XcmVersionedXcm, XcmV3WeightLimit]>;
|
|
2479
2157
|
/**
|
|
2480
2158
|
* Generic tx
|
|
2481
2159
|
**/
|
|
@@ -2490,9 +2168,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
2490
2168
|
* Users are charged a small fee for submitting a challenge, which
|
|
2491
2169
|
* goes to the Treasury.
|
|
2492
2170
|
**/
|
|
2493
|
-
challenge: AugmentedSubmittable<(key: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2494
|
-
H256
|
|
2495
|
-
]>;
|
|
2171
|
+
challenge: AugmentedSubmittable<(key: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H256]>;
|
|
2496
2172
|
/**
|
|
2497
2173
|
* Initialise a Provider's challenge cycle.
|
|
2498
2174
|
*
|
|
@@ -2501,21 +2177,14 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
2501
2177
|
* Sets the last tick the Provider submitted a proof for to the current tick, and sets the
|
|
2502
2178
|
* deadline for submitting a proof to the current tick + the Provider's period + the tolerance.
|
|
2503
2179
|
**/
|
|
2504
|
-
forceInitialiseChallengeCycle: AugmentedSubmittable<(provider: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2505
|
-
|
|
2506
|
-
]>;
|
|
2507
|
-
priorityChallenge: AugmentedSubmittable<(key: H256 | string | Uint8Array, shouldRemoveKey: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2508
|
-
H256,
|
|
2509
|
-
bool
|
|
2510
|
-
]>;
|
|
2180
|
+
forceInitialiseChallengeCycle: AugmentedSubmittable<(provider: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H256]>;
|
|
2181
|
+
priorityChallenge: AugmentedSubmittable<(key: H256 | string | Uint8Array, shouldRemoveKey: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [H256, bool]>;
|
|
2511
2182
|
/**
|
|
2512
2183
|
* Set the [`ChallengesTickerPaused`] to `true` or `false`.
|
|
2513
2184
|
*
|
|
2514
2185
|
* Only callable by sudo.
|
|
2515
2186
|
**/
|
|
2516
|
-
setPaused: AugmentedSubmittable<(paused: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2517
|
-
bool
|
|
2518
|
-
]>;
|
|
2187
|
+
setPaused: AugmentedSubmittable<(paused: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [bool]>;
|
|
2519
2188
|
/**
|
|
2520
2189
|
* For a Provider to submit a proof.
|
|
2521
2190
|
*
|
|
@@ -2546,10 +2215,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
2546
2215
|
submitProof: AugmentedSubmittable<(proof: PalletProofsDealerProof | {
|
|
2547
2216
|
forestProof?: any;
|
|
2548
2217
|
keyProofs?: any;
|
|
2549
|
-
} | string | Uint8Array, provider: Option<H256> | null | Uint8Array | H256 | string) => SubmittableExtrinsic<ApiType>, [
|
|
2550
|
-
PalletProofsDealerProof,
|
|
2551
|
-
Option<H256>
|
|
2552
|
-
]>;
|
|
2218
|
+
} | string | Uint8Array, provider: Option<H256> | null | Uint8Array | H256 | string) => SubmittableExtrinsic<ApiType>, [PalletProofsDealerProof, Option<H256>]>;
|
|
2553
2219
|
/**
|
|
2554
2220
|
* Generic tx
|
|
2555
2221
|
**/
|
|
@@ -2574,9 +2240,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
2574
2240
|
*
|
|
2575
2241
|
* Emits `MultiAddressAdded` event when successful.
|
|
2576
2242
|
**/
|
|
2577
|
-
addMultiaddress: AugmentedSubmittable<(newMultiaddress: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2578
|
-
Bytes
|
|
2579
|
-
]>;
|
|
2243
|
+
addMultiaddress: AugmentedSubmittable<(newMultiaddress: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Bytes]>;
|
|
2580
2244
|
/**
|
|
2581
2245
|
* Dispatchable extrinsic only callable by an MSP that allows it to add a value proposition to its service
|
|
2582
2246
|
*
|
|
@@ -2585,11 +2249,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
2585
2249
|
*
|
|
2586
2250
|
* Emits `ValuePropAdded` event when successful.
|
|
2587
2251
|
**/
|
|
2588
|
-
addValueProp: AugmentedSubmittable<(pricePerGigaUnitOfDataPerBlock: u128 | AnyNumber | Uint8Array, commitment: Bytes | string | Uint8Array, bucketDataLimit: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2589
|
-
u128,
|
|
2590
|
-
Bytes,
|
|
2591
|
-
u64
|
|
2592
|
-
]>;
|
|
2252
|
+
addValueProp: AugmentedSubmittable<(pricePerGigaUnitOfDataPerBlock: u128 | AnyNumber | Uint8Array, commitment: Bytes | string | Uint8Array, bucketDataLimit: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u128, Bytes, u64]>;
|
|
2593
2253
|
/**
|
|
2594
2254
|
* Dispatchable extrinsic that allows users to sign off as a Backup Storage Provider.
|
|
2595
2255
|
*
|
|
@@ -2649,9 +2309,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
2649
2309
|
*
|
|
2650
2310
|
* Emits `CapacityChanged` event when successful.
|
|
2651
2311
|
**/
|
|
2652
|
-
changeCapacity: AugmentedSubmittable<(newCapacity: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2653
|
-
u64
|
|
2654
|
-
]>;
|
|
2312
|
+
changeCapacity: AugmentedSubmittable<(newCapacity: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u64]>;
|
|
2655
2313
|
/**
|
|
2656
2314
|
* Dispatchable extrinsic that allows users to confirm their sign up as a Storage Provider, either MSP or BSP.
|
|
2657
2315
|
*
|
|
@@ -2677,9 +2335,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
2677
2335
|
* - The deposit that the user has to pay to register as a SP is held when the user requests to register as a SP
|
|
2678
2336
|
* - If this extrinsic is successful, it will be free for the caller, to incentive state de-bloating
|
|
2679
2337
|
**/
|
|
2680
|
-
confirmSignUp: AugmentedSubmittable<(providerAccount: Option<AccountId32> | null | Uint8Array | AccountId32 | string) => SubmittableExtrinsic<ApiType>, [
|
|
2681
|
-
Option<AccountId32>
|
|
2682
|
-
]>;
|
|
2338
|
+
confirmSignUp: AugmentedSubmittable<(providerAccount: Option<AccountId32> | null | Uint8Array | AccountId32 | string) => SubmittableExtrinsic<ApiType>, [Option<AccountId32>]>;
|
|
2683
2339
|
/**
|
|
2684
2340
|
* Delete a provider from the system.
|
|
2685
2341
|
*
|
|
@@ -2697,9 +2353,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
2697
2353
|
* This operation is free if successful to encourage the community to delete insolvent providers,
|
|
2698
2354
|
* debloating the state.
|
|
2699
2355
|
**/
|
|
2700
|
-
deleteProvider: AugmentedSubmittable<(providerId: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2701
|
-
H256
|
|
2702
|
-
]>;
|
|
2356
|
+
deleteProvider: AugmentedSubmittable<(providerId: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H256]>;
|
|
2703
2357
|
/**
|
|
2704
2358
|
* Dispatchable extrinsic that allows to forcefully and automatically sing up a Backup Storage Provider.
|
|
2705
2359
|
*
|
|
@@ -2721,14 +2375,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
2721
2375
|
*
|
|
2722
2376
|
* Emits `BspRequestSignUpSuccess` and `BspSignUpSuccess` events when successful.
|
|
2723
2377
|
**/
|
|
2724
|
-
forceBspSignUp: AugmentedSubmittable<(who: AccountId32 | string | Uint8Array, bspId: H256 | string | Uint8Array, capacity: u64 | AnyNumber | Uint8Array, multiaddresses: Vec<Bytes> | (Bytes | string | Uint8Array)[], paymentAccount: AccountId32 | string | Uint8Array, weight: Option<u32> | null | Uint8Array | u32 | AnyNumber) => SubmittableExtrinsic<ApiType>, [
|
|
2725
|
-
AccountId32,
|
|
2726
|
-
H256,
|
|
2727
|
-
u64,
|
|
2728
|
-
Vec<Bytes>,
|
|
2729
|
-
AccountId32,
|
|
2730
|
-
Option<u32>
|
|
2731
|
-
]>;
|
|
2378
|
+
forceBspSignUp: AugmentedSubmittable<(who: AccountId32 | string | Uint8Array, bspId: H256 | string | Uint8Array, capacity: u64 | AnyNumber | Uint8Array, multiaddresses: Vec<Bytes> | (Bytes | string | Uint8Array)[], paymentAccount: AccountId32 | string | Uint8Array, weight: Option<u32> | null | Uint8Array | u32 | AnyNumber) => SubmittableExtrinsic<ApiType>, [AccountId32, H256, u64, Vec<Bytes>, AccountId32, Option<u32>]>;
|
|
2732
2379
|
/**
|
|
2733
2380
|
* Dispatchable extrinsic that allows to forcefully and automatically sign up a Main Storage Provider.
|
|
2734
2381
|
*
|
|
@@ -2753,25 +2400,14 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
2753
2400
|
*
|
|
2754
2401
|
* Emits `MspRequestSignUpSuccess` and `MspSignUpSuccess` events when successful.
|
|
2755
2402
|
**/
|
|
2756
|
-
forceMspSignUp: AugmentedSubmittable<(who: AccountId32 | string | Uint8Array, mspId: H256 | string | Uint8Array, capacity: u64 | AnyNumber | Uint8Array, multiaddresses: Vec<Bytes> | (Bytes | string | Uint8Array)[], valuePropPricePerGigaUnitOfDataPerBlock: u128 | AnyNumber | Uint8Array, commitment: Bytes | string | Uint8Array, valuePropMaxDataLimit: u64 | AnyNumber | Uint8Array, paymentAccount: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2757
|
-
AccountId32,
|
|
2758
|
-
H256,
|
|
2759
|
-
u64,
|
|
2760
|
-
Vec<Bytes>,
|
|
2761
|
-
u128,
|
|
2762
|
-
Bytes,
|
|
2763
|
-
u64,
|
|
2764
|
-
AccountId32
|
|
2765
|
-
]>;
|
|
2403
|
+
forceMspSignUp: AugmentedSubmittable<(who: AccountId32 | string | Uint8Array, mspId: H256 | string | Uint8Array, capacity: u64 | AnyNumber | Uint8Array, multiaddresses: Vec<Bytes> | (Bytes | string | Uint8Array)[], valuePropPricePerGigaUnitOfDataPerBlock: u128 | AnyNumber | Uint8Array, commitment: Bytes | string | Uint8Array, valuePropMaxDataLimit: u64 | AnyNumber | Uint8Array, paymentAccount: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [AccountId32, H256, u64, Vec<Bytes>, u128, Bytes, u64, AccountId32]>;
|
|
2766
2404
|
/**
|
|
2767
2405
|
* Dispatchable extrinsic only callable by an MSP that allows it to make a value proposition unavailable.
|
|
2768
2406
|
*
|
|
2769
2407
|
* This operation cannot be reversed. You can only add new value propositions.
|
|
2770
2408
|
* This will not affect existing buckets which are using this value proposition.
|
|
2771
2409
|
**/
|
|
2772
|
-
makeValuePropUnavailable: AugmentedSubmittable<(valuePropId: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2773
|
-
H256
|
|
2774
|
-
]>;
|
|
2410
|
+
makeValuePropUnavailable: AugmentedSubmittable<(valuePropId: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H256]>;
|
|
2775
2411
|
/**
|
|
2776
2412
|
* Dispatchable extrinsic that allows users to sign off as a Main Storage Provider.
|
|
2777
2413
|
*
|
|
@@ -2788,9 +2424,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
2788
2424
|
*
|
|
2789
2425
|
* Emits `MspSignOffSuccess` event when successful.
|
|
2790
2426
|
**/
|
|
2791
|
-
mspSignOff: AugmentedSubmittable<(mspId: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2792
|
-
H256
|
|
2793
|
-
]>;
|
|
2427
|
+
mspSignOff: AugmentedSubmittable<(mspId: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H256]>;
|
|
2794
2428
|
/**
|
|
2795
2429
|
* Dispatchable extrinsic that allows BSPs and MSPs to remove an existing multiaddress from their account.
|
|
2796
2430
|
*
|
|
@@ -2808,9 +2442,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
2808
2442
|
*
|
|
2809
2443
|
* Emits `MultiAddressRemoved` event when successful.
|
|
2810
2444
|
**/
|
|
2811
|
-
removeMultiaddress: AugmentedSubmittable<(multiaddress: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2812
|
-
Bytes
|
|
2813
|
-
]>;
|
|
2445
|
+
removeMultiaddress: AugmentedSubmittable<(multiaddress: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Bytes]>;
|
|
2814
2446
|
/**
|
|
2815
2447
|
* Dispatchable extrinsic that allows users to sign up as a Backup Storage Provider.
|
|
2816
2448
|
*
|
|
@@ -2836,11 +2468,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
2836
2468
|
*
|
|
2837
2469
|
* Emits `BspRequestSignUpSuccess` event when successful.
|
|
2838
2470
|
**/
|
|
2839
|
-
requestBspSignUp: AugmentedSubmittable<(capacity: u64 | AnyNumber | Uint8Array, multiaddresses: Vec<Bytes> | (Bytes | string | Uint8Array)[], paymentAccount: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2840
|
-
u64,
|
|
2841
|
-
Vec<Bytes>,
|
|
2842
|
-
AccountId32
|
|
2843
|
-
]>;
|
|
2471
|
+
requestBspSignUp: AugmentedSubmittable<(capacity: u64 | AnyNumber | Uint8Array, multiaddresses: Vec<Bytes> | (Bytes | string | Uint8Array)[], paymentAccount: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u64, Vec<Bytes>, AccountId32]>;
|
|
2844
2472
|
/**
|
|
2845
2473
|
* Dispatchable extrinsic that allows users to request to sign up as a Main Storage Provider.
|
|
2846
2474
|
*
|
|
@@ -2869,14 +2497,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
2869
2497
|
*
|
|
2870
2498
|
* Emits `MspRequestSignUpSuccess` event when successful.
|
|
2871
2499
|
**/
|
|
2872
|
-
requestMspSignUp: AugmentedSubmittable<(capacity: u64 | AnyNumber | Uint8Array, multiaddresses: Vec<Bytes> | (Bytes | string | Uint8Array)[], valuePropPricePerGigaUnitOfDataPerBlock: u128 | AnyNumber | Uint8Array, commitment: Bytes | string | Uint8Array, valuePropMaxDataLimit: u64 | AnyNumber | Uint8Array, paymentAccount: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2873
|
-
u64,
|
|
2874
|
-
Vec<Bytes>,
|
|
2875
|
-
u128,
|
|
2876
|
-
Bytes,
|
|
2877
|
-
u64,
|
|
2878
|
-
AccountId32
|
|
2879
|
-
]>;
|
|
2500
|
+
requestMspSignUp: AugmentedSubmittable<(capacity: u64 | AnyNumber | Uint8Array, multiaddresses: Vec<Bytes> | (Bytes | string | Uint8Array)[], valuePropPricePerGigaUnitOfDataPerBlock: u128 | AnyNumber | Uint8Array, commitment: Bytes | string | Uint8Array, valuePropMaxDataLimit: u64 | AnyNumber | Uint8Array, paymentAccount: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u64, Vec<Bytes>, u128, Bytes, u64, AccountId32]>;
|
|
2880
2501
|
/**
|
|
2881
2502
|
* Dispatchable extrinsic to slash a _slashable_ Storage Provider.
|
|
2882
2503
|
*
|
|
@@ -2885,9 +2506,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
2885
2506
|
*
|
|
2886
2507
|
* This is a free operation to incentivise the community to slash misbehaving providers.
|
|
2887
2508
|
**/
|
|
2888
|
-
slash: AugmentedSubmittable<(providerId: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2889
|
-
H256
|
|
2890
|
-
]>;
|
|
2509
|
+
slash: AugmentedSubmittable<(providerId: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H256]>;
|
|
2891
2510
|
/**
|
|
2892
2511
|
* BSP operation to stop all of your automatic cycles.
|
|
2893
2512
|
*
|
|
@@ -2951,10 +2570,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
2951
2570
|
**/
|
|
2952
2571
|
setKeys: AugmentedSubmittable<(keys: ShParachainRuntimeSessionKeys | {
|
|
2953
2572
|
aura?: any;
|
|
2954
|
-
} | string | Uint8Array, proof: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2955
|
-
ShParachainRuntimeSessionKeys,
|
|
2956
|
-
Bytes
|
|
2957
|
-
]>;
|
|
2573
|
+
} | string | Uint8Array, proof: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [ShParachainRuntimeSessionKeys, Bytes]>;
|
|
2958
2574
|
/**
|
|
2959
2575
|
* Generic tx
|
|
2960
2576
|
**/
|
|
@@ -2981,15 +2597,11 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
2981
2597
|
Address32: any;
|
|
2982
2598
|
} | {
|
|
2983
2599
|
Address20: any;
|
|
2984
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2985
|
-
MultiAddress
|
|
2986
|
-
]>;
|
|
2600
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress]>;
|
|
2987
2601
|
/**
|
|
2988
2602
|
* Authenticates the sudo key and dispatches a function call with `Root` origin.
|
|
2989
2603
|
**/
|
|
2990
|
-
sudo: AugmentedSubmittable<(call: Call | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2991
|
-
Call
|
|
2992
|
-
]>;
|
|
2604
|
+
sudo: AugmentedSubmittable<(call: Call | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Call]>;
|
|
2993
2605
|
/**
|
|
2994
2606
|
* Authenticates the sudo key and dispatches a function call with `Signed` origin from
|
|
2995
2607
|
* a given account.
|
|
@@ -3006,10 +2618,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
3006
2618
|
Address32: any;
|
|
3007
2619
|
} | {
|
|
3008
2620
|
Address20: any;
|
|
3009
|
-
} | string | Uint8Array, call: Call | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3010
|
-
MultiAddress,
|
|
3011
|
-
Call
|
|
3012
|
-
]>;
|
|
2621
|
+
} | string | Uint8Array, call: Call | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, Call]>;
|
|
3013
2622
|
/**
|
|
3014
2623
|
* Authenticates the sudo key and dispatches a function call with `Root` origin.
|
|
3015
2624
|
* This function does not check the weight of the call, and instead allows the
|
|
@@ -3020,10 +2629,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
3020
2629
|
sudoUncheckedWeight: AugmentedSubmittable<(call: Call | IMethod | string | Uint8Array, weight: SpWeightsWeightV2Weight | {
|
|
3021
2630
|
refTime?: any;
|
|
3022
2631
|
proofSize?: any;
|
|
3023
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3024
|
-
Call,
|
|
3025
|
-
SpWeightsWeightV2Weight
|
|
3026
|
-
]>;
|
|
2632
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Call, SpWeightsWeightV2Weight]>;
|
|
3027
2633
|
/**
|
|
3028
2634
|
* Generic tx
|
|
3029
2635
|
**/
|
|
@@ -3041,18 +2647,14 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
3041
2647
|
*
|
|
3042
2648
|
* All origins are allowed.
|
|
3043
2649
|
**/
|
|
3044
|
-
applyAuthorizedUpgrade: AugmentedSubmittable<(code: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3045
|
-
Bytes
|
|
3046
|
-
]>;
|
|
2650
|
+
applyAuthorizedUpgrade: AugmentedSubmittable<(code: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Bytes]>;
|
|
3047
2651
|
/**
|
|
3048
2652
|
* Authorize an upgrade to a given `code_hash` for the runtime. The runtime can be supplied
|
|
3049
2653
|
* later.
|
|
3050
2654
|
*
|
|
3051
2655
|
* This call requires Root origin.
|
|
3052
2656
|
**/
|
|
3053
|
-
authorizeUpgrade: AugmentedSubmittable<(codeHash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3054
|
-
H256
|
|
3055
|
-
]>;
|
|
2657
|
+
authorizeUpgrade: AugmentedSubmittable<(codeHash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H256]>;
|
|
3056
2658
|
/**
|
|
3057
2659
|
* Authorize an upgrade to a given `code_hash` for the runtime. The runtime can be supplied
|
|
3058
2660
|
* later.
|
|
@@ -3063,66 +2665,47 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
3063
2665
|
*
|
|
3064
2666
|
* This call requires Root origin.
|
|
3065
2667
|
**/
|
|
3066
|
-
authorizeUpgradeWithoutChecks: AugmentedSubmittable<(codeHash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3067
|
-
H256
|
|
3068
|
-
]>;
|
|
2668
|
+
authorizeUpgradeWithoutChecks: AugmentedSubmittable<(codeHash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H256]>;
|
|
3069
2669
|
/**
|
|
3070
2670
|
* Kill all storage items with a key that starts with the given prefix.
|
|
3071
2671
|
*
|
|
3072
2672
|
* **NOTE:** We rely on the Root origin to provide us the number of subkeys under
|
|
3073
2673
|
* the prefix we are removing to accurately calculate the weight of this function.
|
|
3074
2674
|
**/
|
|
3075
|
-
killPrefix: AugmentedSubmittable<(prefix: Bytes | string | Uint8Array, subkeys: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3076
|
-
Bytes,
|
|
3077
|
-
u32
|
|
3078
|
-
]>;
|
|
2675
|
+
killPrefix: AugmentedSubmittable<(prefix: Bytes | string | Uint8Array, subkeys: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Bytes, u32]>;
|
|
3079
2676
|
/**
|
|
3080
2677
|
* Kill some items from storage.
|
|
3081
2678
|
**/
|
|
3082
|
-
killStorage: AugmentedSubmittable<(keys: Vec<Bytes> | (Bytes | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [
|
|
3083
|
-
Vec<Bytes>
|
|
3084
|
-
]>;
|
|
2679
|
+
killStorage: AugmentedSubmittable<(keys: Vec<Bytes> | (Bytes | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Vec<Bytes>]>;
|
|
3085
2680
|
/**
|
|
3086
2681
|
* Make some on-chain remark.
|
|
3087
2682
|
*
|
|
3088
2683
|
* Can be executed by every `origin`.
|
|
3089
2684
|
**/
|
|
3090
|
-
remark: AugmentedSubmittable<(remark: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3091
|
-
Bytes
|
|
3092
|
-
]>;
|
|
2685
|
+
remark: AugmentedSubmittable<(remark: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Bytes]>;
|
|
3093
2686
|
/**
|
|
3094
2687
|
* Make some on-chain remark and emit event.
|
|
3095
2688
|
**/
|
|
3096
|
-
remarkWithEvent: AugmentedSubmittable<(remark: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3097
|
-
Bytes
|
|
3098
|
-
]>;
|
|
2689
|
+
remarkWithEvent: AugmentedSubmittable<(remark: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Bytes]>;
|
|
3099
2690
|
/**
|
|
3100
2691
|
* Set the new runtime code.
|
|
3101
2692
|
**/
|
|
3102
|
-
setCode: AugmentedSubmittable<(code: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3103
|
-
Bytes
|
|
3104
|
-
]>;
|
|
2693
|
+
setCode: AugmentedSubmittable<(code: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Bytes]>;
|
|
3105
2694
|
/**
|
|
3106
2695
|
* Set the new runtime code without doing any checks of the given `code`.
|
|
3107
2696
|
*
|
|
3108
2697
|
* Note that runtime upgrades will not run if this is called with a not-increasing spec
|
|
3109
2698
|
* version!
|
|
3110
2699
|
**/
|
|
3111
|
-
setCodeWithoutChecks: AugmentedSubmittable<(code: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3112
|
-
Bytes
|
|
3113
|
-
]>;
|
|
2700
|
+
setCodeWithoutChecks: AugmentedSubmittable<(code: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Bytes]>;
|
|
3114
2701
|
/**
|
|
3115
2702
|
* Set the number of pages in the WebAssembly environment's heap.
|
|
3116
2703
|
**/
|
|
3117
|
-
setHeapPages: AugmentedSubmittable<(pages: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3118
|
-
u64
|
|
3119
|
-
]>;
|
|
2704
|
+
setHeapPages: AugmentedSubmittable<(pages: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u64]>;
|
|
3120
2705
|
/**
|
|
3121
2706
|
* Set some items of storage.
|
|
3122
2707
|
**/
|
|
3123
|
-
setStorage: AugmentedSubmittable<(items: Vec<ITuple<[Bytes, Bytes]>> | [Bytes | string | Uint8Array, Bytes | string | Uint8Array][]) => SubmittableExtrinsic<ApiType>, [
|
|
3124
|
-
Vec<ITuple<[Bytes, Bytes]>>
|
|
3125
|
-
]>;
|
|
2708
|
+
setStorage: AugmentedSubmittable<(items: Vec<ITuple<[Bytes, Bytes]>> | ([Bytes | string | Uint8Array, Bytes | string | Uint8Array])[]) => SubmittableExtrinsic<ApiType>, [Vec<ITuple<[Bytes, Bytes]>>]>;
|
|
3126
2709
|
/**
|
|
3127
2710
|
* Generic tx
|
|
3128
2711
|
**/
|
|
@@ -3150,9 +2733,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
3150
2733
|
* `on_finalize`)
|
|
3151
2734
|
* - 1 event handler `on_timestamp_set`. Must be `O(1)`.
|
|
3152
2735
|
**/
|
|
3153
|
-
set: AugmentedSubmittable<(now: Compact<u64> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3154
|
-
Compact<u64>
|
|
3155
|
-
]>;
|
|
2736
|
+
set: AugmentedSubmittable<(now: Compact<u64> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u64>]>;
|
|
3156
2737
|
/**
|
|
3157
2738
|
* Generic tx
|
|
3158
2739
|
**/
|
|
@@ -3180,9 +2761,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
3180
2761
|
* - `origin`: Must pass `Root`.
|
|
3181
2762
|
* - `new`: Desired value for `QueueConfigData.drop_threshold`
|
|
3182
2763
|
**/
|
|
3183
|
-
updateDropThreshold: AugmentedSubmittable<(updated: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3184
|
-
u32
|
|
3185
|
-
]>;
|
|
2764
|
+
updateDropThreshold: AugmentedSubmittable<(updated: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
|
|
3186
2765
|
/**
|
|
3187
2766
|
* Overwrites the number of pages which the queue must be reduced to before it signals
|
|
3188
2767
|
* that message sending may recommence after it has been suspended.
|
|
@@ -3190,9 +2769,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
3190
2769
|
* - `origin`: Must pass `Root`.
|
|
3191
2770
|
* - `new`: Desired value for `QueueConfigData.resume_threshold`
|
|
3192
2771
|
**/
|
|
3193
|
-
updateResumeThreshold: AugmentedSubmittable<(updated: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3194
|
-
u32
|
|
3195
|
-
]>;
|
|
2772
|
+
updateResumeThreshold: AugmentedSubmittable<(updated: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
|
|
3196
2773
|
/**
|
|
3197
2774
|
* Overwrites the number of pages which must be in the queue for the other side to be
|
|
3198
2775
|
* told to suspend their sending.
|
|
@@ -3200,9 +2777,7 @@ declare module "@polkadot/api-base/types/submittable" {
|
|
|
3200
2777
|
* - `origin`: Must pass `Root`.
|
|
3201
2778
|
* - `new`: Desired value for `QueueConfigData.suspend_value`
|
|
3202
2779
|
**/
|
|
3203
|
-
updateSuspendThreshold: AugmentedSubmittable<(updated: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3204
|
-
u32
|
|
3205
|
-
]>;
|
|
2780
|
+
updateSuspendThreshold: AugmentedSubmittable<(updated: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
|
|
3206
2781
|
/**
|
|
3207
2782
|
* Generic tx
|
|
3208
2783
|
**/
|