@webb-tools/tangle-substrate-types 0.5.8 → 0.5.12
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/README.md +11 -2
- package/{build/interfaces → interfaces}/augment-api-consts.d.ts +119 -24
- package/{ts-types/src/interfaces → interfaces}/augment-api-errors.d.ts +199 -342
- package/{build/interfaces → interfaces}/augment-api-events.d.ts +1365 -378
- package/{build/interfaces → interfaces}/augment-api-query.d.ts +718 -261
- package/{ts-types/src/interfaces → interfaces}/augment-api-tx.d.ts +1684 -442
- package/{ts-types/src/interfaces → interfaces}/lookup.d.ts +1425 -1093
- package/{build/interfaces → interfaces}/lookup.js +1443 -1111
- package/{build/interfaces → interfaces}/registry.d.ts +62 -75
- package/{ts-types/src/interfaces → interfaces}/types-lookup.d.ts +1233 -1128
- package/metadata/static-latest.d.ts +2 -0
- package/metadata/static-latest.js +7 -0
- package/package.json +1 -72
- package/.envrc +0 -5
- package/babel-config-cjs.cjs +0 -10
- package/build/interfaces/augment-api-errors.d.ts +0 -2144
- package/build/interfaces/augment-api-tx.d.ts +0 -2876
- package/build/interfaces/lookup.d.ts +0 -5908
- package/build/interfaces/types-lookup.d.ts +0 -6052
- package/build/metadata/static-latest.d.ts +0 -2
- package/build/metadata/static-latest.js +0 -7
- package/build/metadata/static-type.d.ts +0 -2
- package/build/metadata/static-type.js +0 -1
- package/build/package.json +0 -1
- package/playground.ts +0 -86
- package/polkadot-dev-configs/babel-config-cjs.cjs +0 -12
- package/polkadot-dev-configs/babel-general.cjs +0 -15
- package/polkadot-dev-configs/babel-plugins.cjs +0 -21
- package/polkadot-dev-configs/babel-presets.cjs +0 -33
- package/polkadot-dev-configs/babel-resolver.cjs +0 -14
- package/scripts/build.js +0 -134
- package/scripts/publish-types.js +0 -95
- package/scripts/updateMetadata.ts +0 -44
- package/src/examples/job_and_result_submission.ts +0 -203
- package/src/index.ts +0 -7
- package/src/interfaces/augment-api-consts.ts +0 -958
- package/src/interfaces/augment-api-errors.ts +0 -2152
- package/src/interfaces/augment-api-events.ts +0 -1465
- package/src/interfaces/augment-api-query.ts +0 -1629
- package/src/interfaces/augment-api-rpc.ts +0 -617
- package/src/interfaces/augment-api-runtime.ts +0 -308
- package/src/interfaces/augment-api-tx.ts +0 -1550
- package/src/interfaces/augment-api.ts +0 -10
- package/src/interfaces/augment-types.ts +0 -1256
- package/src/interfaces/lookup.ts +0 -5912
- package/src/interfaces/registry.ts +0 -433
- package/src/interfaces/types-lookup.ts +0 -6455
- package/src/metadata/metadata.json +0 -5
- package/src/metadata/static-latest.ts +0 -1
- package/src/metadata/static-type.ts +0 -3
- package/ts-types/playground.d.ts +0 -1
- package/ts-types/src/examples/job_and_result_submission.d.ts +0 -1
- package/ts-types/src/index.d.ts +0 -3
- package/ts-types/src/interfaces/augment-api-consts.d.ts +0 -950
- package/ts-types/src/interfaces/augment-api-events.d.ts +0 -2281
- package/ts-types/src/interfaces/augment-api-query.d.ts +0 -1660
- package/ts-types/src/interfaces/augment-api-rpc.d.ts +0 -679
- package/ts-types/src/interfaces/augment-api-runtime.d.ts +0 -363
- package/ts-types/src/interfaces/augment-api.d.ts +0 -7
- package/ts-types/src/interfaces/augment-types.d.ts +0 -1249
- package/ts-types/src/interfaces/registry.d.ts +0 -426
- package/ts-types/src/metadata/static-latest.d.ts +0 -2
- package/ts-types/src/metadata/static-type.d.ts +0 -2
- package/ts-types/tsconfig.tsbuildinfo +0 -1
- package/tsconfig.json +0 -36
- /package/{build/examples → examples}/job_and_result_submission.d.ts +0 -0
- /package/{build/examples → examples}/job_and_result_submission.js +0 -0
- /package/{build/index.d.ts → index.d.ts} +0 -0
- /package/{build/index.js → index.js} +0 -0
- /package/{build/interfaces → interfaces}/augment-api-consts.js +0 -0
- /package/{build/interfaces → interfaces}/augment-api-errors.js +0 -0
- /package/{build/interfaces → interfaces}/augment-api-events.js +0 -0
- /package/{build/interfaces → interfaces}/augment-api-query.js +0 -0
- /package/{build/interfaces → interfaces}/augment-api-rpc.d.ts +0 -0
- /package/{build/interfaces → interfaces}/augment-api-rpc.js +0 -0
- /package/{build/interfaces → interfaces}/augment-api-runtime.d.ts +0 -0
- /package/{build/interfaces → interfaces}/augment-api-runtime.js +0 -0
- /package/{build/interfaces → interfaces}/augment-api-tx.js +0 -0
- /package/{build/interfaces → interfaces}/augment-api.d.ts +0 -0
- /package/{build/interfaces → interfaces}/augment-api.js +0 -0
- /package/{build/interfaces → interfaces}/augment-types.d.ts +0 -0
- /package/{build/interfaces → interfaces}/augment-types.js +0 -0
- /package/{build/interfaces → interfaces}/registry.js +0 -0
- /package/{build/interfaces → interfaces}/types-lookup.js +0 -0
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import
|
|
2
|
-
import type { ApiTypes, AugmentedSubmittable, SubmittableExtrinsic, SubmittableExtrinsicFunction } from
|
|
3
|
-
import type { Data } from
|
|
4
|
-
import type { Bytes, Compact, Null, Option, U256, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from
|
|
5
|
-
import type { AnyNumber, IMethod, ITuple } from
|
|
6
|
-
import type { AccountId32, Call, H160, H256, MultiAddress, Perbill, Percent, Permill } from
|
|
7
|
-
import { SpConsensusBabeDigestsNextConfigDescriptor, SpConsensusSlotsEquivocationProof, SpSessionMembershipProof, PalletBalancesAdjustmentDirection, PalletAirdropClaimsUtilsMultiAddress, PalletAirdropClaimsUtilsMultiAddressSignature, PalletAirdropClaimsStatementKind, SpWeightsWeightV2Weight, PalletDemocracyConviction, FrameSupportPreimagesBounded, PalletDemocracyMetadataOwner, PalletDemocracyVoteAccountVote,
|
|
1
|
+
import "@polkadot/api-base/types/submittable";
|
|
2
|
+
import type { ApiTypes, AugmentedSubmittable, SubmittableExtrinsic, SubmittableExtrinsicFunction } from "@polkadot/api-base/types";
|
|
3
|
+
import type { Data } from "@polkadot/types";
|
|
4
|
+
import type { Bytes, Compact, Null, Option, U256, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from "@polkadot/types-codec";
|
|
5
|
+
import type { AnyNumber, IMethod, ITuple } from "@polkadot/types-codec/types";
|
|
6
|
+
import type { AccountId32, Call, H160, H256, MultiAddress, Perbill, Percent, Permill } from "@polkadot/types/interfaces/runtime";
|
|
7
|
+
import { SpConsensusBabeDigestsNextConfigDescriptor, SpConsensusSlotsEquivocationProof, SpSessionMembershipProof, PalletBalancesAdjustmentDirection, PalletAirdropClaimsUtilsMultiAddress, PalletAirdropClaimsUtilsMultiAddressSignature, PalletAirdropClaimsStatementKind, SpWeightsWeightV2Weight, PalletDemocracyConviction, FrameSupportPreimagesBounded, PalletDemocracyMetadataOwner, PalletDemocracyVoteAccountVote, SpNposElectionsSupport, SpNposElectionsElectionScore, PalletElectionProviderMultiPhaseRawSolution, PalletElectionProviderMultiPhaseSolutionOrSnapshotSize, PalletElectionsPhragmenRenouncing, EthereumTransactionTransactionV2, SpConsensusGrandpaEquivocationProof, SpCoreVoid, PalletIdentityJudgement, PalletIdentityLegacyIdentityInfo, SpRuntimeMultiSignature, PalletImOnlineHeartbeat, PalletImOnlineSr25519AppSr25519Signature, PalletTangleLstBondExtra, PalletTangleLstCommissionCommissionChangeRate, PalletTangleLstCommissionCommissionClaimPermission, PalletTangleLstConfigOpU128, PalletTangleLstConfigOpU32, PalletTangleLstConfigOpPerbill, PalletTangleLstPoolsPoolState, PalletTangleLstConfigOpAccountId32, PalletMultiAssetDelegationRewardsAssetAction, PalletMultisigTimepoint, PalletNominationPoolsBondExtra, PalletNominationPoolsClaimPermission, PalletNominationPoolsCommissionChangeRate, PalletNominationPoolsCommissionClaimPermission, PalletNominationPoolsConfigOpU128, PalletNominationPoolsConfigOpU32, PalletNominationPoolsConfigOpPerbill, PalletNominationPoolsPoolState, PalletNominationPoolsConfigOpAccountId32, TangleTestnetRuntimeProxyType, TanglePrimitivesServicesField, TanglePrimitivesServicesServiceBlueprint, TanglePrimitivesServicesOperatorPreferences, TanglePrimitivesServicesApprovalPrefrence, TanglePrimitivesServicesPriceTargets, TangleTestnetRuntimeOpaqueSessionKeys, PalletStakingRewardDestination, PalletStakingPalletConfigOpU128, PalletStakingPalletConfigOpU32, PalletStakingPalletConfigOpPercent, PalletStakingPalletConfigOpPerbill, PalletStakingValidatorPrefs, StagingXcmV4AssetAssetId, StagingXcmV4Asset, StagingXcmV4Location, SygmaBridgeProposal, SygmaTraitsMpcAddress, SygmaFeeHandlerRouterFeeHandlerType, TangleTestnetRuntimeOriginCaller, PalletVestingVestingInfo } from "@polkadot/types/lookup";
|
|
8
8
|
export type __AugmentedSubmittable = AugmentedSubmittable<() => unknown>;
|
|
9
9
|
export type __SubmittableExtrinsic<ApiType extends ApiTypes> = SubmittableExtrinsic<ApiType>;
|
|
10
10
|
export type __SubmittableExtrinsicFunction<ApiType extends ApiTypes> = SubmittableExtrinsicFunction<ApiType>;
|
|
11
|
-
declare module
|
|
11
|
+
declare module "@polkadot/api-base/types/submittable" {
|
|
12
12
|
interface AugmentedSubmittables<ApiType extends ApiTypes> {
|
|
13
13
|
assets: {
|
|
14
14
|
/**
|
|
@@ -24,7 +24,11 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
24
24
|
Address32: any;
|
|
25
25
|
} | {
|
|
26
26
|
Address20: any;
|
|
27
|
-
} | string | Uint8Array, amount: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
27
|
+
} | string | Uint8Array, amount: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
28
|
+
Compact<u128>,
|
|
29
|
+
MultiAddress,
|
|
30
|
+
Compact<u128>
|
|
31
|
+
]>;
|
|
28
32
|
/**
|
|
29
33
|
* See [`Pallet::block`].
|
|
30
34
|
**/
|
|
@@ -38,7 +42,10 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
38
42
|
Address32: any;
|
|
39
43
|
} | {
|
|
40
44
|
Address20: any;
|
|
41
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
45
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
46
|
+
Compact<u128>,
|
|
47
|
+
MultiAddress
|
|
48
|
+
]>;
|
|
42
49
|
/**
|
|
43
50
|
* See [`Pallet::burn`].
|
|
44
51
|
**/
|
|
@@ -52,7 +59,11 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
52
59
|
Address32: any;
|
|
53
60
|
} | {
|
|
54
61
|
Address20: any;
|
|
55
|
-
} | string | Uint8Array, amount: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
62
|
+
} | string | Uint8Array, amount: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
63
|
+
Compact<u128>,
|
|
64
|
+
MultiAddress,
|
|
65
|
+
Compact<u128>
|
|
66
|
+
]>;
|
|
56
67
|
/**
|
|
57
68
|
* See [`Pallet::cancel_approval`].
|
|
58
69
|
**/
|
|
@@ -66,11 +77,16 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
66
77
|
Address32: any;
|
|
67
78
|
} | {
|
|
68
79
|
Address20: any;
|
|
69
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
80
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
81
|
+
Compact<u128>,
|
|
82
|
+
MultiAddress
|
|
83
|
+
]>;
|
|
70
84
|
/**
|
|
71
85
|
* See [`Pallet::clear_metadata`].
|
|
72
86
|
**/
|
|
73
|
-
clearMetadata: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
87
|
+
clearMetadata: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
88
|
+
Compact<u128>
|
|
89
|
+
]>;
|
|
74
90
|
/**
|
|
75
91
|
* See [`Pallet::create`].
|
|
76
92
|
**/
|
|
@@ -84,19 +100,29 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
84
100
|
Address32: any;
|
|
85
101
|
} | {
|
|
86
102
|
Address20: any;
|
|
87
|
-
} | string | Uint8Array, minBalance: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
103
|
+
} | string | Uint8Array, minBalance: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
104
|
+
Compact<u128>,
|
|
105
|
+
MultiAddress,
|
|
106
|
+
u128
|
|
107
|
+
]>;
|
|
88
108
|
/**
|
|
89
109
|
* See [`Pallet::destroy_accounts`].
|
|
90
110
|
**/
|
|
91
|
-
destroyAccounts: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
111
|
+
destroyAccounts: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
112
|
+
Compact<u128>
|
|
113
|
+
]>;
|
|
92
114
|
/**
|
|
93
115
|
* See [`Pallet::destroy_approvals`].
|
|
94
116
|
**/
|
|
95
|
-
destroyApprovals: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
117
|
+
destroyApprovals: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
118
|
+
Compact<u128>
|
|
119
|
+
]>;
|
|
96
120
|
/**
|
|
97
121
|
* See [`Pallet::finish_destroy`].
|
|
98
122
|
**/
|
|
99
|
-
finishDestroy: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
123
|
+
finishDestroy: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
124
|
+
Compact<u128>
|
|
125
|
+
]>;
|
|
100
126
|
/**
|
|
101
127
|
* See [`Pallet::force_asset_status`].
|
|
102
128
|
**/
|
|
@@ -140,7 +166,16 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
140
166
|
Address32: any;
|
|
141
167
|
} | {
|
|
142
168
|
Address20: any;
|
|
143
|
-
} | string | Uint8Array, minBalance: Compact<u128> | AnyNumber | Uint8Array, isSufficient: bool | boolean | Uint8Array, isFrozen: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
169
|
+
} | string | Uint8Array, minBalance: Compact<u128> | AnyNumber | Uint8Array, isSufficient: bool | boolean | Uint8Array, isFrozen: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
170
|
+
Compact<u128>,
|
|
171
|
+
MultiAddress,
|
|
172
|
+
MultiAddress,
|
|
173
|
+
MultiAddress,
|
|
174
|
+
MultiAddress,
|
|
175
|
+
Compact<u128>,
|
|
176
|
+
bool,
|
|
177
|
+
bool
|
|
178
|
+
]>;
|
|
144
179
|
/**
|
|
145
180
|
* See [`Pallet::force_cancel_approval`].
|
|
146
181
|
**/
|
|
@@ -164,11 +199,17 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
164
199
|
Address32: any;
|
|
165
200
|
} | {
|
|
166
201
|
Address20: any;
|
|
167
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
202
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
203
|
+
Compact<u128>,
|
|
204
|
+
MultiAddress,
|
|
205
|
+
MultiAddress
|
|
206
|
+
]>;
|
|
168
207
|
/**
|
|
169
208
|
* See [`Pallet::force_clear_metadata`].
|
|
170
209
|
**/
|
|
171
|
-
forceClearMetadata: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
210
|
+
forceClearMetadata: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
211
|
+
Compact<u128>
|
|
212
|
+
]>;
|
|
172
213
|
/**
|
|
173
214
|
* See [`Pallet::force_create`].
|
|
174
215
|
**/
|
|
@@ -182,11 +223,22 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
182
223
|
Address32: any;
|
|
183
224
|
} | {
|
|
184
225
|
Address20: any;
|
|
185
|
-
} | string | Uint8Array, isSufficient: bool | boolean | Uint8Array, minBalance: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
226
|
+
} | string | Uint8Array, isSufficient: bool | boolean | Uint8Array, minBalance: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
227
|
+
Compact<u128>,
|
|
228
|
+
MultiAddress,
|
|
229
|
+
bool,
|
|
230
|
+
Compact<u128>
|
|
231
|
+
]>;
|
|
186
232
|
/**
|
|
187
233
|
* See [`Pallet::force_set_metadata`].
|
|
188
234
|
**/
|
|
189
|
-
forceSetMetadata: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, name: Bytes | string | Uint8Array, symbol: Bytes | string | Uint8Array, decimals: u8 | AnyNumber | Uint8Array, isFrozen: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
235
|
+
forceSetMetadata: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, name: Bytes | string | Uint8Array, symbol: Bytes | string | Uint8Array, decimals: u8 | AnyNumber | Uint8Array, isFrozen: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
236
|
+
Compact<u128>,
|
|
237
|
+
Bytes,
|
|
238
|
+
Bytes,
|
|
239
|
+
u8,
|
|
240
|
+
bool
|
|
241
|
+
]>;
|
|
190
242
|
/**
|
|
191
243
|
* See [`Pallet::force_transfer`].
|
|
192
244
|
**/
|
|
@@ -210,7 +262,12 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
210
262
|
Address32: any;
|
|
211
263
|
} | {
|
|
212
264
|
Address20: any;
|
|
213
|
-
} | string | Uint8Array, amount: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
265
|
+
} | string | Uint8Array, amount: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
266
|
+
Compact<u128>,
|
|
267
|
+
MultiAddress,
|
|
268
|
+
MultiAddress,
|
|
269
|
+
Compact<u128>
|
|
270
|
+
]>;
|
|
214
271
|
/**
|
|
215
272
|
* See [`Pallet::freeze`].
|
|
216
273
|
**/
|
|
@@ -224,11 +281,16 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
224
281
|
Address32: any;
|
|
225
282
|
} | {
|
|
226
283
|
Address20: any;
|
|
227
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
284
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
285
|
+
Compact<u128>,
|
|
286
|
+
MultiAddress
|
|
287
|
+
]>;
|
|
228
288
|
/**
|
|
229
289
|
* See [`Pallet::freeze_asset`].
|
|
230
290
|
**/
|
|
231
|
-
freezeAsset: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
291
|
+
freezeAsset: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
292
|
+
Compact<u128>
|
|
293
|
+
]>;
|
|
232
294
|
/**
|
|
233
295
|
* See [`Pallet::mint`].
|
|
234
296
|
**/
|
|
@@ -242,11 +304,18 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
242
304
|
Address32: any;
|
|
243
305
|
} | {
|
|
244
306
|
Address20: any;
|
|
245
|
-
} | string | Uint8Array, amount: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
307
|
+
} | string | Uint8Array, amount: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
308
|
+
Compact<u128>,
|
|
309
|
+
MultiAddress,
|
|
310
|
+
Compact<u128>
|
|
311
|
+
]>;
|
|
246
312
|
/**
|
|
247
313
|
* See [`Pallet::refund`].
|
|
248
314
|
**/
|
|
249
|
-
refund: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, allowBurn: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
315
|
+
refund: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, allowBurn: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
316
|
+
Compact<u128>,
|
|
317
|
+
bool
|
|
318
|
+
]>;
|
|
250
319
|
/**
|
|
251
320
|
* See [`Pallet::refund_other`].
|
|
252
321
|
**/
|
|
@@ -260,15 +329,26 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
260
329
|
Address32: any;
|
|
261
330
|
} | {
|
|
262
331
|
Address20: any;
|
|
263
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
332
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
333
|
+
Compact<u128>,
|
|
334
|
+
MultiAddress
|
|
335
|
+
]>;
|
|
264
336
|
/**
|
|
265
337
|
* See [`Pallet::set_metadata`].
|
|
266
338
|
**/
|
|
267
|
-
setMetadata: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, name: Bytes | string | Uint8Array, symbol: Bytes | string | Uint8Array, decimals: u8 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
339
|
+
setMetadata: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, name: Bytes | string | Uint8Array, symbol: Bytes | string | Uint8Array, decimals: u8 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
340
|
+
Compact<u128>,
|
|
341
|
+
Bytes,
|
|
342
|
+
Bytes,
|
|
343
|
+
u8
|
|
344
|
+
]>;
|
|
268
345
|
/**
|
|
269
346
|
* See [`Pallet::set_min_balance`].
|
|
270
347
|
**/
|
|
271
|
-
setMinBalance: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, minBalance: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
348
|
+
setMinBalance: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, minBalance: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
349
|
+
Compact<u128>,
|
|
350
|
+
u128
|
|
351
|
+
]>;
|
|
272
352
|
/**
|
|
273
353
|
* See [`Pallet::set_team`].
|
|
274
354
|
**/
|
|
@@ -302,11 +382,18 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
302
382
|
Address32: any;
|
|
303
383
|
} | {
|
|
304
384
|
Address20: any;
|
|
305
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
385
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
386
|
+
Compact<u128>,
|
|
387
|
+
MultiAddress,
|
|
388
|
+
MultiAddress,
|
|
389
|
+
MultiAddress
|
|
390
|
+
]>;
|
|
306
391
|
/**
|
|
307
392
|
* See [`Pallet::start_destroy`].
|
|
308
393
|
**/
|
|
309
|
-
startDestroy: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
394
|
+
startDestroy: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
395
|
+
Compact<u128>
|
|
396
|
+
]>;
|
|
310
397
|
/**
|
|
311
398
|
* See [`Pallet::thaw`].
|
|
312
399
|
**/
|
|
@@ -320,15 +407,22 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
320
407
|
Address32: any;
|
|
321
408
|
} | {
|
|
322
409
|
Address20: any;
|
|
323
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
410
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
411
|
+
Compact<u128>,
|
|
412
|
+
MultiAddress
|
|
413
|
+
]>;
|
|
324
414
|
/**
|
|
325
415
|
* See [`Pallet::thaw_asset`].
|
|
326
416
|
**/
|
|
327
|
-
thawAsset: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
417
|
+
thawAsset: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
418
|
+
Compact<u128>
|
|
419
|
+
]>;
|
|
328
420
|
/**
|
|
329
421
|
* See [`Pallet::touch`].
|
|
330
422
|
**/
|
|
331
|
-
touch: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
423
|
+
touch: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
424
|
+
Compact<u128>
|
|
425
|
+
]>;
|
|
332
426
|
/**
|
|
333
427
|
* See [`Pallet::touch_other`].
|
|
334
428
|
**/
|
|
@@ -342,7 +436,10 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
342
436
|
Address32: any;
|
|
343
437
|
} | {
|
|
344
438
|
Address20: any;
|
|
345
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
439
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
440
|
+
Compact<u128>,
|
|
441
|
+
MultiAddress
|
|
442
|
+
]>;
|
|
346
443
|
/**
|
|
347
444
|
* See [`Pallet::transfer`].
|
|
348
445
|
**/
|
|
@@ -356,7 +453,11 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
356
453
|
Address32: any;
|
|
357
454
|
} | {
|
|
358
455
|
Address20: any;
|
|
359
|
-
} | string | Uint8Array, amount: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
456
|
+
} | string | Uint8Array, amount: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
457
|
+
Compact<u128>,
|
|
458
|
+
MultiAddress,
|
|
459
|
+
Compact<u128>
|
|
460
|
+
]>;
|
|
360
461
|
/**
|
|
361
462
|
* See [`Pallet::transfer_approved`].
|
|
362
463
|
**/
|
|
@@ -380,7 +481,12 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
380
481
|
Address32: any;
|
|
381
482
|
} | {
|
|
382
483
|
Address20: any;
|
|
383
|
-
} | string | Uint8Array, amount: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
484
|
+
} | string | Uint8Array, amount: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
485
|
+
Compact<u128>,
|
|
486
|
+
MultiAddress,
|
|
487
|
+
MultiAddress,
|
|
488
|
+
Compact<u128>
|
|
489
|
+
]>;
|
|
384
490
|
/**
|
|
385
491
|
* See [`Pallet::transfer_keep_alive`].
|
|
386
492
|
**/
|
|
@@ -394,7 +500,11 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
394
500
|
Address32: any;
|
|
395
501
|
} | {
|
|
396
502
|
Address20: any;
|
|
397
|
-
} | string | Uint8Array, amount: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
503
|
+
} | string | Uint8Array, amount: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
504
|
+
Compact<u128>,
|
|
505
|
+
MultiAddress,
|
|
506
|
+
Compact<u128>
|
|
507
|
+
]>;
|
|
398
508
|
/**
|
|
399
509
|
* See [`Pallet::transfer_ownership`].
|
|
400
510
|
**/
|
|
@@ -408,7 +518,10 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
408
518
|
Address32: any;
|
|
409
519
|
} | {
|
|
410
520
|
Address20: any;
|
|
411
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
521
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
522
|
+
Compact<u128>,
|
|
523
|
+
MultiAddress
|
|
524
|
+
]>;
|
|
412
525
|
/**
|
|
413
526
|
* Generic tx
|
|
414
527
|
**/
|
|
@@ -420,7 +533,9 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
420
533
|
**/
|
|
421
534
|
planConfigChange: AugmentedSubmittable<(config: SpConsensusBabeDigestsNextConfigDescriptor | {
|
|
422
535
|
V1: any;
|
|
423
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
536
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
537
|
+
SpConsensusBabeDigestsNextConfigDescriptor
|
|
538
|
+
]>;
|
|
424
539
|
/**
|
|
425
540
|
* See [`Pallet::report_equivocation`].
|
|
426
541
|
**/
|
|
@@ -433,7 +548,10 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
433
548
|
session?: any;
|
|
434
549
|
trieNodes?: any;
|
|
435
550
|
validatorCount?: any;
|
|
436
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
551
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
552
|
+
SpConsensusSlotsEquivocationProof,
|
|
553
|
+
SpSessionMembershipProof
|
|
554
|
+
]>;
|
|
437
555
|
/**
|
|
438
556
|
* See [`Pallet::report_equivocation_unsigned`].
|
|
439
557
|
**/
|
|
@@ -446,7 +564,10 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
446
564
|
session?: any;
|
|
447
565
|
trieNodes?: any;
|
|
448
566
|
validatorCount?: any;
|
|
449
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
567
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
568
|
+
SpConsensusSlotsEquivocationProof,
|
|
569
|
+
SpSessionMembershipProof
|
|
570
|
+
]>;
|
|
450
571
|
/**
|
|
451
572
|
* Generic tx
|
|
452
573
|
**/
|
|
@@ -466,7 +587,9 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
466
587
|
Address32: any;
|
|
467
588
|
} | {
|
|
468
589
|
Address20: any;
|
|
469
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
590
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
591
|
+
MultiAddress
|
|
592
|
+
]>;
|
|
470
593
|
/**
|
|
471
594
|
* See [`Pallet::put_in_front_of_other`].
|
|
472
595
|
**/
|
|
@@ -490,7 +613,10 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
490
613
|
Address32: any;
|
|
491
614
|
} | {
|
|
492
615
|
Address20: any;
|
|
493
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
616
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
617
|
+
MultiAddress,
|
|
618
|
+
MultiAddress
|
|
619
|
+
]>;
|
|
494
620
|
/**
|
|
495
621
|
* See [`Pallet::rebag`].
|
|
496
622
|
**/
|
|
@@ -504,7 +630,9 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
504
630
|
Address32: any;
|
|
505
631
|
} | {
|
|
506
632
|
Address20: any;
|
|
507
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
633
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
634
|
+
MultiAddress
|
|
635
|
+
]>;
|
|
508
636
|
/**
|
|
509
637
|
* Generic tx
|
|
510
638
|
**/
|
|
@@ -514,7 +642,10 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
514
642
|
/**
|
|
515
643
|
* See [`Pallet::force_adjust_total_issuance`].
|
|
516
644
|
**/
|
|
517
|
-
forceAdjustTotalIssuance: AugmentedSubmittable<(direction: PalletBalancesAdjustmentDirection |
|
|
645
|
+
forceAdjustTotalIssuance: AugmentedSubmittable<(direction: PalletBalancesAdjustmentDirection | "Increase" | "Decrease" | number | Uint8Array, delta: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
646
|
+
PalletBalancesAdjustmentDirection,
|
|
647
|
+
Compact<u128>
|
|
648
|
+
]>;
|
|
518
649
|
/**
|
|
519
650
|
* See [`Pallet::force_set_balance`].
|
|
520
651
|
**/
|
|
@@ -528,7 +659,10 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
528
659
|
Address32: any;
|
|
529
660
|
} | {
|
|
530
661
|
Address20: any;
|
|
531
|
-
} | string | Uint8Array, newFree: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
662
|
+
} | string | Uint8Array, newFree: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
663
|
+
MultiAddress,
|
|
664
|
+
Compact<u128>
|
|
665
|
+
]>;
|
|
532
666
|
/**
|
|
533
667
|
* See [`Pallet::force_transfer`].
|
|
534
668
|
**/
|
|
@@ -552,7 +686,11 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
552
686
|
Address32: any;
|
|
553
687
|
} | {
|
|
554
688
|
Address20: any;
|
|
555
|
-
} | string | Uint8Array, value: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
689
|
+
} | string | Uint8Array, value: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
690
|
+
MultiAddress,
|
|
691
|
+
MultiAddress,
|
|
692
|
+
Compact<u128>
|
|
693
|
+
]>;
|
|
556
694
|
/**
|
|
557
695
|
* See [`Pallet::force_unreserve`].
|
|
558
696
|
**/
|
|
@@ -566,7 +704,10 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
566
704
|
Address32: any;
|
|
567
705
|
} | {
|
|
568
706
|
Address20: any;
|
|
569
|
-
} | string | Uint8Array, amount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
707
|
+
} | string | Uint8Array, amount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
708
|
+
MultiAddress,
|
|
709
|
+
u128
|
|
710
|
+
]>;
|
|
570
711
|
/**
|
|
571
712
|
* See [`Pallet::transfer_all`].
|
|
572
713
|
**/
|
|
@@ -580,7 +721,10 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
580
721
|
Address32: any;
|
|
581
722
|
} | {
|
|
582
723
|
Address20: any;
|
|
583
|
-
} | string | Uint8Array, keepAlive: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
724
|
+
} | string | Uint8Array, keepAlive: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
725
|
+
MultiAddress,
|
|
726
|
+
bool
|
|
727
|
+
]>;
|
|
584
728
|
/**
|
|
585
729
|
* See [`Pallet::transfer_allow_death`].
|
|
586
730
|
**/
|
|
@@ -594,7 +738,10 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
594
738
|
Address32: any;
|
|
595
739
|
} | {
|
|
596
740
|
Address20: any;
|
|
597
|
-
} | string | Uint8Array, value: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
741
|
+
} | string | Uint8Array, value: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
742
|
+
MultiAddress,
|
|
743
|
+
Compact<u128>
|
|
744
|
+
]>;
|
|
598
745
|
/**
|
|
599
746
|
* See [`Pallet::transfer_keep_alive`].
|
|
600
747
|
**/
|
|
@@ -608,11 +755,16 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
608
755
|
Address32: any;
|
|
609
756
|
} | {
|
|
610
757
|
Address20: any;
|
|
611
|
-
} | string | Uint8Array, value: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
758
|
+
} | string | Uint8Array, value: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
759
|
+
MultiAddress,
|
|
760
|
+
Compact<u128>
|
|
761
|
+
]>;
|
|
612
762
|
/**
|
|
613
763
|
* See [`Pallet::upgrade_accounts`].
|
|
614
764
|
**/
|
|
615
|
-
upgradeAccounts: AugmentedSubmittable<(who: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [
|
|
765
|
+
upgradeAccounts: AugmentedSubmittable<(who: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [
|
|
766
|
+
Vec<AccountId32>
|
|
767
|
+
]>;
|
|
616
768
|
/**
|
|
617
769
|
* Generic tx
|
|
618
770
|
**/
|
|
@@ -622,11 +774,15 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
622
774
|
/**
|
|
623
775
|
* See [`Pallet::set_base_fee_per_gas`].
|
|
624
776
|
**/
|
|
625
|
-
setBaseFeePerGas: AugmentedSubmittable<(fee: U256 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
777
|
+
setBaseFeePerGas: AugmentedSubmittable<(fee: U256 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
778
|
+
U256
|
|
779
|
+
]>;
|
|
626
780
|
/**
|
|
627
781
|
* See [`Pallet::set_elasticity`].
|
|
628
782
|
**/
|
|
629
|
-
setElasticity: AugmentedSubmittable<(elasticity: Permill | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
783
|
+
setElasticity: AugmentedSubmittable<(elasticity: Permill | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
784
|
+
Permill
|
|
785
|
+
]>;
|
|
630
786
|
/**
|
|
631
787
|
* Generic tx
|
|
632
788
|
**/
|
|
@@ -636,11 +792,15 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
636
792
|
/**
|
|
637
793
|
* See [`Pallet::accept_curator`].
|
|
638
794
|
**/
|
|
639
|
-
acceptCurator: AugmentedSubmittable<(bountyId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
795
|
+
acceptCurator: AugmentedSubmittable<(bountyId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
796
|
+
Compact<u32>
|
|
797
|
+
]>;
|
|
640
798
|
/**
|
|
641
799
|
* See [`Pallet::approve_bounty`].
|
|
642
800
|
**/
|
|
643
|
-
approveBounty: AugmentedSubmittable<(bountyId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
801
|
+
approveBounty: AugmentedSubmittable<(bountyId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
802
|
+
Compact<u32>
|
|
803
|
+
]>;
|
|
644
804
|
/**
|
|
645
805
|
* See [`Pallet::award_bounty`].
|
|
646
806
|
**/
|
|
@@ -654,23 +814,36 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
654
814
|
Address32: any;
|
|
655
815
|
} | {
|
|
656
816
|
Address20: any;
|
|
657
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
817
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
818
|
+
Compact<u32>,
|
|
819
|
+
MultiAddress
|
|
820
|
+
]>;
|
|
658
821
|
/**
|
|
659
822
|
* See [`Pallet::claim_bounty`].
|
|
660
823
|
**/
|
|
661
|
-
claimBounty: AugmentedSubmittable<(bountyId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
824
|
+
claimBounty: AugmentedSubmittable<(bountyId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
825
|
+
Compact<u32>
|
|
826
|
+
]>;
|
|
662
827
|
/**
|
|
663
828
|
* See [`Pallet::close_bounty`].
|
|
664
829
|
**/
|
|
665
|
-
closeBounty: AugmentedSubmittable<(bountyId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
830
|
+
closeBounty: AugmentedSubmittable<(bountyId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
831
|
+
Compact<u32>
|
|
832
|
+
]>;
|
|
666
833
|
/**
|
|
667
834
|
* See [`Pallet::extend_bounty_expiry`].
|
|
668
835
|
**/
|
|
669
|
-
extendBountyExpiry: AugmentedSubmittable<(bountyId: Compact<u32> | AnyNumber | Uint8Array, remark: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
836
|
+
extendBountyExpiry: AugmentedSubmittable<(bountyId: Compact<u32> | AnyNumber | Uint8Array, remark: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
837
|
+
Compact<u32>,
|
|
838
|
+
Bytes
|
|
839
|
+
]>;
|
|
670
840
|
/**
|
|
671
841
|
* See [`Pallet::propose_bounty`].
|
|
672
842
|
**/
|
|
673
|
-
proposeBounty: AugmentedSubmittable<(value: Compact<u128> | AnyNumber | Uint8Array, description: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
843
|
+
proposeBounty: AugmentedSubmittable<(value: Compact<u128> | AnyNumber | Uint8Array, description: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
844
|
+
Compact<u128>,
|
|
845
|
+
Bytes
|
|
846
|
+
]>;
|
|
674
847
|
/**
|
|
675
848
|
* See [`Pallet::propose_curator`].
|
|
676
849
|
**/
|
|
@@ -684,11 +857,17 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
684
857
|
Address32: any;
|
|
685
858
|
} | {
|
|
686
859
|
Address20: any;
|
|
687
|
-
} | string | Uint8Array, fee: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
860
|
+
} | string | Uint8Array, fee: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
861
|
+
Compact<u32>,
|
|
862
|
+
MultiAddress,
|
|
863
|
+
Compact<u128>
|
|
864
|
+
]>;
|
|
688
865
|
/**
|
|
689
866
|
* See [`Pallet::unassign_curator`].
|
|
690
867
|
**/
|
|
691
|
-
unassignCurator: AugmentedSubmittable<(bountyId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
868
|
+
unassignCurator: AugmentedSubmittable<(bountyId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
869
|
+
Compact<u32>
|
|
870
|
+
]>;
|
|
692
871
|
/**
|
|
693
872
|
* Generic tx
|
|
694
873
|
**/
|
|
@@ -698,11 +877,18 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
698
877
|
/**
|
|
699
878
|
* See [`Pallet::accept_curator`].
|
|
700
879
|
**/
|
|
701
|
-
acceptCurator: AugmentedSubmittable<(parentBountyId: Compact<u32> | AnyNumber | Uint8Array, childBountyId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
880
|
+
acceptCurator: AugmentedSubmittable<(parentBountyId: Compact<u32> | AnyNumber | Uint8Array, childBountyId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
881
|
+
Compact<u32>,
|
|
882
|
+
Compact<u32>
|
|
883
|
+
]>;
|
|
702
884
|
/**
|
|
703
885
|
* See [`Pallet::add_child_bounty`].
|
|
704
886
|
**/
|
|
705
|
-
addChildBounty: AugmentedSubmittable<(parentBountyId: Compact<u32> | AnyNumber | Uint8Array, value: Compact<u128> | AnyNumber | Uint8Array, description: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
887
|
+
addChildBounty: AugmentedSubmittable<(parentBountyId: Compact<u32> | AnyNumber | Uint8Array, value: Compact<u128> | AnyNumber | Uint8Array, description: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
888
|
+
Compact<u32>,
|
|
889
|
+
Compact<u128>,
|
|
890
|
+
Bytes
|
|
891
|
+
]>;
|
|
706
892
|
/**
|
|
707
893
|
* See [`Pallet::award_child_bounty`].
|
|
708
894
|
**/
|
|
@@ -716,15 +902,25 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
716
902
|
Address32: any;
|
|
717
903
|
} | {
|
|
718
904
|
Address20: any;
|
|
719
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
905
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
906
|
+
Compact<u32>,
|
|
907
|
+
Compact<u32>,
|
|
908
|
+
MultiAddress
|
|
909
|
+
]>;
|
|
720
910
|
/**
|
|
721
911
|
* See [`Pallet::claim_child_bounty`].
|
|
722
912
|
**/
|
|
723
|
-
claimChildBounty: AugmentedSubmittable<(parentBountyId: Compact<u32> | AnyNumber | Uint8Array, childBountyId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
913
|
+
claimChildBounty: AugmentedSubmittable<(parentBountyId: Compact<u32> | AnyNumber | Uint8Array, childBountyId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
914
|
+
Compact<u32>,
|
|
915
|
+
Compact<u32>
|
|
916
|
+
]>;
|
|
724
917
|
/**
|
|
725
918
|
* See [`Pallet::close_child_bounty`].
|
|
726
919
|
**/
|
|
727
|
-
closeChildBounty: AugmentedSubmittable<(parentBountyId: Compact<u32> | AnyNumber | Uint8Array, childBountyId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
920
|
+
closeChildBounty: AugmentedSubmittable<(parentBountyId: Compact<u32> | AnyNumber | Uint8Array, childBountyId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
921
|
+
Compact<u32>,
|
|
922
|
+
Compact<u32>
|
|
923
|
+
]>;
|
|
728
924
|
/**
|
|
729
925
|
* See [`Pallet::propose_curator`].
|
|
730
926
|
**/
|
|
@@ -738,11 +934,19 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
738
934
|
Address32: any;
|
|
739
935
|
} | {
|
|
740
936
|
Address20: any;
|
|
741
|
-
} | string | Uint8Array, fee: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
937
|
+
} | string | Uint8Array, fee: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
938
|
+
Compact<u32>,
|
|
939
|
+
Compact<u32>,
|
|
940
|
+
MultiAddress,
|
|
941
|
+
Compact<u128>
|
|
942
|
+
]>;
|
|
742
943
|
/**
|
|
743
944
|
* See [`Pallet::unassign_curator`].
|
|
744
945
|
**/
|
|
745
|
-
unassignCurator: AugmentedSubmittable<(parentBountyId: Compact<u32> | AnyNumber | Uint8Array, childBountyId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
946
|
+
unassignCurator: AugmentedSubmittable<(parentBountyId: Compact<u32> | AnyNumber | Uint8Array, childBountyId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
947
|
+
Compact<u32>,
|
|
948
|
+
Compact<u32>
|
|
949
|
+
]>;
|
|
746
950
|
/**
|
|
747
951
|
* Generic tx
|
|
748
952
|
**/
|
|
@@ -764,7 +968,11 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
764
968
|
EVM: any;
|
|
765
969
|
} | {
|
|
766
970
|
Native: any;
|
|
767
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
971
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
972
|
+
Option<PalletAirdropClaimsUtilsMultiAddress>,
|
|
973
|
+
Option<PalletAirdropClaimsUtilsMultiAddress>,
|
|
974
|
+
PalletAirdropClaimsUtilsMultiAddressSignature
|
|
975
|
+
]>;
|
|
768
976
|
/**
|
|
769
977
|
* See [`Pallet::claim_attest`].
|
|
770
978
|
**/
|
|
@@ -780,7 +988,12 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
780
988
|
EVM: any;
|
|
781
989
|
} | {
|
|
782
990
|
Native: any;
|
|
783
|
-
} | string | Uint8Array, statement: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
991
|
+
} | string | Uint8Array, statement: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
992
|
+
Option<PalletAirdropClaimsUtilsMultiAddress>,
|
|
993
|
+
Option<PalletAirdropClaimsUtilsMultiAddress>,
|
|
994
|
+
PalletAirdropClaimsUtilsMultiAddressSignature,
|
|
995
|
+
Bytes
|
|
996
|
+
]>;
|
|
784
997
|
/**
|
|
785
998
|
* See [`Pallet::claim_signed`].
|
|
786
999
|
**/
|
|
@@ -788,7 +1001,9 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
788
1001
|
EVM: any;
|
|
789
1002
|
} | {
|
|
790
1003
|
Native: any;
|
|
791
|
-
} | string) => SubmittableExtrinsic<ApiType>, [
|
|
1004
|
+
} | string) => SubmittableExtrinsic<ApiType>, [
|
|
1005
|
+
Option<PalletAirdropClaimsUtilsMultiAddress>
|
|
1006
|
+
]>;
|
|
792
1007
|
/**
|
|
793
1008
|
* See [`Pallet::force_set_expiry_config`].
|
|
794
1009
|
**/
|
|
@@ -796,7 +1011,10 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
796
1011
|
EVM: any;
|
|
797
1012
|
} | {
|
|
798
1013
|
Native: any;
|
|
799
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1014
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1015
|
+
u64,
|
|
1016
|
+
PalletAirdropClaimsUtilsMultiAddress
|
|
1017
|
+
]>;
|
|
800
1018
|
/**
|
|
801
1019
|
* See [`Pallet::mint_claim`].
|
|
802
1020
|
**/
|
|
@@ -804,7 +1022,16 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
804
1022
|
EVM: any;
|
|
805
1023
|
} | {
|
|
806
1024
|
Native: any;
|
|
807
|
-
} | string | Uint8Array, value: u128 | AnyNumber | Uint8Array, vestingSchedule: Option<Vec<ITuple<[u128, u128, u64]>>> | null | Uint8Array | Vec<ITuple<[u128, u128, u64]>> |
|
|
1025
|
+
} | string | Uint8Array, value: u128 | AnyNumber | Uint8Array, vestingSchedule: Option<Vec<ITuple<[u128, u128, u64]>>> | null | Uint8Array | Vec<ITuple<[u128, u128, u64]>> | [
|
|
1026
|
+
u128 | AnyNumber | Uint8Array,
|
|
1027
|
+
u128 | AnyNumber | Uint8Array,
|
|
1028
|
+
u64 | AnyNumber | Uint8Array
|
|
1029
|
+
][], statement: Option<PalletAirdropClaimsStatementKind> | null | Uint8Array | PalletAirdropClaimsStatementKind | "Regular" | "Safe" | number) => SubmittableExtrinsic<ApiType>, [
|
|
1030
|
+
PalletAirdropClaimsUtilsMultiAddress,
|
|
1031
|
+
u128,
|
|
1032
|
+
Option<Vec<ITuple<[u128, u128, u64]>>>,
|
|
1033
|
+
Option<PalletAirdropClaimsStatementKind>
|
|
1034
|
+
]>;
|
|
808
1035
|
/**
|
|
809
1036
|
* See [`Pallet::move_claim`].
|
|
810
1037
|
**/
|
|
@@ -816,7 +1043,10 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
816
1043
|
EVM: any;
|
|
817
1044
|
} | {
|
|
818
1045
|
Native: any;
|
|
819
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1046
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1047
|
+
PalletAirdropClaimsUtilsMultiAddress,
|
|
1048
|
+
PalletAirdropClaimsUtilsMultiAddress
|
|
1049
|
+
]>;
|
|
820
1050
|
/**
|
|
821
1051
|
* Generic tx
|
|
822
1052
|
**/
|
|
@@ -829,27 +1059,49 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
829
1059
|
close: AugmentedSubmittable<(proposalHash: H256 | string | Uint8Array, index: Compact<u32> | AnyNumber | Uint8Array, proposalWeightBound: SpWeightsWeightV2Weight | {
|
|
830
1060
|
refTime?: any;
|
|
831
1061
|
proofSize?: any;
|
|
832
|
-
} | string | Uint8Array, lengthBound: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1062
|
+
} | string | Uint8Array, lengthBound: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1063
|
+
H256,
|
|
1064
|
+
Compact<u32>,
|
|
1065
|
+
SpWeightsWeightV2Weight,
|
|
1066
|
+
Compact<u32>
|
|
1067
|
+
]>;
|
|
833
1068
|
/**
|
|
834
1069
|
* See [`Pallet::disapprove_proposal`].
|
|
835
1070
|
**/
|
|
836
|
-
disapproveProposal: AugmentedSubmittable<(proposalHash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1071
|
+
disapproveProposal: AugmentedSubmittable<(proposalHash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1072
|
+
H256
|
|
1073
|
+
]>;
|
|
837
1074
|
/**
|
|
838
1075
|
* See [`Pallet::execute`].
|
|
839
1076
|
**/
|
|
840
|
-
execute: AugmentedSubmittable<(proposal: Call | IMethod | string | Uint8Array, lengthBound: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1077
|
+
execute: AugmentedSubmittable<(proposal: Call | IMethod | string | Uint8Array, lengthBound: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1078
|
+
Call,
|
|
1079
|
+
Compact<u32>
|
|
1080
|
+
]>;
|
|
841
1081
|
/**
|
|
842
1082
|
* See [`Pallet::propose`].
|
|
843
1083
|
**/
|
|
844
|
-
propose: AugmentedSubmittable<(threshold: Compact<u32> | AnyNumber | Uint8Array, proposal: Call | IMethod | string | Uint8Array, lengthBound: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1084
|
+
propose: AugmentedSubmittable<(threshold: Compact<u32> | AnyNumber | Uint8Array, proposal: Call | IMethod | string | Uint8Array, lengthBound: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1085
|
+
Compact<u32>,
|
|
1086
|
+
Call,
|
|
1087
|
+
Compact<u32>
|
|
1088
|
+
]>;
|
|
845
1089
|
/**
|
|
846
1090
|
* See [`Pallet::set_members`].
|
|
847
1091
|
**/
|
|
848
|
-
setMembers: AugmentedSubmittable<(newMembers: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[], prime: Option<AccountId32> | null | Uint8Array | AccountId32 | string, oldCount: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1092
|
+
setMembers: AugmentedSubmittable<(newMembers: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[], prime: Option<AccountId32> | null | Uint8Array | AccountId32 | string, oldCount: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1093
|
+
Vec<AccountId32>,
|
|
1094
|
+
Option<AccountId32>,
|
|
1095
|
+
u32
|
|
1096
|
+
]>;
|
|
849
1097
|
/**
|
|
850
1098
|
* See [`Pallet::vote`].
|
|
851
1099
|
**/
|
|
852
|
-
vote: AugmentedSubmittable<(proposal: H256 | string | Uint8Array, index: Compact<u32> | AnyNumber | Uint8Array, approve: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1100
|
+
vote: AugmentedSubmittable<(proposal: H256 | string | Uint8Array, index: Compact<u32> | AnyNumber | Uint8Array, approve: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1101
|
+
H256,
|
|
1102
|
+
Compact<u32>,
|
|
1103
|
+
bool
|
|
1104
|
+
]>;
|
|
853
1105
|
/**
|
|
854
1106
|
* Generic tx
|
|
855
1107
|
**/
|
|
@@ -859,19 +1111,27 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
859
1111
|
/**
|
|
860
1112
|
* See [`Pallet::blacklist`].
|
|
861
1113
|
**/
|
|
862
|
-
blacklist: AugmentedSubmittable<(proposalHash: H256 | string | Uint8Array, maybeRefIndex: Option<u32> | null | Uint8Array | u32 | AnyNumber) => SubmittableExtrinsic<ApiType>, [
|
|
1114
|
+
blacklist: AugmentedSubmittable<(proposalHash: H256 | string | Uint8Array, maybeRefIndex: Option<u32> | null | Uint8Array | u32 | AnyNumber) => SubmittableExtrinsic<ApiType>, [
|
|
1115
|
+
H256,
|
|
1116
|
+
Option<u32>
|
|
1117
|
+
]>;
|
|
863
1118
|
/**
|
|
864
1119
|
* See [`Pallet::cancel_proposal`].
|
|
865
1120
|
**/
|
|
866
|
-
cancelProposal: AugmentedSubmittable<(propIndex: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1121
|
+
cancelProposal: AugmentedSubmittable<(propIndex: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1122
|
+
Compact<u32>
|
|
1123
|
+
]>;
|
|
867
1124
|
/**
|
|
868
1125
|
* See [`Pallet::cancel_referendum`].
|
|
869
1126
|
**/
|
|
870
|
-
cancelReferendum: AugmentedSubmittable<(refIndex: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1127
|
+
cancelReferendum: AugmentedSubmittable<(refIndex: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1128
|
+
Compact<u32>
|
|
1129
|
+
]>;
|
|
871
1130
|
/**
|
|
872
1131
|
* See [`Pallet::clear_public_proposals`].
|
|
873
1132
|
**/
|
|
874
|
-
clearPublicProposals: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, [
|
|
1133
|
+
clearPublicProposals: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, [
|
|
1134
|
+
]>;
|
|
875
1135
|
/**
|
|
876
1136
|
* See [`Pallet::delegate`].
|
|
877
1137
|
**/
|
|
@@ -885,11 +1145,17 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
885
1145
|
Address32: any;
|
|
886
1146
|
} | {
|
|
887
1147
|
Address20: any;
|
|
888
|
-
} | string | Uint8Array, conviction: PalletDemocracyConviction |
|
|
1148
|
+
} | string | Uint8Array, conviction: PalletDemocracyConviction | "None" | "Locked1x" | "Locked2x" | "Locked3x" | "Locked4x" | "Locked5x" | "Locked6x" | number | Uint8Array, balance: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1149
|
+
MultiAddress,
|
|
1150
|
+
PalletDemocracyConviction,
|
|
1151
|
+
u128
|
|
1152
|
+
]>;
|
|
889
1153
|
/**
|
|
890
1154
|
* See [`Pallet::emergency_cancel`].
|
|
891
1155
|
**/
|
|
892
|
-
emergencyCancel: AugmentedSubmittable<(refIndex: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1156
|
+
emergencyCancel: AugmentedSubmittable<(refIndex: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1157
|
+
u32
|
|
1158
|
+
]>;
|
|
893
1159
|
/**
|
|
894
1160
|
* See [`Pallet::external_propose`].
|
|
895
1161
|
**/
|
|
@@ -899,7 +1165,9 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
899
1165
|
Inline: any;
|
|
900
1166
|
} | {
|
|
901
1167
|
Lookup: any;
|
|
902
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1168
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1169
|
+
FrameSupportPreimagesBounded
|
|
1170
|
+
]>;
|
|
903
1171
|
/**
|
|
904
1172
|
* See [`Pallet::external_propose_default`].
|
|
905
1173
|
**/
|
|
@@ -909,7 +1177,9 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
909
1177
|
Inline: any;
|
|
910
1178
|
} | {
|
|
911
1179
|
Lookup: any;
|
|
912
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1180
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1181
|
+
FrameSupportPreimagesBounded
|
|
1182
|
+
]>;
|
|
913
1183
|
/**
|
|
914
1184
|
* See [`Pallet::external_propose_majority`].
|
|
915
1185
|
**/
|
|
@@ -919,11 +1189,17 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
919
1189
|
Inline: any;
|
|
920
1190
|
} | {
|
|
921
1191
|
Lookup: any;
|
|
922
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1192
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1193
|
+
FrameSupportPreimagesBounded
|
|
1194
|
+
]>;
|
|
923
1195
|
/**
|
|
924
1196
|
* See [`Pallet::fast_track`].
|
|
925
1197
|
**/
|
|
926
|
-
fastTrack: AugmentedSubmittable<(proposalHash: H256 | string | Uint8Array, votingPeriod: u64 | AnyNumber | Uint8Array, delay: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1198
|
+
fastTrack: AugmentedSubmittable<(proposalHash: H256 | string | Uint8Array, votingPeriod: u64 | AnyNumber | Uint8Array, delay: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1199
|
+
H256,
|
|
1200
|
+
u64,
|
|
1201
|
+
u64
|
|
1202
|
+
]>;
|
|
927
1203
|
/**
|
|
928
1204
|
* See [`Pallet::propose`].
|
|
929
1205
|
**/
|
|
@@ -933,7 +1209,10 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
933
1209
|
Inline: any;
|
|
934
1210
|
} | {
|
|
935
1211
|
Lookup: any;
|
|
936
|
-
} | string | Uint8Array, value: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1212
|
+
} | string | Uint8Array, value: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1213
|
+
FrameSupportPreimagesBounded,
|
|
1214
|
+
Compact<u128>
|
|
1215
|
+
]>;
|
|
937
1216
|
/**
|
|
938
1217
|
* See [`Pallet::remove_other_vote`].
|
|
939
1218
|
**/
|
|
@@ -947,15 +1226,22 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
947
1226
|
Address32: any;
|
|
948
1227
|
} | {
|
|
949
1228
|
Address20: any;
|
|
950
|
-
} | string | Uint8Array, index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1229
|
+
} | string | Uint8Array, index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1230
|
+
MultiAddress,
|
|
1231
|
+
u32
|
|
1232
|
+
]>;
|
|
951
1233
|
/**
|
|
952
1234
|
* See [`Pallet::remove_vote`].
|
|
953
1235
|
**/
|
|
954
|
-
removeVote: AugmentedSubmittable<(index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1236
|
+
removeVote: AugmentedSubmittable<(index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1237
|
+
u32
|
|
1238
|
+
]>;
|
|
955
1239
|
/**
|
|
956
1240
|
* See [`Pallet::second`].
|
|
957
1241
|
**/
|
|
958
|
-
second: AugmentedSubmittable<(proposal: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1242
|
+
second: AugmentedSubmittable<(proposal: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1243
|
+
Compact<u32>
|
|
1244
|
+
]>;
|
|
959
1245
|
/**
|
|
960
1246
|
* See [`Pallet::set_metadata`].
|
|
961
1247
|
**/
|
|
@@ -965,7 +1251,10 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
965
1251
|
Proposal: any;
|
|
966
1252
|
} | {
|
|
967
1253
|
Referendum: any;
|
|
968
|
-
} | string | Uint8Array, maybeHash: Option<H256> | null | Uint8Array | H256 | string) => SubmittableExtrinsic<ApiType>, [
|
|
1254
|
+
} | string | Uint8Array, maybeHash: Option<H256> | null | Uint8Array | H256 | string) => SubmittableExtrinsic<ApiType>, [
|
|
1255
|
+
PalletDemocracyMetadataOwner,
|
|
1256
|
+
Option<H256>
|
|
1257
|
+
]>;
|
|
969
1258
|
/**
|
|
970
1259
|
* See [`Pallet::undelegate`].
|
|
971
1260
|
**/
|
|
@@ -983,11 +1272,15 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
983
1272
|
Address32: any;
|
|
984
1273
|
} | {
|
|
985
1274
|
Address20: any;
|
|
986
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1275
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1276
|
+
MultiAddress
|
|
1277
|
+
]>;
|
|
987
1278
|
/**
|
|
988
1279
|
* See [`Pallet::veto_external`].
|
|
989
1280
|
**/
|
|
990
|
-
vetoExternal: AugmentedSubmittable<(proposalHash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1281
|
+
vetoExternal: AugmentedSubmittable<(proposalHash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1282
|
+
H256
|
|
1283
|
+
]>;
|
|
991
1284
|
/**
|
|
992
1285
|
* See [`Pallet::vote`].
|
|
993
1286
|
**/
|
|
@@ -995,24 +1288,10 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
995
1288
|
Standard: any;
|
|
996
1289
|
} | {
|
|
997
1290
|
Split: any;
|
|
998
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
[key: string]: SubmittableExtrinsicFunction<ApiType>;
|
|
1003
|
-
};
|
|
1004
|
-
dkg: {
|
|
1005
|
-
/**
|
|
1006
|
-
* See [`Pallet::set_fee`].
|
|
1007
|
-
**/
|
|
1008
|
-
setFee: AugmentedSubmittable<(feeInfo: PalletDkgFeeInfo | {
|
|
1009
|
-
baseFee?: any;
|
|
1010
|
-
dkgValidatorFee?: any;
|
|
1011
|
-
sigValidatorFee?: any;
|
|
1012
|
-
refreshValidatorFee?: any;
|
|
1013
|
-
storageFeePerByte?: any;
|
|
1014
|
-
storageFeePerBlock?: any;
|
|
1015
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletDkgFeeInfo]>;
|
|
1291
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1292
|
+
Compact<u32>,
|
|
1293
|
+
PalletDemocracyVoteAccountVote
|
|
1294
|
+
]>;
|
|
1016
1295
|
/**
|
|
1017
1296
|
* Generic tx
|
|
1018
1297
|
**/
|
|
@@ -1022,7 +1301,9 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
1022
1301
|
/**
|
|
1023
1302
|
* See [`Pallet::note_min_gas_price_target`].
|
|
1024
1303
|
**/
|
|
1025
|
-
noteMinGasPriceTarget: AugmentedSubmittable<(target: U256 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1304
|
+
noteMinGasPriceTarget: AugmentedSubmittable<(target: U256 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1305
|
+
U256
|
|
1306
|
+
]>;
|
|
1026
1307
|
/**
|
|
1027
1308
|
* Generic tx
|
|
1028
1309
|
**/
|
|
@@ -1032,14 +1313,22 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
1032
1313
|
/**
|
|
1033
1314
|
* See [`Pallet::governance_fallback`].
|
|
1034
1315
|
**/
|
|
1035
|
-
governanceFallback: AugmentedSubmittable<(maybeMaxVoters: Option<u32> | null | Uint8Array | u32 | AnyNumber, maybeMaxTargets: Option<u32> | null | Uint8Array | u32 | AnyNumber) => SubmittableExtrinsic<ApiType>, [
|
|
1316
|
+
governanceFallback: AugmentedSubmittable<(maybeMaxVoters: Option<u32> | null | Uint8Array | u32 | AnyNumber, maybeMaxTargets: Option<u32> | null | Uint8Array | u32 | AnyNumber) => SubmittableExtrinsic<ApiType>, [
|
|
1317
|
+
Option<u32>,
|
|
1318
|
+
Option<u32>
|
|
1319
|
+
]>;
|
|
1036
1320
|
/**
|
|
1037
1321
|
* See [`Pallet::set_emergency_election_result`].
|
|
1038
1322
|
**/
|
|
1039
|
-
setEmergencyElectionResult: AugmentedSubmittable<(supports: Vec<ITuple<[AccountId32, SpNposElectionsSupport]>> |
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1323
|
+
setEmergencyElectionResult: AugmentedSubmittable<(supports: Vec<ITuple<[AccountId32, SpNposElectionsSupport]>> | [
|
|
1324
|
+
AccountId32 | string | Uint8Array,
|
|
1325
|
+
(SpNposElectionsSupport | {
|
|
1326
|
+
total?: any;
|
|
1327
|
+
voters?: any;
|
|
1328
|
+
} | string | Uint8Array)
|
|
1329
|
+
][]) => SubmittableExtrinsic<ApiType>, [
|
|
1330
|
+
Vec<ITuple<[AccountId32, SpNposElectionsSupport]>>
|
|
1331
|
+
]>;
|
|
1043
1332
|
/**
|
|
1044
1333
|
* See [`Pallet::set_minimum_untrusted_score`].
|
|
1045
1334
|
**/
|
|
@@ -1047,7 +1336,9 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
1047
1336
|
minimalStake?: any;
|
|
1048
1337
|
sumStake?: any;
|
|
1049
1338
|
sumStakeSquared?: any;
|
|
1050
|
-
} | string) => SubmittableExtrinsic<ApiType>, [
|
|
1339
|
+
} | string) => SubmittableExtrinsic<ApiType>, [
|
|
1340
|
+
Option<SpNposElectionsElectionScore>
|
|
1341
|
+
]>;
|
|
1051
1342
|
/**
|
|
1052
1343
|
* See [`Pallet::submit`].
|
|
1053
1344
|
**/
|
|
@@ -1055,7 +1346,9 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
1055
1346
|
solution?: any;
|
|
1056
1347
|
score?: any;
|
|
1057
1348
|
round?: any;
|
|
1058
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1349
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1350
|
+
PalletElectionProviderMultiPhaseRawSolution
|
|
1351
|
+
]>;
|
|
1059
1352
|
/**
|
|
1060
1353
|
* See [`Pallet::submit_unsigned`].
|
|
1061
1354
|
**/
|
|
@@ -1066,7 +1359,10 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
1066
1359
|
} | string | Uint8Array, witness: PalletElectionProviderMultiPhaseSolutionOrSnapshotSize | {
|
|
1067
1360
|
voters?: any;
|
|
1068
1361
|
targets?: any;
|
|
1069
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1362
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1363
|
+
PalletElectionProviderMultiPhaseRawSolution,
|
|
1364
|
+
PalletElectionProviderMultiPhaseSolutionOrSnapshotSize
|
|
1365
|
+
]>;
|
|
1070
1366
|
/**
|
|
1071
1367
|
* Generic tx
|
|
1072
1368
|
**/
|
|
@@ -1076,7 +1372,10 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
1076
1372
|
/**
|
|
1077
1373
|
* See [`Pallet::clean_defunct_voters`].
|
|
1078
1374
|
**/
|
|
1079
|
-
cleanDefunctVoters: AugmentedSubmittable<(numVoters: u32 | AnyNumber | Uint8Array, numDefunct: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1375
|
+
cleanDefunctVoters: AugmentedSubmittable<(numVoters: u32 | AnyNumber | Uint8Array, numDefunct: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1376
|
+
u32,
|
|
1377
|
+
u32
|
|
1378
|
+
]>;
|
|
1080
1379
|
/**
|
|
1081
1380
|
* See [`Pallet::remove_member`].
|
|
1082
1381
|
**/
|
|
@@ -1090,11 +1389,16 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
1090
1389
|
Address32: any;
|
|
1091
1390
|
} | {
|
|
1092
1391
|
Address20: any;
|
|
1093
|
-
} | string | Uint8Array, slashBond: bool | boolean | Uint8Array, rerunElection: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1392
|
+
} | string | Uint8Array, slashBond: bool | boolean | Uint8Array, rerunElection: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1393
|
+
MultiAddress,
|
|
1394
|
+
bool,
|
|
1395
|
+
bool
|
|
1396
|
+
]>;
|
|
1094
1397
|
/**
|
|
1095
1398
|
* See [`Pallet::remove_voter`].
|
|
1096
1399
|
**/
|
|
1097
|
-
removeVoter: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, [
|
|
1400
|
+
removeVoter: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, [
|
|
1401
|
+
]>;
|
|
1098
1402
|
/**
|
|
1099
1403
|
* See [`Pallet::renounce_candidacy`].
|
|
1100
1404
|
**/
|
|
@@ -1104,15 +1408,22 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
1104
1408
|
RunnerUp: any;
|
|
1105
1409
|
} | {
|
|
1106
1410
|
Candidate: any;
|
|
1107
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1411
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1412
|
+
PalletElectionsPhragmenRenouncing
|
|
1413
|
+
]>;
|
|
1108
1414
|
/**
|
|
1109
1415
|
* See [`Pallet::submit_candidacy`].
|
|
1110
1416
|
**/
|
|
1111
|
-
submitCandidacy: AugmentedSubmittable<(candidateCount: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1417
|
+
submitCandidacy: AugmentedSubmittable<(candidateCount: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1418
|
+
Compact<u32>
|
|
1419
|
+
]>;
|
|
1112
1420
|
/**
|
|
1113
1421
|
* See [`Pallet::vote`].
|
|
1114
1422
|
**/
|
|
1115
|
-
vote: AugmentedSubmittable<(votes: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[], value: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1423
|
+
vote: AugmentedSubmittable<(votes: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[], value: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1424
|
+
Vec<AccountId32>,
|
|
1425
|
+
Compact<u128>
|
|
1426
|
+
]>;
|
|
1116
1427
|
/**
|
|
1117
1428
|
* Generic tx
|
|
1118
1429
|
**/
|
|
@@ -1128,7 +1439,9 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
1128
1439
|
EIP2930: any;
|
|
1129
1440
|
} | {
|
|
1130
1441
|
EIP1559: any;
|
|
1131
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1442
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1443
|
+
EthereumTransactionTransactionV2
|
|
1444
|
+
]>;
|
|
1132
1445
|
/**
|
|
1133
1446
|
* Generic tx
|
|
1134
1447
|
**/
|
|
@@ -1138,19 +1451,60 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
1138
1451
|
/**
|
|
1139
1452
|
* See [`Pallet::call`].
|
|
1140
1453
|
**/
|
|
1141
|
-
call: AugmentedSubmittable<(source: H160 | string | Uint8Array, target: H160 | string | Uint8Array, input: Bytes | string | Uint8Array, value: U256 | AnyNumber | Uint8Array, gasLimit: u64 | AnyNumber | Uint8Array, maxFeePerGas: U256 | AnyNumber | Uint8Array, maxPriorityFeePerGas: Option<U256> | null | Uint8Array | U256 | AnyNumber, nonce: Option<U256> | null | Uint8Array | U256 | AnyNumber, accessList: Vec<ITuple<[H160, Vec<H256>]>> |
|
|
1454
|
+
call: AugmentedSubmittable<(source: H160 | string | Uint8Array, target: H160 | string | Uint8Array, input: Bytes | string | Uint8Array, value: U256 | AnyNumber | Uint8Array, gasLimit: u64 | AnyNumber | Uint8Array, maxFeePerGas: U256 | AnyNumber | Uint8Array, maxPriorityFeePerGas: Option<U256> | null | Uint8Array | U256 | AnyNumber, nonce: Option<U256> | null | Uint8Array | U256 | AnyNumber, accessList: Vec<ITuple<[H160, Vec<H256>]>> | [
|
|
1455
|
+
H160 | string | Uint8Array,
|
|
1456
|
+
Vec<H256> | (H256 | string | Uint8Array)[]
|
|
1457
|
+
][]) => SubmittableExtrinsic<ApiType>, [
|
|
1458
|
+
H160,
|
|
1459
|
+
H160,
|
|
1460
|
+
Bytes,
|
|
1461
|
+
U256,
|
|
1462
|
+
u64,
|
|
1463
|
+
U256,
|
|
1464
|
+
Option<U256>,
|
|
1465
|
+
Option<U256>,
|
|
1466
|
+
Vec<ITuple<[H160, Vec<H256>]>>
|
|
1467
|
+
]>;
|
|
1142
1468
|
/**
|
|
1143
1469
|
* See [`Pallet::create`].
|
|
1144
1470
|
**/
|
|
1145
|
-
create: AugmentedSubmittable<(source: H160 | string | Uint8Array, init: Bytes | string | Uint8Array, value: U256 | AnyNumber | Uint8Array, gasLimit: u64 | AnyNumber | Uint8Array, maxFeePerGas: U256 | AnyNumber | Uint8Array, maxPriorityFeePerGas: Option<U256> | null | Uint8Array | U256 | AnyNumber, nonce: Option<U256> | null | Uint8Array | U256 | AnyNumber, accessList: Vec<ITuple<[H160, Vec<H256>]>> |
|
|
1471
|
+
create: AugmentedSubmittable<(source: H160 | string | Uint8Array, init: Bytes | string | Uint8Array, value: U256 | AnyNumber | Uint8Array, gasLimit: u64 | AnyNumber | Uint8Array, maxFeePerGas: U256 | AnyNumber | Uint8Array, maxPriorityFeePerGas: Option<U256> | null | Uint8Array | U256 | AnyNumber, nonce: Option<U256> | null | Uint8Array | U256 | AnyNumber, accessList: Vec<ITuple<[H160, Vec<H256>]>> | [
|
|
1472
|
+
H160 | string | Uint8Array,
|
|
1473
|
+
Vec<H256> | (H256 | string | Uint8Array)[]
|
|
1474
|
+
][]) => SubmittableExtrinsic<ApiType>, [
|
|
1475
|
+
H160,
|
|
1476
|
+
Bytes,
|
|
1477
|
+
U256,
|
|
1478
|
+
u64,
|
|
1479
|
+
U256,
|
|
1480
|
+
Option<U256>,
|
|
1481
|
+
Option<U256>,
|
|
1482
|
+
Vec<ITuple<[H160, Vec<H256>]>>
|
|
1483
|
+
]>;
|
|
1146
1484
|
/**
|
|
1147
1485
|
* See [`Pallet::create2`].
|
|
1148
1486
|
**/
|
|
1149
|
-
create2: AugmentedSubmittable<(source: H160 | string | Uint8Array, init: Bytes | string | Uint8Array, salt: H256 | string | Uint8Array, value: U256 | AnyNumber | Uint8Array, gasLimit: u64 | AnyNumber | Uint8Array, maxFeePerGas: U256 | AnyNumber | Uint8Array, maxPriorityFeePerGas: Option<U256> | null | Uint8Array | U256 | AnyNumber, nonce: Option<U256> | null | Uint8Array | U256 | AnyNumber, accessList: Vec<ITuple<[H160, Vec<H256>]>> |
|
|
1487
|
+
create2: AugmentedSubmittable<(source: H160 | string | Uint8Array, init: Bytes | string | Uint8Array, salt: H256 | string | Uint8Array, value: U256 | AnyNumber | Uint8Array, gasLimit: u64 | AnyNumber | Uint8Array, maxFeePerGas: U256 | AnyNumber | Uint8Array, maxPriorityFeePerGas: Option<U256> | null | Uint8Array | U256 | AnyNumber, nonce: Option<U256> | null | Uint8Array | U256 | AnyNumber, accessList: Vec<ITuple<[H160, Vec<H256>]>> | [
|
|
1488
|
+
H160 | string | Uint8Array,
|
|
1489
|
+
Vec<H256> | (H256 | string | Uint8Array)[]
|
|
1490
|
+
][]) => SubmittableExtrinsic<ApiType>, [
|
|
1491
|
+
H160,
|
|
1492
|
+
Bytes,
|
|
1493
|
+
H256,
|
|
1494
|
+
U256,
|
|
1495
|
+
u64,
|
|
1496
|
+
U256,
|
|
1497
|
+
Option<U256>,
|
|
1498
|
+
Option<U256>,
|
|
1499
|
+
Vec<ITuple<[H160, Vec<H256>]>>
|
|
1500
|
+
]>;
|
|
1150
1501
|
/**
|
|
1151
1502
|
* See [`Pallet::withdraw`].
|
|
1152
1503
|
**/
|
|
1153
|
-
withdraw: AugmentedSubmittable<(address: H160 | string | Uint8Array, value: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1504
|
+
withdraw: AugmentedSubmittable<(address: H160 | string | Uint8Array, value: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1505
|
+
H160,
|
|
1506
|
+
u128
|
|
1507
|
+
]>;
|
|
1154
1508
|
/**
|
|
1155
1509
|
* Generic tx
|
|
1156
1510
|
**/
|
|
@@ -1160,21 +1514,30 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
1160
1514
|
/**
|
|
1161
1515
|
* See [`Pallet::note_stalled`].
|
|
1162
1516
|
**/
|
|
1163
|
-
noteStalled: AugmentedSubmittable<(delay: u64 | AnyNumber | Uint8Array, bestFinalizedBlockNumber: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1517
|
+
noteStalled: AugmentedSubmittable<(delay: u64 | AnyNumber | Uint8Array, bestFinalizedBlockNumber: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1518
|
+
u64,
|
|
1519
|
+
u64
|
|
1520
|
+
]>;
|
|
1164
1521
|
/**
|
|
1165
1522
|
* See [`Pallet::report_equivocation`].
|
|
1166
1523
|
**/
|
|
1167
1524
|
reportEquivocation: AugmentedSubmittable<(equivocationProof: SpConsensusGrandpaEquivocationProof | {
|
|
1168
1525
|
setId?: any;
|
|
1169
1526
|
equivocation?: any;
|
|
1170
|
-
} | string | Uint8Array, keyOwnerProof: SpCoreVoid | null) => SubmittableExtrinsic<ApiType>, [
|
|
1527
|
+
} | string | Uint8Array, keyOwnerProof: SpCoreVoid | null) => SubmittableExtrinsic<ApiType>, [
|
|
1528
|
+
SpConsensusGrandpaEquivocationProof,
|
|
1529
|
+
SpCoreVoid
|
|
1530
|
+
]>;
|
|
1171
1531
|
/**
|
|
1172
1532
|
* See [`Pallet::report_equivocation_unsigned`].
|
|
1173
1533
|
**/
|
|
1174
1534
|
reportEquivocationUnsigned: AugmentedSubmittable<(equivocationProof: SpConsensusGrandpaEquivocationProof | {
|
|
1175
1535
|
setId?: any;
|
|
1176
1536
|
equivocation?: any;
|
|
1177
|
-
} | string | Uint8Array, keyOwnerProof: SpCoreVoid | null) => SubmittableExtrinsic<ApiType>, [
|
|
1537
|
+
} | string | Uint8Array, keyOwnerProof: SpCoreVoid | null) => SubmittableExtrinsic<ApiType>, [
|
|
1538
|
+
SpConsensusGrandpaEquivocationProof,
|
|
1539
|
+
SpCoreVoid
|
|
1540
|
+
]>;
|
|
1178
1541
|
/**
|
|
1179
1542
|
* Generic tx
|
|
1180
1543
|
**/
|
|
@@ -1184,7 +1547,9 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
1184
1547
|
/**
|
|
1185
1548
|
* See [`Pallet::hotfix_inc_account_sufficients`].
|
|
1186
1549
|
**/
|
|
1187
|
-
hotfixIncAccountSufficients: AugmentedSubmittable<(addresses: Vec<H160> | (H160 | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [
|
|
1550
|
+
hotfixIncAccountSufficients: AugmentedSubmittable<(addresses: Vec<H160> | (H160 | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [
|
|
1551
|
+
Vec<H160>
|
|
1552
|
+
]>;
|
|
1188
1553
|
/**
|
|
1189
1554
|
* Generic tx
|
|
1190
1555
|
**/
|
|
@@ -1194,7 +1559,9 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
1194
1559
|
/**
|
|
1195
1560
|
* See [`Pallet::accept_username`].
|
|
1196
1561
|
**/
|
|
1197
|
-
acceptUsername: AugmentedSubmittable<(username: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1562
|
+
acceptUsername: AugmentedSubmittable<(username: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1563
|
+
Bytes
|
|
1564
|
+
]>;
|
|
1198
1565
|
/**
|
|
1199
1566
|
* See [`Pallet::add_registrar`].
|
|
1200
1567
|
**/
|
|
@@ -1208,7 +1575,9 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
1208
1575
|
Address32: any;
|
|
1209
1576
|
} | {
|
|
1210
1577
|
Address20: any;
|
|
1211
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1578
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1579
|
+
MultiAddress
|
|
1580
|
+
]>;
|
|
1212
1581
|
/**
|
|
1213
1582
|
* See [`Pallet::add_sub`].
|
|
1214
1583
|
**/
|
|
@@ -1234,7 +1603,10 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
1234
1603
|
Keccak256: any;
|
|
1235
1604
|
} | {
|
|
1236
1605
|
ShaThree256: any;
|
|
1237
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1606
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1607
|
+
MultiAddress,
|
|
1608
|
+
Data
|
|
1609
|
+
]>;
|
|
1238
1610
|
/**
|
|
1239
1611
|
* See [`Pallet::add_username_authority`].
|
|
1240
1612
|
**/
|
|
@@ -1248,15 +1620,22 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
1248
1620
|
Address32: any;
|
|
1249
1621
|
} | {
|
|
1250
1622
|
Address20: any;
|
|
1251
|
-
} | string | Uint8Array, suffix: Bytes | string | Uint8Array, allocation: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1623
|
+
} | string | Uint8Array, suffix: Bytes | string | Uint8Array, allocation: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1624
|
+
MultiAddress,
|
|
1625
|
+
Bytes,
|
|
1626
|
+
u32
|
|
1627
|
+
]>;
|
|
1252
1628
|
/**
|
|
1253
1629
|
* See [`Pallet::cancel_request`].
|
|
1254
1630
|
**/
|
|
1255
|
-
cancelRequest: AugmentedSubmittable<(regIndex: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1631
|
+
cancelRequest: AugmentedSubmittable<(regIndex: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1632
|
+
u32
|
|
1633
|
+
]>;
|
|
1256
1634
|
/**
|
|
1257
1635
|
* See [`Pallet::clear_identity`].
|
|
1258
1636
|
**/
|
|
1259
|
-
clearIdentity: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, [
|
|
1637
|
+
clearIdentity: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, [
|
|
1638
|
+
]>;
|
|
1260
1639
|
/**
|
|
1261
1640
|
* See [`Pallet::kill_identity`].
|
|
1262
1641
|
**/
|
|
@@ -1270,7 +1649,9 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
1270
1649
|
Address32: any;
|
|
1271
1650
|
} | {
|
|
1272
1651
|
Address20: any;
|
|
1273
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1652
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1653
|
+
MultiAddress
|
|
1654
|
+
]>;
|
|
1274
1655
|
/**
|
|
1275
1656
|
* See [`Pallet::provide_judgement`].
|
|
1276
1657
|
**/
|
|
@@ -1298,7 +1679,12 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
1298
1679
|
LowQuality: any;
|
|
1299
1680
|
} | {
|
|
1300
1681
|
Erroneous: any;
|
|
1301
|
-
} | string | Uint8Array, identity: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1682
|
+
} | string | Uint8Array, identity: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1683
|
+
Compact<u32>,
|
|
1684
|
+
MultiAddress,
|
|
1685
|
+
PalletIdentityJudgement,
|
|
1686
|
+
H256
|
|
1687
|
+
]>;
|
|
1302
1688
|
/**
|
|
1303
1689
|
* See [`Pallet::quit_sub`].
|
|
1304
1690
|
**/
|
|
@@ -1306,11 +1692,15 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
1306
1692
|
/**
|
|
1307
1693
|
* See [`Pallet::remove_dangling_username`].
|
|
1308
1694
|
**/
|
|
1309
|
-
removeDanglingUsername: AugmentedSubmittable<(username: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1695
|
+
removeDanglingUsername: AugmentedSubmittable<(username: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1696
|
+
Bytes
|
|
1697
|
+
]>;
|
|
1310
1698
|
/**
|
|
1311
1699
|
* See [`Pallet::remove_expired_approval`].
|
|
1312
1700
|
**/
|
|
1313
|
-
removeExpiredApproval: AugmentedSubmittable<(username: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1701
|
+
removeExpiredApproval: AugmentedSubmittable<(username: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1702
|
+
Bytes
|
|
1703
|
+
]>;
|
|
1314
1704
|
/**
|
|
1315
1705
|
* See [`Pallet::remove_sub`].
|
|
1316
1706
|
**/
|
|
@@ -1324,7 +1714,9 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
1324
1714
|
Address32: any;
|
|
1325
1715
|
} | {
|
|
1326
1716
|
Address20: any;
|
|
1327
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1717
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1718
|
+
MultiAddress
|
|
1719
|
+
]>;
|
|
1328
1720
|
/**
|
|
1329
1721
|
* See [`Pallet::remove_username_authority`].
|
|
1330
1722
|
**/
|
|
@@ -1338,7 +1730,9 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
1338
1730
|
Address32: any;
|
|
1339
1731
|
} | {
|
|
1340
1732
|
Address20: any;
|
|
1341
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1733
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1734
|
+
MultiAddress
|
|
1735
|
+
]>;
|
|
1342
1736
|
/**
|
|
1343
1737
|
* See [`Pallet::rename_sub`].
|
|
1344
1738
|
**/
|
|
@@ -1364,11 +1758,17 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
1364
1758
|
Keccak256: any;
|
|
1365
1759
|
} | {
|
|
1366
1760
|
ShaThree256: any;
|
|
1367
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1761
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1762
|
+
MultiAddress,
|
|
1763
|
+
Data
|
|
1764
|
+
]>;
|
|
1368
1765
|
/**
|
|
1369
1766
|
* See [`Pallet::request_judgement`].
|
|
1370
1767
|
**/
|
|
1371
|
-
requestJudgement: AugmentedSubmittable<(regIndex: Compact<u32> | AnyNumber | Uint8Array, maxFee: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1768
|
+
requestJudgement: AugmentedSubmittable<(regIndex: Compact<u32> | AnyNumber | Uint8Array, maxFee: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1769
|
+
Compact<u32>,
|
|
1770
|
+
Compact<u128>
|
|
1771
|
+
]>;
|
|
1372
1772
|
/**
|
|
1373
1773
|
* See [`Pallet::set_account_id`].
|
|
1374
1774
|
**/
|
|
@@ -1382,15 +1782,24 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
1382
1782
|
Address32: any;
|
|
1383
1783
|
} | {
|
|
1384
1784
|
Address20: any;
|
|
1385
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1785
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1786
|
+
Compact<u32>,
|
|
1787
|
+
MultiAddress
|
|
1788
|
+
]>;
|
|
1386
1789
|
/**
|
|
1387
1790
|
* See [`Pallet::set_fee`].
|
|
1388
1791
|
**/
|
|
1389
|
-
setFee: AugmentedSubmittable<(index: Compact<u32> | AnyNumber | Uint8Array, fee: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1792
|
+
setFee: AugmentedSubmittable<(index: Compact<u32> | AnyNumber | Uint8Array, fee: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1793
|
+
Compact<u32>,
|
|
1794
|
+
Compact<u128>
|
|
1795
|
+
]>;
|
|
1390
1796
|
/**
|
|
1391
1797
|
* See [`Pallet::set_fields`].
|
|
1392
1798
|
**/
|
|
1393
|
-
setFields: AugmentedSubmittable<(index: Compact<u32> | AnyNumber | Uint8Array, fields: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1799
|
+
setFields: AugmentedSubmittable<(index: Compact<u32> | AnyNumber | Uint8Array, fields: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1800
|
+
Compact<u32>,
|
|
1801
|
+
u64
|
|
1802
|
+
]>;
|
|
1394
1803
|
/**
|
|
1395
1804
|
* See [`Pallet::set_identity`].
|
|
1396
1805
|
**/
|
|
@@ -1404,27 +1813,36 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
1404
1813
|
pgpFingerprint?: any;
|
|
1405
1814
|
image?: any;
|
|
1406
1815
|
twitter?: any;
|
|
1407
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1816
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1817
|
+
PalletIdentityLegacyIdentityInfo
|
|
1818
|
+
]>;
|
|
1408
1819
|
/**
|
|
1409
1820
|
* See [`Pallet::set_primary_username`].
|
|
1410
1821
|
**/
|
|
1411
|
-
setPrimaryUsername: AugmentedSubmittable<(username: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1822
|
+
setPrimaryUsername: AugmentedSubmittable<(username: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1823
|
+
Bytes
|
|
1824
|
+
]>;
|
|
1412
1825
|
/**
|
|
1413
1826
|
* See [`Pallet::set_subs`].
|
|
1414
1827
|
**/
|
|
1415
|
-
setSubs: AugmentedSubmittable<(subs: Vec<ITuple<[AccountId32, Data]>> |
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1828
|
+
setSubs: AugmentedSubmittable<(subs: Vec<ITuple<[AccountId32, Data]>> | [
|
|
1829
|
+
AccountId32 | string | Uint8Array,
|
|
1830
|
+
(Data | {
|
|
1831
|
+
None: any;
|
|
1832
|
+
} | {
|
|
1833
|
+
Raw: any;
|
|
1834
|
+
} | {
|
|
1835
|
+
BlakeTwo256: any;
|
|
1836
|
+
} | {
|
|
1837
|
+
Sha256: any;
|
|
1838
|
+
} | {
|
|
1839
|
+
Keccak256: any;
|
|
1840
|
+
} | {
|
|
1841
|
+
ShaThree256: any;
|
|
1842
|
+
} | string | Uint8Array)
|
|
1843
|
+
][]) => SubmittableExtrinsic<ApiType>, [
|
|
1844
|
+
Vec<ITuple<[AccountId32, Data]>>
|
|
1845
|
+
]>;
|
|
1428
1846
|
/**
|
|
1429
1847
|
* See [`Pallet::set_username_for`].
|
|
1430
1848
|
**/
|
|
@@ -1444,7 +1862,11 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
1444
1862
|
Sr25519: any;
|
|
1445
1863
|
} | {
|
|
1446
1864
|
Ecdsa: any;
|
|
1447
|
-
} | string) => SubmittableExtrinsic<ApiType>, [
|
|
1865
|
+
} | string) => SubmittableExtrinsic<ApiType>, [
|
|
1866
|
+
MultiAddress,
|
|
1867
|
+
Bytes,
|
|
1868
|
+
Option<SpRuntimeMultiSignature>
|
|
1869
|
+
]>;
|
|
1448
1870
|
/**
|
|
1449
1871
|
* Generic tx
|
|
1450
1872
|
**/
|
|
@@ -1459,7 +1881,10 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
1459
1881
|
sessionIndex?: any;
|
|
1460
1882
|
authorityIndex?: any;
|
|
1461
1883
|
validatorsLen?: any;
|
|
1462
|
-
} | string | Uint8Array, signature: PalletImOnlineSr25519AppSr25519Signature | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1884
|
+
} | string | Uint8Array, signature: PalletImOnlineSr25519AppSr25519Signature | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1885
|
+
PalletImOnlineHeartbeat,
|
|
1886
|
+
PalletImOnlineSr25519AppSr25519Signature
|
|
1887
|
+
]>;
|
|
1463
1888
|
/**
|
|
1464
1889
|
* Generic tx
|
|
1465
1890
|
**/
|
|
@@ -1469,7 +1894,9 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
1469
1894
|
/**
|
|
1470
1895
|
* See [`Pallet::claim`].
|
|
1471
1896
|
**/
|
|
1472
|
-
claim: AugmentedSubmittable<(index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1897
|
+
claim: AugmentedSubmittable<(index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1898
|
+
u32
|
|
1899
|
+
]>;
|
|
1473
1900
|
/**
|
|
1474
1901
|
* See [`Pallet::force_transfer`].
|
|
1475
1902
|
**/
|
|
@@ -1483,15 +1910,23 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
1483
1910
|
Address32: any;
|
|
1484
1911
|
} | {
|
|
1485
1912
|
Address20: any;
|
|
1486
|
-
} | string | Uint8Array, index: u32 | AnyNumber | Uint8Array, freeze: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1913
|
+
} | string | Uint8Array, index: u32 | AnyNumber | Uint8Array, freeze: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1914
|
+
MultiAddress,
|
|
1915
|
+
u32,
|
|
1916
|
+
bool
|
|
1917
|
+
]>;
|
|
1487
1918
|
/**
|
|
1488
1919
|
* See [`Pallet::free`].
|
|
1489
1920
|
**/
|
|
1490
|
-
free: AugmentedSubmittable<(index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1921
|
+
free: AugmentedSubmittable<(index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1922
|
+
u32
|
|
1923
|
+
]>;
|
|
1491
1924
|
/**
|
|
1492
1925
|
* See [`Pallet::freeze`].
|
|
1493
1926
|
**/
|
|
1494
|
-
freeze: AugmentedSubmittable<(index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1927
|
+
freeze: AugmentedSubmittable<(index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1928
|
+
u32
|
|
1929
|
+
]>;
|
|
1495
1930
|
/**
|
|
1496
1931
|
* See [`Pallet::transfer`].
|
|
1497
1932
|
**/
|
|
@@ -1505,91 +1940,311 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
1505
1940
|
Address32: any;
|
|
1506
1941
|
} | {
|
|
1507
1942
|
Address20: any;
|
|
1508
|
-
} | string | Uint8Array, index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1943
|
+
} | string | Uint8Array, index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1944
|
+
MultiAddress,
|
|
1945
|
+
u32
|
|
1946
|
+
]>;
|
|
1509
1947
|
/**
|
|
1510
1948
|
* Generic tx
|
|
1511
1949
|
**/
|
|
1512
1950
|
[key: string]: SubmittableExtrinsicFunction<ApiType>;
|
|
1513
1951
|
};
|
|
1514
|
-
|
|
1952
|
+
lst: {
|
|
1515
1953
|
/**
|
|
1516
|
-
* See [`Pallet::
|
|
1954
|
+
* See [`Pallet::adjust_pool_deposit`].
|
|
1955
|
+
**/
|
|
1956
|
+
adjustPoolDeposit: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1957
|
+
u32
|
|
1958
|
+
]>;
|
|
1959
|
+
/**
|
|
1960
|
+
* See [`Pallet::bond_extra`].
|
|
1961
|
+
**/
|
|
1962
|
+
bondExtra: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, extra: PalletTangleLstBondExtra | {
|
|
1963
|
+
FreeBalance: any;
|
|
1964
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1965
|
+
u32,
|
|
1966
|
+
PalletTangleLstBondExtra
|
|
1967
|
+
]>;
|
|
1968
|
+
/**
|
|
1969
|
+
* See [`Pallet::bond_extra_other`].
|
|
1517
1970
|
**/
|
|
1518
|
-
|
|
1519
|
-
|
|
1971
|
+
bondExtraOther: AugmentedSubmittable<(member: MultiAddress | {
|
|
1972
|
+
Id: any;
|
|
1520
1973
|
} | {
|
|
1521
|
-
|
|
1974
|
+
Index: any;
|
|
1975
|
+
} | {
|
|
1976
|
+
Raw: any;
|
|
1522
1977
|
} | {
|
|
1523
|
-
|
|
1524
|
-
} |
|
|
1978
|
+
Address32: any;
|
|
1979
|
+
} | {
|
|
1980
|
+
Address20: any;
|
|
1981
|
+
} | string | Uint8Array, poolId: u32 | AnyNumber | Uint8Array, extra: PalletTangleLstBondExtra | {
|
|
1982
|
+
FreeBalance: any;
|
|
1983
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1984
|
+
MultiAddress,
|
|
1985
|
+
u32,
|
|
1986
|
+
PalletTangleLstBondExtra
|
|
1987
|
+
]>;
|
|
1525
1988
|
/**
|
|
1526
|
-
* See [`Pallet::
|
|
1989
|
+
* See [`Pallet::chill`].
|
|
1527
1990
|
**/
|
|
1528
|
-
|
|
1529
|
-
|
|
1991
|
+
chill: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1992
|
+
u32
|
|
1993
|
+
]>;
|
|
1994
|
+
/**
|
|
1995
|
+
* See [`Pallet::claim_commission`].
|
|
1996
|
+
**/
|
|
1997
|
+
claimCommission: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
1998
|
+
u32
|
|
1999
|
+
]>;
|
|
2000
|
+
/**
|
|
2001
|
+
* See [`Pallet::create`].
|
|
2002
|
+
**/
|
|
2003
|
+
create: AugmentedSubmittable<(amount: Compact<u128> | AnyNumber | Uint8Array, root: MultiAddress | {
|
|
2004
|
+
Id: any;
|
|
2005
|
+
} | {
|
|
2006
|
+
Index: any;
|
|
2007
|
+
} | {
|
|
2008
|
+
Raw: any;
|
|
2009
|
+
} | {
|
|
2010
|
+
Address32: any;
|
|
2011
|
+
} | {
|
|
2012
|
+
Address20: any;
|
|
2013
|
+
} | string | Uint8Array, nominator: MultiAddress | {
|
|
2014
|
+
Id: any;
|
|
2015
|
+
} | {
|
|
2016
|
+
Index: any;
|
|
2017
|
+
} | {
|
|
2018
|
+
Raw: any;
|
|
2019
|
+
} | {
|
|
2020
|
+
Address32: any;
|
|
2021
|
+
} | {
|
|
2022
|
+
Address20: any;
|
|
2023
|
+
} | string | Uint8Array, bouncer: MultiAddress | {
|
|
2024
|
+
Id: any;
|
|
1530
2025
|
} | {
|
|
1531
|
-
|
|
2026
|
+
Index: any;
|
|
2027
|
+
} | {
|
|
2028
|
+
Raw: any;
|
|
1532
2029
|
} | {
|
|
1533
|
-
|
|
1534
|
-
} |
|
|
2030
|
+
Address32: any;
|
|
2031
|
+
} | {
|
|
2032
|
+
Address20: any;
|
|
2033
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2034
|
+
Compact<u128>,
|
|
2035
|
+
MultiAddress,
|
|
2036
|
+
MultiAddress,
|
|
2037
|
+
MultiAddress
|
|
2038
|
+
]>;
|
|
1535
2039
|
/**
|
|
1536
|
-
* See [`Pallet::
|
|
2040
|
+
* See [`Pallet::create_with_pool_id`].
|
|
1537
2041
|
**/
|
|
1538
|
-
|
|
1539
|
-
|
|
2042
|
+
createWithPoolId: AugmentedSubmittable<(amount: Compact<u128> | AnyNumber | Uint8Array, root: MultiAddress | {
|
|
2043
|
+
Id: any;
|
|
2044
|
+
} | {
|
|
2045
|
+
Index: any;
|
|
2046
|
+
} | {
|
|
2047
|
+
Raw: any;
|
|
1540
2048
|
} | {
|
|
1541
|
-
|
|
2049
|
+
Address32: any;
|
|
1542
2050
|
} | {
|
|
1543
|
-
|
|
1544
|
-
} | string | Uint8Array,
|
|
2051
|
+
Address20: any;
|
|
2052
|
+
} | string | Uint8Array, nominator: MultiAddress | {
|
|
2053
|
+
Id: any;
|
|
2054
|
+
} | {
|
|
2055
|
+
Index: any;
|
|
2056
|
+
} | {
|
|
2057
|
+
Raw: any;
|
|
2058
|
+
} | {
|
|
2059
|
+
Address32: any;
|
|
2060
|
+
} | {
|
|
2061
|
+
Address20: any;
|
|
2062
|
+
} | string | Uint8Array, bouncer: MultiAddress | {
|
|
2063
|
+
Id: any;
|
|
2064
|
+
} | {
|
|
2065
|
+
Index: any;
|
|
2066
|
+
} | {
|
|
2067
|
+
Raw: any;
|
|
2068
|
+
} | {
|
|
2069
|
+
Address32: any;
|
|
2070
|
+
} | {
|
|
2071
|
+
Address20: any;
|
|
2072
|
+
} | string | Uint8Array, poolId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2073
|
+
Compact<u128>,
|
|
2074
|
+
MultiAddress,
|
|
2075
|
+
MultiAddress,
|
|
2076
|
+
MultiAddress,
|
|
2077
|
+
u32
|
|
2078
|
+
]>;
|
|
1545
2079
|
/**
|
|
1546
|
-
* See [`Pallet::
|
|
2080
|
+
* See [`Pallet::join`].
|
|
1547
2081
|
**/
|
|
1548
|
-
|
|
2082
|
+
join: AugmentedSubmittable<(amount: Compact<u128> | AnyNumber | Uint8Array, poolId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2083
|
+
Compact<u128>,
|
|
2084
|
+
u32
|
|
2085
|
+
]>;
|
|
1549
2086
|
/**
|
|
1550
|
-
* See [`Pallet::
|
|
2087
|
+
* See [`Pallet::nominate`].
|
|
2088
|
+
**/
|
|
2089
|
+
nominate: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, validators: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [
|
|
2090
|
+
u32,
|
|
2091
|
+
Vec<AccountId32>
|
|
2092
|
+
]>;
|
|
2093
|
+
/**
|
|
2094
|
+
* See [`Pallet::pool_withdraw_unbonded`].
|
|
1551
2095
|
**/
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
fallback?: any;
|
|
1557
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [TanglePrimitivesJobsJobSubmission]>;
|
|
2096
|
+
poolWithdrawUnbonded: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, numSlashingSpans: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2097
|
+
u32,
|
|
2098
|
+
u32
|
|
2099
|
+
]>;
|
|
1558
2100
|
/**
|
|
1559
|
-
* See [`Pallet::
|
|
2101
|
+
* See [`Pallet::set_commission`].
|
|
2102
|
+
**/
|
|
2103
|
+
setCommission: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, newCommission: Option<ITuple<[Perbill, AccountId32]>> | null | Uint8Array | ITuple<[Perbill, AccountId32]> | [
|
|
2104
|
+
Perbill | AnyNumber | Uint8Array,
|
|
2105
|
+
AccountId32 | string | Uint8Array
|
|
2106
|
+
]) => SubmittableExtrinsic<ApiType>, [
|
|
2107
|
+
u32,
|
|
2108
|
+
Option<ITuple<[Perbill, AccountId32]>>
|
|
2109
|
+
]>;
|
|
2110
|
+
/**
|
|
2111
|
+
* See [`Pallet::set_commission_change_rate`].
|
|
1560
2112
|
**/
|
|
1561
|
-
|
|
1562
|
-
|
|
2113
|
+
setCommissionChangeRate: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, changeRate: PalletTangleLstCommissionCommissionChangeRate | {
|
|
2114
|
+
maxIncrease?: any;
|
|
2115
|
+
minDelay?: any;
|
|
2116
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2117
|
+
u32,
|
|
2118
|
+
PalletTangleLstCommissionCommissionChangeRate
|
|
2119
|
+
]>;
|
|
2120
|
+
/**
|
|
2121
|
+
* See [`Pallet::set_commission_claim_permission`].
|
|
2122
|
+
**/
|
|
2123
|
+
setCommissionClaimPermission: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, permission: Option<PalletTangleLstCommissionCommissionClaimPermission> | null | Uint8Array | PalletTangleLstCommissionCommissionClaimPermission | {
|
|
2124
|
+
Permissionless: any;
|
|
2125
|
+
} | {
|
|
2126
|
+
Account: any;
|
|
2127
|
+
} | string) => SubmittableExtrinsic<ApiType>, [
|
|
2128
|
+
u32,
|
|
2129
|
+
Option<PalletTangleLstCommissionCommissionClaimPermission>
|
|
2130
|
+
]>;
|
|
2131
|
+
/**
|
|
2132
|
+
* See [`Pallet::set_commission_max`].
|
|
2133
|
+
**/
|
|
2134
|
+
setCommissionMax: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, maxCommission: Perbill | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2135
|
+
u32,
|
|
2136
|
+
Perbill
|
|
2137
|
+
]>;
|
|
2138
|
+
/**
|
|
2139
|
+
* See [`Pallet::set_configs`].
|
|
2140
|
+
**/
|
|
2141
|
+
setConfigs: AugmentedSubmittable<(minJoinBond: PalletTangleLstConfigOpU128 | {
|
|
2142
|
+
Noop: any;
|
|
2143
|
+
} | {
|
|
2144
|
+
Set: any;
|
|
1563
2145
|
} | {
|
|
1564
|
-
|
|
2146
|
+
Remove: any;
|
|
2147
|
+
} | string | Uint8Array, minCreateBond: PalletTangleLstConfigOpU128 | {
|
|
2148
|
+
Noop: any;
|
|
1565
2149
|
} | {
|
|
1566
|
-
|
|
1567
|
-
} | string | Uint8Array, jobId: u64 | AnyNumber | Uint8Array, result: TanglePrimitivesJobsJobResult | {
|
|
1568
|
-
DKGPhaseOne: any;
|
|
2150
|
+
Set: any;
|
|
1569
2151
|
} | {
|
|
1570
|
-
|
|
2152
|
+
Remove: any;
|
|
2153
|
+
} | string | Uint8Array, maxPools: PalletTangleLstConfigOpU32 | {
|
|
2154
|
+
Noop: any;
|
|
1571
2155
|
} | {
|
|
1572
|
-
|
|
2156
|
+
Set: any;
|
|
1573
2157
|
} | {
|
|
1574
|
-
|
|
2158
|
+
Remove: any;
|
|
2159
|
+
} | string | Uint8Array, globalMaxCommission: PalletTangleLstConfigOpPerbill | {
|
|
2160
|
+
Noop: any;
|
|
1575
2161
|
} | {
|
|
1576
|
-
|
|
2162
|
+
Set: any;
|
|
1577
2163
|
} | {
|
|
1578
|
-
|
|
1579
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2164
|
+
Remove: any;
|
|
2165
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2166
|
+
PalletTangleLstConfigOpU128,
|
|
2167
|
+
PalletTangleLstConfigOpU128,
|
|
2168
|
+
PalletTangleLstConfigOpU32,
|
|
2169
|
+
PalletTangleLstConfigOpPerbill
|
|
2170
|
+
]>;
|
|
1580
2171
|
/**
|
|
1581
|
-
* See [`Pallet::
|
|
2172
|
+
* See [`Pallet::set_metadata`].
|
|
1582
2173
|
**/
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
2174
|
+
setMetadata: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, metadata: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2175
|
+
u32,
|
|
2176
|
+
Bytes
|
|
2177
|
+
]>;
|
|
2178
|
+
/**
|
|
2179
|
+
* See [`Pallet::set_state`].
|
|
2180
|
+
**/
|
|
2181
|
+
setState: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, state: PalletTangleLstPoolsPoolState | "Open" | "Blocked" | "Destroying" | number | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2182
|
+
u32,
|
|
2183
|
+
PalletTangleLstPoolsPoolState
|
|
2184
|
+
]>;
|
|
2185
|
+
/**
|
|
2186
|
+
* See [`Pallet::unbond`].
|
|
2187
|
+
**/
|
|
2188
|
+
unbond: AugmentedSubmittable<(memberAccount: MultiAddress | {
|
|
2189
|
+
Id: any;
|
|
2190
|
+
} | {
|
|
2191
|
+
Index: any;
|
|
2192
|
+
} | {
|
|
2193
|
+
Raw: any;
|
|
2194
|
+
} | {
|
|
2195
|
+
Address32: any;
|
|
2196
|
+
} | {
|
|
2197
|
+
Address20: any;
|
|
2198
|
+
} | string | Uint8Array, poolId: u32 | AnyNumber | Uint8Array, unbondingPoints: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2199
|
+
MultiAddress,
|
|
2200
|
+
u32,
|
|
2201
|
+
Compact<u128>
|
|
2202
|
+
]>;
|
|
1589
2203
|
/**
|
|
1590
|
-
* See [`Pallet::
|
|
2204
|
+
* See [`Pallet::update_roles`].
|
|
1591
2205
|
**/
|
|
1592
|
-
|
|
2206
|
+
updateRoles: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, newRoot: PalletTangleLstConfigOpAccountId32 | {
|
|
2207
|
+
Noop: any;
|
|
2208
|
+
} | {
|
|
2209
|
+
Set: any;
|
|
2210
|
+
} | {
|
|
2211
|
+
Remove: any;
|
|
2212
|
+
} | string | Uint8Array, newNominator: PalletTangleLstConfigOpAccountId32 | {
|
|
2213
|
+
Noop: any;
|
|
2214
|
+
} | {
|
|
2215
|
+
Set: any;
|
|
2216
|
+
} | {
|
|
2217
|
+
Remove: any;
|
|
2218
|
+
} | string | Uint8Array, newBouncer: PalletTangleLstConfigOpAccountId32 | {
|
|
2219
|
+
Noop: any;
|
|
2220
|
+
} | {
|
|
2221
|
+
Set: any;
|
|
2222
|
+
} | {
|
|
2223
|
+
Remove: any;
|
|
2224
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2225
|
+
u32,
|
|
2226
|
+
PalletTangleLstConfigOpAccountId32,
|
|
2227
|
+
PalletTangleLstConfigOpAccountId32,
|
|
2228
|
+
PalletTangleLstConfigOpAccountId32
|
|
2229
|
+
]>;
|
|
2230
|
+
/**
|
|
2231
|
+
* See [`Pallet::withdraw_unbonded`].
|
|
2232
|
+
**/
|
|
2233
|
+
withdrawUnbonded: AugmentedSubmittable<(memberAccount: MultiAddress | {
|
|
2234
|
+
Id: any;
|
|
2235
|
+
} | {
|
|
2236
|
+
Index: any;
|
|
2237
|
+
} | {
|
|
2238
|
+
Raw: any;
|
|
2239
|
+
} | {
|
|
2240
|
+
Address32: any;
|
|
2241
|
+
} | {
|
|
2242
|
+
Address20: any;
|
|
2243
|
+
} | string | Uint8Array, poolId: u32 | AnyNumber | Uint8Array, numSlashingSpans: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2244
|
+
MultiAddress,
|
|
2245
|
+
u32,
|
|
2246
|
+
u32
|
|
2247
|
+
]>;
|
|
1593
2248
|
/**
|
|
1594
2249
|
* Generic tx
|
|
1595
2250
|
**/
|
|
@@ -1597,45 +2252,65 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
1597
2252
|
};
|
|
1598
2253
|
multiAssetDelegation: {
|
|
1599
2254
|
/**
|
|
1600
|
-
* See [`Pallet::
|
|
2255
|
+
* See [`Pallet::cancel_delegator_unstake`].
|
|
1601
2256
|
**/
|
|
1602
|
-
|
|
2257
|
+
cancelDelegatorUnstake: AugmentedSubmittable<(operator: AccountId32 | string | Uint8Array, assetId: u128 | AnyNumber | Uint8Array, amount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2258
|
+
AccountId32,
|
|
2259
|
+
u128,
|
|
2260
|
+
u128
|
|
2261
|
+
]>;
|
|
1603
2262
|
/**
|
|
1604
2263
|
* See [`Pallet::cancel_leave_operators`].
|
|
1605
2264
|
**/
|
|
1606
|
-
cancelLeaveOperators: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, [
|
|
2265
|
+
cancelLeaveOperators: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, [
|
|
2266
|
+
]>;
|
|
1607
2267
|
/**
|
|
1608
|
-
* See [`Pallet::
|
|
2268
|
+
* See [`Pallet::cancel_operator_unstake`].
|
|
1609
2269
|
**/
|
|
1610
|
-
|
|
2270
|
+
cancelOperatorUnstake: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, [
|
|
2271
|
+
]>;
|
|
1611
2272
|
/**
|
|
1612
|
-
* See [`Pallet::
|
|
2273
|
+
* See [`Pallet::cancel_withdraw`].
|
|
1613
2274
|
**/
|
|
1614
|
-
|
|
2275
|
+
cancelWithdraw: AugmentedSubmittable<(assetId: u128 | AnyNumber | Uint8Array, amount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2276
|
+
u128,
|
|
2277
|
+
u128
|
|
2278
|
+
]>;
|
|
1615
2279
|
/**
|
|
1616
2280
|
* See [`Pallet::delegate`].
|
|
1617
2281
|
**/
|
|
1618
|
-
delegate: AugmentedSubmittable<(operator: AccountId32 | string | Uint8Array, assetId: u128 | AnyNumber | Uint8Array, amount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2282
|
+
delegate: AugmentedSubmittable<(operator: AccountId32 | string | Uint8Array, assetId: u128 | AnyNumber | Uint8Array, amount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2283
|
+
AccountId32,
|
|
2284
|
+
u128,
|
|
2285
|
+
u128
|
|
2286
|
+
]>;
|
|
1619
2287
|
/**
|
|
1620
2288
|
* See [`Pallet::deposit`].
|
|
1621
2289
|
**/
|
|
1622
|
-
deposit: AugmentedSubmittable<(assetId:
|
|
2290
|
+
deposit: AugmentedSubmittable<(assetId: u128 | AnyNumber | Uint8Array, amount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2291
|
+
u128,
|
|
2292
|
+
u128
|
|
2293
|
+
]>;
|
|
1623
2294
|
/**
|
|
1624
|
-
* See [`Pallet::
|
|
2295
|
+
* See [`Pallet::execute_delegator_unstake`].
|
|
1625
2296
|
**/
|
|
1626
|
-
|
|
2297
|
+
executeDelegatorUnstake: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, [
|
|
2298
|
+
]>;
|
|
1627
2299
|
/**
|
|
1628
2300
|
* See [`Pallet::execute_leave_operators`].
|
|
1629
2301
|
**/
|
|
1630
|
-
executeLeaveOperators: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, [
|
|
2302
|
+
executeLeaveOperators: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, [
|
|
2303
|
+
]>;
|
|
1631
2304
|
/**
|
|
1632
|
-
* See [`Pallet::
|
|
2305
|
+
* See [`Pallet::execute_operator_unstake`].
|
|
1633
2306
|
**/
|
|
1634
|
-
|
|
2307
|
+
executeOperatorUnstake: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, [
|
|
2308
|
+
]>;
|
|
1635
2309
|
/**
|
|
1636
|
-
* See [`Pallet::
|
|
2310
|
+
* See [`Pallet::execute_withdraw`].
|
|
1637
2311
|
**/
|
|
1638
|
-
|
|
2312
|
+
executeWithdraw: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, [
|
|
2313
|
+
]>;
|
|
1639
2314
|
/**
|
|
1640
2315
|
* See [`Pallet::go_offline`].
|
|
1641
2316
|
**/
|
|
@@ -1647,39 +2322,63 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
1647
2322
|
/**
|
|
1648
2323
|
* See [`Pallet::join_operators`].
|
|
1649
2324
|
**/
|
|
1650
|
-
joinOperators: AugmentedSubmittable<(bondAmount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2325
|
+
joinOperators: AugmentedSubmittable<(bondAmount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2326
|
+
u128
|
|
2327
|
+
]>;
|
|
2328
|
+
/**
|
|
2329
|
+
* See [`Pallet::manage_asset_in_pool`].
|
|
2330
|
+
**/
|
|
2331
|
+
manageAssetInPool: AugmentedSubmittable<(poolId: u128 | AnyNumber | Uint8Array, assetId: u128 | AnyNumber | Uint8Array, action: PalletMultiAssetDelegationRewardsAssetAction | "Add" | "Remove" | number | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2332
|
+
u128,
|
|
2333
|
+
u128,
|
|
2334
|
+
PalletMultiAssetDelegationRewardsAssetAction
|
|
2335
|
+
]>;
|
|
1651
2336
|
/**
|
|
1652
2337
|
* See [`Pallet::operator_bond_more`].
|
|
1653
2338
|
**/
|
|
1654
|
-
operatorBondMore: AugmentedSubmittable<(additionalBond: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2339
|
+
operatorBondMore: AugmentedSubmittable<(additionalBond: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2340
|
+
u128
|
|
2341
|
+
]>;
|
|
1655
2342
|
/**
|
|
1656
|
-
* See [`Pallet::
|
|
2343
|
+
* See [`Pallet::schedule_delegator_unstake`].
|
|
1657
2344
|
**/
|
|
1658
|
-
|
|
2345
|
+
scheduleDelegatorUnstake: AugmentedSubmittable<(operator: AccountId32 | string | Uint8Array, assetId: u128 | AnyNumber | Uint8Array, amount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2346
|
+
AccountId32,
|
|
2347
|
+
u128,
|
|
2348
|
+
u128
|
|
2349
|
+
]>;
|
|
1659
2350
|
/**
|
|
1660
2351
|
* See [`Pallet::schedule_leave_operators`].
|
|
1661
2352
|
**/
|
|
1662
|
-
scheduleLeaveOperators: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, [
|
|
2353
|
+
scheduleLeaveOperators: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, [
|
|
2354
|
+
]>;
|
|
1663
2355
|
/**
|
|
1664
|
-
* See [`Pallet::
|
|
2356
|
+
* See [`Pallet::schedule_operator_unstake`].
|
|
1665
2357
|
**/
|
|
1666
|
-
|
|
2358
|
+
scheduleOperatorUnstake: AugmentedSubmittable<(unstakeAmount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2359
|
+
u128
|
|
2360
|
+
]>;
|
|
1667
2361
|
/**
|
|
1668
|
-
* See [`Pallet::
|
|
2362
|
+
* See [`Pallet::schedule_withdraw`].
|
|
1669
2363
|
**/
|
|
1670
|
-
|
|
2364
|
+
scheduleWithdraw: AugmentedSubmittable<(assetId: u128 | AnyNumber | Uint8Array, amount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2365
|
+
u128,
|
|
2366
|
+
u128
|
|
2367
|
+
]>;
|
|
1671
2368
|
/**
|
|
1672
2369
|
* See [`Pallet::set_incentive_apy_and_cap`].
|
|
1673
2370
|
**/
|
|
1674
|
-
setIncentiveApyAndCap: AugmentedSubmittable<(
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
2371
|
+
setIncentiveApyAndCap: AugmentedSubmittable<(poolId: u128 | AnyNumber | Uint8Array, apy: Percent | AnyNumber | Uint8Array, cap: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2372
|
+
u128,
|
|
2373
|
+
Percent,
|
|
2374
|
+
u128
|
|
2375
|
+
]>;
|
|
1679
2376
|
/**
|
|
1680
2377
|
* See [`Pallet::whitelist_blueprint_for_rewards`].
|
|
1681
2378
|
**/
|
|
1682
|
-
whitelistBlueprintForRewards: AugmentedSubmittable<(blueprintId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2379
|
+
whitelistBlueprintForRewards: AugmentedSubmittable<(blueprintId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2380
|
+
u32
|
|
2381
|
+
]>;
|
|
1683
2382
|
/**
|
|
1684
2383
|
* Generic tx
|
|
1685
2384
|
**/
|
|
@@ -1695,7 +2394,13 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
1695
2394
|
} | string, callHash: U8aFixed | string | Uint8Array, maxWeight: SpWeightsWeightV2Weight | {
|
|
1696
2395
|
refTime?: any;
|
|
1697
2396
|
proofSize?: any;
|
|
1698
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2397
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2398
|
+
u16,
|
|
2399
|
+
Vec<AccountId32>,
|
|
2400
|
+
Option<PalletMultisigTimepoint>,
|
|
2401
|
+
U8aFixed,
|
|
2402
|
+
SpWeightsWeightV2Weight
|
|
2403
|
+
]>;
|
|
1699
2404
|
/**
|
|
1700
2405
|
* See [`Pallet::as_multi`].
|
|
1701
2406
|
**/
|
|
@@ -1705,18 +2410,32 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
1705
2410
|
} | string, call: Call | IMethod | string | Uint8Array, maxWeight: SpWeightsWeightV2Weight | {
|
|
1706
2411
|
refTime?: any;
|
|
1707
2412
|
proofSize?: any;
|
|
1708
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2413
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2414
|
+
u16,
|
|
2415
|
+
Vec<AccountId32>,
|
|
2416
|
+
Option<PalletMultisigTimepoint>,
|
|
2417
|
+
Call,
|
|
2418
|
+
SpWeightsWeightV2Weight
|
|
2419
|
+
]>;
|
|
1709
2420
|
/**
|
|
1710
2421
|
* See [`Pallet::as_multi_threshold_1`].
|
|
1711
2422
|
**/
|
|
1712
|
-
asMultiThreshold1: AugmentedSubmittable<(otherSignatories: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[], call: Call | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2423
|
+
asMultiThreshold1: AugmentedSubmittable<(otherSignatories: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[], call: Call | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2424
|
+
Vec<AccountId32>,
|
|
2425
|
+
Call
|
|
2426
|
+
]>;
|
|
1713
2427
|
/**
|
|
1714
2428
|
* See [`Pallet::cancel_as_multi`].
|
|
1715
2429
|
**/
|
|
1716
2430
|
cancelAsMulti: AugmentedSubmittable<(threshold: u16 | AnyNumber | Uint8Array, otherSignatories: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[], timepoint: PalletMultisigTimepoint | {
|
|
1717
2431
|
height?: any;
|
|
1718
2432
|
index?: any;
|
|
1719
|
-
} | string | Uint8Array, callHash: U8aFixed | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2433
|
+
} | string | Uint8Array, callHash: U8aFixed | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2434
|
+
u16,
|
|
2435
|
+
Vec<AccountId32>,
|
|
2436
|
+
PalletMultisigTimepoint,
|
|
2437
|
+
U8aFixed
|
|
2438
|
+
]>;
|
|
1720
2439
|
/**
|
|
1721
2440
|
* Generic tx
|
|
1722
2441
|
**/
|
|
@@ -1726,7 +2445,9 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
1726
2445
|
/**
|
|
1727
2446
|
* See [`Pallet::adjust_pool_deposit`].
|
|
1728
2447
|
**/
|
|
1729
|
-
adjustPoolDeposit: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2448
|
+
adjustPoolDeposit: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2449
|
+
u32
|
|
2450
|
+
]>;
|
|
1730
2451
|
/**
|
|
1731
2452
|
* See [`Pallet::bond_extra`].
|
|
1732
2453
|
**/
|
|
@@ -1734,7 +2455,9 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
1734
2455
|
FreeBalance: any;
|
|
1735
2456
|
} | {
|
|
1736
2457
|
Rewards: any;
|
|
1737
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2458
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2459
|
+
PalletNominationPoolsBondExtra
|
|
2460
|
+
]>;
|
|
1738
2461
|
/**
|
|
1739
2462
|
* See [`Pallet::bond_extra_other`].
|
|
1740
2463
|
**/
|
|
@@ -1752,23 +2475,33 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
1752
2475
|
FreeBalance: any;
|
|
1753
2476
|
} | {
|
|
1754
2477
|
Rewards: any;
|
|
1755
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2478
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2479
|
+
MultiAddress,
|
|
2480
|
+
PalletNominationPoolsBondExtra
|
|
2481
|
+
]>;
|
|
1756
2482
|
/**
|
|
1757
2483
|
* See [`Pallet::chill`].
|
|
1758
2484
|
**/
|
|
1759
|
-
chill: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2485
|
+
chill: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2486
|
+
u32
|
|
2487
|
+
]>;
|
|
1760
2488
|
/**
|
|
1761
2489
|
* See [`Pallet::claim_commission`].
|
|
1762
2490
|
**/
|
|
1763
|
-
claimCommission: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2491
|
+
claimCommission: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2492
|
+
u32
|
|
2493
|
+
]>;
|
|
1764
2494
|
/**
|
|
1765
2495
|
* See [`Pallet::claim_payout`].
|
|
1766
2496
|
**/
|
|
1767
|
-
claimPayout: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, [
|
|
2497
|
+
claimPayout: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, [
|
|
2498
|
+
]>;
|
|
1768
2499
|
/**
|
|
1769
2500
|
* See [`Pallet::claim_payout_other`].
|
|
1770
2501
|
**/
|
|
1771
|
-
claimPayoutOther: AugmentedSubmittable<(other: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2502
|
+
claimPayoutOther: AugmentedSubmittable<(other: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2503
|
+
AccountId32
|
|
2504
|
+
]>;
|
|
1772
2505
|
/**
|
|
1773
2506
|
* See [`Pallet::create`].
|
|
1774
2507
|
**/
|
|
@@ -1802,7 +2535,12 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
1802
2535
|
Address32: any;
|
|
1803
2536
|
} | {
|
|
1804
2537
|
Address20: any;
|
|
1805
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2538
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2539
|
+
Compact<u128>,
|
|
2540
|
+
MultiAddress,
|
|
2541
|
+
MultiAddress,
|
|
2542
|
+
MultiAddress
|
|
2543
|
+
]>;
|
|
1806
2544
|
/**
|
|
1807
2545
|
* See [`Pallet::create_with_pool_id`].
|
|
1808
2546
|
**/
|
|
@@ -1836,34 +2574,60 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
1836
2574
|
Address32: any;
|
|
1837
2575
|
} | {
|
|
1838
2576
|
Address20: any;
|
|
1839
|
-
} | string | Uint8Array, poolId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2577
|
+
} | string | Uint8Array, poolId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2578
|
+
Compact<u128>,
|
|
2579
|
+
MultiAddress,
|
|
2580
|
+
MultiAddress,
|
|
2581
|
+
MultiAddress,
|
|
2582
|
+
u32
|
|
2583
|
+
]>;
|
|
1840
2584
|
/**
|
|
1841
2585
|
* See [`Pallet::join`].
|
|
1842
2586
|
**/
|
|
1843
|
-
join: AugmentedSubmittable<(amount: Compact<u128> | AnyNumber | Uint8Array, poolId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2587
|
+
join: AugmentedSubmittable<(amount: Compact<u128> | AnyNumber | Uint8Array, poolId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2588
|
+
Compact<u128>,
|
|
2589
|
+
u32
|
|
2590
|
+
]>;
|
|
1844
2591
|
/**
|
|
1845
2592
|
* See [`Pallet::nominate`].
|
|
1846
2593
|
**/
|
|
1847
|
-
nominate: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, validators: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [
|
|
2594
|
+
nominate: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, validators: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [
|
|
2595
|
+
u32,
|
|
2596
|
+
Vec<AccountId32>
|
|
2597
|
+
]>;
|
|
1848
2598
|
/**
|
|
1849
2599
|
* See [`Pallet::pool_withdraw_unbonded`].
|
|
1850
2600
|
**/
|
|
1851
|
-
poolWithdrawUnbonded: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, numSlashingSpans: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2601
|
+
poolWithdrawUnbonded: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, numSlashingSpans: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2602
|
+
u32,
|
|
2603
|
+
u32
|
|
2604
|
+
]>;
|
|
1852
2605
|
/**
|
|
1853
2606
|
* See [`Pallet::set_claim_permission`].
|
|
1854
2607
|
**/
|
|
1855
|
-
setClaimPermission: AugmentedSubmittable<(permission: PalletNominationPoolsClaimPermission |
|
|
2608
|
+
setClaimPermission: AugmentedSubmittable<(permission: PalletNominationPoolsClaimPermission | "Permissioned" | "PermissionlessCompound" | "PermissionlessWithdraw" | "PermissionlessAll" | number | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2609
|
+
PalletNominationPoolsClaimPermission
|
|
2610
|
+
]>;
|
|
1856
2611
|
/**
|
|
1857
2612
|
* See [`Pallet::set_commission`].
|
|
1858
2613
|
**/
|
|
1859
|
-
setCommission: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, newCommission: Option<ITuple<[Perbill, AccountId32]>> | null | Uint8Array | ITuple<[Perbill, AccountId32]> | [
|
|
2614
|
+
setCommission: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, newCommission: Option<ITuple<[Perbill, AccountId32]>> | null | Uint8Array | ITuple<[Perbill, AccountId32]> | [
|
|
2615
|
+
Perbill | AnyNumber | Uint8Array,
|
|
2616
|
+
AccountId32 | string | Uint8Array
|
|
2617
|
+
]) => SubmittableExtrinsic<ApiType>, [
|
|
2618
|
+
u32,
|
|
2619
|
+
Option<ITuple<[Perbill, AccountId32]>>
|
|
2620
|
+
]>;
|
|
1860
2621
|
/**
|
|
1861
2622
|
* See [`Pallet::set_commission_change_rate`].
|
|
1862
2623
|
**/
|
|
1863
2624
|
setCommissionChangeRate: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, changeRate: PalletNominationPoolsCommissionChangeRate | {
|
|
1864
2625
|
maxIncrease?: any;
|
|
1865
2626
|
minDelay?: any;
|
|
1866
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2627
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2628
|
+
u32,
|
|
2629
|
+
PalletNominationPoolsCommissionChangeRate
|
|
2630
|
+
]>;
|
|
1867
2631
|
/**
|
|
1868
2632
|
* See [`Pallet::set_commission_claim_permission`].
|
|
1869
2633
|
**/
|
|
@@ -1871,11 +2635,17 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
1871
2635
|
Permissionless: any;
|
|
1872
2636
|
} | {
|
|
1873
2637
|
Account: any;
|
|
1874
|
-
} | string) => SubmittableExtrinsic<ApiType>, [
|
|
2638
|
+
} | string) => SubmittableExtrinsic<ApiType>, [
|
|
2639
|
+
u32,
|
|
2640
|
+
Option<PalletNominationPoolsCommissionClaimPermission>
|
|
2641
|
+
]>;
|
|
1875
2642
|
/**
|
|
1876
2643
|
* See [`Pallet::set_commission_max`].
|
|
1877
2644
|
**/
|
|
1878
|
-
setCommissionMax: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, maxCommission: Perbill | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2645
|
+
setCommissionMax: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, maxCommission: Perbill | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2646
|
+
u32,
|
|
2647
|
+
Perbill
|
|
2648
|
+
]>;
|
|
1879
2649
|
/**
|
|
1880
2650
|
* See [`Pallet::set_configs`].
|
|
1881
2651
|
**/
|
|
@@ -1915,15 +2685,28 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
1915
2685
|
Set: any;
|
|
1916
2686
|
} | {
|
|
1917
2687
|
Remove: any;
|
|
1918
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2688
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2689
|
+
PalletNominationPoolsConfigOpU128,
|
|
2690
|
+
PalletNominationPoolsConfigOpU128,
|
|
2691
|
+
PalletNominationPoolsConfigOpU32,
|
|
2692
|
+
PalletNominationPoolsConfigOpU32,
|
|
2693
|
+
PalletNominationPoolsConfigOpU32,
|
|
2694
|
+
PalletNominationPoolsConfigOpPerbill
|
|
2695
|
+
]>;
|
|
1919
2696
|
/**
|
|
1920
2697
|
* See [`Pallet::set_metadata`].
|
|
1921
2698
|
**/
|
|
1922
|
-
setMetadata: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, metadata: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2699
|
+
setMetadata: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, metadata: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2700
|
+
u32,
|
|
2701
|
+
Bytes
|
|
2702
|
+
]>;
|
|
1923
2703
|
/**
|
|
1924
2704
|
* See [`Pallet::set_state`].
|
|
1925
2705
|
**/
|
|
1926
|
-
setState: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, state: PalletNominationPoolsPoolState |
|
|
2706
|
+
setState: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, state: PalletNominationPoolsPoolState | "Open" | "Blocked" | "Destroying" | number | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2707
|
+
u32,
|
|
2708
|
+
PalletNominationPoolsPoolState
|
|
2709
|
+
]>;
|
|
1927
2710
|
/**
|
|
1928
2711
|
* See [`Pallet::unbond`].
|
|
1929
2712
|
**/
|
|
@@ -1937,7 +2720,10 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
1937
2720
|
Address32: any;
|
|
1938
2721
|
} | {
|
|
1939
2722
|
Address20: any;
|
|
1940
|
-
} | string | Uint8Array, unbondingPoints: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2723
|
+
} | string | Uint8Array, unbondingPoints: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2724
|
+
MultiAddress,
|
|
2725
|
+
Compact<u128>
|
|
2726
|
+
]>;
|
|
1941
2727
|
/**
|
|
1942
2728
|
* See [`Pallet::update_roles`].
|
|
1943
2729
|
**/
|
|
@@ -1959,7 +2745,12 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
1959
2745
|
Set: any;
|
|
1960
2746
|
} | {
|
|
1961
2747
|
Remove: any;
|
|
1962
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2748
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2749
|
+
u32,
|
|
2750
|
+
PalletNominationPoolsConfigOpAccountId32,
|
|
2751
|
+
PalletNominationPoolsConfigOpAccountId32,
|
|
2752
|
+
PalletNominationPoolsConfigOpAccountId32
|
|
2753
|
+
]>;
|
|
1963
2754
|
/**
|
|
1964
2755
|
* See [`Pallet::withdraw_unbonded`].
|
|
1965
2756
|
**/
|
|
@@ -1973,7 +2764,10 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
1973
2764
|
Address32: any;
|
|
1974
2765
|
} | {
|
|
1975
2766
|
Address20: any;
|
|
1976
|
-
} | string | Uint8Array, numSlashingSpans: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2767
|
+
} | string | Uint8Array, numSlashingSpans: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2768
|
+
MultiAddress,
|
|
2769
|
+
u32
|
|
2770
|
+
]>;
|
|
1977
2771
|
/**
|
|
1978
2772
|
* Generic tx
|
|
1979
2773
|
**/
|
|
@@ -1983,23 +2777,33 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
1983
2777
|
/**
|
|
1984
2778
|
* See [`Pallet::ensure_updated`].
|
|
1985
2779
|
**/
|
|
1986
|
-
ensureUpdated: AugmentedSubmittable<(hashes: Vec<H256> | (H256 | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [
|
|
2780
|
+
ensureUpdated: AugmentedSubmittable<(hashes: Vec<H256> | (H256 | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [
|
|
2781
|
+
Vec<H256>
|
|
2782
|
+
]>;
|
|
1987
2783
|
/**
|
|
1988
2784
|
* See [`Pallet::note_preimage`].
|
|
1989
2785
|
**/
|
|
1990
|
-
notePreimage: AugmentedSubmittable<(bytes: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2786
|
+
notePreimage: AugmentedSubmittable<(bytes: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2787
|
+
Bytes
|
|
2788
|
+
]>;
|
|
1991
2789
|
/**
|
|
1992
2790
|
* See [`Pallet::request_preimage`].
|
|
1993
2791
|
**/
|
|
1994
|
-
requestPreimage: AugmentedSubmittable<(hash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2792
|
+
requestPreimage: AugmentedSubmittable<(hash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2793
|
+
H256
|
|
2794
|
+
]>;
|
|
1995
2795
|
/**
|
|
1996
2796
|
* See [`Pallet::unnote_preimage`].
|
|
1997
2797
|
**/
|
|
1998
|
-
unnotePreimage: AugmentedSubmittable<(hash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2798
|
+
unnotePreimage: AugmentedSubmittable<(hash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2799
|
+
H256
|
|
2800
|
+
]>;
|
|
1999
2801
|
/**
|
|
2000
2802
|
* See [`Pallet::unrequest_preimage`].
|
|
2001
2803
|
**/
|
|
2002
|
-
unrequestPreimage: AugmentedSubmittable<(hash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2804
|
+
unrequestPreimage: AugmentedSubmittable<(hash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2805
|
+
H256
|
|
2806
|
+
]>;
|
|
2003
2807
|
/**
|
|
2004
2808
|
* Generic tx
|
|
2005
2809
|
**/
|
|
@@ -2019,7 +2823,11 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
2019
2823
|
Address32: any;
|
|
2020
2824
|
} | {
|
|
2021
2825
|
Address20: any;
|
|
2022
|
-
} | string | Uint8Array, proxyType: TangleTestnetRuntimeProxyType |
|
|
2826
|
+
} | string | Uint8Array, proxyType: TangleTestnetRuntimeProxyType | "Any" | "NonTransfer" | "Governance" | "Staking" | number | Uint8Array, delay: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2827
|
+
MultiAddress,
|
|
2828
|
+
TangleTestnetRuntimeProxyType,
|
|
2829
|
+
u64
|
|
2830
|
+
]>;
|
|
2023
2831
|
/**
|
|
2024
2832
|
* See [`Pallet::announce`].
|
|
2025
2833
|
**/
|
|
@@ -2033,11 +2841,18 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
2033
2841
|
Address32: any;
|
|
2034
2842
|
} | {
|
|
2035
2843
|
Address20: any;
|
|
2036
|
-
} | string | Uint8Array, callHash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2844
|
+
} | string | Uint8Array, callHash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2845
|
+
MultiAddress,
|
|
2846
|
+
H256
|
|
2847
|
+
]>;
|
|
2037
2848
|
/**
|
|
2038
2849
|
* See [`Pallet::create_pure`].
|
|
2039
2850
|
**/
|
|
2040
|
-
createPure: AugmentedSubmittable<(proxyType: TangleTestnetRuntimeProxyType |
|
|
2851
|
+
createPure: AugmentedSubmittable<(proxyType: TangleTestnetRuntimeProxyType | "Any" | "NonTransfer" | "Governance" | "Staking" | number | Uint8Array, delay: u64 | AnyNumber | Uint8Array, index: u16 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2852
|
+
TangleTestnetRuntimeProxyType,
|
|
2853
|
+
u64,
|
|
2854
|
+
u16
|
|
2855
|
+
]>;
|
|
2041
2856
|
/**
|
|
2042
2857
|
* See [`Pallet::kill_pure`].
|
|
2043
2858
|
**/
|
|
@@ -2051,7 +2866,13 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
2051
2866
|
Address32: any;
|
|
2052
2867
|
} | {
|
|
2053
2868
|
Address20: any;
|
|
2054
|
-
} | string | Uint8Array, proxyType: TangleTestnetRuntimeProxyType |
|
|
2869
|
+
} | string | Uint8Array, proxyType: TangleTestnetRuntimeProxyType | "Any" | "NonTransfer" | "Governance" | "Staking" | number | Uint8Array, index: u16 | AnyNumber | Uint8Array, height: Compact<u64> | AnyNumber | Uint8Array, extIndex: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2870
|
+
MultiAddress,
|
|
2871
|
+
TangleTestnetRuntimeProxyType,
|
|
2872
|
+
u16,
|
|
2873
|
+
Compact<u64>,
|
|
2874
|
+
Compact<u32>
|
|
2875
|
+
]>;
|
|
2055
2876
|
/**
|
|
2056
2877
|
* See [`Pallet::proxy`].
|
|
2057
2878
|
**/
|
|
@@ -2065,7 +2886,11 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
2065
2886
|
Address32: any;
|
|
2066
2887
|
} | {
|
|
2067
2888
|
Address20: any;
|
|
2068
|
-
} | string | Uint8Array, forceProxyType: Option<TangleTestnetRuntimeProxyType> | null | Uint8Array | TangleTestnetRuntimeProxyType |
|
|
2889
|
+
} | string | Uint8Array, forceProxyType: Option<TangleTestnetRuntimeProxyType> | null | Uint8Array | TangleTestnetRuntimeProxyType | "Any" | "NonTransfer" | "Governance" | "Staking" | number, call: Call | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2890
|
+
MultiAddress,
|
|
2891
|
+
Option<TangleTestnetRuntimeProxyType>,
|
|
2892
|
+
Call
|
|
2893
|
+
]>;
|
|
2069
2894
|
/**
|
|
2070
2895
|
* See [`Pallet::proxy_announced`].
|
|
2071
2896
|
**/
|
|
@@ -2089,7 +2914,12 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
2089
2914
|
Address32: any;
|
|
2090
2915
|
} | {
|
|
2091
2916
|
Address20: any;
|
|
2092
|
-
} | string | Uint8Array, forceProxyType: Option<TangleTestnetRuntimeProxyType> | null | Uint8Array | TangleTestnetRuntimeProxyType |
|
|
2917
|
+
} | string | Uint8Array, forceProxyType: Option<TangleTestnetRuntimeProxyType> | null | Uint8Array | TangleTestnetRuntimeProxyType | "Any" | "NonTransfer" | "Governance" | "Staking" | number, call: Call | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2918
|
+
MultiAddress,
|
|
2919
|
+
MultiAddress,
|
|
2920
|
+
Option<TangleTestnetRuntimeProxyType>,
|
|
2921
|
+
Call
|
|
2922
|
+
]>;
|
|
2093
2923
|
/**
|
|
2094
2924
|
* See [`Pallet::reject_announcement`].
|
|
2095
2925
|
**/
|
|
@@ -2103,7 +2933,10 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
2103
2933
|
Address32: any;
|
|
2104
2934
|
} | {
|
|
2105
2935
|
Address20: any;
|
|
2106
|
-
} | string | Uint8Array, callHash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2936
|
+
} | string | Uint8Array, callHash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2937
|
+
MultiAddress,
|
|
2938
|
+
H256
|
|
2939
|
+
]>;
|
|
2107
2940
|
/**
|
|
2108
2941
|
* See [`Pallet::remove_announcement`].
|
|
2109
2942
|
**/
|
|
@@ -2117,11 +2950,15 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
2117
2950
|
Address32: any;
|
|
2118
2951
|
} | {
|
|
2119
2952
|
Address20: any;
|
|
2120
|
-
} | string | Uint8Array, callHash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2953
|
+
} | string | Uint8Array, callHash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2954
|
+
MultiAddress,
|
|
2955
|
+
H256
|
|
2956
|
+
]>;
|
|
2121
2957
|
/**
|
|
2122
2958
|
* See [`Pallet::remove_proxies`].
|
|
2123
2959
|
**/
|
|
2124
|
-
removeProxies: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, [
|
|
2960
|
+
removeProxies: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, [
|
|
2961
|
+
]>;
|
|
2125
2962
|
/**
|
|
2126
2963
|
* See [`Pallet::remove_proxy`].
|
|
2127
2964
|
**/
|
|
@@ -2135,83 +2972,304 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
2135
2972
|
Address32: any;
|
|
2136
2973
|
} | {
|
|
2137
2974
|
Address20: any;
|
|
2138
|
-
} | string | Uint8Array, proxyType: TangleTestnetRuntimeProxyType |
|
|
2975
|
+
} | string | Uint8Array, proxyType: TangleTestnetRuntimeProxyType | "Any" | "NonTransfer" | "Governance" | "Staking" | number | Uint8Array, delay: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2976
|
+
MultiAddress,
|
|
2977
|
+
TangleTestnetRuntimeProxyType,
|
|
2978
|
+
u64
|
|
2979
|
+
]>;
|
|
2139
2980
|
/**
|
|
2140
2981
|
* Generic tx
|
|
2141
2982
|
**/
|
|
2142
2983
|
[key: string]: SubmittableExtrinsicFunction<ApiType>;
|
|
2143
2984
|
};
|
|
2144
|
-
|
|
2985
|
+
scheduler: {
|
|
2145
2986
|
/**
|
|
2146
|
-
* See [`Pallet::
|
|
2987
|
+
* See [`Pallet::cancel`].
|
|
2147
2988
|
**/
|
|
2148
|
-
|
|
2989
|
+
cancel: AugmentedSubmittable<(when: u64 | AnyNumber | Uint8Array, index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2990
|
+
u64,
|
|
2991
|
+
u32
|
|
2992
|
+
]>;
|
|
2149
2993
|
/**
|
|
2150
|
-
* See [`Pallet::
|
|
2994
|
+
* See [`Pallet::cancel_named`].
|
|
2151
2995
|
**/
|
|
2152
|
-
|
|
2153
|
-
|
|
2154
|
-
|
|
2155
|
-
Shared: any;
|
|
2156
|
-
} | string | Uint8Array, maxActiveServices: Option<u32> | null | Uint8Array | u32 | AnyNumber) => SubmittableExtrinsic<ApiType>, [PalletRolesProfile, Option<u32>]>;
|
|
2996
|
+
cancelNamed: AugmentedSubmittable<(id: U8aFixed | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2997
|
+
U8aFixed
|
|
2998
|
+
]>;
|
|
2157
2999
|
/**
|
|
2158
|
-
* See [`Pallet::
|
|
3000
|
+
* See [`Pallet::schedule`].
|
|
2159
3001
|
**/
|
|
2160
|
-
|
|
3002
|
+
schedule: AugmentedSubmittable<(when: u64 | AnyNumber | Uint8Array, maybePeriodic: Option<ITuple<[u64, u32]>> | null | Uint8Array | ITuple<[u64, u32]> | [u64 | AnyNumber | Uint8Array, u32 | AnyNumber | Uint8Array], priority: u8 | AnyNumber | Uint8Array, call: Call | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3003
|
+
u64,
|
|
3004
|
+
Option<ITuple<[u64, u32]>>,
|
|
3005
|
+
u8,
|
|
3006
|
+
Call
|
|
3007
|
+
]>;
|
|
2161
3008
|
/**
|
|
2162
|
-
* See [`Pallet::
|
|
3009
|
+
* See [`Pallet::schedule_after`].
|
|
3010
|
+
**/
|
|
3011
|
+
scheduleAfter: AugmentedSubmittable<(after: u64 | AnyNumber | Uint8Array, maybePeriodic: Option<ITuple<[u64, u32]>> | null | Uint8Array | ITuple<[u64, u32]> | [u64 | AnyNumber | Uint8Array, u32 | AnyNumber | Uint8Array], priority: u8 | AnyNumber | Uint8Array, call: Call | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3012
|
+
u64,
|
|
3013
|
+
Option<ITuple<[u64, u32]>>,
|
|
3014
|
+
u8,
|
|
3015
|
+
Call
|
|
3016
|
+
]>;
|
|
3017
|
+
/**
|
|
3018
|
+
* See [`Pallet::schedule_named`].
|
|
3019
|
+
**/
|
|
3020
|
+
scheduleNamed: AugmentedSubmittable<(id: U8aFixed | string | Uint8Array, when: u64 | AnyNumber | Uint8Array, maybePeriodic: Option<ITuple<[u64, u32]>> | null | Uint8Array | ITuple<[u64, u32]> | [u64 | AnyNumber | Uint8Array, u32 | AnyNumber | Uint8Array], priority: u8 | AnyNumber | Uint8Array, call: Call | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3021
|
+
U8aFixed,
|
|
3022
|
+
u64,
|
|
3023
|
+
Option<ITuple<[u64, u32]>>,
|
|
3024
|
+
u8,
|
|
3025
|
+
Call
|
|
3026
|
+
]>;
|
|
3027
|
+
/**
|
|
3028
|
+
* See [`Pallet::schedule_named_after`].
|
|
2163
3029
|
**/
|
|
2164
|
-
|
|
3030
|
+
scheduleNamedAfter: AugmentedSubmittable<(id: U8aFixed | string | Uint8Array, after: u64 | AnyNumber | Uint8Array, maybePeriodic: Option<ITuple<[u64, u32]>> | null | Uint8Array | ITuple<[u64, u32]> | [u64 | AnyNumber | Uint8Array, u32 | AnyNumber | Uint8Array], priority: u8 | AnyNumber | Uint8Array, call: Call | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3031
|
+
U8aFixed,
|
|
3032
|
+
u64,
|
|
3033
|
+
Option<ITuple<[u64, u32]>>,
|
|
3034
|
+
u8,
|
|
3035
|
+
Call
|
|
3036
|
+
]>;
|
|
2165
3037
|
/**
|
|
2166
|
-
*
|
|
3038
|
+
* Generic tx
|
|
2167
3039
|
**/
|
|
2168
|
-
|
|
3040
|
+
[key: string]: SubmittableExtrinsicFunction<ApiType>;
|
|
3041
|
+
};
|
|
3042
|
+
services: {
|
|
2169
3043
|
/**
|
|
2170
|
-
* See
|
|
3044
|
+
* See `Pallet::approve`.
|
|
2171
3045
|
**/
|
|
2172
|
-
|
|
3046
|
+
approve: AugmentedSubmittable<(requestId: Compact<u64> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3047
|
+
Compact<u64>
|
|
3048
|
+
]>;
|
|
2173
3049
|
/**
|
|
2174
|
-
* See
|
|
3050
|
+
* See `Pallet::call`.
|
|
2175
3051
|
**/
|
|
2176
|
-
|
|
2177
|
-
|
|
3052
|
+
call: AugmentedSubmittable<(serviceId: Compact<u64> | AnyNumber | Uint8Array, job: Compact<u8> | AnyNumber | Uint8Array, args: Vec<TanglePrimitivesServicesField> | (TanglePrimitivesServicesField | {
|
|
3053
|
+
None: any;
|
|
3054
|
+
} | {
|
|
3055
|
+
Bool: any;
|
|
3056
|
+
} | {
|
|
3057
|
+
Uint8: any;
|
|
3058
|
+
} | {
|
|
3059
|
+
Int8: any;
|
|
3060
|
+
} | {
|
|
3061
|
+
Uint16: any;
|
|
3062
|
+
} | {
|
|
3063
|
+
Int16: any;
|
|
3064
|
+
} | {
|
|
3065
|
+
Uint32: any;
|
|
3066
|
+
} | {
|
|
3067
|
+
Int32: any;
|
|
3068
|
+
} | {
|
|
3069
|
+
Uint64: any;
|
|
3070
|
+
} | {
|
|
3071
|
+
Int64: any;
|
|
3072
|
+
} | {
|
|
3073
|
+
String: any;
|
|
3074
|
+
} | {
|
|
3075
|
+
Bytes: any;
|
|
3076
|
+
} | {
|
|
3077
|
+
Array: any;
|
|
2178
3078
|
} | {
|
|
2179
|
-
|
|
2180
|
-
} |
|
|
3079
|
+
List: any;
|
|
3080
|
+
} | {
|
|
3081
|
+
Struct: any;
|
|
3082
|
+
} | {
|
|
3083
|
+
AccountId: any;
|
|
3084
|
+
} | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [
|
|
3085
|
+
Compact<u64>,
|
|
3086
|
+
Compact<u8>,
|
|
3087
|
+
Vec<TanglePrimitivesServicesField>
|
|
3088
|
+
]>;
|
|
2181
3089
|
/**
|
|
2182
|
-
* See
|
|
3090
|
+
* See `Pallet::create_blueprint`.
|
|
2183
3091
|
**/
|
|
2184
|
-
|
|
3092
|
+
createBlueprint: AugmentedSubmittable<(blueprint: TanglePrimitivesServicesServiceBlueprint | {
|
|
3093
|
+
metadata?: any;
|
|
3094
|
+
jobs?: any;
|
|
3095
|
+
registrationHook?: any;
|
|
3096
|
+
registrationParams?: any;
|
|
3097
|
+
requestHook?: any;
|
|
3098
|
+
requestParams?: any;
|
|
3099
|
+
gadget?: any;
|
|
3100
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3101
|
+
TanglePrimitivesServicesServiceBlueprint
|
|
3102
|
+
]>;
|
|
2185
3103
|
/**
|
|
2186
|
-
*
|
|
3104
|
+
* See `Pallet::pre_register`.
|
|
2187
3105
|
**/
|
|
2188
|
-
|
|
2189
|
-
|
|
2190
|
-
|
|
3106
|
+
preRegister: AugmentedSubmittable<(blueprintId: Compact<u64> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3107
|
+
Compact<u64>
|
|
3108
|
+
]>;
|
|
2191
3109
|
/**
|
|
2192
|
-
* See
|
|
3110
|
+
* See `Pallet::register`.
|
|
2193
3111
|
**/
|
|
2194
|
-
|
|
3112
|
+
register: AugmentedSubmittable<(blueprintId: Compact<u64> | AnyNumber | Uint8Array, preferences: TanglePrimitivesServicesOperatorPreferences | {
|
|
3113
|
+
key?: any;
|
|
3114
|
+
approval?: any;
|
|
3115
|
+
priceTargets?: any;
|
|
3116
|
+
} | string | Uint8Array, registrationArgs: Vec<TanglePrimitivesServicesField> | (TanglePrimitivesServicesField | {
|
|
3117
|
+
None: any;
|
|
3118
|
+
} | {
|
|
3119
|
+
Bool: any;
|
|
3120
|
+
} | {
|
|
3121
|
+
Uint8: any;
|
|
3122
|
+
} | {
|
|
3123
|
+
Int8: any;
|
|
3124
|
+
} | {
|
|
3125
|
+
Uint16: any;
|
|
3126
|
+
} | {
|
|
3127
|
+
Int16: any;
|
|
3128
|
+
} | {
|
|
3129
|
+
Uint32: any;
|
|
3130
|
+
} | {
|
|
3131
|
+
Int32: any;
|
|
3132
|
+
} | {
|
|
3133
|
+
Uint64: any;
|
|
3134
|
+
} | {
|
|
3135
|
+
Int64: any;
|
|
3136
|
+
} | {
|
|
3137
|
+
String: any;
|
|
3138
|
+
} | {
|
|
3139
|
+
Bytes: any;
|
|
3140
|
+
} | {
|
|
3141
|
+
Array: any;
|
|
3142
|
+
} | {
|
|
3143
|
+
List: any;
|
|
3144
|
+
} | {
|
|
3145
|
+
Struct: any;
|
|
3146
|
+
} | {
|
|
3147
|
+
AccountId: any;
|
|
3148
|
+
} | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [
|
|
3149
|
+
Compact<u64>,
|
|
3150
|
+
TanglePrimitivesServicesOperatorPreferences,
|
|
3151
|
+
Vec<TanglePrimitivesServicesField>
|
|
3152
|
+
]>;
|
|
2195
3153
|
/**
|
|
2196
|
-
* See
|
|
3154
|
+
* See `Pallet::reject`.
|
|
2197
3155
|
**/
|
|
2198
|
-
|
|
3156
|
+
reject: AugmentedSubmittable<(requestId: Compact<u64> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3157
|
+
Compact<u64>
|
|
3158
|
+
]>;
|
|
2199
3159
|
/**
|
|
2200
|
-
* See
|
|
3160
|
+
* See `Pallet::request`.
|
|
2201
3161
|
**/
|
|
2202
|
-
|
|
3162
|
+
request: AugmentedSubmittable<(blueprintId: Compact<u64> | AnyNumber | Uint8Array, permittedCallers: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[], serviceProviders: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[], ttl: Compact<u64> | AnyNumber | Uint8Array, requestArgs: Vec<TanglePrimitivesServicesField> | (TanglePrimitivesServicesField | {
|
|
3163
|
+
None: any;
|
|
3164
|
+
} | {
|
|
3165
|
+
Bool: any;
|
|
3166
|
+
} | {
|
|
3167
|
+
Uint8: any;
|
|
3168
|
+
} | {
|
|
3169
|
+
Int8: any;
|
|
3170
|
+
} | {
|
|
3171
|
+
Uint16: any;
|
|
3172
|
+
} | {
|
|
3173
|
+
Int16: any;
|
|
3174
|
+
} | {
|
|
3175
|
+
Uint32: any;
|
|
3176
|
+
} | {
|
|
3177
|
+
Int32: any;
|
|
3178
|
+
} | {
|
|
3179
|
+
Uint64: any;
|
|
3180
|
+
} | {
|
|
3181
|
+
Int64: any;
|
|
3182
|
+
} | {
|
|
3183
|
+
String: any;
|
|
3184
|
+
} | {
|
|
3185
|
+
Bytes: any;
|
|
3186
|
+
} | {
|
|
3187
|
+
Array: any;
|
|
3188
|
+
} | {
|
|
3189
|
+
List: any;
|
|
3190
|
+
} | {
|
|
3191
|
+
Struct: any;
|
|
3192
|
+
} | {
|
|
3193
|
+
AccountId: any;
|
|
3194
|
+
} | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [
|
|
3195
|
+
Compact<u64>,
|
|
3196
|
+
Vec<AccountId32>,
|
|
3197
|
+
Vec<AccountId32>,
|
|
3198
|
+
Compact<u64>,
|
|
3199
|
+
Vec<TanglePrimitivesServicesField>
|
|
3200
|
+
]>;
|
|
2203
3201
|
/**
|
|
2204
|
-
* See
|
|
3202
|
+
* See `Pallet::submit_result`.
|
|
3203
|
+
**/
|
|
3204
|
+
submitResult: AugmentedSubmittable<(serviceId: Compact<u64> | AnyNumber | Uint8Array, callId: Compact<u64> | AnyNumber | Uint8Array, result: Vec<TanglePrimitivesServicesField> | (TanglePrimitivesServicesField | {
|
|
3205
|
+
None: any;
|
|
3206
|
+
} | {
|
|
3207
|
+
Bool: any;
|
|
3208
|
+
} | {
|
|
3209
|
+
Uint8: any;
|
|
3210
|
+
} | {
|
|
3211
|
+
Int8: any;
|
|
3212
|
+
} | {
|
|
3213
|
+
Uint16: any;
|
|
3214
|
+
} | {
|
|
3215
|
+
Int16: any;
|
|
3216
|
+
} | {
|
|
3217
|
+
Uint32: any;
|
|
3218
|
+
} | {
|
|
3219
|
+
Int32: any;
|
|
3220
|
+
} | {
|
|
3221
|
+
Uint64: any;
|
|
3222
|
+
} | {
|
|
3223
|
+
Int64: any;
|
|
3224
|
+
} | {
|
|
3225
|
+
String: any;
|
|
3226
|
+
} | {
|
|
3227
|
+
Bytes: any;
|
|
3228
|
+
} | {
|
|
3229
|
+
Array: any;
|
|
3230
|
+
} | {
|
|
3231
|
+
List: any;
|
|
3232
|
+
} | {
|
|
3233
|
+
Struct: any;
|
|
3234
|
+
} | {
|
|
3235
|
+
AccountId: any;
|
|
3236
|
+
} | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [
|
|
3237
|
+
Compact<u64>,
|
|
3238
|
+
Compact<u64>,
|
|
3239
|
+
Vec<TanglePrimitivesServicesField>
|
|
3240
|
+
]>;
|
|
3241
|
+
/**
|
|
3242
|
+
* See `Pallet::terminate`.
|
|
2205
3243
|
**/
|
|
2206
|
-
|
|
3244
|
+
terminate: AugmentedSubmittable<(serviceId: Compact<u64> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3245
|
+
Compact<u64>
|
|
3246
|
+
]>;
|
|
2207
3247
|
/**
|
|
2208
|
-
* See
|
|
3248
|
+
* See `Pallet::unregister`.
|
|
2209
3249
|
**/
|
|
2210
|
-
|
|
3250
|
+
unregister: AugmentedSubmittable<(blueprintId: Compact<u64> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3251
|
+
Compact<u64>
|
|
3252
|
+
]>;
|
|
2211
3253
|
/**
|
|
2212
|
-
* See
|
|
3254
|
+
* See `Pallet::update_approval_preference`.
|
|
3255
|
+
**/
|
|
3256
|
+
updateApprovalPreference: AugmentedSubmittable<(blueprintId: Compact<u64> | AnyNumber | Uint8Array, approvalPreference: TanglePrimitivesServicesApprovalPrefrence | "None" | "Required" | number | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3257
|
+
Compact<u64>,
|
|
3258
|
+
TanglePrimitivesServicesApprovalPrefrence
|
|
3259
|
+
]>;
|
|
3260
|
+
/**
|
|
3261
|
+
* See `Pallet::update_price_targets`.
|
|
2213
3262
|
**/
|
|
2214
|
-
|
|
3263
|
+
updatePriceTargets: AugmentedSubmittable<(blueprintId: Compact<u64> | AnyNumber | Uint8Array, priceTargets: TanglePrimitivesServicesPriceTargets | {
|
|
3264
|
+
cpu?: any;
|
|
3265
|
+
mem?: any;
|
|
3266
|
+
storageHdd?: any;
|
|
3267
|
+
storageSsd?: any;
|
|
3268
|
+
storageNvme?: any;
|
|
3269
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3270
|
+
Compact<u64>,
|
|
3271
|
+
TanglePrimitivesServicesPriceTargets
|
|
3272
|
+
]>;
|
|
2215
3273
|
/**
|
|
2216
3274
|
* Generic tx
|
|
2217
3275
|
**/
|
|
@@ -2229,8 +3287,10 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
2229
3287
|
babe?: any;
|
|
2230
3288
|
grandpa?: any;
|
|
2231
3289
|
imOnline?: any;
|
|
2232
|
-
|
|
2233
|
-
|
|
3290
|
+
} | string | Uint8Array, proof: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3291
|
+
TangleTestnetRuntimeOpaqueSessionKeys,
|
|
3292
|
+
Bytes
|
|
3293
|
+
]>;
|
|
2234
3294
|
/**
|
|
2235
3295
|
* Generic tx
|
|
2236
3296
|
**/
|
|
@@ -2250,15 +3310,23 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
2250
3310
|
Account: any;
|
|
2251
3311
|
} | {
|
|
2252
3312
|
None: any;
|
|
2253
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3313
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3314
|
+
Compact<u128>,
|
|
3315
|
+
PalletStakingRewardDestination
|
|
3316
|
+
]>;
|
|
2254
3317
|
/**
|
|
2255
3318
|
* See [`Pallet::bond_extra`].
|
|
2256
3319
|
**/
|
|
2257
|
-
bondExtra: AugmentedSubmittable<(maxAdditional: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3320
|
+
bondExtra: AugmentedSubmittable<(maxAdditional: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3321
|
+
Compact<u128>
|
|
3322
|
+
]>;
|
|
2258
3323
|
/**
|
|
2259
3324
|
* See [`Pallet::cancel_deferred_slash`].
|
|
2260
3325
|
**/
|
|
2261
|
-
cancelDeferredSlash: AugmentedSubmittable<(era: u32 | AnyNumber | Uint8Array, slashIndices: Vec<u32> | (u32 | AnyNumber | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [
|
|
3326
|
+
cancelDeferredSlash: AugmentedSubmittable<(era: u32 | AnyNumber | Uint8Array, slashIndices: Vec<u32> | (u32 | AnyNumber | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [
|
|
3327
|
+
u32,
|
|
3328
|
+
Vec<u32>
|
|
3329
|
+
]>;
|
|
2262
3330
|
/**
|
|
2263
3331
|
* See [`Pallet::chill`].
|
|
2264
3332
|
**/
|
|
@@ -2266,35 +3334,49 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
2266
3334
|
/**
|
|
2267
3335
|
* See [`Pallet::chill_other`].
|
|
2268
3336
|
**/
|
|
2269
|
-
chillOther: AugmentedSubmittable<(stash: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3337
|
+
chillOther: AugmentedSubmittable<(stash: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3338
|
+
AccountId32
|
|
3339
|
+
]>;
|
|
2270
3340
|
/**
|
|
2271
3341
|
* See [`Pallet::deprecate_controller_batch`].
|
|
2272
3342
|
**/
|
|
2273
|
-
deprecateControllerBatch: AugmentedSubmittable<(controllers: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [
|
|
3343
|
+
deprecateControllerBatch: AugmentedSubmittable<(controllers: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [
|
|
3344
|
+
Vec<AccountId32>
|
|
3345
|
+
]>;
|
|
2274
3346
|
/**
|
|
2275
3347
|
* See [`Pallet::force_apply_min_commission`].
|
|
2276
3348
|
**/
|
|
2277
|
-
forceApplyMinCommission: AugmentedSubmittable<(validatorStash: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3349
|
+
forceApplyMinCommission: AugmentedSubmittable<(validatorStash: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3350
|
+
AccountId32
|
|
3351
|
+
]>;
|
|
2278
3352
|
/**
|
|
2279
3353
|
* See [`Pallet::force_new_era`].
|
|
2280
3354
|
**/
|
|
2281
|
-
forceNewEra: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, [
|
|
3355
|
+
forceNewEra: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, [
|
|
3356
|
+
]>;
|
|
2282
3357
|
/**
|
|
2283
3358
|
* See [`Pallet::force_new_era_always`].
|
|
2284
3359
|
**/
|
|
2285
|
-
forceNewEraAlways: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, [
|
|
3360
|
+
forceNewEraAlways: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, [
|
|
3361
|
+
]>;
|
|
2286
3362
|
/**
|
|
2287
3363
|
* See [`Pallet::force_no_eras`].
|
|
2288
3364
|
**/
|
|
2289
|
-
forceNoEras: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, [
|
|
3365
|
+
forceNoEras: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, [
|
|
3366
|
+
]>;
|
|
2290
3367
|
/**
|
|
2291
3368
|
* See [`Pallet::force_unstake`].
|
|
2292
3369
|
**/
|
|
2293
|
-
forceUnstake: AugmentedSubmittable<(stash: AccountId32 | string | Uint8Array, numSlashingSpans: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3370
|
+
forceUnstake: AugmentedSubmittable<(stash: AccountId32 | string | Uint8Array, numSlashingSpans: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3371
|
+
AccountId32,
|
|
3372
|
+
u32
|
|
3373
|
+
]>;
|
|
2294
3374
|
/**
|
|
2295
3375
|
* See [`Pallet::increase_validator_count`].
|
|
2296
3376
|
**/
|
|
2297
|
-
increaseValidatorCount: AugmentedSubmittable<(additional: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3377
|
+
increaseValidatorCount: AugmentedSubmittable<(additional: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3378
|
+
Compact<u32>
|
|
3379
|
+
]>;
|
|
2298
3380
|
/**
|
|
2299
3381
|
* See [`Pallet::kick`].
|
|
2300
3382
|
**/
|
|
@@ -2308,7 +3390,9 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
2308
3390
|
Address32: any;
|
|
2309
3391
|
} | {
|
|
2310
3392
|
Address20: any;
|
|
2311
|
-
} | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [
|
|
3393
|
+
} | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [
|
|
3394
|
+
Vec<MultiAddress>
|
|
3395
|
+
]>;
|
|
2312
3396
|
/**
|
|
2313
3397
|
* See [`Pallet::nominate`].
|
|
2314
3398
|
**/
|
|
@@ -2322,39 +3406,60 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
2322
3406
|
Address32: any;
|
|
2323
3407
|
} | {
|
|
2324
3408
|
Address20: any;
|
|
2325
|
-
} | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [
|
|
3409
|
+
} | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [
|
|
3410
|
+
Vec<MultiAddress>
|
|
3411
|
+
]>;
|
|
2326
3412
|
/**
|
|
2327
3413
|
* See [`Pallet::payout_stakers`].
|
|
2328
3414
|
**/
|
|
2329
|
-
payoutStakers: AugmentedSubmittable<(validatorStash: AccountId32 | string | Uint8Array, era: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3415
|
+
payoutStakers: AugmentedSubmittable<(validatorStash: AccountId32 | string | Uint8Array, era: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3416
|
+
AccountId32,
|
|
3417
|
+
u32
|
|
3418
|
+
]>;
|
|
2330
3419
|
/**
|
|
2331
3420
|
* See [`Pallet::payout_stakers_by_page`].
|
|
2332
3421
|
**/
|
|
2333
|
-
payoutStakersByPage: AugmentedSubmittable<(validatorStash: AccountId32 | string | Uint8Array, era: u32 | AnyNumber | Uint8Array, page: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3422
|
+
payoutStakersByPage: AugmentedSubmittable<(validatorStash: AccountId32 | string | Uint8Array, era: u32 | AnyNumber | Uint8Array, page: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3423
|
+
AccountId32,
|
|
3424
|
+
u32,
|
|
3425
|
+
u32
|
|
3426
|
+
]>;
|
|
2334
3427
|
/**
|
|
2335
3428
|
* See [`Pallet::reap_stash`].
|
|
2336
3429
|
**/
|
|
2337
|
-
reapStash: AugmentedSubmittable<(stash: AccountId32 | string | Uint8Array, numSlashingSpans: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3430
|
+
reapStash: AugmentedSubmittable<(stash: AccountId32 | string | Uint8Array, numSlashingSpans: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3431
|
+
AccountId32,
|
|
3432
|
+
u32
|
|
3433
|
+
]>;
|
|
2338
3434
|
/**
|
|
2339
3435
|
* See [`Pallet::rebond`].
|
|
2340
3436
|
**/
|
|
2341
|
-
rebond: AugmentedSubmittable<(value: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3437
|
+
rebond: AugmentedSubmittable<(value: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3438
|
+
Compact<u128>
|
|
3439
|
+
]>;
|
|
2342
3440
|
/**
|
|
2343
3441
|
* See [`Pallet::scale_validator_count`].
|
|
2344
3442
|
**/
|
|
2345
|
-
scaleValidatorCount: AugmentedSubmittable<(factor: Percent | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3443
|
+
scaleValidatorCount: AugmentedSubmittable<(factor: Percent | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3444
|
+
Percent
|
|
3445
|
+
]>;
|
|
2346
3446
|
/**
|
|
2347
3447
|
* See [`Pallet::set_controller`].
|
|
2348
3448
|
**/
|
|
2349
|
-
setController: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, [
|
|
3449
|
+
setController: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, [
|
|
3450
|
+
]>;
|
|
2350
3451
|
/**
|
|
2351
3452
|
* See [`Pallet::set_invulnerables`].
|
|
2352
3453
|
**/
|
|
2353
|
-
setInvulnerables: AugmentedSubmittable<(invulnerables: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [
|
|
3454
|
+
setInvulnerables: AugmentedSubmittable<(invulnerables: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [
|
|
3455
|
+
Vec<AccountId32>
|
|
3456
|
+
]>;
|
|
2354
3457
|
/**
|
|
2355
3458
|
* See [`Pallet::set_min_commission`].
|
|
2356
3459
|
**/
|
|
2357
|
-
setMinCommission: AugmentedSubmittable<(updated: Perbill | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3460
|
+
setMinCommission: AugmentedSubmittable<(updated: Perbill | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3461
|
+
Perbill
|
|
3462
|
+
]>;
|
|
2358
3463
|
/**
|
|
2359
3464
|
* See [`Pallet::set_payee`].
|
|
2360
3465
|
**/
|
|
@@ -2368,7 +3473,9 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
2368
3473
|
Account: any;
|
|
2369
3474
|
} | {
|
|
2370
3475
|
None: any;
|
|
2371
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3476
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3477
|
+
PalletStakingRewardDestination
|
|
3478
|
+
]>;
|
|
2372
3479
|
/**
|
|
2373
3480
|
* See [`Pallet::set_staking_configs`].
|
|
2374
3481
|
**/
|
|
@@ -2408,30 +3515,47 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
2408
3515
|
Set: any;
|
|
2409
3516
|
} | {
|
|
2410
3517
|
Remove: any;
|
|
2411
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3518
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3519
|
+
PalletStakingPalletConfigOpU128,
|
|
3520
|
+
PalletStakingPalletConfigOpU128,
|
|
3521
|
+
PalletStakingPalletConfigOpU32,
|
|
3522
|
+
PalletStakingPalletConfigOpU32,
|
|
3523
|
+
PalletStakingPalletConfigOpPercent,
|
|
3524
|
+
PalletStakingPalletConfigOpPerbill
|
|
3525
|
+
]>;
|
|
2412
3526
|
/**
|
|
2413
3527
|
* See [`Pallet::set_validator_count`].
|
|
2414
3528
|
**/
|
|
2415
|
-
setValidatorCount: AugmentedSubmittable<(updated: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3529
|
+
setValidatorCount: AugmentedSubmittable<(updated: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3530
|
+
Compact<u32>
|
|
3531
|
+
]>;
|
|
2416
3532
|
/**
|
|
2417
3533
|
* See [`Pallet::unbond`].
|
|
2418
3534
|
**/
|
|
2419
|
-
unbond: AugmentedSubmittable<(value: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3535
|
+
unbond: AugmentedSubmittable<(value: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3536
|
+
Compact<u128>
|
|
3537
|
+
]>;
|
|
2420
3538
|
/**
|
|
2421
3539
|
* See [`Pallet::update_payee`].
|
|
2422
3540
|
**/
|
|
2423
|
-
updatePayee: AugmentedSubmittable<(controller: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3541
|
+
updatePayee: AugmentedSubmittable<(controller: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3542
|
+
AccountId32
|
|
3543
|
+
]>;
|
|
2424
3544
|
/**
|
|
2425
3545
|
* See [`Pallet::validate`].
|
|
2426
3546
|
**/
|
|
2427
3547
|
validate: AugmentedSubmittable<(prefs: PalletStakingValidatorPrefs | {
|
|
2428
3548
|
commission?: any;
|
|
2429
3549
|
blocked?: any;
|
|
2430
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3550
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3551
|
+
PalletStakingValidatorPrefs
|
|
3552
|
+
]>;
|
|
2431
3553
|
/**
|
|
2432
3554
|
* See [`Pallet::withdraw_unbonded`].
|
|
2433
3555
|
**/
|
|
2434
|
-
withdrawUnbonded: AugmentedSubmittable<(numSlashingSpans: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3556
|
+
withdrawUnbonded: AugmentedSubmittable<(numSlashingSpans: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3557
|
+
u32
|
|
3558
|
+
]>;
|
|
2435
3559
|
/**
|
|
2436
3560
|
* Generic tx
|
|
2437
3561
|
**/
|
|
@@ -2455,11 +3579,15 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
2455
3579
|
Address32: any;
|
|
2456
3580
|
} | {
|
|
2457
3581
|
Address20: any;
|
|
2458
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3582
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3583
|
+
MultiAddress
|
|
3584
|
+
]>;
|
|
2459
3585
|
/**
|
|
2460
3586
|
* See [`Pallet::sudo`].
|
|
2461
3587
|
**/
|
|
2462
|
-
sudo: AugmentedSubmittable<(call: Call | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3588
|
+
sudo: AugmentedSubmittable<(call: Call | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3589
|
+
Call
|
|
3590
|
+
]>;
|
|
2463
3591
|
/**
|
|
2464
3592
|
* See [`Pallet::sudo_as`].
|
|
2465
3593
|
**/
|
|
@@ -2473,14 +3601,20 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
2473
3601
|
Address32: any;
|
|
2474
3602
|
} | {
|
|
2475
3603
|
Address20: any;
|
|
2476
|
-
} | string | Uint8Array, call: Call | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3604
|
+
} | string | Uint8Array, call: Call | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3605
|
+
MultiAddress,
|
|
3606
|
+
Call
|
|
3607
|
+
]>;
|
|
2477
3608
|
/**
|
|
2478
3609
|
* See [`Pallet::sudo_unchecked_weight`].
|
|
2479
3610
|
**/
|
|
2480
3611
|
sudoUncheckedWeight: AugmentedSubmittable<(call: Call | IMethod | string | Uint8Array, weight: SpWeightsWeightV2Weight | {
|
|
2481
3612
|
refTime?: any;
|
|
2482
3613
|
proofSize?: any;
|
|
2483
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3614
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3615
|
+
Call,
|
|
3616
|
+
SpWeightsWeightV2Weight
|
|
3617
|
+
]>;
|
|
2484
3618
|
/**
|
|
2485
3619
|
* Generic tx
|
|
2486
3620
|
**/
|
|
@@ -2490,7 +3624,11 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
2490
3624
|
/**
|
|
2491
3625
|
* See [`Pallet::grant_access`].
|
|
2492
3626
|
**/
|
|
2493
|
-
grantAccess: AugmentedSubmittable<(palletIndex: u8 | AnyNumber | Uint8Array, extrinsicName: Bytes | string | Uint8Array, who: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3627
|
+
grantAccess: AugmentedSubmittable<(palletIndex: u8 | AnyNumber | Uint8Array, extrinsicName: Bytes | string | Uint8Array, who: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3628
|
+
u8,
|
|
3629
|
+
Bytes,
|
|
3630
|
+
AccountId32
|
|
3631
|
+
]>;
|
|
2494
3632
|
/**
|
|
2495
3633
|
* Generic tx
|
|
2496
3634
|
**/
|
|
@@ -2503,7 +3641,11 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
2503
3641
|
setFee: AugmentedSubmittable<(domain: u8 | AnyNumber | Uint8Array, asset: StagingXcmV4AssetAssetId | {
|
|
2504
3642
|
parents?: any;
|
|
2505
3643
|
interior?: any;
|
|
2506
|
-
} | string | Uint8Array, amount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3644
|
+
} | string | Uint8Array, amount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3645
|
+
u8,
|
|
3646
|
+
StagingXcmV4AssetAssetId,
|
|
3647
|
+
u128
|
|
3648
|
+
]>;
|
|
2507
3649
|
/**
|
|
2508
3650
|
* Generic tx
|
|
2509
3651
|
**/
|
|
@@ -2519,7 +3661,10 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
2519
3661
|
} | string | Uint8Array, dest: StagingXcmV4Location | {
|
|
2520
3662
|
parents?: any;
|
|
2521
3663
|
interior?: any;
|
|
2522
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3664
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3665
|
+
StagingXcmV4Asset,
|
|
3666
|
+
StagingXcmV4Location
|
|
3667
|
+
]>;
|
|
2523
3668
|
/**
|
|
2524
3669
|
* See [`Pallet::execute_proposal`].
|
|
2525
3670
|
**/
|
|
@@ -2528,39 +3673,59 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
2528
3673
|
depositNonce?: any;
|
|
2529
3674
|
resourceId?: any;
|
|
2530
3675
|
data?: any;
|
|
2531
|
-
} | string | Uint8Array)[], signature: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3676
|
+
} | string | Uint8Array)[], signature: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3677
|
+
Vec<SygmaBridgeProposal>,
|
|
3678
|
+
Bytes
|
|
3679
|
+
]>;
|
|
2532
3680
|
/**
|
|
2533
3681
|
* See [`Pallet::pause_all_bridges`].
|
|
2534
3682
|
**/
|
|
2535
|
-
pauseAllBridges: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, [
|
|
3683
|
+
pauseAllBridges: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, [
|
|
3684
|
+
]>;
|
|
2536
3685
|
/**
|
|
2537
3686
|
* See [`Pallet::pause_bridge`].
|
|
2538
3687
|
**/
|
|
2539
|
-
pauseBridge: AugmentedSubmittable<(destDomainId: u8 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3688
|
+
pauseBridge: AugmentedSubmittable<(destDomainId: u8 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3689
|
+
u8
|
|
3690
|
+
]>;
|
|
2540
3691
|
/**
|
|
2541
3692
|
* See [`Pallet::register_domain`].
|
|
2542
3693
|
**/
|
|
2543
|
-
registerDomain: AugmentedSubmittable<(destDomainId: u8 | AnyNumber | Uint8Array, destChainId: U256 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3694
|
+
registerDomain: AugmentedSubmittable<(destDomainId: u8 | AnyNumber | Uint8Array, destChainId: U256 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3695
|
+
u8,
|
|
3696
|
+
U256
|
|
3697
|
+
]>;
|
|
2544
3698
|
/**
|
|
2545
3699
|
* See [`Pallet::retry`].
|
|
2546
3700
|
**/
|
|
2547
|
-
retry: AugmentedSubmittable<(depositOnBlockHeight: u128 | AnyNumber | Uint8Array, destDomainId: u8 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3701
|
+
retry: AugmentedSubmittable<(depositOnBlockHeight: u128 | AnyNumber | Uint8Array, destDomainId: u8 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3702
|
+
u128,
|
|
3703
|
+
u8
|
|
3704
|
+
]>;
|
|
2548
3705
|
/**
|
|
2549
3706
|
* See [`Pallet::set_mpc_address`].
|
|
2550
3707
|
**/
|
|
2551
|
-
setMpcAddress: AugmentedSubmittable<(addr: SygmaTraitsMpcAddress | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3708
|
+
setMpcAddress: AugmentedSubmittable<(addr: SygmaTraitsMpcAddress | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3709
|
+
SygmaTraitsMpcAddress
|
|
3710
|
+
]>;
|
|
2552
3711
|
/**
|
|
2553
3712
|
* See [`Pallet::unpause_all_bridges`].
|
|
2554
3713
|
**/
|
|
2555
|
-
unpauseAllBridges: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, [
|
|
3714
|
+
unpauseAllBridges: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, [
|
|
3715
|
+
]>;
|
|
2556
3716
|
/**
|
|
2557
3717
|
* See [`Pallet::unpause_bridge`].
|
|
2558
3718
|
**/
|
|
2559
|
-
unpauseBridge: AugmentedSubmittable<(destDomainId: u8 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3719
|
+
unpauseBridge: AugmentedSubmittable<(destDomainId: u8 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3720
|
+
u8
|
|
3721
|
+
]>;
|
|
2560
3722
|
/**
|
|
2561
3723
|
* See [`Pallet::unregister_domain`].
|
|
2562
3724
|
**/
|
|
2563
|
-
unregisterDomain: AugmentedSubmittable<(destDomainId: u8 | AnyNumber | Uint8Array, destChainId: U256 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3725
|
+
unregisterDomain: AugmentedSubmittable<(destDomainId: u8 | AnyNumber | Uint8Array, destChainId: U256 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3726
|
+
u8,
|
|
3727
|
+
U256
|
|
3728
|
+
]>;
|
|
2564
3729
|
/**
|
|
2565
3730
|
* Generic tx
|
|
2566
3731
|
**/
|
|
@@ -2573,7 +3738,11 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
2573
3738
|
setFeeHandler: AugmentedSubmittable<(domain: u8 | AnyNumber | Uint8Array, asset: StagingXcmV4AssetAssetId | {
|
|
2574
3739
|
parents?: any;
|
|
2575
3740
|
interior?: any;
|
|
2576
|
-
} | string | Uint8Array, handlerType: SygmaFeeHandlerRouterFeeHandlerType |
|
|
3741
|
+
} | string | Uint8Array, handlerType: SygmaFeeHandlerRouterFeeHandlerType | "BasicFeeHandler" | "PercentageFeeHandler" | "DynamicFeeHandler" | number | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3742
|
+
u8,
|
|
3743
|
+
StagingXcmV4AssetAssetId,
|
|
3744
|
+
SygmaFeeHandlerRouterFeeHandlerType
|
|
3745
|
+
]>;
|
|
2577
3746
|
/**
|
|
2578
3747
|
* Generic tx
|
|
2579
3748
|
**/
|
|
@@ -2586,7 +3755,13 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
2586
3755
|
setFeeRate: AugmentedSubmittable<(domain: u8 | AnyNumber | Uint8Array, asset: StagingXcmV4AssetAssetId | {
|
|
2587
3756
|
parents?: any;
|
|
2588
3757
|
interior?: any;
|
|
2589
|
-
} | string | Uint8Array, feeRateBasisPoint: u32 | AnyNumber | Uint8Array, feeLowerBound: u128 | AnyNumber | Uint8Array, feeUpperBound: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3758
|
+
} | string | Uint8Array, feeRateBasisPoint: u32 | AnyNumber | Uint8Array, feeLowerBound: u128 | AnyNumber | Uint8Array, feeUpperBound: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3759
|
+
u8,
|
|
3760
|
+
StagingXcmV4AssetAssetId,
|
|
3761
|
+
u32,
|
|
3762
|
+
u128,
|
|
3763
|
+
u128
|
|
3764
|
+
]>;
|
|
2590
3765
|
/**
|
|
2591
3766
|
* Generic tx
|
|
2592
3767
|
**/
|
|
@@ -2596,47 +3771,70 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
2596
3771
|
/**
|
|
2597
3772
|
* See [`Pallet::apply_authorized_upgrade`].
|
|
2598
3773
|
**/
|
|
2599
|
-
applyAuthorizedUpgrade: AugmentedSubmittable<(code: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3774
|
+
applyAuthorizedUpgrade: AugmentedSubmittable<(code: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3775
|
+
Bytes
|
|
3776
|
+
]>;
|
|
2600
3777
|
/**
|
|
2601
3778
|
* See [`Pallet::authorize_upgrade`].
|
|
2602
3779
|
**/
|
|
2603
|
-
authorizeUpgrade: AugmentedSubmittable<(codeHash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3780
|
+
authorizeUpgrade: AugmentedSubmittable<(codeHash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3781
|
+
H256
|
|
3782
|
+
]>;
|
|
2604
3783
|
/**
|
|
2605
3784
|
* See [`Pallet::authorize_upgrade_without_checks`].
|
|
2606
3785
|
**/
|
|
2607
|
-
authorizeUpgradeWithoutChecks: AugmentedSubmittable<(codeHash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3786
|
+
authorizeUpgradeWithoutChecks: AugmentedSubmittable<(codeHash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3787
|
+
H256
|
|
3788
|
+
]>;
|
|
2608
3789
|
/**
|
|
2609
3790
|
* See [`Pallet::kill_prefix`].
|
|
2610
3791
|
**/
|
|
2611
|
-
killPrefix: AugmentedSubmittable<(prefix: Bytes | string | Uint8Array, subkeys: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3792
|
+
killPrefix: AugmentedSubmittable<(prefix: Bytes | string | Uint8Array, subkeys: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3793
|
+
Bytes,
|
|
3794
|
+
u32
|
|
3795
|
+
]>;
|
|
2612
3796
|
/**
|
|
2613
3797
|
* See [`Pallet::kill_storage`].
|
|
2614
3798
|
**/
|
|
2615
|
-
killStorage: AugmentedSubmittable<(keys: Vec<Bytes> | (Bytes | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [
|
|
3799
|
+
killStorage: AugmentedSubmittable<(keys: Vec<Bytes> | (Bytes | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [
|
|
3800
|
+
Vec<Bytes>
|
|
3801
|
+
]>;
|
|
2616
3802
|
/**
|
|
2617
3803
|
* See [`Pallet::remark`].
|
|
2618
3804
|
**/
|
|
2619
|
-
remark: AugmentedSubmittable<(remark: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3805
|
+
remark: AugmentedSubmittable<(remark: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3806
|
+
Bytes
|
|
3807
|
+
]>;
|
|
2620
3808
|
/**
|
|
2621
3809
|
* See [`Pallet::remark_with_event`].
|
|
2622
3810
|
**/
|
|
2623
|
-
remarkWithEvent: AugmentedSubmittable<(remark: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3811
|
+
remarkWithEvent: AugmentedSubmittable<(remark: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3812
|
+
Bytes
|
|
3813
|
+
]>;
|
|
2624
3814
|
/**
|
|
2625
3815
|
* See [`Pallet::set_code`].
|
|
2626
3816
|
**/
|
|
2627
|
-
setCode: AugmentedSubmittable<(code: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3817
|
+
setCode: AugmentedSubmittable<(code: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3818
|
+
Bytes
|
|
3819
|
+
]>;
|
|
2628
3820
|
/**
|
|
2629
3821
|
* See [`Pallet::set_code_without_checks`].
|
|
2630
3822
|
**/
|
|
2631
|
-
setCodeWithoutChecks: AugmentedSubmittable<(code: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3823
|
+
setCodeWithoutChecks: AugmentedSubmittable<(code: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3824
|
+
Bytes
|
|
3825
|
+
]>;
|
|
2632
3826
|
/**
|
|
2633
3827
|
* See [`Pallet::set_heap_pages`].
|
|
2634
3828
|
**/
|
|
2635
|
-
setHeapPages: AugmentedSubmittable<(pages: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3829
|
+
setHeapPages: AugmentedSubmittable<(pages: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3830
|
+
u64
|
|
3831
|
+
]>;
|
|
2636
3832
|
/**
|
|
2637
3833
|
* See [`Pallet::set_storage`].
|
|
2638
3834
|
**/
|
|
2639
|
-
setStorage: AugmentedSubmittable<(items: Vec<ITuple<[Bytes, Bytes]>> |
|
|
3835
|
+
setStorage: AugmentedSubmittable<(items: Vec<ITuple<[Bytes, Bytes]>> | [Bytes | string | Uint8Array, Bytes | string | Uint8Array][]) => SubmittableExtrinsic<ApiType>, [
|
|
3836
|
+
Vec<ITuple<[Bytes, Bytes]>>
|
|
3837
|
+
]>;
|
|
2640
3838
|
/**
|
|
2641
3839
|
* Generic tx
|
|
2642
3840
|
**/
|
|
@@ -2646,7 +3844,9 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
2646
3844
|
/**
|
|
2647
3845
|
* See [`Pallet::set`].
|
|
2648
3846
|
**/
|
|
2649
|
-
set: AugmentedSubmittable<(now: Compact<u64> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3847
|
+
set: AugmentedSubmittable<(now: Compact<u64> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3848
|
+
Compact<u64>
|
|
3849
|
+
]>;
|
|
2650
3850
|
/**
|
|
2651
3851
|
* Generic tx
|
|
2652
3852
|
**/
|
|
@@ -2656,15 +3856,21 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
2656
3856
|
/**
|
|
2657
3857
|
* See [`Pallet::approve_proposal`].
|
|
2658
3858
|
**/
|
|
2659
|
-
approveProposal: AugmentedSubmittable<(proposalId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3859
|
+
approveProposal: AugmentedSubmittable<(proposalId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3860
|
+
Compact<u32>
|
|
3861
|
+
]>;
|
|
2660
3862
|
/**
|
|
2661
3863
|
* See [`Pallet::check_status`].
|
|
2662
3864
|
**/
|
|
2663
|
-
checkStatus: AugmentedSubmittable<(index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3865
|
+
checkStatus: AugmentedSubmittable<(index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3866
|
+
u32
|
|
3867
|
+
]>;
|
|
2664
3868
|
/**
|
|
2665
3869
|
* See [`Pallet::payout`].
|
|
2666
3870
|
**/
|
|
2667
|
-
payout: AugmentedSubmittable<(index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3871
|
+
payout: AugmentedSubmittable<(index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3872
|
+
u32
|
|
3873
|
+
]>;
|
|
2668
3874
|
/**
|
|
2669
3875
|
* See [`Pallet::propose_spend`].
|
|
2670
3876
|
**/
|
|
@@ -2678,19 +3884,31 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
2678
3884
|
Address32: any;
|
|
2679
3885
|
} | {
|
|
2680
3886
|
Address20: any;
|
|
2681
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3887
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3888
|
+
Compact<u128>,
|
|
3889
|
+
MultiAddress
|
|
3890
|
+
]>;
|
|
2682
3891
|
/**
|
|
2683
3892
|
* See [`Pallet::reject_proposal`].
|
|
2684
3893
|
**/
|
|
2685
|
-
rejectProposal: AugmentedSubmittable<(proposalId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3894
|
+
rejectProposal: AugmentedSubmittable<(proposalId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3895
|
+
Compact<u32>
|
|
3896
|
+
]>;
|
|
2686
3897
|
/**
|
|
2687
3898
|
* See [`Pallet::remove_approval`].
|
|
2688
3899
|
**/
|
|
2689
|
-
removeApproval: AugmentedSubmittable<(proposalId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3900
|
+
removeApproval: AugmentedSubmittable<(proposalId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3901
|
+
Compact<u32>
|
|
3902
|
+
]>;
|
|
2690
3903
|
/**
|
|
2691
3904
|
* See [`Pallet::spend`].
|
|
2692
3905
|
**/
|
|
2693
|
-
spend: AugmentedSubmittable<(assetKind: Null | null, amount: Compact<u128> | AnyNumber | Uint8Array, beneficiary: AccountId32 | string | Uint8Array, validFrom: Option<u64> | null | Uint8Array | u64 | AnyNumber) => SubmittableExtrinsic<ApiType>, [
|
|
3906
|
+
spend: AugmentedSubmittable<(assetKind: Null | null, amount: Compact<u128> | AnyNumber | Uint8Array, beneficiary: AccountId32 | string | Uint8Array, validFrom: Option<u64> | null | Uint8Array | u64 | AnyNumber) => SubmittableExtrinsic<ApiType>, [
|
|
3907
|
+
Null,
|
|
3908
|
+
Compact<u128>,
|
|
3909
|
+
AccountId32,
|
|
3910
|
+
Option<u64>
|
|
3911
|
+
]>;
|
|
2694
3912
|
/**
|
|
2695
3913
|
* See [`Pallet::spend_local`].
|
|
2696
3914
|
**/
|
|
@@ -2704,11 +3922,16 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
2704
3922
|
Address32: any;
|
|
2705
3923
|
} | {
|
|
2706
3924
|
Address20: any;
|
|
2707
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3925
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3926
|
+
Compact<u128>,
|
|
3927
|
+
MultiAddress
|
|
3928
|
+
]>;
|
|
2708
3929
|
/**
|
|
2709
3930
|
* See [`Pallet::void_spend`].
|
|
2710
3931
|
**/
|
|
2711
|
-
voidSpend: AugmentedSubmittable<(index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3932
|
+
voidSpend: AugmentedSubmittable<(index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3933
|
+
u32
|
|
3934
|
+
]>;
|
|
2712
3935
|
/**
|
|
2713
3936
|
* Generic tx
|
|
2714
3937
|
**/
|
|
@@ -2718,11 +3941,15 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
2718
3941
|
/**
|
|
2719
3942
|
* See [`Pallet::pause`].
|
|
2720
3943
|
**/
|
|
2721
|
-
pause: AugmentedSubmittable<(fullName: ITuple<[Bytes, Bytes]> | [Bytes | string | Uint8Array, Bytes | string | Uint8Array]) => SubmittableExtrinsic<ApiType>, [
|
|
3944
|
+
pause: AugmentedSubmittable<(fullName: ITuple<[Bytes, Bytes]> | [Bytes | string | Uint8Array, Bytes | string | Uint8Array]) => SubmittableExtrinsic<ApiType>, [
|
|
3945
|
+
ITuple<[Bytes, Bytes]>
|
|
3946
|
+
]>;
|
|
2722
3947
|
/**
|
|
2723
3948
|
* See [`Pallet::unpause`].
|
|
2724
3949
|
**/
|
|
2725
|
-
unpause: AugmentedSubmittable<(ident: ITuple<[Bytes, Bytes]> | [Bytes | string | Uint8Array, Bytes | string | Uint8Array]) => SubmittableExtrinsic<ApiType>, [
|
|
3950
|
+
unpause: AugmentedSubmittable<(ident: ITuple<[Bytes, Bytes]> | [Bytes | string | Uint8Array, Bytes | string | Uint8Array]) => SubmittableExtrinsic<ApiType>, [
|
|
3951
|
+
ITuple<[Bytes, Bytes]>
|
|
3952
|
+
]>;
|
|
2726
3953
|
/**
|
|
2727
3954
|
* Generic tx
|
|
2728
3955
|
**/
|
|
@@ -2732,15 +3959,22 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
2732
3959
|
/**
|
|
2733
3960
|
* See [`Pallet::as_derivative`].
|
|
2734
3961
|
**/
|
|
2735
|
-
asDerivative: AugmentedSubmittable<(index: u16 | AnyNumber | Uint8Array, call: Call | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3962
|
+
asDerivative: AugmentedSubmittable<(index: u16 | AnyNumber | Uint8Array, call: Call | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3963
|
+
u16,
|
|
3964
|
+
Call
|
|
3965
|
+
]>;
|
|
2736
3966
|
/**
|
|
2737
3967
|
* See [`Pallet::batch`].
|
|
2738
3968
|
**/
|
|
2739
|
-
batch: AugmentedSubmittable<(calls: Vec<Call> | (Call | IMethod | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [
|
|
3969
|
+
batch: AugmentedSubmittable<(calls: Vec<Call> | (Call | IMethod | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [
|
|
3970
|
+
Vec<Call>
|
|
3971
|
+
]>;
|
|
2740
3972
|
/**
|
|
2741
3973
|
* See [`Pallet::batch_all`].
|
|
2742
3974
|
**/
|
|
2743
|
-
batchAll: AugmentedSubmittable<(calls: Vec<Call> | (Call | IMethod | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [
|
|
3975
|
+
batchAll: AugmentedSubmittable<(calls: Vec<Call> | (Call | IMethod | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [
|
|
3976
|
+
Vec<Call>
|
|
3977
|
+
]>;
|
|
2744
3978
|
/**
|
|
2745
3979
|
* See [`Pallet::dispatch_as`].
|
|
2746
3980
|
**/
|
|
@@ -2752,18 +3986,26 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
2752
3986
|
Council: any;
|
|
2753
3987
|
} | {
|
|
2754
3988
|
Ethereum: any;
|
|
2755
|
-
} | string | Uint8Array, call: Call | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3989
|
+
} | string | Uint8Array, call: Call | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
3990
|
+
TangleTestnetRuntimeOriginCaller,
|
|
3991
|
+
Call
|
|
3992
|
+
]>;
|
|
2756
3993
|
/**
|
|
2757
3994
|
* See [`Pallet::force_batch`].
|
|
2758
3995
|
**/
|
|
2759
|
-
forceBatch: AugmentedSubmittable<(calls: Vec<Call> | (Call | IMethod | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [
|
|
3996
|
+
forceBatch: AugmentedSubmittable<(calls: Vec<Call> | (Call | IMethod | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [
|
|
3997
|
+
Vec<Call>
|
|
3998
|
+
]>;
|
|
2760
3999
|
/**
|
|
2761
4000
|
* See [`Pallet::with_weight`].
|
|
2762
4001
|
**/
|
|
2763
4002
|
withWeight: AugmentedSubmittable<(call: Call | IMethod | string | Uint8Array, weight: SpWeightsWeightV2Weight | {
|
|
2764
4003
|
refTime?: any;
|
|
2765
4004
|
proofSize?: any;
|
|
2766
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
4005
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
4006
|
+
Call,
|
|
4007
|
+
SpWeightsWeightV2Weight
|
|
4008
|
+
]>;
|
|
2767
4009
|
/**
|
|
2768
4010
|
* Generic tx
|
|
2769
4011
|
**/
|
|
@@ -2783,7 +4025,10 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
2783
4025
|
Address32: any;
|
|
2784
4026
|
} | {
|
|
2785
4027
|
Address20: any;
|
|
2786
|
-
} | string | Uint8Array, scheduleIndex: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
4028
|
+
} | string | Uint8Array, scheduleIndex: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
4029
|
+
MultiAddress,
|
|
4030
|
+
u32
|
|
4031
|
+
]>;
|
|
2787
4032
|
/**
|
|
2788
4033
|
* See [`Pallet::force_vested_transfer`].
|
|
2789
4034
|
**/
|
|
@@ -2811,11 +4056,18 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
2811
4056
|
locked?: any;
|
|
2812
4057
|
perBlock?: any;
|
|
2813
4058
|
startingBlock?: any;
|
|
2814
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
4059
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
4060
|
+
MultiAddress,
|
|
4061
|
+
MultiAddress,
|
|
4062
|
+
PalletVestingVestingInfo
|
|
4063
|
+
]>;
|
|
2815
4064
|
/**
|
|
2816
4065
|
* See [`Pallet::merge_schedules`].
|
|
2817
4066
|
**/
|
|
2818
|
-
mergeSchedules: AugmentedSubmittable<(schedule1Index: u32 | AnyNumber | Uint8Array, schedule2Index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
4067
|
+
mergeSchedules: AugmentedSubmittable<(schedule1Index: u32 | AnyNumber | Uint8Array, schedule2Index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
4068
|
+
u32,
|
|
4069
|
+
u32
|
|
4070
|
+
]>;
|
|
2819
4071
|
/**
|
|
2820
4072
|
* See [`Pallet::vest`].
|
|
2821
4073
|
**/
|
|
@@ -2837,7 +4089,10 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
2837
4089
|
locked?: any;
|
|
2838
4090
|
perBlock?: any;
|
|
2839
4091
|
startingBlock?: any;
|
|
2840
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
4092
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
4093
|
+
MultiAddress,
|
|
4094
|
+
PalletVestingVestingInfo
|
|
4095
|
+
]>;
|
|
2841
4096
|
/**
|
|
2842
4097
|
* See [`Pallet::vest_other`].
|
|
2843
4098
|
**/
|
|
@@ -2851,22 +4106,9 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
2851
4106
|
Address32: any;
|
|
2852
4107
|
} | {
|
|
2853
4108
|
Address20: any;
|
|
2854
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
2855
|
-
|
|
2856
|
-
|
|
2857
|
-
**/
|
|
2858
|
-
[key: string]: SubmittableExtrinsicFunction<ApiType>;
|
|
2859
|
-
};
|
|
2860
|
-
zkSaaS: {
|
|
2861
|
-
/**
|
|
2862
|
-
* See [`Pallet::set_fee`].
|
|
2863
|
-
**/
|
|
2864
|
-
setFee: AugmentedSubmittable<(feeInfo: PalletZksaasFeeInfo | {
|
|
2865
|
-
baseFee?: any;
|
|
2866
|
-
circuitFee?: any;
|
|
2867
|
-
proveFee?: any;
|
|
2868
|
-
storageFeePerByte?: any;
|
|
2869
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletZksaasFeeInfo]>;
|
|
4109
|
+
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [
|
|
4110
|
+
MultiAddress
|
|
4111
|
+
]>;
|
|
2870
4112
|
/**
|
|
2871
4113
|
* Generic tx
|
|
2872
4114
|
**/
|