@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.
Files changed (180) hide show
  1. package/LICENSE +201 -0
  2. package/assetHubDicle/consts.js +2 -0
  3. package/assetHubDicle/errors.js +2 -0
  4. package/assetHubDicle/events.js +2 -0
  5. package/assetHubDicle/query.js +2 -0
  6. package/assetHubDicle/registry.js +1 -0
  7. package/assetHubDicle/runtime.js +2 -0
  8. package/assetHubDicle/tx.js +2 -0
  9. package/assetHubPezkuwi/consts.js +2 -0
  10. package/assetHubPezkuwi/errors.js +2 -0
  11. package/assetHubPezkuwi/events.js +2 -0
  12. package/{src/assetHubKusama/index.ts → assetHubPezkuwi/index.js} +0 -3
  13. package/assetHubPezkuwi/query.js +2 -0
  14. package/assetHubPezkuwi/registry.js +1 -0
  15. package/assetHubPezkuwi/runtime.js +2 -0
  16. package/assetHubPezkuwi/tx.js +2 -0
  17. package/base.js +2 -0
  18. package/{build/substrate → bizinikiwi}/consts.d.ts +31 -31
  19. package/bizinikiwi/consts.js +2 -0
  20. package/{build/substrate → bizinikiwi}/errors.d.ts +2 -2
  21. package/bizinikiwi/errors.js +2 -0
  22. package/{build/substrate → bizinikiwi}/events.d.ts +236 -236
  23. package/bizinikiwi/events.js +2 -0
  24. package/{src/kusama/index.ts → bizinikiwi/index.d.ts} +0 -3
  25. package/{src/assetHubPolkadot/index.ts → bizinikiwi/index.js} +0 -3
  26. package/{build/substrate → bizinikiwi}/query.d.ts +194 -194
  27. package/bizinikiwi/query.js +2 -0
  28. package/bizinikiwi/registry.d.ts +1 -0
  29. package/bizinikiwi/registry.js +1 -0
  30. package/{build/substrate → bizinikiwi}/runtime.d.ts +64 -220
  31. package/bizinikiwi/runtime.js +2 -0
  32. package/{build/substrate → bizinikiwi}/tx.d.ts +160 -870
  33. package/bizinikiwi/tx.js +2 -0
  34. package/{build/bundle.d.ts → bundle.d.ts} +1 -1
  35. package/bundle.js +2 -0
  36. package/cjs/assetHubDicle/consts.js +4 -0
  37. package/cjs/assetHubDicle/errors.js +4 -0
  38. package/cjs/assetHubDicle/events.js +4 -0
  39. package/cjs/assetHubDicle/index.js +10 -0
  40. package/cjs/assetHubDicle/query.js +4 -0
  41. package/cjs/assetHubDicle/registry.js +3 -0
  42. package/cjs/assetHubDicle/runtime.js +4 -0
  43. package/cjs/assetHubDicle/tx.js +4 -0
  44. package/cjs/assetHubPezkuwi/consts.js +4 -0
  45. package/cjs/assetHubPezkuwi/errors.js +4 -0
  46. package/cjs/assetHubPezkuwi/events.js +4 -0
  47. package/cjs/assetHubPezkuwi/index.js +10 -0
  48. package/cjs/assetHubPezkuwi/query.js +4 -0
  49. package/cjs/assetHubPezkuwi/registry.js +3 -0
  50. package/cjs/assetHubPezkuwi/runtime.js +4 -0
  51. package/cjs/assetHubPezkuwi/tx.js +4 -0
  52. package/cjs/base.d.ts +2 -0
  53. package/cjs/base.js +4 -0
  54. package/cjs/bizinikiwi/consts.d.ts +1876 -0
  55. package/cjs/bizinikiwi/consts.js +4 -0
  56. package/cjs/bizinikiwi/errors.d.ts +3865 -0
  57. package/cjs/bizinikiwi/errors.js +4 -0
  58. package/cjs/bizinikiwi/events.d.ts +4702 -0
  59. package/cjs/bizinikiwi/events.js +4 -0
  60. package/cjs/bizinikiwi/index.d.ts +8 -0
  61. package/cjs/bizinikiwi/index.js +10 -0
  62. package/cjs/bizinikiwi/query.d.ts +2767 -0
  63. package/cjs/bizinikiwi/query.js +4 -0
  64. package/cjs/bizinikiwi/registry.d.ts +1 -0
  65. package/cjs/bizinikiwi/registry.js +3 -0
  66. package/cjs/bizinikiwi/runtime.d.ts +585 -0
  67. package/cjs/bizinikiwi/runtime.js +4 -0
  68. package/cjs/bizinikiwi/tx.d.ts +10159 -0
  69. package/cjs/bizinikiwi/tx.js +4 -0
  70. package/cjs/bundle.d.ts +2 -0
  71. package/cjs/bundle.js +6 -0
  72. package/cjs/dicle/consts.js +4 -0
  73. package/cjs/dicle/errors.js +4 -0
  74. package/cjs/dicle/events.js +4 -0
  75. package/cjs/dicle/query.js +4 -0
  76. package/cjs/dicle/runtime.js +4 -0
  77. package/cjs/dicle/tx.js +4 -0
  78. package/cjs/index.js +5 -0
  79. package/cjs/package.json +3 -0
  80. package/cjs/packageDetect.js +8 -0
  81. package/cjs/packageInfo.js +4 -0
  82. package/cjs/pezkuwi/consts.d.ts +941 -0
  83. package/cjs/pezkuwi/consts.js +4 -0
  84. package/cjs/pezkuwi/errors.d.ts +2148 -0
  85. package/cjs/pezkuwi/errors.js +4 -0
  86. package/cjs/pezkuwi/events.d.ts +2473 -0
  87. package/cjs/pezkuwi/events.js +4 -0
  88. package/cjs/pezkuwi/index.d.ts +8 -0
  89. package/cjs/pezkuwi/index.js +10 -0
  90. package/cjs/pezkuwi/query.d.ts +2400 -0
  91. package/cjs/pezkuwi/query.js +4 -0
  92. package/cjs/pezkuwi/registry.d.ts +2 -0
  93. package/cjs/pezkuwi/registry.js +4 -0
  94. package/cjs/pezkuwi/runtime.d.ts +655 -0
  95. package/cjs/pezkuwi/runtime.js +4 -0
  96. package/cjs/pezkuwi/tx.d.ts +4954 -0
  97. package/cjs/pezkuwi/tx.js +4 -0
  98. package/dicle/consts.js +2 -0
  99. package/dicle/errors.js +2 -0
  100. package/dicle/events.js +2 -0
  101. package/dicle/query.js +2 -0
  102. package/dicle/runtime.js +2 -0
  103. package/dicle/tx.js +2 -0
  104. package/index.d.ts +2 -0
  105. package/index.js +2 -0
  106. package/package.json +437 -9
  107. package/packageDetect.d.ts +1 -0
  108. package/{src/packageDetect.ts → packageDetect.js} +0 -8
  109. package/packageInfo.d.ts +6 -0
  110. package/packageInfo.js +1 -0
  111. package/pezkuwi/consts.d.ts +941 -0
  112. package/pezkuwi/consts.js +2 -0
  113. package/pezkuwi/errors.d.ts +2148 -0
  114. package/pezkuwi/errors.js +2 -0
  115. package/pezkuwi/events.d.ts +2473 -0
  116. package/pezkuwi/events.js +2 -0
  117. package/pezkuwi/index.d.ts +8 -0
  118. package/pezkuwi/index.js +8 -0
  119. package/pezkuwi/query.d.ts +2400 -0
  120. package/pezkuwi/query.js +2 -0
  121. package/pezkuwi/registry.d.ts +2 -0
  122. package/pezkuwi/registry.js +2 -0
  123. package/pezkuwi/runtime.d.ts +655 -0
  124. package/pezkuwi/runtime.js +2 -0
  125. package/pezkuwi/tx.d.ts +4954 -0
  126. package/pezkuwi/tx.js +2 -0
  127. package/build/substrate/registry.d.ts +0 -1
  128. package/src/assetHubKusama/consts.ts +0 -1308
  129. package/src/assetHubKusama/errors.ts +0 -2779
  130. package/src/assetHubKusama/events.ts +0 -2296
  131. package/src/assetHubKusama/query.ts +0 -2193
  132. package/src/assetHubKusama/registry.ts +0 -4
  133. package/src/assetHubKusama/runtime.ts +0 -518
  134. package/src/assetHubKusama/tx.ts +0 -6890
  135. package/src/assetHubPolkadot/consts.ts +0 -1125
  136. package/src/assetHubPolkadot/errors.ts +0 -2360
  137. package/src/assetHubPolkadot/events.ts +0 -2129
  138. package/src/assetHubPolkadot/query.ts +0 -2002
  139. package/src/assetHubPolkadot/registry.ts +0 -4
  140. package/src/assetHubPolkadot/runtime.ts +0 -443
  141. package/src/assetHubPolkadot/tx.ts +0 -6242
  142. package/src/base.ts +0 -6
  143. package/src/bundle.ts +0 -6
  144. package/src/index.ts +0 -6
  145. package/src/kusama/consts.ts +0 -1035
  146. package/src/kusama/errors.ts +0 -2436
  147. package/src/kusama/events.ts +0 -1791
  148. package/src/kusama/query.ts +0 -2505
  149. package/src/kusama/registry.ts +0 -6
  150. package/src/kusama/runtime.ts +0 -610
  151. package/src/kusama/tx.ts +0 -4725
  152. package/src/mod.ts +0 -4
  153. package/src/packageInfo.ts +0 -6
  154. package/src/polkadot/consts.ts +0 -949
  155. package/src/polkadot/errors.ts +0 -2156
  156. package/src/polkadot/events.ts +0 -1600
  157. package/src/polkadot/index.ts +0 -11
  158. package/src/polkadot/query.ts +0 -2357
  159. package/src/polkadot/registry.ts +0 -5
  160. package/src/polkadot/runtime.ts +0 -621
  161. package/src/polkadot/tx.ts +0 -4240
  162. package/src/substrate/consts.ts +0 -1884
  163. package/src/substrate/errors.ts +0 -3873
  164. package/src/substrate/events.ts +0 -2889
  165. package/src/substrate/index.ts +0 -11
  166. package/src/substrate/query.ts +0 -2734
  167. package/src/substrate/registry.ts +0 -4
  168. package/src/substrate/runtime.ts +0 -593
  169. package/src/substrate/tx.ts +0 -8208
  170. package/tsconfig.assetHubKusama.json +0 -22
  171. package/tsconfig.assetHubPolkadot.json +0 -22
  172. package/tsconfig.build.json +0 -23
  173. package/tsconfig.build.tsbuildinfo +0 -1
  174. package/tsconfig.kusama.json +0 -22
  175. package/tsconfig.polkadot.json +0 -22
  176. /package/{build/substrate/index.d.ts → assetHubDicle/index.js} +0 -0
  177. /package/{build/base.d.ts → base.d.ts} +0 -0
  178. /package/{build → cjs}/index.d.ts +0 -0
  179. /package/{build → cjs}/packageDetect.d.ts +0 -0
  180. /package/{build → cjs}/packageInfo.d.ts +0 -0
@@ -1,11 +1,11 @@
1
- import '@polkadot/api-base/types/events';
1
+ import '@pezkuwi/api-base/types/events';
2
2
  import type { ApiTypes, AugmentedEvent } from '@pezkuwi/api-base/types';
