@pezkuwi/api-augment 16.5.5 → 16.5.6
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/LICENSE +201 -0
- package/assetHubDicle/consts.js +2 -0
- package/assetHubDicle/errors.js +2 -0
- package/assetHubDicle/events.js +2 -0
- package/assetHubDicle/query.js +2 -0
- package/assetHubDicle/registry.js +1 -0
- package/assetHubDicle/runtime.js +2 -0
- package/assetHubDicle/tx.js +2 -0
- package/assetHubPezkuwi/consts.js +2 -0
- package/assetHubPezkuwi/errors.js +2 -0
- package/assetHubPezkuwi/events.js +2 -0
- package/{src/assetHubKusama/index.ts → assetHubPezkuwi/index.js} +0 -3
- package/assetHubPezkuwi/query.js +2 -0
- package/assetHubPezkuwi/registry.js +1 -0
- package/assetHubPezkuwi/runtime.js +2 -0
- package/assetHubPezkuwi/tx.js +2 -0
- package/base.js +2 -0
- package/{build/substrate → bizinikiwi}/consts.d.ts +31 -31
- package/bizinikiwi/consts.js +2 -0
- package/{build/substrate → bizinikiwi}/errors.d.ts +2 -2
- package/bizinikiwi/errors.js +2 -0
- package/{build/substrate → bizinikiwi}/events.d.ts +236 -236
- package/bizinikiwi/events.js +2 -0
- package/{src/kusama/index.ts → bizinikiwi/index.d.ts} +0 -3
- package/{src/assetHubPolkadot/index.ts → bizinikiwi/index.js} +0 -3
- package/{build/substrate → bizinikiwi}/query.d.ts +194 -194
- package/bizinikiwi/query.js +2 -0
- package/bizinikiwi/registry.d.ts +1 -0
- package/bizinikiwi/registry.js +1 -0
- package/{build/substrate → bizinikiwi}/runtime.d.ts +64 -220
- package/bizinikiwi/runtime.js +2 -0
- package/{build/substrate → bizinikiwi}/tx.d.ts +160 -870
- package/bizinikiwi/tx.js +2 -0
- package/{build/bundle.d.ts → bundle.d.ts} +1 -1
- package/bundle.js +2 -0
- package/cjs/assetHubDicle/consts.js +4 -0
- package/cjs/assetHubDicle/errors.js +4 -0
- package/cjs/assetHubDicle/events.js +4 -0
- package/cjs/assetHubDicle/index.js +10 -0
- package/cjs/assetHubDicle/query.js +4 -0
- package/cjs/assetHubDicle/registry.js +3 -0
- package/cjs/assetHubDicle/runtime.js +4 -0
- package/cjs/assetHubDicle/tx.js +4 -0
- package/cjs/assetHubPezkuwi/consts.js +4 -0
- package/cjs/assetHubPezkuwi/errors.js +4 -0
- package/cjs/assetHubPezkuwi/events.js +4 -0
- package/cjs/assetHubPezkuwi/index.js +10 -0
- package/cjs/assetHubPezkuwi/query.js +4 -0
- package/cjs/assetHubPezkuwi/registry.js +3 -0
- package/cjs/assetHubPezkuwi/runtime.js +4 -0
- package/cjs/assetHubPezkuwi/tx.js +4 -0
- package/cjs/base.d.ts +2 -0
- package/cjs/base.js +4 -0
- package/cjs/bizinikiwi/consts.d.ts +1876 -0
- package/cjs/bizinikiwi/consts.js +4 -0
- package/cjs/bizinikiwi/errors.d.ts +3865 -0
- package/cjs/bizinikiwi/errors.js +4 -0
- package/cjs/bizinikiwi/events.d.ts +4702 -0
- package/cjs/bizinikiwi/events.js +4 -0
- package/cjs/bizinikiwi/index.d.ts +8 -0
- package/cjs/bizinikiwi/index.js +10 -0
- package/cjs/bizinikiwi/query.d.ts +2767 -0
- package/cjs/bizinikiwi/query.js +4 -0
- package/cjs/bizinikiwi/registry.d.ts +1 -0
- package/cjs/bizinikiwi/registry.js +3 -0
- package/cjs/bizinikiwi/runtime.d.ts +585 -0
- package/cjs/bizinikiwi/runtime.js +4 -0
- package/cjs/bizinikiwi/tx.d.ts +10159 -0
- package/cjs/bizinikiwi/tx.js +4 -0
- package/cjs/bundle.d.ts +2 -0
- package/cjs/bundle.js +6 -0
- package/cjs/dicle/consts.js +4 -0
- package/cjs/dicle/errors.js +4 -0
- package/cjs/dicle/events.js +4 -0
- package/cjs/dicle/query.js +4 -0
- package/cjs/dicle/runtime.js +4 -0
- package/cjs/dicle/tx.js +4 -0
- package/cjs/index.js +5 -0
- package/cjs/package.json +3 -0
- package/cjs/packageDetect.js +8 -0
- package/cjs/packageInfo.js +4 -0
- package/cjs/pezkuwi/consts.d.ts +941 -0
- package/cjs/pezkuwi/consts.js +4 -0
- package/cjs/pezkuwi/errors.d.ts +2148 -0
- package/cjs/pezkuwi/errors.js +4 -0
- package/cjs/pezkuwi/events.d.ts +2473 -0
- package/cjs/pezkuwi/events.js +4 -0
- package/cjs/pezkuwi/index.d.ts +8 -0
- package/cjs/pezkuwi/index.js +10 -0
- package/cjs/pezkuwi/query.d.ts +2400 -0
- package/cjs/pezkuwi/query.js +4 -0
- package/cjs/pezkuwi/registry.d.ts +2 -0
- package/cjs/pezkuwi/registry.js +4 -0
- package/cjs/pezkuwi/runtime.d.ts +655 -0
- package/cjs/pezkuwi/runtime.js +4 -0
- package/cjs/pezkuwi/tx.d.ts +4954 -0
- package/cjs/pezkuwi/tx.js +4 -0
- package/dicle/consts.js +2 -0
- package/dicle/errors.js +2 -0
- package/dicle/events.js +2 -0
- package/dicle/query.js +2 -0
- package/dicle/runtime.js +2 -0
- package/dicle/tx.js +2 -0
- package/index.d.ts +2 -0
- package/index.js +2 -0
- package/package.json +437 -9
- package/packageDetect.d.ts +1 -0
- package/{src/packageDetect.ts → packageDetect.js} +0 -8
- package/packageInfo.d.ts +6 -0
- package/packageInfo.js +1 -0
- package/pezkuwi/consts.d.ts +941 -0
- package/pezkuwi/consts.js +2 -0
- package/pezkuwi/errors.d.ts +2148 -0
- package/pezkuwi/errors.js +2 -0
- package/pezkuwi/events.d.ts +2473 -0
- package/pezkuwi/events.js +2 -0
- package/pezkuwi/index.d.ts +8 -0
- package/pezkuwi/index.js +8 -0
- package/pezkuwi/query.d.ts +2400 -0
- package/pezkuwi/query.js +2 -0
- package/pezkuwi/registry.d.ts +2 -0
- package/pezkuwi/registry.js +2 -0
- package/pezkuwi/runtime.d.ts +655 -0
- package/pezkuwi/runtime.js +2 -0
- package/pezkuwi/tx.d.ts +4954 -0
- package/pezkuwi/tx.js +2 -0
- package/build/substrate/registry.d.ts +0 -1
- package/src/assetHubKusama/consts.ts +0 -1308
- package/src/assetHubKusama/errors.ts +0 -2779
- package/src/assetHubKusama/events.ts +0 -2296
- package/src/assetHubKusama/query.ts +0 -2193
- package/src/assetHubKusama/registry.ts +0 -4
- package/src/assetHubKusama/runtime.ts +0 -518
- package/src/assetHubKusama/tx.ts +0 -6890
- package/src/assetHubPolkadot/consts.ts +0 -1125
- package/src/assetHubPolkadot/errors.ts +0 -2360
- package/src/assetHubPolkadot/events.ts +0 -2129
- package/src/assetHubPolkadot/query.ts +0 -2002
- package/src/assetHubPolkadot/registry.ts +0 -4
- package/src/assetHubPolkadot/runtime.ts +0 -443
- package/src/assetHubPolkadot/tx.ts +0 -6242
- package/src/base.ts +0 -6
- package/src/bundle.ts +0 -6
- package/src/index.ts +0 -6
- package/src/kusama/consts.ts +0 -1035
- package/src/kusama/errors.ts +0 -2436
- package/src/kusama/events.ts +0 -1791
- package/src/kusama/query.ts +0 -2505
- package/src/kusama/registry.ts +0 -6
- package/src/kusama/runtime.ts +0 -610
- package/src/kusama/tx.ts +0 -4725
- package/src/mod.ts +0 -4
- package/src/packageInfo.ts +0 -6
- package/src/polkadot/consts.ts +0 -949
- package/src/polkadot/errors.ts +0 -2156
- package/src/polkadot/events.ts +0 -1600
- package/src/polkadot/index.ts +0 -11
- package/src/polkadot/query.ts +0 -2357
- package/src/polkadot/registry.ts +0 -5
- package/src/polkadot/runtime.ts +0 -621
- package/src/polkadot/tx.ts +0 -4240
- package/src/substrate/consts.ts +0 -1884
- package/src/substrate/errors.ts +0 -3873
- package/src/substrate/events.ts +0 -2889
- package/src/substrate/index.ts +0 -11
- package/src/substrate/query.ts +0 -2734
- package/src/substrate/registry.ts +0 -4
- package/src/substrate/runtime.ts +0 -593
- package/src/substrate/tx.ts +0 -8208
- package/tsconfig.assetHubKusama.json +0 -22
- package/tsconfig.assetHubPolkadot.json +0 -22
- package/tsconfig.build.json +0 -23
- package/tsconfig.build.tsbuildinfo +0 -1
- package/tsconfig.kusama.json +0 -22
- package/tsconfig.polkadot.json +0 -22
- /package/{build/substrate/index.d.ts → assetHubDicle/index.js} +0 -0
- /package/{build/base.d.ts → base.d.ts} +0 -0
- /package/{build → cjs}/index.d.ts +0 -0
- /package/{build → cjs}/packageDetect.d.ts +0 -0
- /package/{build → cjs}/packageInfo.d.ts +0 -0
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import '@
|
|
1
|
+
import '@pezkuwi/api-base/types/submittable';
|
|
2
2
|
import type { ApiTypes, AugmentedSubmittable, SubmittableExtrinsic, SubmittableExtrinsicFunction } from '@pezkuwi/api-base/types';
|
|
3
3
|
import type { Data } from '@pezkuwi/types';
|
|
4
4
|
import type { Bytes, Compact, Option, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@pezkuwi/types-codec';
|
|
5
5
|
import type { AnyNumber, IMethod, ITuple } from '@pezkuwi/types-codec/types';
|
|
6
|
-
import type { AccountId32,
|
|
7
|
-
import type {
|
|
6
|
+
import type { AccountId32, H160, H256, MultiAddress, Perbill, Percent, Perquintill, RuntimeCall } from '@pezkuwi/types/interfaces/runtime';
|
|
7
|
+
import type { KitchensinkRuntimeOriginCaller, KitchensinkRuntimeProxyType, KitchensinkRuntimeRuntimeParameters, KitchensinkRuntimeSessionKeys, PezframeSupportPreimagesBounded, PezframeSupportScheduleDispatchTime, PezframeSupportTokensFungibleUnionOfNativeOrWithId, PezpalletAllianceCid, PezpalletAllianceDisbandWitness, PezpalletAllianceUnscrupulousItem, PezpalletBalancesAdjustmentDirection, PezpalletBrokerConfigRecord, PezpalletBrokerCoreMask, PezpalletBrokerFinality, PezpalletBrokerOnDemandRevenueRecord, PezpalletBrokerRegionId, PezpalletBrokerScheduleItem, PezpalletContractsWasmDeterminism, PezpalletConvictionVotingConviction, PezpalletConvictionVotingVoteAccountVote, PezpalletCoreFellowshipParamsTypeOption, PezpalletCoreFellowshipParamsTypeU128, PezpalletCoreFellowshipWish, PezpalletDemocracyConviction, PezpalletDemocracyMetadataOwner, PezpalletDemocracyVoteAccountVote, PezpalletElectionProviderMultiPhaseRawSolution, PezpalletElectionProviderMultiPhaseSolutionOrSnapshotSize, PezpalletElectionsPhragmenRenouncing, PezpalletIdentityJudgement, PezpalletIdentityLegacyIdentityInfo, PezpalletImOnlineHeartbeat, PezpalletImOnlineSr25519AppSr25519Signature, PezpalletMetaTxMetaTx, PezpalletMigrationsHistoricCleanupSelector, PezpalletMigrationsMigrationCursor, PezpalletMixnetRegistration, PezpalletMultisigTimepoint, PezpalletNftsAttributeNamespace, PezpalletNftsCancelAttributesApprovalWitness, PezpalletNftsCollectionConfig, PezpalletNftsDestroyWitness, PezpalletNftsItemConfig, PezpalletNftsItemTip, PezpalletNftsMintSettings, PezpalletNftsMintWitness, PezpalletNftsPreSignedAttributes, PezpalletNftsPreSignedMint, PezpalletNftsPriceWithDirection, PezpalletNominationPoolsBondExtra, PezpalletNominationPoolsClaimPermission, PezpalletNominationPoolsCommissionChangeRate, PezpalletNominationPoolsCommissionClaimPermission, PezpalletNominationPoolsConfigOpAccountId32, PezpalletNominationPoolsConfigOpPerbill, PezpalletNominationPoolsConfigOpU128, PezpalletNominationPoolsConfigOpU32, PezpalletNominationPoolsPoolState, PezpalletStakingPezpalletConfigOpPerbill, PezpalletStakingPezpalletConfigOpPercent, PezpalletStakingPezpalletConfigOpU128, PezpalletStakingPezpalletConfigOpU32, PezpalletStakingRewardDestination, PezpalletStakingUnlockChunk, PezpalletStakingValidatorPrefs, PezpalletStateTrieMigrationMigrationLimits, PezpalletStateTrieMigrationMigrationTask, PezpalletStateTrieMigrationProgress, PezpalletUniquesDestroyWitness, PezpalletVestingVestingInfo, PezspConsensusBabeDigestsNextConfigDescriptor, PezspConsensusBeefyDoubleVotingProof, PezspConsensusBeefyForkVotingProofAncestryProof, PezspConsensusBeefyFutureBlockVotingProof, PezspConsensusGrandpaEquivocationProof, PezspConsensusSlotsEquivocationProof, PezspMixnetAppSignature, PezspNposElectionsElectionScore, PezspNposElectionsSupport, PezspRuntimeMultiSignature, PezspSessionMembershipProof, PezspTransactionStorageProofTransactionStorageProof, PezspWeightsWeightV2Weight } from '@pezkuwi/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 '@pezkuwi/api-base/types/submittable' {
|
|
12
12
|
interface AugmentedSubmittables<ApiType extends ApiTypes> {
|
|
13
13
|
alliance: {
|
|
14
14
|
/**
|
|
@@ -20,37 +20,23 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
20
20
|
/**
|
|
21
21
|
* Add accounts or websites to the list of unscrupulous items.
|
|
22
22
|
**/
|
|
23
|
-
addUnscrupulousItems: AugmentedSubmittable<(items: Vec<
|
|
24
|
-
AccountId: any;
|
|
25
|
-
} | {
|
|
26
|
-
Website: any;
|
|
27
|
-
} | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Vec<PalletAllianceUnscrupulousItem>]>;
|
|
23
|
+
addUnscrupulousItems: AugmentedSubmittable<(items: Vec<PezpalletAllianceUnscrupulousItem> | (PezpalletAllianceUnscrupulousItem)[]) => SubmittableExtrinsic<ApiType>, [Vec<PezpalletAllianceUnscrupulousItem>]>;
|
|
28
24
|
/**
|
|
29
25
|
* Make an announcement of a new IPFS CID about alliance issues.
|
|
30
26
|
**/
|
|
31
|
-
announce: AugmentedSubmittable<(announcement:
|
|
32
|
-
version?: any;
|
|
33
|
-
codec?: any;
|
|
34
|
-
hash_?: any;
|
|
35
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletAllianceCid]>;
|
|
27
|
+
announce: AugmentedSubmittable<(announcement: PezpalletAllianceCid) => SubmittableExtrinsic<ApiType>, [PezpalletAllianceCid]>;
|
|
36
28
|
/**
|
|
37
29
|
* Close a vote that is either approved, disapproved, or whose voting period has ended.
|
|
38
30
|
*
|
|
39
31
|
* Must be called by a Fellow.
|
|
40
32
|
**/
|
|
41
|
-
close: AugmentedSubmittable<(proposalHash: H256 | string | Uint8Array, index: Compact<u32> | AnyNumber | Uint8Array, proposalWeightBound:
|
|
42
|
-
refTime?: any;
|
|
43
|
-
proofSize?: any;
|
|
44
|
-
} | string | Uint8Array, lengthBound: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [H256, Compact<u32>, SpWeightsWeightV2Weight, Compact<u32>]>;
|
|
33
|
+
close: AugmentedSubmittable<(proposalHash: H256 | string | Uint8Array, index: Compact<u32> | AnyNumber | Uint8Array, proposalWeightBound: PezspWeightsWeightV2Weight, lengthBound: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [H256, Compact<u32>, PezspWeightsWeightV2Weight, Compact<u32>]>;
|
|
45
34
|
/**
|
|
46
35
|
* Disband the Alliance, remove all active members and unreserve deposits.
|
|
47
36
|
*
|
|
48
37
|
* Witness data must be set.
|
|
49
38
|
**/
|
|
50
|
-
disband: AugmentedSubmittable<(witness:
|
|
51
|
-
fellowMembers?: any;
|
|
52
|
-
allyMembers?: any;
|
|
53
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletAllianceDisbandWitness]>;
|
|
39
|
+
disband: AugmentedSubmittable<(witness: PezpalletAllianceDisbandWitness) => SubmittableExtrinsic<ApiType>, [PezpalletAllianceDisbandWitness]>;
|
|
54
40
|
/**
|
|
55
41
|
* Elevate an Ally to Fellow.
|
|
56
42
|
**/
|
|
@@ -116,23 +102,15 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
116
102
|
*
|
|
117
103
|
* Must be called by a Fellow.
|
|
118
104
|
**/
|
|
119
|
-
propose: AugmentedSubmittable<(threshold: Compact<u32> | AnyNumber | Uint8Array, proposal:
|
|
105
|
+
propose: AugmentedSubmittable<(threshold: Compact<u32> | AnyNumber | Uint8Array, proposal: RuntimeCall | IMethod | string | Uint8Array, lengthBound: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>, RuntimeCall, Compact<u32>]>;
|
|
120
106
|
/**
|
|
121
107
|
* Remove an announcement.
|
|
122
108
|
**/
|
|
123
|
-
removeAnnouncement: AugmentedSubmittable<(announcement:
|
|
124
|
-
version?: any;
|
|
125
|
-
codec?: any;
|
|
126
|
-
hash_?: any;
|
|
127
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletAllianceCid]>;
|
|
109
|
+
removeAnnouncement: AugmentedSubmittable<(announcement: PezpalletAllianceCid) => SubmittableExtrinsic<ApiType>, [PezpalletAllianceCid]>;
|
|
128
110
|
/**
|
|
129
111
|
* Deem some items no longer unscrupulous.
|
|
130
112
|
**/
|
|
131
|
-
removeUnscrupulousItems: AugmentedSubmittable<(items: Vec<
|
|
132
|
-
AccountId: any;
|
|
133
|
-
} | {
|
|
134
|
-
Website: any;
|
|
135
|
-
} | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Vec<PalletAllianceUnscrupulousItem>]>;
|
|
113
|
+
removeUnscrupulousItems: AugmentedSubmittable<(items: Vec<PezpalletAllianceUnscrupulousItem> | (PezpalletAllianceUnscrupulousItem)[]) => SubmittableExtrinsic<ApiType>, [Vec<PezpalletAllianceUnscrupulousItem>]>;
|
|
136
114
|
/**
|
|
137
115
|
* As a member, retire from the Alliance and unreserve the deposit.
|
|
138
116
|
*
|
|
@@ -143,11 +121,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
143
121
|
/**
|
|
144
122
|
* Set a new IPFS CID to the alliance rule.
|
|
145
123
|
**/
|
|
146
|
-
setRule: AugmentedSubmittable<(rule:
|
|
147
|
-
version?: any;
|
|
148
|
-
codec?: any;
|
|
149
|
-
hash_?: any;
|
|
150
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletAllianceCid]>;
|
|
124
|
+
setRule: AugmentedSubmittable<(rule: PezpalletAllianceCid) => SubmittableExtrinsic<ApiType>, [PezpalletAllianceCid]>;
|
|
151
125
|
/**
|
|
152
126
|
* Add an aye or nay vote for the sender to the given proposal.
|
|
153
127
|
*
|
|
@@ -186,10 +160,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
186
160
|
* - `P1` is the complexity of `proposal` preimage.
|
|
187
161
|
* - `P2` is proposal-count (code-bounded)
|
|
188
162
|
**/
|
|
189
|
-
close: AugmentedSubmittable<(proposalHash: H256 | string | Uint8Array, index: Compact<u32> | AnyNumber | Uint8Array, proposalWeightBound:
|
|
190
|
-
refTime?: any;
|
|
191
|
-
proofSize?: any;
|
|
192
|
-
} | string | Uint8Array, lengthBound: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [H256, Compact<u32>, SpWeightsWeightV2Weight, Compact<u32>]>;
|
|
163
|
+
close: AugmentedSubmittable<(proposalHash: H256 | string | Uint8Array, index: Compact<u32> | AnyNumber | Uint8Array, proposalWeightBound: PezspWeightsWeightV2Weight, lengthBound: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [H256, Compact<u32>, PezspWeightsWeightV2Weight, Compact<u32>]>;
|
|
193
164
|
/**
|
|
194
165
|
* Disapprove a proposal, close, and remove it from the system, regardless of its current
|
|
195
166
|
* state.
|
|
@@ -214,7 +185,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
214
185
|
* - `M` members-count (code-bounded)
|
|
215
186
|
* - `P` complexity of dispatching `proposal`
|
|
216
187
|
**/
|
|
217
|
-
execute: AugmentedSubmittable<(proposal:
|
|
188
|
+
execute: AugmentedSubmittable<(proposal: RuntimeCall | IMethod | string | Uint8Array, lengthBound: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [RuntimeCall, Compact<u32>]>;
|
|
218
189
|
/**
|
|
219
190
|
* Disapprove the proposal and burn the cost held for storing this proposal.
|
|
220
191
|
*
|
|
@@ -241,7 +212,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
241
212
|
* - `P1` is proposal execution complexity (`threshold < 2`)
|
|
242
213
|
* - `P2` is proposals-count (code-bounded) (`threshold >= 2`)
|
|
243
214
|
**/
|
|
244
|
-
propose: AugmentedSubmittable<(threshold: Compact<u32> | AnyNumber | Uint8Array, proposal:
|
|
215
|
+
propose: AugmentedSubmittable<(threshold: Compact<u32> | AnyNumber | Uint8Array, proposal: RuntimeCall | IMethod | string | Uint8Array, lengthBound: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>, RuntimeCall, Compact<u32>]>;
|
|
245
216
|
/**
|
|
246
217
|
* Release the cost held for storing a proposal once the given proposal is completed.
|
|
247
218
|
*
|
|
@@ -315,44 +286,20 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
315
286
|
* Once liquidity is added, someone may successfully call
|
|
316
287
|
* [`Pallet::swap_exact_tokens_for_tokens`].
|
|
317
288
|
**/
|
|
318
|
-
addLiquidity: AugmentedSubmittable<(asset1:
|
|
319
|
-
Native: any;
|
|
320
|
-
} | {
|
|
321
|
-
WithId: any;
|
|
322
|
-
} | string | Uint8Array, asset2: FrameSupportTokensFungibleUnionOfNativeOrWithId | {
|
|
323
|
-
Native: any;
|
|
324
|
-
} | {
|
|
325
|
-
WithId: any;
|
|
326
|
-
} | string | Uint8Array, amount1Desired: u128 | AnyNumber | Uint8Array, amount2Desired: u128 | AnyNumber | Uint8Array, amount1Min: u128 | AnyNumber | Uint8Array, amount2Min: u128 | AnyNumber | Uint8Array, mintTo: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [FrameSupportTokensFungibleUnionOfNativeOrWithId, FrameSupportTokensFungibleUnionOfNativeOrWithId, u128, u128, u128, u128, AccountId32]>;
|
|
289
|
+
addLiquidity: AugmentedSubmittable<(asset1: PezframeSupportTokensFungibleUnionOfNativeOrWithId, asset2: PezframeSupportTokensFungibleUnionOfNativeOrWithId, amount1Desired: u128 | AnyNumber | Uint8Array, amount2Desired: u128 | AnyNumber | Uint8Array, amount1Min: u128 | AnyNumber | Uint8Array, amount2Min: u128 | AnyNumber | Uint8Array, mintTo: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PezframeSupportTokensFungibleUnionOfNativeOrWithId, PezframeSupportTokensFungibleUnionOfNativeOrWithId, u128, u128, u128, u128, AccountId32]>;
|
|
327
290
|
/**
|
|
328
291
|
* Creates an empty liquidity pool and an associated new `lp_token` asset
|
|
329
292
|
* (the id of which is returned in the `Event::PoolCreated` event).
|
|
330
293
|
*
|
|
331
294
|
* Once a pool is created, someone may [`Pallet::add_liquidity`] to it.
|
|
332
295
|
**/
|
|
333
|
-
createPool: AugmentedSubmittable<(asset1:
|
|
334
|
-
Native: any;
|
|
335
|
-
} | {
|
|
336
|
-
WithId: any;
|
|
337
|
-
} | string | Uint8Array, asset2: FrameSupportTokensFungibleUnionOfNativeOrWithId | {
|
|
338
|
-
Native: any;
|
|
339
|
-
} | {
|
|
340
|
-
WithId: any;
|
|
341
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [FrameSupportTokensFungibleUnionOfNativeOrWithId, FrameSupportTokensFungibleUnionOfNativeOrWithId]>;
|
|
296
|
+
createPool: AugmentedSubmittable<(asset1: PezframeSupportTokensFungibleUnionOfNativeOrWithId, asset2: PezframeSupportTokensFungibleUnionOfNativeOrWithId) => SubmittableExtrinsic<ApiType>, [PezframeSupportTokensFungibleUnionOfNativeOrWithId, PezframeSupportTokensFungibleUnionOfNativeOrWithId]>;
|
|
342
297
|
/**
|
|
343
298
|
* Allows you to remove liquidity by providing the `lp_token_burn` tokens that will be
|
|
344
299
|
* burned in the process. With the usage of `amount1_min_receive`/`amount2_min_receive`
|
|
345
300
|
* it's possible to control the min amount of returned tokens you're happy with.
|
|
346
301
|
**/
|
|
347
|
-
removeLiquidity: AugmentedSubmittable<(asset1:
|
|
348
|
-
Native: any;
|
|
349
|
-
} | {
|
|
350
|
-
WithId: any;
|
|
351
|
-
} | string | Uint8Array, asset2: FrameSupportTokensFungibleUnionOfNativeOrWithId | {
|
|
352
|
-
Native: any;
|
|
353
|
-
} | {
|
|
354
|
-
WithId: any;
|
|
355
|
-
} | string | Uint8Array, lpTokenBurn: u128 | AnyNumber | Uint8Array, amount1MinReceive: u128 | AnyNumber | Uint8Array, amount2MinReceive: u128 | AnyNumber | Uint8Array, withdrawTo: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [FrameSupportTokensFungibleUnionOfNativeOrWithId, FrameSupportTokensFungibleUnionOfNativeOrWithId, u128, u128, u128, AccountId32]>;
|
|
302
|
+
removeLiquidity: AugmentedSubmittable<(asset1: PezframeSupportTokensFungibleUnionOfNativeOrWithId, asset2: PezframeSupportTokensFungibleUnionOfNativeOrWithId, lpTokenBurn: u128 | AnyNumber | Uint8Array, amount1MinReceive: u128 | AnyNumber | Uint8Array, amount2MinReceive: u128 | AnyNumber | Uint8Array, withdrawTo: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PezframeSupportTokensFungibleUnionOfNativeOrWithId, PezframeSupportTokensFungibleUnionOfNativeOrWithId, u128, u128, u128, AccountId32]>;
|
|
356
303
|
/**
|
|
357
304
|
* Swap the exact amount of `asset1` into `asset2`.
|
|
358
305
|
* `amount_out_min` param allows you to specify the min amount of the `asset2`
|
|
@@ -361,11 +308,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
361
308
|
* [`AssetConversionApi::quote_price_exact_tokens_for_tokens`] runtime call can be called
|
|
362
309
|
* for a quote.
|
|
363
310
|
**/
|
|
364
|
-
swapExactTokensForTokens: AugmentedSubmittable<(path: Vec<
|
|
365
|
-
Native: any;
|
|
366
|
-
} | {
|
|
367
|
-
WithId: any;
|
|
368
|
-
} | string | Uint8Array)[], amountIn: u128 | AnyNumber | Uint8Array, amountOutMin: u128 | AnyNumber | Uint8Array, sendTo: AccountId32 | string | Uint8Array, keepAlive: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [Vec<FrameSupportTokensFungibleUnionOfNativeOrWithId>, u128, u128, AccountId32, bool]>;
|
|
311
|
+
swapExactTokensForTokens: AugmentedSubmittable<(path: Vec<PezframeSupportTokensFungibleUnionOfNativeOrWithId> | (PezframeSupportTokensFungibleUnionOfNativeOrWithId)[], amountIn: u128 | AnyNumber | Uint8Array, amountOutMin: u128 | AnyNumber | Uint8Array, sendTo: AccountId32 | string | Uint8Array, keepAlive: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [Vec<PezframeSupportTokensFungibleUnionOfNativeOrWithId>, u128, u128, AccountId32, bool]>;
|
|
369
312
|
/**
|
|
370
313
|
* Swap any amount of `asset1` to get the exact amount of `asset2`.
|
|
371
314
|
* `amount_in_max` param allows to specify the max amount of the `asset1`
|
|
@@ -374,11 +317,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
374
317
|
* [`AssetConversionApi::quote_price_tokens_for_exact_tokens`] runtime call can be called
|
|
375
318
|
* for a quote.
|
|
376
319
|
**/
|
|
377
|
-
swapTokensForExactTokens: AugmentedSubmittable<(path: Vec<
|
|
378
|
-
Native: any;
|
|
379
|
-
} | {
|
|
380
|
-
WithId: any;
|
|
381
|
-
} | string | Uint8Array)[], amountOut: u128 | AnyNumber | Uint8Array, amountInMax: u128 | AnyNumber | Uint8Array, sendTo: AccountId32 | string | Uint8Array, keepAlive: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [Vec<FrameSupportTokensFungibleUnionOfNativeOrWithId>, u128, u128, AccountId32, bool]>;
|
|
320
|
+
swapTokensForExactTokens: AugmentedSubmittable<(path: Vec<PezframeSupportTokensFungibleUnionOfNativeOrWithId> | (PezframeSupportTokensFungibleUnionOfNativeOrWithId)[], amountOut: u128 | AnyNumber | Uint8Array, amountInMax: u128 | AnyNumber | Uint8Array, sendTo: AccountId32 | string | Uint8Array, keepAlive: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [Vec<PezframeSupportTokensFungibleUnionOfNativeOrWithId>, u128, u128, AccountId32, bool]>;
|
|
382
321
|
/**
|
|
383
322
|
* Touch an existing pool to fulfill prerequisites before providing liquidity, such as
|
|
384
323
|
* ensuring that the pool's accounts are in place. It is typically useful when a pool
|
|
@@ -392,15 +331,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
392
331
|
*
|
|
393
332
|
* Emits `Touched` event when successful.
|
|
394
333
|
**/
|
|
395
|
-
touch: AugmentedSubmittable<(asset1:
|
|
396
|
-
Native: any;
|
|
397
|
-
} | {
|
|
398
|
-
WithId: any;
|
|
399
|
-
} | string | Uint8Array, asset2: FrameSupportTokensFungibleUnionOfNativeOrWithId | {
|
|
400
|
-
Native: any;
|
|
401
|
-
} | {
|
|
402
|
-
WithId: any;
|
|
403
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [FrameSupportTokensFungibleUnionOfNativeOrWithId, FrameSupportTokensFungibleUnionOfNativeOrWithId]>;
|
|
334
|
+
touch: AugmentedSubmittable<(asset1: PezframeSupportTokensFungibleUnionOfNativeOrWithId, asset2: PezframeSupportTokensFungibleUnionOfNativeOrWithId) => SubmittableExtrinsic<ApiType>, [PezframeSupportTokensFungibleUnionOfNativeOrWithId, PezframeSupportTokensFungibleUnionOfNativeOrWithId]>;
|
|
404
335
|
/**
|
|
405
336
|
* Generic tx
|
|
406
337
|
**/
|
|
@@ -413,15 +344,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
413
344
|
*
|
|
414
345
|
* Must be signed.
|
|
415
346
|
**/
|
|
416
|
-
migrateToNewAccount: AugmentedSubmittable<(asset1:
|
|
417
|
-
Native: any;
|
|
418
|
-
} | {
|
|
419
|
-
WithId: any;
|
|
420
|
-
} | string | Uint8Array, asset2: FrameSupportTokensFungibleUnionOfNativeOrWithId | {
|
|
421
|
-
Native: any;
|
|
422
|
-
} | {
|
|
423
|
-
WithId: any;
|
|
424
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [FrameSupportTokensFungibleUnionOfNativeOrWithId, FrameSupportTokensFungibleUnionOfNativeOrWithId]>;
|
|
347
|
+
migrateToNewAccount: AugmentedSubmittable<(asset1: PezframeSupportTokensFungibleUnionOfNativeOrWithId, asset2: PezframeSupportTokensFungibleUnionOfNativeOrWithId) => SubmittableExtrinsic<ApiType>, [PezframeSupportTokensFungibleUnionOfNativeOrWithId, PezframeSupportTokensFungibleUnionOfNativeOrWithId]>;
|
|
425
348
|
/**
|
|
426
349
|
* Generic tx
|
|
427
350
|
**/
|
|
@@ -434,33 +357,21 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
434
357
|
* ## Complexity
|
|
435
358
|
* - O(1)
|
|
436
359
|
**/
|
|
437
|
-
create: AugmentedSubmittable<(assetKind:
|
|
438
|
-
Native: any;
|
|
439
|
-
} | {
|
|
440
|
-
WithId: any;
|
|
441
|
-
} | string | Uint8Array, rate: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [FrameSupportTokensFungibleUnionOfNativeOrWithId, u128]>;
|
|
360
|
+
create: AugmentedSubmittable<(assetKind: PezframeSupportTokensFungibleUnionOfNativeOrWithId, rate: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [PezframeSupportTokensFungibleUnionOfNativeOrWithId, u128]>;
|
|
442
361
|
/**
|
|
443
362
|
* Remove an existing conversion rate to native balance for the given asset.
|
|
444
363
|
*
|
|
445
364
|
* ## Complexity
|
|
446
365
|
* - O(1)
|
|
447
366
|
**/
|
|
448
|
-
remove: AugmentedSubmittable<(assetKind:
|
|
449
|
-
Native: any;
|
|
450
|
-
} | {
|
|
451
|
-
WithId: any;
|
|
452
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [FrameSupportTokensFungibleUnionOfNativeOrWithId]>;
|
|
367
|
+
remove: AugmentedSubmittable<(assetKind: PezframeSupportTokensFungibleUnionOfNativeOrWithId) => SubmittableExtrinsic<ApiType>, [PezframeSupportTokensFungibleUnionOfNativeOrWithId]>;
|
|
453
368
|
/**
|
|
454
369
|
* Update the conversion rate to native balance for the given asset.
|
|
455
370
|
*
|
|
456
371
|
* ## Complexity
|
|
457
372
|
* - O(1)
|
|
458
373
|
**/
|
|
459
|
-
update: AugmentedSubmittable<(assetKind:
|
|
460
|
-
Native: any;
|
|
461
|
-
} | {
|
|
462
|
-
WithId: any;
|
|
463
|
-
} | string | Uint8Array, rate: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [FrameSupportTokensFungibleUnionOfNativeOrWithId, u128]>;
|
|
374
|
+
update: AugmentedSubmittable<(assetKind: PezframeSupportTokensFungibleUnionOfNativeOrWithId, rate: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [PezframeSupportTokensFungibleUnionOfNativeOrWithId, u128]>;
|
|
464
375
|
/**
|
|
465
376
|
* Generic tx
|
|
466
377
|
**/
|
|
@@ -490,19 +401,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
490
401
|
* and receive the unutilized reward tokens back after the pool completion. If `None`,
|
|
491
402
|
* the caller is set as an admin.
|
|
492
403
|
**/
|
|
493
|
-
createPool: AugmentedSubmittable<(stakedAssetId:
|
|
494
|
-
Native: any;
|
|
495
|
-
} | {
|
|
496
|
-
WithId: any;
|
|
497
|
-
} | string | Uint8Array, rewardAssetId: FrameSupportTokensFungibleUnionOfNativeOrWithId | {
|
|
498
|
-
Native: any;
|
|
499
|
-
} | {
|
|
500
|
-
WithId: any;
|
|
501
|
-
} | string | Uint8Array, rewardRatePerBlock: u128 | AnyNumber | Uint8Array, expiry: FrameSupportScheduleDispatchTime | {
|
|
502
|
-
At: any;
|
|
503
|
-
} | {
|
|
504
|
-
After: any;
|
|
505
|
-
} | string | Uint8Array, admin: Option<AccountId32> | null | Uint8Array | AccountId32 | string) => SubmittableExtrinsic<ApiType>, [FrameSupportTokensFungibleUnionOfNativeOrWithId, FrameSupportTokensFungibleUnionOfNativeOrWithId, u128, FrameSupportScheduleDispatchTime, Option<AccountId32>]>;
|
|
404
|
+
createPool: AugmentedSubmittable<(stakedAssetId: PezframeSupportTokensFungibleUnionOfNativeOrWithId, rewardAssetId: PezframeSupportTokensFungibleUnionOfNativeOrWithId, rewardRatePerBlock: u128 | AnyNumber | Uint8Array, expiry: PezframeSupportScheduleDispatchTime, admin: Option<AccountId32> | null | Uint8Array | AccountId32 | string) => SubmittableExtrinsic<ApiType>, [PezframeSupportTokensFungibleUnionOfNativeOrWithId, PezframeSupportTokensFungibleUnionOfNativeOrWithId, u128, PezframeSupportScheduleDispatchTime, Option<AccountId32>]>;
|
|
506
405
|
/**
|
|
507
406
|
* Convenience method to deposit reward tokens into a pool.
|
|
508
407
|
*
|
|
@@ -533,11 +432,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
533
432
|
*
|
|
534
433
|
* Only the pool admin may perform this operation.
|
|
535
434
|
**/
|
|
536
|
-
setPoolExpiryBlock: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, newExpiry:
|
|
537
|
-
At: any;
|
|
538
|
-
} | {
|
|
539
|
-
After: any;
|
|
540
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, FrameSupportScheduleDispatchTime]>;
|
|
435
|
+
setPoolExpiryBlock: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, newExpiry: PezframeSupportScheduleDispatchTime) => SubmittableExtrinsic<ApiType>, [u32, PezframeSupportScheduleDispatchTime]>;
|
|
541
436
|
/**
|
|
542
437
|
* Modify a pool reward rate.
|
|
543
438
|
*
|
|
@@ -1410,25 +1305,14 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
1410
1305
|
* Multiple calls to this method will replace any existing planned config change that had
|
|
1411
1306
|
* not been enacted yet.
|
|
1412
1307
|
**/
|
|
1413
|
-
planConfigChange: AugmentedSubmittable<(config:
|
|
1414
|
-
V1: any;
|
|
1415
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [SpConsensusBabeDigestsNextConfigDescriptor]>;
|
|
1308
|
+
planConfigChange: AugmentedSubmittable<(config: PezspConsensusBabeDigestsNextConfigDescriptor) => SubmittableExtrinsic<ApiType>, [PezspConsensusBabeDigestsNextConfigDescriptor]>;
|
|
1416
1309
|
/**
|
|
1417
1310
|
* Report authority equivocation/misbehavior. This method will verify
|
|
1418
1311
|
* the equivocation proof and validate the given key ownership proof
|
|
1419
1312
|
* against the extracted offender. If both are valid, the offence will
|
|
1420
1313
|
* be reported.
|
|
1421
1314
|
**/
|
|
1422
|
-
reportEquivocation: AugmentedSubmittable<(equivocationProof:
|
|
1423
|
-
offender?: any;
|
|
1424
|
-
slot?: any;
|
|
1425
|
-
firstHeader?: any;
|
|
1426
|
-
secondHeader?: any;
|
|
1427
|
-
} | string | Uint8Array, keyOwnerProof: SpSessionMembershipProof | {
|
|
1428
|
-
session?: any;
|
|
1429
|
-
trieNodes?: any;
|
|
1430
|
-
validatorCount?: any;
|
|
1431
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [SpConsensusSlotsEquivocationProof, SpSessionMembershipProof]>;
|
|
1315
|
+
reportEquivocation: AugmentedSubmittable<(equivocationProof: PezspConsensusSlotsEquivocationProof, keyOwnerProof: PezspSessionMembershipProof) => SubmittableExtrinsic<ApiType>, [PezspConsensusSlotsEquivocationProof, PezspSessionMembershipProof]>;
|
|
1432
1316
|
/**
|
|
1433
1317
|
* Report authority equivocation/misbehavior. This method will verify
|
|
1434
1318
|
* the equivocation proof and validate the given key ownership proof
|
|
@@ -1439,16 +1323,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
1439
1323
|
* if the block author is defined it will be defined as the equivocation
|
|
1440
1324
|
* reporter.
|
|
1441
1325
|
**/
|
|
1442
|
-
reportEquivocationUnsigned: AugmentedSubmittable<(equivocationProof:
|
|
1443
|
-
offender?: any;
|
|
1444
|
-
slot?: any;
|
|
1445
|
-
firstHeader?: any;
|
|
1446
|
-
secondHeader?: any;
|
|
1447
|
-
} | string | Uint8Array, keyOwnerProof: SpSessionMembershipProof | {
|
|
1448
|
-
session?: any;
|
|
1449
|
-
trieNodes?: any;
|
|
1450
|
-
validatorCount?: any;
|
|
1451
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [SpConsensusSlotsEquivocationProof, SpSessionMembershipProof]>;
|
|
1326
|
+
reportEquivocationUnsigned: AugmentedSubmittable<(equivocationProof: PezspConsensusSlotsEquivocationProof, keyOwnerProof: PezspSessionMembershipProof) => SubmittableExtrinsic<ApiType>, [PezspConsensusSlotsEquivocationProof, PezspSessionMembershipProof]>;
|
|
1452
1327
|
/**
|
|
1453
1328
|
* Generic tx
|
|
1454
1329
|
**/
|
|
@@ -1472,7 +1347,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
1472
1347
|
*
|
|
1473
1348
|
* # Example
|
|
1474
1349
|
**/
|
|
1475
|
-
forceAdjustTotalIssuance: AugmentedSubmittable<(direction:
|
|
1350
|
+
forceAdjustTotalIssuance: AugmentedSubmittable<(direction: PezpalletBalancesAdjustmentDirection, delta: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [PezpalletBalancesAdjustmentDirection, Compact<u128>]>;
|
|
1476
1351
|
/**
|
|
1477
1352
|
* Set the regular balance of a given account.
|
|
1478
1353
|
*
|
|
@@ -1620,14 +1495,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
1620
1495
|
* against the extracted offender. If both are valid, the offence
|
|
1621
1496
|
* will be reported.
|
|
1622
1497
|
**/
|
|
1623
|
-
reportDoubleVoting: AugmentedSubmittable<(equivocationProof:
|
|
1624
|
-
first?: any;
|
|
1625
|
-
second?: any;
|
|
1626
|
-
} | string | Uint8Array, keyOwnerProof: SpSessionMembershipProof | {
|
|
1627
|
-
session?: any;
|
|
1628
|
-
trieNodes?: any;
|
|
1629
|
-
validatorCount?: any;
|
|
1630
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [SpConsensusBeefyDoubleVotingProof, SpSessionMembershipProof]>;
|
|
1498
|
+
reportDoubleVoting: AugmentedSubmittable<(equivocationProof: PezspConsensusBeefyDoubleVotingProof, keyOwnerProof: PezspSessionMembershipProof) => SubmittableExtrinsic<ApiType>, [PezspConsensusBeefyDoubleVotingProof, PezspSessionMembershipProof]>;
|
|
1631
1499
|
/**
|
|
1632
1500
|
* Report voter equivocation/misbehavior. This method will verify the
|
|
1633
1501
|
* equivocation proof and validate the given key ownership proof
|
|
@@ -1639,28 +1507,13 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
1639
1507
|
* if the block author is defined it will be defined as the equivocation
|
|
1640
1508
|
* reporter.
|
|
1641
1509
|
**/
|
|
1642
|
-
reportDoubleVotingUnsigned: AugmentedSubmittable<(equivocationProof:
|
|
1643
|
-
first?: any;
|
|
1644
|
-
second?: any;
|
|
1645
|
-
} | string | Uint8Array, keyOwnerProof: SpSessionMembershipProof | {
|
|
1646
|
-
session?: any;
|
|
1647
|
-
trieNodes?: any;
|
|
1648
|
-
validatorCount?: any;
|
|
1649
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [SpConsensusBeefyDoubleVotingProof, SpSessionMembershipProof]>;
|
|
1510
|
+
reportDoubleVotingUnsigned: AugmentedSubmittable<(equivocationProof: PezspConsensusBeefyDoubleVotingProof, keyOwnerProof: PezspSessionMembershipProof) => SubmittableExtrinsic<ApiType>, [PezspConsensusBeefyDoubleVotingProof, PezspSessionMembershipProof]>;
|
|
1650
1511
|
/**
|
|
1651
1512
|
* Report fork voting equivocation. This method will verify the equivocation proof
|
|
1652
1513
|
* and validate the given key ownership proof against the extracted offender.
|
|
1653
1514
|
* If both are valid, the offence will be reported.
|
|
1654
1515
|
**/
|
|
1655
|
-
reportForkVoting: AugmentedSubmittable<(equivocationProof:
|
|
1656
|
-
vote?: any;
|
|
1657
|
-
ancestryProof?: any;
|
|
1658
|
-
header?: any;
|
|
1659
|
-
} | string | Uint8Array, keyOwnerProof: SpSessionMembershipProof | {
|
|
1660
|
-
session?: any;
|
|
1661
|
-
trieNodes?: any;
|
|
1662
|
-
validatorCount?: any;
|
|
1663
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [SpConsensusBeefyForkVotingProofAncestryProof, SpSessionMembershipProof]>;
|
|
1516
|
+
reportForkVoting: AugmentedSubmittable<(equivocationProof: PezspConsensusBeefyForkVotingProofAncestryProof, keyOwnerProof: PezspSessionMembershipProof) => SubmittableExtrinsic<ApiType>, [PezspConsensusBeefyForkVotingProofAncestryProof, PezspSessionMembershipProof]>;
|
|
1664
1517
|
/**
|
|
1665
1518
|
* Report fork voting equivocation. This method will verify the equivocation proof
|
|
1666
1519
|
* and validate the given key ownership proof against the extracted offender.
|
|
@@ -1671,27 +1524,13 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
1671
1524
|
* if the block author is defined it will be defined as the equivocation
|
|
1672
1525
|
* reporter.
|
|
1673
1526
|
**/
|
|
1674
|
-
reportForkVotingUnsigned: AugmentedSubmittable<(equivocationProof:
|
|
1675
|
-
vote?: any;
|
|
1676
|
-
ancestryProof?: any;
|
|
1677
|
-
header?: any;
|
|
1678
|
-
} | string | Uint8Array, keyOwnerProof: SpSessionMembershipProof | {
|
|
1679
|
-
session?: any;
|
|
1680
|
-
trieNodes?: any;
|
|
1681
|
-
validatorCount?: any;
|
|
1682
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [SpConsensusBeefyForkVotingProofAncestryProof, SpSessionMembershipProof]>;
|
|
1527
|
+
reportForkVotingUnsigned: AugmentedSubmittable<(equivocationProof: PezspConsensusBeefyForkVotingProofAncestryProof, keyOwnerProof: PezspSessionMembershipProof) => SubmittableExtrinsic<ApiType>, [PezspConsensusBeefyForkVotingProofAncestryProof, PezspSessionMembershipProof]>;
|
|
1683
1528
|
/**
|
|
1684
1529
|
* Report future block voting equivocation. This method will verify the equivocation proof
|
|
1685
1530
|
* and validate the given key ownership proof against the extracted offender.
|
|
1686
1531
|
* If both are valid, the offence will be reported.
|
|
1687
1532
|
**/
|
|
1688
|
-
reportFutureBlockVoting: AugmentedSubmittable<(equivocationProof:
|
|
1689
|
-
vote?: any;
|
|
1690
|
-
} | string | Uint8Array, keyOwnerProof: SpSessionMembershipProof | {
|
|
1691
|
-
session?: any;
|
|
1692
|
-
trieNodes?: any;
|
|
1693
|
-
validatorCount?: any;
|
|
1694
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [SpConsensusBeefyFutureBlockVotingProof, SpSessionMembershipProof]>;
|
|
1533
|
+
reportFutureBlockVoting: AugmentedSubmittable<(equivocationProof: PezspConsensusBeefyFutureBlockVotingProof, keyOwnerProof: PezspSessionMembershipProof) => SubmittableExtrinsic<ApiType>, [PezspConsensusBeefyFutureBlockVotingProof, PezspSessionMembershipProof]>;
|
|
1695
1534
|
/**
|
|
1696
1535
|
* Report future block voting equivocation. This method will verify the equivocation proof
|
|
1697
1536
|
* and validate the given key ownership proof against the extracted offender.
|
|
@@ -1702,13 +1541,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
1702
1541
|
* if the block author is defined it will be defined as the equivocation
|
|
1703
1542
|
* reporter.
|
|
1704
1543
|
**/
|
|
1705
|
-
reportFutureBlockVotingUnsigned: AugmentedSubmittable<(equivocationProof:
|
|
1706
|
-
vote?: any;
|
|
1707
|
-
} | string | Uint8Array, keyOwnerProof: SpSessionMembershipProof | {
|
|
1708
|
-
session?: any;
|
|
1709
|
-
trieNodes?: any;
|
|
1710
|
-
validatorCount?: any;
|
|
1711
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [SpConsensusBeefyFutureBlockVotingProof, SpSessionMembershipProof]>;
|
|
1544
|
+
reportFutureBlockVotingUnsigned: AugmentedSubmittable<(equivocationProof: PezspConsensusBeefyFutureBlockVotingProof, keyOwnerProof: PezspSessionMembershipProof) => SubmittableExtrinsic<ApiType>, [PezspConsensusBeefyFutureBlockVotingProof, PezspSessionMembershipProof]>;
|
|
1712
1545
|
/**
|
|
1713
1546
|
* Reset BEEFY consensus by setting a new BEEFY genesis at `delay_in_blocks` blocks in the
|
|
1714
1547
|
* future.
|
|
@@ -1894,11 +1727,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
1894
1727
|
* eligible for renewal) or provisional (in which case it may be manipulated and/or
|
|
1895
1728
|
* reassigned at a later stage).
|
|
1896
1729
|
**/
|
|
1897
|
-
assign: AugmentedSubmittable<(regionId:
|
|
1898
|
-
begin?: any;
|
|
1899
|
-
core?: any;
|
|
1900
|
-
mask?: any;
|
|
1901
|
-
} | string | Uint8Array, task: u32 | AnyNumber | Uint8Array, finality: PalletBrokerFinality | 'Provisional' | 'Final' | number | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletBrokerRegionId, u32, PalletBrokerFinality]>;
|
|
1730
|
+
assign: AugmentedSubmittable<(regionId: PezpalletBrokerRegionId, task: u32 | AnyNumber | Uint8Array, finality: PezpalletBrokerFinality) => SubmittableExtrinsic<ApiType>, [PezpalletBrokerRegionId, u32, PezpalletBrokerFinality]>;
|
|
1902
1731
|
/**
|
|
1903
1732
|
* Claim the revenue owed from inclusion in the Instantaneous Coretime Pool.
|
|
1904
1733
|
*
|
|
@@ -1909,27 +1738,14 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
1909
1738
|
* made equivalent to the length of the Region `region_id`. If less, further dispatches
|
|
1910
1739
|
* will be required with the same `region_id` to claim revenue for the remainder.
|
|
1911
1740
|
**/
|
|
1912
|
-
claimRevenue: AugmentedSubmittable<(regionId:
|
|
1913
|
-
begin?: any;
|
|
1914
|
-
core?: any;
|
|
1915
|
-
mask?: any;
|
|
1916
|
-
} | string | Uint8Array, maxTimeslices: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletBrokerRegionId, u32]>;
|
|
1741
|
+
claimRevenue: AugmentedSubmittable<(regionId: PezpalletBrokerRegionId, maxTimeslices: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [PezpalletBrokerRegionId, u32]>;
|
|
1917
1742
|
/**
|
|
1918
1743
|
* Configure the pallet.
|
|
1919
1744
|
*
|
|
1920
1745
|
* - `origin`: Must be Root or pass `AdminOrigin`.
|
|
1921
1746
|
* - `config`: The configuration for this pallet.
|
|
1922
1747
|
**/
|
|
1923
|
-
configure: AugmentedSubmittable<(config:
|
|
1924
|
-
advanceNotice?: any;
|
|
1925
|
-
interludeLength?: any;
|
|
1926
|
-
leadinLength?: any;
|
|
1927
|
-
regionLength?: any;
|
|
1928
|
-
idealBulkProportion?: any;
|
|
1929
|
-
limitCoresOffered?: any;
|
|
1930
|
-
renewalBump?: any;
|
|
1931
|
-
contributionTimeout?: any;
|
|
1932
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletBrokerConfigRecord]>;
|
|
1748
|
+
configure: AugmentedSubmittable<(config: PezpalletBrokerConfigRecord) => SubmittableExtrinsic<ApiType>, [PezpalletBrokerConfigRecord]>;
|
|
1933
1749
|
/**
|
|
1934
1750
|
* Extrinsic for disabling auto renewal.
|
|
1935
1751
|
*
|
|
@@ -1946,11 +1762,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
1946
1762
|
* - `origin`: Can be any kind of origin.
|
|
1947
1763
|
* - `region_id`: The Region identifying the Pool Contribution which has expired.
|
|
1948
1764
|
**/
|
|
1949
|
-
dropContribution: AugmentedSubmittable<(regionId:
|
|
1950
|
-
begin?: any;
|
|
1951
|
-
core?: any;
|
|
1952
|
-
mask?: any;
|
|
1953
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletBrokerRegionId]>;
|
|
1765
|
+
dropContribution: AugmentedSubmittable<(regionId: PezpalletBrokerRegionId) => SubmittableExtrinsic<ApiType>, [PezpalletBrokerRegionId]>;
|
|
1954
1766
|
/**
|
|
1955
1767
|
* Drop an expired Instantaneous Pool History record from the chain.
|
|
1956
1768
|
*
|
|
@@ -1964,11 +1776,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
1964
1776
|
* - `origin`: Can be any kind of origin.
|
|
1965
1777
|
* - `region_id`: The Region which has expired.
|
|
1966
1778
|
**/
|
|
1967
|
-
dropRegion: AugmentedSubmittable<(regionId:
|
|
1968
|
-
begin?: any;
|
|
1969
|
-
core?: any;
|
|
1970
|
-
mask?: any;
|
|
1971
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletBrokerRegionId]>;
|
|
1779
|
+
dropRegion: AugmentedSubmittable<(regionId: PezpalletBrokerRegionId) => SubmittableExtrinsic<ApiType>, [PezpalletBrokerRegionId]>;
|
|
1972
1780
|
/**
|
|
1973
1781
|
* Drop an expired Allowed Renewal record from the chain.
|
|
1974
1782
|
*
|
|
@@ -2005,10 +1813,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
2005
1813
|
* two sale periods. This overwrites any existing assignments for this core at the start of
|
|
2006
1814
|
* the next sale period.
|
|
2007
1815
|
**/
|
|
2008
|
-
forceReserve: AugmentedSubmittable<(workload: Vec<
|
|
2009
|
-
mask?: any;
|
|
2010
|
-
assignment?: any;
|
|
2011
|
-
} | string | Uint8Array)[], core: u16 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Vec<PalletBrokerScheduleItem>, u16]>;
|
|
1816
|
+
forceReserve: AugmentedSubmittable<(workload: Vec<PezpalletBrokerScheduleItem> | (PezpalletBrokerScheduleItem)[], core: u16 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Vec<PezpalletBrokerScheduleItem>, u16]>;
|
|
2012
1817
|
/**
|
|
2013
1818
|
* Split a Bulk Coretime Region into two wholly-overlapping Regions with complementary
|
|
2014
1819
|
* interlace masks which together make up the original Region's interlace mask.
|
|
@@ -2019,16 +1824,9 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
2019
1824
|
* - `pivot`: The interlace mask of one of the two new regions (the other is its partial
|
|
2020
1825
|
* complement).
|
|
2021
1826
|
**/
|
|
2022
|
-
interlace: AugmentedSubmittable<(regionId:
|
|
2023
|
-
begin?: any;
|
|
2024
|
-
core?: any;
|
|
2025
|
-
mask?: any;
|
|
2026
|
-
} | string | Uint8Array, pivot: PalletBrokerCoreMask | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletBrokerRegionId, PalletBrokerCoreMask]>;
|
|
1827
|
+
interlace: AugmentedSubmittable<(regionId: PezpalletBrokerRegionId, pivot: PezpalletBrokerCoreMask) => SubmittableExtrinsic<ApiType>, [PezpalletBrokerRegionId, PezpalletBrokerCoreMask]>;
|
|
2027
1828
|
notifyCoreCount: AugmentedSubmittable<(coreCount: u16 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u16]>;
|
|
2028
|
-
notifyRevenue: AugmentedSubmittable<(revenue:
|
|
2029
|
-
until?: any;
|
|
2030
|
-
amount?: any;
|
|
2031
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletBrokerOnDemandRevenueRecord]>;
|
|
1829
|
+
notifyRevenue: AugmentedSubmittable<(revenue: PezpalletBrokerOnDemandRevenueRecord) => SubmittableExtrinsic<ApiType>, [PezpalletBrokerOnDemandRevenueRecord]>;
|
|
2032
1830
|
/**
|
|
2033
1831
|
* Split a Bulk Coretime Region into two non-overlapping Regions at a particular time into
|
|
2034
1832
|
* the region.
|
|
@@ -2037,11 +1835,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
2037
1835
|
* - `region_id`: The Region which should be partitioned into two non-overlapping Regions.
|
|
2038
1836
|
* - `pivot`: The offset in time into the Region at which to make the split.
|
|
2039
1837
|
**/
|
|
2040
|
-
partition: AugmentedSubmittable<(regionId:
|
|
2041
|
-
begin?: any;
|
|
2042
|
-
core?: any;
|
|
2043
|
-
mask?: any;
|
|
2044
|
-
} | string | Uint8Array, pivot: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletBrokerRegionId, u32]>;
|
|
1838
|
+
partition: AugmentedSubmittable<(regionId: PezpalletBrokerRegionId, pivot: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [PezpalletBrokerRegionId, u32]>;
|
|
2045
1839
|
/**
|
|
2046
1840
|
* Place a Bulk Coretime Region into the Instantaneous Coretime Pool.
|
|
2047
1841
|
*
|
|
@@ -2050,11 +1844,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
2050
1844
|
* - `payee`: The account which is able to collect any revenue due for the usage of this
|
|
2051
1845
|
* Coretime.
|
|
2052
1846
|
**/
|
|
2053
|
-
pool: AugmentedSubmittable<(regionId:
|
|
2054
|
-
begin?: any;
|
|
2055
|
-
core?: any;
|
|
2056
|
-
mask?: any;
|
|
2057
|
-
} | string | Uint8Array, payee: AccountId32 | string | Uint8Array, finality: PalletBrokerFinality | 'Provisional' | 'Final' | number | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletBrokerRegionId, AccountId32, PalletBrokerFinality]>;
|
|
1847
|
+
pool: AugmentedSubmittable<(regionId: PezpalletBrokerRegionId, payee: AccountId32 | string | Uint8Array, finality: PezpalletBrokerFinality) => SubmittableExtrinsic<ApiType>, [PezpalletBrokerRegionId, AccountId32, PezpalletBrokerFinality]>;
|
|
2058
1848
|
/**
|
|
2059
1849
|
* Purchase Bulk Coretime in the ongoing Sale.
|
|
2060
1850
|
*
|
|
@@ -2078,11 +1868,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
2078
1868
|
* - `origin`: Must be Root or pass `AdminOrigin`.
|
|
2079
1869
|
* - `region_id`: The Region to be removed from the workplan.
|
|
2080
1870
|
**/
|
|
2081
|
-
removeAssignment: AugmentedSubmittable<(regionId:
|
|
2082
|
-
begin?: any;
|
|
2083
|
-
core?: any;
|
|
2084
|
-
mask?: any;
|
|
2085
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletBrokerRegionId]>;
|
|
1871
|
+
removeAssignment: AugmentedSubmittable<(regionId: PezpalletBrokerRegionId) => SubmittableExtrinsic<ApiType>, [PezpalletBrokerRegionId]>;
|
|
2086
1872
|
/**
|
|
2087
1873
|
* Remove a lease.
|
|
2088
1874
|
*
|
|
@@ -2114,10 +1900,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
2114
1900
|
* - `origin`: Must be Root or pass `AdminOrigin`.
|
|
2115
1901
|
* - `workload`: The workload which should be permanently placed on a core.
|
|
2116
1902
|
**/
|
|
2117
|
-
reserve: AugmentedSubmittable<(workload: Vec<
|
|
2118
|
-
mask?: any;
|
|
2119
|
-
assignment?: any;
|
|
2120
|
-
} | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Vec<PalletBrokerScheduleItem>]>;
|
|
1903
|
+
reserve: AugmentedSubmittable<(workload: Vec<PezpalletBrokerScheduleItem> | (PezpalletBrokerScheduleItem)[]) => SubmittableExtrinsic<ApiType>, [Vec<PezpalletBrokerScheduleItem>]>;
|
|
2121
1904
|
/**
|
|
2122
1905
|
* Reserve a core for a single task workload for a limited period.
|
|
2123
1906
|
*
|
|
@@ -2150,11 +1933,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
2150
1933
|
* - `region_id`: The Region whose ownership should change.
|
|
2151
1934
|
* - `new_owner`: The new owner for the Region.
|
|
2152
1935
|
**/
|
|
2153
|
-
transfer: AugmentedSubmittable<(regionId:
|
|
2154
|
-
begin?: any;
|
|
2155
|
-
core?: any;
|
|
2156
|
-
mask?: any;
|
|
2157
|
-
} | string | Uint8Array, newOwner: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletBrokerRegionId, AccountId32]>;
|
|
1936
|
+
transfer: AugmentedSubmittable<(regionId: PezpalletBrokerRegionId, newOwner: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PezpalletBrokerRegionId, AccountId32]>;
|
|
2158
1937
|
/**
|
|
2159
1938
|
* Cancel a reservation for a workload.
|
|
2160
1939
|
*
|
|
@@ -2388,10 +2167,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
2388
2167
|
Address32: any;
|
|
2389
2168
|
} | {
|
|
2390
2169
|
Address20: any;
|
|
2391
|
-
} | string | Uint8Array, value: Compact<u128> | AnyNumber | Uint8Array, gasLimit:
|
|
2392
|
-
refTime?: any;
|
|
2393
|
-
proofSize?: any;
|
|
2394
|
-
} | string | Uint8Array, storageDepositLimit: Option<Compact<u128>> | null | Uint8Array | Compact<u128> | AnyNumber, data: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, Compact<u128>, SpWeightsWeightV2Weight, Option<Compact<u128>>, Bytes]>;
|
|
2170
|
+
} | string | Uint8Array, value: Compact<u128> | AnyNumber | Uint8Array, gasLimit: PezspWeightsWeightV2Weight, storageDepositLimit: Option<Compact<u128>> | null | Uint8Array | Compact<u128> | AnyNumber, data: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, Compact<u128>, PezspWeightsWeightV2Weight, Option<Compact<u128>>, Bytes]>;
|
|
2395
2171
|
/**
|
|
2396
2172
|
* Deprecated version if [`Self::call`] for use in an in-storage `Call`.
|
|
2397
2173
|
**/
|
|
@@ -2413,10 +2189,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
2413
2189
|
* code deployment step. Instead, the `code_hash` of an on-chain deployed wasm binary
|
|
2414
2190
|
* must be supplied.
|
|
2415
2191
|
**/
|
|
2416
|
-
instantiate: AugmentedSubmittable<(value: Compact<u128> | AnyNumber | Uint8Array, gasLimit:
|
|
2417
|
-
refTime?: any;
|
|
2418
|
-
proofSize?: any;
|
|
2419
|
-
} | string | Uint8Array, storageDepositLimit: Option<Compact<u128>> | null | Uint8Array | Compact<u128> | AnyNumber, codeHash: H256 | string | Uint8Array, data: Bytes | string | Uint8Array, salt: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, SpWeightsWeightV2Weight, Option<Compact<u128>>, H256, Bytes, Bytes]>;
|
|
2192
|
+
instantiate: AugmentedSubmittable<(value: Compact<u128> | AnyNumber | Uint8Array, gasLimit: PezspWeightsWeightV2Weight, storageDepositLimit: Option<Compact<u128>> | null | Uint8Array | Compact<u128> | AnyNumber, codeHash: H256 | string | Uint8Array, data: Bytes | string | Uint8Array, salt: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, PezspWeightsWeightV2Weight, Option<Compact<u128>>, H256, Bytes, Bytes]>;
|
|
2420
2193
|
/**
|
|
2421
2194
|
* Deprecated version if [`Self::instantiate`] for use in an in-storage `Call`.
|
|
2422
2195
|
**/
|
|
@@ -2448,10 +2221,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
2448
2221
|
* - The `value` is transferred to the new account.
|
|
2449
2222
|
* - The `deploy` function is executed in the context of the newly-created account.
|
|
2450
2223
|
**/
|
|
2451
|
-
instantiateWithCode: AugmentedSubmittable<(value: Compact<u128> | AnyNumber | Uint8Array, gasLimit:
|
|
2452
|
-
refTime?: any;
|
|
2453
|
-
proofSize?: any;
|
|
2454
|
-
} | string | Uint8Array, storageDepositLimit: Option<Compact<u128>> | null | Uint8Array | Compact<u128> | AnyNumber, code: Bytes | string | Uint8Array, data: Bytes | string | Uint8Array, salt: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, SpWeightsWeightV2Weight, Option<Compact<u128>>, Bytes, Bytes, Bytes]>;
|
|
2224
|
+
instantiateWithCode: AugmentedSubmittable<(value: Compact<u128> | AnyNumber | Uint8Array, gasLimit: PezspWeightsWeightV2Weight, storageDepositLimit: Option<Compact<u128>> | null | Uint8Array | Compact<u128> | AnyNumber, code: Bytes | string | Uint8Array, data: Bytes | string | Uint8Array, salt: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, PezspWeightsWeightV2Weight, Option<Compact<u128>>, Bytes, Bytes, Bytes]>;
|
|
2455
2225
|
/**
|
|
2456
2226
|
* Deprecated version if [`Self::instantiate_with_code`] for use in an in-storage `Call`.
|
|
2457
2227
|
**/
|
|
@@ -2462,10 +2232,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
2462
2232
|
* for the chain. Note that while the migration is in progress, the pallet will also
|
|
2463
2233
|
* leverage the `on_idle` hooks to run migration steps.
|
|
2464
2234
|
**/
|
|
2465
|
-
migrate: AugmentedSubmittable<(weightLimit:
|
|
2466
|
-
refTime?: any;
|
|
2467
|
-
proofSize?: any;
|
|
2468
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [SpWeightsWeightV2Weight]>;
|
|
2235
|
+
migrate: AugmentedSubmittable<(weightLimit: PezspWeightsWeightV2Weight) => SubmittableExtrinsic<ApiType>, [PezspWeightsWeightV2Weight]>;
|
|
2469
2236
|
/**
|
|
2470
2237
|
* Remove the code stored under `code_hash` and refund the deposit to its owner.
|
|
2471
2238
|
*
|
|
@@ -2522,7 +2289,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
2522
2289
|
* code is deterministic, specifying [`Determinism::Relaxed`] will be disregarded and
|
|
2523
2290
|
* result in higher gas costs.
|
|
2524
2291
|
**/
|
|
2525
|
-
uploadCode: AugmentedSubmittable<(code: Bytes | string | Uint8Array, storageDepositLimit: Option<Compact<u128>> | null | Uint8Array | Compact<u128> | AnyNumber, determinism:
|
|
2292
|
+
uploadCode: AugmentedSubmittable<(code: Bytes | string | Uint8Array, storageDepositLimit: Option<Compact<u128>> | null | Uint8Array | Compact<u128> | AnyNumber, determinism: PezpalletContractsWasmDeterminism) => SubmittableExtrinsic<ApiType>, [Bytes, Option<Compact<u128>>, PezpalletContractsWasmDeterminism]>;
|
|
2526
2293
|
/**
|
|
2527
2294
|
* Generic tx
|
|
2528
2295
|
**/
|
|
@@ -2564,7 +2331,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
2564
2331
|
Address32: any;
|
|
2565
2332
|
} | {
|
|
2566
2333
|
Address20: any;
|
|
2567
|
-
} | string | Uint8Array, conviction:
|
|
2334
|
+
} | string | Uint8Array, conviction: PezpalletConvictionVotingConviction, balance: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u16, MultiAddress, PezpalletConvictionVotingConviction, u128]>;
|
|
2568
2335
|
/**
|
|
2569
2336
|
* Remove a vote for a poll.
|
|
2570
2337
|
*
|
|
@@ -2676,13 +2443,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
2676
2443
|
*
|
|
2677
2444
|
* Weight: `O(R)` where R is the number of polls the voter has voted on.
|
|
2678
2445
|
**/
|
|
2679
|
-
vote: AugmentedSubmittable<(pollIndex: Compact<u32> | AnyNumber | Uint8Array, vote:
|
|
2680
|
-
Standard: any;
|
|
2681
|
-
} | {
|
|
2682
|
-
Split: any;
|
|
2683
|
-
} | {
|
|
2684
|
-
SplitAbstain: any;
|
|
2685
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>, PalletConvictionVotingVoteAccountVote]>;
|
|
2446
|
+
vote: AugmentedSubmittable<(pollIndex: Compact<u32> | AnyNumber | Uint8Array, vote: PezpalletConvictionVotingVoteAccountVote) => SubmittableExtrinsic<ApiType>, [Compact<u32>, PezpalletConvictionVotingVoteAccountVote]>;
|
|
2686
2447
|
/**
|
|
2687
2448
|
* Generic tx
|
|
2688
2449
|
**/
|
|
@@ -2779,13 +2540,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
2779
2540
|
* - `origin`: An origin complying with `ParamsOrigin` or root.
|
|
2780
2541
|
* - `params`: The new parameters for the pallet.
|
|
2781
2542
|
**/
|
|
2782
|
-
setParams: AugmentedSubmittable<(params:
|
|
2783
|
-
activeSalary?: any;
|
|
2784
|
-
passiveSalary?: any;
|
|
2785
|
-
demotionPeriod?: any;
|
|
2786
|
-
minPromotionPeriod?: any;
|
|
2787
|
-
offboardTimeout?: any;
|
|
2788
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletCoreFellowshipParamsTypeU128]>;
|
|
2543
|
+
setParams: AugmentedSubmittable<(params: PezpalletCoreFellowshipParamsTypeU128) => SubmittableExtrinsic<ApiType>, [PezpalletCoreFellowshipParamsTypeU128]>;
|
|
2789
2544
|
/**
|
|
2790
2545
|
* Set the parameters partially.
|
|
2791
2546
|
*
|
|
@@ -2795,13 +2550,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
2795
2550
|
* This update config with multiple arguments without duplicating
|
|
2796
2551
|
* the fields that does not need to update (set to None).
|
|
2797
2552
|
**/
|
|
2798
|
-
setPartialParams: AugmentedSubmittable<(partialParams:
|
|
2799
|
-
activeSalary?: any;
|
|
2800
|
-
passiveSalary?: any;
|
|
2801
|
-
demotionPeriod?: any;
|
|
2802
|
-
minPromotionPeriod?: any;
|
|
2803
|
-
offboardTimeout?: any;
|
|
2804
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletCoreFellowshipParamsTypeOption]>;
|
|
2553
|
+
setPartialParams: AugmentedSubmittable<(partialParams: PezpalletCoreFellowshipParamsTypeOption) => SubmittableExtrinsic<ApiType>, [PezpalletCoreFellowshipParamsTypeOption]>;
|
|
2805
2554
|
/**
|
|
2806
2555
|
* Provide evidence that a rank is deserved.
|
|
2807
2556
|
*
|
|
@@ -2814,7 +2563,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
2814
2563
|
* Markdown-encoded document or a series of 32-byte hashes which can be found on a
|
|
2815
2564
|
* decentralised content-based-indexing system such as IPFS.
|
|
2816
2565
|
**/
|
|
2817
|
-
submitEvidence: AugmentedSubmittable<(wish:
|
|
2566
|
+
submitEvidence: AugmentedSubmittable<(wish: PezpalletCoreFellowshipWish, evidence: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PezpalletCoreFellowshipWish, Bytes]>;
|
|
2818
2567
|
/**
|
|
2819
2568
|
* Generic tx
|
|
2820
2569
|
**/
|
|
@@ -2847,10 +2596,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
2847
2596
|
* - `P1` is the complexity of `proposal` preimage.
|
|
2848
2597
|
* - `P2` is proposal-count (code-bounded)
|
|
2849
2598
|
**/
|
|
2850
|
-
close: AugmentedSubmittable<(proposalHash: H256 | string | Uint8Array, index: Compact<u32> | AnyNumber | Uint8Array, proposalWeightBound:
|
|
2851
|
-
refTime?: any;
|
|
2852
|
-
proofSize?: any;
|
|
2853
|
-
} | string | Uint8Array, lengthBound: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [H256, Compact<u32>, SpWeightsWeightV2Weight, Compact<u32>]>;
|
|
2599
|
+
close: AugmentedSubmittable<(proposalHash: H256 | string | Uint8Array, index: Compact<u32> | AnyNumber | Uint8Array, proposalWeightBound: PezspWeightsWeightV2Weight, lengthBound: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [H256, Compact<u32>, PezspWeightsWeightV2Weight, Compact<u32>]>;
|
|
2854
2600
|
/**
|
|
2855
2601
|
* Disapprove a proposal, close, and remove it from the system, regardless of its current
|
|
2856
2602
|
* state.
|
|
@@ -2875,7 +2621,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
2875
2621
|
* - `M` members-count (code-bounded)
|
|
2876
2622
|
* - `P` complexity of dispatching `proposal`
|
|
2877
2623
|
**/
|
|
2878
|
-
execute: AugmentedSubmittable<(proposal:
|
|
2624
|
+
execute: AugmentedSubmittable<(proposal: RuntimeCall | IMethod | string | Uint8Array, lengthBound: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [RuntimeCall, Compact<u32>]>;
|
|
2879
2625
|
/**
|
|
2880
2626
|
* Disapprove the proposal and burn the cost held for storing this proposal.
|
|
2881
2627
|
*
|
|
@@ -2902,7 +2648,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
2902
2648
|
* - `P1` is proposal execution complexity (`threshold < 2`)
|
|
2903
2649
|
* - `P2` is proposals-count (code-bounded) (`threshold >= 2`)
|
|
2904
2650
|
**/
|
|
2905
|
-
propose: AugmentedSubmittable<(threshold: Compact<u32> | AnyNumber | Uint8Array, proposal:
|
|
2651
|
+
propose: AugmentedSubmittable<(threshold: Compact<u32> | AnyNumber | Uint8Array, proposal: RuntimeCall | IMethod | string | Uint8Array, lengthBound: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>, RuntimeCall, Compact<u32>]>;
|
|
2906
2652
|
/**
|
|
2907
2653
|
* Release the cost held for storing a proposal once the given proposal is completed.
|
|
2908
2654
|
*
|
|
@@ -3038,7 +2784,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
3038
2784
|
Address32: any;
|
|
3039
2785
|
} | {
|
|
3040
2786
|
Address20: any;
|
|
3041
|
-
} | string | Uint8Array, conviction:
|
|
2787
|
+
} | string | Uint8Array, conviction: PezpalletDemocracyConviction, balance: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, PezpalletDemocracyConviction, u128]>;
|
|
3042
2788
|
/**
|
|
3043
2789
|
* Schedule an emergency cancellation of a referendum. Cannot happen twice to the same
|
|
3044
2790
|
* referendum.
|
|
@@ -3058,13 +2804,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
3058
2804
|
*
|
|
3059
2805
|
* - `proposal_hash`: The preimage hash of the proposal.
|
|
3060
2806
|
**/
|
|
3061
|
-
externalPropose: AugmentedSubmittable<(proposal:
|
|
3062
|
-
Legacy: any;
|
|
3063
|
-
} | {
|
|
3064
|
-
Inline: any;
|
|
3065
|
-
} | {
|
|
3066
|
-
Lookup: any;
|
|
3067
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [FrameSupportPreimagesBounded]>;
|
|
2807
|
+
externalPropose: AugmentedSubmittable<(proposal: PezframeSupportPreimagesBounded) => SubmittableExtrinsic<ApiType>, [PezframeSupportPreimagesBounded]>;
|
|
3068
2808
|
/**
|
|
3069
2809
|
* Schedule a negative-turnout-bias referendum to be tabled next once it is legal to
|
|
3070
2810
|
* schedule an external referendum.
|
|
@@ -3078,13 +2818,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
3078
2818
|
*
|
|
3079
2819
|
* Weight: `O(1)`
|
|
3080
2820
|
**/
|
|
3081
|
-
externalProposeDefault: AugmentedSubmittable<(proposal:
|
|
3082
|
-
Legacy: any;
|
|
3083
|
-
} | {
|
|
3084
|
-
Inline: any;
|
|
3085
|
-
} | {
|
|
3086
|
-
Lookup: any;
|
|
3087
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [FrameSupportPreimagesBounded]>;
|
|
2821
|
+
externalProposeDefault: AugmentedSubmittable<(proposal: PezframeSupportPreimagesBounded) => SubmittableExtrinsic<ApiType>, [PezframeSupportPreimagesBounded]>;
|
|
3088
2822
|
/**
|
|
3089
2823
|
* Schedule a majority-carries referendum to be tabled next once it is legal to schedule
|
|
3090
2824
|
* an external referendum.
|
|
@@ -3098,13 +2832,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
3098
2832
|
*
|
|
3099
2833
|
* Weight: `O(1)`
|
|
3100
2834
|
**/
|
|
3101
|
-
externalProposeMajority: AugmentedSubmittable<(proposal:
|
|
3102
|
-
Legacy: any;
|
|
3103
|
-
} | {
|
|
3104
|
-
Inline: any;
|
|
3105
|
-
} | {
|
|
3106
|
-
Lookup: any;
|
|
3107
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [FrameSupportPreimagesBounded]>;
|
|
2835
|
+
externalProposeMajority: AugmentedSubmittable<(proposal: PezframeSupportPreimagesBounded) => SubmittableExtrinsic<ApiType>, [PezframeSupportPreimagesBounded]>;
|
|
3108
2836
|
/**
|
|
3109
2837
|
* Schedule the currently externally-proposed majority-carries referendum to be tabled
|
|
3110
2838
|
* immediately. If there is no externally-proposed referendum currently, or if there is one
|
|
@@ -3135,13 +2863,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
3135
2863
|
*
|
|
3136
2864
|
* Emits `Proposed`.
|
|
3137
2865
|
**/
|
|
3138
|
-
propose: AugmentedSubmittable<(proposal:
|
|
3139
|
-
Legacy: any;
|
|
3140
|
-
} | {
|
|
3141
|
-
Inline: any;
|
|
3142
|
-
} | {
|
|
3143
|
-
Lookup: any;
|
|
3144
|
-
} | string | Uint8Array, value: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [FrameSupportPreimagesBounded, Compact<u128>]>;
|
|
2866
|
+
propose: AugmentedSubmittable<(proposal: PezframeSupportPreimagesBounded, value: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [PezframeSupportPreimagesBounded, Compact<u128>]>;
|
|
3145
2867
|
/**
|
|
3146
2868
|
* Remove a vote for a referendum.
|
|
3147
2869
|
*
|
|
@@ -3226,13 +2948,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
3226
2948
|
* - `owner`: an identifier of a metadata owner.
|
|
3227
2949
|
* - `maybe_hash`: The hash of an on-chain stored preimage. `None` to clear a metadata.
|
|
3228
2950
|
**/
|
|
3229
|
-
setMetadata: AugmentedSubmittable<(owner:
|
|
3230
|
-
External: any;
|
|
3231
|
-
} | {
|
|
3232
|
-
Proposal: any;
|
|
3233
|
-
} | {
|
|
3234
|
-
Referendum: any;
|
|
3235
|
-
} | string | Uint8Array, maybeHash: Option<H256> | null | Uint8Array | H256 | string) => SubmittableExtrinsic<ApiType>, [PalletDemocracyMetadataOwner, Option<H256>]>;
|
|
2951
|
+
setMetadata: AugmentedSubmittable<(owner: PezpalletDemocracyMetadataOwner, maybeHash: Option<H256> | null | Uint8Array | H256 | string) => SubmittableExtrinsic<ApiType>, [PezpalletDemocracyMetadataOwner, Option<H256>]>;
|
|
3236
2952
|
/**
|
|
3237
2953
|
* Undelegate the voting power of the sending account.
|
|
3238
2954
|
*
|
|
@@ -3289,11 +3005,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
3289
3005
|
* - `ref_index`: The index of the referendum to vote for.
|
|
3290
3006
|
* - `vote`: The vote configuration.
|
|
3291
3007
|
**/
|
|
3292
|
-
vote: AugmentedSubmittable<(refIndex: Compact<u32> | AnyNumber | Uint8Array, vote:
|
|
3293
|
-
Standard: any;
|
|
3294
|
-
} | {
|
|
3295
|
-
Split: any;
|
|
3296
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>, PalletDemocracyVoteAccountVote]>;
|
|
3008
|
+
vote: AugmentedSubmittable<(refIndex: Compact<u32> | AnyNumber | Uint8Array, vote: PezpalletDemocracyVoteAccountVote) => SubmittableExtrinsic<ApiType>, [Compact<u32>, PezpalletDemocracyVoteAccountVote]>;
|
|
3297
3009
|
/**
|
|
3298
3010
|
* Generic tx
|
|
3299
3011
|
**/
|
|
@@ -3317,10 +3029,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
3317
3029
|
* feasibility check itself can in principle cause the election process to fail (due to
|
|
3318
3030
|
* memory/weight constrains).
|
|
3319
3031
|
**/
|
|
3320
|
-
setEmergencyElectionResult: AugmentedSubmittable<(supports: Vec<ITuple<[AccountId32,
|
|
3321
|
-
total?: any;
|
|
3322
|
-
voters?: any;
|
|
3323
|
-
} | string | Uint8Array])[]) => SubmittableExtrinsic<ApiType>, [Vec<ITuple<[AccountId32, SpNposElectionsSupport]>>]>;
|
|
3032
|
+
setEmergencyElectionResult: AugmentedSubmittable<(supports: Vec<ITuple<[AccountId32, PezspNposElectionsSupport]>> | ([AccountId32 | string | Uint8Array, PezspNposElectionsSupport])[]) => SubmittableExtrinsic<ApiType>, [Vec<ITuple<[AccountId32, PezspNposElectionsSupport]>>]>;
|
|
3324
3033
|
/**
|
|
3325
3034
|
* Set a new value for `MinimumUntrustedScore`.
|
|
3326
3035
|
*
|
|
@@ -3328,11 +3037,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
3328
3037
|
*
|
|
3329
3038
|
* This check can be turned off by setting the value to `None`.
|
|
3330
3039
|
**/
|
|
3331
|
-
setMinimumUntrustedScore: AugmentedSubmittable<(maybeNextScore: Option<
|
|
3332
|
-
minimalStake?: any;
|
|
3333
|
-
sumStake?: any;
|
|
3334
|
-
sumStakeSquared?: any;
|
|
3335
|
-
} | string) => SubmittableExtrinsic<ApiType>, [Option<SpNposElectionsElectionScore>]>;
|
|
3040
|
+
setMinimumUntrustedScore: AugmentedSubmittable<(maybeNextScore: Option<PezspNposElectionsElectionScore> | null | Uint8Array | PezspNposElectionsElectionScore) => SubmittableExtrinsic<ApiType>, [Option<PezspNposElectionsElectionScore>]>;
|
|
3336
3041
|
/**
|
|
3337
3042
|
* Submit a solution for the signed phase.
|
|
3338
3043
|
*
|
|
@@ -3344,11 +3049,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
3344
3049
|
* A deposit is reserved and recorded for the solution. Based on the outcome, the solution
|
|
3345
3050
|
* might be rewarded, slashed, or get all or a part of the deposit back.
|
|
3346
3051
|
**/
|
|
3347
|
-
submit: AugmentedSubmittable<(rawSolution:
|
|
3348
|
-
solution?: any;
|
|
3349
|
-
score?: any;
|
|
3350
|
-
round?: any;
|
|
3351
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletElectionProviderMultiPhaseRawSolution]>;
|
|
3052
|
+
submit: AugmentedSubmittable<(rawSolution: PezpalletElectionProviderMultiPhaseRawSolution) => SubmittableExtrinsic<ApiType>, [PezpalletElectionProviderMultiPhaseRawSolution]>;
|
|
3352
3053
|
/**
|
|
3353
3054
|
* Submit a solution for the unsigned phase.
|
|
3354
3055
|
*
|
|
@@ -3365,14 +3066,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
3365
3066
|
*
|
|
3366
3067
|
* No deposit or reward is associated with this submission.
|
|
3367
3068
|
**/
|
|
3368
|
-
submitUnsigned: AugmentedSubmittable<(rawSolution:
|
|
3369
|
-
solution?: any;
|
|
3370
|
-
score?: any;
|
|
3371
|
-
round?: any;
|
|
3372
|
-
} | string | Uint8Array, witness: PalletElectionProviderMultiPhaseSolutionOrSnapshotSize | {
|
|
3373
|
-
voters?: any;
|
|
3374
|
-
targets?: any;
|
|
3375
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletElectionProviderMultiPhaseRawSolution, PalletElectionProviderMultiPhaseSolutionOrSnapshotSize]>;
|
|
3069
|
+
submitUnsigned: AugmentedSubmittable<(rawSolution: PezpalletElectionProviderMultiPhaseRawSolution, witness: PezpalletElectionProviderMultiPhaseSolutionOrSnapshotSize) => SubmittableExtrinsic<ApiType>, [PezpalletElectionProviderMultiPhaseRawSolution, PezpalletElectionProviderMultiPhaseSolutionOrSnapshotSize]>;
|
|
3376
3070
|
/**
|
|
3377
3071
|
* Generic tx
|
|
3378
3072
|
**/
|
|
@@ -3450,13 +3144,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
3450
3144
|
* - Renouncing::Member: O(1)
|
|
3451
3145
|
* - Renouncing::RunnerUp: O(1)
|
|
3452
3146
|
**/
|
|
3453
|
-
renounceCandidacy: AugmentedSubmittable<(renouncing:
|
|
3454
|
-
Member: any;
|
|
3455
|
-
} | {
|
|
3456
|
-
RunnerUp: any;
|
|
3457
|
-
} | {
|
|
3458
|
-
Candidate: any;
|
|
3459
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletElectionsPhragmenRenouncing]>;
|
|
3147
|
+
renounceCandidacy: AugmentedSubmittable<(renouncing: PezpalletElectionsPhragmenRenouncing) => SubmittableExtrinsic<ApiType>, [PezpalletElectionsPhragmenRenouncing]>;
|
|
3460
3148
|
/**
|
|
3461
3149
|
* Submit oneself for candidacy. A fixed amount of deposit is recorded.
|
|
3462
3150
|
*
|
|
@@ -3640,14 +3328,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
3640
3328
|
* against the extracted offender. If both are valid, the offence
|
|
3641
3329
|
* will be reported.
|
|
3642
3330
|
**/
|
|
3643
|
-
reportEquivocation: AugmentedSubmittable<(equivocationProof:
|
|
3644
|
-
setId?: any;
|
|
3645
|
-
equivocation?: any;
|
|
3646
|
-
} | string | Uint8Array, keyOwnerProof: SpSessionMembershipProof | {
|
|
3647
|
-
session?: any;
|
|
3648
|
-
trieNodes?: any;
|
|
3649
|
-
validatorCount?: any;
|
|
3650
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [SpConsensusGrandpaEquivocationProof, SpSessionMembershipProof]>;
|
|
3331
|
+
reportEquivocation: AugmentedSubmittable<(equivocationProof: PezspConsensusGrandpaEquivocationProof, keyOwnerProof: PezspSessionMembershipProof) => SubmittableExtrinsic<ApiType>, [PezspConsensusGrandpaEquivocationProof, PezspSessionMembershipProof]>;
|
|
3651
3332
|
/**
|
|
3652
3333
|
* Report voter equivocation/misbehavior. This method will verify the
|
|
3653
3334
|
* equivocation proof and validate the given key ownership proof
|
|
@@ -3659,14 +3340,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
3659
3340
|
* if the block author is defined it will be defined as the equivocation
|
|
3660
3341
|
* reporter.
|
|
3661
3342
|
**/
|
|
3662
|
-
reportEquivocationUnsigned: AugmentedSubmittable<(equivocationProof:
|
|
3663
|
-
setId?: any;
|
|
3664
|
-
equivocation?: any;
|
|
3665
|
-
} | string | Uint8Array, keyOwnerProof: SpSessionMembershipProof | {
|
|
3666
|
-
session?: any;
|
|
3667
|
-
trieNodes?: any;
|
|
3668
|
-
validatorCount?: any;
|
|
3669
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [SpConsensusGrandpaEquivocationProof, SpSessionMembershipProof]>;
|
|
3343
|
+
reportEquivocationUnsigned: AugmentedSubmittable<(equivocationProof: PezspConsensusGrandpaEquivocationProof, keyOwnerProof: PezspSessionMembershipProof) => SubmittableExtrinsic<ApiType>, [PezspConsensusGrandpaEquivocationProof, PezspSessionMembershipProof]>;
|
|
3670
3344
|
/**
|
|
3671
3345
|
* Generic tx
|
|
3672
3346
|
**/
|
|
@@ -3829,21 +3503,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
3829
3503
|
Address32: any;
|
|
3830
3504
|
} | {
|
|
3831
3505
|
Address20: any;
|
|
3832
|
-
} | string | Uint8Array, judgement:
|
|
3833
|
-
Unknown: any;
|
|
3834
|
-
} | {
|
|
3835
|
-
FeePaid: any;
|
|
3836
|
-
} | {
|
|
3837
|
-
Reasonable: any;
|
|
3838
|
-
} | {
|
|
3839
|
-
KnownGood: any;
|
|
3840
|
-
} | {
|
|
3841
|
-
OutOfDate: any;
|
|
3842
|
-
} | {
|
|
3843
|
-
LowQuality: any;
|
|
3844
|
-
} | {
|
|
3845
|
-
Erroneous: any;
|
|
3846
|
-
} | string | Uint8Array, identity: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>, MultiAddress, PalletIdentityJudgement, H256]>;
|
|
3506
|
+
} | string | Uint8Array, judgement: PezpalletIdentityJudgement, identity: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>, MultiAddress, PezpalletIdentityJudgement, H256]>;
|
|
3847
3507
|
/**
|
|
3848
3508
|
* Remove the sender as a sub-account.
|
|
3849
3509
|
*
|
|
@@ -4002,17 +3662,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
4002
3662
|
*
|
|
4003
3663
|
* Emits `IdentitySet` if successful.
|
|
4004
3664
|
**/
|
|
4005
|
-
setIdentity: AugmentedSubmittable<(info:
|
|
4006
|
-
additional?: any;
|
|
4007
|
-
display?: any;
|
|
4008
|
-
legal?: any;
|
|
4009
|
-
web?: any;
|
|
4010
|
-
riot?: any;
|
|
4011
|
-
email?: any;
|
|
4012
|
-
pgpFingerprint?: any;
|
|
4013
|
-
image?: any;
|
|
4014
|
-
twitter?: any;
|
|
4015
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletIdentityLegacyIdentityInfo]>;
|
|
3665
|
+
setIdentity: AugmentedSubmittable<(info: PezpalletIdentityLegacyIdentityInfo) => SubmittableExtrinsic<ApiType>, [PezpalletIdentityLegacyIdentityInfo]>;
|
|
4016
3666
|
/**
|
|
4017
3667
|
* Set a given username as the primary. The username should include the suffix.
|
|
4018
3668
|
**/
|
|
@@ -4066,13 +3716,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
4066
3716
|
Address32: any;
|
|
4067
3717
|
} | {
|
|
4068
3718
|
Address20: any;
|
|
4069
|
-
} | string | Uint8Array, username: Bytes | string | Uint8Array, signature: Option<
|
|
4070
|
-
Ed25519: any;
|
|
4071
|
-
} | {
|
|
4072
|
-
Sr25519: any;
|
|
4073
|
-
} | {
|
|
4074
|
-
Ecdsa: any;
|
|
4075
|
-
} | string, useAllocation: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, Bytes, Option<SpRuntimeMultiSignature>, bool]>;
|
|
3719
|
+
} | string | Uint8Array, username: Bytes | string | Uint8Array, signature: Option<PezspRuntimeMultiSignature> | null | Uint8Array | PezspRuntimeMultiSignature, useAllocation: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, Bytes, Option<PezspRuntimeMultiSignature>, bool]>;
|
|
4076
3720
|
/**
|
|
4077
3721
|
* Start the process of removing a username by placing it in the unbinding usernames map.
|
|
4078
3722
|
* Once the grace period has passed, the username can be deleted by calling
|
|
@@ -4090,12 +3734,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
4090
3734
|
* - `O(K)` where K is length of `Keys` (heartbeat.validators_len)
|
|
4091
3735
|
* - `O(K)`: decoding of length `K`
|
|
4092
3736
|
**/
|
|
4093
|
-
heartbeat: AugmentedSubmittable<(heartbeat:
|
|
4094
|
-
blockNumber?: any;
|
|
4095
|
-
sessionIndex?: any;
|
|
4096
|
-
authorityIndex?: any;
|
|
4097
|
-
validatorsLen?: any;
|
|
4098
|
-
} | string | Uint8Array, signature: PalletImOnlineSr25519AppSr25519Signature | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletImOnlineHeartbeat, PalletImOnlineSr25519AppSr25519Signature]>;
|
|
3737
|
+
heartbeat: AugmentedSubmittable<(heartbeat: PezpalletImOnlineHeartbeat, signature: PezpalletImOnlineSr25519AppSr25519Signature) => SubmittableExtrinsic<ApiType>, [PezpalletImOnlineHeartbeat, PezpalletImOnlineSr25519AppSr25519Signature]>;
|
|
4099
3738
|
/**
|
|
4100
3739
|
* Generic tx
|
|
4101
3740
|
**/
|
|
@@ -4230,7 +3869,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
4230
3869
|
*
|
|
4231
3870
|
* This extrinsic must be called by a signed origin.
|
|
4232
3871
|
**/
|
|
4233
|
-
buyTicket: AugmentedSubmittable<(call:
|
|
3872
|
+
buyTicket: AugmentedSubmittable<(call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [RuntimeCall]>;
|
|
4234
3873
|
/**
|
|
4235
3874
|
* Set calls in storage which can be used to purchase a lottery ticket.
|
|
4236
3875
|
*
|
|
@@ -4239,7 +3878,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
4239
3878
|
*
|
|
4240
3879
|
* This extrinsic must be called by the Manager origin.
|
|
4241
3880
|
**/
|
|
4242
|
-
setCalls: AugmentedSubmittable<(calls: Vec<
|
|
3881
|
+
setCalls: AugmentedSubmittable<(calls: Vec<RuntimeCall> | (RuntimeCall | IMethod | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Vec<RuntimeCall>]>;
|
|
4243
3882
|
/**
|
|
4244
3883
|
* Start a lottery using the provided configuration.
|
|
4245
3884
|
*
|
|
@@ -4281,10 +3920,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
4281
3920
|
*
|
|
4282
3921
|
* Benchmark complexity considerations: O(index + weight_limit).
|
|
4283
3922
|
**/
|
|
4284
|
-
executeOverweight: AugmentedSubmittable<(messageOrigin: u32 | AnyNumber | Uint8Array, page: u32 | AnyNumber | Uint8Array, index: u32 | AnyNumber | Uint8Array, weightLimit:
|
|
4285
|
-
refTime?: any;
|
|
4286
|
-
proofSize?: any;
|
|
4287
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32, u32, SpWeightsWeightV2Weight]>;
|
|
3923
|
+
executeOverweight: AugmentedSubmittable<(messageOrigin: u32 | AnyNumber | Uint8Array, page: u32 | AnyNumber | Uint8Array, index: u32 | AnyNumber | Uint8Array, weightLimit: PezspWeightsWeightV2Weight) => SubmittableExtrinsic<ApiType>, [u32, u32, u32, PezspWeightsWeightV2Weight]>;
|
|
4288
3924
|
/**
|
|
4289
3925
|
* Remove a page which has no more messages remaining to be processed or is stale.
|
|
4290
3926
|
**/
|
|
@@ -4301,11 +3937,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
4301
3937
|
* - `_origin`: Can be any kind of origin.
|
|
4302
3938
|
* - `meta_tx`: Meta Transaction with a target call to be dispatched.
|
|
4303
3939
|
**/
|
|
4304
|
-
dispatch: AugmentedSubmittable<(metaTx:
|
|
4305
|
-
call?: any;
|
|
4306
|
-
extensionVersion?: any;
|
|
4307
|
-
extension?: any;
|
|
4308
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletMetaTxMetaTx]>;
|
|
3940
|
+
dispatch: AugmentedSubmittable<(metaTx: PezpalletMetaTxMetaTx) => SubmittableExtrinsic<ApiType>, [PezpalletMetaTxMetaTx]>;
|
|
4309
3941
|
/**
|
|
4310
3942
|
* Generic tx
|
|
4311
3943
|
**/
|
|
@@ -4315,12 +3947,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
4315
3947
|
/**
|
|
4316
3948
|
* Register a mixnode for the following session.
|
|
4317
3949
|
**/
|
|
4318
|
-
register: AugmentedSubmittable<(registration:
|
|
4319
|
-
blockNumber?: any;
|
|
4320
|
-
sessionIndex?: any;
|
|
4321
|
-
authorityIndex?: any;
|
|
4322
|
-
mixnode?: any;
|
|
4323
|
-
} | string | Uint8Array, signature: SpMixnetAppSignature | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletMixnetRegistration, SpMixnetAppSignature]>;
|
|
3950
|
+
register: AugmentedSubmittable<(registration: PezpalletMixnetRegistration, signature: PezspMixnetAppSignature) => SubmittableExtrinsic<ApiType>, [PezpalletMixnetRegistration, PezspMixnetAppSignature]>;
|
|
4324
3951
|
/**
|
|
4325
3952
|
* Generic tx
|
|
4326
3953
|
**/
|
|
@@ -4334,11 +3961,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
4334
3961
|
* `HistoricCleared` event. The first time `None` can be used. `limit` must be chosen in a
|
|
4335
3962
|
* way that will result in a sensible weight.
|
|
4336
3963
|
**/
|
|
4337
|
-
clearHistoric: AugmentedSubmittable<(selector:
|
|
4338
|
-
Specific: any;
|
|
4339
|
-
} | {
|
|
4340
|
-
Wildcard: any;
|
|
4341
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletMigrationsHistoricCleanupSelector]>;
|
|
3964
|
+
clearHistoric: AugmentedSubmittable<(selector: PezpalletMigrationsHistoricCleanupSelector) => SubmittableExtrinsic<ApiType>, [PezpalletMigrationsHistoricCleanupSelector]>;
|
|
4342
3965
|
/**
|
|
4343
3966
|
* Forces the onboarding of the migrations.
|
|
4344
3967
|
*
|
|
@@ -4362,11 +3985,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
4362
3985
|
* restarting the migration process in this manner will not call the
|
|
4363
3986
|
* [`MigrationStatusHandler::started`] hook or emit an `UpgradeStarted` event.
|
|
4364
3987
|
**/
|
|
4365
|
-
forceSetCursor: AugmentedSubmittable<(cursor: Option<
|
|
4366
|
-
Active: any;
|
|
4367
|
-
} | {
|
|
4368
|
-
Stuck: any;
|
|
4369
|
-
} | string) => SubmittableExtrinsic<ApiType>, [Option<PalletMigrationsMigrationCursor>]>;
|
|
3988
|
+
forceSetCursor: AugmentedSubmittable<(cursor: Option<PezpalletMigrationsMigrationCursor> | null | Uint8Array | PezpalletMigrationsMigrationCursor) => SubmittableExtrinsic<ApiType>, [Option<PezpalletMigrationsMigrationCursor>]>;
|
|
4370
3989
|
/**
|
|
4371
3990
|
* Generic tx
|
|
4372
3991
|
**/
|
|
@@ -4405,13 +4024,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
4405
4024
|
* - Storage: inserts one item, value size bounded by `MaxSignatories`, with a deposit
|
|
4406
4025
|
* taken for its lifetime of `DepositBase + threshold * DepositFactor`.
|
|
4407
4026
|
**/
|
|
4408
|
-
approveAsMulti: AugmentedSubmittable<(threshold: u16 | AnyNumber | Uint8Array, otherSignatories: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[], maybeTimepoint: Option<
|
|
4409
|
-
height?: any;
|
|
4410
|
-
index?: any;
|
|
4411
|
-
} | string, callHash: U8aFixed | string | Uint8Array, maxWeight: SpWeightsWeightV2Weight | {
|
|
4412
|
-
refTime?: any;
|
|
4413
|
-
proofSize?: any;
|
|
4414
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u16, Vec<AccountId32>, Option<PalletMultisigTimepoint>, U8aFixed, SpWeightsWeightV2Weight]>;
|
|
4027
|
+
approveAsMulti: AugmentedSubmittable<(threshold: u16 | AnyNumber | Uint8Array, otherSignatories: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[], maybeTimepoint: Option<PezpalletMultisigTimepoint> | null | Uint8Array | PezpalletMultisigTimepoint, callHash: U8aFixed | string | Uint8Array, maxWeight: PezspWeightsWeightV2Weight) => SubmittableExtrinsic<ApiType>, [u16, Vec<AccountId32>, Option<PezpalletMultisigTimepoint>, U8aFixed, PezspWeightsWeightV2Weight]>;
|
|
4415
4028
|
/**
|
|
4416
4029
|
* Register approval for a dispatch to be made from a deterministic composite account if
|
|
4417
4030
|
* approved by a total of `threshold - 1` of `other_signatories`.
|
|
@@ -4453,13 +4066,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
4453
4066
|
* - Storage: inserts one item, value size bounded by `MaxSignatories`, with a deposit
|
|
4454
4067
|
* taken for its lifetime of `DepositBase + threshold * DepositFactor`.
|
|
4455
4068
|
**/
|
|
4456
|
-
asMulti: AugmentedSubmittable<(threshold: u16 | AnyNumber | Uint8Array, otherSignatories: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[], maybeTimepoint: Option<
|
|
4457
|
-
height?: any;
|
|
4458
|
-
index?: any;
|
|
4459
|
-
} | string, call: Call | IMethod | string | Uint8Array, maxWeight: SpWeightsWeightV2Weight | {
|
|
4460
|
-
refTime?: any;
|
|
4461
|
-
proofSize?: any;
|
|
4462
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u16, Vec<AccountId32>, Option<PalletMultisigTimepoint>, Call, SpWeightsWeightV2Weight]>;
|
|
4069
|
+
asMulti: AugmentedSubmittable<(threshold: u16 | AnyNumber | Uint8Array, otherSignatories: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[], maybeTimepoint: Option<PezpalletMultisigTimepoint> | null | Uint8Array | PezpalletMultisigTimepoint, call: RuntimeCall | IMethod | string | Uint8Array, maxWeight: PezspWeightsWeightV2Weight) => SubmittableExtrinsic<ApiType>, [u16, Vec<AccountId32>, Option<PezpalletMultisigTimepoint>, RuntimeCall, PezspWeightsWeightV2Weight]>;
|
|
4463
4070
|
/**
|
|
4464
4071
|
* Immediately dispatch a multi-signature call using a single approval from the caller.
|
|
4465
4072
|
*
|
|
@@ -4474,7 +4081,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
4474
4081
|
* ## Complexity
|
|
4475
4082
|
* O(Z + C) where Z is the length of the call and C its execution weight.
|
|
4476
4083
|
**/
|
|
4477
|
-
asMultiThreshold1: AugmentedSubmittable<(otherSignatories: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[], call:
|
|
4084
|
+
asMultiThreshold1: AugmentedSubmittable<(otherSignatories: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[], call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Vec<AccountId32>, RuntimeCall]>;
|
|
4478
4085
|
/**
|
|
4479
4086
|
* Cancel a pre-existing, on-going multisig transaction. Any deposit reserved previously
|
|
4480
4087
|
* for this operation will be unreserved on success.
|
|
@@ -4498,10 +4105,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
4498
4105
|
* - I/O: 1 read `O(S)`, one remove.
|
|
4499
4106
|
* - Storage: removes one item.
|
|
4500
4107
|
**/
|
|
4501
|
-
cancelAsMulti: AugmentedSubmittable<(threshold: u16 | AnyNumber | Uint8Array, otherSignatories: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[], timepoint:
|
|
4502
|
-
height?: any;
|
|
4503
|
-
index?: any;
|
|
4504
|
-
} | string | Uint8Array, callHash: U8aFixed | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u16, Vec<AccountId32>, PalletMultisigTimepoint, U8aFixed]>;
|
|
4108
|
+
cancelAsMulti: AugmentedSubmittable<(threshold: u16 | AnyNumber | Uint8Array, otherSignatories: Vec<AccountId32> | (AccountId32 | string | Uint8Array)[], timepoint: PezpalletMultisigTimepoint, callHash: U8aFixed | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u16, Vec<AccountId32>, PezpalletMultisigTimepoint, U8aFixed]>;
|
|
4505
4109
|
/**
|
|
4506
4110
|
* Poke the deposit reserved for an existing multisig operation.
|
|
4507
4111
|
*
|
|
@@ -4713,9 +4317,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
4713
4317
|
Address32: any;
|
|
4714
4318
|
} | {
|
|
4715
4319
|
Address20: any;
|
|
4716
|
-
} | string | Uint8Array, witness:
|
|
4717
|
-
accountAttributes?: any;
|
|
4718
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32, MultiAddress, PalletNftsCancelAttributesApprovalWitness]>;
|
|
4320
|
+
} | string | Uint8Array, witness: PezpalletNftsCancelAttributesApprovalWitness) => SubmittableExtrinsic<ApiType>, [u32, u32, MultiAddress, PezpalletNftsCancelAttributesApprovalWitness]>;
|
|
4719
4321
|
/**
|
|
4720
4322
|
* Cancel an atomic swap.
|
|
4721
4323
|
*
|
|
@@ -4742,10 +4344,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
4742
4344
|
*
|
|
4743
4345
|
* Emits `SwapClaimed` on success.
|
|
4744
4346
|
**/
|
|
4745
|
-
claimSwap: AugmentedSubmittable<(sendCollection: u32 | AnyNumber | Uint8Array, sendItem: u32 | AnyNumber | Uint8Array, receiveCollection: u32 | AnyNumber | Uint8Array, receiveItem: u32 | AnyNumber | Uint8Array, witnessPrice: Option<
|
|
4746
|
-
amount?: any;
|
|
4747
|
-
direction?: any;
|
|
4748
|
-
} | string) => SubmittableExtrinsic<ApiType>, [u32, u32, u32, u32, Option<PalletNftsPriceWithDirection>]>;
|
|
4347
|
+
claimSwap: AugmentedSubmittable<(sendCollection: u32 | AnyNumber | Uint8Array, sendItem: u32 | AnyNumber | Uint8Array, receiveCollection: u32 | AnyNumber | Uint8Array, receiveItem: u32 | AnyNumber | Uint8Array, witnessPrice: Option<PezpalletNftsPriceWithDirection> | null | Uint8Array | PezpalletNftsPriceWithDirection) => SubmittableExtrinsic<ApiType>, [u32, u32, u32, u32, Option<PezpalletNftsPriceWithDirection>]>;
|
|
4749
4348
|
/**
|
|
4750
4349
|
* Cancel all the approvals of a specific item.
|
|
4751
4350
|
*
|
|
@@ -4779,15 +4378,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
4779
4378
|
*
|
|
4780
4379
|
* Weight: `O(1)`
|
|
4781
4380
|
**/
|
|
4782
|
-
clearAttribute: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, maybeItem: Option<u32> | null | Uint8Array | u32 | AnyNumber, namespace:
|
|
4783
|
-
Pallet: any;
|
|
4784
|
-
} | {
|
|
4785
|
-
CollectionOwner: any;
|
|
4786
|
-
} | {
|
|
4787
|
-
ItemOwner: any;
|
|
4788
|
-
} | {
|
|
4789
|
-
Account: any;
|
|
4790
|
-
} | string | Uint8Array, key: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, Option<u32>, PalletNftsAttributeNamespace, Bytes]>;
|
|
4381
|
+
clearAttribute: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, maybeItem: Option<u32> | null | Uint8Array | u32 | AnyNumber, namespace: PezpalletNftsAttributeNamespace, key: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, Option<u32>, PezpalletNftsAttributeNamespace, Bytes]>;
|
|
4791
4382
|
/**
|
|
4792
4383
|
* Clear the metadata for a collection.
|
|
4793
4384
|
*
|
|
@@ -4846,11 +4437,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
4846
4437
|
Address32: any;
|
|
4847
4438
|
} | {
|
|
4848
4439
|
Address20: any;
|
|
4849
|
-
} | string | Uint8Array, config:
|
|
4850
|
-
settings?: any;
|
|
4851
|
-
maxSupply?: any;
|
|
4852
|
-
mintSettings?: any;
|
|
4853
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, PalletNftsCollectionConfig]>;
|
|
4440
|
+
} | string | Uint8Array, config: PezpalletNftsCollectionConfig) => SubmittableExtrinsic<ApiType>, [MultiAddress, PezpalletNftsCollectionConfig]>;
|
|
4854
4441
|
/**
|
|
4855
4442
|
* Register a new atomic swap, declaring an intention to send an `item` in exchange for
|
|
4856
4443
|
* `desired_item` from origin to target on the current blockchain.
|
|
@@ -4869,10 +4456,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
4869
4456
|
*
|
|
4870
4457
|
* Emits `SwapCreated` on success.
|
|
4871
4458
|
**/
|
|
4872
|
-
createSwap: AugmentedSubmittable<(offeredCollection: u32 | AnyNumber | Uint8Array, offeredItem: u32 | AnyNumber | Uint8Array, desiredCollection: u32 | AnyNumber | Uint8Array, maybeDesiredItem: Option<u32> | null | Uint8Array | u32 | AnyNumber, maybePrice: Option<
|
|
4873
|
-
amount?: any;
|
|
4874
|
-
direction?: any;
|
|
4875
|
-
} | string, duration: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32, u32, Option<u32>, Option<PalletNftsPriceWithDirection>, u32]>;
|
|
4459
|
+
createSwap: AugmentedSubmittable<(offeredCollection: u32 | AnyNumber | Uint8Array, offeredItem: u32 | AnyNumber | Uint8Array, desiredCollection: u32 | AnyNumber | Uint8Array, maybeDesiredItem: Option<u32> | null | Uint8Array | u32 | AnyNumber, maybePrice: Option<PezpalletNftsPriceWithDirection> | null | Uint8Array | PezpalletNftsPriceWithDirection, duration: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32, u32, Option<u32>, Option<PezpalletNftsPriceWithDirection>, u32]>;
|
|
4876
4460
|
/**
|
|
4877
4461
|
* Destroy a collection of fungible items.
|
|
4878
4462
|
*
|
|
@@ -4892,11 +4476,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
4892
4476
|
* - `c = witness.item_configs`
|
|
4893
4477
|
* - `a = witness.attributes`
|
|
4894
4478
|
**/
|
|
4895
|
-
destroy: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, witness:
|
|
4896
|
-
itemMetadatas?: any;
|
|
4897
|
-
itemConfigs?: any;
|
|
4898
|
-
attributes?: any;
|
|
4899
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, PalletNftsDestroyWitness]>;
|
|
4479
|
+
destroy: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, witness: PezpalletNftsDestroyWitness) => SubmittableExtrinsic<ApiType>, [u32, PezpalletNftsDestroyWitness]>;
|
|
4900
4480
|
/**
|
|
4901
4481
|
* Change the config of a collection.
|
|
4902
4482
|
*
|
|
@@ -4909,11 +4489,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
4909
4489
|
*
|
|
4910
4490
|
* Weight: `O(1)`
|
|
4911
4491
|
**/
|
|
4912
|
-
forceCollectionConfig: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, config:
|
|
4913
|
-
settings?: any;
|
|
4914
|
-
maxSupply?: any;
|
|
4915
|
-
mintSettings?: any;
|
|
4916
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, PalletNftsCollectionConfig]>;
|
|
4492
|
+
forceCollectionConfig: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, config: PezpalletNftsCollectionConfig) => SubmittableExtrinsic<ApiType>, [u32, PezpalletNftsCollectionConfig]>;
|
|
4917
4493
|
/**
|
|
4918
4494
|
* Change the Owner of a collection.
|
|
4919
4495
|
*
|
|
@@ -4964,11 +4540,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
4964
4540
|
Address32: any;
|
|
4965
4541
|
} | {
|
|
4966
4542
|
Address20: any;
|
|
4967
|
-
} | string | Uint8Array, config:
|
|
4968
|
-
settings?: any;
|
|
4969
|
-
maxSupply?: any;
|
|
4970
|
-
mintSettings?: any;
|
|
4971
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, PalletNftsCollectionConfig]>;
|
|
4543
|
+
} | string | Uint8Array, config: PezpalletNftsCollectionConfig) => SubmittableExtrinsic<ApiType>, [MultiAddress, PezpalletNftsCollectionConfig]>;
|
|
4972
4544
|
/**
|
|
4973
4545
|
* Mint an item of a particular collection from a privileged origin.
|
|
4974
4546
|
*
|
|
@@ -4994,9 +4566,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
4994
4566
|
Address32: any;
|
|
4995
4567
|
} | {
|
|
4996
4568
|
Address20: any;
|
|
4997
|
-
} | string | Uint8Array, itemConfig:
|
|
4998
|
-
settings?: any;
|
|
4999
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32, MultiAddress, PalletNftsItemConfig]>;
|
|
4569
|
+
} | string | Uint8Array, itemConfig: PezpalletNftsItemConfig) => SubmittableExtrinsic<ApiType>, [u32, u32, MultiAddress, PezpalletNftsItemConfig]>;
|
|
5000
4570
|
/**
|
|
5001
4571
|
* Force-set an attribute for a collection or item.
|
|
5002
4572
|
*
|
|
@@ -5016,15 +4586,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
5016
4586
|
*
|
|
5017
4587
|
* Weight: `O(1)`
|
|
5018
4588
|
**/
|
|
5019
|
-
forceSetAttribute: AugmentedSubmittable<(setAs: Option<AccountId32> | null | Uint8Array | AccountId32 | string, collection: u32 | AnyNumber | Uint8Array, maybeItem: Option<u32> | null | Uint8Array | u32 | AnyNumber, namespace:
|
|
5020
|
-
Pallet: any;
|
|
5021
|
-
} | {
|
|
5022
|
-
CollectionOwner: any;
|
|
5023
|
-
} | {
|
|
5024
|
-
ItemOwner: any;
|
|
5025
|
-
} | {
|
|
5026
|
-
Account: any;
|
|
5027
|
-
} | string | Uint8Array, key: Bytes | string | Uint8Array, value: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Option<AccountId32>, u32, Option<u32>, PalletNftsAttributeNamespace, Bytes, Bytes]>;
|
|
4589
|
+
forceSetAttribute: AugmentedSubmittable<(setAs: Option<AccountId32> | null | Uint8Array | AccountId32 | string, collection: u32 | AnyNumber | Uint8Array, maybeItem: Option<u32> | null | Uint8Array | u32 | AnyNumber, namespace: PezpalletNftsAttributeNamespace, key: Bytes | string | Uint8Array, value: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Option<AccountId32>, u32, Option<u32>, PezpalletNftsAttributeNamespace, Bytes, Bytes]>;
|
|
5028
4590
|
/**
|
|
5029
4591
|
* Disallows specified settings for the whole collection.
|
|
5030
4592
|
*
|
|
@@ -5101,10 +4663,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
5101
4663
|
Address32: any;
|
|
5102
4664
|
} | {
|
|
5103
4665
|
Address20: any;
|
|
5104
|
-
} | string | Uint8Array, witnessData: Option<
|
|
5105
|
-
ownedItem?: any;
|
|
5106
|
-
mintPrice?: any;
|
|
5107
|
-
} | string) => SubmittableExtrinsic<ApiType>, [u32, u32, MultiAddress, Option<PalletNftsMintWitness>]>;
|
|
4666
|
+
} | string | Uint8Array, witnessData: Option<PezpalletNftsMintWitness> | null | Uint8Array | PezpalletNftsMintWitness) => SubmittableExtrinsic<ApiType>, [u32, u32, MultiAddress, Option<PezpalletNftsMintWitness>]>;
|
|
5108
4667
|
/**
|
|
5109
4668
|
* Mint an item by providing the pre-signed approval.
|
|
5110
4669
|
*
|
|
@@ -5120,21 +4679,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
5120
4679
|
* Emits `AttributeSet` if the attributes were provided.
|
|
5121
4680
|
* Emits `ItemMetadataSet` if the metadata was not empty.
|
|
5122
4681
|
**/
|
|
5123
|
-
mintPreSigned: AugmentedSubmittable<(mintData:
|
|
5124
|
-
collection?: any;
|
|
5125
|
-
item?: any;
|
|
5126
|
-
attributes?: any;
|
|
5127
|
-
metadata?: any;
|
|
5128
|
-
onlyAccount?: any;
|
|
5129
|
-
deadline?: any;
|
|
5130
|
-
mintPrice?: any;
|
|
5131
|
-
} | string | Uint8Array, signature: SpRuntimeMultiSignature | {
|
|
5132
|
-
Ed25519: any;
|
|
5133
|
-
} | {
|
|
5134
|
-
Sr25519: any;
|
|
5135
|
-
} | {
|
|
5136
|
-
Ecdsa: any;
|
|
5137
|
-
} | string | Uint8Array, signer: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletNftsPreSignedMint, SpRuntimeMultiSignature, AccountId32]>;
|
|
4682
|
+
mintPreSigned: AugmentedSubmittable<(mintData: PezpalletNftsPreSignedMint, signature: PezspRuntimeMultiSignature, signer: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PezpalletNftsPreSignedMint, PezspRuntimeMultiSignature, AccountId32]>;
|
|
5138
4683
|
/**
|
|
5139
4684
|
* Allows to pay the tips.
|
|
5140
4685
|
*
|
|
@@ -5144,12 +4689,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
5144
4689
|
*
|
|
5145
4690
|
* Emits `TipSent` on every tip transfer.
|
|
5146
4691
|
**/
|
|
5147
|
-
payTips: AugmentedSubmittable<(tips: Vec<
|
|
5148
|
-
collection?: any;
|
|
5149
|
-
item?: any;
|
|
5150
|
-
receiver?: any;
|
|
5151
|
-
amount?: any;
|
|
5152
|
-
} | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Vec<PalletNftsItemTip>]>;
|
|
4692
|
+
payTips: AugmentedSubmittable<(tips: Vec<PezpalletNftsItemTip> | (PezpalletNftsItemTip)[]) => SubmittableExtrinsic<ApiType>, [Vec<PezpalletNftsItemTip>]>;
|
|
5153
4693
|
/**
|
|
5154
4694
|
* Re-evaluate the deposits on some items.
|
|
5155
4695
|
*
|
|
@@ -5207,15 +4747,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
5207
4747
|
*
|
|
5208
4748
|
* Weight: `O(1)`
|
|
5209
4749
|
**/
|
|
5210
|
-
setAttribute: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, maybeItem: Option<u32> | null | Uint8Array | u32 | AnyNumber, namespace:
|
|
5211
|
-
Pallet: any;
|
|
5212
|
-
} | {
|
|
5213
|
-
CollectionOwner: any;
|
|
5214
|
-
} | {
|
|
5215
|
-
ItemOwner: any;
|
|
5216
|
-
} | {
|
|
5217
|
-
Account: any;
|
|
5218
|
-
} | string | Uint8Array, key: Bytes | string | Uint8Array, value: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, Option<u32>, PalletNftsAttributeNamespace, Bytes, Bytes]>;
|
|
4750
|
+
setAttribute: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, maybeItem: Option<u32> | null | Uint8Array | u32 | AnyNumber, namespace: PezpalletNftsAttributeNamespace, key: Bytes | string | Uint8Array, value: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, Option<u32>, PezpalletNftsAttributeNamespace, Bytes, Bytes]>;
|
|
5219
4751
|
/**
|
|
5220
4752
|
* Set attributes for an item by providing the pre-signed approval.
|
|
5221
4753
|
*
|
|
@@ -5231,19 +4763,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
5231
4763
|
* Emits `ItemAttributesApprovalAdded` if the approval wasn't set before.
|
|
5232
4764
|
* Emits `PreSignedAttributesSet` on success.
|
|
5233
4765
|
**/
|
|
5234
|
-
setAttributesPreSigned: AugmentedSubmittable<(data:
|
|
5235
|
-
collection?: any;
|
|
5236
|
-
item?: any;
|
|
5237
|
-
attributes?: any;
|
|
5238
|
-
namespace?: any;
|
|
5239
|
-
deadline?: any;
|
|
5240
|
-
} | string | Uint8Array, signature: SpRuntimeMultiSignature | {
|
|
5241
|
-
Ed25519: any;
|
|
5242
|
-
} | {
|
|
5243
|
-
Sr25519: any;
|
|
5244
|
-
} | {
|
|
5245
|
-
Ecdsa: any;
|
|
5246
|
-
} | string | Uint8Array, signer: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletNftsPreSignedAttributes, SpRuntimeMultiSignature, AccountId32]>;
|
|
4766
|
+
setAttributesPreSigned: AugmentedSubmittable<(data: PezpalletNftsPreSignedAttributes, signature: PezspRuntimeMultiSignature, signer: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PezpalletNftsPreSignedAttributes, PezspRuntimeMultiSignature, AccountId32]>;
|
|
5247
4767
|
/**
|
|
5248
4768
|
* Set the maximum number of items a collection could have.
|
|
5249
4769
|
*
|
|
@@ -5441,13 +4961,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
5441
4961
|
*
|
|
5442
4962
|
* Emits `CollectionMintSettingsUpdated` event when successful.
|
|
5443
4963
|
**/
|
|
5444
|
-
updateMintSettings: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, mintSettings:
|
|
5445
|
-
mintType?: any;
|
|
5446
|
-
price?: any;
|
|
5447
|
-
startBlock?: any;
|
|
5448
|
-
endBlock?: any;
|
|
5449
|
-
defaultItemSettings?: any;
|
|
5450
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, PalletNftsMintSettings]>;
|
|
4964
|
+
updateMintSettings: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, mintSettings: PezpalletNftsMintSettings) => SubmittableExtrinsic<ApiType>, [u32, PezpalletNftsMintSettings]>;
|
|
5451
4965
|
/**
|
|
5452
4966
|
* Generic tx
|
|
5453
4967
|
**/
|
|
@@ -5559,11 +5073,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
5559
5073
|
* Bonding extra funds implies an automatic payout of all pending rewards as well.
|
|
5560
5074
|
* See `bond_extra_other` to bond pending rewards of `other` members.
|
|
5561
5075
|
**/
|
|
5562
|
-
bondExtra: AugmentedSubmittable<(extra:
|
|
5563
|
-
FreeBalance: any;
|
|
5564
|
-
} | {
|
|
5565
|
-
Rewards: any;
|
|
5566
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletNominationPoolsBondExtra]>;
|
|
5076
|
+
bondExtra: AugmentedSubmittable<(extra: PezpalletNominationPoolsBondExtra) => SubmittableExtrinsic<ApiType>, [PezpalletNominationPoolsBondExtra]>;
|
|
5567
5077
|
/**
|
|
5568
5078
|
* `origin` bonds funds from `extra` for some pool member `member` into their respective
|
|
5569
5079
|
* pools.
|
|
@@ -5585,11 +5095,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
5585
5095
|
Address32: any;
|
|
5586
5096
|
} | {
|
|
5587
5097
|
Address20: any;
|
|
5588
|
-
} | string | Uint8Array, extra:
|
|
5589
|
-
FreeBalance: any;
|
|
5590
|
-
} | {
|
|
5591
|
-
Rewards: any;
|
|
5592
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, PalletNominationPoolsBondExtra]>;
|
|
5098
|
+
} | string | Uint8Array, extra: PezpalletNominationPoolsBondExtra) => SubmittableExtrinsic<ApiType>, [MultiAddress, PezpalletNominationPoolsBondExtra]>;
|
|
5593
5099
|
/**
|
|
5594
5100
|
* Chill on behalf of the pool.
|
|
5595
5101
|
*
|
|
@@ -5822,7 +5328,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
5822
5328
|
* * `origin` - Member of a pool.
|
|
5823
5329
|
* * `permission` - The permission to be applied.
|
|
5824
5330
|
**/
|
|
5825
|
-
setClaimPermission: AugmentedSubmittable<(permission:
|
|
5331
|
+
setClaimPermission: AugmentedSubmittable<(permission: PezpalletNominationPoolsClaimPermission) => SubmittableExtrinsic<ApiType>, [PezpalletNominationPoolsClaimPermission]>;
|
|
5826
5332
|
/**
|
|
5827
5333
|
* Set the commission of a pool.
|
|
5828
5334
|
* Both a commission percentage and a commission payee must be provided in the `current`
|
|
@@ -5837,21 +5343,14 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
5837
5343
|
* Initial change rate is not bounded, whereas subsequent updates can only be more
|
|
5838
5344
|
* restrictive than the current.
|
|
5839
5345
|
**/
|
|
5840
|
-
setCommissionChangeRate: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, changeRate:
|
|
5841
|
-
maxIncrease?: any;
|
|
5842
|
-
minDelay?: any;
|
|
5843
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, PalletNominationPoolsCommissionChangeRate]>;
|
|
5346
|
+
setCommissionChangeRate: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, changeRate: PezpalletNominationPoolsCommissionChangeRate) => SubmittableExtrinsic<ApiType>, [u32, PezpalletNominationPoolsCommissionChangeRate]>;
|
|
5844
5347
|
/**
|
|
5845
5348
|
* Set or remove a pool's commission claim permission.
|
|
5846
5349
|
*
|
|
5847
5350
|
* Determines who can claim the pool's pending commission. Only the `Root` role of the pool
|
|
5848
5351
|
* is able to configure commission claim permissions.
|
|
5849
5352
|
**/
|
|
5850
|
-
setCommissionClaimPermission: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, permission: Option<
|
|
5851
|
-
Permissionless: any;
|
|
5852
|
-
} | {
|
|
5853
|
-
Account: any;
|
|
5854
|
-
} | string) => SubmittableExtrinsic<ApiType>, [u32, Option<PalletNominationPoolsCommissionClaimPermission>]>;
|
|
5353
|
+
setCommissionClaimPermission: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, permission: Option<PezpalletNominationPoolsCommissionClaimPermission> | null | Uint8Array | PezpalletNominationPoolsCommissionClaimPermission) => SubmittableExtrinsic<ApiType>, [u32, Option<PezpalletNominationPoolsCommissionClaimPermission>]>;
|
|
5855
5354
|
/**
|
|
5856
5355
|
* Set the maximum commission of a pool.
|
|
5857
5356
|
*
|
|
@@ -5873,43 +5372,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
5873
5372
|
* * `max_members_per_pool` - Set [`MaxPoolMembersPerPool`].
|
|
5874
5373
|
* * `global_max_commission` - Set [`GlobalMaxCommission`].
|
|
5875
5374
|
**/
|
|
5876
|
-
setConfigs: AugmentedSubmittable<(minJoinBond:
|
|
5877
|
-
Noop: any;
|
|
5878
|
-
} | {
|
|
5879
|
-
Set: any;
|
|
5880
|
-
} | {
|
|
5881
|
-
Remove: any;
|
|
5882
|
-
} | string | Uint8Array, minCreateBond: PalletNominationPoolsConfigOpU128 | {
|
|
5883
|
-
Noop: any;
|
|
5884
|
-
} | {
|
|
5885
|
-
Set: any;
|
|
5886
|
-
} | {
|
|
5887
|
-
Remove: any;
|
|
5888
|
-
} | string | Uint8Array, maxPools: PalletNominationPoolsConfigOpU32 | {
|
|
5889
|
-
Noop: any;
|
|
5890
|
-
} | {
|
|
5891
|
-
Set: any;
|
|
5892
|
-
} | {
|
|
5893
|
-
Remove: any;
|
|
5894
|
-
} | string | Uint8Array, maxMembers: PalletNominationPoolsConfigOpU32 | {
|
|
5895
|
-
Noop: any;
|
|
5896
|
-
} | {
|
|
5897
|
-
Set: any;
|
|
5898
|
-
} | {
|
|
5899
|
-
Remove: any;
|
|
5900
|
-
} | string | Uint8Array, maxMembersPerPool: PalletNominationPoolsConfigOpU32 | {
|
|
5901
|
-
Noop: any;
|
|
5902
|
-
} | {
|
|
5903
|
-
Set: any;
|
|
5904
|
-
} | {
|
|
5905
|
-
Remove: any;
|
|
5906
|
-
} | string | Uint8Array, globalMaxCommission: PalletNominationPoolsConfigOpPerbill | {
|
|
5907
|
-
Noop: any;
|
|
5908
|
-
} | {
|
|
5909
|
-
Set: any;
|
|
5910
|
-
} | {
|
|
5911
|
-
Remove: any;
|
|
5912
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletNominationPoolsConfigOpU128, PalletNominationPoolsConfigOpU128, PalletNominationPoolsConfigOpU32, PalletNominationPoolsConfigOpU32, PalletNominationPoolsConfigOpU32, PalletNominationPoolsConfigOpPerbill]>;
|
|
5375
|
+
setConfigs: AugmentedSubmittable<(minJoinBond: PezpalletNominationPoolsConfigOpU128, minCreateBond: PezpalletNominationPoolsConfigOpU128, maxPools: PezpalletNominationPoolsConfigOpU32, maxMembers: PezpalletNominationPoolsConfigOpU32, maxMembersPerPool: PezpalletNominationPoolsConfigOpU32, globalMaxCommission: PezpalletNominationPoolsConfigOpPerbill) => SubmittableExtrinsic<ApiType>, [PezpalletNominationPoolsConfigOpU128, PezpalletNominationPoolsConfigOpU128, PezpalletNominationPoolsConfigOpU32, PezpalletNominationPoolsConfigOpU32, PezpalletNominationPoolsConfigOpU32, PezpalletNominationPoolsConfigOpPerbill]>;
|
|
5913
5376
|
/**
|
|
5914
5377
|
* Set a new metadata for the pool.
|
|
5915
5378
|
*
|
|
@@ -5929,7 +5392,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
5929
5392
|
* 2. if the pool conditions to be open are NOT met (as described by `ok_to_be_open`), and
|
|
5930
5393
|
* then the state of the pool can be permissionlessly changed to `Destroying`.
|
|
5931
5394
|
**/
|
|
5932
|
-
setState: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, state:
|
|
5395
|
+
setState: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, state: PezpalletNominationPoolsPoolState) => SubmittableExtrinsic<ApiType>, [u32, PezpalletNominationPoolsPoolState]>;
|
|
5933
5396
|
/**
|
|
5934
5397
|
* Unbond up to `unbonding_points` of the `member_account`'s funds from the pool. It
|
|
5935
5398
|
* implicitly collects the rewards one last time, since not doing so would mean some
|
|
@@ -5983,25 +5446,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
5983
5446
|
* It emits an event, notifying UIs of the role change. This event is quite relevant to
|
|
5984
5447
|
* most pool members and they should be informed of changes to pool roles.
|
|
5985
5448
|
**/
|
|
5986
|
-
updateRoles: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, newRoot:
|
|
5987
|
-
Noop: any;
|
|
5988
|
-
} | {
|
|
5989
|
-
Set: any;
|
|
5990
|
-
} | {
|
|
5991
|
-
Remove: any;
|
|
5992
|
-
} | string | Uint8Array, newNominator: PalletNominationPoolsConfigOpAccountId32 | {
|
|
5993
|
-
Noop: any;
|
|
5994
|
-
} | {
|
|
5995
|
-
Set: any;
|
|
5996
|
-
} | {
|
|
5997
|
-
Remove: any;
|
|
5998
|
-
} | string | Uint8Array, newBouncer: PalletNominationPoolsConfigOpAccountId32 | {
|
|
5999
|
-
Noop: any;
|
|
6000
|
-
} | {
|
|
6001
|
-
Set: any;
|
|
6002
|
-
} | {
|
|
6003
|
-
Remove: any;
|
|
6004
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, PalletNominationPoolsConfigOpAccountId32, PalletNominationPoolsConfigOpAccountId32, PalletNominationPoolsConfigOpAccountId32]>;
|
|
5449
|
+
updateRoles: AugmentedSubmittable<(poolId: u32 | AnyNumber | Uint8Array, newRoot: PezpalletNominationPoolsConfigOpAccountId32, newNominator: PezpalletNominationPoolsConfigOpAccountId32, newBouncer: PezpalletNominationPoolsConfigOpAccountId32) => SubmittableExtrinsic<ApiType>, [u32, PezpalletNominationPoolsConfigOpAccountId32, PezpalletNominationPoolsConfigOpAccountId32, PezpalletNominationPoolsConfigOpAccountId32]>;
|
|
6005
5450
|
/**
|
|
6006
5451
|
* Withdraw unbonded funds from `member_account`. If no bonded funds can be unbonded, an
|
|
6007
5452
|
* error is returned.
|
|
@@ -7075,7 +6520,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
7075
6520
|
Address32: any;
|
|
7076
6521
|
} | {
|
|
7077
6522
|
Address20: any;
|
|
7078
|
-
} | string | Uint8Array, forceProxyType: Option<KitchensinkRuntimeProxyType> | null | Uint8Array | KitchensinkRuntimeProxyType | 'Any' | 'NonTransfer' | 'Governance' | 'Staking' | number, call:
|
|
6523
|
+
} | string | Uint8Array, forceProxyType: Option<KitchensinkRuntimeProxyType> | null | Uint8Array | KitchensinkRuntimeProxyType | 'Any' | 'NonTransfer' | 'Governance' | 'Staking' | number, call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, Option<KitchensinkRuntimeProxyType>, RuntimeCall]>;
|
|
7079
6524
|
/**
|
|
7080
6525
|
* Dispatch the given `call` from an account that the sender is authorized for through
|
|
7081
6526
|
* `add_proxy`.
|
|
@@ -7109,7 +6554,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
7109
6554
|
Address32: any;
|
|
7110
6555
|
} | {
|
|
7111
6556
|
Address20: any;
|
|
7112
|
-
} | string | Uint8Array, forceProxyType: Option<KitchensinkRuntimeProxyType> | null | Uint8Array | KitchensinkRuntimeProxyType | 'Any' | 'NonTransfer' | 'Governance' | 'Staking' | number, call:
|
|
6557
|
+
} | string | Uint8Array, forceProxyType: Option<KitchensinkRuntimeProxyType> | null | Uint8Array | KitchensinkRuntimeProxyType | 'Any' | 'NonTransfer' | 'Governance' | 'Staking' | number, call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, MultiAddress, Option<KitchensinkRuntimeProxyType>, RuntimeCall]>;
|
|
7113
6558
|
/**
|
|
7114
6559
|
* Remove the given announcement of a delegate.
|
|
7115
6560
|
*
|
|
@@ -7427,17 +6872,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
7427
6872
|
TechnicalCommittee: any;
|
|
7428
6873
|
} | {
|
|
7429
6874
|
AllianceMotion: any;
|
|
7430
|
-
} | string | Uint8Array, proposal:
|
|
7431
|
-
Legacy: any;
|
|
7432
|
-
} | {
|
|
7433
|
-
Inline: any;
|
|
7434
|
-
} | {
|
|
7435
|
-
Lookup: any;
|
|
7436
|
-
} | string | Uint8Array, enactmentMoment: FrameSupportScheduleDispatchTime | {
|
|
7437
|
-
At: any;
|
|
7438
|
-
} | {
|
|
7439
|
-
After: any;
|
|
7440
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [KitchensinkRuntimeOriginCaller, FrameSupportPreimagesBounded, FrameSupportScheduleDispatchTime]>;
|
|
6875
|
+
} | string | Uint8Array, proposal: PezframeSupportPreimagesBounded, enactmentMoment: PezframeSupportScheduleDispatchTime) => SubmittableExtrinsic<ApiType>, [KitchensinkRuntimeOriginCaller, PezframeSupportPreimagesBounded, PezframeSupportScheduleDispatchTime]>;
|
|
7441
6876
|
/**
|
|
7442
6877
|
* Generic tx
|
|
7443
6878
|
**/
|
|
@@ -7464,7 +6899,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
7464
6899
|
Address32: any;
|
|
7465
6900
|
} | {
|
|
7466
6901
|
Address20: any;
|
|
7467
|
-
} | string | Uint8Array, call:
|
|
6902
|
+
} | string | Uint8Array, call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, RuntimeCall]>;
|
|
7468
6903
|
/**
|
|
7469
6904
|
* Cancel the ability to use `as_recovered` for `account`.
|
|
7470
6905
|
*
|
|
@@ -7757,17 +7192,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
7757
7192
|
TechnicalCommittee: any;
|
|
7758
7193
|
} | {
|
|
7759
7194
|
AllianceMotion: any;
|
|
7760
|
-
} | string | Uint8Array, proposal:
|
|
7761
|
-
Legacy: any;
|
|
7762
|
-
} | {
|
|
7763
|
-
Inline: any;
|
|
7764
|
-
} | {
|
|
7765
|
-
Lookup: any;
|
|
7766
|
-
} | string | Uint8Array, enactmentMoment: FrameSupportScheduleDispatchTime | {
|
|
7767
|
-
At: any;
|
|
7768
|
-
} | {
|
|
7769
|
-
After: any;
|
|
7770
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [KitchensinkRuntimeOriginCaller, FrameSupportPreimagesBounded, FrameSupportScheduleDispatchTime]>;
|
|
7195
|
+
} | string | Uint8Array, proposal: PezframeSupportPreimagesBounded, enactmentMoment: PezframeSupportScheduleDispatchTime) => SubmittableExtrinsic<ApiType>, [KitchensinkRuntimeOriginCaller, PezframeSupportPreimagesBounded, PezframeSupportScheduleDispatchTime]>;
|
|
7771
7196
|
/**
|
|
7772
7197
|
* Generic tx
|
|
7773
7198
|
**/
|
|
@@ -7802,10 +7227,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
7802
7227
|
* * If no account exists and the call value is not less than `existential_deposit`,
|
|
7803
7228
|
* a regular account will be created and any value will be transferred.
|
|
7804
7229
|
**/
|
|
7805
|
-
call: AugmentedSubmittable<(dest: H160 | string | Uint8Array, value: Compact<u128> | AnyNumber | Uint8Array, gasLimit:
|
|
7806
|
-
refTime?: any;
|
|
7807
|
-
proofSize?: any;
|
|
7808
|
-
} | string | Uint8Array, storageDepositLimit: Compact<u128> | AnyNumber | Uint8Array, data: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H160, Compact<u128>, SpWeightsWeightV2Weight, Compact<u128>, Bytes]>;
|
|
7230
|
+
call: AugmentedSubmittable<(dest: H160 | string | Uint8Array, value: Compact<u128> | AnyNumber | Uint8Array, gasLimit: PezspWeightsWeightV2Weight, storageDepositLimit: Compact<u128> | AnyNumber | Uint8Array, data: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H160, Compact<u128>, PezspWeightsWeightV2Weight, Compact<u128>, Bytes]>;
|
|
7809
7231
|
/**
|
|
7810
7232
|
* Dispatch an `call` with the origin set to the callers fallback address.
|
|
7811
7233
|
*
|
|
@@ -7813,7 +7235,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
7813
7235
|
* is the `AccountId20` with the last 12 bytes set to `0xEE`. This is essentially a
|
|
7814
7236
|
* recovery function in case an `AccountId20` was used without creating a mapping first.
|
|
7815
7237
|
**/
|
|
7816
|
-
dispatchAsFallbackAccount: AugmentedSubmittable<(call:
|
|
7238
|
+
dispatchAsFallbackAccount: AugmentedSubmittable<(call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [RuntimeCall]>;
|
|
7817
7239
|
/**
|
|
7818
7240
|
* A raw EVM transaction, typically dispatched by an Ethereum JSON-RPC server.
|
|
7819
7241
|
*
|
|
@@ -7839,10 +7261,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
7839
7261
|
* code deployment step. Instead, the `code_hash` of an on-chain deployed wasm binary
|
|
7840
7262
|
* must be supplied.
|
|
7841
7263
|
**/
|
|
7842
|
-
instantiate: AugmentedSubmittable<(value: Compact<u128> | AnyNumber | Uint8Array, gasLimit:
|
|
7843
|
-
refTime?: any;
|
|
7844
|
-
proofSize?: any;
|
|
7845
|
-
} | string | Uint8Array, storageDepositLimit: Compact<u128> | AnyNumber | Uint8Array, codeHash: H256 | string | Uint8Array, data: Bytes | string | Uint8Array, salt: Option<U8aFixed> | null | Uint8Array | U8aFixed | string) => SubmittableExtrinsic<ApiType>, [Compact<u128>, SpWeightsWeightV2Weight, Compact<u128>, H256, Bytes, Option<U8aFixed>]>;
|
|
7264
|
+
instantiate: AugmentedSubmittable<(value: Compact<u128> | AnyNumber | Uint8Array, gasLimit: PezspWeightsWeightV2Weight, storageDepositLimit: Compact<u128> | AnyNumber | Uint8Array, codeHash: H256 | string | Uint8Array, data: Bytes | string | Uint8Array, salt: Option<U8aFixed> | null | Uint8Array | U8aFixed | string) => SubmittableExtrinsic<ApiType>, [Compact<u128>, PezspWeightsWeightV2Weight, Compact<u128>, H256, Bytes, Option<U8aFixed>]>;
|
|
7846
7265
|
/**
|
|
7847
7266
|
* Instantiates a new contract from the supplied `code` optionally transferring
|
|
7848
7267
|
* some balance.
|
|
@@ -7872,10 +7291,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
7872
7291
|
* - The `value` is transferred to the new account.
|
|
7873
7292
|
* - The `deploy` function is executed in the context of the newly-created account.
|
|
7874
7293
|
**/
|
|
7875
|
-
instantiateWithCode: AugmentedSubmittable<(value: Compact<u128> | AnyNumber | Uint8Array, gasLimit:
|
|
7876
|
-
refTime?: any;
|
|
7877
|
-
proofSize?: any;
|
|
7878
|
-
} | string | Uint8Array, storageDepositLimit: Compact<u128> | AnyNumber | Uint8Array, code: Bytes | string | Uint8Array, data: Bytes | string | Uint8Array, salt: Option<U8aFixed> | null | Uint8Array | U8aFixed | string) => SubmittableExtrinsic<ApiType>, [Compact<u128>, SpWeightsWeightV2Weight, Compact<u128>, Bytes, Bytes, Option<U8aFixed>]>;
|
|
7294
|
+
instantiateWithCode: AugmentedSubmittable<(value: Compact<u128> | AnyNumber | Uint8Array, gasLimit: PezspWeightsWeightV2Weight, storageDepositLimit: Compact<u128> | AnyNumber | Uint8Array, code: Bytes | string | Uint8Array, data: Bytes | string | Uint8Array, salt: Option<U8aFixed> | null | Uint8Array | U8aFixed | string) => SubmittableExtrinsic<ApiType>, [Compact<u128>, PezspWeightsWeightV2Weight, Compact<u128>, Bytes, Bytes, Option<U8aFixed>]>;
|
|
7879
7295
|
/**
|
|
7880
7296
|
* Register the callers account id so that it can be used in contract interactions.
|
|
7881
7297
|
*
|
|
@@ -8121,19 +7537,19 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
8121
7537
|
/**
|
|
8122
7538
|
* Anonymously schedule a task.
|
|
8123
7539
|
**/
|
|
8124
|
-
schedule: AugmentedSubmittable<(when: u32 | AnyNumber | Uint8Array, maybePeriodic: Option<ITuple<[u32, u32]>> | null | Uint8Array | ITuple<[u32, u32]> | [u32 | AnyNumber | Uint8Array, u32 | AnyNumber | Uint8Array], priority: u8 | AnyNumber | Uint8Array, call:
|
|
7540
|
+
schedule: AugmentedSubmittable<(when: u32 | AnyNumber | Uint8Array, maybePeriodic: Option<ITuple<[u32, u32]>> | null | Uint8Array | ITuple<[u32, u32]> | [u32 | AnyNumber | Uint8Array, u32 | AnyNumber | Uint8Array], priority: u8 | AnyNumber | Uint8Array, call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, Option<ITuple<[u32, u32]>>, u8, RuntimeCall]>;
|
|
8125
7541
|
/**
|
|
8126
7542
|
* Anonymously schedule a task after a delay.
|
|
8127
7543
|
**/
|
|
8128
|
-
scheduleAfter: AugmentedSubmittable<(after: u32 | AnyNumber | Uint8Array, maybePeriodic: Option<ITuple<[u32, u32]>> | null | Uint8Array | ITuple<[u32, u32]> | [u32 | AnyNumber | Uint8Array, u32 | AnyNumber | Uint8Array], priority: u8 | AnyNumber | Uint8Array, call:
|
|
7544
|
+
scheduleAfter: AugmentedSubmittable<(after: u32 | AnyNumber | Uint8Array, maybePeriodic: Option<ITuple<[u32, u32]>> | null | Uint8Array | ITuple<[u32, u32]> | [u32 | AnyNumber | Uint8Array, u32 | AnyNumber | Uint8Array], priority: u8 | AnyNumber | Uint8Array, call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, Option<ITuple<[u32, u32]>>, u8, RuntimeCall]>;
|
|
8129
7545
|
/**
|
|
8130
7546
|
* Schedule a named task.
|
|
8131
7547
|
**/
|
|
8132
|
-
scheduleNamed: AugmentedSubmittable<(id: U8aFixed | string | Uint8Array, when: u32 | AnyNumber | Uint8Array, maybePeriodic: Option<ITuple<[u32, u32]>> | null | Uint8Array | ITuple<[u32, u32]> | [u32 | AnyNumber | Uint8Array, u32 | AnyNumber | Uint8Array], priority: u8 | AnyNumber | Uint8Array, call:
|
|
7548
|
+
scheduleNamed: AugmentedSubmittable<(id: U8aFixed | string | Uint8Array, when: u32 | AnyNumber | Uint8Array, maybePeriodic: Option<ITuple<[u32, u32]>> | null | Uint8Array | ITuple<[u32, u32]> | [u32 | AnyNumber | Uint8Array, u32 | AnyNumber | Uint8Array], priority: u8 | AnyNumber | Uint8Array, call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [U8aFixed, u32, Option<ITuple<[u32, u32]>>, u8, RuntimeCall]>;
|
|
8133
7549
|
/**
|
|
8134
7550
|
* Schedule a named task after a delay.
|
|
8135
7551
|
**/
|
|
8136
|
-
scheduleNamedAfter: AugmentedSubmittable<(id: U8aFixed | string | Uint8Array, after: u32 | AnyNumber | Uint8Array, maybePeriodic: Option<ITuple<[u32, u32]>> | null | Uint8Array | ITuple<[u32, u32]> | [u32 | AnyNumber | Uint8Array, u32 | AnyNumber | Uint8Array], priority: u8 | AnyNumber | Uint8Array, call:
|
|
7552
|
+
scheduleNamedAfter: AugmentedSubmittable<(id: U8aFixed | string | Uint8Array, after: u32 | AnyNumber | Uint8Array, maybePeriodic: Option<ITuple<[u32, u32]>> | null | Uint8Array | ITuple<[u32, u32]> | [u32 | AnyNumber | Uint8Array, u32 | AnyNumber | Uint8Array], priority: u8 | AnyNumber | Uint8Array, call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [U8aFixed, u32, Option<ITuple<[u32, u32]>>, u8, RuntimeCall]>;
|
|
8137
7553
|
/**
|
|
8138
7554
|
* Set a retry configuration for a task so that, in case its scheduled run fails, it will
|
|
8139
7555
|
* be retried after `period` blocks, for a total amount of `retries` retries or until it
|
|
@@ -8475,17 +7891,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
8475
7891
|
* unless the `origin` falls below _existential deposit_ (or equal to 0) and gets removed
|
|
8476
7892
|
* as dust.
|
|
8477
7893
|
**/
|
|
8478
|
-
bond: AugmentedSubmittable<(value: Compact<u128> | AnyNumber | Uint8Array, payee:
|
|
8479
|
-
Staked: any;
|
|
8480
|
-
} | {
|
|
8481
|
-
Stash: any;
|
|
8482
|
-
} | {
|
|
8483
|
-
Controller: any;
|
|
8484
|
-
} | {
|
|
8485
|
-
Account: any;
|
|
8486
|
-
} | {
|
|
8487
|
-
None: any;
|
|
8488
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, PalletStakingRewardDestination]>;
|
|
7894
|
+
bond: AugmentedSubmittable<(value: Compact<u128> | AnyNumber | Uint8Array, payee: PezpalletStakingRewardDestination) => SubmittableExtrinsic<ApiType>, [Compact<u128>, PezpalletStakingRewardDestination]>;
|
|
8489
7895
|
/**
|
|
8490
7896
|
* Add some extra amount that have appeared in the stash `free_balance` into the balance up
|
|
8491
7897
|
* for staking.
|
|
@@ -8796,10 +8202,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
8796
8202
|
* ledger associated with the stash. If the input parameters are not set, the ledger will
|
|
8797
8203
|
* be reset values from on-chain state.
|
|
8798
8204
|
**/
|
|
8799
|
-
restoreLedger: AugmentedSubmittable<(stash: AccountId32 | string | Uint8Array, maybeController: Option<AccountId32> | null | Uint8Array | AccountId32 | string, maybeTotal: Option<u128> | null | Uint8Array | u128 | AnyNumber, maybeUnlocking: Option<Vec<
|
|
8800
|
-
value?: any;
|
|
8801
|
-
era?: any;
|
|
8802
|
-
} | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [AccountId32, Option<AccountId32>, Option<u128>, Option<Vec<PalletStakingUnlockChunk>>]>;
|
|
8205
|
+
restoreLedger: AugmentedSubmittable<(stash: AccountId32 | string | Uint8Array, maybeController: Option<AccountId32> | null | Uint8Array | AccountId32 | string, maybeTotal: Option<u128> | null | Uint8Array | u128 | AnyNumber, maybeUnlocking: Option<Vec<PezpalletStakingUnlockChunk>> | null | Uint8Array | Vec<PezpalletStakingUnlockChunk> | (PezpalletStakingUnlockChunk)[]) => SubmittableExtrinsic<ApiType>, [AccountId32, Option<AccountId32>, Option<u128>, Option<Vec<PezpalletStakingUnlockChunk>>]>;
|
|
8803
8206
|
/**
|
|
8804
8207
|
* Scale up the ideal number of validators by a factor up to maximum of
|
|
8805
8208
|
* `ElectionProviderBase::MaxWinners`.
|
|
@@ -8854,17 +8257,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
8854
8257
|
* - Writes are limited to the `origin` account key.
|
|
8855
8258
|
* ---------
|
|
8856
8259
|
**/
|
|
8857
|
-
setPayee: AugmentedSubmittable<(payee:
|
|
8858
|
-
Staked: any;
|
|
8859
|
-
} | {
|
|
8860
|
-
Stash: any;
|
|
8861
|
-
} | {
|
|
8862
|
-
Controller: any;
|
|
8863
|
-
} | {
|
|
8864
|
-
Account: any;
|
|
8865
|
-
} | {
|
|
8866
|
-
None: any;
|
|
8867
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletStakingRewardDestination]>;
|
|
8260
|
+
setPayee: AugmentedSubmittable<(payee: PezpalletStakingRewardDestination) => SubmittableExtrinsic<ApiType>, [PezpalletStakingRewardDestination]>;
|
|
8868
8261
|
/**
|
|
8869
8262
|
* Update the various staking configurations .
|
|
8870
8263
|
*
|
|
@@ -8884,49 +8277,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
8884
8277
|
* NOTE: Existing nominators and validators will not be affected by this update.
|
|
8885
8278
|
* to kick people under the new limits, `chill_other` should be called.
|
|
8886
8279
|
**/
|
|
8887
|
-
setStakingConfigs: AugmentedSubmittable<(minNominatorBond:
|
|
8888
|
-
Noop: any;
|
|
8889
|
-
} | {
|
|
8890
|
-
Set: any;
|
|
8891
|
-
} | {
|
|
8892
|
-
Remove: any;
|
|
8893
|
-
} | string | Uint8Array, minValidatorBond: PalletStakingPalletConfigOpU128 | {
|
|
8894
|
-
Noop: any;
|
|
8895
|
-
} | {
|
|
8896
|
-
Set: any;
|
|
8897
|
-
} | {
|
|
8898
|
-
Remove: any;
|
|
8899
|
-
} | string | Uint8Array, maxNominatorCount: PalletStakingPalletConfigOpU32 | {
|
|
8900
|
-
Noop: any;
|
|
8901
|
-
} | {
|
|
8902
|
-
Set: any;
|
|
8903
|
-
} | {
|
|
8904
|
-
Remove: any;
|
|
8905
|
-
} | string | Uint8Array, maxValidatorCount: PalletStakingPalletConfigOpU32 | {
|
|
8906
|
-
Noop: any;
|
|
8907
|
-
} | {
|
|
8908
|
-
Set: any;
|
|
8909
|
-
} | {
|
|
8910
|
-
Remove: any;
|
|
8911
|
-
} | string | Uint8Array, chillThreshold: PalletStakingPalletConfigOpPercent | {
|
|
8912
|
-
Noop: any;
|
|
8913
|
-
} | {
|
|
8914
|
-
Set: any;
|
|
8915
|
-
} | {
|
|
8916
|
-
Remove: any;
|
|
8917
|
-
} | string | Uint8Array, minCommission: PalletStakingPalletConfigOpPerbill | {
|
|
8918
|
-
Noop: any;
|
|
8919
|
-
} | {
|
|
8920
|
-
Set: any;
|
|
8921
|
-
} | {
|
|
8922
|
-
Remove: any;
|
|
8923
|
-
} | string | Uint8Array, maxStakedRewards: PalletStakingPalletConfigOpPercent | {
|
|
8924
|
-
Noop: any;
|
|
8925
|
-
} | {
|
|
8926
|
-
Set: any;
|
|
8927
|
-
} | {
|
|
8928
|
-
Remove: any;
|
|
8929
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletStakingPalletConfigOpU128, PalletStakingPalletConfigOpU128, PalletStakingPalletConfigOpU32, PalletStakingPalletConfigOpU32, PalletStakingPalletConfigOpPercent, PalletStakingPalletConfigOpPerbill, PalletStakingPalletConfigOpPercent]>;
|
|
8280
|
+
setStakingConfigs: AugmentedSubmittable<(minNominatorBond: PezpalletStakingPezpalletConfigOpU128, minValidatorBond: PezpalletStakingPezpalletConfigOpU128, maxNominatorCount: PezpalletStakingPezpalletConfigOpU32, maxValidatorCount: PezpalletStakingPezpalletConfigOpU32, chillThreshold: PezpalletStakingPezpalletConfigOpPercent, minCommission: PezpalletStakingPezpalletConfigOpPerbill, maxStakedRewards: PezpalletStakingPezpalletConfigOpPercent) => SubmittableExtrinsic<ApiType>, [PezpalletStakingPezpalletConfigOpU128, PezpalletStakingPezpalletConfigOpU128, PezpalletStakingPezpalletConfigOpU32, PezpalletStakingPezpalletConfigOpU32, PezpalletStakingPezpalletConfigOpPercent, PezpalletStakingPezpalletConfigOpPerbill, PezpalletStakingPezpalletConfigOpPercent]>;
|
|
8930
8281
|
/**
|
|
8931
8282
|
* Sets the ideal number of validators.
|
|
8932
8283
|
*
|
|
@@ -8974,10 +8325,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
8974
8325
|
*
|
|
8975
8326
|
* The dispatch origin for this call must be _Signed_ by the controller, not the stash.
|
|
8976
8327
|
**/
|
|
8977
|
-
validate: AugmentedSubmittable<(prefs:
|
|
8978
|
-
commission?: any;
|
|
8979
|
-
blocked?: any;
|
|
8980
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletStakingValidatorPrefs]>;
|
|
8328
|
+
validate: AugmentedSubmittable<(prefs: PezpalletStakingValidatorPrefs) => SubmittableExtrinsic<ApiType>, [PezpalletStakingValidatorPrefs]>;
|
|
8981
8329
|
/**
|
|
8982
8330
|
* Remove any unlocked chunks from the `unlocking` queue from our management.
|
|
8983
8331
|
*
|
|
@@ -9033,25 +8381,13 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
9033
8381
|
* recommended way of doing this is to pass a `limit` that only bounds `count`, as the
|
|
9034
8382
|
* `size` limit can always be overwritten.
|
|
9035
8383
|
**/
|
|
9036
|
-
continueMigrate: AugmentedSubmittable<(limits:
|
|
9037
|
-
size_?: any;
|
|
9038
|
-
item?: any;
|
|
9039
|
-
} | string | Uint8Array, realSizeUpper: u32 | AnyNumber | Uint8Array, witnessTask: PalletStateTrieMigrationMigrationTask | {
|
|
9040
|
-
progressTop?: any;
|
|
9041
|
-
progressChild?: any;
|
|
9042
|
-
size_?: any;
|
|
9043
|
-
topItems?: any;
|
|
9044
|
-
childItems?: any;
|
|
9045
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletStateTrieMigrationMigrationLimits, u32, PalletStateTrieMigrationMigrationTask]>;
|
|
8384
|
+
continueMigrate: AugmentedSubmittable<(limits: PezpalletStateTrieMigrationMigrationLimits, realSizeUpper: u32 | AnyNumber | Uint8Array, witnessTask: PezpalletStateTrieMigrationMigrationTask) => SubmittableExtrinsic<ApiType>, [PezpalletStateTrieMigrationMigrationLimits, u32, PezpalletStateTrieMigrationMigrationTask]>;
|
|
9046
8385
|
/**
|
|
9047
8386
|
* Control the automatic migration.
|
|
9048
8387
|
*
|
|
9049
8388
|
* The dispatch origin of this call must be [`Config::ControlOrigin`].
|
|
9050
8389
|
**/
|
|
9051
|
-
controlAutoMigration: AugmentedSubmittable<(maybeConfig: Option<
|
|
9052
|
-
size_?: any;
|
|
9053
|
-
item?: any;
|
|
9054
|
-
} | string) => SubmittableExtrinsic<ApiType>, [Option<PalletStateTrieMigrationMigrationLimits>]>;
|
|
8390
|
+
controlAutoMigration: AugmentedSubmittable<(maybeConfig: Option<PezpalletStateTrieMigrationMigrationLimits> | null | Uint8Array | PezpalletStateTrieMigrationMigrationLimits) => SubmittableExtrinsic<ApiType>, [Option<PezpalletStateTrieMigrationMigrationLimits>]>;
|
|
9055
8391
|
/**
|
|
9056
8392
|
* Forcefully set the progress the running migration.
|
|
9057
8393
|
*
|
|
@@ -9063,19 +8399,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
9063
8399
|
* In case you mess things up, you can also, in principle, use this to reset the migration
|
|
9064
8400
|
* process.
|
|
9065
8401
|
**/
|
|
9066
|
-
forceSetProgress: AugmentedSubmittable<(progressTop:
|
|
9067
|
-
ToStart: any;
|
|
9068
|
-
} | {
|
|
9069
|
-
LastKey: any;
|
|
9070
|
-
} | {
|
|
9071
|
-
Complete: any;
|
|
9072
|
-
} | string | Uint8Array, progressChild: PalletStateTrieMigrationProgress | {
|
|
9073
|
-
ToStart: any;
|
|
9074
|
-
} | {
|
|
9075
|
-
LastKey: any;
|
|
9076
|
-
} | {
|
|
9077
|
-
Complete: any;
|
|
9078
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletStateTrieMigrationProgress, PalletStateTrieMigrationProgress]>;
|
|
8402
|
+
forceSetProgress: AugmentedSubmittable<(progressTop: PezpalletStateTrieMigrationProgress, progressChild: PezpalletStateTrieMigrationProgress) => SubmittableExtrinsic<ApiType>, [PezpalletStateTrieMigrationProgress, PezpalletStateTrieMigrationProgress]>;
|
|
9079
8403
|
/**
|
|
9080
8404
|
* Migrate the list of child keys by iterating each of them one by one.
|
|
9081
8405
|
*
|
|
@@ -9095,10 +8419,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
9095
8419
|
/**
|
|
9096
8420
|
* Set the maximum limit of the signed migration.
|
|
9097
8421
|
**/
|
|
9098
|
-
setSignedMaxLimits: AugmentedSubmittable<(limits:
|
|
9099
|
-
size_?: any;
|
|
9100
|
-
item?: any;
|
|
9101
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletStateTrieMigrationMigrationLimits]>;
|
|
8422
|
+
setSignedMaxLimits: AugmentedSubmittable<(limits: PezpalletStateTrieMigrationMigrationLimits) => SubmittableExtrinsic<ApiType>, [PezpalletStateTrieMigrationMigrationLimits]>;
|
|
9102
8423
|
/**
|
|
9103
8424
|
* Generic tx
|
|
9104
8425
|
**/
|
|
@@ -9129,7 +8450,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
9129
8450
|
/**
|
|
9130
8451
|
* Authenticates the sudo key and dispatches a function call with `Root` origin.
|
|
9131
8452
|
**/
|
|
9132
|
-
sudo: AugmentedSubmittable<(call:
|
|
8453
|
+
sudo: AugmentedSubmittable<(call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [RuntimeCall]>;
|
|
9133
8454
|
/**
|
|
9134
8455
|
* Authenticates the sudo key and dispatches a function call with `Signed` origin from
|
|
9135
8456
|
* a given account.
|
|
@@ -9146,7 +8467,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
9146
8467
|
Address32: any;
|
|
9147
8468
|
} | {
|
|
9148
8469
|
Address20: any;
|
|
9149
|
-
} | string | Uint8Array, call:
|
|
8470
|
+
} | string | Uint8Array, call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, RuntimeCall]>;
|
|
9150
8471
|
/**
|
|
9151
8472
|
* Authenticates the sudo key and dispatches a function call with `Root` origin.
|
|
9152
8473
|
* This function does not check the weight of the call, and instead allows the
|
|
@@ -9154,10 +8475,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
9154
8475
|
*
|
|
9155
8476
|
* The dispatch origin for this call must be _Signed_.
|
|
9156
8477
|
**/
|
|
9157
|
-
sudoUncheckedWeight: AugmentedSubmittable<(call:
|
|
9158
|
-
refTime?: any;
|
|
9159
|
-
proofSize?: any;
|
|
9160
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Call, SpWeightsWeightV2Weight]>;
|
|
8478
|
+
sudoUncheckedWeight: AugmentedSubmittable<(call: RuntimeCall | IMethod | string | Uint8Array, weight: PezspWeightsWeightV2Weight) => SubmittableExtrinsic<ApiType>, [RuntimeCall, PezspWeightsWeightV2Weight]>;
|
|
9161
8479
|
/**
|
|
9162
8480
|
* Generic tx
|
|
9163
8481
|
**/
|
|
@@ -9266,10 +8584,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
9266
8584
|
* - `P1` is the complexity of `proposal` preimage.
|
|
9267
8585
|
* - `P2` is proposal-count (code-bounded)
|
|
9268
8586
|
**/
|
|
9269
|
-
close: AugmentedSubmittable<(proposalHash: H256 | string | Uint8Array, index: Compact<u32> | AnyNumber | Uint8Array, proposalWeightBound:
|
|
9270
|
-
refTime?: any;
|
|
9271
|
-
proofSize?: any;
|
|
9272
|
-
} | string | Uint8Array, lengthBound: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [H256, Compact<u32>, SpWeightsWeightV2Weight, Compact<u32>]>;
|
|
8587
|
+
close: AugmentedSubmittable<(proposalHash: H256 | string | Uint8Array, index: Compact<u32> | AnyNumber | Uint8Array, proposalWeightBound: PezspWeightsWeightV2Weight, lengthBound: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [H256, Compact<u32>, PezspWeightsWeightV2Weight, Compact<u32>]>;
|
|
9273
8588
|
/**
|
|
9274
8589
|
* Disapprove a proposal, close, and remove it from the system, regardless of its current
|
|
9275
8590
|
* state.
|
|
@@ -9294,7 +8609,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
9294
8609
|
* - `M` members-count (code-bounded)
|
|
9295
8610
|
* - `P` complexity of dispatching `proposal`
|
|
9296
8611
|
**/
|
|
9297
|
-
execute: AugmentedSubmittable<(proposal:
|
|
8612
|
+
execute: AugmentedSubmittable<(proposal: RuntimeCall | IMethod | string | Uint8Array, lengthBound: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [RuntimeCall, Compact<u32>]>;
|
|
9298
8613
|
/**
|
|
9299
8614
|
* Disapprove the proposal and burn the cost held for storing this proposal.
|
|
9300
8615
|
*
|
|
@@ -9321,7 +8636,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
9321
8636
|
* - `P1` is proposal execution complexity (`threshold < 2`)
|
|
9322
8637
|
* - `P2` is proposals-count (code-bounded) (`threshold >= 2`)
|
|
9323
8638
|
**/
|
|
9324
|
-
propose: AugmentedSubmittable<(threshold: Compact<u32> | AnyNumber | Uint8Array, proposal:
|
|
8639
|
+
propose: AugmentedSubmittable<(threshold: Compact<u32> | AnyNumber | Uint8Array, proposal: RuntimeCall | IMethod | string | Uint8Array, lengthBound: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>, RuntimeCall, Compact<u32>]>;
|
|
9325
8640
|
/**
|
|
9326
8641
|
* Release the cost held for storing a proposal once the given proposal is completed.
|
|
9327
8642
|
*
|
|
@@ -9667,10 +8982,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
9667
8982
|
* probing.
|
|
9668
8983
|
* There's a DB read for each transaction.
|
|
9669
8984
|
**/
|
|
9670
|
-
checkProof: AugmentedSubmittable<(proof:
|
|
9671
|
-
chunk?: any;
|
|
9672
|
-
proof?: any;
|
|
9673
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [SpTransactionStorageProofTransactionStorageProof]>;
|
|
8985
|
+
checkProof: AugmentedSubmittable<(proof: PezspTransactionStorageProofTransactionStorageProof) => SubmittableExtrinsic<ApiType>, [PezspTransactionStorageProofTransactionStorageProof]>;
|
|
9674
8986
|
/**
|
|
9675
8987
|
* Renew previously stored data. Parameters are the block number that contains
|
|
9676
8988
|
* previous `store` or `renew` call and transaction index within that block.
|
|
@@ -9790,11 +9102,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
9790
9102
|
*
|
|
9791
9103
|
* Emits [`Event::AssetSpendApproved`] if successful.
|
|
9792
9104
|
**/
|
|
9793
|
-
spend: AugmentedSubmittable<(assetKind:
|
|
9794
|
-
Native: any;
|
|
9795
|
-
} | {
|
|
9796
|
-
WithId: any;
|
|
9797
|
-
} | string | Uint8Array, amount: Compact<u128> | AnyNumber | Uint8Array, beneficiary: MultiAddress | {
|
|
9105
|
+
spend: AugmentedSubmittable<(assetKind: PezframeSupportTokensFungibleUnionOfNativeOrWithId, amount: Compact<u128> | AnyNumber | Uint8Array, beneficiary: MultiAddress | {
|
|
9798
9106
|
Id: any;
|
|
9799
9107
|
} | {
|
|
9800
9108
|
Index: any;
|
|
@@ -9804,7 +9112,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
9804
9112
|
Address32: any;
|
|
9805
9113
|
} | {
|
|
9806
9114
|
Address20: any;
|
|
9807
|
-
} | string | Uint8Array, validFrom: Option<u32> | null | Uint8Array | u32 | AnyNumber) => SubmittableExtrinsic<ApiType>, [
|
|
9115
|
+
} | string | Uint8Array, validFrom: Option<u32> | null | Uint8Array | u32 | AnyNumber) => SubmittableExtrinsic<ApiType>, [PezframeSupportTokensFungibleUnionOfNativeOrWithId, Compact<u128>, MultiAddress, Option<u32>]>;
|
|
9808
9116
|
/**
|
|
9809
9117
|
* Propose and approve a spend of treasury funds.
|
|
9810
9118
|
*
|
|
@@ -10070,11 +9378,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
10070
9378
|
* - `m = witness.item_metadatas`
|
|
10071
9379
|
* - `a = witness.attributes`
|
|
10072
9380
|
**/
|
|
10073
|
-
destroy: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, witness:
|
|
10074
|
-
items?: any;
|
|
10075
|
-
itemMetadatas?: any;
|
|
10076
|
-
attributes?: any;
|
|
10077
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, PalletUniquesDestroyWitness]>;
|
|
9381
|
+
destroy: AugmentedSubmittable<(collection: u32 | AnyNumber | Uint8Array, witness: PezpalletUniquesDestroyWitness) => SubmittableExtrinsic<ApiType>, [u32, PezpalletUniquesDestroyWitness]>;
|
|
10078
9382
|
/**
|
|
10079
9383
|
* Issue a new collection of non-fungible items from a privileged origin.
|
|
10080
9384
|
*
|
|
@@ -10488,7 +9792,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
10488
9792
|
*
|
|
10489
9793
|
* The dispatch origin for this call must be _Signed_.
|
|
10490
9794
|
**/
|
|
10491
|
-
asDerivative: AugmentedSubmittable<(index: u16 | AnyNumber | Uint8Array, call:
|
|
9795
|
+
asDerivative: AugmentedSubmittable<(index: u16 | AnyNumber | Uint8Array, call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u16, RuntimeCall]>;
|
|
10492
9796
|
/**
|
|
10493
9797
|
* Send a batch of dispatch calls.
|
|
10494
9798
|
*
|
|
@@ -10509,7 +9813,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
10509
9813
|
* and the error of the failed call. If all were successful, then the `BatchCompleted`
|
|
10510
9814
|
* event is deposited.
|
|
10511
9815
|
**/
|
|
10512
|
-
batch: AugmentedSubmittable<(calls: Vec<
|
|
9816
|
+
batch: AugmentedSubmittable<(calls: Vec<RuntimeCall> | (RuntimeCall | IMethod | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Vec<RuntimeCall>]>;
|
|
10513
9817
|
/**
|
|
10514
9818
|
* Send a batch of dispatch calls and atomically execute them.
|
|
10515
9819
|
* The whole transaction will rollback and fail if any of the calls failed.
|
|
@@ -10525,7 +9829,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
10525
9829
|
* ## Complexity
|
|
10526
9830
|
* - O(C) where C is the number of calls to be batched.
|
|
10527
9831
|
**/
|
|
10528
|
-
batchAll: AugmentedSubmittable<(calls: Vec<
|
|
9832
|
+
batchAll: AugmentedSubmittable<(calls: Vec<RuntimeCall> | (RuntimeCall | IMethod | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Vec<RuntimeCall>]>;
|
|
10529
9833
|
/**
|
|
10530
9834
|
* Dispatches a function call with a provided origin.
|
|
10531
9835
|
*
|
|
@@ -10542,7 +9846,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
10542
9846
|
TechnicalCommittee: any;
|
|
10543
9847
|
} | {
|
|
10544
9848
|
AllianceMotion: any;
|
|
10545
|
-
} | string | Uint8Array, call:
|
|
9849
|
+
} | string | Uint8Array, call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [KitchensinkRuntimeOriginCaller, RuntimeCall]>;
|
|
10546
9850
|
/**
|
|
10547
9851
|
* Dispatches a function call with a provided origin.
|
|
10548
9852
|
*
|
|
@@ -10558,7 +9862,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
10558
9862
|
TechnicalCommittee: any;
|
|
10559
9863
|
} | {
|
|
10560
9864
|
AllianceMotion: any;
|
|
10561
|
-
} | string | Uint8Array, call:
|
|
9865
|
+
} | string | Uint8Array, call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [KitchensinkRuntimeOriginCaller, RuntimeCall]>;
|
|
10562
9866
|
/**
|
|
10563
9867
|
* Send a batch of dispatch calls.
|
|
10564
9868
|
* Unlike `batch`, it allows errors and won't interrupt.
|
|
@@ -10574,7 +9878,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
10574
9878
|
* ## Complexity
|
|
10575
9879
|
* - O(C) where C is the number of calls to be batched.
|
|
10576
9880
|
**/
|
|
10577
|
-
forceBatch: AugmentedSubmittable<(calls: Vec<
|
|
9881
|
+
forceBatch: AugmentedSubmittable<(calls: Vec<RuntimeCall> | (RuntimeCall | IMethod | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Vec<RuntimeCall>]>;
|
|
10578
9882
|
/**
|
|
10579
9883
|
* Dispatch a fallback call in the event the main call fails to execute.
|
|
10580
9884
|
* May be called from any origin except `None`.
|
|
@@ -10600,7 +9904,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
10600
9904
|
* - Some use cases might involve submitting a `batch` type call in either main, fallback
|
|
10601
9905
|
* or both.
|
|
10602
9906
|
**/
|
|
10603
|
-
ifElse: AugmentedSubmittable<(main:
|
|
9907
|
+
ifElse: AugmentedSubmittable<(main: RuntimeCall | IMethod | string | Uint8Array, fallback: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [RuntimeCall, RuntimeCall]>;
|
|
10604
9908
|
/**
|
|
10605
9909
|
* Dispatch a function call with a specified weight.
|
|
10606
9910
|
*
|
|
@@ -10609,10 +9913,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
10609
9913
|
*
|
|
10610
9914
|
* The dispatch origin for this call must be _Root_.
|
|
10611
9915
|
**/
|
|
10612
|
-
withWeight: AugmentedSubmittable<(call:
|
|
10613
|
-
refTime?: any;
|
|
10614
|
-
proofSize?: any;
|
|
10615
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Call, SpWeightsWeightV2Weight]>;
|
|
9916
|
+
withWeight: AugmentedSubmittable<(call: RuntimeCall | IMethod | string | Uint8Array, weight: PezspWeightsWeightV2Weight) => SubmittableExtrinsic<ApiType>, [RuntimeCall, PezspWeightsWeightV2Weight]>;
|
|
10616
9917
|
/**
|
|
10617
9918
|
* Generic tx
|
|
10618
9919
|
**/
|
|
@@ -10674,11 +9975,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
10674
9975
|
Address32: any;
|
|
10675
9976
|
} | {
|
|
10676
9977
|
Address20: any;
|
|
10677
|
-
} | string | Uint8Array, schedule:
|
|
10678
|
-
locked?: any;
|
|
10679
|
-
perBlock?: any;
|
|
10680
|
-
startingBlock?: any;
|
|
10681
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, MultiAddress, PalletVestingVestingInfo]>;
|
|
9978
|
+
} | string | Uint8Array, schedule: PezpalletVestingVestingInfo) => SubmittableExtrinsic<ApiType>, [MultiAddress, MultiAddress, PezpalletVestingVestingInfo]>;
|
|
10682
9979
|
/**
|
|
10683
9980
|
* Merge two vesting schedules together, creating a new vesting schedule that unlocks over
|
|
10684
9981
|
* the highest possible start and end blocks. If both schedules have already started the
|
|
@@ -10740,11 +10037,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
10740
10037
|
Address32: any;
|
|
10741
10038
|
} | {
|
|
10742
10039
|
Address20: any;
|
|
10743
|
-
} | string | Uint8Array, schedule:
|
|
10744
|
-
locked?: any;
|
|
10745
|
-
perBlock?: any;
|
|
10746
|
-
startingBlock?: any;
|
|
10747
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, PalletVestingVestingInfo]>;
|
|
10040
|
+
} | string | Uint8Array, schedule: PezpalletVestingVestingInfo) => SubmittableExtrinsic<ApiType>, [MultiAddress, PezpalletVestingVestingInfo]>;
|
|
10748
10041
|
/**
|
|
10749
10042
|
* Unlock any vested funds of a `target` account.
|
|
10750
10043
|
*
|
|
@@ -10853,11 +10146,8 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
|
10853
10146
|
[key: string]: SubmittableExtrinsicFunction<ApiType>;
|
|
10854
10147
|
};
|
|
10855
10148
|
whitelist: {
|
|
10856
|
-
dispatchWhitelistedCall: AugmentedSubmittable<(callHash: H256 | string | Uint8Array, callEncodedLen: u32 | AnyNumber | Uint8Array, callWeightWitness:
|
|
10857
|
-
|
|
10858
|
-
proofSize?: any;
|
|
10859
|
-
} | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H256, u32, SpWeightsWeightV2Weight]>;
|
|
10860
|
-
dispatchWhitelistedCallWithPreimage: AugmentedSubmittable<(call: Call | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Call]>;
|
|
10149
|
+
dispatchWhitelistedCall: AugmentedSubmittable<(callHash: H256 | string | Uint8Array, callEncodedLen: u32 | AnyNumber | Uint8Array, callWeightWitness: PezspWeightsWeightV2Weight) => SubmittableExtrinsic<ApiType>, [H256, u32, PezspWeightsWeightV2Weight]>;
|
|
10150
|
+
dispatchWhitelistedCallWithPreimage: AugmentedSubmittable<(call: RuntimeCall | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [RuntimeCall]>;
|
|
10861
10151
|
removeWhitelistedCall: AugmentedSubmittable<(callHash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H256]>;
|
|
10862
10152
|
whitelistCall: AugmentedSubmittable<(callHash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H256]>;
|
|
10863
10153
|
/**
|