@webb-tools/tangle-substrate-types 0.5.5 → 0.5.9
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/build/interfaces/augment-api-consts.d.ts +104 -4
- package/build/interfaces/augment-api-errors.d.ts +365 -0
- package/build/interfaces/augment-api-events.d.ts +495 -2
- package/build/interfaces/augment-api-query.d.ts +140 -2
- package/build/interfaces/augment-api-tx.d.ts +609 -1
- package/build/interfaces/augment-types.d.ts +21 -2
- package/build/interfaces/lookup.d.ts +1377 -369
- package/build/interfaces/lookup.js +1360 -352
- package/build/interfaces/registry.d.ts +57 -1
- package/build/interfaces/types-lookup.d.ts +1477 -353
- package/build/metadata/static-latest.d.ts +1 -1
- package/build/metadata/static-latest.js +1 -1
- package/build/package.json +1 -1
- package/package.json +4 -4
- package/src/interfaces/augment-api-consts.ts +104 -4
- package/src/interfaces/augment-api-errors.ts +365 -0
- package/src/interfaces/augment-api-events.ts +294 -2
- package/src/interfaces/augment-api-query.ts +131 -2
- package/src/interfaces/augment-api-tx.ts +315 -1
- package/src/interfaces/augment-types.ts +21 -2
- package/src/interfaces/lookup.ts +1361 -353
- package/src/interfaces/registry.ts +57 -1
- package/src/interfaces/types-lookup.ts +1531 -353
- package/src/metadata/metadata.json +1 -1
- package/src/metadata/static-latest.ts +1 -1
- package/ts-types/src/interfaces/augment-api-consts.d.ts +104 -4
- package/ts-types/src/interfaces/augment-api-errors.d.ts +365 -0
- package/ts-types/src/interfaces/augment-api-events.d.ts +495 -2
- package/ts-types/src/interfaces/augment-api-query.d.ts +140 -2
- package/ts-types/src/interfaces/augment-api-tx.d.ts +609 -1
- package/ts-types/src/interfaces/augment-types.d.ts +21 -2
- package/ts-types/src/interfaces/lookup.d.ts +1377 -369
- package/ts-types/src/interfaces/registry.d.ts +57 -1
- package/ts-types/src/interfaces/types-lookup.d.ts +1477 -353
- package/ts-types/src/metadata/static-latest.d.ts +1 -1
- package/ts-types/tsconfig.tsbuildinfo +1 -1
@@ -10,7 +10,7 @@ import type { Data } from '@polkadot/types';
|
|
10
10
|
import type { Bytes, Compact, Null, Option, U256, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';
|
11
11
|
import type { AnyNumber, IMethod, ITuple } from '@polkadot/types-codec/types';
|
12
12
|
import type { AccountId32, Call, H160, H256, MultiAddress, Perbill, Percent, Permill } from '@polkadot/types/interfaces/runtime';
|
13
|
-
import { SpConsensusBabeDigestsNextConfigDescriptor, SpConsensusSlotsEquivocationProof, SpSessionMembershipProof, PalletBalancesAdjustmentDirection, PalletAirdropClaimsUtilsMultiAddress, PalletAirdropClaimsUtilsMultiAddressSignature, PalletAirdropClaimsStatementKind, SpWeightsWeightV2Weight, PalletDemocracyConviction, FrameSupportPreimagesBounded, PalletDemocracyMetadataOwner, PalletDemocracyVoteAccountVote, PalletDkgFeeInfo, SpNposElectionsSupport, SpNposElectionsElectionScore, PalletElectionProviderMultiPhaseRawSolution, PalletElectionProviderMultiPhaseSolutionOrSnapshotSize, PalletElectionsPhragmenRenouncing, EthereumTransactionTransactionV2, SpConsensusGrandpaEquivocationProof, SpCoreVoid, PalletIdentityJudgement, PalletIdentityLegacyIdentityInfo, SpRuntimeMultiSignature, PalletImOnlineHeartbeat, PalletImOnlineSr25519AppSr25519Signature, TanglePrimitivesRolesRoleType, TanglePrimitivesJobsValidatorOffenceType, TanglePrimitivesJobsJobSubmission, TanglePrimitivesJobsJobResult, TanglePrimitivesMisbehaviorMisbehaviorSubmission, PalletMultisigTimepoint, PalletNominationPoolsBondExtra, PalletNominationPoolsClaimPermission, PalletNominationPoolsCommissionChangeRate, PalletNominationPoolsCommissionClaimPermission, PalletNominationPoolsConfigOpU128, PalletNominationPoolsConfigOpU32, PalletNominationPoolsConfigOpPerbill, PalletNominationPoolsPoolState, PalletNominationPoolsConfigOpAccountId32, TangleTestnetRuntimeProxyType, PalletRolesProfile, TangleTestnetRuntimeOpaqueSessionKeys, PalletStakingRewardDestination, PalletStakingPalletConfigOpU128, PalletStakingPalletConfigOpU32, PalletStakingPalletConfigOpPercent, PalletStakingPalletConfigOpPerbill, PalletStakingValidatorPrefs, TangleTestnetRuntimeOriginCaller, PalletVestingVestingInfo, PalletZksaasFeeInfo } from '@polkadot/types/lookup';
|
13
|
+
import { SpConsensusBabeDigestsNextConfigDescriptor, SpConsensusSlotsEquivocationProof, SpSessionMembershipProof, PalletBalancesAdjustmentDirection, PalletAirdropClaimsUtilsMultiAddress, PalletAirdropClaimsUtilsMultiAddressSignature, PalletAirdropClaimsStatementKind, SpWeightsWeightV2Weight, PalletDemocracyConviction, FrameSupportPreimagesBounded, PalletDemocracyMetadataOwner, PalletDemocracyVoteAccountVote, PalletDkgFeeInfo, SpNposElectionsSupport, SpNposElectionsElectionScore, PalletElectionProviderMultiPhaseRawSolution, PalletElectionProviderMultiPhaseSolutionOrSnapshotSize, PalletElectionsPhragmenRenouncing, EthereumTransactionTransactionV2, SpConsensusGrandpaEquivocationProof, SpCoreVoid, PalletIdentityJudgement, PalletIdentityLegacyIdentityInfo, SpRuntimeMultiSignature, PalletImOnlineHeartbeat, PalletImOnlineSr25519AppSr25519Signature, TanglePrimitivesRolesRoleType, TanglePrimitivesJobsValidatorOffenceType, TanglePrimitivesJobsJobSubmission, TanglePrimitivesJobsJobResult, TanglePrimitivesMisbehaviorMisbehaviorSubmission, PalletMultisigTimepoint, PalletNominationPoolsBondExtra, PalletNominationPoolsClaimPermission, PalletNominationPoolsCommissionChangeRate, PalletNominationPoolsCommissionClaimPermission, PalletNominationPoolsConfigOpU128, PalletNominationPoolsConfigOpU32, PalletNominationPoolsConfigOpPerbill, PalletNominationPoolsPoolState, PalletNominationPoolsConfigOpAccountId32, TangleTestnetRuntimeProxyType, PalletRolesProfile, TangleTestnetRuntimeOpaqueSessionKeys, PalletStakingRewardDestination, PalletStakingPalletConfigOpU128, PalletStakingPalletConfigOpU32, PalletStakingPalletConfigOpPercent, PalletStakingPalletConfigOpPerbill, PalletStakingValidatorPrefs, StagingXcmV4AssetAssetId, StagingXcmV4Asset, StagingXcmV4Location, SygmaBridgeProposal, SygmaTraitsMpcAddress, SygmaFeeHandlerRouterFeeHandlerType, TangleTestnetRuntimeOriginCaller, PalletVestingVestingInfo, PalletZksaasFeeInfo } from '@polkadot/types/lookup';
|
14
14
|
|
15
15
|
export type __AugmentedSubmittable = AugmentedSubmittable<() => unknown>;
|
16
16
|
export type __SubmittableExtrinsic<ApiType extends ApiTypes> = SubmittableExtrinsic<ApiType>;
|
@@ -18,6 +18,140 @@ export type __SubmittableExtrinsicFunction<ApiType extends ApiTypes> = Submittab
|
|
18
18
|
|
19
19
|
declare module '@polkadot/api-base/types/submittable' {
|
20
20
|
interface AugmentedSubmittables<ApiType extends ApiTypes> {
|
21
|
+
assets: {
|
22
|
+
/**
|
23
|
+
* See [`Pallet::approve_transfer`].
|
24
|
+
**/
|
25
|
+
approveTransfer: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, delegate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, amount: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, MultiAddress, Compact<u128>]>;
|
26
|
+
/**
|
27
|
+
* See [`Pallet::block`].
|
28
|
+
**/
|
29
|
+
block: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, MultiAddress]>;
|
30
|
+
/**
|
31
|
+
* See [`Pallet::burn`].
|
32
|
+
**/
|
33
|
+
burn: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, amount: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, MultiAddress, Compact<u128>]>;
|
34
|
+
/**
|
35
|
+
* See [`Pallet::cancel_approval`].
|
36
|
+
**/
|
37
|
+
cancelApproval: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, delegate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, MultiAddress]>;
|
38
|
+
/**
|
39
|
+
* See [`Pallet::clear_metadata`].
|
40
|
+
**/
|
41
|
+
clearMetadata: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>]>;
|
42
|
+
/**
|
43
|
+
* See [`Pallet::create`].
|
44
|
+
**/
|
45
|
+
create: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, admin: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, minBalance: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, MultiAddress, u128]>;
|
46
|
+
/**
|
47
|
+
* See [`Pallet::destroy_accounts`].
|
48
|
+
**/
|
49
|
+
destroyAccounts: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>]>;
|
50
|
+
/**
|
51
|
+
* See [`Pallet::destroy_approvals`].
|
52
|
+
**/
|
53
|
+
destroyApprovals: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>]>;
|
54
|
+
/**
|
55
|
+
* See [`Pallet::finish_destroy`].
|
56
|
+
**/
|
57
|
+
finishDestroy: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>]>;
|
58
|
+
/**
|
59
|
+
* See [`Pallet::force_asset_status`].
|
60
|
+
**/
|
61
|
+
forceAssetStatus: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, owner: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, issuer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, admin: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, freezer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, minBalance: Compact<u128> | AnyNumber | Uint8Array, isSufficient: bool | boolean | Uint8Array, isFrozen: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, MultiAddress, MultiAddress, MultiAddress, MultiAddress, Compact<u128>, bool, bool]>;
|
62
|
+
/**
|
63
|
+
* See [`Pallet::force_cancel_approval`].
|
64
|
+
**/
|
65
|
+
forceCancelApproval: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, owner: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, delegate: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, MultiAddress, MultiAddress]>;
|
66
|
+
/**
|
67
|
+
* See [`Pallet::force_clear_metadata`].
|
68
|
+
**/
|
69
|
+
forceClearMetadata: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>]>;
|
70
|
+
/**
|
71
|
+
* See [`Pallet::force_create`].
|
72
|
+
**/
|
73
|
+
forceCreate: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, owner: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, isSufficient: bool | boolean | Uint8Array, minBalance: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, MultiAddress, bool, Compact<u128>]>;
|
74
|
+
/**
|
75
|
+
* See [`Pallet::force_set_metadata`].
|
76
|
+
**/
|
77
|
+
forceSetMetadata: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, name: Bytes | string | Uint8Array, symbol: Bytes | string | Uint8Array, decimals: u8 | AnyNumber | Uint8Array, isFrozen: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, Bytes, Bytes, u8, bool]>;
|
78
|
+
/**
|
79
|
+
* See [`Pallet::force_transfer`].
|
80
|
+
**/
|
81
|
+
forceTransfer: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, source: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, dest: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, amount: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, MultiAddress, MultiAddress, Compact<u128>]>;
|
82
|
+
/**
|
83
|
+
* See [`Pallet::freeze`].
|
84
|
+
**/
|
85
|
+
freeze: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, MultiAddress]>;
|
86
|
+
/**
|
87
|
+
* See [`Pallet::freeze_asset`].
|
88
|
+
**/
|
89
|
+
freezeAsset: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>]>;
|
90
|
+
/**
|
91
|
+
* See [`Pallet::mint`].
|
92
|
+
**/
|
93
|
+
mint: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, beneficiary: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, amount: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, MultiAddress, Compact<u128>]>;
|
94
|
+
/**
|
95
|
+
* See [`Pallet::refund`].
|
96
|
+
**/
|
97
|
+
refund: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, allowBurn: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, bool]>;
|
98
|
+
/**
|
99
|
+
* See [`Pallet::refund_other`].
|
100
|
+
**/
|
101
|
+
refundOther: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, MultiAddress]>;
|
102
|
+
/**
|
103
|
+
* See [`Pallet::set_metadata`].
|
104
|
+
**/
|
105
|
+
setMetadata: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, name: Bytes | string | Uint8Array, symbol: Bytes | string | Uint8Array, decimals: u8 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, Bytes, Bytes, u8]>;
|
106
|
+
/**
|
107
|
+
* See [`Pallet::set_min_balance`].
|
108
|
+
**/
|
109
|
+
setMinBalance: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, minBalance: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, u128]>;
|
110
|
+
/**
|
111
|
+
* See [`Pallet::set_team`].
|
112
|
+
**/
|
113
|
+
setTeam: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, issuer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, admin: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, freezer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, MultiAddress, MultiAddress, MultiAddress]>;
|
114
|
+
/**
|
115
|
+
* See [`Pallet::start_destroy`].
|
116
|
+
**/
|
117
|
+
startDestroy: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>]>;
|
118
|
+
/**
|
119
|
+
* See [`Pallet::thaw`].
|
120
|
+
**/
|
121
|
+
thaw: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, MultiAddress]>;
|
122
|
+
/**
|
123
|
+
* See [`Pallet::thaw_asset`].
|
124
|
+
**/
|
125
|
+
thawAsset: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>]>;
|
126
|
+
/**
|
127
|
+
* See [`Pallet::touch`].
|
128
|
+
**/
|
129
|
+
touch: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>]>;
|
130
|
+
/**
|
131
|
+
* See [`Pallet::touch_other`].
|
132
|
+
**/
|
133
|
+
touchOther: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, MultiAddress]>;
|
134
|
+
/**
|
135
|
+
* See [`Pallet::transfer`].
|
136
|
+
**/
|
137
|
+
transfer: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, target: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, amount: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, MultiAddress, Compact<u128>]>;
|
138
|
+
/**
|
139
|
+
* See [`Pallet::transfer_approved`].
|
140
|
+
**/
|
141
|
+
transferApproved: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, owner: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, destination: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, amount: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, MultiAddress, MultiAddress, Compact<u128>]>;
|
142
|
+
/**
|
143
|
+
* See [`Pallet::transfer_keep_alive`].
|
144
|
+
**/
|
145
|
+
transferKeepAlive: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, target: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, amount: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, MultiAddress, Compact<u128>]>;
|
146
|
+
/**
|
147
|
+
* See [`Pallet::transfer_ownership`].
|
148
|
+
**/
|
149
|
+
transferOwnership: AugmentedSubmittable<(id: Compact<u128> | AnyNumber | Uint8Array, owner: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, MultiAddress]>;
|
150
|
+
/**
|
151
|
+
* Generic tx
|
152
|
+
**/
|
153
|
+
[key: string]: SubmittableExtrinsicFunction<ApiType>;
|
154
|
+
};
|
21
155
|
babe: {
|
22
156
|
/**
|
23
157
|
* See [`Pallet::plan_config_change`].
|
@@ -191,6 +325,10 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
191
325
|
* See [`Pallet::claim_attest`].
|
192
326
|
**/
|
193
327
|
claimAttest: AugmentedSubmittable<(dest: Option<PalletAirdropClaimsUtilsMultiAddress> | null | Uint8Array | PalletAirdropClaimsUtilsMultiAddress | { EVM: any } | { Native: any } | string, signer: Option<PalletAirdropClaimsUtilsMultiAddress> | null | Uint8Array | PalletAirdropClaimsUtilsMultiAddress | { EVM: any } | { Native: any } | string, signature: PalletAirdropClaimsUtilsMultiAddressSignature | { EVM: any } | { Native: any } | string | Uint8Array, statement: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Option<PalletAirdropClaimsUtilsMultiAddress>, Option<PalletAirdropClaimsUtilsMultiAddress>, PalletAirdropClaimsUtilsMultiAddressSignature, Bytes]>;
|
328
|
+
/**
|
329
|
+
* See [`Pallet::claim_signed`].
|
330
|
+
**/
|
331
|
+
claimSigned: AugmentedSubmittable<(dest: Option<PalletAirdropClaimsUtilsMultiAddress> | null | Uint8Array | PalletAirdropClaimsUtilsMultiAddress | { EVM: any } | { Native: any } | string) => SubmittableExtrinsic<ApiType>, [Option<PalletAirdropClaimsUtilsMultiAddress>]>;
|
194
332
|
/**
|
195
333
|
* See [`Pallet::force_set_expiry_config`].
|
196
334
|
**/
|
@@ -624,6 +762,96 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
624
762
|
**/
|
625
763
|
[key: string]: SubmittableExtrinsicFunction<ApiType>;
|
626
764
|
};
|
765
|
+
multiAssetDelegation: {
|
766
|
+
/**
|
767
|
+
* See [`Pallet::cancel_delegator_bond_less`].
|
768
|
+
**/
|
769
|
+
cancelDelegatorBondLess: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
|
770
|
+
/**
|
771
|
+
* See [`Pallet::cancel_leave_operators`].
|
772
|
+
**/
|
773
|
+
cancelLeaveOperators: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
|
774
|
+
/**
|
775
|
+
* See [`Pallet::cancel_operator_bond_less`].
|
776
|
+
**/
|
777
|
+
cancelOperatorBondLess: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
|
778
|
+
/**
|
779
|
+
* See [`Pallet::cancel_unstake`].
|
780
|
+
**/
|
781
|
+
cancelUnstake: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
|
782
|
+
/**
|
783
|
+
* See [`Pallet::delegate`].
|
784
|
+
**/
|
785
|
+
delegate: AugmentedSubmittable<(operator: AccountId32 | string | Uint8Array, assetId: u128 | AnyNumber | Uint8Array, amount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [AccountId32, u128, u128]>;
|
786
|
+
/**
|
787
|
+
* See [`Pallet::deposit`].
|
788
|
+
**/
|
789
|
+
deposit: AugmentedSubmittable<(assetId: Option<u128> | null | Uint8Array | u128 | AnyNumber, amount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Option<u128>, u128]>;
|
790
|
+
/**
|
791
|
+
* See [`Pallet::execute_delegator_bond_less`].
|
792
|
+
**/
|
793
|
+
executeDelegatorBondLess: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
|
794
|
+
/**
|
795
|
+
* See [`Pallet::execute_leave_operators`].
|
796
|
+
**/
|
797
|
+
executeLeaveOperators: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
|
798
|
+
/**
|
799
|
+
* See [`Pallet::execute_operator_bond_less`].
|
800
|
+
**/
|
801
|
+
executeOperatorBondLess: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
|
802
|
+
/**
|
803
|
+
* See [`Pallet::execute_unstake`].
|
804
|
+
**/
|
805
|
+
executeUnstake: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
|
806
|
+
/**
|
807
|
+
* See [`Pallet::go_offline`].
|
808
|
+
**/
|
809
|
+
goOffline: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
|
810
|
+
/**
|
811
|
+
* See [`Pallet::go_online`].
|
812
|
+
**/
|
813
|
+
goOnline: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
|
814
|
+
/**
|
815
|
+
* See [`Pallet::join_operators`].
|
816
|
+
**/
|
817
|
+
joinOperators: AugmentedSubmittable<(bondAmount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u128]>;
|
818
|
+
/**
|
819
|
+
* See [`Pallet::operator_bond_more`].
|
820
|
+
**/
|
821
|
+
operatorBondMore: AugmentedSubmittable<(additionalBond: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u128]>;
|
822
|
+
/**
|
823
|
+
* See [`Pallet::schedule_delegator_bond_less`].
|
824
|
+
**/
|
825
|
+
scheduleDelegatorBondLess: AugmentedSubmittable<(operator: AccountId32 | string | Uint8Array, assetId: u128 | AnyNumber | Uint8Array, amount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [AccountId32, u128, u128]>;
|
826
|
+
/**
|
827
|
+
* See [`Pallet::schedule_leave_operators`].
|
828
|
+
**/
|
829
|
+
scheduleLeaveOperators: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
|
830
|
+
/**
|
831
|
+
* See [`Pallet::schedule_operator_bond_less`].
|
832
|
+
**/
|
833
|
+
scheduleOperatorBondLess: AugmentedSubmittable<(bondLessAmount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u128]>;
|
834
|
+
/**
|
835
|
+
* See [`Pallet::schedule_unstake`].
|
836
|
+
**/
|
837
|
+
scheduleUnstake: AugmentedSubmittable<(assetId: Option<u128> | null | Uint8Array | u128 | AnyNumber, amount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Option<u128>, u128]>;
|
838
|
+
/**
|
839
|
+
* See [`Pallet::set_incentive_apy_and_cap`].
|
840
|
+
**/
|
841
|
+
setIncentiveApyAndCap: AugmentedSubmittable<(assetId: u128 | AnyNumber | Uint8Array, apy: u128 | AnyNumber | Uint8Array, cap: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u128, u128, u128]>;
|
842
|
+
/**
|
843
|
+
* See [`Pallet::set_whitelisted_assets`].
|
844
|
+
**/
|
845
|
+
setWhitelistedAssets: AugmentedSubmittable<(assets: Vec<u128> | (u128 | AnyNumber | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Vec<u128>]>;
|
846
|
+
/**
|
847
|
+
* See [`Pallet::whitelist_blueprint_for_rewards`].
|
848
|
+
**/
|
849
|
+
whitelistBlueprintForRewards: AugmentedSubmittable<(blueprintId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
|
850
|
+
/**
|
851
|
+
* Generic tx
|
852
|
+
**/
|
853
|
+
[key: string]: SubmittableExtrinsicFunction<ApiType>;
|
854
|
+
};
|
627
855
|
multisig: {
|
628
856
|
/**
|
629
857
|
* See [`Pallet::approve_as_multi`].
|
@@ -1046,6 +1274,92 @@ declare module '@polkadot/api-base/types/submittable' {
|
|
1046
1274
|
**/
|
1047
1275
|
[key: string]: SubmittableExtrinsicFunction<ApiType>;
|
1048
1276
|
};
|
1277
|
+
sygmaAccessSegregator: {
|
1278
|
+
/**
|
1279
|
+
* See [`Pallet::grant_access`].
|
1280
|
+
**/
|
1281
|
+
grantAccess: AugmentedSubmittable<(palletIndex: u8 | AnyNumber | Uint8Array, extrinsicName: Bytes | string | Uint8Array, who: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u8, Bytes, AccountId32]>;
|
1282
|
+
/**
|
1283
|
+
* Generic tx
|
1284
|
+
**/
|
1285
|
+
[key: string]: SubmittableExtrinsicFunction<ApiType>;
|
1286
|
+
};
|
1287
|
+
sygmaBasicFeeHandler: {
|
1288
|
+
/**
|
1289
|
+
* See [`Pallet::set_fee`].
|
1290
|
+
**/
|
1291
|
+
setFee: AugmentedSubmittable<(domain: u8 | AnyNumber | Uint8Array, asset: StagingXcmV4AssetAssetId | { parents?: any; interior?: any } | string | Uint8Array, amount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u8, StagingXcmV4AssetAssetId, u128]>;
|
1292
|
+
/**
|
1293
|
+
* Generic tx
|
1294
|
+
**/
|
1295
|
+
[key: string]: SubmittableExtrinsicFunction<ApiType>;
|
1296
|
+
};
|
1297
|
+
sygmaBridge: {
|
1298
|
+
/**
|
1299
|
+
* See [`Pallet::deposit`].
|
1300
|
+
**/
|
1301
|
+
deposit: AugmentedSubmittable<(asset: StagingXcmV4Asset | { id?: any; fun?: any } | string | Uint8Array, dest: StagingXcmV4Location | { parents?: any; interior?: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [StagingXcmV4Asset, StagingXcmV4Location]>;
|
1302
|
+
/**
|
1303
|
+
* See [`Pallet::execute_proposal`].
|
1304
|
+
**/
|
1305
|
+
executeProposal: AugmentedSubmittable<(proposals: Vec<SygmaBridgeProposal> | (SygmaBridgeProposal | { originDomainId?: any; depositNonce?: any; resourceId?: any; data?: any } | string | Uint8Array)[], signature: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Vec<SygmaBridgeProposal>, Bytes]>;
|
1306
|
+
/**
|
1307
|
+
* See [`Pallet::pause_all_bridges`].
|
1308
|
+
**/
|
1309
|
+
pauseAllBridges: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
|
1310
|
+
/**
|
1311
|
+
* See [`Pallet::pause_bridge`].
|
1312
|
+
**/
|
1313
|
+
pauseBridge: AugmentedSubmittable<(destDomainId: u8 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u8]>;
|
1314
|
+
/**
|
1315
|
+
* See [`Pallet::register_domain`].
|
1316
|
+
**/
|
1317
|
+
registerDomain: AugmentedSubmittable<(destDomainId: u8 | AnyNumber | Uint8Array, destChainId: U256 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u8, U256]>;
|
1318
|
+
/**
|
1319
|
+
* See [`Pallet::retry`].
|
1320
|
+
**/
|
1321
|
+
retry: AugmentedSubmittable<(depositOnBlockHeight: u128 | AnyNumber | Uint8Array, destDomainId: u8 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u128, u8]>;
|
1322
|
+
/**
|
1323
|
+
* See [`Pallet::set_mpc_address`].
|
1324
|
+
**/
|
1325
|
+
setMpcAddress: AugmentedSubmittable<(addr: SygmaTraitsMpcAddress | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [SygmaTraitsMpcAddress]>;
|
1326
|
+
/**
|
1327
|
+
* See [`Pallet::unpause_all_bridges`].
|
1328
|
+
**/
|
1329
|
+
unpauseAllBridges: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
|
1330
|
+
/**
|
1331
|
+
* See [`Pallet::unpause_bridge`].
|
1332
|
+
**/
|
1333
|
+
unpauseBridge: AugmentedSubmittable<(destDomainId: u8 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u8]>;
|
1334
|
+
/**
|
1335
|
+
* See [`Pallet::unregister_domain`].
|
1336
|
+
**/
|
1337
|
+
unregisterDomain: AugmentedSubmittable<(destDomainId: u8 | AnyNumber | Uint8Array, destChainId: U256 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u8, U256]>;
|
1338
|
+
/**
|
1339
|
+
* Generic tx
|
1340
|
+
**/
|
1341
|
+
[key: string]: SubmittableExtrinsicFunction<ApiType>;
|
1342
|
+
};
|
1343
|
+
sygmaFeeHandlerRouter: {
|
1344
|
+
/**
|
1345
|
+
* See [`Pallet::set_fee_handler`].
|
1346
|
+
**/
|
1347
|
+
setFeeHandler: AugmentedSubmittable<(domain: u8 | AnyNumber | Uint8Array, asset: StagingXcmV4AssetAssetId | { parents?: any; interior?: any } | string | Uint8Array, handlerType: SygmaFeeHandlerRouterFeeHandlerType | 'BasicFeeHandler' | 'PercentageFeeHandler' | 'DynamicFeeHandler' | number | Uint8Array) => SubmittableExtrinsic<ApiType>, [u8, StagingXcmV4AssetAssetId, SygmaFeeHandlerRouterFeeHandlerType]>;
|
1348
|
+
/**
|
1349
|
+
* Generic tx
|
1350
|
+
**/
|
1351
|
+
[key: string]: SubmittableExtrinsicFunction<ApiType>;
|
1352
|
+
};
|
1353
|
+
sygmaPercentageFeeHandler: {
|
1354
|
+
/**
|
1355
|
+
* See [`Pallet::set_fee_rate`].
|
1356
|
+
**/
|
1357
|
+
setFeeRate: AugmentedSubmittable<(domain: u8 | AnyNumber | Uint8Array, asset: StagingXcmV4AssetAssetId | { parents?: any; interior?: any } | string | Uint8Array, feeRateBasisPoint: u32 | AnyNumber | Uint8Array, feeLowerBound: u128 | AnyNumber | Uint8Array, feeUpperBound: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u8, StagingXcmV4AssetAssetId, u32, u128, u128]>;
|
1358
|
+
/**
|
1359
|
+
* Generic tx
|
1360
|
+
**/
|
1361
|
+
[key: string]: SubmittableExtrinsicFunction<ApiType>;
|
1362
|
+
};
|
1049
1363
|
system: {
|
1050
1364
|
/**
|
1051
1365
|
* See [`Pallet::apply_authorized_upgrade`].
|
@@ -37,31 +37,34 @@ import type { EvmAccount, EvmCallInfo, EvmCallInfoV2, EvmCreateInfo, EvmCreateIn
|
|
37
37
|
import type { AnySignature, EcdsaSignature, Ed25519Signature, Era, Extrinsic, ExtrinsicEra, ExtrinsicPayload, ExtrinsicPayloadUnknown, ExtrinsicPayloadV4, ExtrinsicSignature, ExtrinsicSignatureV4, ExtrinsicUnknown, ExtrinsicV4, ImmortalEra, MortalEra, MultiSignature, Signature, SignerPayload, Sr25519Signature } from '@polkadot/types/interfaces/extrinsics';
|
38
38
|
import type { FungiblesAccessError } from '@polkadot/types/interfaces/fungibles';
|
39
39
|
import type { AssetOptions, Owner, PermissionLatest, PermissionVersions, PermissionsV1 } from '@polkadot/types/interfaces/genericAsset';
|
40
|
+
import type { GenesisBuildErr } from '@polkadot/types/interfaces/genesisBuilder';
|
40
41
|
import type { ActiveGilt, ActiveGiltsTotal, ActiveIndex, GiltBid } from '@polkadot/types/interfaces/gilt';
|
41
42
|
import type { AuthorityIndex, AuthorityList, AuthoritySet, AuthoritySetChange, AuthoritySetChanges, AuthorityWeight, DelayKind, DelayKindBest, EncodedFinalityProofs, ForkTreePendingChange, ForkTreePendingChangeNode, GrandpaCommit, GrandpaEquivocation, GrandpaEquivocationProof, GrandpaEquivocationValue, GrandpaJustification, GrandpaPrecommit, GrandpaPrevote, GrandpaSignedPrecommit, JustificationNotification, KeyOwnerProof, NextAuthority, PendingChange, PendingPause, PendingResume, Precommits, Prevotes, ReportedRoundStates, RoundState, SetId, StoredPendingChange, StoredState } from '@polkadot/types/interfaces/grandpa';
|
42
43
|
import type { IdentityFields, IdentityInfo, IdentityInfoAdditional, IdentityInfoTo198, IdentityJudgement, RegistrarIndex, RegistrarInfo, Registration, RegistrationJudgement, RegistrationTo198 } from '@polkadot/types/interfaces/identity';
|
43
44
|
import type { AuthIndex, AuthoritySignature, Heartbeat, HeartbeatTo244, OpaqueMultiaddr, OpaqueNetworkState, OpaquePeerId } from '@polkadot/types/interfaces/imOnline';
|
44
45
|
import type { CallIndex, LotteryConfig } from '@polkadot/types/interfaces/lottery';
|
45
46
|
import type { CustomMetadata15, CustomValueMetadata15, ErrorMetadataLatest, ErrorMetadataV10, ErrorMetadataV11, ErrorMetadataV12, ErrorMetadataV13, ErrorMetadataV14, ErrorMetadataV9, EventMetadataLatest, EventMetadataV10, EventMetadataV11, EventMetadataV12, EventMetadataV13, EventMetadataV14, EventMetadataV9, ExtrinsicMetadataLatest, ExtrinsicMetadataV11, ExtrinsicMetadataV12, ExtrinsicMetadataV13, ExtrinsicMetadataV14, ExtrinsicMetadataV15, FunctionArgumentMetadataLatest, FunctionArgumentMetadataV10, FunctionArgumentMetadataV11, FunctionArgumentMetadataV12, FunctionArgumentMetadataV13, FunctionArgumentMetadataV14, FunctionArgumentMetadataV9, FunctionMetadataLatest, FunctionMetadataV10, FunctionMetadataV11, FunctionMetadataV12, FunctionMetadataV13, FunctionMetadataV14, FunctionMetadataV9, MetadataAll, MetadataLatest, MetadataV10, MetadataV11, MetadataV12, MetadataV13, MetadataV14, MetadataV15, MetadataV9, ModuleConstantMetadataV10, ModuleConstantMetadataV11, ModuleConstantMetadataV12, ModuleConstantMetadataV13, ModuleConstantMetadataV9, ModuleMetadataV10, ModuleMetadataV11, ModuleMetadataV12, ModuleMetadataV13, ModuleMetadataV9, OpaqueMetadata, OuterEnums15, PalletCallMetadataLatest, PalletCallMetadataV14, PalletConstantMetadataLatest, PalletConstantMetadataV14, PalletErrorMetadataLatest, PalletErrorMetadataV14, PalletEventMetadataLatest, PalletEventMetadataV14, PalletMetadataLatest, PalletMetadataV14, PalletMetadataV15, PalletStorageMetadataLatest, PalletStorageMetadataV14, PortableType, PortableTypeV14, RuntimeApiMetadataLatest, RuntimeApiMetadataV15, RuntimeApiMethodMetadataV15, RuntimeApiMethodParamMetadataV15, SignedExtensionMetadataLatest, SignedExtensionMetadataV14, StorageEntryMetadataLatest, StorageEntryMetadataV10, StorageEntryMetadataV11, StorageEntryMetadataV12, StorageEntryMetadataV13, StorageEntryMetadataV14, StorageEntryMetadataV9, StorageEntryModifierLatest, StorageEntryModifierV10, StorageEntryModifierV11, StorageEntryModifierV12, StorageEntryModifierV13, StorageEntryModifierV14, StorageEntryModifierV9, StorageEntryTypeLatest, StorageEntryTypeV10, StorageEntryTypeV11, StorageEntryTypeV12, StorageEntryTypeV13, StorageEntryTypeV14, StorageEntryTypeV9, StorageHasher, StorageHasherV10, StorageHasherV11, StorageHasherV12, StorageHasherV13, StorageHasherV14, StorageHasherV9, StorageMetadataV10, StorageMetadataV11, StorageMetadataV12, StorageMetadataV13, StorageMetadataV9 } from '@polkadot/types/interfaces/metadata';
|
47
|
+
import type { Mixnode, MixnodesErr, SessionPhase, SessionStatus } from '@polkadot/types/interfaces/mixnet';
|
46
48
|
import type { MmrBatchProof, MmrEncodableOpaqueLeaf, MmrError, MmrHash, MmrLeafBatchProof, MmrLeafIndex, MmrLeafProof, MmrNodeIndex, MmrProof } from '@polkadot/types/interfaces/mmr';
|
47
49
|
import type { NftCollectionId, NftItemId } from '@polkadot/types/interfaces/nfts';
|
48
50
|
import type { NpApiError, NpPoolId } from '@polkadot/types/interfaces/nompools';
|
49
51
|
import type { StorageKind } from '@polkadot/types/interfaces/offchain';
|
50
52
|
import type { DeferredOffenceOf, Kind, OffenceDetails, Offender, OpaqueTimeSlot, ReportIdOf, Reporter } from '@polkadot/types/interfaces/offences';
|
51
|
-
import type { AbridgedCandidateReceipt, AbridgedHostConfiguration, AbridgedHrmpChannel, AssignmentId, AssignmentKind, AttestedCandidate, AuctionIndex, AuthorityDiscoveryId, AvailabilityBitfield, AvailabilityBitfieldRecord, BackedCandidate, Bidder, BufferedSessionChange, CandidateCommitments, CandidateDescriptor, CandidateEvent, CandidateHash, CandidateInfo, CandidatePendingAvailability, CandidateReceipt, CollatorId, CollatorSignature, CommittedCandidateReceipt, CoreAssignment, CoreIndex, CoreOccupied, CoreState, DisputeLocation, DisputeProof, DisputeResult, DisputeState, DisputeStatement, DisputeStatementSet, DisputesTimeSlot, DoubleVoteReport, DownwardMessage, ExecutorParam, ExecutorParams, ExecutorParamsHash, ExplicitDisputeStatement, GlobalValidationData, GlobalValidationSchedule, GroupIndex, GroupRotationInfo, HeadData, HostConfiguration, HrmpChannel, HrmpChannelId, HrmpOpenChannelRequest, InboundDownwardMessage, InboundHrmpMessage, InboundHrmpMessages, IncomingParachain, IncomingParachainDeploy, IncomingParachainFixed, InvalidDisputeStatementKind, LeasePeriod, LeasePeriodOf, LocalValidationData, MessageIngestionType, MessageQueueChain, MessagingStateSnapshot, MessagingStateSnapshotEgressEntry, MultiDisputeStatementSet, NewBidder, OccupiedCore, OccupiedCoreAssumption, OldV1SessionInfo, OutboundHrmpMessage, ParaGenesisArgs, ParaId, ParaInfo, ParaLifecycle, ParaPastCodeMeta, ParaScheduling, ParaValidatorIndex, ParachainDispatchOrigin, ParachainInherentData, ParachainProposal, ParachainsInherentData, ParathreadClaim, ParathreadClaimQueue, ParathreadEntry, PendingSlashes, PersistedValidationData, PvfCheckStatement, PvfExecTimeoutKind, PvfPrepTimeoutKind, QueuedParathread, RegisteredParachainInfo, RelayBlockNumber, RelayChainBlockNumber, RelayChainHash, RelayHash, Remark, ReplacementTimes, Retriable, ScheduledCore, Scheduling, ScrapedOnChainVotes, ServiceQuality, SessionInfo, SessionInfoValidatorGroup, SignedAvailabilityBitfield, SignedAvailabilityBitfields, SigningContext, SlashingOffenceKind, SlotRange, SlotRange10, Statement, SubId, SystemInherentData, TransientValidationData, UpgradeGoAhead, UpgradeRestriction, UpwardMessage, ValidDisputeStatementKind, ValidationCode, ValidationCodeHash, ValidationData, ValidationDataType, ValidationFunctionParams, ValidatorSignature, ValidityAttestation, VecInboundHrmpMessage, WinnersData, WinnersData10, WinnersDataTuple, WinnersDataTuple10, WinningData, WinningData10, WinningDataEntry } from '@polkadot/types/interfaces/parachains';
|
53
|
+
import type { AbridgedCandidateReceipt, AbridgedHostConfiguration, AbridgedHrmpChannel, ApprovalVotingParams, AssignmentId, AssignmentKind, AsyncBackingParams, AttestedCandidate, AuctionIndex, AuthorityDiscoveryId, AvailabilityBitfield, AvailabilityBitfieldRecord, BackedCandidate, BackingState, Bidder, BufferedSessionChange, CandidateCommitments, CandidateDescriptor, CandidateEvent, CandidateHash, CandidateInfo, CandidatePendingAvailability, CandidateReceipt, CollatorId, CollatorSignature, CommittedCandidateReceipt, Constraints, CoreAssignment, CoreIndex, CoreOccupied, CoreState, DisputeLocation, DisputeProof, DisputeResult, DisputeState, DisputeStatement, DisputeStatementSet, DisputesTimeSlot, DoubleVoteReport, DownwardMessage, ExecutorParam, ExecutorParams, ExecutorParamsHash, ExplicitDisputeStatement, GlobalValidationData, GlobalValidationSchedule, GroupIndex, GroupRotationInfo, HeadData, HostConfiguration, HrmpChannel, HrmpChannelId, HrmpOpenChannelRequest, InboundDownwardMessage, InboundHrmpLimitations, InboundHrmpMessage, InboundHrmpMessages, IncomingParachain, IncomingParachainDeploy, IncomingParachainFixed, InvalidDisputeStatementKind, LeasePeriod, LeasePeriodOf, LocalValidationData, MessageIngestionType, MessageQueueChain, MessagingStateSnapshot, MessagingStateSnapshotEgressEntry, MultiDisputeStatementSet, NewBidder, NodeFeatures, OccupiedCore, OccupiedCoreAssumption, OldV1SessionInfo, OutboundHrmpChannelLimitations, OutboundHrmpMessage, ParaGenesisArgs, ParaId, ParaInfo, ParaLifecycle, ParaPastCodeMeta, ParaScheduling, ParaValidatorIndex, ParachainDispatchOrigin, ParachainInherentData, ParachainProposal, ParachainsInherentData, ParathreadClaim, ParathreadClaimQueue, ParathreadEntry, PendingSlashes, PersistedValidationData, PvfCheckStatement, PvfExecTimeoutKind, PvfPrepTimeoutKind, QueuedParathread, RegisteredParachainInfo, RelayBlockNumber, RelayChainBlockNumber, RelayChainHash, RelayHash, Remark, ReplacementTimes, Retriable, ScheduledCore, Scheduling, ScrapedOnChainVotes, ServiceQuality, SessionInfo, SessionInfoValidatorGroup, SignedAvailabilityBitfield, SignedAvailabilityBitfields, SigningContext, SlashingOffenceKind, SlotRange, SlotRange10, Statement, SubId, SystemInherentData, TransientValidationData, UpgradeGoAhead, UpgradeRestriction, UpwardMessage, ValidDisputeStatementKind, ValidationCode, ValidationCodeHash, ValidationData, ValidationDataType, ValidationFunctionParams, ValidatorSignature, ValidityAttestation, VecInboundHrmpMessage, WinnersData, WinnersData10, WinnersDataTuple, WinnersDataTuple10, WinningData, WinningData10, WinningDataEntry } from '@polkadot/types/interfaces/parachains';
|
52
54
|
import type { FeeDetails, InclusionFee, RuntimeDispatchInfo, RuntimeDispatchInfoV1, RuntimeDispatchInfoV2 } from '@polkadot/types/interfaces/payment';
|
53
55
|
import type { Approvals } from '@polkadot/types/interfaces/poll';
|
54
56
|
import type { ProxyAnnouncement, ProxyDefinition, ProxyType } from '@polkadot/types/interfaces/proxy';
|
55
57
|
import type { AccountStatus, AccountValidity } from '@polkadot/types/interfaces/purchase';
|
56
58
|
import type { ActiveRecovery, RecoveryConfig } from '@polkadot/types/interfaces/recovery';
|
57
59
|
import type { RpcMethods } from '@polkadot/types/interfaces/rpc';
|
58
|
-
import type { AccountId, AccountId20, AccountId32, AccountId33, AccountIdOf, AccountIndex, Address, AssetId, Balance, BalanceOf, Block, BlockNumber, BlockNumberFor, BlockNumberOf, Call, CallHash, CallHashOf, ChangesTrieConfiguration, ChangesTrieSignal, CodecHash, Consensus, ConsensusEngineId, CrateVersion, Digest, DigestItem, EncodedJustification, ExtrinsicsWeight, Fixed128, Fixed64, FixedI128, FixedI64, FixedU128, FixedU64, H1024, H128, H160, H2048, H256, H32, H512, H64, Hash, Header, HeaderPartial, I32F32, Index, IndicesLookupSource, Justification, Justifications, KeyTypeId, KeyValue, LockIdentifier, LookupSource, LookupTarget, ModuleId, Moment, MultiAddress, MultiSigner, OpaqueCall, Origin, OriginCaller, PalletId, PalletVersion, PalletsOrigin, Pays, PerU16, Perbill, Percent, Permill, Perquintill, Phantom, PhantomData, PreRuntime, Releases, RuntimeCall, RuntimeDbWeight, RuntimeEvent, Seal, SealV0, SignedBlock, SignedBlockWithJustification, SignedBlockWithJustifications, Slot, SlotDuration, StorageData, StorageInfo, StorageProof, TransactionInfo, TransactionLongevity, TransactionPriority, TransactionStorageProof, TransactionTag, U32F32, ValidatorId, ValidatorIdOf, Weight, WeightMultiplier, WeightV0, WeightV1, WeightV2 } from '@polkadot/types/interfaces/runtime';
|
60
|
+
import type { AccountId, AccountId20, AccountId32, AccountId33, AccountIdOf, AccountIndex, Address, AssetId, Balance, BalanceOf, Block, BlockNumber, BlockNumberFor, BlockNumberOf, Call, CallHash, CallHashOf, ChangesTrieConfiguration, ChangesTrieSignal, CodecHash, Consensus, ConsensusEngineId, CrateVersion, Digest, DigestItem, EncodedJustification, ExtrinsicInclusionMode, ExtrinsicsWeight, Fixed128, Fixed64, FixedI128, FixedI64, FixedU128, FixedU64, H1024, H128, H160, H2048, H256, H32, H512, H64, Hash, Header, HeaderPartial, I32F32, Index, IndicesLookupSource, Justification, Justifications, KeyTypeId, KeyValue, LockIdentifier, LookupSource, LookupTarget, ModuleId, Moment, MultiAddress, MultiSigner, OpaqueCall, Origin, OriginCaller, PalletId, PalletVersion, PalletsOrigin, Pays, PerU16, Perbill, Percent, Permill, Perquintill, Phantom, PhantomData, PreRuntime, Releases, RuntimeCall, RuntimeDbWeight, RuntimeEvent, Seal, SealV0, SignedBlock, SignedBlockWithJustification, SignedBlockWithJustifications, Slot, SlotDuration, StorageData, StorageInfo, StorageProof, TransactionInfo, TransactionLongevity, TransactionPriority, TransactionStorageProof, TransactionTag, U32F32, ValidatorId, ValidatorIdOf, Weight, WeightMultiplier, WeightV0, WeightV1, WeightV2 } from '@polkadot/types/interfaces/runtime';
|
59
61
|
import type { Si0Field, Si0LookupTypeId, Si0Path, Si0Type, Si0TypeDef, Si0TypeDefArray, Si0TypeDefBitSequence, Si0TypeDefCompact, Si0TypeDefComposite, Si0TypeDefPhantom, Si0TypeDefPrimitive, Si0TypeDefSequence, Si0TypeDefTuple, Si0TypeDefVariant, Si0TypeParameter, Si0Variant, Si1Field, Si1LookupTypeId, Si1Path, Si1Type, Si1TypeDef, Si1TypeDefArray, Si1TypeDefBitSequence, Si1TypeDefCompact, Si1TypeDefComposite, Si1TypeDefPrimitive, Si1TypeDefSequence, Si1TypeDefTuple, Si1TypeDefVariant, Si1TypeParameter, Si1Variant, SiField, SiLookupTypeId, SiPath, SiType, SiTypeDef, SiTypeDefArray, SiTypeDefBitSequence, SiTypeDefCompact, SiTypeDefComposite, SiTypeDefPrimitive, SiTypeDefSequence, SiTypeDefTuple, SiTypeDefVariant, SiTypeParameter, SiVariant } from '@polkadot/types/interfaces/scaleInfo';
|
60
62
|
import type { Period, Priority, SchedulePeriod, SchedulePriority, Scheduled, ScheduledTo254, TaskAddress } from '@polkadot/types/interfaces/scheduler';
|
61
63
|
import type { BeefyKey, FullIdentification, IdentificationTuple, Keys, MembershipProof, SessionIndex, SessionKeys1, SessionKeys10, SessionKeys10B, SessionKeys2, SessionKeys3, SessionKeys4, SessionKeys5, SessionKeys6, SessionKeys6B, SessionKeys7, SessionKeys7B, SessionKeys8, SessionKeys8B, SessionKeys9, SessionKeys9B, ValidatorCount } from '@polkadot/types/interfaces/session';
|
62
64
|
import type { Bid, BidKind, SocietyJudgement, SocietyVote, StrikeCount, VouchingStatus } from '@polkadot/types/interfaces/society';
|
63
65
|
import type { ActiveEraInfo, CompactAssignments, CompactAssignmentsTo257, CompactAssignmentsTo265, CompactAssignmentsWith16, CompactAssignmentsWith24, CompactScore, CompactScoreCompact, ElectionCompute, ElectionPhase, ElectionResult, ElectionScore, ElectionSize, ElectionStatus, EraIndex, EraPoints, EraRewardPoints, EraRewards, Exposure, ExtendedBalance, Forcing, IndividualExposure, KeyType, MomentOf, Nominations, NominatorIndex, NominatorIndexCompact, OffchainAccuracy, OffchainAccuracyCompact, PhragmenScore, Points, RawSolution, RawSolutionTo265, RawSolutionWith16, RawSolutionWith24, ReadySolution, RewardDestination, RewardPoint, RoundSnapshot, SeatHolder, SignedSubmission, SignedSubmissionOf, SignedSubmissionTo276, SlashJournalEntry, SlashingSpans, SlashingSpansTo204, SolutionOrSnapshotSize, SolutionSupport, SolutionSupports, SpanIndex, SpanRecord, StakingLedger, StakingLedgerTo223, StakingLedgerTo240, SubmissionIndicesOf, Supports, UnappliedSlash, UnappliedSlashOther, UnlockChunk, ValidatorIndex, ValidatorIndexCompact, ValidatorPrefs, ValidatorPrefsTo145, ValidatorPrefsTo196, ValidatorPrefsWithBlocked, ValidatorPrefsWithCommission, VoteWeight, Voter } from '@polkadot/types/interfaces/staking';
|
64
66
|
import type { ApiId, BlockTrace, BlockTraceEvent, BlockTraceEventData, BlockTraceSpan, KeyValueOption, MigrationStatusResult, ReadProof, RuntimeVersion, RuntimeVersionApi, RuntimeVersionPartial, RuntimeVersionPre3, RuntimeVersionPre4, SpecVersion, StorageChangeSet, TraceBlockResponse, TraceError } from '@polkadot/types/interfaces/state';
|
67
|
+
import type { StatementStoreInvalidStatement, StatementStoreStatementSource, StatementStoreValidStatement } from '@polkadot/types/interfaces/statement';
|
65
68
|
import type { WeightToFeeCoefficient } from '@polkadot/types/interfaces/support';
|
66
69
|
import type { AccountInfo, AccountInfoWithDualRefCount, AccountInfoWithProviders, AccountInfoWithRefCount, AccountInfoWithRefCountU8, AccountInfoWithTripleRefCount, ApplyExtrinsicResult, ApplyExtrinsicResultPre6, ArithmeticError, BlockLength, BlockWeights, ChainProperties, ChainType, ConsumedWeight, DigestOf, DispatchClass, DispatchError, DispatchErrorModule, DispatchErrorModulePre6, DispatchErrorModuleU8, DispatchErrorModuleU8a, DispatchErrorPre6, DispatchErrorPre6First, DispatchErrorTo198, DispatchInfo, DispatchInfoTo190, DispatchInfoTo244, DispatchOutcome, DispatchOutcomePre6, DispatchResult, DispatchResultOf, DispatchResultTo198, Event, EventId, EventIndex, EventRecord, Health, InvalidTransaction, Key, LastRuntimeUpgradeInfo, NetworkState, NetworkStatePeerset, NetworkStatePeersetInfo, NodeRole, NotConnectedPeer, Peer, PeerEndpoint, PeerEndpointAddr, PeerInfo, PeerPing, PerDispatchClassU32, PerDispatchClassWeight, PerDispatchClassWeightsPerClass, Phase, RawOrigin, RefCount, RefCountTo259, SyncState, SystemOrigin, TokenError, TransactionValidityError, TransactionalError, UnknownTransaction, WeightPerClass } from '@polkadot/types/interfaces/system';
|
67
70
|
import type { Bounty, BountyIndex, BountyStatus, BountyStatusActive, BountyStatusCuratorProposed, BountyStatusPendingPayout, OpenTip, OpenTipFinderTo225, OpenTipTip, OpenTipTo225, TreasuryProposal } from '@polkadot/types/interfaces/treasury';
|
@@ -109,6 +112,7 @@ declare module '@polkadot/types/types/registry' {
|
|
109
112
|
ApplyExtrinsicResultPre6: ApplyExtrinsicResultPre6;
|
110
113
|
ApprovalFlag: ApprovalFlag;
|
111
114
|
Approvals: Approvals;
|
115
|
+
ApprovalVotingParams: ApprovalVotingParams;
|
112
116
|
ArithmeticError: ArithmeticError;
|
113
117
|
AssetApproval: AssetApproval;
|
114
118
|
AssetApprovalKey: AssetApprovalKey;
|
@@ -124,6 +128,7 @@ declare module '@polkadot/types/types/registry' {
|
|
124
128
|
AssetOptions: AssetOptions;
|
125
129
|
AssignmentId: AssignmentId;
|
126
130
|
AssignmentKind: AssignmentKind;
|
131
|
+
AsyncBackingParams: AsyncBackingParams;
|
127
132
|
AttestedCandidate: AttestedCandidate;
|
128
133
|
AuctionIndex: AuctionIndex;
|
129
134
|
AuthIndex: AuthIndex;
|
@@ -146,6 +151,7 @@ declare module '@polkadot/types/types/registry' {
|
|
146
151
|
BabeGenesisConfigurationV1: BabeGenesisConfigurationV1;
|
147
152
|
BabeWeight: BabeWeight;
|
148
153
|
BackedCandidate: BackedCandidate;
|
154
|
+
BackingState: BackingState;
|
149
155
|
Balance: Balance;
|
150
156
|
BalanceLock: BalanceLock;
|
151
157
|
BalanceLockTo212: BalanceLockTo212;
|
@@ -248,6 +254,7 @@ declare module '@polkadot/types/types/registry' {
|
|
248
254
|
ConfigData: ConfigData;
|
249
255
|
Consensus: Consensus;
|
250
256
|
ConsensusEngineId: ConsensusEngineId;
|
257
|
+
Constraints: Constraints;
|
251
258
|
ConsumedWeight: ConsumedWeight;
|
252
259
|
ContractCallFlags: ContractCallFlags;
|
253
260
|
ContractCallRequest: ContractCallRequest;
|
@@ -471,6 +478,7 @@ declare module '@polkadot/types/types/registry' {
|
|
471
478
|
ExtendedBalance: ExtendedBalance;
|
472
479
|
Extrinsic: Extrinsic;
|
473
480
|
ExtrinsicEra: ExtrinsicEra;
|
481
|
+
ExtrinsicInclusionMode: ExtrinsicInclusionMode;
|
474
482
|
ExtrinsicMetadataLatest: ExtrinsicMetadataLatest;
|
475
483
|
ExtrinsicMetadataV11: ExtrinsicMetadataV11;
|
476
484
|
ExtrinsicMetadataV12: ExtrinsicMetadataV12;
|
@@ -524,6 +532,7 @@ declare module '@polkadot/types/types/registry' {
|
|
524
532
|
FungibilityV2: FungibilityV2;
|
525
533
|
FungiblesAccessError: FungiblesAccessError;
|
526
534
|
Gas: Gas;
|
535
|
+
GenesisBuildErr: GenesisBuildErr;
|
527
536
|
GiltBid: GiltBid;
|
528
537
|
GlobalValidationData: GlobalValidationData;
|
529
538
|
GlobalValidationSchedule: GlobalValidationSchedule;
|
@@ -580,6 +589,7 @@ declare module '@polkadot/types/types/registry' {
|
|
580
589
|
ImmortalEra: ImmortalEra;
|
581
590
|
ImportedAux: ImportedAux;
|
582
591
|
InboundDownwardMessage: InboundDownwardMessage;
|
592
|
+
InboundHrmpLimitations: InboundHrmpLimitations;
|
583
593
|
InboundHrmpMessage: InboundHrmpMessage;
|
584
594
|
InboundHrmpMessages: InboundHrmpMessages;
|
585
595
|
InboundLaneData: InboundLaneData;
|
@@ -668,6 +678,8 @@ declare module '@polkadot/types/types/registry' {
|
|
668
678
|
MetadataV15: MetadataV15;
|
669
679
|
MetadataV9: MetadataV9;
|
670
680
|
MigrationStatusResult: MigrationStatusResult;
|
681
|
+
Mixnode: Mixnode;
|
682
|
+
MixnodesErr: MixnodesErr;
|
671
683
|
MmrBatchProof: MmrBatchProof;
|
672
684
|
MmrEncodableOpaqueLeaf: MmrEncodableOpaqueLeaf;
|
673
685
|
MmrError: MmrError;
|
@@ -723,6 +735,7 @@ declare module '@polkadot/types/types/registry' {
|
|
723
735
|
NextConfigDescriptorV1: NextConfigDescriptorV1;
|
724
736
|
NftCollectionId: NftCollectionId;
|
725
737
|
NftItemId: NftItemId;
|
738
|
+
NodeFeatures: NodeFeatures;
|
726
739
|
NodeRole: NodeRole;
|
727
740
|
Nominations: Nominations;
|
728
741
|
NominatorIndex: NominatorIndex;
|
@@ -756,6 +769,7 @@ declare module '@polkadot/types/types/registry' {
|
|
756
769
|
OriginKindV0: OriginKindV0;
|
757
770
|
OriginKindV1: OriginKindV1;
|
758
771
|
OriginKindV2: OriginKindV2;
|
772
|
+
OutboundHrmpChannelLimitations: OutboundHrmpChannelLimitations;
|
759
773
|
OutboundHrmpMessage: OutboundHrmpMessage;
|
760
774
|
OutboundLaneData: OutboundLaneData;
|
761
775
|
OutboundMessageFee: OutboundMessageFee;
|
@@ -961,6 +975,8 @@ declare module '@polkadot/types/types/registry' {
|
|
961
975
|
SessionKeys8B: SessionKeys8B;
|
962
976
|
SessionKeys9: SessionKeys9;
|
963
977
|
SessionKeys9B: SessionKeys9B;
|
978
|
+
SessionPhase: SessionPhase;
|
979
|
+
SessionStatus: SessionStatus;
|
964
980
|
SetId: SetId;
|
965
981
|
SetIndex: SetIndex;
|
966
982
|
Si0Field: Si0Field;
|
@@ -1045,6 +1061,9 @@ declare module '@polkadot/types/types/registry' {
|
|
1045
1061
|
StakingLedgerTo240: StakingLedgerTo240;
|
1046
1062
|
Statement: Statement;
|
1047
1063
|
StatementKind: StatementKind;
|
1064
|
+
StatementStoreInvalidStatement: StatementStoreInvalidStatement;
|
1065
|
+
StatementStoreStatementSource: StatementStoreStatementSource;
|
1066
|
+
StatementStoreValidStatement: StatementStoreValidStatement;
|
1048
1067
|
StorageChangeSet: StorageChangeSet;
|
1049
1068
|
StorageData: StorageData;
|
1050
1069
|
StorageDeposit: StorageDeposit;
|