3
3
  import type { Bytes, Null, Option, Result, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@pezkuwi/types-codec';
4
4
  import type { ITuple } from '@pezkuwi/types-codec/types';
5
5
  import type { AccountId32, H160, H256, Perbill, Permill, Perquintill } from '@pezkuwi/types/interfaces/runtime';
6
- import type { FrameSupportDispatchPostDispatchInfo, FrameSupportMessagesProcessMessageError, FrameSupportPreimagesBounded, FrameSupportTokensFungibleUnionOfNativeOrWithId, FrameSupportTokensMiscBalanceStatus, FrameSystemDispatchEventInfo, KitchensinkRuntimeOriginCaller, KitchensinkRuntimeProxyType, KitchensinkRuntimeRuntimeParametersKey, KitchensinkRuntimeRuntimeParametersValue, PalletAllianceCid, PalletAllianceUnscrupulousItem, PalletBrokerCoretimeInterfaceCoreAssignment, PalletBrokerRegionId, PalletBrokerScheduleItem, PalletContractsOrigin, PalletConvictionVotingTally, PalletConvictionVotingVoteAccountVote, PalletCoreFellowshipParamsTypeU128, PalletCoreFellowshipWish, PalletDemocracyMetadataOwner, PalletDemocracyVoteAccountVote, PalletDemocracyVoteThreshold, PalletElectionProviderMultiPhaseElectionCompute, PalletElectionProviderMultiPhasePhase, PalletImOnlineSr25519AppSr25519Public, PalletMultisigTimepoint, PalletNftsAttributeNamespace, PalletNftsPalletAttributes, PalletNftsPriceWithDirection, PalletNominationPoolsClaimPermission, PalletNominationPoolsCommissionChangeRate, PalletNominationPoolsCommissionClaimPermission, PalletNominationPoolsPoolState, PalletProxyDepositKind, PalletRankedCollectiveTally, PalletRankedCollectiveVoteRecord, PalletSafeModeExitReason, PalletSocietyGroupParams, PalletStakingForcing, PalletStakingRewardDestination, PalletStakingValidatorPrefs, PalletStateTrieMigrationError, PalletStateTrieMigrationMigrationCompute, SpConsensusGrandpaAppPublic, SpNposElectionsElectionScore, SpRuntimeDispatchError, SpRuntimeDispatchErrorWithPostInfo, SpStatementStoreStatement, SpWeightsWeightV2Weight } from '@pezkuwi/types/lookup';
6
+ import type { KitchensinkRuntimeOriginCaller, KitchensinkRuntimeProxyType, KitchensinkRuntimeRuntimeParametersKey, KitchensinkRuntimeRuntimeParametersValue, PezframeSupportDispatchPostDispatchInfo, PezframeSupportMessagesProcessMessageError, PezframeSupportPreimagesBounded, PezframeSupportTokensFungibleUnionOfNativeOrWithId, PezframeSupportTokensMiscBalanceStatus, PezframeSystemDispatchEventInfo, PezpalletAllianceCid, PezpalletAllianceUnscrupulousItem, PezpalletBrokerCoretimeInterfaceCoreAssignment, PezpalletBrokerRegionId, PezpalletBrokerScheduleItem, PezpalletContractsOrigin, PezpalletConvictionVotingTally, PezpalletConvictionVotingVoteAccountVote, PezpalletCoreFellowshipParamsTypeU128, PezpalletCoreFellowshipWish, PezpalletDemocracyMetadataOwner, PezpalletDemocracyVoteAccountVote, PezpalletDemocracyVoteThreshold, PezpalletElectionProviderMultiPhaseElectionCompute, PezpalletElectionProviderMultiPhasePhase, PezpalletImOnlineSr25519AppSr25519Public, PezpalletMultisigTimepoint, PezpalletNftsAttributeNamespace, PezpalletNftsPezpalletAttributes, PezpalletNftsPriceWithDirection, PezpalletNominationPoolsClaimPermission, PezpalletNominationPoolsCommissionChangeRate, PezpalletNominationPoolsCommissionClaimPermission, PezpalletNominationPoolsPoolState, PezpalletProxyDepositKind, PezpalletRankedCollectiveTally, PezpalletRankedCollectiveVoteRecord, PezpalletSafeModeExitReason, PezpalletSocietyGroupParams, PezpalletStakingForcing, PezpalletStakingRewardDestination, PezpalletStakingValidatorPrefs, PezpalletStateTrieMigrationError, PezpalletStateTrieMigrationMigrationCompute, PezspConsensusGrandpaAppPublic, PezspNposElectionsElectionScore, PezspRuntimeDispatchError, PezspRuntimeDispatchErrorWithPostInfo, PezspStatementStoreStatement, PezspWeightsWeightV2Weight } from '@pezkuwi/types/lookup';
7
7
  export type __AugmentedEvent<ApiType extends ApiTypes> = AugmentedEvent<ApiType>;
8
- declare module '@polkadot/api-base/types/events' {
8
+ declare module '@pezkuwi/api-base/types/events' {
9
9
  interface AugmentedEvents<ApiType extends ApiTypes> {
10
10
  alliance: {
11
11
  /**
@@ -25,14 +25,14 @@ declare module '@polkadot/api-base/types/events' {
25
25
  /**
26
26
  * A new announcement has been proposed.
27
27
  **/
28
- Announced: AugmentedEvent<ApiType, [announcement: PalletAllianceCid], {
29
- announcement: PalletAllianceCid;
28
+ Announced: AugmentedEvent<ApiType, [announcement: PezpalletAllianceCid], {
29
+ announcement: PezpalletAllianceCid;
30
30
  }>;
31
31
  /**
32
32
  * An on-chain announcement has been removed.
33
33
  **/
34
- AnnouncementRemoved: AugmentedEvent<ApiType, [announcement: PalletAllianceCid], {
35
- announcement: PalletAllianceCid;
34
+ AnnouncementRemoved: AugmentedEvent<ApiType, [announcement: PezpalletAllianceCid], {
35
+ announcement: PezpalletAllianceCid;
36
36
  }>;
37
37
  /**
38
38
  * A Fellow abdicated their voting rights. They are now an Ally.
@@ -78,20 +78,20 @@ declare module '@polkadot/api-base/types/events' {
78
78
  /**
79
79
  * A new rule has been set.
80
80
  **/
81
- NewRuleSet: AugmentedEvent<ApiType, [rule: PalletAllianceCid], {
82
- rule: PalletAllianceCid;
81
+ NewRuleSet: AugmentedEvent<ApiType, [rule: PezpalletAllianceCid], {
82
+ rule: PezpalletAllianceCid;
83
83
  }>;
84
84
  /**
85
85
  * Accounts or websites have been added into the list of unscrupulous items.
86
86
  **/
87
- UnscrupulousItemAdded: AugmentedEvent<ApiType, [items: Vec<PalletAllianceUnscrupulousItem>], {
88
- items: Vec<PalletAllianceUnscrupulousItem>;
87
+ UnscrupulousItemAdded: AugmentedEvent<ApiType, [items: Vec<PezpalletAllianceUnscrupulousItem>], {
88
+ items: Vec<PezpalletAllianceUnscrupulousItem>;
89
89
  }>;
90
90
  /**
91
91
  * Accounts or websites have been removed from the list of unscrupulous items.
92
92
  **/
93
- UnscrupulousItemRemoved: AugmentedEvent<ApiType, [items: Vec<PalletAllianceUnscrupulousItem>], {
94
- items: Vec<PalletAllianceUnscrupulousItem>;
93
+ UnscrupulousItemRemoved: AugmentedEvent<ApiType, [items: Vec<PezpalletAllianceUnscrupulousItem>], {
94
+ items: Vec<PezpalletAllianceUnscrupulousItem>;
95
95
  }>;
96
96
  /**
97
97
  * Generic event
@@ -122,9 +122,9 @@ declare module '@polkadot/api-base/types/events' {
122
122
  /**
123
123
  * A motion was executed; result will be `Ok` if it returned without error.
124
124
  **/
125
- Executed: AugmentedEvent<ApiType, [proposalHash: H256, result: Result<Null, SpRuntimeDispatchError>], {
125
+ Executed: AugmentedEvent<ApiType, [proposalHash: H256, result: Result<Null, PezspRuntimeDispatchError>], {
126
126
  proposalHash: H256;
127
- result: Result<Null, SpRuntimeDispatchError>;
127
+ result: Result<Null, PezspRuntimeDispatchError>;
128
128
  }>;
129
129
  /**
130
130
  * A proposal was killed.
@@ -135,9 +135,9 @@ declare module '@polkadot/api-base/types/events' {
135
135
  /**
136
136
  * A single member did some action; result will be `Ok` if it returned without error.
137
137
  **/
138
- MemberExecuted: AugmentedEvent<ApiType, [proposalHash: H256, result: Result<Null, SpRuntimeDispatchError>], {
138
+ MemberExecuted: AugmentedEvent<ApiType, [proposalHash: H256, result: Result<Null, PezspRuntimeDispatchError>], {
139
139
  proposalHash: H256;
140
- result: Result<Null, SpRuntimeDispatchError>;
140
+ result: Result<Null, PezspRuntimeDispatchError>;
141
141
  }>;
142
142
  /**
143
143
  * Some cost for storing a proposal was burned.
@@ -183,10 +183,10 @@ declare module '@polkadot/api-base/types/events' {
183
183
  /**
184
184
  * A successful call of the `AddLiquidity` extrinsic will create this event.
185
185
  **/
186
- LiquidityAdded: AugmentedEvent<ApiType, [who: AccountId32, mintTo: AccountId32, poolId: ITuple<[FrameSupportTokensFungibleUnionOfNativeOrWithId, FrameSupportTokensFungibleUnionOfNativeOrWithId]>, amount1Provided: u128, amount2Provided: u128, lpToken: u32, lpTokenMinted: u128], {
186
+ LiquidityAdded: AugmentedEvent<ApiType, [who: AccountId32, mintTo: AccountId32, poolId: ITuple<[PezframeSupportTokensFungibleUnionOfNativeOrWithId, PezframeSupportTokensFungibleUnionOfNativeOrWithId]>, amount1Provided: u128, amount2Provided: u128, lpToken: u32, lpTokenMinted: u128], {
187
187
  who: AccountId32;
188
188
  mintTo: AccountId32;
189
- poolId: ITuple<[FrameSupportTokensFungibleUnionOfNativeOrWithId, FrameSupportTokensFungibleUnionOfNativeOrWithId]>;
189
+ poolId: ITuple<[PezframeSupportTokensFungibleUnionOfNativeOrWithId, PezframeSupportTokensFungibleUnionOfNativeOrWithId]>;
190
190
  amount1Provided: u128;
191
191
  amount2Provided: u128;
192
192
  lpToken: u32;
@@ -195,10 +195,10 @@ declare module '@polkadot/api-base/types/events' {
195
195
  /**
196
196
  * A successful call of the `RemoveLiquidity` extrinsic will create this event.
197
197
  **/
198
- LiquidityRemoved: AugmentedEvent<ApiType, [who: AccountId32, withdrawTo: AccountId32, poolId: ITuple<[FrameSupportTokensFungibleUnionOfNativeOrWithId, FrameSupportTokensFungibleUnionOfNativeOrWithId]>, amount1: u128, amount2: u128, lpToken: u32, lpTokenBurned: u128, withdrawalFee: Permill], {
198
+ LiquidityRemoved: AugmentedEvent<ApiType, [who: AccountId32, withdrawTo: AccountId32, poolId: ITuple<[PezframeSupportTokensFungibleUnionOfNativeOrWithId, PezframeSupportTokensFungibleUnionOfNativeOrWithId]>, amount1: u128, amount2: u128, lpToken: u32, lpTokenBurned: u128, withdrawalFee: Permill], {
199
199
  who: AccountId32;
200
200
  withdrawTo: AccountId32;
201
- poolId: ITuple<[FrameSupportTokensFungibleUnionOfNativeOrWithId, FrameSupportTokensFungibleUnionOfNativeOrWithId]>;
201
+ poolId: ITuple<[PezframeSupportTokensFungibleUnionOfNativeOrWithId, PezframeSupportTokensFungibleUnionOfNativeOrWithId]>;
202
202
  amount1: u128;
203
203
  amount2: u128;
204
204
  lpToken: u32;
@@ -208,36 +208,36 @@ declare module '@polkadot/api-base/types/events' {
208
208
  /**
209
209
  * A successful call of the `CreatePool` extrinsic will create this event.
210
210
  **/
211
- PoolCreated: AugmentedEvent<ApiType, [creator: AccountId32, poolId: ITuple<[FrameSupportTokensFungibleUnionOfNativeOrWithId, FrameSupportTokensFungibleUnionOfNativeOrWithId]>, poolAccount: AccountId32, lpToken: u32], {
211
+ PoolCreated: AugmentedEvent<ApiType, [creator: AccountId32, poolId: ITuple<[PezframeSupportTokensFungibleUnionOfNativeOrWithId, PezframeSupportTokensFungibleUnionOfNativeOrWithId]>, poolAccount: AccountId32, lpToken: u32], {
212
212
  creator: AccountId32;
213
- poolId: ITuple<[FrameSupportTokensFungibleUnionOfNativeOrWithId, FrameSupportTokensFungibleUnionOfNativeOrWithId]>;
213
+ poolId: ITuple<[PezframeSupportTokensFungibleUnionOfNativeOrWithId, PezframeSupportTokensFungibleUnionOfNativeOrWithId]>;
214
214
  poolAccount: AccountId32;
215
215
  lpToken: u32;
216
216
  }>;
217
217
  /**
218
218
  * Assets have been converted from one to another.
219
219
  **/
220
- SwapCreditExecuted: AugmentedEvent<ApiType, [amountIn: u128, amountOut: u128, path: Vec<ITuple<[FrameSupportTokensFungibleUnionOfNativeOrWithId, u128]>>], {
220
+ SwapCreditExecuted: AugmentedEvent<ApiType, [amountIn: u128, amountOut: u128, path: Vec<ITuple<[PezframeSupportTokensFungibleUnionOfNativeOrWithId, u128]>>], {
221
221
  amountIn: u128;
222
222
  amountOut: u128;
223
- path: Vec<ITuple<[FrameSupportTokensFungibleUnionOfNativeOrWithId, u128]>>;
223
+ path: Vec<ITuple<[PezframeSupportTokensFungibleUnionOfNativeOrWithId, u128]>>;
224
224
  }>;
225
225
  /**
226
226
  * Assets have been converted from one to another. Both `SwapExactTokenForToken`
227
227
  * and `SwapTokenForExactToken` will generate this event.
228
228
  **/
229
- SwapExecuted: AugmentedEvent<ApiType, [who: AccountId32, sendTo: AccountId32, amountIn: u128, amountOut: u128, path: Vec<ITuple<[FrameSupportTokensFungibleUnionOfNativeOrWithId, u128]>>], {
229
+ SwapExecuted: AugmentedEvent<ApiType, [who: AccountId32, sendTo: AccountId32, amountIn: u128, amountOut: u128, path: Vec<ITuple<[PezframeSupportTokensFungibleUnionOfNativeOrWithId, u128]>>], {
230
230
  who: AccountId32;
231
231
  sendTo: AccountId32;
232
232
  amountIn: u128;
233
233
  amountOut: u128;
234
- path: Vec<ITuple<[FrameSupportTokensFungibleUnionOfNativeOrWithId, u128]>>;
234
+ path: Vec<ITuple<[PezframeSupportTokensFungibleUnionOfNativeOrWithId, u128]>>;
235
235
  }>;
236
236
  /**
237
237
  * Pool has been touched in order to fulfill operational requirements.
238
238
  **/
239
- Touched: AugmentedEvent<ApiType, [poolId: ITuple<[FrameSupportTokensFungibleUnionOfNativeOrWithId, FrameSupportTokensFungibleUnionOfNativeOrWithId]>, who: AccountId32], {
240
- poolId: ITuple<[FrameSupportTokensFungibleUnionOfNativeOrWithId, FrameSupportTokensFungibleUnionOfNativeOrWithId]>;
239
+ Touched: AugmentedEvent<ApiType, [poolId: ITuple<[PezframeSupportTokensFungibleUnionOfNativeOrWithId, PezframeSupportTokensFungibleUnionOfNativeOrWithId]>, who: AccountId32], {
240
+ poolId: ITuple<[PezframeSupportTokensFungibleUnionOfNativeOrWithId, PezframeSupportTokensFungibleUnionOfNativeOrWithId]>;
241
241
  who: AccountId32;
242
242
  }>;
243
243
  /**
@@ -249,8 +249,8 @@ declare module '@polkadot/api-base/types/events' {
249
249
  /**
250
250
  * Indicates that a pool has been migrated to the new account ID.
251
251
  **/
252
- MigratedToNewAccount: AugmentedEvent<ApiType, [poolId: ITuple<[FrameSupportTokensFungibleUnionOfNativeOrWithId, FrameSupportTokensFungibleUnionOfNativeOrWithId]>, priorAccount: AccountId32, newAccount: AccountId32], {
253
- poolId: ITuple<[FrameSupportTokensFungibleUnionOfNativeOrWithId, FrameSupportTokensFungibleUnionOfNativeOrWithId]>;
252
+ MigratedToNewAccount: AugmentedEvent<ApiType, [poolId: ITuple<[PezframeSupportTokensFungibleUnionOfNativeOrWithId, PezframeSupportTokensFungibleUnionOfNativeOrWithId]>, priorAccount: AccountId32, newAccount: AccountId32], {
253
+ poolId: ITuple<[PezframeSupportTokensFungibleUnionOfNativeOrWithId, PezframeSupportTokensFungibleUnionOfNativeOrWithId]>;
254
254
  priorAccount: AccountId32;
255
255
  newAccount: AccountId32;
256
256
  }>;
@@ -270,11 +270,11 @@ declare module '@polkadot/api-base/types/events' {
270
270
  * A transaction fee `actual_fee`, of which `tip` was added to the minimum inclusion fee,
271
271
  * has been paid by `who` in an asset `asset_id`.
272
272
  **/
273
- AssetTxFeePaid: AugmentedEvent<ApiType, [who: AccountId32, actualFee: u128, tip: u128, assetId: FrameSupportTokensFungibleUnionOfNativeOrWithId], {
273
+ AssetTxFeePaid: AugmentedEvent<ApiType, [who: AccountId32, actualFee: u128, tip: u128, assetId: PezframeSupportTokensFungibleUnionOfNativeOrWithId], {
274
274
  who: AccountId32;
275
275
  actualFee: u128;
276
276
  tip: u128;
277
- assetId: FrameSupportTokensFungibleUnionOfNativeOrWithId;
277
+ assetId: PezframeSupportTokensFungibleUnionOfNativeOrWithId;
278
278
  }>;
279
279
  /**
280
280
  * Generic event
@@ -282,15 +282,15 @@ declare module '@polkadot/api-base/types/events' {
282
282
  [key: string]: AugmentedEvent<ApiType>;
283
283
  };
284
284
  assetRate: {
285
- AssetRateCreated: AugmentedEvent<ApiType, [assetKind: FrameSupportTokensFungibleUnionOfNativeOrWithId, rate: u128], {
286
- assetKind: FrameSupportTokensFungibleUnionOfNativeOrWithId;
285
+ AssetRateCreated: AugmentedEvent<ApiType, [assetKind: PezframeSupportTokensFungibleUnionOfNativeOrWithId, rate: u128], {
286
+ assetKind: PezframeSupportTokensFungibleUnionOfNativeOrWithId;
287
287
  rate: u128;
288
288
  }>;
289
- AssetRateRemoved: AugmentedEvent<ApiType, [assetKind: FrameSupportTokensFungibleUnionOfNativeOrWithId], {
290
- assetKind: FrameSupportTokensFungibleUnionOfNativeOrWithId;
289
+ AssetRateRemoved: AugmentedEvent<ApiType, [assetKind: PezframeSupportTokensFungibleUnionOfNativeOrWithId], {
290
+ assetKind: PezframeSupportTokensFungibleUnionOfNativeOrWithId;
291
291
  }>;
292
- AssetRateUpdated: AugmentedEvent<ApiType, [assetKind: FrameSupportTokensFungibleUnionOfNativeOrWithId, old: u128, new_: u128], {
293
- assetKind: FrameSupportTokensFungibleUnionOfNativeOrWithId;
292
+ AssetRateUpdated: AugmentedEvent<ApiType, [assetKind: PezframeSupportTokensFungibleUnionOfNativeOrWithId, old: u128, new_: u128], {
293
+ assetKind: PezframeSupportTokensFungibleUnionOfNativeOrWithId;
294
294
  old: u128;
295
295
  new_: u128;
296
296
  }>;
@@ -316,11 +316,11 @@ declare module '@polkadot/api-base/types/events' {
316
316
  /**
317
317
  * A new reward pool was created.
318
318
  **/
319
- PoolCreated: AugmentedEvent<ApiType, [creator: AccountId32, poolId: u32, stakedAssetId: FrameSupportTokensFungibleUnionOfNativeOrWithId, rewardAssetId: FrameSupportTokensFungibleUnionOfNativeOrWithId, rewardRatePerBlock: u128, expiryBlock: u32, admin: AccountId32], {
319
+ PoolCreated: AugmentedEvent<ApiType, [creator: AccountId32, poolId: u32, stakedAssetId: PezframeSupportTokensFungibleUnionOfNativeOrWithId, rewardAssetId: PezframeSupportTokensFungibleUnionOfNativeOrWithId, rewardRatePerBlock: u128, expiryBlock: u32, admin: AccountId32], {
320
320
  creator: AccountId32;
321
321
  poolId: u32;
322
- stakedAssetId: FrameSupportTokensFungibleUnionOfNativeOrWithId;
323
- rewardAssetId: FrameSupportTokensFungibleUnionOfNativeOrWithId;
322
+ stakedAssetId: PezframeSupportTokensFungibleUnionOfNativeOrWithId;
323
+ rewardAssetId: PezframeSupportTokensFungibleUnionOfNativeOrWithId;
324
324
  rewardRatePerBlock: u128;
325
325
  expiryBlock: u32;
326
326
  admin: AccountId32;
@@ -671,11 +671,11 @@ declare module '@polkadot/api-base/types/events' {
671
671
  * Some balance was moved from the reserve of the first account to the second account.
672
672
  * Final argument indicates the destination balance type.
673
673
  **/
674
- ReserveRepatriated: AugmentedEvent<ApiType, [from: AccountId32, to: AccountId32, amount: u128, destinationStatus: FrameSupportTokensMiscBalanceStatus], {
674
+ ReserveRepatriated: AugmentedEvent<ApiType, [from: AccountId32, to: AccountId32, amount: u128, destinationStatus: PezframeSupportTokensMiscBalanceStatus], {
675
675
  from: AccountId32;
676
676
  to: AccountId32;
677
677
  amount: u128;
678
- destinationStatus: FrameSupportTokensMiscBalanceStatus;
678
+ destinationStatus: PezframeSupportTokensMiscBalanceStatus;
679
679
  }>;
680
680
  /**
681
681
  * Some amount was restored into an account.
@@ -834,16 +834,16 @@ declare module '@polkadot/api-base/types/events' {
834
834
  /**
835
835
  * A Region has been assigned to a particular task.
836
836
  **/
837
- Assigned: AugmentedEvent<ApiType, [regionId: PalletBrokerRegionId, duration: u32, task: u32], {
838
- regionId: PalletBrokerRegionId;
837
+ Assigned: AugmentedEvent<ApiType, [regionId: PezpalletBrokerRegionId, duration: u32, task: u32], {
838
+ regionId: PezpalletBrokerRegionId;
839
839
  duration: u32;
840
840
  task: u32;
841
841
  }>;
842
842
  /**
843
843
  * An assignment has been removed from the workplan.
844
844
  **/
845
- AssignmentRemoved: AugmentedEvent<ApiType, [regionId: PalletBrokerRegionId], {
846
- regionId: PalletBrokerRegionId;
845
+ AssignmentRemoved: AugmentedEvent<ApiType, [regionId: PezpalletBrokerRegionId], {
846
+ regionId: PezpalletBrokerRegionId;
847
847
  }>;
848
848
  AutoRenewalDisabled: AugmentedEvent<ApiType, [core: u16, task: u32], {
849
849
  core: u16;
@@ -879,16 +879,16 @@ declare module '@polkadot/api-base/types/events' {
879
879
  /**
880
880
  * Some historical Instantaneous Core Pool contribution record has been dropped.
881
881
  **/
882
- ContributionDropped: AugmentedEvent<ApiType, [regionId: PalletBrokerRegionId], {
883
- regionId: PalletBrokerRegionId;
882
+ ContributionDropped: AugmentedEvent<ApiType, [regionId: PezpalletBrokerRegionId], {
883
+ regionId: PezpalletBrokerRegionId;
884
884
  }>;
885
885
  /**
886
886
  * A Core has been assigned to one or more tasks and/or the Pool on the Relay-chain.
887
887
  **/
888
- CoreAssigned: AugmentedEvent<ApiType, [core: u16, when: u32, assignment: Vec<ITuple<[PalletBrokerCoretimeInterfaceCoreAssignment, u16]>>], {
888
+ CoreAssigned: AugmentedEvent<ApiType, [core: u16, when: u32, assignment: Vec<ITuple<[PezpalletBrokerCoretimeInterfaceCoreAssignment, u16]>>], {
889
889
  core: u16;
890
890
  when: u32;
891
- assignment: Vec<ITuple<[PalletBrokerCoretimeInterfaceCoreAssignment, u16]>>;
891
+ assignment: Vec<ITuple<[PezpalletBrokerCoretimeInterfaceCoreAssignment, u16]>>;
892
892
  }>;
893
893
  /**
894
894
  * The number of cores available for scheduling has changed.
@@ -936,9 +936,9 @@ declare module '@polkadot/api-base/types/events' {
936
936
  /**
937
937
  * A Region has been converted into two overlapping Regions each of lesser regularity.
938
938
  **/
939
- Interlaced: AugmentedEvent<ApiType, [oldRegionId: PalletBrokerRegionId, newRegionIds: ITuple<[PalletBrokerRegionId, PalletBrokerRegionId]>], {
940
- oldRegionId: PalletBrokerRegionId;
941
- newRegionIds: ITuple<[PalletBrokerRegionId, PalletBrokerRegionId]>;
939
+ Interlaced: AugmentedEvent<ApiType, [oldRegionId: PezpalletBrokerRegionId, newRegionIds: ITuple<[PezpalletBrokerRegionId, PezpalletBrokerRegionId]>], {
940
+ oldRegionId: PezpalletBrokerRegionId;
941
+ newRegionIds: ITuple<[PezpalletBrokerRegionId, PezpalletBrokerRegionId]>;
942
942
  }>;
943
943
  /**
944
944
  * A new lease has been created.
@@ -963,15 +963,15 @@ declare module '@polkadot/api-base/types/events' {
963
963
  /**
964
964
  * A Region has been split into two non-overlapping Regions.
965
965
  **/
966
- Partitioned: AugmentedEvent<ApiType, [oldRegionId: PalletBrokerRegionId, newRegionIds: ITuple<[PalletBrokerRegionId, PalletBrokerRegionId]>], {
967
- oldRegionId: PalletBrokerRegionId;
968
- newRegionIds: ITuple<[PalletBrokerRegionId, PalletBrokerRegionId]>;
966
+ Partitioned: AugmentedEvent<ApiType, [oldRegionId: PezpalletBrokerRegionId, newRegionIds: ITuple<[PezpalletBrokerRegionId, PezpalletBrokerRegionId]>], {
967
+ oldRegionId: PezpalletBrokerRegionId;
968
+ newRegionIds: ITuple<[PezpalletBrokerRegionId, PezpalletBrokerRegionId]>;
969
969
  }>;
970
970
  /**
971
971
  * A Region has been added to the Instantaneous Coretime Pool.
972
972
  **/
973
- Pooled: AugmentedEvent<ApiType, [regionId: PalletBrokerRegionId, duration: u32], {
974
- regionId: PalletBrokerRegionId;
973
+ Pooled: AugmentedEvent<ApiType, [regionId: PezpalletBrokerRegionId, duration: u32], {
974
+ regionId: PezpalletBrokerRegionId;
975
975
  duration: u32;
976
976
  }>;
977
977
  /**
@@ -984,59 +984,59 @@ declare module '@polkadot/api-base/types/events' {
984
984
  /**
985
985
  * A Region of Bulk Coretime has been purchased.
986
986
  **/
987
- Purchased: AugmentedEvent<ApiType, [who: AccountId32, regionId: PalletBrokerRegionId, price: u128, duration: u32], {
987
+ Purchased: AugmentedEvent<ApiType, [who: AccountId32, regionId: PezpalletBrokerRegionId, price: u128, duration: u32], {
988
988
  who: AccountId32;
989
- regionId: PalletBrokerRegionId;
989
+ regionId: PezpalletBrokerRegionId;
990
990
  price: u128;
991
991
  duration: u32;
992
992
  }>;
993
993
  /**
994
994
  * A Region has been dropped due to being out of date.
995
995
  **/
996
- RegionDropped: AugmentedEvent<ApiType, [regionId: PalletBrokerRegionId, duration: u32], {
997
- regionId: PalletBrokerRegionId;
996
+ RegionDropped: AugmentedEvent<ApiType, [regionId: PezpalletBrokerRegionId, duration: u32], {
997
+ regionId: PezpalletBrokerRegionId;
998
998
  duration: u32;
999
999
  }>;
1000
1000
  /**
1001
1001
  * The workload of a core has become renewable.
1002
1002
  **/
1003
- Renewable: AugmentedEvent<ApiType, [core: u16, price: u128, begin: u32, workload: Vec<PalletBrokerScheduleItem>], {
1003
+ Renewable: AugmentedEvent<ApiType, [core: u16, price: u128, begin: u32, workload: Vec<PezpalletBrokerScheduleItem>], {
1004
1004
  core: u16;
1005
1005
  price: u128;
1006
1006
  begin: u32;
1007
- workload: Vec<PalletBrokerScheduleItem>;
1007
+ workload: Vec<PezpalletBrokerScheduleItem>;
1008
1008
  }>;
1009
1009
  /**
1010
1010
  * A workload has been renewed.
1011
1011
  **/
1012
- Renewed: AugmentedEvent<ApiType, [who: AccountId32, price: u128, oldCore: u16, core: u16, begin: u32, duration: u32, workload: Vec<PalletBrokerScheduleItem>], {
1012
+ Renewed: AugmentedEvent<ApiType, [who: AccountId32, price: u128, oldCore: u16, core: u16, begin: u32, duration: u32, workload: Vec<PezpalletBrokerScheduleItem>], {
1013
1013
  who: AccountId32;
1014
1014
  price: u128;
1015
1015
  oldCore: u16;
1016
1016
  core: u16;
1017
1017
  begin: u32;
1018
1018
  duration: u32;
1019
- workload: Vec<PalletBrokerScheduleItem>;
1019
+ workload: Vec<PezpalletBrokerScheduleItem>;
1020
1020
  }>;
1021
1021
  /**
1022
1022
  * A reservation for a workload has been cancelled.
1023
1023
  **/
1024
- ReservationCancelled: AugmentedEvent<ApiType, [index: u32, workload: Vec<PalletBrokerScheduleItem>], {
1024
+ ReservationCancelled: AugmentedEvent<ApiType, [index: u32, workload: Vec<PezpalletBrokerScheduleItem>], {
1025
1025
  index: u32;
1026
- workload: Vec<PalletBrokerScheduleItem>;
1026
+ workload: Vec<PezpalletBrokerScheduleItem>;
1027
1027
  }>;
1028
1028
  /**
1029
1029
  * There is a new reservation for a workload.
1030
1030
  **/
1031
- ReservationMade: AugmentedEvent<ApiType, [index: u32, workload: Vec<PalletBrokerScheduleItem>], {
1031
+ ReservationMade: AugmentedEvent<ApiType, [index: u32, workload: Vec<PezpalletBrokerScheduleItem>], {
1032
1032
  index: u32;
1033
- workload: Vec<PalletBrokerScheduleItem>;
1033
+ workload: Vec<PezpalletBrokerScheduleItem>;
1034
1034
  }>;
1035
1035
  /**
1036
1036
  * The act of claiming revenue has begun.
1037
1037
  **/
1038
- RevenueClaimBegun: AugmentedEvent<ApiType, [region: PalletBrokerRegionId, maxTimeslices: u32], {
1039
- region: PalletBrokerRegionId;
1038
+ RevenueClaimBegun: AugmentedEvent<ApiType, [region: PezpalletBrokerRegionId, maxTimeslices: u32], {
1039
+ region: PezpalletBrokerRegionId;
1040
1040
  maxTimeslices: u32;
1041
1041
  }>;
1042
1042
  /**
@@ -1049,10 +1049,10 @@ declare module '@polkadot/api-base/types/events' {
1049
1049
  /**
1050
1050
  * A revenue claim has (possibly only in part) been paid.
1051
1051
  **/
1052
- RevenueClaimPaid: AugmentedEvent<ApiType, [who: AccountId32, amount: u128, next: Option<PalletBrokerRegionId>], {
1052
+ RevenueClaimPaid: AugmentedEvent<ApiType, [who: AccountId32, amount: u128, next: Option<PezpalletBrokerRegionId>], {
1053
1053
  who: AccountId32;
1054
1054
  amount: u128;
1055
- next: Option<PalletBrokerRegionId>;
1055
+ next: Option<PezpalletBrokerRegionId>;
1056
1056
  }>;
1057
1057
  /**
1058
1058
  * A new sale has been initialized.
@@ -1077,8 +1077,8 @@ declare module '@polkadot/api-base/types/events' {
1077
1077
  /**
1078
1078
  * Ownership of a Region has been transferred.
1079
1079
  **/
1080
- Transferred: AugmentedEvent<ApiType, [regionId: PalletBrokerRegionId, duration: u32, oldOwner: Option<AccountId32>, owner: Option<AccountId32>], {
1081
- regionId: PalletBrokerRegionId;
1080
+ Transferred: AugmentedEvent<ApiType, [regionId: PezpalletBrokerRegionId, duration: u32, oldOwner: Option<AccountId32>, owner: Option<AccountId32>], {
1081
+ regionId: PezpalletBrokerRegionId;
1082
1082
  duration: u32;
1083
1083
  oldOwner: Option<AccountId32>;
1084
1084
  owner: Option<AccountId32>;
@@ -1135,8 +1135,8 @@ declare module '@polkadot/api-base/types/events' {
1135
1135
  * calls. This is because on failure all storage changes including events are
1136
1136
  * rolled back.
1137
1137
  **/
1138
- Called: AugmentedEvent<ApiType, [caller: PalletContractsOrigin, contract: AccountId32], {
1139
- caller: PalletContractsOrigin;
1138
+ Called: AugmentedEvent<ApiType, [caller: PezpalletContractsOrigin, contract: AccountId32], {
1139
+ caller: PezpalletContractsOrigin;
1140
1140
  contract: AccountId32;
1141
1141
  }>;
1142
1142
  /**
@@ -1235,16 +1235,16 @@ declare module '@polkadot/api-base/types/events' {
1235
1235
  /**
1236
1236
  * An account has voted
1237
1237
  **/
1238
- Voted: AugmentedEvent<ApiType, [who: AccountId32, vote: PalletConvictionVotingVoteAccountVote], {
1238
+ Voted: AugmentedEvent<ApiType, [who: AccountId32, vote: PezpalletConvictionVotingVoteAccountVote], {
1239
1239
  who: AccountId32;
1240
- vote: PalletConvictionVotingVoteAccountVote;
1240
+ vote: PezpalletConvictionVotingVoteAccountVote;
1241
1241
  }>;
1242
1242
  /**
1243
1243
  * A vote has been removed
1244
1244
  **/
1245
- VoteRemoved: AugmentedEvent<ApiType, [who: AccountId32, vote: PalletConvictionVotingVoteAccountVote], {
1245
+ VoteRemoved: AugmentedEvent<ApiType, [who: AccountId32, vote: PezpalletConvictionVotingVoteAccountVote], {
1246
1246
  who: AccountId32;
1247
- vote: PalletConvictionVotingVoteAccountVote;
1247
+ vote: PezpalletConvictionVotingVoteAccountVote;
1248
1248
  }>;
1249
1249
  /**
1250
1250
  * The lockup period of a conviction vote expired, and the funds have been unlocked.
@@ -1277,9 +1277,9 @@ declare module '@polkadot/api-base/types/events' {
1277
1277
  * Some submitted evidence was judged and removed. There may or may not have been a change
1278
1278
  * to the rank, but in any case, `last_proof` is reset.
1279
1279
  **/
1280
- EvidenceJudged: AugmentedEvent<ApiType, [who: AccountId32, wish: PalletCoreFellowshipWish, evidence: Bytes, oldRank: u16, newRank: Option<u16>], {
1280
+ EvidenceJudged: AugmentedEvent<ApiType, [who: AccountId32, wish: PezpalletCoreFellowshipWish, evidence: Bytes, oldRank: u16, newRank: Option<u16>], {
1281
1281
  who: AccountId32;
1282
- wish: PalletCoreFellowshipWish;
1282
+ wish: PezpalletCoreFellowshipWish;
1283
1283
  evidence: Bytes;
1284
1284
  oldRank: u16;
1285
1285
  newRank: Option<u16>;
@@ -1307,8 +1307,8 @@ declare module '@polkadot/api-base/types/events' {
1307
1307
  /**
1308
1308
  * Parameters for the pallet have changed.
1309
1309
  **/
1310
- ParamsChanged: AugmentedEvent<ApiType, [params: PalletCoreFellowshipParamsTypeU128], {
1311
- params: PalletCoreFellowshipParamsTypeU128;
1310
+ ParamsChanged: AugmentedEvent<ApiType, [params: PezpalletCoreFellowshipParamsTypeU128], {
1311
+ params: PezpalletCoreFellowshipParamsTypeU128;
1312
1312
  }>;
1313
1313
  /**
1314
1314
  * Member has been promoted to the given rank.
@@ -1327,9 +1327,9 @@ declare module '@polkadot/api-base/types/events' {
1327
1327
  /**
1328
1328
  * Member has stated evidence of their efforts their request for rank.
1329
1329
  **/
1330
- Requested: AugmentedEvent<ApiType, [who: AccountId32, wish: PalletCoreFellowshipWish], {
1330
+ Requested: AugmentedEvent<ApiType, [who: AccountId32, wish: PezpalletCoreFellowshipWish], {
1331
1331
  who: AccountId32;
1332
- wish: PalletCoreFellowshipWish;
1332
+ wish: PezpalletCoreFellowshipWish;
1333
1333
  }>;
1334
1334
  /**
1335
1335
  * A member had its AccountId swapped.
@@ -1367,9 +1367,9 @@ declare module '@polkadot/api-base/types/events' {
1367
1367
  /**
1368
1368
  * A motion was executed; result will be `Ok` if it returned without error.
1369
1369
  **/
1370
- Executed: AugmentedEvent<ApiType, [proposalHash: H256, result: Result<Null, SpRuntimeDispatchError>], {
1370
+ Executed: AugmentedEvent<ApiType, [proposalHash: H256, result: Result<Null, PezspRuntimeDispatchError>], {
1371
1371
  proposalHash: H256;
1372
- result: Result<Null, SpRuntimeDispatchError>;
1372
+ result: Result<Null, PezspRuntimeDispatchError>;
1373
1373
  }>;
1374
1374
  /**
1375
1375
  * A proposal was killed.
@@ -1380,9 +1380,9 @@ declare module '@polkadot/api-base/types/events' {
1380
1380
  /**
1381
1381
  * A single member did some action; result will be `Ok` if it returned without error.
1382
1382
  **/
1383
- MemberExecuted: AugmentedEvent<ApiType, [proposalHash: H256, result: Result<Null, SpRuntimeDispatchError>], {
1383
+ MemberExecuted: AugmentedEvent<ApiType, [proposalHash: H256, result: Result<Null, PezspRuntimeDispatchError>], {
1384
1384
  proposalHash: H256;
1385
- result: Result<Null, SpRuntimeDispatchError>;
1385
+ result: Result<Null, PezspRuntimeDispatchError>;
1386
1386
  }>;
1387
1387
  /**
1388
1388
  * Some cost for storing a proposal was burned.
@@ -1489,23 +1489,23 @@ declare module '@polkadot/api-base/types/events' {
1489
1489
  /**
1490
1490
  * Metadata for a proposal or a referendum has been cleared.
1491
1491
  **/
1492
- MetadataCleared: AugmentedEvent<ApiType, [owner: PalletDemocracyMetadataOwner, hash_: H256], {
1493
- owner: PalletDemocracyMetadataOwner;
1492
+ MetadataCleared: AugmentedEvent<ApiType, [owner: PezpalletDemocracyMetadataOwner, hash_: H256], {
1493
+ owner: PezpalletDemocracyMetadataOwner;
1494
1494
  hash_: H256;
1495
1495
  }>;
1496
1496
  /**
1497
1497
  * Metadata for a proposal or a referendum has been set.
1498
1498
  **/
1499
- MetadataSet: AugmentedEvent<ApiType, [owner: PalletDemocracyMetadataOwner, hash_: H256], {
1500
- owner: PalletDemocracyMetadataOwner;
1499
+ MetadataSet: AugmentedEvent<ApiType, [owner: PezpalletDemocracyMetadataOwner, hash_: H256], {
1500
+ owner: PezpalletDemocracyMetadataOwner;
1501
1501
  hash_: H256;
1502
1502
  }>;
1503
1503
  /**
1504
1504
  * Metadata has been transferred to new owner.
1505
1505
  **/
1506
- MetadataTransferred: AugmentedEvent<ApiType, [prevOwner: PalletDemocracyMetadataOwner, owner: PalletDemocracyMetadataOwner, hash_: H256], {
1507
- prevOwner: PalletDemocracyMetadataOwner;
1508
- owner: PalletDemocracyMetadataOwner;
1506
+ MetadataTransferred: AugmentedEvent<ApiType, [prevOwner: PezpalletDemocracyMetadataOwner, owner: PezpalletDemocracyMetadataOwner, hash_: H256], {
1507
+ prevOwner: PezpalletDemocracyMetadataOwner;
1508
+ owner: PezpalletDemocracyMetadataOwner;
1509
1509
  hash_: H256;
1510
1510
  }>;
1511
1511
  /**
@@ -1543,9 +1543,9 @@ declare module '@polkadot/api-base/types/events' {
1543
1543
  /**
1544
1544
  * A referendum has begun.
1545
1545
  **/
1546
- Started: AugmentedEvent<ApiType, [refIndex: u32, threshold: PalletDemocracyVoteThreshold], {
1546
+ Started: AugmentedEvent<ApiType, [refIndex: u32, threshold: PezpalletDemocracyVoteThreshold], {
1547
1547
  refIndex: u32;
1548
- threshold: PalletDemocracyVoteThreshold;
1548
+ threshold: PezpalletDemocracyVoteThreshold;
1549
1549
  }>;
1550
1550
  /**
1551
1551
  * A public proposal has been tabled for referendum vote.
@@ -1571,10 +1571,10 @@ declare module '@polkadot/api-base/types/events' {
1571
1571
  /**
1572
1572
  * An account has voted in a referendum
1573
1573
  **/
1574
- Voted: AugmentedEvent<ApiType, [voter: AccountId32, refIndex: u32, vote: PalletDemocracyVoteAccountVote], {
1574
+ Voted: AugmentedEvent<ApiType, [voter: AccountId32, refIndex: u32, vote: PezpalletDemocracyVoteAccountVote], {
1575
1575
  voter: AccountId32;
1576
1576
  refIndex: u32;
1577
- vote: PalletDemocracyVoteAccountVote;
1577
+ vote: PezpalletDemocracyVoteAccountVote;
1578
1578
  }>;
1579
1579
  /**
1580
1580
  * Generic event
@@ -1591,16 +1591,16 @@ declare module '@polkadot/api-base/types/events' {
1591
1591
  /**
1592
1592
  * The election has been finalized, with the given computation and score.
1593
1593
  **/
1594
- ElectionFinalized: AugmentedEvent<ApiType, [compute: PalletElectionProviderMultiPhaseElectionCompute, score: SpNposElectionsElectionScore], {
1595
- compute: PalletElectionProviderMultiPhaseElectionCompute;
1596
- score: SpNposElectionsElectionScore;
1594
+ ElectionFinalized: AugmentedEvent<ApiType, [compute: PezpalletElectionProviderMultiPhaseElectionCompute, score: PezspNposElectionsElectionScore], {
1595
+ compute: PezpalletElectionProviderMultiPhaseElectionCompute;
1596
+ score: PezspNposElectionsElectionScore;
1597
1597
  }>;
1598
1598
  /**
1599
1599
  * There was a phase transition in a given round.
1600
1600
  **/
1601
- PhaseTransitioned: AugmentedEvent<ApiType, [from: PalletElectionProviderMultiPhasePhase, to: PalletElectionProviderMultiPhasePhase, round: u32], {
1602
- from: PalletElectionProviderMultiPhasePhase;
1603
- to: PalletElectionProviderMultiPhasePhase;
1601
+ PhaseTransitioned: AugmentedEvent<ApiType, [from: PezpalletElectionProviderMultiPhasePhase, to: PezpalletElectionProviderMultiPhasePhase, round: u32], {
1602
+ from: PezpalletElectionProviderMultiPhasePhase;
1603
+ to: PezpalletElectionProviderMultiPhasePhase;
1604
1604
  round: u32;
1605
1605
  }>;
1606
1606
  /**
@@ -1626,8 +1626,8 @@ declare module '@polkadot/api-base/types/events' {
1626
1626
  * `T::ForceOrigin`. The `bool` is `true` when a previous solution was ejected to make
1627
1627
  * room for this one.
1628
1628
  **/
1629
- SolutionStored: AugmentedEvent<ApiType, [compute: PalletElectionProviderMultiPhaseElectionCompute, origin: Option<AccountId32>, prevEjected: bool], {
1630
- compute: PalletElectionProviderMultiPhaseElectionCompute;
1629
+ SolutionStored: AugmentedEvent<ApiType, [compute: PezpalletElectionProviderMultiPhaseElectionCompute, origin: Option<AccountId32>, prevEjected: bool], {
1630
+ compute: PezpalletElectionProviderMultiPhaseElectionCompute;
1631
1631
  origin: Option<AccountId32>;
1632
1632
  prevEjected: bool;
1633
1633
  }>;
@@ -1721,9 +1721,9 @@ declare module '@polkadot/api-base/types/events' {
1721
1721
  /**
1722
1722
  * A staker was unstaked.
1723
1723
  **/
1724
- Unstaked: AugmentedEvent<ApiType, [stash: AccountId32, result: Result<Null, SpRuntimeDispatchError>], {
1724
+ Unstaked: AugmentedEvent<ApiType, [stash: AccountId32, result: Result<Null, PezspRuntimeDispatchError>], {
1725
1725
  stash: AccountId32;
1726
- result: Result<Null, SpRuntimeDispatchError>;
1726
+ result: Result<Null, PezspRuntimeDispatchError>;
1727
1727
  }>;
1728
1728
  /**
1729
1729
  * Generic event
@@ -1764,8 +1764,8 @@ declare module '@polkadot/api-base/types/events' {
1764
1764
  /**
1765
1765
  * New authority set has been applied.
1766
1766
  **/
1767
- NewAuthorities: AugmentedEvent<ApiType, [authoritySet: Vec<ITuple<[SpConsensusGrandpaAppPublic, u64]>>], {
1768
- authoritySet: Vec<ITuple<[SpConsensusGrandpaAppPublic, u64]>>;
1767
+ NewAuthorities: AugmentedEvent<ApiType, [authoritySet: Vec<ITuple<[PezspConsensusGrandpaAppPublic, u64]>>], {
1768
+ authoritySet: Vec<ITuple<[PezspConsensusGrandpaAppPublic, u64]>>;
1769
1769
  }>;
1770
1770
  /**
1771
1771
  * Current authority set has been paused.
@@ -1947,8 +1947,8 @@ declare module '@polkadot/api-base/types/events' {
1947
1947
  /**
1948
1948
  * A new heartbeat was received from `AuthorityId`.
1949
1949
  **/
1950
- HeartbeatReceived: AugmentedEvent<ApiType, [authorityId: PalletImOnlineSr25519AppSr25519Public], {
1951
- authorityId: PalletImOnlineSr25519AppSr25519Public;
1950
+ HeartbeatReceived: AugmentedEvent<ApiType, [authorityId: PezpalletImOnlineSr25519AppSr25519Public], {
1951
+ authorityId: PezpalletImOnlineSr25519AppSr25519Public;
1952
1952
  }>;
1953
1953
  /**
1954
1954
  * At the end of the session, at least one validator was found to be offline.
@@ -2044,19 +2044,19 @@ declare module '@polkadot/api-base/types/events' {
2044
2044
  /**
2045
2045
  * Message is processed.
2046
2046
  **/
2047
- Processed: AugmentedEvent<ApiType, [id: H256, origin: u32, weightUsed: SpWeightsWeightV2Weight, success: bool], {
2047
+ Processed: AugmentedEvent<ApiType, [id: H256, origin: u32, weightUsed: PezspWeightsWeightV2Weight, success: bool], {
2048
2048
  id: H256;
2049
2049
  origin: u32;
2050
- weightUsed: SpWeightsWeightV2Weight;
2050
+ weightUsed: PezspWeightsWeightV2Weight;
2051
2051
  success: bool;
2052
2052
  }>;
2053
2053
  /**
2054
2054
  * Message discarded due to an error in the `MessageProcessor` (usually a format error).
2055
2055
  **/
2056
- ProcessingFailed: AugmentedEvent<ApiType, [id: H256, origin: u32, error: FrameSupportMessagesProcessMessageError], {
2056
+ ProcessingFailed: AugmentedEvent<ApiType, [id: H256, origin: u32, error: PezframeSupportMessagesProcessMessageError], {
2057
2057
  id: H256;
2058
2058
  origin: u32;
2059
- error: FrameSupportMessagesProcessMessageError;
2059
+ error: PezframeSupportMessagesProcessMessageError;
2060
2060
  }>;
2061
2061
  /**
2062
2062
  * Generic event
@@ -2070,8 +2070,8 @@ declare module '@polkadot/api-base/types/events' {
2070
2070
  * Contains the dispatch result of the meta transaction along with post-dispatch
2071
2071
  * information.
2072
2072
  **/
2073
- Dispatched: AugmentedEvent<ApiType, [result: Result<FrameSupportDispatchPostDispatchInfo, SpRuntimeDispatchErrorWithPostInfo>], {
2074
- result: Result<FrameSupportDispatchPostDispatchInfo, SpRuntimeDispatchErrorWithPostInfo>;
2073
+ Dispatched: AugmentedEvent<ApiType, [result: Result<PezframeSupportDispatchPostDispatchInfo, PezspRuntimeDispatchErrorWithPostInfo>], {
2074
+ result: Result<PezframeSupportDispatchPostDispatchInfo, PezspRuntimeDispatchErrorWithPostInfo>;
2075
2075
  }>;
2076
2076
  /**
2077
2077
  * Generic event
@@ -2152,30 +2152,30 @@ declare module '@polkadot/api-base/types/events' {
2152
2152
  /**
2153
2153
  * A multisig operation has been approved by someone.
2154
2154
  **/
2155
- MultisigApproval: AugmentedEvent<ApiType, [approving: AccountId32, timepoint: PalletMultisigTimepoint, multisig: AccountId32, callHash: U8aFixed], {
2155
+ MultisigApproval: AugmentedEvent<ApiType, [approving: AccountId32, timepoint: PezpalletMultisigTimepoint, multisig: AccountId32, callHash: U8aFixed], {
2156
2156
  approving: AccountId32;
2157
- timepoint: PalletMultisigTimepoint;
2157
+ timepoint: PezpalletMultisigTimepoint;
2158
2158
  multisig: AccountId32;
2159
2159
  callHash: U8aFixed;
2160
2160
  }>;
2161
2161
  /**
2162
2162
  * A multisig operation has been cancelled.
2163
2163
  **/
2164
- MultisigCancelled: AugmentedEvent<ApiType, [cancelling: AccountId32, timepoint: PalletMultisigTimepoint, multisig: AccountId32, callHash: U8aFixed], {
2164
+ MultisigCancelled: AugmentedEvent<ApiType, [cancelling: AccountId32, timepoint: PezpalletMultisigTimepoint, multisig: AccountId32, callHash: U8aFixed], {
2165
2165
  cancelling: AccountId32;
2166
- timepoint: PalletMultisigTimepoint;
2166
+ timepoint: PezpalletMultisigTimepoint;
2167
2167
  multisig: AccountId32;
2168
2168
  callHash: U8aFixed;
2169
2169
  }>;
2170
2170
  /**
2171
2171
  * A multisig operation has been executed.
2172
2172
  **/
2173
- MultisigExecuted: AugmentedEvent<ApiType, [approving: AccountId32, timepoint: PalletMultisigTimepoint, multisig: AccountId32, callHash: U8aFixed, result: Result<Null, SpRuntimeDispatchError>], {
2173
+ MultisigExecuted: AugmentedEvent<ApiType, [approving: AccountId32, timepoint: PezpalletMultisigTimepoint, multisig: AccountId32, callHash: U8aFixed, result: Result<Null, PezspRuntimeDispatchError>], {
2174
2174
  approving: AccountId32;
2175
- timepoint: PalletMultisigTimepoint;
2175
+ timepoint: PezpalletMultisigTimepoint;
2176
2176
  multisig: AccountId32;
2177
2177
  callHash: U8aFixed;
2178
- result: Result<Null, SpRuntimeDispatchError>;
2178
+ result: Result<Null, PezspRuntimeDispatchError>;
2179
2179
  }>;
2180
2180
  /**
2181
2181
  * A new multisig operation has begun.
@@ -2237,21 +2237,21 @@ declare module '@polkadot/api-base/types/events' {
2237
2237
  /**
2238
2238
  * Attribute metadata has been cleared for a `collection` or `item`.
2239
2239
  **/
2240
- AttributeCleared: AugmentedEvent<ApiType, [collection: u32, maybeItem: Option<u32>, key: Bytes, namespace: PalletNftsAttributeNamespace], {
2240
+ AttributeCleared: AugmentedEvent<ApiType, [collection: u32, maybeItem: Option<u32>, key: Bytes, namespace: PezpalletNftsAttributeNamespace], {
2241
2241
  collection: u32;
2242
2242
  maybeItem: Option<u32>;
2243
2243
  key: Bytes;
2244
- namespace: PalletNftsAttributeNamespace;
2244
+ namespace: PezpalletNftsAttributeNamespace;
2245
2245
  }>;
2246
2246
  /**
2247
2247
  * New attribute metadata has been set for a `collection` or `item`.
2248
2248
  **/
2249
- AttributeSet: AugmentedEvent<ApiType, [collection: u32, maybeItem: Option<u32>, key: Bytes, value: Bytes, namespace: PalletNftsAttributeNamespace], {
2249
+ AttributeSet: AugmentedEvent<ApiType, [collection: u32, maybeItem: Option<u32>, key: Bytes, value: Bytes, namespace: PezpalletNftsAttributeNamespace], {
2250
2250
  collection: u32;
2251
2251
  maybeItem: Option<u32>;
2252
2252
  key: Bytes;
2253
2253
  value: Bytes;
2254
- namespace: PalletNftsAttributeNamespace;
2254
+ namespace: PezpalletNftsAttributeNamespace;
2255
2255
  }>;
2256
2256
  /**
2257
2257
  * An `item` was destroyed.
@@ -2432,19 +2432,19 @@ declare module '@polkadot/api-base/types/events' {
2432
2432
  * A new attribute in the `Pallet` namespace was set for the `collection` or an `item`
2433
2433
  * within that `collection`.
2434
2434
  **/
2435
- PalletAttributeSet: AugmentedEvent<ApiType, [collection: u32, item: Option<u32>, attribute: PalletNftsPalletAttributes, value: Bytes], {
2435
+ PalletAttributeSet: AugmentedEvent<ApiType, [collection: u32, item: Option<u32>, attribute: PezpalletNftsPezpalletAttributes, value: Bytes], {
2436
2436
  collection: u32;
2437
2437
  item: Option<u32>;
2438
- attribute: PalletNftsPalletAttributes;
2438
+ attribute: PezpalletNftsPezpalletAttributes;
2439
2439
  value: Bytes;
2440
2440
  }>;
2441
2441
  /**
2442
2442
  * New attributes have been set for an `item` of the `collection`.
2443
2443
  **/
2444
- PreSignedAttributesSet: AugmentedEvent<ApiType, [collection: u32, item: u32, namespace: PalletNftsAttributeNamespace], {
2444
+ PreSignedAttributesSet: AugmentedEvent<ApiType, [collection: u32, item: u32, namespace: PezpalletNftsAttributeNamespace], {
2445
2445
  collection: u32;
2446
2446
  item: u32;
2447
- namespace: PalletNftsAttributeNamespace;
2447
+ namespace: PezpalletNftsAttributeNamespace;
2448
2448
  }>;
2449
2449
  /**
2450
2450
  * The deposit for a set of `item`s within a `collection` has been updated.
@@ -2456,36 +2456,36 @@ declare module '@polkadot/api-base/types/events' {
2456
2456
  /**
2457
2457
  * The swap was cancelled.
2458
2458
  **/
2459
- SwapCancelled: AugmentedEvent<ApiType, [offeredCollection: u32, offeredItem: u32, desiredCollection: u32, desiredItem: Option<u32>, price: Option<PalletNftsPriceWithDirection>, deadline: u32], {
2459
+ SwapCancelled: AugmentedEvent<ApiType, [offeredCollection: u32, offeredItem: u32, desiredCollection: u32, desiredItem: Option<u32>, price: Option<PezpalletNftsPriceWithDirection>, deadline: u32], {
2460
2460
  offeredCollection: u32;
2461
2461
  offeredItem: u32;
2462
2462
  desiredCollection: u32;
2463
2463
  desiredItem: Option<u32>;
2464
- price: Option<PalletNftsPriceWithDirection>;
2464
+ price: Option<PezpalletNftsPriceWithDirection>;
2465
2465
  deadline: u32;
2466
2466
  }>;
2467
2467
  /**
2468
2468
  * The swap has been claimed.
2469
2469
  **/
2470
- SwapClaimed: AugmentedEvent<ApiType, [sentCollection: u32, sentItem: u32, sentItemOwner: AccountId32, receivedCollection: u32, receivedItem: u32, receivedItemOwner: AccountId32, price: Option<PalletNftsPriceWithDirection>, deadline: u32], {
2470
+ SwapClaimed: AugmentedEvent<ApiType, [sentCollection: u32, sentItem: u32, sentItemOwner: AccountId32, receivedCollection: u32, receivedItem: u32, receivedItemOwner: AccountId32, price: Option<PezpalletNftsPriceWithDirection>, deadline: u32], {
2471
2471
  sentCollection: u32;
2472
2472
  sentItem: u32;
2473
2473
  sentItemOwner: AccountId32;
2474
2474
  receivedCollection: u32;
2475
2475
  receivedItem: u32;
2476
2476
  receivedItemOwner: AccountId32;
2477
- price: Option<PalletNftsPriceWithDirection>;
2477
+ price: Option<PezpalletNftsPriceWithDirection>;
2478
2478
  deadline: u32;
2479
2479
  }>;
2480
2480
  /**
2481
2481
  * An `item` swap intent was created.
2482
2482
  **/
2483
- SwapCreated: AugmentedEvent<ApiType, [offeredCollection: u32, offeredItem: u32, desiredCollection: u32, desiredItem: Option<u32>, price: Option<PalletNftsPriceWithDirection>, deadline: u32], {
2483
+ SwapCreated: AugmentedEvent<ApiType, [offeredCollection: u32, offeredItem: u32, desiredCollection: u32, desiredItem: Option<u32>, price: Option<PezpalletNftsPriceWithDirection>, deadline: u32], {
2484
2484
  offeredCollection: u32;
2485
2485
  offeredItem: u32;
2486
2486
  desiredCollection: u32;
2487
2487
  desiredItem: Option<u32>;
2488
- price: Option<PalletNftsPriceWithDirection>;
2488
+ price: Option<PezpalletNftsPriceWithDirection>;
2489
2489
  deadline: u32;
2490
2490
  }>;
2491
2491
  /**
@@ -2633,9 +2633,9 @@ declare module '@polkadot/api-base/types/events' {
2633
2633
  /**
2634
2634
  * A pool member's claim permission has been updated.
2635
2635
  **/
2636
- MemberClaimPermissionUpdated: AugmentedEvent<ApiType, [member: AccountId32, permission: PalletNominationPoolsClaimPermission], {
2636
+ MemberClaimPermissionUpdated: AugmentedEvent<ApiType, [member: AccountId32, permission: PezpalletNominationPoolsClaimPermission], {
2637
2637
  member: AccountId32;
2638
- permission: PalletNominationPoolsClaimPermission;
2638
+ permission: PezpalletNominationPoolsClaimPermission;
2639
2639
  }>;
2640
2640
  /**
2641
2641
  * A member has been removed from a pool.
@@ -2681,9 +2681,9 @@ declare module '@polkadot/api-base/types/events' {
2681
2681
  /**
2682
2682
  * A pool's commission `change_rate` has been changed.
2683
2683
  **/
2684
- PoolCommissionChangeRateUpdated: AugmentedEvent<ApiType, [poolId: u32, changeRate: PalletNominationPoolsCommissionChangeRate], {
2684
+ PoolCommissionChangeRateUpdated: AugmentedEvent<ApiType, [poolId: u32, changeRate: PezpalletNominationPoolsCommissionChangeRate], {
2685
2685
  poolId: u32;
2686
- changeRate: PalletNominationPoolsCommissionChangeRate;
2686
+ changeRate: PezpalletNominationPoolsCommissionChangeRate;
2687
2687
  }>;
2688
2688
  /**
2689
2689
  * Pool commission has been claimed.
@@ -2695,9 +2695,9 @@ declare module '@polkadot/api-base/types/events' {
2695
2695
  /**
2696
2696
  * Pool commission claim permission has been updated.
2697
2697
  **/
2698
- PoolCommissionClaimPermissionUpdated: AugmentedEvent<ApiType, [poolId: u32, permission: Option<PalletNominationPoolsCommissionClaimPermission>], {
2698
+ PoolCommissionClaimPermissionUpdated: AugmentedEvent<ApiType, [poolId: u32, permission: Option<PezpalletNominationPoolsCommissionClaimPermission>], {
2699
2699
  poolId: u32;
2700
- permission: Option<PalletNominationPoolsCommissionClaimPermission>;
2700
+ permission: Option<PezpalletNominationPoolsCommissionClaimPermission>;
2701
2701
  }>;
2702
2702
  /**
2703
2703
  * A pool's commission setting has been changed.
@@ -2747,9 +2747,9 @@ declare module '@polkadot/api-base/types/events' {
2747
2747
  /**
2748
2748
  * The state of a pool has changed
2749
2749
  **/
2750
- StateChanged: AugmentedEvent<ApiType, [poolId: u32, newState: PalletNominationPoolsPoolState], {
2750
+ StateChanged: AugmentedEvent<ApiType, [poolId: u32, newState: PezpalletNominationPoolsPoolState], {
2751
2751
  poolId: u32;
2752
- newState: PalletNominationPoolsPoolState;
2752
+ newState: PezpalletNominationPoolsPoolState;
2753
2753
  }>;
2754
2754
  /**
2755
2755
  * A member has unbonded from their pool.
@@ -3076,9 +3076,9 @@ declare module '@polkadot/api-base/types/events' {
3076
3076
  /**
3077
3077
  * A deposit stored for proxies or announcements was poked / updated.
3078
3078
  **/
3079
- DepositPoked: AugmentedEvent<ApiType, [who: AccountId32, kind: PalletProxyDepositKind, oldDeposit: u128, newDeposit: u128], {
3079
+ DepositPoked: AugmentedEvent<ApiType, [who: AccountId32, kind: PezpalletProxyDepositKind, oldDeposit: u128, newDeposit: u128], {
3080
3080
  who: AccountId32;
3081
- kind: PalletProxyDepositKind;
3081
+ kind: PezpalletProxyDepositKind;
3082
3082
  oldDeposit: u128;
3083
3083
  newDeposit: u128;
3084
3084
  }>;
@@ -3094,8 +3094,8 @@ declare module '@polkadot/api-base/types/events' {
3094
3094
  /**
3095
3095
  * A proxy was executed correctly, with the given.
3096
3096
  **/
3097
- ProxyExecuted: AugmentedEvent<ApiType, [result: Result<Null, SpRuntimeDispatchError>], {
3098
- result: Result<Null, SpRuntimeDispatchError>;
3097
+ ProxyExecuted: AugmentedEvent<ApiType, [result: Result<Null, PezspRuntimeDispatchError>], {
3098
+ result: Result<Null, PezspRuntimeDispatchError>;
3099
3099
  }>;
3100
3100
  /**
3101
3101
  * A proxy was removed.
@@ -3153,11 +3153,11 @@ declare module '@polkadot/api-base/types/events' {
3153
3153
  * The member `who` has voted for the `poll` with the given `vote` leading to an updated
3154
3154
  * `tally`.
3155
3155
  **/
3156
- Voted: AugmentedEvent<ApiType, [who: AccountId32, poll: u32, vote: PalletRankedCollectiveVoteRecord, tally: PalletRankedCollectiveTally], {
3156
+ Voted: AugmentedEvent<ApiType, [who: AccountId32, poll: u32, vote: PezpalletRankedCollectiveVoteRecord, tally: PezpalletRankedCollectiveTally], {
3157
3157
  who: AccountId32;
3158
3158
  poll: u32;
3159
- vote: PalletRankedCollectiveVoteRecord;
3160
- tally: PalletRankedCollectiveTally;
3159
+ vote: PezpalletRankedCollectiveVoteRecord;
3160
+ tally: PezpalletRankedCollectiveTally;
3161
3161
  }>;
3162
3162
  /**
3163
3163
  * Generic event
@@ -3174,9 +3174,9 @@ declare module '@polkadot/api-base/types/events' {
3174
3174
  /**
3175
3175
  * A referendum has been cancelled.
3176
3176
  **/
3177
- Cancelled: AugmentedEvent<ApiType, [index: u32, tally: PalletRankedCollectiveTally], {
3177
+ Cancelled: AugmentedEvent<ApiType, [index: u32, tally: PezpalletRankedCollectiveTally], {
3178
3178
  index: u32;
3179
- tally: PalletRankedCollectiveTally;
3179
+ tally: PezpalletRankedCollectiveTally;
3180
3180
  }>;
3181
3181
  ConfirmAborted: AugmentedEvent<ApiType, [index: u32], {
3182
3182
  index: u32;
@@ -3184,9 +3184,9 @@ declare module '@polkadot/api-base/types/events' {
3184
3184
  /**
3185
3185
  * A referendum has ended its confirmation phase and is ready for approval.
3186
3186
  **/
3187
- Confirmed: AugmentedEvent<ApiType, [index: u32, tally: PalletRankedCollectiveTally], {
3187
+ Confirmed: AugmentedEvent<ApiType, [index: u32, tally: PezpalletRankedCollectiveTally], {
3188
3188
  index: u32;
3189
- tally: PalletRankedCollectiveTally;
3189
+ tally: PezpalletRankedCollectiveTally;
3190
3190
  }>;
3191
3191
  ConfirmStarted: AugmentedEvent<ApiType, [index: u32], {
3192
3192
  index: u32;
@@ -3210,11 +3210,11 @@ declare module '@polkadot/api-base/types/events' {
3210
3210
  /**
3211
3211
  * A referendum has moved into the deciding phase.
3212
3212
  **/
3213
- DecisionStarted: AugmentedEvent<ApiType, [index: u32, track: u16, proposal: FrameSupportPreimagesBounded, tally: PalletRankedCollectiveTally], {
3213
+ DecisionStarted: AugmentedEvent<ApiType, [index: u32, track: u16, proposal: PezframeSupportPreimagesBounded, tally: PezpalletRankedCollectiveTally], {
3214
3214
  index: u32;
3215
3215
  track: u16;
3216
- proposal: FrameSupportPreimagesBounded;
3217
- tally: PalletRankedCollectiveTally;
3216
+ proposal: PezframeSupportPreimagesBounded;
3217
+ tally: PezpalletRankedCollectiveTally;
3218
3218
  }>;
3219
3219
  /**
3220
3220
  * A deposit has been slashed.
@@ -3226,9 +3226,9 @@ declare module '@polkadot/api-base/types/events' {
3226
3226
  /**
3227
3227
  * A referendum has been killed.
3228
3228
  **/
3229
- Killed: AugmentedEvent<ApiType, [index: u32, tally: PalletRankedCollectiveTally], {
3229
+ Killed: AugmentedEvent<ApiType, [index: u32, tally: PezpalletRankedCollectiveTally], {
3230
3230
  index: u32;
3231
- tally: PalletRankedCollectiveTally;
3231
+ tally: PezpalletRankedCollectiveTally;
3232
3232
  }>;
3233
3233
  /**
3234
3234
  * Metadata for a referendum has been cleared.
@@ -3247,9 +3247,9 @@ declare module '@polkadot/api-base/types/events' {
3247
3247
  /**
3248
3248
  * A proposal has been rejected by referendum.
3249
3249
  **/
3250
- Rejected: AugmentedEvent<ApiType, [index: u32, tally: PalletRankedCollectiveTally], {
3250
+ Rejected: AugmentedEvent<ApiType, [index: u32, tally: PezpalletRankedCollectiveTally], {
3251
3251
  index: u32;
3252
- tally: PalletRankedCollectiveTally;
3252
+ tally: PezpalletRankedCollectiveTally;
3253
3253
  }>;
3254
3254
  /**
3255
3255
  * The submission deposit has been refunded.
@@ -3262,17 +3262,17 @@ declare module '@polkadot/api-base/types/events' {
3262
3262
  /**
3263
3263
  * A referendum has been submitted.
3264
3264
  **/
3265
- Submitted: AugmentedEvent<ApiType, [index: u32, track: u16, proposal: FrameSupportPreimagesBounded], {
3265
+ Submitted: AugmentedEvent<ApiType, [index: u32, track: u16, proposal: PezframeSupportPreimagesBounded], {
3266
3266
  index: u32;
3267
3267
  track: u16;
3268
- proposal: FrameSupportPreimagesBounded;
3268
+ proposal: PezframeSupportPreimagesBounded;
3269
3269
  }>;
3270
3270
  /**
3271
3271
  * A referendum has been timed out without being decided.
3272
3272
  **/
3273
- TimedOut: AugmentedEvent<ApiType, [index: u32, tally: PalletRankedCollectiveTally], {
3273
+ TimedOut: AugmentedEvent<ApiType, [index: u32, tally: PezpalletRankedCollectiveTally], {
3274
3274
  index: u32;
3275
- tally: PalletRankedCollectiveTally;
3275
+ tally: PezpalletRankedCollectiveTally;
3276
3276
  }>;
3277
3277
  /**
3278
3278
  * Generic event
@@ -3336,9 +3336,9 @@ declare module '@polkadot/api-base/types/events' {
3336
3336
  /**
3337
3337
  * A referendum has been cancelled.
3338
3338
  **/
3339
- Cancelled: AugmentedEvent<ApiType, [index: u32, tally: PalletConvictionVotingTally], {
3339
+ Cancelled: AugmentedEvent<ApiType, [index: u32, tally: PezpalletConvictionVotingTally], {
3340
3340
  index: u32;
3341
- tally: PalletConvictionVotingTally;
3341
+ tally: PezpalletConvictionVotingTally;
3342
3342
  }>;
3343
3343
  ConfirmAborted: AugmentedEvent<ApiType, [index: u32], {
3344
3344
  index: u32;
@@ -3346,9 +3346,9 @@ declare module '@polkadot/api-base/types/events' {
3346
3346
  /**
3347
3347
  * A referendum has ended its confirmation phase and is ready for approval.
3348
3348
  **/
3349
- Confirmed: AugmentedEvent<ApiType, [index: u32, tally: PalletConvictionVotingTally], {
3349
+ Confirmed: AugmentedEvent<ApiType, [index: u32, tally: PezpalletConvictionVotingTally], {
3350
3350
  index: u32;
3351
- tally: PalletConvictionVotingTally;
3351
+ tally: PezpalletConvictionVotingTally;
3352
3352
  }>;
3353
3353
  ConfirmStarted: AugmentedEvent<ApiType, [index: u32], {
3354
3354
  index: u32;
@@ -3372,11 +3372,11 @@ declare module '@polkadot/api-base/types/events' {
3372
3372
  /**
3373
3373
  * A referendum has moved into the deciding phase.
3374
3374
  **/
3375
- DecisionStarted: AugmentedEvent<ApiType, [index: u32, track: u16, proposal: FrameSupportPreimagesBounded, tally: PalletConvictionVotingTally], {
3375
+ DecisionStarted: AugmentedEvent<ApiType, [index: u32, track: u16, proposal: PezframeSupportPreimagesBounded, tally: PezpalletConvictionVotingTally], {
3376
3376
  index: u32;
3377
3377
  track: u16;
3378
- proposal: FrameSupportPreimagesBounded;
3379
- tally: PalletConvictionVotingTally;
3378
+ proposal: PezframeSupportPreimagesBounded;
3379
+ tally: PezpalletConvictionVotingTally;
3380
3380
  }>;
3381
3381
  /**
3382
3382
  * A deposit has been slashed.
@@ -3388,9 +3388,9 @@ declare module '@polkadot/api-base/types/events' {
3388
3388
  /**
3389
3389
  * A referendum has been killed.
3390
3390
  **/
3391
- Killed: AugmentedEvent<ApiType, [index: u32, tally: PalletConvictionVotingTally], {
3391
+ Killed: AugmentedEvent<ApiType, [index: u32, tally: PezpalletConvictionVotingTally], {
3392
3392
  index: u32;
3393
- tally: PalletConvictionVotingTally;
3393
+ tally: PezpalletConvictionVotingTally;
3394
3394
  }>;
3395
3395
  /**
3396
3396
  * Metadata for a referendum has been cleared.
@@ -3409,9 +3409,9 @@ declare module '@polkadot/api-base/types/events' {
3409
3409
  /**
3410
3410
  * A proposal has been rejected by referendum.
3411
3411
  **/
3412
- Rejected: AugmentedEvent<ApiType, [index: u32, tally: PalletConvictionVotingTally], {
3412
+ Rejected: AugmentedEvent<ApiType, [index: u32, tally: PezpalletConvictionVotingTally], {
3413
3413
  index: u32;
3414
- tally: PalletConvictionVotingTally;
3414
+ tally: PezpalletConvictionVotingTally;
3415
3415
  }>;
3416
3416
  /**
3417
3417
  * The submission deposit has been refunded.
@@ -3424,17 +3424,17 @@ declare module '@polkadot/api-base/types/events' {
3424
3424
  /**
3425
3425
  * A referendum has been submitted.
3426
3426
  **/
3427
- Submitted: AugmentedEvent<ApiType, [index: u32, track: u16, proposal: FrameSupportPreimagesBounded], {
3427
+ Submitted: AugmentedEvent<ApiType, [index: u32, track: u16, proposal: PezframeSupportPreimagesBounded], {
3428
3428
  index: u32;
3429
3429
  track: u16;
3430
- proposal: FrameSupportPreimagesBounded;
3430
+ proposal: PezframeSupportPreimagesBounded;
3431
3431
  }>;
3432
3432
  /**
3433
3433
  * A referendum has been timed out without being decided.
3434
3434
  **/
3435
- TimedOut: AugmentedEvent<ApiType, [index: u32, tally: PalletConvictionVotingTally], {
3435
+ TimedOut: AugmentedEvent<ApiType, [index: u32, tally: PezpalletConvictionVotingTally], {
3436
3436
  index: u32;
3437
- tally: PalletConvictionVotingTally;
3437
+ tally: PezpalletConvictionVotingTally;
3438
3438
  }>;
3439
3439
  /**
3440
3440
  * Generic event
@@ -3521,8 +3521,8 @@ declare module '@polkadot/api-base/types/events' {
3521
3521
  /**
3522
3522
  * Exited the safe-mode for a specific reason.
3523
3523
  **/
3524
- Exited: AugmentedEvent<ApiType, [reason: PalletSafeModeExitReason], {
3525
- reason: PalletSafeModeExitReason;
3524
+ Exited: AugmentedEvent<ApiType, [reason: PezpalletSafeModeExitReason], {
3525
+ reason: PezpalletSafeModeExitReason;
3526
3526
  }>;
3527
3527
  /**
3528
3528
  * The safe-mode was extended until inclusively this block.
@@ -3600,10 +3600,10 @@ declare module '@polkadot/api-base/types/events' {
3600
3600
  /**
3601
3601
  * Dispatched some task.
3602
3602
  **/
3603
- Dispatched: AugmentedEvent<ApiType, [task: ITuple<[u32, u32]>, id: Option<U8aFixed>, result: Result<Null, SpRuntimeDispatchError>], {
3603
+ Dispatched: AugmentedEvent<ApiType, [task: ITuple<[u32, u32]>, id: Option<U8aFixed>, result: Result<Null, PezspRuntimeDispatchError>], {
3604
3604
  task: ITuple<[u32, u32]>;
3605
3605
  id: Option<U8aFixed>;
3606
- result: Result<Null, SpRuntimeDispatchError>;
3606
+ result: Result<Null, PezspRuntimeDispatchError>;
3607
3607
  }>;
3608
3608
  /**
3609
3609
  * The given task was unable to be renewed since the agenda is full at that block.
@@ -3762,8 +3762,8 @@ declare module '@polkadot/api-base/types/events' {
3762
3762
  /**
3763
3763
  * A new set of \[params\] has been set for the group.
3764
3764
  **/
3765
- NewParams: AugmentedEvent<ApiType, [params: PalletSocietyGroupParams], {
3766
- params: PalletSocietyGroupParams;
3765
+ NewParams: AugmentedEvent<ApiType, [params: PezpalletSocietyGroupParams], {
3766
+ params: PezpalletSocietyGroupParams;
3767
3767
  }>;
3768
3768
  /**
3769
3769
  * A suspended member has been judged.
@@ -3855,8 +3855,8 @@ declare module '@polkadot/api-base/types/events' {
3855
3855
  /**
3856
3856
  * A new force era mode was set.
3857
3857
  **/
3858
- ForceEra: AugmentedEvent<ApiType, [mode: PalletStakingForcing], {
3859
- mode: PalletStakingForcing;
3858
+ ForceEra: AugmentedEvent<ApiType, [mode: PezpalletStakingForcing], {
3859
+ mode: PezpalletStakingForcing;
3860
3860
  }>;
3861
3861
  /**
3862
3862
  * A nominator has been kicked from a validator.
@@ -3884,9 +3884,9 @@ declare module '@polkadot/api-base/types/events' {
3884
3884
  /**
3885
3885
  * The nominator has been rewarded by this amount to this destination.
3886
3886
  **/
3887
- Rewarded: AugmentedEvent<ApiType, [stash: AccountId32, dest: PalletStakingRewardDestination, amount: u128], {
3887
+ Rewarded: AugmentedEvent<ApiType, [stash: AccountId32, dest: PezpalletStakingRewardDestination, amount: u128], {
3888
3888
  stash: AccountId32;
3889
- dest: PalletStakingRewardDestination;
3889
+ dest: PezpalletStakingRewardDestination;
3890
3890
  amount: u128;
3891
3891
  }>;
3892
3892
  /**
@@ -3935,9 +3935,9 @@ declare module '@polkadot/api-base/types/events' {
3935
3935
  /**
3936
3936
  * A validator has set their preferences.
3937
3937
  **/
3938
- ValidatorPrefsSet: AugmentedEvent<ApiType, [stash: AccountId32, prefs: PalletStakingValidatorPrefs], {
3938
+ ValidatorPrefsSet: AugmentedEvent<ApiType, [stash: AccountId32, prefs: PezpalletStakingValidatorPrefs], {
3939
3939
  stash: AccountId32;
3940
- prefs: PalletStakingValidatorPrefs;
3940
+ prefs: PezpalletStakingValidatorPrefs;
3941
3941
  }>;
3942
3942
  /**
3943
3943
  * An account has called `withdraw_unbonded` and removed unbonding chunks worth `Balance`
@@ -3956,9 +3956,9 @@ declare module '@polkadot/api-base/types/events' {
3956
3956
  /**
3957
3957
  * A new statement is submitted
3958
3958
  **/
3959
- NewStatement: AugmentedEvent<ApiType, [account: AccountId32, statement: SpStatementStoreStatement], {
3959
+ NewStatement: AugmentedEvent<ApiType, [account: AccountId32, statement: PezspStatementStoreStatement], {
3960
3960
  account: AccountId32;
3961
- statement: SpStatementStoreStatement;
3961
+ statement: PezspStatementStoreStatement;
3962
3962
  }>;
3963
3963
  /**
3964
3964
  * Generic event
@@ -3973,17 +3973,17 @@ declare module '@polkadot/api-base/types/events' {
3973
3973
  /**
3974
3974
  * Migration got halted due to an error or miss-configuration.
3975
3975
  **/
3976
- Halted: AugmentedEvent<ApiType, [error: PalletStateTrieMigrationError], {
3977
- error: PalletStateTrieMigrationError;
3976
+ Halted: AugmentedEvent<ApiType, [error: PezpalletStateTrieMigrationError], {
3977
+ error: PezpalletStateTrieMigrationError;
3978
3978
  }>;
3979
3979
  /**
3980
3980
  * Given number of `(top, child)` keys were migrated respectively, with the given
3981
3981
  * `compute`.
3982
3982
  **/
3983
- Migrated: AugmentedEvent<ApiType, [top: u32, child: u32, compute: PalletStateTrieMigrationMigrationCompute], {
3983
+ Migrated: AugmentedEvent<ApiType, [top: u32, child: u32, compute: PezpalletStateTrieMigrationMigrationCompute], {
3984
3984
  top: u32;
3985
3985
  child: u32;
3986
- compute: PalletStateTrieMigrationMigrationCompute;
3986
+ compute: PezpalletStateTrieMigrationMigrationCompute;
3987
3987
  }>;
3988
3988
  /**
3989
3989
  * Some account got slashed by the given amount.
@@ -4012,14 +4012,14 @@ declare module '@polkadot/api-base/types/events' {
4012
4012
  /**
4013
4013
  * A sudo call just took place.
4014
4014
  **/
4015
- Sudid: AugmentedEvent<ApiType, [sudoResult: Result<Null, SpRuntimeDispatchError>], {
4016
- sudoResult: Result<Null, SpRuntimeDispatchError>;
4015
+ Sudid: AugmentedEvent<ApiType, [sudoResult: Result<Null, PezspRuntimeDispatchError>], {
4016
+ sudoResult: Result<Null, PezspRuntimeDispatchError>;
4017
4017
  }>;
4018
4018
  /**
4019
4019
  * A [sudo_as](Pallet::sudo_as) call just took place.
4020
4020
  **/
4021
- SudoAsDone: AugmentedEvent<ApiType, [sudoResult: Result<Null, SpRuntimeDispatchError>], {
4022
- sudoResult: Result<Null, SpRuntimeDispatchError>;
4021
+ SudoAsDone: AugmentedEvent<ApiType, [sudoResult: Result<Null, PezspRuntimeDispatchError>], {
4022
+ sudoResult: Result<Null, PezspRuntimeDispatchError>;
4023
4023
  }>;
4024
4024
  /**
4025
4025
  * Generic event
@@ -4034,15 +4034,15 @@ declare module '@polkadot/api-base/types/events' {
4034
4034
  /**
4035
4035
  * An extrinsic failed.
4036
4036
  **/
4037
- ExtrinsicFailed: AugmentedEvent<ApiType, [dispatchError: SpRuntimeDispatchError, dispatchInfo: FrameSystemDispatchEventInfo], {
4038
- dispatchError: SpRuntimeDispatchError;
4039
- dispatchInfo: FrameSystemDispatchEventInfo;
4037
+ ExtrinsicFailed: AugmentedEvent<ApiType, [dispatchError: PezspRuntimeDispatchError, dispatchInfo: PezframeSystemDispatchEventInfo], {
4038
+ dispatchError: PezspRuntimeDispatchError;
4039
+ dispatchInfo: PezframeSystemDispatchEventInfo;
4040
4040
  }>;
4041
4041
  /**
4042
4042
  * An extrinsic completed successfully.
4043
4043
  **/
4044
- ExtrinsicSuccess: AugmentedEvent<ApiType, [dispatchInfo: FrameSystemDispatchEventInfo], {
4045
- dispatchInfo: FrameSystemDispatchEventInfo;
4044
+ ExtrinsicSuccess: AugmentedEvent<ApiType, [dispatchInfo: PezframeSystemDispatchEventInfo], {
4045
+ dispatchInfo: PezframeSystemDispatchEventInfo;
4046
4046
  }>;
4047
4047
  /**
4048
4048
  * An account was reaped.
@@ -4059,9 +4059,9 @@ declare module '@polkadot/api-base/types/events' {
4059
4059
  /**
4060
4060
  * An invalid authorized upgrade was rejected while trying to apply it.
4061
4061
  **/
4062
- RejectedInvalidAuthorizedUpgrade: AugmentedEvent<ApiType, [codeHash: H256, error: SpRuntimeDispatchError], {
4062
+ RejectedInvalidAuthorizedUpgrade: AugmentedEvent<ApiType, [codeHash: H256, error: PezspRuntimeDispatchError], {
4063
4063
  codeHash: H256;
4064
- error: SpRuntimeDispatchError;
4064
+ error: PezspRuntimeDispatchError;
4065
4065
  }>;
4066
4066
  /**
4067
4067
  * On on-chain remark happened.
@@ -4106,9 +4106,9 @@ declare module '@polkadot/api-base/types/events' {
4106
4106
  /**
4107
4107
  * A motion was executed; result will be `Ok` if it returned without error.
4108
4108
  **/
4109
- Executed: AugmentedEvent<ApiType, [proposalHash: H256, result: Result<Null, SpRuntimeDispatchError>], {
4109
+ Executed: AugmentedEvent<ApiType, [proposalHash: H256, result: Result<Null, PezspRuntimeDispatchError>], {
4110
4110
  proposalHash: H256;
4111
- result: Result<Null, SpRuntimeDispatchError>;
4111
+ result: Result<Null, PezspRuntimeDispatchError>;
4112
4112
  }>;
4113
4113
  /**
4114
4114
  * A proposal was killed.
@@ -4119,9 +4119,9 @@ declare module '@polkadot/api-base/types/events' {
4119
4119
  /**
4120
4120
  * A single member did some action; result will be `Ok` if it returned without error.
4121
4121
  **/
4122
- MemberExecuted: AugmentedEvent<ApiType, [proposalHash: H256, result: Result<Null, SpRuntimeDispatchError>], {
4122
+ MemberExecuted: AugmentedEvent<ApiType, [proposalHash: H256, result: Result<Null, PezspRuntimeDispatchError>], {
4123
4123
  proposalHash: H256;
4124
- result: Result<Null, SpRuntimeDispatchError>;
4124
+ result: Result<Null, PezspRuntimeDispatchError>;
4125
4125
  }>;
4126
4126
  /**
4127
4127
  * Some cost for storing a proposal was burned.
@@ -4274,9 +4274,9 @@ declare module '@polkadot/api-base/types/events' {
4274
4274
  /**
4275
4275
  * A new asset spend proposal has been approved.
4276
4276
  **/
4277
- AssetSpendApproved: AugmentedEvent<ApiType, [index: u32, assetKind: FrameSupportTokensFungibleUnionOfNativeOrWithId, amount: u128, beneficiary: AccountId32, validFrom: u32, expireAt: u32], {
4277
+ AssetSpendApproved: AugmentedEvent<ApiType, [index: u32, assetKind: PezframeSupportTokensFungibleUnionOfNativeOrWithId, amount: u128, beneficiary: AccountId32, validFrom: u32, expireAt: u32], {
4278
4278
  index: u32;
4279
- assetKind: FrameSupportTokensFungibleUnionOfNativeOrWithId;
4279
+ assetKind: PezframeSupportTokensFungibleUnionOfNativeOrWithId;
4280
4280
  amount: u128;
4281
4281
  beneficiary: AccountId32;
4282
4282
  validFrom: u32;
@@ -4606,21 +4606,21 @@ declare module '@polkadot/api-base/types/events' {
4606
4606
  * Batch of dispatches did not complete fully. Index of first failing dispatch given, as
4607
4607
  * well as the error.
4608
4608
  **/
4609
- BatchInterrupted: AugmentedEvent<ApiType, [index: u32, error: SpRuntimeDispatchError], {
4609
+ BatchInterrupted: AugmentedEvent<ApiType, [index: u32, error: PezspRuntimeDispatchError], {
4610
4610
  index: u32;
4611
- error: SpRuntimeDispatchError;
4611
+ error: PezspRuntimeDispatchError;
4612
4612
  }>;
4613
4613
  /**
4614
4614
  * A call was dispatched.
4615
4615
  **/
4616
- DispatchedAs: AugmentedEvent<ApiType, [result: Result<Null, SpRuntimeDispatchError>], {
4617
- result: Result<Null, SpRuntimeDispatchError>;
4616
+ DispatchedAs: AugmentedEvent<ApiType, [result: Result<Null, PezspRuntimeDispatchError>], {
4617
+ result: Result<Null, PezspRuntimeDispatchError>;
4618
4618
  }>;
4619
4619
  /**
4620
4620
  * The fallback call was dispatched.
4621
4621
  **/
4622
- IfElseFallbackCalled: AugmentedEvent<ApiType, [mainError: SpRuntimeDispatchError], {
4623
- mainError: SpRuntimeDispatchError;
4622
+ IfElseFallbackCalled: AugmentedEvent<ApiType, [mainError: PezspRuntimeDispatchError], {
4623
+ mainError: PezspRuntimeDispatchError;
4624
4624
  }>;
4625
4625
  /**
4626
4626
  * Main call was dispatched.
@@ -4633,8 +4633,8 @@ declare module '@polkadot/api-base/types/events' {
4633
4633
  /**
4634
4634
  * A single item within a Batch of dispatches has completed with error.
4635
4635
  **/
4636
- ItemFailed: AugmentedEvent<ApiType, [error: SpRuntimeDispatchError], {
4637
- error: SpRuntimeDispatchError;
4636
+ ItemFailed: AugmentedEvent<ApiType, [error: PezspRuntimeDispatchError], {
4637
+ error: PezspRuntimeDispatchError;
4638
4638
  }>;
4639
4639
  /**
4640
4640
  * Generic event
@@ -4686,9 +4686,9 @@ declare module '@polkadot/api-base/types/events' {
4686
4686
  CallWhitelisted: AugmentedEvent<ApiType, [callHash: H256], {
4687
4687
  callHash: H256;
4688
4688
  }>;
4689
- WhitelistedCallDispatched: AugmentedEvent<ApiType, [callHash: H256, result: Result<FrameSupportDispatchPostDispatchInfo, SpRuntimeDispatchErrorWithPostInfo>], {
4689
+ WhitelistedCallDispatched: AugmentedEvent<ApiType, [callHash: H256, result: Result<PezframeSupportDispatchPostDispatchInfo, PezspRuntimeDispatchErrorWithPostInfo>], {
4690
4690
  callHash: H256;
4691
- result: Result<FrameSupportDispatchPostDispatchInfo, SpRuntimeDispatchErrorWithPostInfo>;
4691
+ result: Result<PezframeSupportDispatchPostDispatchInfo, PezspRuntimeDispatchErrorWithPostInfo>;
4692
4692
  }>;
4693
4693
  WhitelistedCallRemoved: AugmentedEvent<ApiType, [callHash: H256], {
4694
4694
  callHash: H256;