@pezkuwi/types-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/augment.js +2 -0
- package/bundle.js +2 -0
- package/cjs/augment.d.ts +2 -0
- package/cjs/augment.js +4 -0
- package/cjs/bundle.d.ts +2 -0
- package/cjs/bundle.js +6 -0
- package/cjs/index.js +5 -0
- package/{build/lookup/assetHubKusama.d.ts → cjs/lookup/assetHubDicle.d.ts} +75 -75
- package/cjs/lookup/assetHubDicle.js +1164 -0
- package/{build/lookup/assetHubPolkadot.d.ts → cjs/lookup/assetHubPezkuwi.d.ts} +186 -186
- package/cjs/lookup/assetHubPezkuwi.js +2979 -0
- package/{build/lookup/substrate.d.ts → cjs/lookup/bizinikiwi.d.ts} +594 -594
- package/cjs/lookup/bizinikiwi.js +9673 -0
- package/cjs/lookup/definitions.js +15 -0
- package/{build/lookup/kusama.d.ts → cjs/lookup/dicle.d.ts} +29 -29
- package/cjs/lookup/dicle.js +738 -0
- package/cjs/lookup/index.js +5 -0
- package/{build/lookup/polkadot.d.ts → cjs/lookup/pezkuwi.d.ts} +199 -195
- package/cjs/lookup/pezkuwi.js +4768 -0
- package/cjs/lookup/types-assetHubDicle.d.ts +684 -0
- package/cjs/lookup/types-assetHubDicle.js +4 -0
- package/{build/lookup/types-assetHubPolkadot.d.ts → cjs/lookup/types-assetHubPezkuwi.d.ts} +623 -624
- package/cjs/lookup/types-assetHubPezkuwi.js +4 -0
- package/{build/lookup/types-substrate.d.ts → cjs/lookup/types-bizinikiwi.d.ts} +1815 -1816
- package/cjs/lookup/types-bizinikiwi.js +4 -0
- package/{build/lookup/types-kusama.d.ts → cjs/lookup/types-dicle.d.ts} +139 -139
- package/cjs/lookup/types-dicle.js +4 -0
- package/{build/lookup/types-polkadot.d.ts → cjs/lookup/types-pezkuwi.d.ts} +642 -641
- package/cjs/lookup/types-pezkuwi.js +4 -0
- package/cjs/lookup/types.d.ts +5 -0
- package/cjs/lookup/types.js +7 -0
- package/cjs/package.json +3 -0
- package/cjs/packageDetect.js +7 -0
- package/cjs/packageInfo.js +4 -0
- package/cjs/registry/assetHubDicle.d.ts +81 -0
- package/cjs/registry/assetHubDicle.js +4 -0
- package/cjs/registry/assetHubPezkuwi.d.ts +200 -0
- package/cjs/registry/assetHubPezkuwi.js +4 -0
- package/cjs/registry/bizinikiwi.d.ts +625 -0
- package/cjs/registry/bizinikiwi.js +4 -0
- package/cjs/registry/dicle.d.ts +35 -0
- package/cjs/registry/dicle.js +4 -0
- package/cjs/registry/index.js +3 -0
- package/{build → cjs}/registry/interfaces.d.ts +44 -44
- package/cjs/registry/interfaces.js +4 -0
- package/cjs/registry/pezkuwi.d.ts +279 -0
- package/cjs/registry/pezkuwi.js +4 -0
- package/index.d.ts +2 -0
- package/index.js +2 -0
- package/lookup/assetHubDicle.d.ts +1161 -0
- package/lookup/assetHubDicle.js +1162 -0
- package/lookup/assetHubPezkuwi.d.ts +2976 -0
- package/lookup/assetHubPezkuwi.js +2977 -0
- package/lookup/bizinikiwi.d.ts +9670 -0
- package/lookup/bizinikiwi.js +9671 -0
- package/lookup/definitions.d.ts +3 -0
- package/lookup/definitions.js +12 -0
- package/lookup/dicle.d.ts +735 -0
- package/lookup/dicle.js +736 -0
- package/lookup/index.d.ts +1 -0
- package/lookup/index.js +2 -0
- package/lookup/pezkuwi.d.ts +4765 -0
- package/lookup/pezkuwi.js +4766 -0
- package/lookup/types-assetHubDicle.d.ts +684 -0
- package/lookup/types-assetHubDicle.js +2 -0
- package/lookup/types-assetHubPezkuwi.d.ts +2511 -0
- package/lookup/types-assetHubPezkuwi.js +2 -0
- package/lookup/types-bizinikiwi.d.ts +9980 -0
- package/lookup/types-bizinikiwi.js +2 -0
- package/lookup/types-dicle.d.ts +364 -0
- package/lookup/types-dicle.js +2 -0
- package/lookup/types-pezkuwi.d.ts +4463 -0
- package/lookup/types-pezkuwi.js +2 -0
- package/lookup/types.d.ts +5 -0
- package/lookup/types.js +5 -0
- package/package.json +380 -6
- 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/registry/assetHubDicle.d.ts +81 -0
- package/registry/assetHubDicle.js +2 -0
- package/registry/assetHubPezkuwi.d.ts +200 -0
- package/registry/assetHubPezkuwi.js +2 -0
- package/registry/bizinikiwi.d.ts +625 -0
- package/registry/bizinikiwi.js +2 -0
- package/registry/dicle.d.ts +35 -0
- package/registry/dicle.js +2 -0
- package/registry/index.d.ts +1 -0
- package/registry/index.js +1 -0
- package/registry/interfaces.d.ts +1368 -0
- package/registry/interfaces.js +2 -0
- package/registry/pezkuwi.d.ts +279 -0
- package/registry/pezkuwi.js +2 -0
- package/build/lookup/types-assetHubKusama.d.ts +0 -684
- package/build/lookup/types.d.ts +0 -5
- package/build/registry/assetHubKusama.d.ts +0 -81
- package/build/registry/assetHubPolkadot.d.ts +0 -200
- package/build/registry/kusama.d.ts +0 -35
- package/build/registry/polkadot.d.ts +0 -278
- package/build/registry/substrate.d.ts +0 -625
- package/src/augment.ts +0 -5
- package/src/bundle.ts +0 -6
- package/src/index.ts +0 -6
- package/src/lookup/assetHubKusama.ts +0 -1165
- package/src/lookup/assetHubPolkadot.ts +0 -2980
- package/src/lookup/definitions.ts +0 -19
- package/src/lookup/index.ts +0 -4
- package/src/lookup/kusama.ts +0 -739
- package/src/lookup/polkadot.ts +0 -4765
- package/src/lookup/substrate.ts +0 -9674
- package/src/lookup/types-assetHubKusama.ts +0 -764
- package/src/lookup/types-assetHubPolkadot.ts +0 -2711
- package/src/lookup/types-kusama.ts +0 -399
- package/src/lookup/types-polkadot.ts +0 -4721
- package/src/lookup/types-substrate.ts +0 -10590
- package/src/lookup/types.ts +0 -8
- package/src/mod.ts +0 -4
- package/src/packageInfo.ts +0 -6
- package/src/registry/assetHubKusama.ts +0 -88
- package/src/registry/assetHubPolkadot.ts +0 -207
- package/src/registry/index.ts +0 -4
- package/src/registry/interfaces.ts +0 -1375
- package/src/registry/kusama.ts +0 -42
- package/src/registry/polkadot.ts +0 -285
- package/src/registry/substrate.ts +0 -632
- package/tsconfig.build.json +0 -15
- package/tsconfig.build.tsbuildinfo +0 -1
- /package/{build/augment.d.ts → augment.d.ts} +0 -0
- /package/{build/bundle.d.ts → bundle.d.ts} +0 -0
- /package/{build → cjs}/index.d.ts +0 -0
- /package/{build → cjs}/lookup/definitions.d.ts +0 -0
- /package/{build → cjs}/lookup/index.d.ts +0 -0
- /package/{build → cjs}/packageDetect.d.ts +0 -0
- /package/{build → cjs}/packageInfo.d.ts +0 -0
- /package/{build → cjs}/registry/index.d.ts +0 -0
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
import '@
|
|
1
|
+
import '@pezkuwi/types/lookup';
|
|
2
2
|
import type { Compact, Enum, Null, Option, Struct, Vec, bool, u16, u32 } from '@pezkuwi/types-codec';
|
|
3
3
|
import type { ITuple } from '@pezkuwi/types-codec/types';
|
|
4
4
|
import type { AccountId32, PerU16, Permill, Perquintill } from '@pezkuwi/types/interfaces/runtime';
|
|
5
|
-
declare module '@
|
|
6
|
-
/** @name
|
|
7
|
-
interface
|
|
8
|
-
readonly grandpa:
|
|
9
|
-
readonly babe:
|
|
10
|
-
readonly paraValidator:
|
|
11
|
-
readonly paraAssignment:
|
|
12
|
-
readonly authorityDiscovery:
|
|
13
|
-
readonly beefy:
|
|
5
|
+
declare module '@pezkuwi/types/lookup' {
|
|
6
|
+
/** @name StagingDicleRuntimeSessionKeys (138) */
|
|
7
|
+
interface StagingDicleRuntimeSessionKeys extends Struct {
|
|
8
|
+
readonly grandpa: PezspConsensusGrandpaAppPublic;
|
|
9
|
+
readonly babe: PezspConsensusBabeAppPublic;
|
|
10
|
+
readonly paraValidator: PezkuwiPrimitivesV8ValidatorAppPublic;
|
|
11
|
+
readonly paraAssignment: PezkuwiPrimitivesV8AssignmentAppPublic;
|
|
12
|
+
readonly authorityDiscovery: PezspAuthorityDiscoveryAppPublic;
|
|
13
|
+
readonly beefy: PezspConsensusBeefyEcdsaCryptoPublic;
|
|
14
14
|
}
|
|
15
|
-
/** @name
|
|
16
|
-
interface
|
|
15
|
+
/** @name StagingDicleRuntimeOriginCaller (160) */
|
|
16
|
+
interface StagingDicleRuntimeOriginCaller extends Enum {
|
|
17
17
|
readonly isSystem: boolean;
|
|
18
|
-
readonly asSystem:
|
|
18
|
+
readonly asSystem: PezframeSupportDispatchRawOrigin;
|
|
19
19
|
readonly isOrigins: boolean;
|
|
20
|
-
readonly asOrigins:
|
|
20
|
+
readonly asOrigins: StagingDicleRuntimeGovernanceOriginsPezpalletCustomOriginsOrigin;
|
|
21
21
|
readonly isParachainsOrigin: boolean;
|
|
22
|
-
readonly asParachainsOrigin:
|
|
22
|
+
readonly asParachainsOrigin: PezkuwiRuntimeTeyrchainsOriginPezpalletOrigin;
|
|
23
23
|
readonly isXcmPallet: boolean;
|
|
24
|
-
readonly asXcmPallet:
|
|
24
|
+
readonly asXcmPallet: PezpalletXcmOrigin;
|
|
25
25
|
readonly type: 'System' | 'Origins' | 'ParachainsOrigin' | 'XcmPallet';
|
|
26
26
|
}
|
|
27
|
-
/** @name
|
|
28
|
-
interface
|
|
27
|
+
/** @name StagingDicleRuntimeGovernanceOriginsPezpalletCustomOriginsOrigin (162) */
|
|
28
|
+
interface StagingDicleRuntimeGovernanceOriginsPezpalletCustomOriginsOrigin extends Enum {
|
|
29
29
|
readonly isStakingAdmin: boolean;
|
|
30
30
|
readonly isTreasurer: boolean;
|
|
31
31
|
readonly isFellowshipAdmin: boolean;
|
|
@@ -56,55 +56,55 @@ declare module '@polkadot/types/lookup' {
|
|
|
56
56
|
readonly isWishForChange: boolean;
|
|
57
57
|
readonly type: 'StakingAdmin' | 'Treasurer' | 'FellowshipAdmin' | 'GeneralAdmin' | 'AuctionAdmin' | 'LeaseAdmin' | 'ReferendumCanceller' | 'ReferendumKiller' | 'SmallTipper' | 'BigTipper' | 'SmallSpender' | 'MediumSpender' | 'BigSpender' | 'WhitelistedCaller' | 'FellowshipInitiates' | 'Fellows' | 'FellowshipExperts' | 'FellowshipMasters' | 'Fellowship1Dan' | 'Fellowship2Dan' | 'Fellowship3Dan' | 'Fellowship4Dan' | 'Fellowship5Dan' | 'Fellowship6Dan' | 'Fellowship7Dan' | 'Fellowship8Dan' | 'Fellowship9Dan' | 'WishForChange';
|
|
58
58
|
}
|
|
59
|
-
/** @name
|
|
60
|
-
interface
|
|
59
|
+
/** @name StagingDicleRuntimeRuntimeParameters (172) */
|
|
60
|
+
interface StagingDicleRuntimeRuntimeParameters extends Enum {
|
|
61
61
|
readonly isInflation: boolean;
|
|
62
|
-
readonly asInflation:
|
|
62
|
+
readonly asInflation: StagingDicleRuntimeDynamicParamsInflationParameters;
|
|
63
63
|
readonly isTreasury: boolean;
|
|
64
|
-
readonly asTreasury:
|
|
64
|
+
readonly asTreasury: StagingDicleRuntimeDynamicParamsTreasuryParameters;
|
|
65
65
|
readonly type: 'Inflation' | 'Treasury';
|
|
66
66
|
}
|
|
67
|
-
/** @name
|
|
68
|
-
interface
|
|
67
|
+
/** @name StagingDicleRuntimeDynamicParamsInflationParameters (173) */
|
|
68
|
+
interface StagingDicleRuntimeDynamicParamsInflationParameters extends Enum {
|
|
69
69
|
readonly isMinInflation: boolean;
|
|
70
|
-
readonly asMinInflation: ITuple<[
|
|
70
|
+
readonly asMinInflation: ITuple<[StagingDicleRuntimeDynamicParamsInflationMinInflation, Option<Perquintill>]>;
|
|
71
71
|
readonly isMaxInflation: boolean;
|
|
72
|
-
readonly asMaxInflation: ITuple<[
|
|
72
|
+
readonly asMaxInflation: ITuple<[StagingDicleRuntimeDynamicParamsInflationMaxInflation, Option<Perquintill>]>;
|
|
73
73
|
readonly isIdealStake: boolean;
|
|
74
|
-
readonly asIdealStake: ITuple<[
|
|
74
|
+
readonly asIdealStake: ITuple<[StagingDicleRuntimeDynamicParamsInflationIdealStake, Option<Perquintill>]>;
|
|
75
75
|
readonly isFalloff: boolean;
|
|
76
|
-
readonly asFalloff: ITuple<[
|
|
76
|
+
readonly asFalloff: ITuple<[StagingDicleRuntimeDynamicParamsInflationFalloff, Option<Perquintill>]>;
|
|
77
77
|
readonly isUseAuctionSlots: boolean;
|
|
78
|
-
readonly asUseAuctionSlots: ITuple<[
|
|
78
|
+
readonly asUseAuctionSlots: ITuple<[StagingDicleRuntimeDynamicParamsInflationUseAuctionSlots, Option<bool>]>;
|
|
79
79
|
readonly type: 'MinInflation' | 'MaxInflation' | 'IdealStake' | 'Falloff' | 'UseAuctionSlots';
|
|
80
80
|
}
|
|
81
|
-
/** @name
|
|
82
|
-
type
|
|
83
|
-
/** @name
|
|
84
|
-
type
|
|
85
|
-
/** @name
|
|
86
|
-
type
|
|
87
|
-
/** @name
|
|
88
|
-
type
|
|
89
|
-
/** @name
|
|
90
|
-
type
|
|
91
|
-
/** @name
|
|
92
|
-
interface
|
|
81
|
+
/** @name StagingDicleRuntimeDynamicParamsInflationMinInflation (174) */
|
|
82
|
+
type StagingDicleRuntimeDynamicParamsInflationMinInflation = Null;
|
|
83
|
+
/** @name StagingDicleRuntimeDynamicParamsInflationMaxInflation (177) */
|
|
84
|
+
type StagingDicleRuntimeDynamicParamsInflationMaxInflation = Null;
|
|
85
|
+
/** @name StagingDicleRuntimeDynamicParamsInflationIdealStake (178) */
|
|
86
|
+
type StagingDicleRuntimeDynamicParamsInflationIdealStake = Null;
|
|
87
|
+
/** @name StagingDicleRuntimeDynamicParamsInflationFalloff (179) */
|
|
88
|
+
type StagingDicleRuntimeDynamicParamsInflationFalloff = Null;
|
|
89
|
+
/** @name StagingDicleRuntimeDynamicParamsInflationUseAuctionSlots (180) */
|
|
90
|
+
type StagingDicleRuntimeDynamicParamsInflationUseAuctionSlots = Null;
|
|
91
|
+
/** @name StagingDicleRuntimeDynamicParamsTreasuryParameters (182) */
|
|
92
|
+
interface StagingDicleRuntimeDynamicParamsTreasuryParameters extends Enum {
|
|
93
93
|
readonly isBurnPortion: boolean;
|
|
94
|
-
readonly asBurnPortion: ITuple<[
|
|
94
|
+
readonly asBurnPortion: ITuple<[StagingDicleRuntimeDynamicParamsTreasuryBurnPortion, Option<Permill>]>;
|
|
95
95
|
readonly isBurnDestination: boolean;
|
|
96
|
-
readonly asBurnDestination: ITuple<[
|
|
96
|
+
readonly asBurnDestination: ITuple<[StagingDicleRuntimeDynamicParamsTreasuryBurnDestination, Option<StagingDicleRuntimeBurnDestinationAccount>]>;
|
|
97
97
|
readonly type: 'BurnPortion' | 'BurnDestination';
|
|
98
98
|
}
|
|
99
|
-
/** @name
|
|
100
|
-
type
|
|
101
|
-
/** @name
|
|
102
|
-
type
|
|
103
|
-
/** @name
|
|
104
|
-
interface
|
|
99
|
+
/** @name StagingDicleRuntimeDynamicParamsTreasuryBurnPortion (183) */
|
|
100
|
+
type StagingDicleRuntimeDynamicParamsTreasuryBurnPortion = Null;
|
|
101
|
+
/** @name StagingDicleRuntimeDynamicParamsTreasuryBurnDestination (186) */
|
|
102
|
+
type StagingDicleRuntimeDynamicParamsTreasuryBurnDestination = Null;
|
|
103
|
+
/** @name StagingDicleRuntimeBurnDestinationAccount (188) */
|
|
104
|
+
interface StagingDicleRuntimeBurnDestinationAccount extends Option<AccountId32> {
|
|
105
105
|
}
|
|
106
|
-
/** @name
|
|
107
|
-
interface
|
|
106
|
+
/** @name DicleRuntimeConstantsProxyProxyType (209) */
|
|
107
|
+
interface DicleRuntimeConstantsProxyProxyType extends Enum {
|
|
108
108
|
readonly isAny: boolean;
|
|
109
109
|
readonly isNonTransfer: boolean;
|
|
110
110
|
readonly isGovernance: boolean;
|
|
@@ -117,8 +117,8 @@ declare module '@polkadot/types/lookup' {
|
|
|
117
117
|
readonly isParaRegistration: boolean;
|
|
118
118
|
readonly type: 'Any' | 'NonTransfer' | 'Governance' | 'Staking' | 'CancelProxy' | 'Auction' | 'Society' | 'NominationPools' | 'Spokesperson' | 'ParaRegistration';
|
|
119
119
|
}
|
|
120
|
-
/** @name
|
|
121
|
-
interface
|
|
120
|
+
/** @name StagingDicleRuntimeNposCompactSolution24 (219) */
|
|
121
|
+
interface StagingDicleRuntimeNposCompactSolution24 extends Struct {
|
|
122
122
|
readonly votes1: Vec<ITuple<[Compact<u32>, Compact<u16>]>>;
|
|
123
123
|
readonly votes2: Vec<ITuple<[Compact<u32>, ITuple<[Compact<u16>, Compact<PerU16>]>, Compact<u16>]>>;
|
|
124
124
|
readonly votes3: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
|
@@ -144,8 +144,8 @@ declare module '@polkadot/types/lookup' {
|
|
|
144
144
|
readonly votes23: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
|
145
145
|
readonly votes24: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
|
146
146
|
}
|
|
147
|
-
/** @name
|
|
148
|
-
interface
|
|
147
|
+
/** @name PezpalletRcMigratorRecoveryRecoveryStage (539) */
|
|
148
|
+
interface PezpalletRcMigratorRecoveryRecoveryStage extends Enum {
|
|
149
149
|
readonly isRecoverable: boolean;
|
|
150
150
|
readonly asRecoverable: Option<AccountId32>;
|
|
151
151
|
readonly isActiveRecoveries: boolean;
|
|
@@ -155,8 +155,8 @@ declare module '@polkadot/types/lookup' {
|
|
|
155
155
|
readonly isFinished: boolean;
|
|
156
156
|
readonly type: 'Recoverable' | 'ActiveRecoveries' | 'Proxy' | 'Finished';
|
|
157
157
|
}
|
|
158
|
-
/** @name
|
|
159
|
-
interface
|
|
158
|
+
/** @name PezpalletRcMigratorSocietySocietyStage (543) */
|
|
159
|
+
interface PezpalletRcMigratorSocietySocietyStage extends Enum {
|
|
160
160
|
readonly isValues: boolean;
|
|
161
161
|
readonly isMembers: boolean;
|
|
162
162
|
readonly asMembers: Option<AccountId32>;
|
|
@@ -177,16 +177,16 @@ declare module '@polkadot/types/lookup' {
|
|
|
177
177
|
readonly isFinished: boolean;
|
|
178
178
|
readonly type: 'Values' | 'Members' | 'Payouts' | 'MemberByIndex' | 'SuspendedMembers' | 'Candidates' | 'Votes' | 'VoteClearCursor' | 'DefenderVotes' | 'Finished';
|
|
179
179
|
}
|
|
180
|
-
/** @name
|
|
181
|
-
interface
|
|
180
|
+
/** @name StagingDicleRuntimeRuntimeParametersKey (566) */
|
|
181
|
+
interface StagingDicleRuntimeRuntimeParametersKey extends Enum {
|
|
182
182
|
readonly isInflation: boolean;
|
|
183
|
-
readonly asInflation:
|
|
183
|
+
readonly asInflation: StagingDicleRuntimeDynamicParamsInflationParametersKey;
|
|
184
184
|
readonly isTreasury: boolean;
|
|
185
|
-
readonly asTreasury:
|
|
185
|
+
readonly asTreasury: StagingDicleRuntimeDynamicParamsTreasuryParametersKey;
|
|
186
186
|
readonly type: 'Inflation' | 'Treasury';
|
|
187
187
|
}
|
|
188
|
-
/** @name
|
|
189
|
-
interface
|
|
188
|
+
/** @name StagingDicleRuntimeDynamicParamsInflationParametersKey (567) */
|
|
189
|
+
interface StagingDicleRuntimeDynamicParamsInflationParametersKey extends Enum {
|
|
190
190
|
readonly isMinInflation: boolean;
|
|
191
191
|
readonly isMaxInflation: boolean;
|
|
192
192
|
readonly isIdealStake: boolean;
|
|
@@ -194,22 +194,22 @@ declare module '@polkadot/types/lookup' {
|
|
|
194
194
|
readonly isUseAuctionSlots: boolean;
|
|
195
195
|
readonly type: 'MinInflation' | 'MaxInflation' | 'IdealStake' | 'Falloff' | 'UseAuctionSlots';
|
|
196
196
|
}
|
|
197
|
-
/** @name
|
|
198
|
-
interface
|
|
197
|
+
/** @name StagingDicleRuntimeDynamicParamsTreasuryParametersKey (568) */
|
|
198
|
+
interface StagingDicleRuntimeDynamicParamsTreasuryParametersKey extends Enum {
|
|
199
199
|
readonly isBurnPortion: boolean;
|
|
200
200
|
readonly isBurnDestination: boolean;
|
|
201
201
|
readonly type: 'BurnPortion' | 'BurnDestination';
|
|
202
202
|
}
|
|
203
|
-
/** @name
|
|
204
|
-
interface
|
|
203
|
+
/** @name StagingDicleRuntimeRuntimeParametersValue (570) */
|
|
204
|
+
interface StagingDicleRuntimeRuntimeParametersValue extends Enum {
|
|
205
205
|
readonly isInflation: boolean;
|
|
206
|
-
readonly asInflation:
|
|
206
|
+
readonly asInflation: StagingDicleRuntimeDynamicParamsInflationParametersValue;
|
|
207
207
|
readonly isTreasury: boolean;
|
|
208
|
-
readonly asTreasury:
|
|
208
|
+
readonly asTreasury: StagingDicleRuntimeDynamicParamsTreasuryParametersValue;
|
|
209
209
|
readonly type: 'Inflation' | 'Treasury';
|
|
210
210
|
}
|
|
211
|
-
/** @name
|
|
212
|
-
interface
|
|
211
|
+
/** @name StagingDicleRuntimeDynamicParamsInflationParametersValue (571) */
|
|
212
|
+
interface StagingDicleRuntimeDynamicParamsInflationParametersValue extends Enum {
|
|
213
213
|
readonly isMinInflation: boolean;
|
|
214
214
|
readonly asMinInflation: Perquintill;
|
|
215
215
|
readonly isMaxInflation: boolean;
|
|
@@ -222,143 +222,143 @@ declare module '@polkadot/types/lookup' {
|
|
|
222
222
|
readonly asUseAuctionSlots: bool;
|
|
223
223
|
readonly type: 'MinInflation' | 'MaxInflation' | 'IdealStake' | 'Falloff' | 'UseAuctionSlots';
|
|
224
224
|
}
|
|
225
|
-
/** @name
|
|
226
|
-
interface
|
|
225
|
+
/** @name StagingDicleRuntimeDynamicParamsTreasuryParametersValue (572) */
|
|
226
|
+
interface StagingDicleRuntimeDynamicParamsTreasuryParametersValue extends Enum {
|
|
227
227
|
readonly isBurnPortion: boolean;
|
|
228
228
|
readonly asBurnPortion: Permill;
|
|
229
229
|
readonly isBurnDestination: boolean;
|
|
230
|
-
readonly asBurnDestination:
|
|
230
|
+
readonly asBurnDestination: StagingDicleRuntimeBurnDestinationAccount;
|
|
231
231
|
readonly type: 'BurnPortion' | 'BurnDestination';
|
|
232
232
|
}
|
|
233
|
-
/** @name
|
|
234
|
-
interface
|
|
233
|
+
/** @name PezpalletRecoveryDepositKind (579) */
|
|
234
|
+
interface PezpalletRecoveryDepositKind extends Enum {
|
|
235
235
|
readonly isRecoveryConfig: boolean;
|
|
236
236
|
readonly isActiveRecoveryFor: boolean;
|
|
237
237
|
readonly asActiveRecoveryFor: AccountId32;
|
|
238
238
|
readonly type: 'RecoveryConfig' | 'ActiveRecoveryFor';
|
|
239
239
|
}
|
|
240
|
-
/** @name
|
|
241
|
-
type
|
|
242
|
-
/** @name
|
|
243
|
-
interface
|
|
240
|
+
/** @name StagingDicleRuntimeRuntime (580) */
|
|
241
|
+
type StagingDicleRuntimeRuntime = Null;
|
|
242
|
+
/** @name StagingDicleRuntimeRuntimeHoldReason (668) */
|
|
243
|
+
interface StagingDicleRuntimeRuntimeHoldReason extends Enum {
|
|
244
244
|
readonly isStaking: boolean;
|
|
245
|
-
readonly asStaking:
|
|
245
|
+
readonly asStaking: PezpalletStakingPezpalletHoldReason;
|
|
246
246
|
readonly isSession: boolean;
|
|
247
|
-
readonly asSession:
|
|
247
|
+
readonly asSession: PezpalletSessionHoldReason;
|
|
248
248
|
readonly isPreimage: boolean;
|
|
249
|
-
readonly asPreimage:
|
|
249
|
+
readonly asPreimage: PezpalletPreimageHoldReason;
|
|
250
250
|
readonly isDelegatedStaking: boolean;
|
|
251
|
-
readonly asDelegatedStaking:
|
|
251
|
+
readonly asDelegatedStaking: PezpalletDelegatedStakingHoldReason;
|
|
252
252
|
readonly isXcmPallet: boolean;
|
|
253
|
-
readonly asXcmPallet:
|
|
253
|
+
readonly asXcmPallet: PezpalletXcmHoldReason;
|
|
254
254
|
readonly type: 'Staking' | 'Session' | 'Preimage' | 'DelegatedStaking' | 'XcmPallet';
|
|
255
255
|
}
|
|
256
|
-
/** @name
|
|
257
|
-
interface
|
|
256
|
+
/** @name StagingDicleRuntimeRuntimeFreezeReason (677) */
|
|
257
|
+
interface StagingDicleRuntimeRuntimeFreezeReason extends Enum {
|
|
258
258
|
readonly isNominationPools: boolean;
|
|
259
|
-
readonly asNominationPools:
|
|
259
|
+
readonly asNominationPools: PezpalletNominationPoolsFreezeReason;
|
|
260
260
|
readonly type: 'NominationPools';
|
|
261
261
|
}
|
|
262
|
-
/** @name
|
|
263
|
-
interface
|
|
262
|
+
/** @name StagingDicleRuntimeRuntimeError (1159) */
|
|
263
|
+
interface StagingDicleRuntimeRuntimeError extends Enum {
|
|
264
264
|
readonly isSystem: boolean;
|
|
265
|
-
readonly asSystem:
|
|
265
|
+
readonly asSystem: PezframeSystemError;
|
|
266
266
|
readonly isBabe: boolean;
|
|
267
|
-
readonly asBabe:
|
|
267
|
+
readonly asBabe: PezpalletBabeError;
|
|
268
268
|
readonly isIndices: boolean;
|
|
269
|
-
readonly asIndices:
|
|
269
|
+
readonly asIndices: PezpalletIndicesError;
|
|
270
270
|
readonly isBalances: boolean;
|
|
271
|
-
readonly asBalances:
|
|
271
|
+
readonly asBalances: PezpalletBalancesError;
|
|
272
272
|
readonly isStaking: boolean;
|
|
273
|
-
readonly asStaking:
|
|
273
|
+
readonly asStaking: PezpalletStakingPezpalletError;
|
|
274
274
|
readonly isSession: boolean;
|
|
275
|
-
readonly asSession:
|
|
275
|
+
readonly asSession: PezpalletSessionError;
|
|
276
276
|
readonly isGrandpa: boolean;
|
|
277
|
-
readonly asGrandpa:
|
|
277
|
+
readonly asGrandpa: PezpalletGrandpaError;
|
|
278
278
|
readonly isTreasury: boolean;
|
|
279
|
-
readonly asTreasury:
|
|
279
|
+
readonly asTreasury: PezpalletTreasuryError;
|
|
280
280
|
readonly isClaims: boolean;
|
|
281
|
-
readonly asClaims:
|
|
281
|
+
readonly asClaims: PezkuwiRuntimeCommonClaimsPezpalletError;
|
|
282
282
|
readonly isConvictionVoting: boolean;
|
|
283
|
-
readonly asConvictionVoting:
|
|
283
|
+
readonly asConvictionVoting: PezpalletConvictionVotingError;
|
|
284
284
|
readonly isReferenda: boolean;
|
|
285
|
-
readonly asReferenda:
|
|
285
|
+
readonly asReferenda: PezpalletReferendaError;
|
|
286
286
|
readonly isFellowshipCollective: boolean;
|
|
287
|
-
readonly asFellowshipCollective:
|
|
287
|
+
readonly asFellowshipCollective: PezpalletRankedCollectiveError;
|
|
288
288
|
readonly isFellowshipReferenda: boolean;
|
|
289
|
-
readonly asFellowshipReferenda:
|
|
289
|
+
readonly asFellowshipReferenda: PezpalletReferendaError;
|
|
290
290
|
readonly isUtility: boolean;
|
|
291
|
-
readonly asUtility:
|
|
291
|
+
readonly asUtility: PezpalletUtilityError;
|
|
292
292
|
readonly isSociety: boolean;
|
|
293
|
-
readonly asSociety:
|
|
293
|
+
readonly asSociety: PezpalletSocietyError;
|
|
294
294
|
readonly isRecovery: boolean;
|
|
295
|
-
readonly asRecovery:
|
|
295
|
+
readonly asRecovery: PezpalletRecoveryError;
|
|
296
296
|
readonly isVesting: boolean;
|
|
297
|
-
readonly asVesting:
|
|
297
|
+
readonly asVesting: PezpalletVestingError;
|
|
298
298
|
readonly isScheduler: boolean;
|
|
299
|
-
readonly asScheduler:
|
|
299
|
+
readonly asScheduler: PezpalletSchedulerError;
|
|
300
300
|
readonly isProxy: boolean;
|
|
301
|
-
readonly asProxy:
|
|
301
|
+
readonly asProxy: PezpalletProxyError;
|
|
302
302
|
readonly isMultisig: boolean;
|
|
303
|
-
readonly asMultisig:
|
|
303
|
+
readonly asMultisig: PezpalletMultisigError;
|
|
304
304
|
readonly isPreimage: boolean;
|
|
305
|
-
readonly asPreimage:
|
|
305
|
+
readonly asPreimage: PezpalletPreimageError;
|
|
306
306
|
readonly isBounties: boolean;
|
|
307
|
-
readonly asBounties:
|
|
307
|
+
readonly asBounties: PezpalletBountiesError;
|
|
308
308
|
readonly isElectionProviderMultiPhase: boolean;
|
|
309
|
-
readonly asElectionProviderMultiPhase:
|
|
309
|
+
readonly asElectionProviderMultiPhase: PezpalletElectionProviderMultiPhaseError;
|
|
310
310
|
readonly isVoterList: boolean;
|
|
311
|
-
readonly asVoterList:
|
|
311
|
+
readonly asVoterList: PezpalletBagsListError;
|
|
312
312
|
readonly isChildBounties: boolean;
|
|
313
|
-
readonly asChildBounties:
|
|
313
|
+
readonly asChildBounties: PezpalletChildBountiesError;
|
|
314
314
|
readonly isNominationPools: boolean;
|
|
315
|
-
readonly asNominationPools:
|
|
315
|
+
readonly asNominationPools: PezpalletNominationPoolsError;
|
|
316
316
|
readonly isFastUnstake: boolean;
|
|
317
|
-
readonly asFastUnstake:
|
|
317
|
+
readonly asFastUnstake: PezpalletFastUnstakeError;
|
|
318
318
|
readonly isWhitelist: boolean;
|
|
319
|
-
readonly asWhitelist:
|
|
319
|
+
readonly asWhitelist: PezpalletWhitelistError;
|
|
320
320
|
readonly isDelegatedStaking: boolean;
|
|
321
|
-
readonly asDelegatedStaking:
|
|
321
|
+
readonly asDelegatedStaking: PezpalletDelegatedStakingError;
|
|
322
322
|
readonly isStakingAhClient: boolean;
|
|
323
|
-
readonly asStakingAhClient:
|
|
323
|
+
readonly asStakingAhClient: PezpalletStakingAsyncAhClientError;
|
|
324
324
|
readonly isConfiguration: boolean;
|
|
325
|
-
readonly asConfiguration:
|
|
325
|
+
readonly asConfiguration: PezkuwiRuntimeTeyrchainsConfigurationPezpalletError;
|
|
326
326
|
readonly isParaInclusion: boolean;
|
|
327
|
-
readonly asParaInclusion:
|
|
327
|
+
readonly asParaInclusion: PezkuwiRuntimeTeyrchainsInclusionPezpalletError;
|
|
328
328
|
readonly isParaInherent: boolean;
|
|
329
|
-
readonly asParaInherent:
|
|
329
|
+
readonly asParaInherent: PezkuwiRuntimeTeyrchainsParasInherentPezpalletError;
|
|
330
330
|
readonly isParas: boolean;
|
|
331
|
-
readonly asParas:
|
|
331
|
+
readonly asParas: PezkuwiRuntimeTeyrchainsParasPezpalletError;
|
|
332
332
|
readonly isHrmp: boolean;
|
|
333
|
-
readonly asHrmp:
|
|
333
|
+
readonly asHrmp: PezkuwiRuntimeTeyrchainsHrmpPezpalletError;
|
|
334
334
|
readonly isParasDisputes: boolean;
|
|
335
|
-
readonly asParasDisputes:
|
|
335
|
+
readonly asParasDisputes: PezkuwiRuntimeTeyrchainsDisputesPezpalletError;
|
|
336
336
|
readonly isParasSlashing: boolean;
|
|
337
|
-
readonly asParasSlashing:
|
|
337
|
+
readonly asParasSlashing: PezkuwiRuntimeTeyrchainsDisputesSlashingPezpalletError;
|
|
338
338
|
readonly isOnDemandAssignmentProvider: boolean;
|
|
339
|
-
readonly asOnDemandAssignmentProvider:
|
|
339
|
+
readonly asOnDemandAssignmentProvider: PezkuwiRuntimeTeyrchainsOnDemandPezpalletError;
|
|
340
340
|
readonly isCoretimeAssignmentProvider: boolean;
|
|
341
|
-
readonly asCoretimeAssignmentProvider:
|
|
341
|
+
readonly asCoretimeAssignmentProvider: PezkuwiRuntimeTeyrchainsAssignerCoretimePezpalletError;
|
|
342
342
|
readonly isRegistrar: boolean;
|
|
343
|
-
readonly asRegistrar:
|
|
343
|
+
readonly asRegistrar: PezkuwiRuntimeCommonParasRegistrarPezpalletError;
|
|
344
344
|
readonly isSlots: boolean;
|
|
345
|
-
readonly asSlots:
|
|
345
|
+
readonly asSlots: PezkuwiRuntimeCommonSlotsPezpalletError;
|
|
346
346
|
readonly isAuctions: boolean;
|
|
347
|
-
readonly asAuctions:
|
|
347
|
+
readonly asAuctions: PezkuwiRuntimeCommonAuctionsPezpalletError;
|
|
348
348
|
readonly isCrowdloan: boolean;
|
|
349
|
-
readonly asCrowdloan:
|
|
349
|
+
readonly asCrowdloan: PezkuwiRuntimeCommonCrowdloanPezpalletError;
|
|
350
350
|
readonly isCoretime: boolean;
|
|
351
|
-
readonly asCoretime:
|
|
351
|
+
readonly asCoretime: PezkuwiRuntimeTeyrchainsCoretimePezpalletError;
|
|
352
352
|
readonly isXcmPallet: boolean;
|
|
353
|
-
readonly asXcmPallet:
|
|
353
|
+
readonly asXcmPallet: PezpalletXcmError;
|
|
354
354
|
readonly isMessageQueue: boolean;
|
|
355
|
-
readonly asMessageQueue:
|
|
355
|
+
readonly asMessageQueue: PezpalletMessageQueueError;
|
|
356
356
|
readonly isAssetRate: boolean;
|
|
357
|
-
readonly asAssetRate:
|
|
357
|
+
readonly asAssetRate: PezpalletAssetRateError;
|
|
358
358
|
readonly isBeefy: boolean;
|
|
359
|
-
readonly asBeefy:
|
|
359
|
+
readonly asBeefy: PezpalletBeefyError;
|
|
360
360
|
readonly isRcMigrator: boolean;
|
|
361
|
-
readonly asRcMigrator:
|
|
361
|
+
readonly asRcMigrator: PezpalletRcMigratorError;
|
|
362
362
|
readonly type: 'System' | 'Babe' | 'Indices' | 'Balances' | 'Staking' | 'Session' | 'Grandpa' | 'Treasury' | 'Claims' | 'ConvictionVoting' | 'Referenda' | 'FellowshipCollective' | 'FellowshipReferenda' | 'Utility' | 'Society' | 'Recovery' | 'Vesting' | 'Scheduler' | 'Proxy' | 'Multisig' | 'Preimage' | 'Bounties' | 'ElectionProviderMultiPhase' | 'VoterList' | 'ChildBounties' | 'NominationPools' | 'FastUnstake' | 'Whitelist' | 'DelegatedStaking' | 'StakingAhClient' | 'Configuration' | 'ParaInclusion' | 'ParaInherent' | 'Paras' | 'Hrmp' | 'ParasDisputes' | 'ParasSlashing' | 'OnDemandAssignmentProvider' | 'CoretimeAssignmentProvider' | 'Registrar' | 'Slots' | 'Auctions' | 'Crowdloan' | 'Coretime' | 'XcmPallet' | 'MessageQueue' | 'AssetRate' | 'Beefy' | 'RcMigrator';
|
|
363
363
|
}
|
|
364
364
|
}
|