@pezkuwi/api-augment 16.5.23 → 16.5.25
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/bizinikiwi/consts.d.ts +12 -13
- package/bizinikiwi/events.d.ts +682 -682
- package/bizinikiwi/query.d.ts +123 -123
- package/bizinikiwi/runtime.d.ts +5 -5
- package/bizinikiwi/tx.d.ts +223 -2115
- package/cjs/bizinikiwi/consts.d.ts +12 -13
- package/cjs/bizinikiwi/events.d.ts +682 -682
- package/cjs/bizinikiwi/query.d.ts +123 -123
- package/cjs/bizinikiwi/runtime.d.ts +5 -5
- package/cjs/bizinikiwi/tx.d.ts +223 -2115
- package/cjs/packageInfo.js +1 -1
- package/cjs/pezkuwi/consts.d.ts +6 -7
- package/cjs/pezkuwi/events.d.ts +247 -247
- package/cjs/pezkuwi/query.d.ts +69 -69
- package/cjs/pezkuwi/runtime.d.ts +4 -4
- package/cjs/pezkuwi/tx.d.ts +81 -571
- package/package.json +6 -6
- package/packageInfo.js +1 -1
- package/pezkuwi/consts.d.ts +6 -7
- package/pezkuwi/events.d.ts +247 -247
- package/pezkuwi/query.d.ts +69 -69
- package/pezkuwi/runtime.d.ts +4 -4
- package/pezkuwi/tx.d.ts +81 -571
package/cjs/pezkuwi/tx.d.ts
CHANGED
|
@@ -2,8 +2,8 @@ import '@pezkuwi/api-base/types/submittable';
|
|
|
2
2
|
import type { ApiTypes, AugmentedSubmittable, SubmittableExtrinsic, SubmittableExtrinsicFunction } from '@pezkuwi/api-base/types';
|
|
3
3
|
import type { Bytes, Compact, Option, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@pezkuwi/types-codec';
|
|
4
4
|
import type { AnyNumber, IMethod, ITuple } from '@pezkuwi/types-codec/types';
|
|
5
|
-
import type {
|
|
6
|
-
import type { PezframeSupportPreimagesBounded, PezframeSupportScheduleDispatchTime, PezkuwiPrimitivesV8ApprovalVotingParams, PezkuwiPrimitivesV8AsyncBackingAsyncBackingParams, PezkuwiPrimitivesV8ExecutorParams, PezkuwiPrimitivesV8PvfCheckStatement, PezkuwiPrimitivesV8SchedulerParams, PezkuwiPrimitivesV8ValidatorAppSignature, PezkuwiPrimitivesVstagingDisputeProof, PezkuwiPrimitivesVstagingInherentData, PezkuwiRuntimeCommonClaimsEcdsaSignature, PezkuwiRuntimeCommonClaimsEthereumAddress, PezkuwiRuntimeCommonClaimsStatementKind, PezkuwiRuntimeCommonImplsVersionedLocatableAsset, PezkuwiRuntimeConstantsProxyProxyType, PezkuwiRuntimeOriginCaller, PezkuwiRuntimeSessionKeys, PezkuwiRuntimeTeyrchainsInclusionAggregateMessageOrigin, PezkuwiTeyrchainPrimitivesPrimitivesHrmpChannelId, PezpalletBalancesAdjustmentDirection, PezpalletBrokerCoretimeInterfaceCoreAssignment, PezpalletConvictionVotingConviction, PezpalletConvictionVotingVoteAccountVote, PezpalletElectionProviderMultiPhaseRawSolution, PezpalletElectionProviderMultiPhaseSolutionOrSnapshotSize, PezpalletMultisigTimepoint, PezpalletNominationPoolsBondExtra, PezpalletNominationPoolsClaimPermission, PezpalletNominationPoolsCommissionChangeRate, PezpalletNominationPoolsCommissionClaimPermission, PezpalletNominationPoolsConfigOpAccountId32, PezpalletNominationPoolsConfigOpPerbill, PezpalletNominationPoolsConfigOpU128, PezpalletNominationPoolsConfigOpU32, PezpalletNominationPoolsPoolState, PezpalletRcMigratorManagerMultisigVote, PezpalletRcMigratorMigrationSettings, PezpalletRcMigratorMigrationStage, PezpalletRcMigratorQueuePriority, PezpalletStakingAsyncAhClientOperatingMode, PezpalletStakingAsyncRcClientValidatorSetReport, PezpalletStakingPezpalletConfigOpPerbill, PezpalletStakingPezpalletConfigOpPercent, PezpalletStakingPezpalletConfigOpU128, PezpalletStakingPezpalletConfigOpU32, PezpalletStakingRewardDestination, PezpalletStakingUnlockChunk, PezpalletStakingValidatorPrefs, PezpalletStateTrieMigrationMigrationLimits, PezpalletStateTrieMigrationMigrationTask, PezpalletStateTrieMigrationProgress, PezpalletVestingVestingInfo, PezspConsensusBabeDigestsNextConfigDescriptor, PezspConsensusBeefyDoubleVotingProof, PezspConsensusBeefyForkVotingProofAncestryProof, PezspConsensusBeefyFutureBlockVotingProof, PezspConsensusGrandpaEquivocationProof, PezspConsensusSlotsEquivocationProof, PezspNposElectionsElectionScore, PezspNposElectionsSupport, PezspRuntimeMultiSignature, PezspRuntimeMultiSigner, PezspSessionMembershipProof, PezspWeightsWeightV2Weight, StagingXcmExecutorAssetTransferTransferType, StagingXcmV5Location, StagingXcmV5Response, XcmV3WeightLimit, XcmVersionedAssetId, XcmVersionedAssets, XcmVersionedLocation, XcmVersionedXcm } from '@pezkuwi/types/lookup';
|
|
5
|
+
import type { AccountId, AccountIndex, Address, H256, LookupSource, RuntimeCall } from '@pezkuwi/types/interfaces/runtime';
|
|
6
|
+
import type { PezframeSupportPreimagesBounded, PezframeSupportScheduleDispatchTime, PezkuwiPrimitivesV8ApprovalVotingParams, PezkuwiPrimitivesV8AsyncBackingAsyncBackingParams, PezkuwiPrimitivesV8ExecutorParams, PezkuwiPrimitivesV8PvfCheckStatement, PezkuwiPrimitivesV8SchedulerParams, PezkuwiPrimitivesV8ValidatorAppSignature, PezkuwiPrimitivesVstagingDisputeProof, PezkuwiPrimitivesVstagingInherentData, PezkuwiRuntimeCommonClaimsEcdsaSignature, PezkuwiRuntimeCommonClaimsEthereumAddress, PezkuwiRuntimeCommonClaimsStatementKind, PezkuwiRuntimeCommonImplsVersionedLocatableAsset, PezkuwiRuntimeConstantsProxyProxyType, PezkuwiRuntimeOriginCaller, PezkuwiRuntimeSessionKeys, PezkuwiRuntimeTeyrchainsInclusionAggregateMessageOrigin, PezkuwiTeyrchainPrimitivesPrimitivesHrmpChannelId, PezpalletBalancesAdjustmentDirection, PezpalletBrokerCoretimeInterfaceCoreAssignment, PezpalletConvictionVotingConviction, PezpalletConvictionVotingVoteAccountVote, PezpalletElectionProviderMultiPhaseRawSolution, PezpalletElectionProviderMultiPhaseSolutionOrSnapshotSize, PezpalletMultisigTimepoint, PezpalletNominationPoolsBondExtra, PezpalletNominationPoolsClaimPermission, PezpalletNominationPoolsCommissionChangeRate, PezpalletNominationPoolsCommissionClaimPermission, PezpalletNominationPoolsConfigOpAccountId32, PezpalletNominationPoolsConfigOpPerbill, PezpalletNominationPoolsConfigOpU128, PezpalletNominationPoolsConfigOpU32, PezpalletNominationPoolsPoolState, PezpalletRcMigratorManagerMultisigVote, PezpalletRcMigratorMigrationSettings, PezpalletRcMigratorMigrationStage, PezpalletRcMigratorQueuePriority, PezpalletStakingAsyncAhClientOperatingMode, PezpalletStakingAsyncRcClientValidatorSetReport, PezpalletStakingPezpalletConfigOpPerbill, PezpalletStakingPezpalletConfigOpPercent, PezpalletStakingPezpalletConfigOpU128, PezpalletStakingPezpalletConfigOpU32, PezpalletStakingRewardDestination, PezpalletStakingUnlockChunk, PezpalletStakingValidatorPrefs, PezpalletStateTrieMigrationMigrationLimits, PezpalletStateTrieMigrationMigrationTask, PezpalletStateTrieMigrationProgress, PezpalletVestingVestingInfo, PezspConsensusBabeDigestsNextConfigDescriptor, PezspConsensusBeefyDoubleVotingProof, PezspConsensusBeefyForkVotingProofAncestryProof, PezspConsensusBeefyFutureBlockVotingProof, PezspConsensusGrandpaEquivocationProof, PezspConsensusSlotsEquivocationProof, PezspCoreCryptoAccountId32, PezspNposElectionsElectionScore, PezspNposElectionsSupport, PezspRuntimeMultiAddress, PezspRuntimeMultiSignature, PezspRuntimeMultiSigner, PezspSessionMembershipProof, PezspWeightsWeightV2Weight, StagingXcmExecutorAssetTransferTransferType, StagingXcmV5Location, StagingXcmV5Response, XcmV3WeightLimit, XcmVersionedAssetId, XcmVersionedAssets, XcmVersionedLocation, XcmVersionedXcm } from '@pezkuwi/types/lookup';
|
|
7
7
|
export type __AugmentedSubmittable = AugmentedSubmittable<() => unknown>;
|
|
8
8
|
export type __SubmittableExtrinsic<ApiType extends ApiTypes> = SubmittableExtrinsic<ApiType>;
|
|
9
9
|
export type __SubmittableExtrinsicFunction<ApiType extends ApiTypes> = SubmittableExtrinsicFunction<ApiType>;
|
|
@@ -130,58 +130,18 @@ declare module '@pezkuwi/api-base/types/submittable' {
|
|
|
130
130
|
*
|
|
131
131
|
* The dispatch origin for this call is `root`.
|
|
132
132
|
**/
|
|
133
|
-
forceSetBalance: AugmentedSubmittable<(who:
|
|
134
|
-
Id: any;
|
|
135
|
-
} | {
|
|
136
|
-
Index: any;
|
|
137
|
-
} | {
|
|
138
|
-
Raw: any;
|
|
139
|
-
} | {
|
|
140
|
-
Address32: any;
|
|
141
|
-
} | {
|
|
142
|
-
Address20: any;
|
|
143
|
-
} | string | Uint8Array, newFree: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, Compact<u128>]>;
|
|
133
|
+
forceSetBalance: AugmentedSubmittable<(who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, newFree: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [PezspRuntimeMultiAddress, Compact<u128>]>;
|
|
144
134
|
/**
|
|
145
135
|
* Exactly as `transfer_allow_death`, except the origin must be root and the source account
|
|
146
136
|
* may be specified.
|
|
147
137
|
**/
|
|
148
|
-
forceTransfer: AugmentedSubmittable<(source:
|
|
149
|
-
Id: any;
|
|
150
|
-
} | {
|
|
151
|
-
Index: any;
|
|
152
|
-
} | {
|
|
153
|
-
Raw: any;
|
|
154
|
-
} | {
|
|
155
|
-
Address32: any;
|
|
156
|
-
} | {
|
|
157
|
-
Address20: any;
|
|
158
|
-
} | string | Uint8Array, dest: MultiAddress | {
|
|
159
|
-
Id: any;
|
|
160
|
-
} | {
|
|
161
|
-
Index: any;
|
|
162
|
-
} | {
|
|
163
|
-
Raw: any;
|
|
164
|
-
} | {
|
|
165
|
-
Address32: any;
|
|
166
|
-
} | {
|
|
167
|
-
Address20: any;
|
|
168
|
-
} | string | Uint8Array, value: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, MultiAddress, Compact<u128>]>;
|
|
138
|
+
forceTransfer: AugmentedSubmittable<(source: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, dest: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, value: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, Compact<u128>]>;
|
|
169
139
|
/**
|
|
170
140
|
* Unreserve some balance from a user by force.
|
|
171
141
|
*
|
|
172
142
|
* Can only be called by ROOT.
|
|
173
143
|
**/
|
|
174
|
-
forceUnreserve: AugmentedSubmittable<(who:
|
|
175
|
-
Id: any;
|
|
176
|
-
} | {
|
|
177
|
-
Index: any;
|
|
178
|
-
} | {
|
|
179
|
-
Raw: any;
|
|
180
|
-
} | {
|
|
181
|
-
Address32: any;
|
|
182
|
-
} | {
|
|
183
|
-
Address20: any;
|
|
184
|
-
} | string | Uint8Array, amount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, u128]>;
|
|
144
|
+
forceUnreserve: AugmentedSubmittable<(who: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, amount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [PezspRuntimeMultiAddress, u128]>;
|
|
185
145
|
/**
|
|
186
146
|
* Transfer the entire transferable balance from the caller account.
|
|
187
147
|
*
|
|
@@ -199,17 +159,7 @@ declare module '@pezkuwi/api-base/types/submittable' {
|
|
|
199
159
|
* transfer everything except at least the existential deposit, which will guarantee to
|
|
200
160
|
* keep the sender account alive (true).
|
|
201
161
|
**/
|
|
202
|
-
transferAll: AugmentedSubmittable<(dest:
|
|
203
|
-
Id: any;
|
|
204
|
-
} | {
|
|
205
|
-
Index: any;
|
|
206
|
-
} | {
|
|
207
|
-
Raw: any;
|
|
208
|
-
} | {
|
|
209
|
-
Address32: any;
|
|
210
|
-
} | {
|
|
211
|
-
Address20: any;
|
|
212
|
-
} | string | Uint8Array, keepAlive: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, bool]>;
|
|
162
|
+
transferAll: AugmentedSubmittable<(dest: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, keepAlive: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [PezspRuntimeMultiAddress, bool]>;
|
|
213
163
|
/**
|
|
214
164
|
* Transfer some liquid free balance to another account.
|
|
215
165
|
*
|
|
@@ -219,17 +169,7 @@ declare module '@pezkuwi/api-base/types/submittable' {
|
|
|
219
169
|
*
|
|
220
170
|
* The dispatch origin for this call must be `Signed` by the transactor.
|
|
221
171
|
**/
|
|
222
|
-
transferAllowDeath: AugmentedSubmittable<(dest:
|
|
223
|
-
Id: any;
|
|
224
|
-
} | {
|
|
225
|
-
Index: any;
|
|
226
|
-
} | {
|
|
227
|
-
Raw: any;
|
|
228
|
-
} | {
|
|
229
|
-
Address32: any;
|
|
230
|
-
} | {
|
|
231
|
-
Address20: any;
|
|
232
|
-
} | string | Uint8Array, value: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, Compact<u128>]>;
|
|
172
|
+
transferAllowDeath: AugmentedSubmittable<(dest: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, value: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [PezspRuntimeMultiAddress, Compact<u128>]>;
|
|
233
173
|
/**
|
|
234
174
|
* Same as the [`transfer_allow_death`] call, but with a check that the transfer will not
|
|
235
175
|
* kill the origin account.
|
|
@@ -238,17 +178,7 @@ declare module '@pezkuwi/api-base/types/submittable' {
|
|
|
238
178
|
*
|
|
239
179
|
* [`transfer_allow_death`]: struct.Pallet.html#method.transfer
|
|
240
180
|
**/
|
|
241
|
-
transferKeepAlive: AugmentedSubmittable<(dest:
|
|
242
|
-
Id: any;
|
|
243
|
-
} | {
|
|
244
|
-
Index: any;
|
|
245
|
-
} | {
|
|
246
|
-
Raw: any;
|
|
247
|
-
} | {
|
|
248
|
-
Address32: any;
|
|
249
|
-
} | {
|
|
250
|
-
Address20: any;
|
|
251
|
-
} | string | Uint8Array, value: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, Compact<u128>]>;
|
|
181
|
+
transferKeepAlive: AugmentedSubmittable<(dest: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, value: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [PezspRuntimeMultiAddress, Compact<u128>]>;
|
|
252
182
|
/**
|
|
253
183
|
* Upgrade a specified account.
|
|
254
184
|
*
|
|
@@ -259,7 +189,7 @@ declare module '@pezkuwi/api-base/types/submittable' {
|
|
|
259
189
|
* be upgraded. (We let some not have to be upgraded just in order to allow for the
|
|
260
190
|
* possibility of churn).
|
|
261
191
|
**/
|
|
262
|
-
upgradeAccounts: AugmentedSubmittable<(who: Vec<
|
|
192
|
+
upgradeAccounts: AugmentedSubmittable<(who: Vec<PezspCoreCryptoAccountId32> | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Vec<PezspCoreCryptoAccountId32>]>;
|
|
263
193
|
/**
|
|
264
194
|
* Generic tx
|
|
265
195
|
**/
|
|
@@ -365,17 +295,7 @@ declare module '@pezkuwi/api-base/types/submittable' {
|
|
|
365
295
|
* ## Complexity
|
|
366
296
|
* - O(1).
|
|
367
297
|
**/
|
|
368
|
-
approveBountyWithCurator: AugmentedSubmittable<(bountyId: Compact<u32> | AnyNumber | Uint8Array, curator:
|
|
369
|
-
Id: any;
|
|
370
|
-
} | {
|
|
371
|
-
Index: any;
|
|
372
|
-
} | {
|
|
373
|
-
Raw: any;
|
|
374
|
-
} | {
|
|
375
|
-
Address32: any;
|
|
376
|
-
} | {
|
|
377
|
-
Address20: any;
|
|
378
|
-
} | string | Uint8Array, fee: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>, MultiAddress, Compact<u128>]>;
|
|
298
|
+
approveBountyWithCurator: AugmentedSubmittable<(bountyId: Compact<u32> | AnyNumber | Uint8Array, curator: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, fee: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>, PezspRuntimeMultiAddress, Compact<u128>]>;
|
|
379
299
|
/**
|
|
380
300
|
* Award bounty to a beneficiary account. The beneficiary will be able to claim the funds
|
|
381
301
|
* after a delay.
|
|
@@ -388,17 +308,7 @@ declare module '@pezkuwi/api-base/types/submittable' {
|
|
|
388
308
|
* ## Complexity
|
|
389
309
|
* - O(1).
|
|
390
310
|
**/
|
|
391
|
-
awardBounty: AugmentedSubmittable<(bountyId: Compact<u32> | AnyNumber | Uint8Array, beneficiary:
|
|
392
|
-
Id: any;
|
|
393
|
-
} | {
|
|
394
|
-
Index: any;
|
|
395
|
-
} | {
|
|
396
|
-
Raw: any;
|
|
397
|
-
} | {
|
|
398
|
-
Address32: any;
|
|
399
|
-
} | {
|
|
400
|
-
Address20: any;
|
|
401
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>, MultiAddress]>;
|
|
311
|
+
awardBounty: AugmentedSubmittable<(bountyId: Compact<u32> | AnyNumber | Uint8Array, beneficiary: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>, PezspRuntimeMultiAddress]>;
|
|
402
312
|
/**
|
|
403
313
|
* Claim the payout from an awarded bounty after payout delay.
|
|
404
314
|
*
|
|
@@ -475,17 +385,7 @@ declare module '@pezkuwi/api-base/types/submittable' {
|
|
|
475
385
|
* ## Complexity
|
|
476
386
|
* - O(1).
|
|
477
387
|
**/
|
|
478
|
-
proposeCurator: AugmentedSubmittable<(bountyId: Compact<u32> | AnyNumber | Uint8Array, curator:
|
|
479
|
-
Id: any;
|
|
480
|
-
} | {
|
|
481
|
-
Index: any;
|
|
482
|
-
} | {
|
|
483
|
-
Raw: any;
|
|
484
|
-
} | {
|
|
485
|
-
Address32: any;
|
|
486
|
-
} | {
|
|
487
|
-
Address20: any;
|
|
488
|
-
} | string | Uint8Array, fee: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>, MultiAddress, Compact<u128>]>;
|
|
388
|
+
proposeCurator: AugmentedSubmittable<(bountyId: Compact<u32> | AnyNumber | Uint8Array, curator: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, fee: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>, PezspRuntimeMultiAddress, Compact<u128>]>;
|
|
489
389
|
/**
|
|
490
390
|
* Unassign curator from a bounty.
|
|
491
391
|
*
|
|
@@ -575,17 +475,7 @@ declare module '@pezkuwi/api-base/types/submittable' {
|
|
|
575
475
|
* - `child_bounty_id`: Index of child bounty.
|
|
576
476
|
* - `beneficiary`: Beneficiary account.
|
|
577
477
|
**/
|
|
578
|
-
awardChildBounty: AugmentedSubmittable<(parentBountyId: Compact<u32> | AnyNumber | Uint8Array, childBountyId: Compact<u32> | AnyNumber | Uint8Array, beneficiary:
|
|
579
|
-
Id: any;
|
|
580
|
-
} | {
|
|
581
|
-
Index: any;
|
|
582
|
-
} | {
|
|
583
|
-
Raw: any;
|
|
584
|
-
} | {
|
|
585
|
-
Address32: any;
|
|
586
|
-
} | {
|
|
587
|
-
Address20: any;
|
|
588
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>, Compact<u32>, MultiAddress]>;
|
|
478
|
+
awardChildBounty: AugmentedSubmittable<(parentBountyId: Compact<u32> | AnyNumber | Uint8Array, childBountyId: Compact<u32> | AnyNumber | Uint8Array, beneficiary: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>, Compact<u32>, PezspRuntimeMultiAddress]>;
|
|
589
479
|
/**
|
|
590
480
|
* Claim the payout from an awarded child-bounty after payout delay.
|
|
591
481
|
*
|
|
@@ -647,17 +537,7 @@ declare module '@pezkuwi/api-base/types/submittable' {
|
|
|
647
537
|
* - `curator`: Address of child-bounty curator.
|
|
648
538
|
* - `fee`: payment fee to child-bounty curator for execution.
|
|
649
539
|
**/
|
|
650
|
-
proposeCurator: AugmentedSubmittable<(parentBountyId: Compact<u32> | AnyNumber | Uint8Array, childBountyId: Compact<u32> | AnyNumber | Uint8Array, curator:
|
|
651
|
-
Id: any;
|
|
652
|
-
} | {
|
|
653
|
-
Index: any;
|
|
654
|
-
} | {
|
|
655
|
-
Raw: any;
|
|
656
|
-
} | {
|
|
657
|
-
Address32: any;
|
|
658
|
-
} | {
|
|
659
|
-
Address20: any;
|
|
660
|
-
} | string | Uint8Array, fee: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>, Compact<u32>, MultiAddress, Compact<u128>]>;
|
|
540
|
+
proposeCurator: AugmentedSubmittable<(parentBountyId: Compact<u32> | AnyNumber | Uint8Array, childBountyId: Compact<u32> | AnyNumber | Uint8Array, curator: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, fee: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>, Compact<u32>, PezspRuntimeMultiAddress, Compact<u128>]>;
|
|
661
541
|
/**
|
|
662
542
|
* Unassign curator from a child-bounty.
|
|
663
543
|
*
|
|
@@ -749,7 +629,7 @@ declare module '@pezkuwi/api-base/types/submittable' {
|
|
|
749
629
|
* Total Complexity: O(1)
|
|
750
630
|
* </weight>
|
|
751
631
|
**/
|
|
752
|
-
claim: AugmentedSubmittable<(dest:
|
|
632
|
+
claim: AugmentedSubmittable<(dest: PezspCoreCryptoAccountId32 | string | Uint8Array, ethereumSignature: PezkuwiRuntimeCommonClaimsEcdsaSignature) => SubmittableExtrinsic<ApiType>, [PezspCoreCryptoAccountId32, PezkuwiRuntimeCommonClaimsEcdsaSignature]>;
|
|
753
633
|
/**
|
|
754
634
|
* Make a claim to collect your DOTs by signing a statement.
|
|
755
635
|
*
|
|
@@ -779,7 +659,7 @@ declare module '@pezkuwi/api-base/types/submittable' {
|
|
|
779
659
|
* Total Complexity: O(1)
|
|
780
660
|
* </weight>
|
|
781
661
|
**/
|
|
782
|
-
claimAttest: AugmentedSubmittable<(dest:
|
|
662
|
+
claimAttest: AugmentedSubmittable<(dest: PezspCoreCryptoAccountId32 | string | Uint8Array, ethereumSignature: PezkuwiRuntimeCommonClaimsEcdsaSignature, statement: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PezspCoreCryptoAccountId32, PezkuwiRuntimeCommonClaimsEcdsaSignature, Bytes]>;
|
|
783
663
|
/**
|
|
784
664
|
* Mint a new claim to collect DOTs.
|
|
785
665
|
*
|
|
@@ -798,7 +678,7 @@ declare module '@pezkuwi/api-base/types/submittable' {
|
|
|
798
678
|
* </weight>
|
|
799
679
|
**/
|
|
800
680
|
mintClaim: AugmentedSubmittable<(who: PezkuwiRuntimeCommonClaimsEthereumAddress, value: u128 | AnyNumber | Uint8Array, vestingSchedule: Option<ITuple<[u128, u128, u32]>> | null | Uint8Array | ITuple<[u128, u128, u32]> | [u128 | AnyNumber | Uint8Array, u128 | AnyNumber | Uint8Array, u32 | AnyNumber | Uint8Array], statement: Option<PezkuwiRuntimeCommonClaimsStatementKind> | null | Uint8Array | PezkuwiRuntimeCommonClaimsStatementKind) => SubmittableExtrinsic<ApiType>, [PezkuwiRuntimeCommonClaimsEthereumAddress, u128, Option<ITuple<[u128, u128, u32]>>, Option<PezkuwiRuntimeCommonClaimsStatementKind>]>;
|
|
801
|
-
moveClaim: AugmentedSubmittable<(old: PezkuwiRuntimeCommonClaimsEthereumAddress, updated: PezkuwiRuntimeCommonClaimsEthereumAddress, maybePreclaim: Option<
|
|
681
|
+
moveClaim: AugmentedSubmittable<(old: PezkuwiRuntimeCommonClaimsEthereumAddress, updated: PezkuwiRuntimeCommonClaimsEthereumAddress, maybePreclaim: Option<PezspCoreCryptoAccountId32> | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PezkuwiRuntimeCommonClaimsEthereumAddress, PezkuwiRuntimeCommonClaimsEthereumAddress, Option<PezspCoreCryptoAccountId32>]>;
|
|
802
682
|
/**
|
|
803
683
|
* Generic tx
|
|
804
684
|
**/
|
|
@@ -958,7 +838,7 @@ declare module '@pezkuwi/api-base/types/submittable' {
|
|
|
958
838
|
/**
|
|
959
839
|
* Set the on demand (parathreads) fee variability.
|
|
960
840
|
**/
|
|
961
|
-
setOnDemandFeeVariability: AugmentedSubmittable<(updated:
|
|
841
|
+
setOnDemandFeeVariability: AugmentedSubmittable<(updated: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
|
|
962
842
|
/**
|
|
963
843
|
* Set the on demand (parathreads) queue max size.
|
|
964
844
|
**/
|
|
@@ -966,7 +846,7 @@ declare module '@pezkuwi/api-base/types/submittable' {
|
|
|
966
846
|
/**
|
|
967
847
|
* Set the on demand (parathreads) fee variability.
|
|
968
848
|
**/
|
|
969
|
-
setOnDemandTargetQueueUtilization: AugmentedSubmittable<(updated:
|
|
849
|
+
setOnDemandTargetQueueUtilization: AugmentedSubmittable<(updated: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
|
|
970
850
|
/**
|
|
971
851
|
* Set the availability period for paras.
|
|
972
852
|
**/
|
|
@@ -1030,17 +910,7 @@ declare module '@pezkuwi/api-base/types/submittable' {
|
|
|
1030
910
|
* Weight: `O(R)` where R is the number of polls the voter delegating to has
|
|
1031
911
|
* voted on. Weight is initially charged as if maximum votes, but is refunded later.
|
|
1032
912
|
**/
|
|
1033
|
-
delegate: AugmentedSubmittable<(clazz: u16 | AnyNumber | Uint8Array, to:
|
|
1034
|
-
Id: any;
|
|
1035
|
-
} | {
|
|
1036
|
-
Index: any;
|
|
1037
|
-
} | {
|
|
1038
|
-
Raw: any;
|
|
1039
|
-
} | {
|
|
1040
|
-
Address32: any;
|
|
1041
|
-
} | {
|
|
1042
|
-
Address20: any;
|
|
1043
|
-
} | string | Uint8Array, conviction: PezpalletConvictionVotingConviction, balance: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u16, MultiAddress, PezpalletConvictionVotingConviction, u128]>;
|
|
913
|
+
delegate: AugmentedSubmittable<(clazz: u16 | AnyNumber | Uint8Array, to: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, conviction: PezpalletConvictionVotingConviction, balance: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u16, PezspRuntimeMultiAddress, PezpalletConvictionVotingConviction, u128]>;
|
|
1044
914
|
/**
|
|
1045
915
|
* Remove a vote for a poll.
|
|
1046
916
|
*
|
|
@@ -1059,17 +929,7 @@ declare module '@pezkuwi/api-base/types/submittable' {
|
|
|
1059
929
|
* Weight: `O(R + log R)` where R is the number of polls that `target` has voted on.
|
|
1060
930
|
* Weight is calculated for the maximum number of vote.
|
|
1061
931
|
**/
|
|
1062
|
-
removeOtherVote: AugmentedSubmittable<(target:
|
|
1063
|
-
Id: any;
|
|
1064
|
-
} | {
|
|
1065
|
-
Index: any;
|
|
1066
|
-
} | {
|
|
1067
|
-
Raw: any;
|
|
1068
|
-
} | {
|
|
1069
|
-
Address32: any;
|
|
1070
|
-
} | {
|
|
1071
|
-
Address20: any;
|
|
1072
|
-
} | string | Uint8Array, clazz: u16 | AnyNumber | Uint8Array, index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, u16, u32]>;
|
|
932
|
+
removeOtherVote: AugmentedSubmittable<(target: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, clazz: u16 | AnyNumber | Uint8Array, index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [PezspRuntimeMultiAddress, u16, u32]>;
|
|
1073
933
|
/**
|
|
1074
934
|
* Remove a vote for a poll.
|
|
1075
935
|
*
|
|
@@ -1130,17 +990,7 @@ declare module '@pezkuwi/api-base/types/submittable' {
|
|
|
1130
990
|
*
|
|
1131
991
|
* Weight: `O(R)` with R number of vote of target.
|
|
1132
992
|
**/
|
|
1133
|
-
unlock: AugmentedSubmittable<(clazz: u16 | AnyNumber | Uint8Array, target:
|
|
1134
|
-
Id: any;
|
|
1135
|
-
} | {
|
|
1136
|
-
Index: any;
|
|
1137
|
-
} | {
|
|
1138
|
-
Raw: any;
|
|
1139
|
-
} | {
|
|
1140
|
-
Address32: any;
|
|
1141
|
-
} | {
|
|
1142
|
-
Address20: any;
|
|
1143
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u16, MultiAddress]>;
|
|
993
|
+
unlock: AugmentedSubmittable<(clazz: u16 | AnyNumber | Uint8Array, target: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u16, PezspRuntimeMultiAddress]>;
|
|
1144
994
|
/**
|
|
1145
995
|
* Vote in a poll. If `vote.is_aye()`, the vote is to enact the proposal;
|
|
1146
996
|
* otherwise it is a vote to keep the status quo.
|
|
@@ -1171,7 +1021,7 @@ declare module '@pezkuwi/api-base/types/submittable' {
|
|
|
1171
1021
|
* -`end_hint`: An optional hint as to when this particular set of instructions will end.
|
|
1172
1022
|
**/
|
|
1173
1023
|
assignCore: AugmentedSubmittable<(core: u16 | AnyNumber | Uint8Array, begin: u32 | AnyNumber | Uint8Array, assignment: Vec<ITuple<[PezpalletBrokerCoretimeInterfaceCoreAssignment, u16]>> | ([PezpalletBrokerCoretimeInterfaceCoreAssignment, u16 | AnyNumber | Uint8Array])[], endHint: Option<u32> | null | Uint8Array | u32 | AnyNumber) => SubmittableExtrinsic<ApiType>, [u16, u32, Vec<ITuple<[PezpalletBrokerCoretimeInterfaceCoreAssignment, u16]>>, Option<u32>]>;
|
|
1174
|
-
creditAccount: AugmentedSubmittable<(who:
|
|
1024
|
+
creditAccount: AugmentedSubmittable<(who: PezspCoreCryptoAccountId32 | string | Uint8Array, amount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [PezspCoreCryptoAccountId32, u128]>;
|
|
1175
1025
|
/**
|
|
1176
1026
|
* Request the configuration to be updated with the specified number of cores. Warning:
|
|
1177
1027
|
* Since this only schedules a configuration update, it takes two sessions to come into
|
|
@@ -1262,7 +1112,7 @@ declare module '@pezkuwi/api-base/types/submittable' {
|
|
|
1262
1112
|
* - `who`: The account whose contribution should be withdrawn.
|
|
1263
1113
|
* - `index`: The parachain to whose crowdloan the contribution was made.
|
|
1264
1114
|
**/
|
|
1265
|
-
withdraw: AugmentedSubmittable<(who:
|
|
1115
|
+
withdraw: AugmentedSubmittable<(who: PezspCoreCryptoAccountId32 | string | Uint8Array, index: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [PezspCoreCryptoAccountId32, Compact<u32>]>;
|
|
1266
1116
|
/**
|
|
1267
1117
|
* Generic tx
|
|
1268
1118
|
**/
|
|
@@ -1286,7 +1136,7 @@ declare module '@pezkuwi/api-base/types/submittable' {
|
|
|
1286
1136
|
* feasibility check itself can in principle cause the election process to fail (due to
|
|
1287
1137
|
* memory/weight constrains).
|
|
1288
1138
|
**/
|
|
1289
|
-
setEmergencyElectionResult: AugmentedSubmittable<(supports: Vec<ITuple<[
|
|
1139
|
+
setEmergencyElectionResult: AugmentedSubmittable<(supports: Vec<ITuple<[PezspCoreCryptoAccountId32, PezspNposElectionsSupport]>> | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Vec<ITuple<[PezspCoreCryptoAccountId32, PezspNposElectionsSupport]>>]>;
|
|
1290
1140
|
/**
|
|
1291
1141
|
* Set a new value for `MinimumUntrustedScore`.
|
|
1292
1142
|
*
|
|
@@ -1595,17 +1445,7 @@ declare module '@pezkuwi/api-base/types/submittable' {
|
|
|
1595
1445
|
* ## Complexity
|
|
1596
1446
|
* - `O(1)`.
|
|
1597
1447
|
**/
|
|
1598
|
-
forceTransfer: AugmentedSubmittable<(updated:
|
|
1599
|
-
Id: any;
|
|
1600
|
-
} | {
|
|
1601
|
-
Index: any;
|
|
1602
|
-
} | {
|
|
1603
|
-
Raw: any;
|
|
1604
|
-
} | {
|
|
1605
|
-
Address32: any;
|
|
1606
|
-
} | {
|
|
1607
|
-
Address20: any;
|
|
1608
|
-
} | string | Uint8Array, index: u32 | AnyNumber | Uint8Array, freeze: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, u32, bool]>;
|
|
1448
|
+
forceTransfer: AugmentedSubmittable<(updated: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, index: u32 | AnyNumber | Uint8Array, freeze: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [PezspRuntimeMultiAddress, u32, bool]>;
|
|
1609
1449
|
/**
|
|
1610
1450
|
* Free up an index owned by the sender.
|
|
1611
1451
|
*
|
|
@@ -1663,17 +1503,7 @@ declare module '@pezkuwi/api-base/types/submittable' {
|
|
|
1663
1503
|
* ## Complexity
|
|
1664
1504
|
* - `O(1)`.
|
|
1665
1505
|
**/
|
|
1666
|
-
transfer: AugmentedSubmittable<(updated:
|
|
1667
|
-
Id: any;
|
|
1668
|
-
} | {
|
|
1669
|
-
Index: any;
|
|
1670
|
-
} | {
|
|
1671
|
-
Raw: any;
|
|
1672
|
-
} | {
|
|
1673
|
-
Address32: any;
|
|
1674
|
-
} | {
|
|
1675
|
-
Address20: any;
|
|
1676
|
-
} | string | Uint8Array, index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, u32]>;
|
|
1506
|
+
transfer: AugmentedSubmittable<(updated: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [PezspRuntimeMultiAddress, u32]>;
|
|
1677
1507
|
/**
|
|
1678
1508
|
* Generic tx
|
|
1679
1509
|
**/
|
|
@@ -1750,7 +1580,7 @@ declare module '@pezkuwi/api-base/types/submittable' {
|
|
|
1750
1580
|
* - Storage: inserts one item, value size bounded by `MaxSignatories`, with a deposit
|
|
1751
1581
|
* taken for its lifetime of `DepositBase + threshold * DepositFactor`.
|
|
1752
1582
|
**/
|
|
1753
|
-
approveAsMulti: AugmentedSubmittable<(threshold: u16 | AnyNumber | Uint8Array, otherSignatories: Vec<
|
|
1583
|
+
approveAsMulti: AugmentedSubmittable<(threshold: u16 | AnyNumber | Uint8Array, otherSignatories: Vec<PezspCoreCryptoAccountId32> | string | Uint8Array, maybeTimepoint: Option<PezpalletMultisigTimepoint> | null | Uint8Array | PezpalletMultisigTimepoint, callHash: U8aFixed | string | Uint8Array, maxWeight: PezspWeightsWeightV2Weight) => SubmittableExtrinsic<ApiType>, [u16, Vec<PezspCoreCryptoAccountId32>, Option<PezpalletMultisigTimepoint>, U8aFixed, PezspWeightsWeightV2Weight]>;
|
|
1754
1584
|
/**
|
|
1755
1585
|
* Register approval for a dispatch to be made from a deterministic composite account if
|
|
1756
1586
|
* approved by a total of `threshold - 1` of `other_signatories`.
|
|
@@ -1792,7 +1622,7 @@ declare module '@pezkuwi/api-base/types/submittable' {
|
|
|
1792
1622
|
* - Storage: inserts one item, value size bounded by `MaxSignatories`, with a deposit
|
|
1793
1623
|
* taken for its lifetime of `DepositBase + threshold * DepositFactor`.
|
|
1794
1624
|
**/
|
|
1795
|
-
asMulti: AugmentedSubmittable<(threshold: u16 | AnyNumber | Uint8Array, otherSignatories: Vec<
|
|
1625
|
+
asMulti: AugmentedSubmittable<(threshold: u16 | AnyNumber | Uint8Array, otherSignatories: Vec<PezspCoreCryptoAccountId32> | string | Uint8Array, maybeTimepoint: Option<PezpalletMultisigTimepoint> | null | Uint8Array | PezpalletMultisigTimepoint, call: RuntimeCall | IMethod | string | Uint8Array, maxWeight: PezspWeightsWeightV2Weight) => SubmittableExtrinsic<ApiType>, [u16, Vec<PezspCoreCryptoAccountId32>, Option<PezpalletMultisigTimepoint>, RuntimeCall, PezspWeightsWeightV2Weight]>;
|
|
1796
1626
|
/**
|
|
1797
1627
|
* Immediately dispatch a multi-signature call using a single approval from the caller.
|
|
1798
1628
|
*
|
|
@@ -1807,7 +1637,7 @@ declare module '@pezkuwi/api-base/types/submittable' {
|
|
|
1807
1637
|
* ## Complexity
|
|
1808
1638
|
* O(Z + C) where Z is the length of the call and C its execution weight.
|
|
1809
1639
|
**/
|
|
1810
|
-
asMultiThreshold1: AugmentedSubmittable<(otherSignatories: Vec<
|
|
1640
|
+
asMultiThreshold1: AugmentedSubmittable<(otherSignatories: Vec<PezspCoreCryptoAccountId32> | string | Uint8Array, call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Vec<PezspCoreCryptoAccountId32>, RuntimeCall]>;
|
|
1811
1641
|
/**
|
|
1812
1642
|
* Cancel a pre-existing, on-going multisig transaction. Any deposit reserved previously
|
|
1813
1643
|
* for this operation will be unreserved on success.
|
|
@@ -1831,7 +1661,7 @@ declare module '@pezkuwi/api-base/types/submittable' {
|
|
|
1831
1661
|
* - I/O: 1 read `O(S)`, one remove.
|
|
1832
1662
|
* - Storage: removes one item.
|
|
1833
1663
|
**/
|
|
1834
|
-
cancelAsMulti: AugmentedSubmittable<(threshold: u16 | AnyNumber | Uint8Array, otherSignatories: Vec<
|
|
1664
|
+
cancelAsMulti: AugmentedSubmittable<(threshold: u16 | AnyNumber | Uint8Array, otherSignatories: Vec<PezspCoreCryptoAccountId32> | string | Uint8Array, timepoint: PezpalletMultisigTimepoint, callHash: U8aFixed | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u16, Vec<PezspCoreCryptoAccountId32>, PezpalletMultisigTimepoint, U8aFixed]>;
|
|
1835
1665
|
/**
|
|
1836
1666
|
* Poke the deposit reserved for an existing multisig operation.
|
|
1837
1667
|
*
|
|
@@ -1847,7 +1677,7 @@ declare module '@pezkuwi/api-base/types/submittable' {
|
|
|
1847
1677
|
*
|
|
1848
1678
|
* Emits `DepositPoked` if successful.
|
|
1849
1679
|
**/
|
|
1850
|
-
pokeDeposit: AugmentedSubmittable<(threshold: u16 | AnyNumber | Uint8Array, otherSignatories: Vec<
|
|
1680
|
+
pokeDeposit: AugmentedSubmittable<(threshold: u16 | AnyNumber | Uint8Array, otherSignatories: Vec<PezspCoreCryptoAccountId32> | string | Uint8Array, callHash: U8aFixed | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u16, Vec<PezspCoreCryptoAccountId32>, U8aFixed]>;
|
|
1851
1681
|
/**
|
|
1852
1682
|
* Generic tx
|
|
1853
1683
|
**/
|
|
@@ -1875,17 +1705,7 @@ declare module '@pezkuwi/api-base/types/submittable' {
|
|
|
1875
1705
|
* is successful, fee is refunded and caller may be rewarded with a part of the slash
|
|
1876
1706
|
* based on the [`crate::pallet::Config::StakeAdapter`] configuration.
|
|
1877
1707
|
**/
|
|
1878
|
-
applySlash: AugmentedSubmittable<(memberAccount:
|
|
1879
|
-
Id: any;
|
|
1880
|
-
} | {
|
|
1881
|
-
Index: any;
|
|
1882
|
-
} | {
|
|
1883
|
-
Raw: any;
|
|
1884
|
-
} | {
|
|
1885
|
-
Address32: any;
|
|
1886
|
-
} | {
|
|
1887
|
-
Address20: any;
|
|
1888
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress]>;
|
|
1708
|
+
applySlash: AugmentedSubmittable<(memberAccount: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PezspRuntimeMultiAddress]>;
|
|
1889
1709
|
/**
|
|
1890
1710
|
* Bond `extra` more funds from `origin` into the pool to which they already belong.
|
|
1891
1711
|
*
|
|
@@ -1907,17 +1727,7 @@ declare module '@pezkuwi/api-base/types/submittable' {
|
|
|
1907
1727
|
* `other` members assuming set_claim_permission for the given member is
|
|
1908
1728
|
* `PermissionlessCompound` or `PermissionlessAll`.
|
|
1909
1729
|
**/
|
|
1910
|
-
bondExtraOther: AugmentedSubmittable<(member:
|
|
1911
|
-
Id: any;
|
|
1912
|
-
} | {
|
|
1913
|
-
Index: any;
|
|
1914
|
-
} | {
|
|
1915
|
-
Raw: any;
|
|
1916
|
-
} | {
|
|
1917
|
-
Address32: any;
|
|
1918
|
-
} | {
|
|
1919
|
-
Address20: any;
|
|
1920
|
-
} | string | Uint8Array, extra: PezpalletNominationPoolsBondExtra) => SubmittableExtrinsic<ApiType>, [MultiAddress, PezpalletNominationPoolsBondExtra]>;
|
|
1730
|
+
bondExtraOther: AugmentedSubmittable<(member: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, extra: PezpalletNominationPoolsBondExtra) => SubmittableExtrinsic<ApiType>, [PezspRuntimeMultiAddress, PezpalletNominationPoolsBondExtra]>;
|
|
1921
1731
|
/**
|
|
1922
1732
|
* Chill on behalf of the pool.
|
|
1923
1733
|
*
|
|
@@ -1974,7 +1784,7 @@ declare module '@pezkuwi/api-base/types/submittable' {
|
|
|
1974
1784
|
* Pool member `other` must have a `PermissionlessWithdraw` or `PermissionlessAll` claim
|
|
1975
1785
|
* permission for this call to be successful.
|
|
1976
1786
|
**/
|
|
1977
|
-
claimPayoutOther: AugmentedSubmittable<(other:
|
|
1787
|
+
claimPayoutOther: AugmentedSubmittable<(other: PezspCoreCryptoAccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PezspCoreCryptoAccountId32]>;
|
|
1978
1788
|
/**
|
|
1979
1789
|
* Create a new delegation pool.
|
|
1980
1790
|
*
|
|
@@ -1994,37 +1804,7 @@ declare module '@pezkuwi/api-base/types/submittable' {
|
|
|
1994
1804
|
* In addition to `amount`, the caller will transfer the existential deposit; so the caller
|
|
1995
1805
|
* needs at have at least `amount + existential_deposit` transferable.
|
|
1996
1806
|
**/
|
|
1997
|
-
create: AugmentedSubmittable<(amount: Compact<u128> | AnyNumber | Uint8Array, root:
|
|
1998
|
-
Id: any;
|
|
1999
|
-
} | {
|
|
2000
|
-
Index: any;
|
|
2001
|
-
} | {
|
|
2002
|
-
Raw: any;
|
|
2003
|
-
} | {
|
|
2004
|
-
Address32: any;
|
|
2005
|
-
} | {
|
|
2006
|
-
Address20: any;
|
|
2007
|
-
} | string | Uint8Array, nominator: MultiAddress | {
|
|
2008
|
-
Id: any;
|
|
2009
|
-
} | {
|
|
2010
|
-
Index: any;
|
|
2011
|
-
} | {
|
|
2012
|
-
Raw: any;
|
|
2013
|
-
} | {
|
|
2014
|
-
Address32: any;
|
|
2015
|
-
} | {
|
|
2016
|
-
Address20: any;
|
|
2017
|
-
} | string | Uint8Array, bouncer: MultiAddress | {
|
|
2018
|
-
Id: any;
|
|
2019
|
-
} | {
|
|
2020
|
-
Index: any;
|
|
2021
|
-
} | {
|
|
2022
|
-
Raw: any;
|
|
2023
|
-
} | {
|
|
2024
|
-
Address32: any;
|
|
2025
|
-
} | {
|
|
2026
|
-
Address20: any;
|
|
2027
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, MultiAddress, MultiAddress, MultiAddress]>;
|
|
1807
|
+
create: AugmentedSubmittable<(amount: Compact<u128> | AnyNumber | Uint8Array, root: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, nominator: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, bouncer: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress]>;
|
|
2028
1808
|
/**
|
|
2029
1809
|
* Create a new delegation pool with a previously used pool id
|
|
2030
1810
|
*
|
|
@@ -2033,37 +1813,7 @@ declare module '@pezkuwi/api-base/types/submittable' {
|
|
|
2033
1813
|
* same as `create` with the inclusion of
|
|
2034
1814
|
* * `pool_id` - `A valid PoolId.
|
|
2035
1815
|
**/
|
|
2036
|
-
createWithPoolId: AugmentedSubmittable<(amount: Compact<u128> | AnyNumber | Uint8Array, root:
|
|
2037
|
-
Id: any;
|
|
2038
|
-
} | {
|
|
2039
|
-
Index: any;
|
|
2040
|
-
} | {
|
|
2041
|
-
Raw: any;
|
|
2042
|
-
} | {
|
|
2043
|
-
Address32: any;
|
|
2044
|
-
} | {
|
|
2045
|
-
Address20: any;
|
|
2046
|
-
} | string | Uint8Array, nominator: MultiAddress | {
|
|
2047
|
-
Id: any;
|
|
2048
|
-
} | {
|
|
2049
|
-
Index: any;
|
|
2050
|
-
} | {
|
|
2051
|
-
Raw: any;
|
|
2052
|
-
} | {
|
|
2053
|
-
Address32: any;
|
|
2054
|
-
} | {
|
|
2055
|
-
Address20: any;
|
|
2056
|
-
} | string | Uint8Array, bouncer: MultiAddress | {
|
|
2057
|
-
Id: any;
|
|
2058
|
-
} | {
|
|
2059
|
-
Index: any;
|
|
2060
|
-
} | {
|
|
2061
|
-
Raw: any;
|
|
2062
|
-
} | {
|
|
2063
|
-
Address32: any;
|
|
2064
|
-
} | {
|
|
2065
|
-
Address20: any;
|
|
2066
|
-
} | string | Uint8Array, poolId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, MultiAddress, MultiAddress, MultiAddress, u32]>;
|
|
1816
|
+
createWithPoolId: AugmentedSubmittable<(amount: Compact<u128> | AnyNumber | Uint8Array, root: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, nominator: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, bouncer: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, poolId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, u32]>;
|
|
2067
1817
|
/**
|
|
2068
1818
|
* Stake funds with a pool. The amount to bond is delegated (or transferred based on
|
|
2069
1819
|
* [`adapter::StakeStrategyType`]) from the member to the pool account and immediately
|
|
@@ -2094,17 +1844,7 @@ declare module '@pezkuwi/api-base/types/submittable' {
|
|
|
2094
1844
|
* If the pool has migrated to delegation based staking, the staked tokens of pool members
|
|
2095
1845
|
* can be moved and held in their own account. See [`adapter::DelegateStake`]
|
|
2096
1846
|
**/
|
|
2097
|
-
migrateDelegation: AugmentedSubmittable<(memberAccount:
|
|
2098
|
-
Id: any;
|
|
2099
|
-
} | {
|
|
2100
|
-
Index: any;
|
|
2101
|
-
} | {
|
|
2102
|
-
Raw: any;
|
|
2103
|
-
} | {
|
|
2104
|
-
Address32: any;
|
|
2105
|
-
} | {
|
|
2106
|
-
Address20: any;
|
|
2107
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress]>;
|
|
1847
|
+
migrateDelegation: AugmentedSubmittable<(memberAccount: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PezspRuntimeMultiAddress]>;
|
|
2108
1848
|
/**
|
|
2109
1849
|
* Migrate pool from [`adapter::StakeStrategyType::Transfer`] to
|
|
2110
1850
|
* [`adapter::StakeStrategyType::Delegate`].
|
|
@@ -2131,7 +1871,7 @@ declare module '@pezkuwi/api-base/types/submittable' {
|
|
|
2131
1871
|
* In addition to a `root` or `nominator` role of `origin`, the pool's depositor needs to
|
|
2132
1872
|
* have at least `depositor_min_bond` in the pool to start nominating.
|
|
2133
1873
|
**/
|
|
2134
|
-
nominate: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, validators: Vec<
|
|
1874
|
+
nominate: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, validators: Vec<PezspCoreCryptoAccountId32> | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, Vec<PezspCoreCryptoAccountId32>]>;
|
|
2135
1875
|
/**
|
|
2136
1876
|
* Call `withdraw_unbonded` for the pools account. This call can be made by any account.
|
|
2137
1877
|
*
|
|
@@ -2158,7 +1898,7 @@ declare module '@pezkuwi/api-base/types/submittable' {
|
|
|
2158
1898
|
*
|
|
2159
1899
|
* - If a `None` is supplied to `new_commission`, existing commission will be removed.
|
|
2160
1900
|
**/
|
|
2161
|
-
setCommission: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, newCommission: Option<ITuple<[
|
|
1901
|
+
setCommission: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, newCommission: Option<ITuple<[u32, PezspCoreCryptoAccountId32]>> | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, Option<ITuple<[u32, PezspCoreCryptoAccountId32]>>]>;
|
|
2162
1902
|
/**
|
|
2163
1903
|
* Set the commission change rate for a pool.
|
|
2164
1904
|
*
|
|
@@ -2180,7 +1920,7 @@ declare module '@pezkuwi/api-base/types/submittable' {
|
|
|
2180
1920
|
* - Current commission will be lowered in the event it is higher than a new max
|
|
2181
1921
|
* commission.
|
|
2182
1922
|
**/
|
|
2183
|
-
setCommissionMax: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, maxCommission:
|
|
1923
|
+
setCommissionMax: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, maxCommission: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32]>;
|
|
2184
1924
|
/**
|
|
2185
1925
|
* Update configurations for the nomination pools. The origin for this call must be
|
|
2186
1926
|
* [`Config::AdminOrigin`].
|
|
@@ -2248,17 +1988,7 @@ declare module '@pezkuwi/api-base/types/submittable' {
|
|
|
2248
1988
|
* in which case, the result of this call will likely be the `NoMoreChunks` error from the
|
|
2249
1989
|
* staking system.
|
|
2250
1990
|
**/
|
|
2251
|
-
unbond: AugmentedSubmittable<(memberAccount:
|
|
2252
|
-
Id: any;
|
|
2253
|
-
} | {
|
|
2254
|
-
Index: any;
|
|
2255
|
-
} | {
|
|
2256
|
-
Raw: any;
|
|
2257
|
-
} | {
|
|
2258
|
-
Address32: any;
|
|
2259
|
-
} | {
|
|
2260
|
-
Address20: any;
|
|
2261
|
-
} | string | Uint8Array, unbondingPoints: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, Compact<u128>]>;
|
|
1991
|
+
unbond: AugmentedSubmittable<(memberAccount: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, unbondingPoints: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [PezspRuntimeMultiAddress, Compact<u128>]>;
|
|
2262
1992
|
/**
|
|
2263
1993
|
* Update the roles of the pool.
|
|
2264
1994
|
*
|
|
@@ -2268,7 +1998,7 @@ declare module '@pezkuwi/api-base/types/submittable' {
|
|
|
2268
1998
|
* It emits an event, notifying UIs of the role change. This event is quite relevant to
|
|
2269
1999
|
* most pool members and they should be informed of changes to pool roles.
|
|
2270
2000
|
**/
|
|
2271
|
-
updateRoles: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, newRoot: PezpalletNominationPoolsConfigOpAccountId32, newNominator: PezpalletNominationPoolsConfigOpAccountId32, newBouncer: PezpalletNominationPoolsConfigOpAccountId32) => SubmittableExtrinsic<ApiType>, [u32, PezpalletNominationPoolsConfigOpAccountId32, PezpalletNominationPoolsConfigOpAccountId32, PezpalletNominationPoolsConfigOpAccountId32]>;
|
|
2001
|
+
updateRoles: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, newRoot: PezpalletNominationPoolsConfigOpAccountId32 | string | Uint8Array, newNominator: PezpalletNominationPoolsConfigOpAccountId32 | string | Uint8Array, newBouncer: PezpalletNominationPoolsConfigOpAccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, PezpalletNominationPoolsConfigOpAccountId32, PezpalletNominationPoolsConfigOpAccountId32, PezpalletNominationPoolsConfigOpAccountId32]>;
|
|
2272
2002
|
/**
|
|
2273
2003
|
* Withdraw unbonded funds from `member_account`. If no bonded funds can be unbonded, an
|
|
2274
2004
|
* error is returned.
|
|
@@ -2293,17 +2023,7 @@ declare module '@pezkuwi/api-base/types/submittable' {
|
|
|
2293
2023
|
* withdraw. This calculation adds some weight overhead and is only defensive. In reality,
|
|
2294
2024
|
* pool slashes must have been already applied via permissionless [`Call::apply_slash`].
|
|
2295
2025
|
**/
|
|
2296
|
-
withdrawUnbonded: AugmentedSubmittable<(memberAccount:
|
|
2297
|
-
Id: any;
|
|
2298
|
-
} | {
|
|
2299
|
-
Index: any;
|
|
2300
|
-
} | {
|
|
2301
|
-
Raw: any;
|
|
2302
|
-
} | {
|
|
2303
|
-
Address32: any;
|
|
2304
|
-
} | {
|
|
2305
|
-
Address20: any;
|
|
2306
|
-
} | string | Uint8Array, numSlashingSpans: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, u32]>;
|
|
2026
|
+
withdrawUnbonded: AugmentedSubmittable<(memberAccount: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, numSlashingSpans: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [PezspRuntimeMultiAddress, u32]>;
|
|
2307
2027
|
/**
|
|
2308
2028
|
* Generic tx
|
|
2309
2029
|
**/
|
|
@@ -2548,17 +2268,7 @@ declare module '@pezkuwi/api-base/types/submittable' {
|
|
|
2548
2268
|
* - `delay`: The announcement period required of the initial proxy. Will generally be
|
|
2549
2269
|
* zero.
|
|
2550
2270
|
**/
|
|
2551
|
-
addProxy: AugmentedSubmittable<(delegate:
|
|
2552
|
-
Id: any;
|
|
2553
|
-
} | {
|
|
2554
|
-
Index: any;
|
|
2555
|
-
} | {
|
|
2556
|
-
Raw: any;
|
|
2557
|
-
} | {
|
|
2558
|
-
Address32: any;
|
|
2559
|
-
} | {
|
|
2560
|
-
Address20: any;
|
|
2561
|
-
} | string | Uint8Array, proxyType: PezkuwiRuntimeConstantsProxyProxyType, delay: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, PezkuwiRuntimeConstantsProxyProxyType, u32]>;
|
|
2271
|
+
addProxy: AugmentedSubmittable<(delegate: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, proxyType: PezkuwiRuntimeConstantsProxyProxyType, delay: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [PezspRuntimeMultiAddress, PezkuwiRuntimeConstantsProxyProxyType, u32]>;
|
|
2562
2272
|
/**
|
|
2563
2273
|
* Publish the hash of a proxy-call that will be made in the future.
|
|
2564
2274
|
*
|
|
@@ -2576,17 +2286,7 @@ declare module '@pezkuwi/api-base/types/submittable' {
|
|
|
2576
2286
|
* - `real`: The account that the proxy will make a call on behalf of.
|
|
2577
2287
|
* - `call_hash`: The hash of the call to be made by the `real` account.
|
|
2578
2288
|
**/
|
|
2579
|
-
announce: AugmentedSubmittable<(real:
|
|
2580
|
-
Id: any;
|
|
2581
|
-
} | {
|
|
2582
|
-
Index: any;
|
|
2583
|
-
} | {
|
|
2584
|
-
Raw: any;
|
|
2585
|
-
} | {
|
|
2586
|
-
Address32: any;
|
|
2587
|
-
} | {
|
|
2588
|
-
Address20: any;
|
|
2589
|
-
} | string | Uint8Array, callHash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, H256]>;
|
|
2289
|
+
announce: AugmentedSubmittable<(real: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, callHash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PezspRuntimeMultiAddress, H256]>;
|
|
2590
2290
|
/**
|
|
2591
2291
|
* Spawn a fresh new account that is guaranteed to be otherwise inaccessible, and
|
|
2592
2292
|
* initialize it with a proxy of `proxy_type` for `origin` sender.
|
|
@@ -2626,17 +2326,7 @@ declare module '@pezkuwi/api-base/types/submittable' {
|
|
|
2626
2326
|
* Fails with `NoPermission` in case the caller is not a previously created pure
|
|
2627
2327
|
* account whose `create_pure` call has corresponding parameters.
|
|
2628
2328
|
**/
|
|
2629
|
-
killPure: AugmentedSubmittable<(spawner:
|
|
2630
|
-
Id: any;
|
|
2631
|
-
} | {
|
|
2632
|
-
Index: any;
|
|
2633
|
-
} | {
|
|
2634
|
-
Raw: any;
|
|
2635
|
-
} | {
|
|
2636
|
-
Address32: any;
|
|
2637
|
-
} | {
|
|
2638
|
-
Address20: any;
|
|
2639
|
-
} | string | Uint8Array, proxyType: PezkuwiRuntimeConstantsProxyProxyType, index: u16 | AnyNumber | Uint8Array, height: Compact<u32> | AnyNumber | Uint8Array, extIndex: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, PezkuwiRuntimeConstantsProxyProxyType, u16, Compact<u32>, Compact<u32>]>;
|
|
2329
|
+
killPure: AugmentedSubmittable<(spawner: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, proxyType: PezkuwiRuntimeConstantsProxyProxyType, index: u16 | AnyNumber | Uint8Array, height: Compact<u32> | AnyNumber | Uint8Array, extIndex: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [PezspRuntimeMultiAddress, PezkuwiRuntimeConstantsProxyProxyType, u16, Compact<u32>, Compact<u32>]>;
|
|
2640
2330
|
/**
|
|
2641
2331
|
* Poke / Adjust deposits made for proxies and announcements based on current values.
|
|
2642
2332
|
* This can be used by accounts to possibly lower their locked amount.
|
|
@@ -2659,17 +2349,7 @@ declare module '@pezkuwi/api-base/types/submittable' {
|
|
|
2659
2349
|
* - `force_proxy_type`: Specify the exact proxy type to be used and checked for this call.
|
|
2660
2350
|
* - `call`: The call to be made by the `real` account.
|
|
2661
2351
|
**/
|
|
2662
|
-
proxy: AugmentedSubmittable<(real:
|
|
2663
|
-
Id: any;
|
|
2664
|
-
} | {
|
|
2665
|
-
Index: any;
|
|
2666
|
-
} | {
|
|
2667
|
-
Raw: any;
|
|
2668
|
-
} | {
|
|
2669
|
-
Address32: any;
|
|
2670
|
-
} | {
|
|
2671
|
-
Address20: any;
|
|
2672
|
-
} | string | Uint8Array, forceProxyType: Option<PezkuwiRuntimeConstantsProxyProxyType> | null | Uint8Array | PezkuwiRuntimeConstantsProxyProxyType, call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, Option<PezkuwiRuntimeConstantsProxyProxyType>, RuntimeCall]>;
|
|
2352
|
+
proxy: AugmentedSubmittable<(real: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, forceProxyType: Option<PezkuwiRuntimeConstantsProxyProxyType> | null | Uint8Array | PezkuwiRuntimeConstantsProxyProxyType, call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PezspRuntimeMultiAddress, Option<PezkuwiRuntimeConstantsProxyProxyType>, RuntimeCall]>;
|
|
2673
2353
|
/**
|
|
2674
2354
|
* Dispatch the given `call` from an account that the sender is authorized for through
|
|
2675
2355
|
* `add_proxy`.
|
|
@@ -2683,27 +2363,7 @@ declare module '@pezkuwi/api-base/types/submittable' {
|
|
|
2683
2363
|
* - `force_proxy_type`: Specify the exact proxy type to be used and checked for this call.
|
|
2684
2364
|
* - `call`: The call to be made by the `real` account.
|
|
2685
2365
|
**/
|
|
2686
|
-
proxyAnnounced: AugmentedSubmittable<(delegate:
|
|
2687
|
-
Id: any;
|
|
2688
|
-
} | {
|
|
2689
|
-
Index: any;
|
|
2690
|
-
} | {
|
|
2691
|
-
Raw: any;
|
|
2692
|
-
} | {
|
|
2693
|
-
Address32: any;
|
|
2694
|
-
} | {
|
|
2695
|
-
Address20: any;
|
|
2696
|
-
} | string | Uint8Array, real: MultiAddress | {
|
|
2697
|
-
Id: any;
|
|
2698
|
-
} | {
|
|
2699
|
-
Index: any;
|
|
2700
|
-
} | {
|
|
2701
|
-
Raw: any;
|
|
2702
|
-
} | {
|
|
2703
|
-
Address32: any;
|
|
2704
|
-
} | {
|
|
2705
|
-
Address20: any;
|
|
2706
|
-
} | string | Uint8Array, forceProxyType: Option<PezkuwiRuntimeConstantsProxyProxyType> | null | Uint8Array | PezkuwiRuntimeConstantsProxyProxyType, call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, MultiAddress, Option<PezkuwiRuntimeConstantsProxyProxyType>, RuntimeCall]>;
|
|
2366
|
+
proxyAnnounced: AugmentedSubmittable<(delegate: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, real: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, forceProxyType: Option<PezkuwiRuntimeConstantsProxyProxyType> | null | Uint8Array | PezkuwiRuntimeConstantsProxyProxyType, call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, Option<PezkuwiRuntimeConstantsProxyProxyType>, RuntimeCall]>;
|
|
2707
2367
|
/**
|
|
2708
2368
|
* Remove the given announcement of a delegate.
|
|
2709
2369
|
*
|
|
@@ -2716,17 +2376,7 @@ declare module '@pezkuwi/api-base/types/submittable' {
|
|
|
2716
2376
|
* - `delegate`: The account that previously announced the call.
|
|
2717
2377
|
* - `call_hash`: The hash of the call to be made.
|
|
2718
2378
|
**/
|
|
2719
|
-
rejectAnnouncement: AugmentedSubmittable<(delegate:
|
|
2720
|
-
Id: any;
|
|
2721
|
-
} | {
|
|
2722
|
-
Index: any;
|
|
2723
|
-
} | {
|
|
2724
|
-
Raw: any;
|
|
2725
|
-
} | {
|
|
2726
|
-
Address32: any;
|
|
2727
|
-
} | {
|
|
2728
|
-
Address20: any;
|
|
2729
|
-
} | string | Uint8Array, callHash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, H256]>;
|
|
2379
|
+
rejectAnnouncement: AugmentedSubmittable<(delegate: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, callHash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PezspRuntimeMultiAddress, H256]>;
|
|
2730
2380
|
/**
|
|
2731
2381
|
* Remove a given announcement.
|
|
2732
2382
|
*
|
|
@@ -2739,17 +2389,7 @@ declare module '@pezkuwi/api-base/types/submittable' {
|
|
|
2739
2389
|
* - `real`: The account that the proxy will make a call on behalf of.
|
|
2740
2390
|
* - `call_hash`: The hash of the call to be made by the `real` account.
|
|
2741
2391
|
**/
|
|
2742
|
-
removeAnnouncement: AugmentedSubmittable<(real:
|
|
2743
|
-
Id: any;
|
|
2744
|
-
} | {
|
|
2745
|
-
Index: any;
|
|
2746
|
-
} | {
|
|
2747
|
-
Raw: any;
|
|
2748
|
-
} | {
|
|
2749
|
-
Address32: any;
|
|
2750
|
-
} | {
|
|
2751
|
-
Address20: any;
|
|
2752
|
-
} | string | Uint8Array, callHash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, H256]>;
|
|
2392
|
+
removeAnnouncement: AugmentedSubmittable<(real: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, callHash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PezspRuntimeMultiAddress, H256]>;
|
|
2753
2393
|
/**
|
|
2754
2394
|
* Unregister all proxy accounts for the sender.
|
|
2755
2395
|
*
|
|
@@ -2768,17 +2408,7 @@ declare module '@pezkuwi/api-base/types/submittable' {
|
|
|
2768
2408
|
* - `proxy`: The account that the `caller` would like to remove as a proxy.
|
|
2769
2409
|
* - `proxy_type`: The permissions currently enabled for the removed proxy account.
|
|
2770
2410
|
**/
|
|
2771
|
-
removeProxy: AugmentedSubmittable<(delegate:
|
|
2772
|
-
Id: any;
|
|
2773
|
-
} | {
|
|
2774
|
-
Index: any;
|
|
2775
|
-
} | {
|
|
2776
|
-
Raw: any;
|
|
2777
|
-
} | {
|
|
2778
|
-
Address32: any;
|
|
2779
|
-
} | {
|
|
2780
|
-
Address20: any;
|
|
2781
|
-
} | string | Uint8Array, proxyType: PezkuwiRuntimeConstantsProxyProxyType, delay: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, PezkuwiRuntimeConstantsProxyProxyType, u32]>;
|
|
2411
|
+
removeProxy: AugmentedSubmittable<(delegate: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, proxyType: PezkuwiRuntimeConstantsProxyProxyType, delay: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [PezspRuntimeMultiAddress, PezkuwiRuntimeConstantsProxyProxyType, u32]>;
|
|
2782
2412
|
/**
|
|
2783
2413
|
* Generic tx
|
|
2784
2414
|
**/
|
|
@@ -2807,7 +2437,7 @@ declare module '@pezkuwi/api-base/types/submittable' {
|
|
|
2807
2437
|
*
|
|
2808
2438
|
* The accounts must have no consumers references.
|
|
2809
2439
|
**/
|
|
2810
|
-
preserveAccounts: AugmentedSubmittable<(accounts: Vec<
|
|
2440
|
+
preserveAccounts: AugmentedSubmittable<(accounts: Vec<PezspCoreCryptoAccountId32> | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Vec<PezspCoreCryptoAccountId32>]>;
|
|
2811
2441
|
/**
|
|
2812
2442
|
* Receive a query response from the Asset Hub for a previously sent xcm message.
|
|
2813
2443
|
**/
|
|
@@ -2881,14 +2511,14 @@ declare module '@pezkuwi/api-base/types/submittable' {
|
|
|
2881
2511
|
*
|
|
2882
2512
|
* The canceller can only stop scheduled migration.
|
|
2883
2513
|
**/
|
|
2884
|
-
setCanceller: AugmentedSubmittable<(updated: Option<
|
|
2514
|
+
setCanceller: AugmentedSubmittable<(updated: Option<PezspCoreCryptoAccountId32> | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Option<PezspCoreCryptoAccountId32>]>;
|
|
2885
2515
|
/**
|
|
2886
2516
|
* Set the manager account id.
|
|
2887
2517
|
*
|
|
2888
2518
|
* The manager has the similar to [`Config::AdminOrigin`] privileges except that it
|
|
2889
2519
|
* can not set the manager account id via `set_manager` call.
|
|
2890
2520
|
**/
|
|
2891
|
-
setManager: AugmentedSubmittable<(updated: Option<
|
|
2521
|
+
setManager: AugmentedSubmittable<(updated: Option<PezspCoreCryptoAccountId32> | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Option<PezspCoreCryptoAccountId32>]>;
|
|
2892
2522
|
/**
|
|
2893
2523
|
* Set the migration settings. Can only be done by admin or manager.
|
|
2894
2524
|
**/
|
|
@@ -3043,7 +2673,7 @@ declare module '@pezkuwi/api-base/types/submittable' {
|
|
|
3043
2673
|
* The deposit taken can be specified for this registration. Any `ParaId`
|
|
3044
2674
|
* can be registered, including sub-1000 IDs which are System Parachains.
|
|
3045
2675
|
**/
|
|
3046
|
-
forceRegister: AugmentedSubmittable<(who:
|
|
2676
|
+
forceRegister: AugmentedSubmittable<(who: PezspCoreCryptoAccountId32 | string | Uint8Array, deposit: u128 | AnyNumber | Uint8Array, id: u32 | AnyNumber | Uint8Array, genesisHead: Bytes | string | Uint8Array, validationCode: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PezspCoreCryptoAccountId32, u128, u32, Bytes, Bytes]>;
|
|
3047
2677
|
/**
|
|
3048
2678
|
* Register head data and validation code for a reserved Para Id.
|
|
3049
2679
|
*
|
|
@@ -3249,7 +2879,7 @@ declare module '@pezkuwi/api-base/types/submittable' {
|
|
|
3249
2879
|
*
|
|
3250
2880
|
* The dispatch origin for this call must match `T::ForceOrigin`.
|
|
3251
2881
|
**/
|
|
3252
|
-
forceLease: AugmentedSubmittable<(para: u32 | AnyNumber | Uint8Array, leaser:
|
|
2882
|
+
forceLease: AugmentedSubmittable<(para: u32 | AnyNumber | Uint8Array, leaser: PezspCoreCryptoAccountId32 | string | Uint8Array, amount: u128 | AnyNumber | Uint8Array, periodBegin: u32 | AnyNumber | Uint8Array, periodCount: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, PezspCoreCryptoAccountId32, u128, u32, u32]>;
|
|
3253
2883
|
/**
|
|
3254
2884
|
* Try to onboard a parachain that has a lease for the current lease period.
|
|
3255
2885
|
*
|
|
@@ -3352,7 +2982,7 @@ declare module '@pezkuwi/api-base/types/submittable' {
|
|
|
3352
2982
|
* This can be helpful if bond requirements are updated, and we need to remove old users
|
|
3353
2983
|
* who do not satisfy these requirements.
|
|
3354
2984
|
**/
|
|
3355
|
-
chillOther: AugmentedSubmittable<(stash:
|
|
2985
|
+
chillOther: AugmentedSubmittable<(stash: PezspCoreCryptoAccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PezspCoreCryptoAccountId32]>;
|
|
3356
2986
|
/**
|
|
3357
2987
|
* Updates a batch of controller accounts to their corresponding stash account if they are
|
|
3358
2988
|
* not the same. Ignores any controller accounts that do not exist, and does not operate if
|
|
@@ -3362,13 +2992,13 @@ declare module '@pezkuwi/api-base/types/submittable' {
|
|
|
3362
2992
|
*
|
|
3363
2993
|
* The dispatch origin must be `T::AdminOrigin`.
|
|
3364
2994
|
**/
|
|
3365
|
-
deprecateControllerBatch: AugmentedSubmittable<(controllers: Vec<
|
|
2995
|
+
deprecateControllerBatch: AugmentedSubmittable<(controllers: Vec<PezspCoreCryptoAccountId32> | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Vec<PezspCoreCryptoAccountId32>]>;
|
|
3366
2996
|
/**
|
|
3367
2997
|
* Force a validator to have at least the minimum commission. This will not affect a
|
|
3368
2998
|
* validator who already has a commission greater than or equal to the minimum. Any account
|
|
3369
2999
|
* can call this.
|
|
3370
3000
|
**/
|
|
3371
|
-
forceApplyMinCommission: AugmentedSubmittable<(validatorStash:
|
|
3001
|
+
forceApplyMinCommission: AugmentedSubmittable<(validatorStash: PezspCoreCryptoAccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PezspCoreCryptoAccountId32]>;
|
|
3372
3002
|
/**
|
|
3373
3003
|
* Force there to be a new era at the end of the next session. After this, it will be
|
|
3374
3004
|
* reset to normal (non-forced) behaviour.
|
|
@@ -3424,7 +3054,7 @@ declare module '@pezkuwi/api-base/types/submittable' {
|
|
|
3424
3054
|
* - `num_slashing_spans`: Refer to comments on [`Call::withdraw_unbonded`] for more
|
|
3425
3055
|
* details.
|
|
3426
3056
|
**/
|
|
3427
|
-
forceUnstake: AugmentedSubmittable<(stash:
|
|
3057
|
+
forceUnstake: AugmentedSubmittable<(stash: PezspCoreCryptoAccountId32 | string | Uint8Array, numSlashingSpans: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [PezspCoreCryptoAccountId32, u32]>;
|
|
3428
3058
|
/**
|
|
3429
3059
|
* Increments the ideal number of validators up to maximum of
|
|
3430
3060
|
* `ElectionProviderBase::MaxWinners`.
|
|
@@ -3448,17 +3078,7 @@ declare module '@pezkuwi/api-base/types/submittable' {
|
|
|
3448
3078
|
* Note: Making this call only makes sense if you first set the validator preferences to
|
|
3449
3079
|
* block any further nominations.
|
|
3450
3080
|
**/
|
|
3451
|
-
kick: AugmentedSubmittable<(who: Vec<
|
|
3452
|
-
Id: any;
|
|
3453
|
-
} | {
|
|
3454
|
-
Index: any;
|
|
3455
|
-
} | {
|
|
3456
|
-
Raw: any;
|
|
3457
|
-
} | {
|
|
3458
|
-
Address32: any;
|
|
3459
|
-
} | {
|
|
3460
|
-
Address20: any;
|
|
3461
|
-
} | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Vec<MultiAddress>]>;
|
|
3081
|
+
kick: AugmentedSubmittable<(who: Vec<PezspRuntimeMultiAddress> | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Vec<PezspRuntimeMultiAddress>]>;
|
|
3462
3082
|
/**
|
|
3463
3083
|
* This function allows governance to manually slash a validator and is a
|
|
3464
3084
|
* **fallback mechanism**.
|
|
@@ -3482,7 +3102,7 @@ declare module '@pezkuwi/api-base/types/submittable' {
|
|
|
3482
3102
|
* will be applied.
|
|
3483
3103
|
* - The slash will be deferred by `SlashDeferDuration` eras before being enacted.
|
|
3484
3104
|
**/
|
|
3485
|
-
manualSlash: AugmentedSubmittable<(validatorStash:
|
|
3105
|
+
manualSlash: AugmentedSubmittable<(validatorStash: PezspCoreCryptoAccountId32 | string | Uint8Array, era: u32 | AnyNumber | Uint8Array, slashFraction: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [PezspCoreCryptoAccountId32, u32, u32]>;
|
|
3486
3106
|
/**
|
|
3487
3107
|
* Removes the legacy Staking locks if they exist.
|
|
3488
3108
|
*
|
|
@@ -3492,7 +3112,7 @@ declare module '@pezkuwi/api-base/types/submittable' {
|
|
|
3492
3112
|
*
|
|
3493
3113
|
* The fee is waived if the migration is successful.
|
|
3494
3114
|
**/
|
|
3495
|
-
migrateCurrency: AugmentedSubmittable<(stash:
|
|
3115
|
+
migrateCurrency: AugmentedSubmittable<(stash: PezspCoreCryptoAccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PezspCoreCryptoAccountId32]>;
|
|
3496
3116
|
/**
|
|
3497
3117
|
* Declare the desire to nominate `targets` for the origin controller.
|
|
3498
3118
|
*
|
|
@@ -3505,17 +3125,7 @@ declare module '@pezkuwi/api-base/types/submittable' {
|
|
|
3505
3125
|
* which is capped at CompactAssignments::LIMIT (T::MaxNominations).
|
|
3506
3126
|
* - Both the reads and writes follow a similar pattern.
|
|
3507
3127
|
**/
|
|
3508
|
-
nominate: AugmentedSubmittable<(targets: Vec<
|
|
3509
|
-
Id: any;
|
|
3510
|
-
} | {
|
|
3511
|
-
Index: any;
|
|
3512
|
-
} | {
|
|
3513
|
-
Raw: any;
|
|
3514
|
-
} | {
|
|
3515
|
-
Address32: any;
|
|
3516
|
-
} | {
|
|
3517
|
-
Address20: any;
|
|
3518
|
-
} | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Vec<MultiAddress>]>;
|
|
3128
|
+
nominate: AugmentedSubmittable<(targets: Vec<PezspRuntimeMultiAddress> | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Vec<PezspRuntimeMultiAddress>]>;
|
|
3519
3129
|
/**
|
|
3520
3130
|
* Pay out next page of the stakers behind a validator for the given era.
|
|
3521
3131
|
*
|
|
@@ -3531,7 +3141,7 @@ declare module '@pezkuwi/api-base/types/submittable' {
|
|
|
3531
3141
|
*
|
|
3532
3142
|
* If all pages are claimed, it returns an error `InvalidPage`.
|
|
3533
3143
|
**/
|
|
3534
|
-
payoutStakers: AugmentedSubmittable<(validatorStash:
|
|
3144
|
+
payoutStakers: AugmentedSubmittable<(validatorStash: PezspCoreCryptoAccountId32 | string | Uint8Array, era: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [PezspCoreCryptoAccountId32, u32]>;
|
|
3535
3145
|
/**
|
|
3536
3146
|
* Pay out a page of the stakers behind a validator for the given era and page.
|
|
3537
3147
|
*
|
|
@@ -3551,7 +3161,7 @@ declare module '@pezkuwi/api-base/types/submittable' {
|
|
|
3551
3161
|
* and so it should not be assumed the highest staker would be on the topmost page and vice
|
|
3552
3162
|
* versa. If rewards are not claimed in [`Config::HistoryDepth`] eras, they are lost.
|
|
3553
3163
|
**/
|
|
3554
|
-
payoutStakersByPage: AugmentedSubmittable<(validatorStash:
|
|
3164
|
+
payoutStakersByPage: AugmentedSubmittable<(validatorStash: PezspCoreCryptoAccountId32 | string | Uint8Array, era: u32 | AnyNumber | Uint8Array, page: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [PezspCoreCryptoAccountId32, u32, u32]>;
|
|
3555
3165
|
/**
|
|
3556
3166
|
* Remove all data structures concerning a staker/stash once it is at a state where it can
|
|
3557
3167
|
* be considered `dust` in the staking system. The requirements are:
|
|
@@ -3572,7 +3182,7 @@ declare module '@pezkuwi/api-base/types/submittable' {
|
|
|
3572
3182
|
* - `num_slashing_spans`: Refer to comments on [`Call::withdraw_unbonded`] for more
|
|
3573
3183
|
* details.
|
|
3574
3184
|
**/
|
|
3575
|
-
reapStash: AugmentedSubmittable<(stash:
|
|
3185
|
+
reapStash: AugmentedSubmittable<(stash: PezspCoreCryptoAccountId32 | string | Uint8Array, numSlashingSpans: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [PezspCoreCryptoAccountId32, u32]>;
|
|
3576
3186
|
/**
|
|
3577
3187
|
* Rebond a portion of the stash scheduled to be unlocked.
|
|
3578
3188
|
*
|
|
@@ -3596,7 +3206,7 @@ declare module '@pezkuwi/api-base/types/submittable' {
|
|
|
3596
3206
|
* ledger associated with the stash. If the input parameters are not set, the ledger will
|
|
3597
3207
|
* be reset values from on-chain state.
|
|
3598
3208
|
**/
|
|
3599
|
-
restoreLedger: AugmentedSubmittable<(stash:
|
|
3209
|
+
restoreLedger: AugmentedSubmittable<(stash: PezspCoreCryptoAccountId32 | string | Uint8Array, maybeController: Option<PezspCoreCryptoAccountId32> | string | Uint8Array, maybeTotal: Option<u128> | null | Uint8Array | u128 | AnyNumber, maybeUnlocking: Option<Vec<PezpalletStakingUnlockChunk>> | null | Uint8Array | Vec<PezpalletStakingUnlockChunk> | (PezpalletStakingUnlockChunk)[]) => SubmittableExtrinsic<ApiType>, [PezspCoreCryptoAccountId32, Option<PezspCoreCryptoAccountId32>, Option<u128>, Option<Vec<PezpalletStakingUnlockChunk>>]>;
|
|
3600
3210
|
/**
|
|
3601
3211
|
* Scale up the ideal number of validators by a factor up to maximum of
|
|
3602
3212
|
* `ElectionProviderBase::MaxWinners`.
|
|
@@ -3606,7 +3216,7 @@ declare module '@pezkuwi/api-base/types/submittable' {
|
|
|
3606
3216
|
* ## Complexity
|
|
3607
3217
|
* Same as [`Self::set_validator_count`].
|
|
3608
3218
|
**/
|
|
3609
|
-
scaleValidatorCount: AugmentedSubmittable<(factor:
|
|
3219
|
+
scaleValidatorCount: AugmentedSubmittable<(factor: u8 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u8]>;
|
|
3610
3220
|
/**
|
|
3611
3221
|
* (Re-)sets the controller of a stash to the stash itself. This function previously
|
|
3612
3222
|
* accepted a `controller` argument to set the controller to an account other than the
|
|
@@ -3629,14 +3239,14 @@ declare module '@pezkuwi/api-base/types/submittable' {
|
|
|
3629
3239
|
*
|
|
3630
3240
|
* The dispatch origin must be Root.
|
|
3631
3241
|
**/
|
|
3632
|
-
setInvulnerables: AugmentedSubmittable<(invulnerables: Vec<
|
|
3242
|
+
setInvulnerables: AugmentedSubmittable<(invulnerables: Vec<PezspCoreCryptoAccountId32> | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Vec<PezspCoreCryptoAccountId32>]>;
|
|
3633
3243
|
/**
|
|
3634
3244
|
* Sets the minimum amount of commission that each validators must maintain.
|
|
3635
3245
|
*
|
|
3636
3246
|
* This call has lower privilege requirements than `set_staking_config` and can be called
|
|
3637
3247
|
* by the `T::AdminOrigin`. Root can always call this.
|
|
3638
3248
|
**/
|
|
3639
|
-
setMinCommission: AugmentedSubmittable<(updated:
|
|
3249
|
+
setMinCommission: AugmentedSubmittable<(updated: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
|
|
3640
3250
|
/**
|
|
3641
3251
|
* (Re-)set the payment target for a controller.
|
|
3642
3252
|
*
|
|
@@ -3713,7 +3323,7 @@ declare module '@pezkuwi/api-base/types/submittable' {
|
|
|
3713
3323
|
*
|
|
3714
3324
|
* This will waive the transaction fee if the `payee` is successfully migrated.
|
|
3715
3325
|
**/
|
|
3716
|
-
updatePayee: AugmentedSubmittable<(controller:
|
|
3326
|
+
updatePayee: AugmentedSubmittable<(controller: PezspCoreCryptoAccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PezspCoreCryptoAccountId32]>;
|
|
3717
3327
|
/**
|
|
3718
3328
|
* Declare the desire to validate for the origin controller.
|
|
3719
3329
|
*
|
|
@@ -4063,17 +3673,7 @@ declare module '@pezkuwi/api-base/types/submittable' {
|
|
|
4063
3673
|
*
|
|
4064
3674
|
* Emits [`Event::SpendApproved`] if successful.
|
|
4065
3675
|
**/
|
|
4066
|
-
spendLocal: AugmentedSubmittable<(amount: Compact<u128> | AnyNumber | Uint8Array, beneficiary:
|
|
4067
|
-
Id: any;
|
|
4068
|
-
} | {
|
|
4069
|
-
Index: any;
|
|
4070
|
-
} | {
|
|
4071
|
-
Raw: any;
|
|
4072
|
-
} | {
|
|
4073
|
-
Address32: any;
|
|
4074
|
-
} | {
|
|
4075
|
-
Address20: any;
|
|
4076
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, MultiAddress]>;
|
|
3676
|
+
spendLocal: AugmentedSubmittable<(amount: Compact<u128> | AnyNumber | Uint8Array, beneficiary: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, PezspRuntimeMultiAddress]>;
|
|
4077
3677
|
/**
|
|
4078
3678
|
* Void previously approved spend.
|
|
4079
3679
|
*
|
|
@@ -4234,17 +3834,7 @@ declare module '@pezkuwi/api-base/types/submittable' {
|
|
|
4234
3834
|
* - `target`: An account that has a vesting schedule
|
|
4235
3835
|
* - `schedule_index`: The vesting schedule index that should be removed
|
|
4236
3836
|
**/
|
|
4237
|
-
forceRemoveVestingSchedule: AugmentedSubmittable<(target:
|
|
4238
|
-
Id: any;
|
|
4239
|
-
} | {
|
|
4240
|
-
Index: any;
|
|
4241
|
-
} | {
|
|
4242
|
-
Raw: any;
|
|
4243
|
-
} | {
|
|
4244
|
-
Address32: any;
|
|
4245
|
-
} | {
|
|
4246
|
-
Address20: any;
|
|
4247
|
-
} | string | Uint8Array, scheduleIndex: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, u32]>;
|
|
3837
|
+
forceRemoveVestingSchedule: AugmentedSubmittable<(target: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, scheduleIndex: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [PezspRuntimeMultiAddress, u32]>;
|
|
4248
3838
|
/**
|
|
4249
3839
|
* Force a vested transfer.
|
|
4250
3840
|
*
|
|
@@ -4261,27 +3851,7 @@ declare module '@pezkuwi/api-base/types/submittable' {
|
|
|
4261
3851
|
* ## Complexity
|
|
4262
3852
|
* - `O(1)`.
|
|
4263
3853
|
**/
|
|
4264
|
-
forceVestedTransfer: AugmentedSubmittable<(source:
|
|
4265
|
-
Id: any;
|
|
4266
|
-
} | {
|
|
4267
|
-
Index: any;
|
|
4268
|
-
} | {
|
|
4269
|
-
Raw: any;
|
|
4270
|
-
} | {
|
|
4271
|
-
Address32: any;
|
|
4272
|
-
} | {
|
|
4273
|
-
Address20: any;
|
|
4274
|
-
} | string | Uint8Array, target: MultiAddress | {
|
|
4275
|
-
Id: any;
|
|
4276
|
-
} | {
|
|
4277
|
-
Index: any;
|
|
4278
|
-
} | {
|
|
4279
|
-
Raw: any;
|
|
4280
|
-
} | {
|
|
4281
|
-
Address32: any;
|
|
4282
|
-
} | {
|
|
4283
|
-
Address20: any;
|
|
4284
|
-
} | string | Uint8Array, schedule: PezpalletVestingVestingInfo) => SubmittableExtrinsic<ApiType>, [MultiAddress, MultiAddress, PezpalletVestingVestingInfo]>;
|
|
3854
|
+
forceVestedTransfer: AugmentedSubmittable<(source: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, target: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, schedule: PezpalletVestingVestingInfo) => SubmittableExtrinsic<ApiType>, [PezspRuntimeMultiAddress, PezspRuntimeMultiAddress, PezpalletVestingVestingInfo]>;
|
|
4285
3855
|
/**
|
|
4286
3856
|
* Merge two vesting schedules together, creating a new vesting schedule that unlocks over
|
|
4287
3857
|
* the highest possible start and end blocks. If both schedules have already started the
|
|
@@ -4333,17 +3903,7 @@ declare module '@pezkuwi/api-base/types/submittable' {
|
|
|
4333
3903
|
* ## Complexity
|
|
4334
3904
|
* - `O(1)`.
|
|
4335
3905
|
**/
|
|
4336
|
-
vestedTransfer: AugmentedSubmittable<(target:
|
|
4337
|
-
Id: any;
|
|
4338
|
-
} | {
|
|
4339
|
-
Index: any;
|
|
4340
|
-
} | {
|
|
4341
|
-
Raw: any;
|
|
4342
|
-
} | {
|
|
4343
|
-
Address32: any;
|
|
4344
|
-
} | {
|
|
4345
|
-
Address20: any;
|
|
4346
|
-
} | string | Uint8Array, schedule: PezpalletVestingVestingInfo) => SubmittableExtrinsic<ApiType>, [MultiAddress, PezpalletVestingVestingInfo]>;
|
|
3906
|
+
vestedTransfer: AugmentedSubmittable<(target: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, schedule: PezpalletVestingVestingInfo) => SubmittableExtrinsic<ApiType>, [PezspRuntimeMultiAddress, PezpalletVestingVestingInfo]>;
|
|
4347
3907
|
/**
|
|
4348
3908
|
* Unlock any vested funds of a `target` account.
|
|
4349
3909
|
*
|
|
@@ -4357,17 +3917,7 @@ declare module '@pezkuwi/api-base/types/submittable' {
|
|
|
4357
3917
|
* ## Complexity
|
|
4358
3918
|
* - `O(1)`.
|
|
4359
3919
|
**/
|
|
4360
|
-
vestOther: AugmentedSubmittable<(target:
|
|
4361
|
-
Id: any;
|
|
4362
|
-
} | {
|
|
4363
|
-
Index: any;
|
|
4364
|
-
} | {
|
|
4365
|
-
Raw: any;
|
|
4366
|
-
} | {
|
|
4367
|
-
Address32: any;
|
|
4368
|
-
} | {
|
|
4369
|
-
Address20: any;
|
|
4370
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress]>;
|
|
3920
|
+
vestOther: AugmentedSubmittable<(target: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PezspRuntimeMultiAddress]>;
|
|
4371
3921
|
/**
|
|
4372
3922
|
* Generic tx
|
|
4373
3923
|
**/
|
|
@@ -4386,43 +3936,13 @@ declare module '@pezkuwi/api-base/types/submittable' {
|
|
|
4386
3936
|
* - both nodes are within the same bag,
|
|
4387
3937
|
* - and `origin` has a greater `Score` than `lighter`.
|
|
4388
3938
|
**/
|
|
4389
|
-
putInFrontOf: AugmentedSubmittable<(lighter:
|
|
4390
|
-
Id: any;
|
|
4391
|
-
} | {
|
|
4392
|
-
Index: any;
|
|
4393
|
-
} | {
|
|
4394
|
-
Raw: any;
|
|
4395
|
-
} | {
|
|
4396
|
-
Address32: any;
|
|
4397
|
-
} | {
|
|
4398
|
-
Address20: any;
|
|
4399
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress]>;
|
|
3939
|
+
putInFrontOf: AugmentedSubmittable<(lighter: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PezspRuntimeMultiAddress]>;
|
|
4400
3940
|
/**
|
|
4401
3941
|
* Same as [`Pallet::put_in_front_of`], but it can be called by anyone.
|
|
4402
3942
|
*
|
|
4403
3943
|
* Fee is paid by the origin under all circumstances.
|
|
4404
3944
|
**/
|
|
4405
|
-
putInFrontOfOther: AugmentedSubmittable<(heavier:
|
|
4406
|
-
Id: any;
|
|
4407
|
-
} | {
|
|
4408
|
-
Index: any;
|
|
4409
|
-
} | {
|
|
4410
|
-
Raw: any;
|
|
4411
|
-
} | {
|
|
4412
|
-
Address32: any;
|
|
4413
|
-
} | {
|
|
4414
|
-
Address20: any;
|
|
4415
|
-
} | string | Uint8Array, lighter: MultiAddress | {
|
|
4416
|
-
Id: any;
|
|
4417
|
-
} | {
|
|
4418
|
-
Index: any;
|
|
4419
|
-
} | {
|
|
4420
|
-
Raw: any;
|
|
4421
|
-
} | {
|
|
4422
|
-
Address32: any;
|
|
4423
|
-
} | {
|
|
4424
|
-
Address20: any;
|
|
4425
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, MultiAddress]>;
|
|
3945
|
+
putInFrontOfOther: AugmentedSubmittable<(heavier: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array, lighter: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PezspRuntimeMultiAddress, PezspRuntimeMultiAddress]>;
|
|
4426
3946
|
/**
|
|
4427
3947
|
* Declare that some `dislocated` account has, through rewards or penalties, sufficiently
|
|
4428
3948
|
* changed its score that it should properly fall into a different bag than its current
|
|
@@ -4435,17 +3955,7 @@ declare module '@pezkuwi/api-base/types/submittable' {
|
|
|
4435
3955
|
*
|
|
4436
3956
|
* If `dislocated` does not exists, it returns an error.
|
|
4437
3957
|
**/
|
|
4438
|
-
rebag: AugmentedSubmittable<(dislocated:
|
|
4439
|
-
Id: any;
|
|
4440
|
-
} | {
|
|
4441
|
-
Index: any;
|
|
4442
|
-
} | {
|
|
4443
|
-
Raw: any;
|
|
4444
|
-
} | {
|
|
4445
|
-
Address32: any;
|
|
4446
|
-
} | {
|
|
4447
|
-
Address20: any;
|
|
4448
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress]>;
|
|
3958
|
+
rebag: AugmentedSubmittable<(dislocated: PezspRuntimeMultiAddress | AccountId | AccountIndex | Address | LookupSource | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PezspRuntimeMultiAddress]>;
|
|
4449
3959
|
/**
|
|
4450
3960
|
* Generic tx
|
|
4451
3961
|
**/
|