@pezkuwi/api-augment 16.5.23 → 16.5.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,8 +2,8 @@ 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
- import type { AccountId32, H160, H256, Perbill, Permill, Perquintill } from '@pezkuwi/types/interfaces/runtime';
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';
5
+ import type { H160, H256 } from '@pezkuwi/types/interfaces/runtime';
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, PezspCoreCryptoAccountId32, PezspNposElectionsElectionScore, PezspRuntimeDispatchError, PezspRuntimeDispatchErrorWithPostInfo, PezspStatementStoreStatement, PezspWeightsWeightV2Weight } from '@pezkuwi/types/lookup';
7
7
  export type __AugmentedEvent<ApiType extends ApiTypes> = AugmentedEvent<ApiType>;
8
8
  declare module '@pezkuwi/api-base/types/events' {
9
9
  interface AugmentedEvents<ApiType extends ApiTypes> {
@@ -19,8 +19,8 @@ declare module '@pezkuwi/api-base/types/events' {
19
19
  /**
20
20
  * An ally has been elevated to Fellow.
21
21
  **/
22
- AllyElevated: AugmentedEvent<ApiType, [ally: AccountId32], {
23
- ally: AccountId32;
22
+ AllyElevated: AugmentedEvent<ApiType, [ally: PezspCoreCryptoAccountId32], {
23
+ ally: PezspCoreCryptoAccountId32;
24
24
  }>;
25
25
  /**
26
26
  * A new announcement has been proposed.
@@ -37,42 +37,42 @@ declare module '@pezkuwi/api-base/types/events' {
37
37
  /**
38
38
  * A Fellow abdicated their voting rights. They are now an Ally.
39
39
  **/
40
- FellowAbdicated: AugmentedEvent<ApiType, [fellow: AccountId32], {
41
- fellow: AccountId32;
40
+ FellowAbdicated: AugmentedEvent<ApiType, [fellow: PezspCoreCryptoAccountId32], {
41
+ fellow: PezspCoreCryptoAccountId32;
42
42
  }>;
43
43
  /**
44
44
  * A member has been kicked out with its deposit slashed.
45
45
  **/
46
- MemberKicked: AugmentedEvent<ApiType, [member: AccountId32, slashed: Option<u128>], {
47
- member: AccountId32;
46
+ MemberKicked: AugmentedEvent<ApiType, [member: PezspCoreCryptoAccountId32, slashed: Option<u128>], {
47
+ member: PezspCoreCryptoAccountId32;
48
48
  slashed: Option<u128>;
49
49
  }>;
50
50
  /**
51
51
  * A member has retired with its deposit unreserved.
52
52
  **/
53
- MemberRetired: AugmentedEvent<ApiType, [member: AccountId32, unreserved: Option<u128>], {
54
- member: AccountId32;
53
+ MemberRetired: AugmentedEvent<ApiType, [member: PezspCoreCryptoAccountId32, unreserved: Option<u128>], {
54
+ member: PezspCoreCryptoAccountId32;
55
55
  unreserved: Option<u128>;
56
56
  }>;
57
57
  /**
58
58
  * A member gave retirement notice and their retirement period started.
59
59
  **/
60
- MemberRetirementPeriodStarted: AugmentedEvent<ApiType, [member: AccountId32], {
61
- member: AccountId32;
60
+ MemberRetirementPeriodStarted: AugmentedEvent<ApiType, [member: PezspCoreCryptoAccountId32], {
61
+ member: PezspCoreCryptoAccountId32;
62
62
  }>;
63
63
  /**
64
64
  * Some accounts have been initialized as members (fellows/allies).
65
65
  **/
66
- MembersInitialized: AugmentedEvent<ApiType, [fellows: Vec<AccountId32>, allies: Vec<AccountId32>], {
67
- fellows: Vec<AccountId32>;
68
- allies: Vec<AccountId32>;
66
+ MembersInitialized: AugmentedEvent<ApiType, [fellows: Vec<PezspCoreCryptoAccountId32>, allies: Vec<PezspCoreCryptoAccountId32>], {
67
+ fellows: Vec<PezspCoreCryptoAccountId32>;
68
+ allies: Vec<PezspCoreCryptoAccountId32>;
69
69
  }>;
70
70
  /**
71
71
  * An account has been added as an Ally and reserved its deposit.
72
72
  **/
73
- NewAllyJoined: AugmentedEvent<ApiType, [ally: AccountId32, nominator: Option<AccountId32>, reserved: Option<u128>], {
74
- ally: AccountId32;
75
- nominator: Option<AccountId32>;
73
+ NewAllyJoined: AugmentedEvent<ApiType, [ally: PezspCoreCryptoAccountId32, nominator: Option<PezspCoreCryptoAccountId32>, reserved: Option<u128>], {
74
+ ally: PezspCoreCryptoAccountId32;
75
+ nominator: Option<PezspCoreCryptoAccountId32>;
76
76
  reserved: Option<u128>;
77
77
  }>;
78
78
  /**
@@ -142,23 +142,23 @@ declare module '@pezkuwi/api-base/types/events' {
142
142
  /**
143
143
  * Some cost for storing a proposal was burned.
144
144
  **/
145
- ProposalCostBurned: AugmentedEvent<ApiType, [proposalHash: H256, who: AccountId32], {
145
+ ProposalCostBurned: AugmentedEvent<ApiType, [proposalHash: H256, who: PezspCoreCryptoAccountId32], {
146
146
  proposalHash: H256;
147
- who: AccountId32;
147
+ who: PezspCoreCryptoAccountId32;
148
148
  }>;
149
149
  /**
150
150
  * Some cost for storing a proposal was released.
151
151
  **/
152
- ProposalCostReleased: AugmentedEvent<ApiType, [proposalHash: H256, who: AccountId32], {
152
+ ProposalCostReleased: AugmentedEvent<ApiType, [proposalHash: H256, who: PezspCoreCryptoAccountId32], {
153
153
  proposalHash: H256;
154
- who: AccountId32;
154
+ who: PezspCoreCryptoAccountId32;
155
155
  }>;
156
156
  /**
157
157
  * A motion (given hash) has been proposed (by given account) with a threshold (given
158
158
  * `MemberCount`).
159
159
  **/
160
- Proposed: AugmentedEvent<ApiType, [account: AccountId32, proposalIndex: u32, proposalHash: H256, threshold: u32], {
161
- account: AccountId32;
160
+ Proposed: AugmentedEvent<ApiType, [account: PezspCoreCryptoAccountId32, proposalIndex: u32, proposalHash: H256, threshold: u32], {
161
+ account: PezspCoreCryptoAccountId32;
162
162
  proposalIndex: u32;
163
163
  proposalHash: H256;
164
164
  threshold: u32;
@@ -167,8 +167,8 @@ declare module '@pezkuwi/api-base/types/events' {
167
167
  * A motion (given hash) has been voted on by given account, leaving
168
168
  * a tally (yes votes and no votes given respectively as `MemberCount`).
169
169
  **/
170
- Voted: AugmentedEvent<ApiType, [account: AccountId32, proposalHash: H256, voted: bool, yes: u32, no: u32], {
171
- account: AccountId32;
170
+ Voted: AugmentedEvent<ApiType, [account: PezspCoreCryptoAccountId32, proposalHash: H256, voted: bool, yes: u32, no: u32], {
171
+ account: PezspCoreCryptoAccountId32;
172
172
  proposalHash: H256;
173
173
  voted: bool;
174
174
  yes: u32;
@@ -183,9 +183,9 @@ declare module '@pezkuwi/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<[PezframeSupportTokensFungibleUnionOfNativeOrWithId, PezframeSupportTokensFungibleUnionOfNativeOrWithId]>, amount1Provided: u128, amount2Provided: u128, lpToken: u32, lpTokenMinted: u128], {
187
- who: AccountId32;
188
- mintTo: AccountId32;
186
+ LiquidityAdded: AugmentedEvent<ApiType, [who: PezspCoreCryptoAccountId32, mintTo: PezspCoreCryptoAccountId32, poolId: ITuple<[PezframeSupportTokensFungibleUnionOfNativeOrWithId, PezframeSupportTokensFungibleUnionOfNativeOrWithId]>, amount1Provided: u128, amount2Provided: u128, lpToken: u32, lpTokenMinted: u128], {
187
+ who: PezspCoreCryptoAccountId32;
188
+ mintTo: PezspCoreCryptoAccountId32;
189
189
  poolId: ITuple<[PezframeSupportTokensFungibleUnionOfNativeOrWithId, PezframeSupportTokensFungibleUnionOfNativeOrWithId]>;
190
190
  amount1Provided: u128;
191
191
  amount2Provided: u128;
@@ -195,23 +195,23 @@ declare module '@pezkuwi/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<[PezframeSupportTokensFungibleUnionOfNativeOrWithId, PezframeSupportTokensFungibleUnionOfNativeOrWithId]>, amount1: u128, amount2: u128, lpToken: u32, lpTokenBurned: u128, withdrawalFee: Permill], {
199
- who: AccountId32;
200
- withdrawTo: AccountId32;
198
+ LiquidityRemoved: AugmentedEvent<ApiType, [who: PezspCoreCryptoAccountId32, withdrawTo: PezspCoreCryptoAccountId32, poolId: ITuple<[PezframeSupportTokensFungibleUnionOfNativeOrWithId, PezframeSupportTokensFungibleUnionOfNativeOrWithId]>, amount1: u128, amount2: u128, lpToken: u32, lpTokenBurned: u128, withdrawalFee: u32], {
199
+ who: PezspCoreCryptoAccountId32;
200
+ withdrawTo: PezspCoreCryptoAccountId32;
201
201
  poolId: ITuple<[PezframeSupportTokensFungibleUnionOfNativeOrWithId, PezframeSupportTokensFungibleUnionOfNativeOrWithId]>;
202
202
  amount1: u128;
203
203
  amount2: u128;
204
204
  lpToken: u32;
205
205
  lpTokenBurned: u128;
206
- withdrawalFee: Permill;
206
+ withdrawalFee: u32;
207
207
  }>;
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<[PezframeSupportTokensFungibleUnionOfNativeOrWithId, PezframeSupportTokensFungibleUnionOfNativeOrWithId]>, poolAccount: AccountId32, lpToken: u32], {
212
- creator: AccountId32;
211
+ PoolCreated: AugmentedEvent<ApiType, [creator: PezspCoreCryptoAccountId32, poolId: ITuple<[PezframeSupportTokensFungibleUnionOfNativeOrWithId, PezframeSupportTokensFungibleUnionOfNativeOrWithId]>, poolAccount: PezspCoreCryptoAccountId32, lpToken: u32], {
212
+ creator: PezspCoreCryptoAccountId32;
213
213
  poolId: ITuple<[PezframeSupportTokensFungibleUnionOfNativeOrWithId, PezframeSupportTokensFungibleUnionOfNativeOrWithId]>;
214
- poolAccount: AccountId32;
214
+ poolAccount: PezspCoreCryptoAccountId32;
215
215
  lpToken: u32;
216
216
  }>;
217
217
  /**
@@ -226,9 +226,9 @@ declare module '@pezkuwi/api-base/types/events' {
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<[PezframeSupportTokensFungibleUnionOfNativeOrWithId, u128]>>], {
230
- who: AccountId32;
231
- sendTo: AccountId32;
229
+ SwapExecuted: AugmentedEvent<ApiType, [who: PezspCoreCryptoAccountId32, sendTo: PezspCoreCryptoAccountId32, amountIn: u128, amountOut: u128, path: Vec<ITuple<[PezframeSupportTokensFungibleUnionOfNativeOrWithId, u128]>>], {
230
+ who: PezspCoreCryptoAccountId32;
231
+ sendTo: PezspCoreCryptoAccountId32;
232
232
  amountIn: u128;
233
233
  amountOut: u128;
234
234
  path: Vec<ITuple<[PezframeSupportTokensFungibleUnionOfNativeOrWithId, u128]>>;
@@ -236,9 +236,9 @@ declare module '@pezkuwi/api-base/types/events' {
236
236
  /**
237
237
  * Pool has been touched in order to fulfill operational requirements.
238
238
  **/
239
- Touched: AugmentedEvent<ApiType, [poolId: ITuple<[PezframeSupportTokensFungibleUnionOfNativeOrWithId, PezframeSupportTokensFungibleUnionOfNativeOrWithId]>, who: AccountId32], {
239
+ Touched: AugmentedEvent<ApiType, [poolId: ITuple<[PezframeSupportTokensFungibleUnionOfNativeOrWithId, PezframeSupportTokensFungibleUnionOfNativeOrWithId]>, who: PezspCoreCryptoAccountId32], {
240
240
  poolId: ITuple<[PezframeSupportTokensFungibleUnionOfNativeOrWithId, PezframeSupportTokensFungibleUnionOfNativeOrWithId]>;
241
- who: AccountId32;
241
+ who: PezspCoreCryptoAccountId32;
242
242
  }>;
243
243
  /**
244
244
  * Generic event
@@ -249,10 +249,10 @@ declare module '@pezkuwi/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<[PezframeSupportTokensFungibleUnionOfNativeOrWithId, PezframeSupportTokensFungibleUnionOfNativeOrWithId]>, priorAccount: AccountId32, newAccount: AccountId32], {
252
+ MigratedToNewAccount: AugmentedEvent<ApiType, [poolId: ITuple<[PezframeSupportTokensFungibleUnionOfNativeOrWithId, PezframeSupportTokensFungibleUnionOfNativeOrWithId]>, priorAccount: PezspCoreCryptoAccountId32, newAccount: PezspCoreCryptoAccountId32], {
253
253
  poolId: ITuple<[PezframeSupportTokensFungibleUnionOfNativeOrWithId, PezframeSupportTokensFungibleUnionOfNativeOrWithId]>;
254
- priorAccount: AccountId32;
255
- newAccount: AccountId32;
254
+ priorAccount: PezspCoreCryptoAccountId32;
255
+ newAccount: PezspCoreCryptoAccountId32;
256
256
  }>;
257
257
  /**
258
258
  * Generic event
@@ -270,8 +270,8 @@ declare module '@pezkuwi/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: PezframeSupportTokensFungibleUnionOfNativeOrWithId], {
274
- who: AccountId32;
273
+ AssetTxFeePaid: AugmentedEvent<ApiType, [who: PezspCoreCryptoAccountId32, actualFee: u128, tip: u128, assetId: PezframeSupportTokensFungibleUnionOfNativeOrWithId], {
274
+ who: PezspCoreCryptoAccountId32;
275
275
  actualFee: u128;
276
276
  tip: u128;
277
277
  assetId: PezframeSupportTokensFungibleUnionOfNativeOrWithId;
@@ -303,9 +303,9 @@ declare module '@pezkuwi/api-base/types/events' {
303
303
  /**
304
304
  * A pool admin was modified.
305
305
  **/
306
- PoolAdminModified: AugmentedEvent<ApiType, [poolId: u32, newAdmin: AccountId32], {
306
+ PoolAdminModified: AugmentedEvent<ApiType, [poolId: u32, newAdmin: PezspCoreCryptoAccountId32], {
307
307
  poolId: u32;
308
- newAdmin: AccountId32;
308
+ newAdmin: PezspCoreCryptoAccountId32;
309
309
  }>;
310
310
  /**
311
311
  * A pool information was cleared after it's completion.
@@ -316,14 +316,14 @@ declare module '@pezkuwi/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: PezframeSupportTokensFungibleUnionOfNativeOrWithId, rewardAssetId: PezframeSupportTokensFungibleUnionOfNativeOrWithId, rewardRatePerBlock: u128, expiryBlock: u32, admin: AccountId32], {
320
- creator: AccountId32;
319
+ PoolCreated: AugmentedEvent<ApiType, [creator: PezspCoreCryptoAccountId32, poolId: u32, stakedAssetId: PezframeSupportTokensFungibleUnionOfNativeOrWithId, rewardAssetId: PezframeSupportTokensFungibleUnionOfNativeOrWithId, rewardRatePerBlock: u128, expiryBlock: u32, admin: PezspCoreCryptoAccountId32], {
320
+ creator: PezspCoreCryptoAccountId32;
321
321
  poolId: u32;
322
322
  stakedAssetId: PezframeSupportTokensFungibleUnionOfNativeOrWithId;
323
323
  rewardAssetId: PezframeSupportTokensFungibleUnionOfNativeOrWithId;
324
324
  rewardRatePerBlock: u128;
325
325
  expiryBlock: u32;
326
- admin: AccountId32;
326
+ admin: PezspCoreCryptoAccountId32;
327
327
  }>;
328
328
  /**
329
329
  * A pool expiry block was modified by the admin.
@@ -342,26 +342,26 @@ declare module '@pezkuwi/api-base/types/events' {
342
342
  /**
343
343
  * An account harvested some rewards.
344
344
  **/
345
- RewardsHarvested: AugmentedEvent<ApiType, [caller: AccountId32, staker: AccountId32, poolId: u32, amount: u128], {
346
- caller: AccountId32;
347
- staker: AccountId32;
345
+ RewardsHarvested: AugmentedEvent<ApiType, [caller: PezspCoreCryptoAccountId32, staker: PezspCoreCryptoAccountId32, poolId: u32, amount: u128], {
346
+ caller: PezspCoreCryptoAccountId32;
347
+ staker: PezspCoreCryptoAccountId32;
348
348
  poolId: u32;
349
349
  amount: u128;
350
350
  }>;
351
351
  /**
352
352
  * An account staked some tokens in a pool.
353
353
  **/
354
- Staked: AugmentedEvent<ApiType, [staker: AccountId32, poolId: u32, amount: u128], {
355
- staker: AccountId32;
354
+ Staked: AugmentedEvent<ApiType, [staker: PezspCoreCryptoAccountId32, poolId: u32, amount: u128], {
355
+ staker: PezspCoreCryptoAccountId32;
356
356
  poolId: u32;
357
357
  amount: u128;
358
358
  }>;
359
359
  /**
360
360
  * An account unstaked some tokens from a pool.
361
361
  **/
362
- Unstaked: AugmentedEvent<ApiType, [caller: AccountId32, staker: AccountId32, poolId: u32, amount: u128], {
363
- caller: AccountId32;
364
- staker: AccountId32;
362
+ Unstaked: AugmentedEvent<ApiType, [caller: PezspCoreCryptoAccountId32, staker: PezspCoreCryptoAccountId32, poolId: u32, amount: u128], {
363
+ caller: PezspCoreCryptoAccountId32;
364
+ staker: PezspCoreCryptoAccountId32;
365
365
  poolId: u32;
366
366
  amount: u128;
367
367
  }>;
@@ -382,10 +382,10 @@ declare module '@pezkuwi/api-base/types/events' {
382
382
  /**
383
383
  * An approval for account `delegate` was cancelled by `owner`.
384
384
  **/
385
- ApprovalCancelled: AugmentedEvent<ApiType, [assetId: u32, owner: AccountId32, delegate: AccountId32], {
385
+ ApprovalCancelled: AugmentedEvent<ApiType, [assetId: u32, owner: PezspCoreCryptoAccountId32, delegate: PezspCoreCryptoAccountId32], {
386
386
  assetId: u32;
387
- owner: AccountId32;
388
- delegate: AccountId32;
387
+ owner: PezspCoreCryptoAccountId32;
388
+ delegate: PezspCoreCryptoAccountId32;
389
389
  }>;
390
390
  /**
391
391
  * Approvals were destroyed for given asset.
@@ -398,10 +398,10 @@ declare module '@pezkuwi/api-base/types/events' {
398
398
  /**
399
399
  * (Additional) funds have been approved for transfer to a destination account.
400
400
  **/
401
- ApprovedTransfer: AugmentedEvent<ApiType, [assetId: u32, source: AccountId32, delegate: AccountId32, amount: u128], {
401
+ ApprovedTransfer: AugmentedEvent<ApiType, [assetId: u32, source: PezspCoreCryptoAccountId32, delegate: PezspCoreCryptoAccountId32, amount: u128], {
402
402
  assetId: u32;
403
- source: AccountId32;
404
- delegate: AccountId32;
403
+ source: PezspCoreCryptoAccountId32;
404
+ delegate: PezspCoreCryptoAccountId32;
405
405
  amount: u128;
406
406
  }>;
407
407
  /**
@@ -432,32 +432,32 @@ declare module '@pezkuwi/api-base/types/events' {
432
432
  /**
433
433
  * Some account `who` was blocked.
434
434
  **/
435
- Blocked: AugmentedEvent<ApiType, [assetId: u32, who: AccountId32], {
435
+ Blocked: AugmentedEvent<ApiType, [assetId: u32, who: PezspCoreCryptoAccountId32], {
436
436
  assetId: u32;
437
- who: AccountId32;
437
+ who: PezspCoreCryptoAccountId32;
438
438
  }>;
439
439
  /**
440
440
  * Some assets were destroyed.
441
441
  **/
442
- Burned: AugmentedEvent<ApiType, [assetId: u32, owner: AccountId32, balance: u128], {
442
+ Burned: AugmentedEvent<ApiType, [assetId: u32, owner: PezspCoreCryptoAccountId32, balance: u128], {
443
443
  assetId: u32;
444
- owner: AccountId32;
444
+ owner: PezspCoreCryptoAccountId32;
445
445
  balance: u128;
446
446
  }>;
447
447
  /**
448
448
  * Some asset class was created.
449
449
  **/
450
- Created: AugmentedEvent<ApiType, [assetId: u32, creator: AccountId32, owner: AccountId32], {
450
+ Created: AugmentedEvent<ApiType, [assetId: u32, creator: PezspCoreCryptoAccountId32, owner: PezspCoreCryptoAccountId32], {
451
451
  assetId: u32;
452
- creator: AccountId32;
453
- owner: AccountId32;
452
+ creator: PezspCoreCryptoAccountId32;
453
+ owner: PezspCoreCryptoAccountId32;
454
454
  }>;
455
455
  /**
456
456
  * Some assets were deposited (e.g. for transaction fees).
457
457
  **/
458
- Deposited: AugmentedEvent<ApiType, [assetId: u32, who: AccountId32, amount: u128], {
458
+ Deposited: AugmentedEvent<ApiType, [assetId: u32, who: PezspCoreCryptoAccountId32, amount: u128], {
459
459
  assetId: u32;
460
- who: AccountId32;
460
+ who: PezspCoreCryptoAccountId32;
461
461
  amount: u128;
462
462
  }>;
463
463
  /**
@@ -475,23 +475,23 @@ declare module '@pezkuwi/api-base/types/events' {
475
475
  /**
476
476
  * Some asset class was force-created.
477
477
  **/
478
- ForceCreated: AugmentedEvent<ApiType, [assetId: u32, owner: AccountId32], {
478
+ ForceCreated: AugmentedEvent<ApiType, [assetId: u32, owner: PezspCoreCryptoAccountId32], {
479
479
  assetId: u32;
480
- owner: AccountId32;
480
+ owner: PezspCoreCryptoAccountId32;
481
481
  }>;
482
482
  /**
483
483
  * Some account `who` was frozen.
484
484
  **/
485
- Frozen: AugmentedEvent<ApiType, [assetId: u32, who: AccountId32], {
485
+ Frozen: AugmentedEvent<ApiType, [assetId: u32, who: PezspCoreCryptoAccountId32], {
486
486
  assetId: u32;
487
- who: AccountId32;
487
+ who: PezspCoreCryptoAccountId32;
488
488
  }>;
489
489
  /**
490
490
  * Some assets were issued.
491
491
  **/
492
- Issued: AugmentedEvent<ApiType, [assetId: u32, owner: AccountId32, amount: u128], {
492
+ Issued: AugmentedEvent<ApiType, [assetId: u32, owner: PezspCoreCryptoAccountId32, amount: u128], {
493
493
  assetId: u32;
494
- owner: AccountId32;
494
+ owner: PezspCoreCryptoAccountId32;
495
495
  amount: u128;
496
496
  }>;
497
497
  /**
@@ -513,60 +513,60 @@ declare module '@pezkuwi/api-base/types/events' {
513
513
  /**
514
514
  * The owner changed.
515
515
  **/
516
- OwnerChanged: AugmentedEvent<ApiType, [assetId: u32, owner: AccountId32], {
516
+ OwnerChanged: AugmentedEvent<ApiType, [assetId: u32, owner: PezspCoreCryptoAccountId32], {
517
517
  assetId: u32;
518
- owner: AccountId32;
518
+ owner: PezspCoreCryptoAccountId32;
519
519
  }>;
520
520
  /**
521
521
  * The management team changed.
522
522
  **/
523
- TeamChanged: AugmentedEvent<ApiType, [assetId: u32, issuer: AccountId32, admin: AccountId32, freezer: AccountId32], {
523
+ TeamChanged: AugmentedEvent<ApiType, [assetId: u32, issuer: PezspCoreCryptoAccountId32, admin: PezspCoreCryptoAccountId32, freezer: PezspCoreCryptoAccountId32], {
524
524
  assetId: u32;
525
- issuer: AccountId32;
526
- admin: AccountId32;
527
- freezer: AccountId32;
525
+ issuer: PezspCoreCryptoAccountId32;
526
+ admin: PezspCoreCryptoAccountId32;
527
+ freezer: PezspCoreCryptoAccountId32;
528
528
  }>;
529
529
  /**
530
530
  * Some account `who` was thawed.
531
531
  **/
532
- Thawed: AugmentedEvent<ApiType, [assetId: u32, who: AccountId32], {
532
+ Thawed: AugmentedEvent<ApiType, [assetId: u32, who: PezspCoreCryptoAccountId32], {
533
533
  assetId: u32;
534
- who: AccountId32;
534
+ who: PezspCoreCryptoAccountId32;
535
535
  }>;
536
536
  /**
537
537
  * Some account `who` was created with a deposit from `depositor`.
538
538
  **/
539
- Touched: AugmentedEvent<ApiType, [assetId: u32, who: AccountId32, depositor: AccountId32], {
539
+ Touched: AugmentedEvent<ApiType, [assetId: u32, who: PezspCoreCryptoAccountId32, depositor: PezspCoreCryptoAccountId32], {
540
540
  assetId: u32;
541
- who: AccountId32;
542
- depositor: AccountId32;
541
+ who: PezspCoreCryptoAccountId32;
542
+ depositor: PezspCoreCryptoAccountId32;
543
543
  }>;
544
544
  /**
545
545
  * Some assets were transferred.
546
546
  **/
547
- Transferred: AugmentedEvent<ApiType, [assetId: u32, from: AccountId32, to: AccountId32, amount: u128], {
547
+ Transferred: AugmentedEvent<ApiType, [assetId: u32, from: PezspCoreCryptoAccountId32, to: PezspCoreCryptoAccountId32, amount: u128], {
548
548
  assetId: u32;
549
- from: AccountId32;
550
- to: AccountId32;
549
+ from: PezspCoreCryptoAccountId32;
550
+ to: PezspCoreCryptoAccountId32;
551
551
  amount: u128;
552
552
  }>;
553
553
  /**
554
554
  * An `amount` was transferred in its entirety from `owner` to `destination` by
555
555
  * the approved `delegate`.
556
556
  **/
557
- TransferredApproved: AugmentedEvent<ApiType, [assetId: u32, owner: AccountId32, delegate: AccountId32, destination: AccountId32, amount: u128], {
557
+ TransferredApproved: AugmentedEvent<ApiType, [assetId: u32, owner: PezspCoreCryptoAccountId32, delegate: PezspCoreCryptoAccountId32, destination: PezspCoreCryptoAccountId32, amount: u128], {
558
558
  assetId: u32;
559
- owner: AccountId32;
560
- delegate: AccountId32;
561
- destination: AccountId32;
559
+ owner: PezspCoreCryptoAccountId32;
560
+ delegate: PezspCoreCryptoAccountId32;
561
+ destination: PezspCoreCryptoAccountId32;
562
562
  amount: u128;
563
563
  }>;
564
564
  /**
565
565
  * Some assets were withdrawn from the account (e.g. for transaction fees).
566
566
  **/
567
- Withdrawn: AugmentedEvent<ApiType, [assetId: u32, who: AccountId32, amount: u128], {
567
+ Withdrawn: AugmentedEvent<ApiType, [assetId: u32, who: PezspCoreCryptoAccountId32, amount: u128], {
568
568
  assetId: u32;
569
- who: AccountId32;
569
+ who: PezspCoreCryptoAccountId32;
570
570
  amount: u128;
571
571
  }>;
572
572
  /**
@@ -575,13 +575,13 @@ declare module '@pezkuwi/api-base/types/events' {
575
575
  [key: string]: AugmentedEvent<ApiType>;
576
576
  };
577
577
  assetsFreezer: {
578
- Frozen: AugmentedEvent<ApiType, [who: AccountId32, assetId: u32, amount: u128], {
579
- who: AccountId32;
578
+ Frozen: AugmentedEvent<ApiType, [who: PezspCoreCryptoAccountId32, assetId: u32, amount: u128], {
579
+ who: PezspCoreCryptoAccountId32;
580
580
  assetId: u32;
581
581
  amount: u128;
582
582
  }>;
583
- Thawed: AugmentedEvent<ApiType, [who: AccountId32, assetId: u32, amount: u128], {
584
- who: AccountId32;
583
+ Thawed: AugmentedEvent<ApiType, [who: PezspCoreCryptoAccountId32, assetId: u32, amount: u128], {
584
+ who: PezspCoreCryptoAccountId32;
585
585
  assetId: u32;
586
586
  amount: u128;
587
587
  }>;
@@ -594,44 +594,44 @@ declare module '@pezkuwi/api-base/types/events' {
594
594
  /**
595
595
  * A balance was set by root.
596
596
  **/
597
- BalanceSet: AugmentedEvent<ApiType, [who: AccountId32, free: u128], {
598
- who: AccountId32;
597
+ BalanceSet: AugmentedEvent<ApiType, [who: PezspCoreCryptoAccountId32, free: u128], {
598
+ who: PezspCoreCryptoAccountId32;
599
599
  free: u128;
600
600
  }>;
601
601
  /**
602
602
  * Some amount was burned from an account.
603
603
  **/
604
- Burned: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
605
- who: AccountId32;
604
+ Burned: AugmentedEvent<ApiType, [who: PezspCoreCryptoAccountId32, amount: u128], {
605
+ who: PezspCoreCryptoAccountId32;
606
606
  amount: u128;
607
607
  }>;
608
608
  /**
609
609
  * Some amount was deposited (e.g. for transaction fees).
610
610
  **/
611
- Deposit: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
612
- who: AccountId32;
611
+ Deposit: AugmentedEvent<ApiType, [who: PezspCoreCryptoAccountId32, amount: u128], {
612
+ who: PezspCoreCryptoAccountId32;
613
613
  amount: u128;
614
614
  }>;
615
615
  /**
616
616
  * An account was removed whose balance was non-zero but below ExistentialDeposit,
617
617
  * resulting in an outright loss.
618
618
  **/
619
- DustLost: AugmentedEvent<ApiType, [account: AccountId32, amount: u128], {
620
- account: AccountId32;
619
+ DustLost: AugmentedEvent<ApiType, [account: PezspCoreCryptoAccountId32, amount: u128], {
620
+ account: PezspCoreCryptoAccountId32;
621
621
  amount: u128;
622
622
  }>;
623
623
  /**
624
624
  * An account was created with some free balance.
625
625
  **/
626
- Endowed: AugmentedEvent<ApiType, [account: AccountId32, freeBalance: u128], {
627
- account: AccountId32;
626
+ Endowed: AugmentedEvent<ApiType, [account: PezspCoreCryptoAccountId32, freeBalance: u128], {
627
+ account: PezspCoreCryptoAccountId32;
628
628
  freeBalance: u128;
629
629
  }>;
630
630
  /**
631
631
  * Some balance was frozen.
632
632
  **/
633
- Frozen: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
634
- who: AccountId32;
633
+ Frozen: AugmentedEvent<ApiType, [who: PezspCoreCryptoAccountId32, amount: u128], {
634
+ who: PezspCoreCryptoAccountId32;
635
635
  amount: u128;
636
636
  }>;
637
637
  /**
@@ -643,15 +643,15 @@ declare module '@pezkuwi/api-base/types/events' {
643
643
  /**
644
644
  * Some balance was locked.
645
645
  **/
646
- Locked: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
647
- who: AccountId32;
646
+ Locked: AugmentedEvent<ApiType, [who: PezspCoreCryptoAccountId32, amount: u128], {
647
+ who: PezspCoreCryptoAccountId32;
648
648
  amount: u128;
649
649
  }>;
650
650
  /**
651
651
  * Some amount was minted into an account.
652
652
  **/
653
- Minted: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
654
- who: AccountId32;
653
+ Minted: AugmentedEvent<ApiType, [who: PezspCoreCryptoAccountId32, amount: u128], {
654
+ who: PezspCoreCryptoAccountId32;
655
655
  amount: u128;
656
656
  }>;
657
657
  /**
@@ -663,46 +663,46 @@ declare module '@pezkuwi/api-base/types/events' {
663
663
  /**
664
664
  * Some balance was reserved (moved from free to reserved).
665
665
  **/
666
- Reserved: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
667
- who: AccountId32;
666
+ Reserved: AugmentedEvent<ApiType, [who: PezspCoreCryptoAccountId32, amount: u128], {
667
+ who: PezspCoreCryptoAccountId32;
668
668
  amount: u128;
669
669
  }>;
670
670
  /**
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: PezframeSupportTokensMiscBalanceStatus], {
675
- from: AccountId32;
676
- to: AccountId32;
674
+ ReserveRepatriated: AugmentedEvent<ApiType, [from: PezspCoreCryptoAccountId32, to: PezspCoreCryptoAccountId32, amount: u128, destinationStatus: PezframeSupportTokensMiscBalanceStatus], {
675
+ from: PezspCoreCryptoAccountId32;
676
+ to: PezspCoreCryptoAccountId32;
677
677
  amount: u128;
678
678
  destinationStatus: PezframeSupportTokensMiscBalanceStatus;
679
679
  }>;
680
680
  /**
681
681
  * Some amount was restored into an account.
682
682
  **/
683
- Restored: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
684
- who: AccountId32;
683
+ Restored: AugmentedEvent<ApiType, [who: PezspCoreCryptoAccountId32, amount: u128], {
684
+ who: PezspCoreCryptoAccountId32;
685
685
  amount: u128;
686
686
  }>;
687
687
  /**
688
688
  * Some amount was removed from the account (e.g. for misbehavior).
689
689
  **/
690
- Slashed: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
691
- who: AccountId32;
690
+ Slashed: AugmentedEvent<ApiType, [who: PezspCoreCryptoAccountId32, amount: u128], {
691
+ who: PezspCoreCryptoAccountId32;
692
692
  amount: u128;
693
693
  }>;
694
694
  /**
695
695
  * Some amount was suspended from an account (it can be restored later).
696
696
  **/
697
- Suspended: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
698
- who: AccountId32;
697
+ Suspended: AugmentedEvent<ApiType, [who: PezspCoreCryptoAccountId32, amount: u128], {
698
+ who: PezspCoreCryptoAccountId32;
699
699
  amount: u128;
700
700
  }>;
701
701
  /**
702
702
  * Some balance was thawed.
703
703
  **/
704
- Thawed: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
705
- who: AccountId32;
704
+ Thawed: AugmentedEvent<ApiType, [who: PezspCoreCryptoAccountId32, amount: u128], {
705
+ who: PezspCoreCryptoAccountId32;
706
706
  amount: u128;
707
707
  }>;
708
708
  /**
@@ -715,36 +715,36 @@ declare module '@pezkuwi/api-base/types/events' {
715
715
  /**
716
716
  * Transfer succeeded.
717
717
  **/
718
- Transfer: AugmentedEvent<ApiType, [from: AccountId32, to: AccountId32, amount: u128], {
719
- from: AccountId32;
720
- to: AccountId32;
718
+ Transfer: AugmentedEvent<ApiType, [from: PezspCoreCryptoAccountId32, to: PezspCoreCryptoAccountId32, amount: u128], {
719
+ from: PezspCoreCryptoAccountId32;
720
+ to: PezspCoreCryptoAccountId32;
721
721
  amount: u128;
722
722
  }>;
723
723
  /**
724
724
  * Some balance was unlocked.
725
725
  **/
726
- Unlocked: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
727
- who: AccountId32;
726
+ Unlocked: AugmentedEvent<ApiType, [who: PezspCoreCryptoAccountId32, amount: u128], {
727
+ who: PezspCoreCryptoAccountId32;
728
728
  amount: u128;
729
729
  }>;
730
730
  /**
731
731
  * Some balance was unreserved (moved from reserved to free).
732
732
  **/
733
- Unreserved: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
734
- who: AccountId32;
733
+ Unreserved: AugmentedEvent<ApiType, [who: PezspCoreCryptoAccountId32, amount: u128], {
734
+ who: PezspCoreCryptoAccountId32;
735
735
  amount: u128;
736
736
  }>;
737
737
  /**
738
738
  * An account was upgraded.
739
739
  **/
740
- Upgraded: AugmentedEvent<ApiType, [who: AccountId32], {
741
- who: AccountId32;
740
+ Upgraded: AugmentedEvent<ApiType, [who: PezspCoreCryptoAccountId32], {
741
+ who: PezspCoreCryptoAccountId32;
742
742
  }>;
743
743
  /**
744
744
  * Some amount was withdrawn from the account (e.g. for transaction fees).
745
745
  **/
746
- Withdraw: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
747
- who: AccountId32;
746
+ Withdraw: AugmentedEvent<ApiType, [who: PezspCoreCryptoAccountId32, amount: u128], {
747
+ who: PezspCoreCryptoAccountId32;
748
748
  amount: u128;
749
749
  }>;
750
750
  /**
@@ -762,9 +762,9 @@ declare module '@pezkuwi/api-base/types/events' {
762
762
  /**
763
763
  * A bounty is awarded to a beneficiary.
764
764
  **/
765
- BountyAwarded: AugmentedEvent<ApiType, [index: u32, beneficiary: AccountId32], {
765
+ BountyAwarded: AugmentedEvent<ApiType, [index: u32, beneficiary: PezspCoreCryptoAccountId32], {
766
766
  index: u32;
767
- beneficiary: AccountId32;
767
+ beneficiary: PezspCoreCryptoAccountId32;
768
768
  }>;
769
769
  /**
770
770
  * A bounty proposal is funded and became active.
@@ -781,10 +781,10 @@ declare module '@pezkuwi/api-base/types/events' {
781
781
  /**
782
782
  * A bounty is claimed by beneficiary.
783
783
  **/
784
- BountyClaimed: AugmentedEvent<ApiType, [index: u32, payout: u128, beneficiary: AccountId32], {
784
+ BountyClaimed: AugmentedEvent<ApiType, [index: u32, payout: u128, beneficiary: PezspCoreCryptoAccountId32], {
785
785
  index: u32;
786
786
  payout: u128;
787
- beneficiary: AccountId32;
787
+ beneficiary: PezspCoreCryptoAccountId32;
788
788
  }>;
789
789
  /**
790
790
  * A bounty expiry is extended.
@@ -808,16 +808,16 @@ declare module '@pezkuwi/api-base/types/events' {
808
808
  /**
809
809
  * A bounty curator is accepted.
810
810
  **/
811
- CuratorAccepted: AugmentedEvent<ApiType, [bountyId: u32, curator: AccountId32], {
811
+ CuratorAccepted: AugmentedEvent<ApiType, [bountyId: u32, curator: PezspCoreCryptoAccountId32], {
812
812
  bountyId: u32;
813
- curator: AccountId32;
813
+ curator: PezspCoreCryptoAccountId32;
814
814
  }>;
815
815
  /**
816
816
  * A bounty curator is proposed.
817
817
  **/
818
- CuratorProposed: AugmentedEvent<ApiType, [bountyId: u32, curator: AccountId32], {
818
+ CuratorProposed: AugmentedEvent<ApiType, [bountyId: u32, curator: PezspCoreCryptoAccountId32], {
819
819
  bountyId: u32;
820
- curator: AccountId32;
820
+ curator: PezspCoreCryptoAccountId32;
821
821
  }>;
822
822
  /**
823
823
  * A bounty curator is unassigned.
@@ -857,9 +857,9 @@ declare module '@pezkuwi/api-base/types/events' {
857
857
  * Failed to auto-renew a core, likely due to the payer account not being sufficiently
858
858
  * funded.
859
859
  **/
860
- AutoRenewalFailed: AugmentedEvent<ApiType, [core: u16, payer: Option<AccountId32>], {
860
+ AutoRenewalFailed: AugmentedEvent<ApiType, [core: u16, payer: Option<PezspCoreCryptoAccountId32>], {
861
861
  core: u16;
862
- payer: Option<AccountId32>;
862
+ payer: Option<PezspCoreCryptoAccountId32>;
863
863
  }>;
864
864
  /**
865
865
  * The auto-renewal limit has been reached upon renewing cores.
@@ -905,9 +905,9 @@ declare module '@pezkuwi/api-base/types/events' {
905
905
  /**
906
906
  * Some Instantaneous Coretime Pool credit has been purchased.
907
907
  **/
908
- CreditPurchased: AugmentedEvent<ApiType, [who: AccountId32, beneficiary: AccountId32, amount: u128], {
909
- who: AccountId32;
910
- beneficiary: AccountId32;
908
+ CreditPurchased: AugmentedEvent<ApiType, [who: PezspCoreCryptoAccountId32, beneficiary: PezspCoreCryptoAccountId32, amount: u128], {
909
+ who: PezspCoreCryptoAccountId32;
910
+ beneficiary: PezspCoreCryptoAccountId32;
911
911
  amount: u128;
912
912
  }>;
913
913
  /**
@@ -984,8 +984,8 @@ declare module '@pezkuwi/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: PezpalletBrokerRegionId, price: u128, duration: u32], {
988
- who: AccountId32;
987
+ Purchased: AugmentedEvent<ApiType, [who: PezspCoreCryptoAccountId32, regionId: PezpalletBrokerRegionId, price: u128, duration: u32], {
988
+ who: PezspCoreCryptoAccountId32;
989
989
  regionId: PezpalletBrokerRegionId;
990
990
  price: u128;
991
991
  duration: u32;
@@ -1009,8 +1009,8 @@ declare module '@pezkuwi/api-base/types/events' {
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<PezpalletBrokerScheduleItem>], {
1013
- who: AccountId32;
1012
+ Renewed: AugmentedEvent<ApiType, [who: PezspCoreCryptoAccountId32, price: u128, oldCore: u16, core: u16, begin: u32, duration: u32, workload: Vec<PezpalletBrokerScheduleItem>], {
1013
+ who: PezspCoreCryptoAccountId32;
1014
1014
  price: u128;
1015
1015
  oldCore: u16;
1016
1016
  core: u16;
@@ -1049,8 +1049,8 @@ declare module '@pezkuwi/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<PezpalletBrokerRegionId>], {
1053
- who: AccountId32;
1052
+ RevenueClaimPaid: AugmentedEvent<ApiType, [who: PezspCoreCryptoAccountId32, amount: u128, next: Option<PezpalletBrokerRegionId>], {
1053
+ who: PezspCoreCryptoAccountId32;
1054
1054
  amount: u128;
1055
1055
  next: Option<PezpalletBrokerRegionId>;
1056
1056
  }>;
@@ -1077,11 +1077,11 @@ declare module '@pezkuwi/api-base/types/events' {
1077
1077
  /**
1078
1078
  * Ownership of a Region has been transferred.
1079
1079
  **/
1080
- Transferred: AugmentedEvent<ApiType, [regionId: PezpalletBrokerRegionId, duration: u32, oldOwner: Option<AccountId32>, owner: Option<AccountId32>], {
1080
+ Transferred: AugmentedEvent<ApiType, [regionId: PezpalletBrokerRegionId, duration: u32, oldOwner: Option<PezspCoreCryptoAccountId32>, owner: Option<PezspCoreCryptoAccountId32>], {
1081
1081
  regionId: PezpalletBrokerRegionId;
1082
1082
  duration: u32;
1083
- oldOwner: Option<AccountId32>;
1084
- owner: Option<AccountId32>;
1083
+ oldOwner: Option<PezspCoreCryptoAccountId32>;
1084
+ owner: Option<PezspCoreCryptoAccountId32>;
1085
1085
  }>;
1086
1086
  /**
1087
1087
  * Generic event
@@ -1099,10 +1099,10 @@ declare module '@pezkuwi/api-base/types/events' {
1099
1099
  /**
1100
1100
  * A child-bounty is awarded to a beneficiary.
1101
1101
  **/
1102
- Awarded: AugmentedEvent<ApiType, [index: u32, childIndex: u32, beneficiary: AccountId32], {
1102
+ Awarded: AugmentedEvent<ApiType, [index: u32, childIndex: u32, beneficiary: PezspCoreCryptoAccountId32], {
1103
1103
  index: u32;
1104
1104
  childIndex: u32;
1105
- beneficiary: AccountId32;
1105
+ beneficiary: PezspCoreCryptoAccountId32;
1106
1106
  }>;
1107
1107
  /**
1108
1108
  * A child-bounty is cancelled.
@@ -1114,11 +1114,11 @@ declare module '@pezkuwi/api-base/types/events' {
1114
1114
  /**
1115
1115
  * A child-bounty is claimed by beneficiary.
1116
1116
  **/
1117
- Claimed: AugmentedEvent<ApiType, [index: u32, childIndex: u32, payout: u128, beneficiary: AccountId32], {
1117
+ Claimed: AugmentedEvent<ApiType, [index: u32, childIndex: u32, payout: u128, beneficiary: PezspCoreCryptoAccountId32], {
1118
1118
  index: u32;
1119
1119
  childIndex: u32;
1120
1120
  payout: u128;
1121
- beneficiary: AccountId32;
1121
+ beneficiary: PezspCoreCryptoAccountId32;
1122
1122
  }>;
1123
1123
  /**
1124
1124
  * Generic event
@@ -1135,39 +1135,39 @@ declare module '@pezkuwi/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: PezpalletContractsOrigin, contract: AccountId32], {
1138
+ Called: AugmentedEvent<ApiType, [caller: PezpalletContractsOrigin, contract: PezspCoreCryptoAccountId32], {
1139
1139
  caller: PezpalletContractsOrigin;
1140
- contract: AccountId32;
1140
+ contract: PezspCoreCryptoAccountId32;
1141
1141
  }>;
1142
1142
  /**
1143
1143
  * A code with the specified hash was removed.
1144
1144
  **/
1145
- CodeRemoved: AugmentedEvent<ApiType, [codeHash: H256, depositReleased: u128, remover: AccountId32], {
1145
+ CodeRemoved: AugmentedEvent<ApiType, [codeHash: H256, depositReleased: u128, remover: PezspCoreCryptoAccountId32], {
1146
1146
  codeHash: H256;
1147
1147
  depositReleased: u128;
1148
- remover: AccountId32;
1148
+ remover: PezspCoreCryptoAccountId32;
1149
1149
  }>;
1150
1150
  /**
1151
1151
  * Code with the specified hash has been stored.
1152
1152
  **/
1153
- CodeStored: AugmentedEvent<ApiType, [codeHash: H256, depositHeld: u128, uploader: AccountId32], {
1153
+ CodeStored: AugmentedEvent<ApiType, [codeHash: H256, depositHeld: u128, uploader: PezspCoreCryptoAccountId32], {
1154
1154
  codeHash: H256;
1155
1155
  depositHeld: u128;
1156
- uploader: AccountId32;
1156
+ uploader: PezspCoreCryptoAccountId32;
1157
1157
  }>;
1158
1158
  /**
1159
1159
  * A contract's code was updated.
1160
1160
  **/
1161
- ContractCodeUpdated: AugmentedEvent<ApiType, [contract: AccountId32, newCodeHash: H256, oldCodeHash: H256], {
1162
- contract: AccountId32;
1161
+ ContractCodeUpdated: AugmentedEvent<ApiType, [contract: PezspCoreCryptoAccountId32, newCodeHash: H256, oldCodeHash: H256], {
1162
+ contract: PezspCoreCryptoAccountId32;
1163
1163
  newCodeHash: H256;
1164
1164
  oldCodeHash: H256;
1165
1165
  }>;
1166
1166
  /**
1167
1167
  * A custom event emitted by the contract.
1168
1168
  **/
1169
- ContractEmitted: AugmentedEvent<ApiType, [contract: AccountId32, data: Bytes], {
1170
- contract: AccountId32;
1169
+ ContractEmitted: AugmentedEvent<ApiType, [contract: PezspCoreCryptoAccountId32, data: Bytes], {
1170
+ contract: PezspCoreCryptoAccountId32;
1171
1171
  data: Bytes;
1172
1172
  }>;
1173
1173
  /**
@@ -1179,31 +1179,31 @@ declare module '@pezkuwi/api-base/types/events' {
1179
1179
  * calls. This is because on failure all storage changes including events are
1180
1180
  * rolled back.
1181
1181
  **/
1182
- DelegateCalled: AugmentedEvent<ApiType, [contract: AccountId32, codeHash: H256], {
1183
- contract: AccountId32;
1182
+ DelegateCalled: AugmentedEvent<ApiType, [contract: PezspCoreCryptoAccountId32, codeHash: H256], {
1183
+ contract: PezspCoreCryptoAccountId32;
1184
1184
  codeHash: H256;
1185
1185
  }>;
1186
1186
  /**
1187
1187
  * Contract deployed by address at the specified address.
1188
1188
  **/
1189
- Instantiated: AugmentedEvent<ApiType, [deployer: AccountId32, contract: AccountId32], {
1190
- deployer: AccountId32;
1191
- contract: AccountId32;
1189
+ Instantiated: AugmentedEvent<ApiType, [deployer: PezspCoreCryptoAccountId32, contract: PezspCoreCryptoAccountId32], {
1190
+ deployer: PezspCoreCryptoAccountId32;
1191
+ contract: PezspCoreCryptoAccountId32;
1192
1192
  }>;
1193
1193
  /**
1194
1194
  * Some funds have been transferred and held as storage deposit.
1195
1195
  **/
1196
- StorageDepositTransferredAndHeld: AugmentedEvent<ApiType, [from: AccountId32, to: AccountId32, amount: u128], {
1197
- from: AccountId32;
1198
- to: AccountId32;
1196
+ StorageDepositTransferredAndHeld: AugmentedEvent<ApiType, [from: PezspCoreCryptoAccountId32, to: PezspCoreCryptoAccountId32, amount: u128], {
1197
+ from: PezspCoreCryptoAccountId32;
1198
+ to: PezspCoreCryptoAccountId32;
1199
1199
  amount: u128;
1200
1200
  }>;
1201
1201
  /**
1202
1202
  * Some storage deposit funds have been transferred and released.
1203
1203
  **/
1204
- StorageDepositTransferredAndReleased: AugmentedEvent<ApiType, [from: AccountId32, to: AccountId32, amount: u128], {
1205
- from: AccountId32;
1206
- to: AccountId32;
1204
+ StorageDepositTransferredAndReleased: AugmentedEvent<ApiType, [from: PezspCoreCryptoAccountId32, to: PezspCoreCryptoAccountId32, amount: u128], {
1205
+ from: PezspCoreCryptoAccountId32;
1206
+ to: PezspCoreCryptoAccountId32;
1207
1207
  amount: u128;
1208
1208
  }>;
1209
1209
  /**
@@ -1214,9 +1214,9 @@ declare module '@pezkuwi/api-base/types/events' {
1214
1214
  * The only way for a contract to be removed and emitting this event is by calling
1215
1215
  * `seal_terminate`.
1216
1216
  **/
1217
- Terminated: AugmentedEvent<ApiType, [contract: AccountId32, beneficiary: AccountId32], {
1218
- contract: AccountId32;
1219
- beneficiary: AccountId32;
1217
+ Terminated: AugmentedEvent<ApiType, [contract: PezspCoreCryptoAccountId32, beneficiary: PezspCoreCryptoAccountId32], {
1218
+ contract: PezspCoreCryptoAccountId32;
1219
+ beneficiary: PezspCoreCryptoAccountId32;
1220
1220
  }>;
1221
1221
  /**
1222
1222
  * Generic event
@@ -1227,30 +1227,30 @@ declare module '@pezkuwi/api-base/types/events' {
1227
1227
  /**
1228
1228
  * An account has delegated their vote to another account. \[who, target\]
1229
1229
  **/
1230
- Delegated: AugmentedEvent<ApiType, [AccountId32, AccountId32]>;
1230
+ Delegated: AugmentedEvent<ApiType, [PezspCoreCryptoAccountId32, PezspCoreCryptoAccountId32]>;
1231
1231
  /**
1232
1232
  * An \[account\] has cancelled a previous delegation operation.
1233
1233
  **/
1234
- Undelegated: AugmentedEvent<ApiType, [AccountId32]>;
1234
+ Undelegated: AugmentedEvent<ApiType, [PezspCoreCryptoAccountId32]>;
1235
1235
  /**
1236
1236
  * An account has voted
1237
1237
  **/
1238
- Voted: AugmentedEvent<ApiType, [who: AccountId32, vote: PezpalletConvictionVotingVoteAccountVote], {
1239
- who: AccountId32;
1238
+ Voted: AugmentedEvent<ApiType, [who: PezspCoreCryptoAccountId32, vote: PezpalletConvictionVotingVoteAccountVote], {
1239
+ who: PezspCoreCryptoAccountId32;
1240
1240
  vote: PezpalletConvictionVotingVoteAccountVote;
1241
1241
  }>;
1242
1242
  /**
1243
1243
  * A vote has been removed
1244
1244
  **/
1245
- VoteRemoved: AugmentedEvent<ApiType, [who: AccountId32, vote: PezpalletConvictionVotingVoteAccountVote], {
1246
- who: AccountId32;
1245
+ VoteRemoved: AugmentedEvent<ApiType, [who: PezspCoreCryptoAccountId32, vote: PezpalletConvictionVotingVoteAccountVote], {
1246
+ who: PezspCoreCryptoAccountId32;
1247
1247
  vote: PezpalletConvictionVotingVoteAccountVote;
1248
1248
  }>;
1249
1249
  /**
1250
1250
  * The lockup period of a conviction vote expired, and the funds have been unlocked.
1251
1251
  **/
1252
- VoteUnlocked: AugmentedEvent<ApiType, [who: AccountId32, class_: u16], {
1253
- who: AccountId32;
1252
+ VoteUnlocked: AugmentedEvent<ApiType, [who: PezspCoreCryptoAccountId32, class_: u16], {
1253
+ who: PezspCoreCryptoAccountId32;
1254
1254
  class: u16;
1255
1255
  }>;
1256
1256
  /**
@@ -1262,23 +1262,23 @@ declare module '@pezkuwi/api-base/types/events' {
1262
1262
  /**
1263
1263
  * Member activity flag has been set.
1264
1264
  **/
1265
- ActiveChanged: AugmentedEvent<ApiType, [who: AccountId32, isActive: bool], {
1266
- who: AccountId32;
1265
+ ActiveChanged: AugmentedEvent<ApiType, [who: PezspCoreCryptoAccountId32, isActive: bool], {
1266
+ who: PezspCoreCryptoAccountId32;
1267
1267
  isActive: bool;
1268
1268
  }>;
1269
1269
  /**
1270
1270
  * Member has been demoted to the given (non-zero) rank.
1271
1271
  **/
1272
- Demoted: AugmentedEvent<ApiType, [who: AccountId32, toRank: u16], {
1273
- who: AccountId32;
1272
+ Demoted: AugmentedEvent<ApiType, [who: PezspCoreCryptoAccountId32, toRank: u16], {
1273
+ who: PezspCoreCryptoAccountId32;
1274
1274
  toRank: u16;
1275
1275
  }>;
1276
1276
  /**
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: PezpalletCoreFellowshipWish, evidence: Bytes, oldRank: u16, newRank: Option<u16>], {
1281
- who: AccountId32;
1280
+ EvidenceJudged: AugmentedEvent<ApiType, [who: PezspCoreCryptoAccountId32, wish: PezpalletCoreFellowshipWish, evidence: Bytes, oldRank: u16, newRank: Option<u16>], {
1281
+ who: PezspCoreCryptoAccountId32;
1282
1282
  wish: PezpalletCoreFellowshipWish;
1283
1283
  evidence: Bytes;
1284
1284
  oldRank: u16;
@@ -1287,22 +1287,22 @@ declare module '@pezkuwi/api-base/types/events' {
1287
1287
  /**
1288
1288
  * Pre-ranked account has been inducted at their current rank.
1289
1289
  **/
1290
- Imported: AugmentedEvent<ApiType, [who: AccountId32, rank: u16], {
1291
- who: AccountId32;
1290
+ Imported: AugmentedEvent<ApiType, [who: PezspCoreCryptoAccountId32, rank: u16], {
1291
+ who: PezspCoreCryptoAccountId32;
1292
1292
  rank: u16;
1293
1293
  }>;
1294
1294
  /**
1295
1295
  * Member has begun being tracked in this pallet.
1296
1296
  **/
1297
- Inducted: AugmentedEvent<ApiType, [who: AccountId32], {
1298
- who: AccountId32;
1297
+ Inducted: AugmentedEvent<ApiType, [who: PezspCoreCryptoAccountId32], {
1298
+ who: PezspCoreCryptoAccountId32;
1299
1299
  }>;
1300
1300
  /**
1301
1301
  * Member has been removed from being tracked in this pallet (i.e. because rank is now
1302
1302
  * zero).
1303
1303
  **/
1304
- Offboarded: AugmentedEvent<ApiType, [who: AccountId32], {
1305
- who: AccountId32;
1304
+ Offboarded: AugmentedEvent<ApiType, [who: PezspCoreCryptoAccountId32], {
1305
+ who: PezspCoreCryptoAccountId32;
1306
1306
  }>;
1307
1307
  /**
1308
1308
  * Parameters for the pallet have changed.
@@ -1313,30 +1313,30 @@ declare module '@pezkuwi/api-base/types/events' {
1313
1313
  /**
1314
1314
  * Member has been promoted to the given rank.
1315
1315
  **/
1316
- Promoted: AugmentedEvent<ApiType, [who: AccountId32, toRank: u16], {
1317
- who: AccountId32;
1316
+ Promoted: AugmentedEvent<ApiType, [who: PezspCoreCryptoAccountId32, toRank: u16], {
1317
+ who: PezspCoreCryptoAccountId32;
1318
1318
  toRank: u16;
1319
1319
  }>;
1320
1320
  /**
1321
1321
  * Member has been proven at their current rank, postponing auto-demotion.
1322
1322
  **/
1323
- Proven: AugmentedEvent<ApiType, [who: AccountId32, atRank: u16], {
1324
- who: AccountId32;
1323
+ Proven: AugmentedEvent<ApiType, [who: PezspCoreCryptoAccountId32, atRank: u16], {
1324
+ who: PezspCoreCryptoAccountId32;
1325
1325
  atRank: u16;
1326
1326
  }>;
1327
1327
  /**
1328
1328
  * Member has stated evidence of their efforts their request for rank.
1329
1329
  **/
1330
- Requested: AugmentedEvent<ApiType, [who: AccountId32, wish: PezpalletCoreFellowshipWish], {
1331
- who: AccountId32;
1330
+ Requested: AugmentedEvent<ApiType, [who: PezspCoreCryptoAccountId32, wish: PezpalletCoreFellowshipWish], {
1331
+ who: PezspCoreCryptoAccountId32;
1332
1332
  wish: PezpalletCoreFellowshipWish;
1333
1333
  }>;
1334
1334
  /**
1335
1335
  * A member had its AccountId swapped.
1336
1336
  **/
1337
- Swapped: AugmentedEvent<ApiType, [who: AccountId32, newWho: AccountId32], {
1338
- who: AccountId32;
1339
- newWho: AccountId32;
1337
+ Swapped: AugmentedEvent<ApiType, [who: PezspCoreCryptoAccountId32, newWho: PezspCoreCryptoAccountId32], {
1338
+ who: PezspCoreCryptoAccountId32;
1339
+ newWho: PezspCoreCryptoAccountId32;
1340
1340
  }>;
1341
1341
  /**
1342
1342
  * Generic event
@@ -1387,23 +1387,23 @@ declare module '@pezkuwi/api-base/types/events' {
1387
1387
  /**
1388
1388
  * Some cost for storing a proposal was burned.
1389
1389
  **/
1390
- ProposalCostBurned: AugmentedEvent<ApiType, [proposalHash: H256, who: AccountId32], {
1390
+ ProposalCostBurned: AugmentedEvent<ApiType, [proposalHash: H256, who: PezspCoreCryptoAccountId32], {
1391
1391
  proposalHash: H256;
1392
- who: AccountId32;
1392
+ who: PezspCoreCryptoAccountId32;
1393
1393
  }>;
1394
1394
  /**
1395
1395
  * Some cost for storing a proposal was released.
1396
1396
  **/
1397
- ProposalCostReleased: AugmentedEvent<ApiType, [proposalHash: H256, who: AccountId32], {
1397
+ ProposalCostReleased: AugmentedEvent<ApiType, [proposalHash: H256, who: PezspCoreCryptoAccountId32], {
1398
1398
  proposalHash: H256;
1399
- who: AccountId32;
1399
+ who: PezspCoreCryptoAccountId32;
1400
1400
  }>;
1401
1401
  /**
1402
1402
  * A motion (given hash) has been proposed (by given account) with a threshold (given
1403
1403
  * `MemberCount`).
1404
1404
  **/
1405
- Proposed: AugmentedEvent<ApiType, [account: AccountId32, proposalIndex: u32, proposalHash: H256, threshold: u32], {
1406
- account: AccountId32;
1405
+ Proposed: AugmentedEvent<ApiType, [account: PezspCoreCryptoAccountId32, proposalIndex: u32, proposalHash: H256, threshold: u32], {
1406
+ account: PezspCoreCryptoAccountId32;
1407
1407
  proposalIndex: u32;
1408
1408
  proposalHash: H256;
1409
1409
  threshold: u32;
@@ -1412,8 +1412,8 @@ declare module '@pezkuwi/api-base/types/events' {
1412
1412
  * A motion (given hash) has been voted on by given account, leaving
1413
1413
  * a tally (yes votes and no votes given respectively as `MemberCount`).
1414
1414
  **/
1415
- Voted: AugmentedEvent<ApiType, [account: AccountId32, proposalHash: H256, voted: bool, yes: u32, no: u32], {
1416
- account: AccountId32;
1415
+ Voted: AugmentedEvent<ApiType, [account: PezspCoreCryptoAccountId32, proposalHash: H256, voted: bool, yes: u32, no: u32], {
1416
+ account: PezspCoreCryptoAccountId32;
1417
1417
  proposalHash: H256;
1418
1418
  voted: bool;
1419
1419
  yes: u32;
@@ -1428,33 +1428,33 @@ declare module '@pezkuwi/api-base/types/events' {
1428
1428
  /**
1429
1429
  * Funds delegated by a delegator.
1430
1430
  **/
1431
- Delegated: AugmentedEvent<ApiType, [agent: AccountId32, delegator: AccountId32, amount: u128], {
1432
- agent: AccountId32;
1433
- delegator: AccountId32;
1431
+ Delegated: AugmentedEvent<ApiType, [agent: PezspCoreCryptoAccountId32, delegator: PezspCoreCryptoAccountId32, amount: u128], {
1432
+ agent: PezspCoreCryptoAccountId32;
1433
+ delegator: PezspCoreCryptoAccountId32;
1434
1434
  amount: u128;
1435
1435
  }>;
1436
1436
  /**
1437
1437
  * Unclaimed delegation funds migrated to delegator.
1438
1438
  **/
1439
- MigratedDelegation: AugmentedEvent<ApiType, [agent: AccountId32, delegator: AccountId32, amount: u128], {
1440
- agent: AccountId32;
1441
- delegator: AccountId32;
1439
+ MigratedDelegation: AugmentedEvent<ApiType, [agent: PezspCoreCryptoAccountId32, delegator: PezspCoreCryptoAccountId32, amount: u128], {
1440
+ agent: PezspCoreCryptoAccountId32;
1441
+ delegator: PezspCoreCryptoAccountId32;
1442
1442
  amount: u128;
1443
1443
  }>;
1444
1444
  /**
1445
1445
  * Funds released to a delegator.
1446
1446
  **/
1447
- Released: AugmentedEvent<ApiType, [agent: AccountId32, delegator: AccountId32, amount: u128], {
1448
- agent: AccountId32;
1449
- delegator: AccountId32;
1447
+ Released: AugmentedEvent<ApiType, [agent: PezspCoreCryptoAccountId32, delegator: PezspCoreCryptoAccountId32, amount: u128], {
1448
+ agent: PezspCoreCryptoAccountId32;
1449
+ delegator: PezspCoreCryptoAccountId32;
1450
1450
  amount: u128;
1451
1451
  }>;
1452
1452
  /**
1453
1453
  * Funds slashed from a delegator.
1454
1454
  **/
1455
- Slashed: AugmentedEvent<ApiType, [agent: AccountId32, delegator: AccountId32, amount: u128], {
1456
- agent: AccountId32;
1457
- delegator: AccountId32;
1455
+ Slashed: AugmentedEvent<ApiType, [agent: PezspCoreCryptoAccountId32, delegator: PezspCoreCryptoAccountId32, amount: u128], {
1456
+ agent: PezspCoreCryptoAccountId32;
1457
+ delegator: PezspCoreCryptoAccountId32;
1458
1458
  amount: u128;
1459
1459
  }>;
1460
1460
  /**
@@ -1478,9 +1478,9 @@ declare module '@pezkuwi/api-base/types/events' {
1478
1478
  /**
1479
1479
  * An account has delegated their vote to another account.
1480
1480
  **/
1481
- Delegated: AugmentedEvent<ApiType, [who: AccountId32, target: AccountId32], {
1482
- who: AccountId32;
1483
- target: AccountId32;
1481
+ Delegated: AugmentedEvent<ApiType, [who: PezspCoreCryptoAccountId32, target: PezspCoreCryptoAccountId32], {
1482
+ who: PezspCoreCryptoAccountId32;
1483
+ target: PezspCoreCryptoAccountId32;
1484
1484
  }>;
1485
1485
  /**
1486
1486
  * An external proposal has been tabled.
@@ -1536,8 +1536,8 @@ declare module '@pezkuwi/api-base/types/events' {
1536
1536
  /**
1537
1537
  * An account has seconded a proposal
1538
1538
  **/
1539
- Seconded: AugmentedEvent<ApiType, [seconder: AccountId32, propIndex: u32], {
1540
- seconder: AccountId32;
1539
+ Seconded: AugmentedEvent<ApiType, [seconder: PezspCoreCryptoAccountId32, propIndex: u32], {
1540
+ seconder: PezspCoreCryptoAccountId32;
1541
1541
  propIndex: u32;
1542
1542
  }>;
1543
1543
  /**
@@ -1557,22 +1557,22 @@ declare module '@pezkuwi/api-base/types/events' {
1557
1557
  /**
1558
1558
  * An account has cancelled a previous delegation operation.
1559
1559
  **/
1560
- Undelegated: AugmentedEvent<ApiType, [account: AccountId32], {
1561
- account: AccountId32;
1560
+ Undelegated: AugmentedEvent<ApiType, [account: PezspCoreCryptoAccountId32], {
1561
+ account: PezspCoreCryptoAccountId32;
1562
1562
  }>;
1563
1563
  /**
1564
1564
  * An external proposal has been vetoed.
1565
1565
  **/
1566
- Vetoed: AugmentedEvent<ApiType, [who: AccountId32, proposalHash: H256, until: u32], {
1567
- who: AccountId32;
1566
+ Vetoed: AugmentedEvent<ApiType, [who: PezspCoreCryptoAccountId32, proposalHash: H256, until: u32], {
1567
+ who: PezspCoreCryptoAccountId32;
1568
1568
  proposalHash: H256;
1569
1569
  until: u32;
1570
1570
  }>;
1571
1571
  /**
1572
1572
  * An account has voted in a referendum
1573
1573
  **/
1574
- Voted: AugmentedEvent<ApiType, [voter: AccountId32, refIndex: u32, vote: PezpalletDemocracyVoteAccountVote], {
1575
- voter: AccountId32;
1574
+ Voted: AugmentedEvent<ApiType, [voter: PezspCoreCryptoAccountId32, refIndex: u32, vote: PezpalletDemocracyVoteAccountVote], {
1575
+ voter: PezspCoreCryptoAccountId32;
1576
1576
  refIndex: u32;
1577
1577
  vote: PezpalletDemocracyVoteAccountVote;
1578
1578
  }>;
@@ -1606,15 +1606,15 @@ declare module '@pezkuwi/api-base/types/events' {
1606
1606
  /**
1607
1607
  * An account has been rewarded for their signed submission being finalized.
1608
1608
  **/
1609
- Rewarded: AugmentedEvent<ApiType, [account: AccountId32, value: u128], {
1610
- account: AccountId32;
1609
+ Rewarded: AugmentedEvent<ApiType, [account: PezspCoreCryptoAccountId32, value: u128], {
1610
+ account: PezspCoreCryptoAccountId32;
1611
1611
  value: u128;
1612
1612
  }>;
1613
1613
  /**
1614
1614
  * An account has been slashed for submitting an invalid signed submission.
1615
1615
  **/
1616
- Slashed: AugmentedEvent<ApiType, [account: AccountId32, value: u128], {
1617
- account: AccountId32;
1616
+ Slashed: AugmentedEvent<ApiType, [account: PezspCoreCryptoAccountId32, value: u128], {
1617
+ account: PezspCoreCryptoAccountId32;
1618
1618
  value: u128;
1619
1619
  }>;
1620
1620
  /**
@@ -1626,9 +1626,9 @@ declare module '@pezkuwi/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: PezpalletElectionProviderMultiPhaseElectionCompute, origin: Option<AccountId32>, prevEjected: bool], {
1629
+ SolutionStored: AugmentedEvent<ApiType, [compute: PezpalletElectionProviderMultiPhaseElectionCompute, origin: Option<PezspCoreCryptoAccountId32>, prevEjected: bool], {
1630
1630
  compute: PezpalletElectionProviderMultiPhaseElectionCompute;
1631
- origin: Option<AccountId32>;
1631
+ origin: Option<PezspCoreCryptoAccountId32>;
1632
1632
  prevEjected: bool;
1633
1633
  }>;
1634
1634
  /**
@@ -1643,8 +1643,8 @@ declare module '@pezkuwi/api-base/types/events' {
1643
1643
  *
1644
1644
  * Note that old members and runners-up are also candidates.
1645
1645
  **/
1646
- CandidateSlashed: AugmentedEvent<ApiType, [candidate: AccountId32, amount: u128], {
1647
- candidate: AccountId32;
1646
+ CandidateSlashed: AugmentedEvent<ApiType, [candidate: PezspCoreCryptoAccountId32, amount: u128], {
1647
+ candidate: PezspCoreCryptoAccountId32;
1648
1648
  amount: u128;
1649
1649
  }>;
1650
1650
  /**
@@ -1660,8 +1660,8 @@ declare module '@pezkuwi/api-base/types/events' {
1660
1660
  * A member has been removed. This should always be followed by either `NewTerm` or
1661
1661
  * `EmptyTerm`.
1662
1662
  **/
1663
- MemberKicked: AugmentedEvent<ApiType, [member: AccountId32], {
1664
- member: AccountId32;
1663
+ MemberKicked: AugmentedEvent<ApiType, [member: PezspCoreCryptoAccountId32], {
1664
+ member: PezspCoreCryptoAccountId32;
1665
1665
  }>;
1666
1666
  /**
1667
1667
  * A new term with new_members. This indicates that enough candidates existed to run
@@ -1670,20 +1670,20 @@ declare module '@pezkuwi/api-base/types/events' {
1670
1670
  * slashed and none were elected, whilst `EmptyTerm` means that no candidates existed to
1671
1671
  * begin with.
1672
1672
  **/
1673
- NewTerm: AugmentedEvent<ApiType, [newMembers: Vec<ITuple<[AccountId32, u128]>>], {
1674
- newMembers: Vec<ITuple<[AccountId32, u128]>>;
1673
+ NewTerm: AugmentedEvent<ApiType, [newMembers: Vec<ITuple<[PezspCoreCryptoAccountId32, u128]>>], {
1674
+ newMembers: Vec<ITuple<[PezspCoreCryptoAccountId32, u128]>>;
1675
1675
  }>;
1676
1676
  /**
1677
1677
  * Someone has renounced their candidacy.
1678
1678
  **/
1679
- Renounced: AugmentedEvent<ApiType, [candidate: AccountId32], {
1680
- candidate: AccountId32;
1679
+ Renounced: AugmentedEvent<ApiType, [candidate: PezspCoreCryptoAccountId32], {
1680
+ candidate: PezspCoreCryptoAccountId32;
1681
1681
  }>;
1682
1682
  /**
1683
1683
  * A seat holder was slashed by amount by being forcefully removed from the set.
1684
1684
  **/
1685
- SeatHolderSlashed: AugmentedEvent<ApiType, [seatHolder: AccountId32, amount: u128], {
1686
- seatHolder: AccountId32;
1685
+ SeatHolderSlashed: AugmentedEvent<ApiType, [seatHolder: PezspCoreCryptoAccountId32, amount: u128], {
1686
+ seatHolder: PezspCoreCryptoAccountId32;
1687
1687
  amount: u128;
1688
1688
  }>;
1689
1689
  /**
@@ -1714,15 +1714,15 @@ declare module '@pezkuwi/api-base/types/events' {
1714
1714
  /**
1715
1715
  * A staker was slashed for requesting fast-unstake whilst being exposed.
1716
1716
  **/
1717
- Slashed: AugmentedEvent<ApiType, [stash: AccountId32, amount: u128], {
1718
- stash: AccountId32;
1717
+ Slashed: AugmentedEvent<ApiType, [stash: PezspCoreCryptoAccountId32, amount: u128], {
1718
+ stash: PezspCoreCryptoAccountId32;
1719
1719
  amount: u128;
1720
1720
  }>;
1721
1721
  /**
1722
1722
  * A staker was unstaked.
1723
1723
  **/
1724
- Unstaked: AugmentedEvent<ApiType, [stash: AccountId32, result: Result<Null, PezspRuntimeDispatchError>], {
1725
- stash: AccountId32;
1724
+ Unstaked: AugmentedEvent<ApiType, [stash: PezspCoreCryptoAccountId32, result: Result<Null, PezspRuntimeDispatchError>], {
1725
+ stash: PezspCoreCryptoAccountId32;
1726
1726
  result: Result<Null, PezspRuntimeDispatchError>;
1727
1727
  }>;
1728
1728
  /**
@@ -1784,75 +1784,75 @@ declare module '@pezkuwi/api-base/types/events' {
1784
1784
  /**
1785
1785
  * A username authority was added.
1786
1786
  **/
1787
- AuthorityAdded: AugmentedEvent<ApiType, [authority: AccountId32], {
1788
- authority: AccountId32;
1787
+ AuthorityAdded: AugmentedEvent<ApiType, [authority: PezspCoreCryptoAccountId32], {
1788
+ authority: PezspCoreCryptoAccountId32;
1789
1789
  }>;
1790
1790
  /**
1791
1791
  * A username authority was removed.
1792
1792
  **/
1793
- AuthorityRemoved: AugmentedEvent<ApiType, [authority: AccountId32], {
1794
- authority: AccountId32;
1793
+ AuthorityRemoved: AugmentedEvent<ApiType, [authority: PezspCoreCryptoAccountId32], {
1794
+ authority: PezspCoreCryptoAccountId32;
1795
1795
  }>;
1796
1796
  /**
1797
1797
  * A dangling username (as in, a username corresponding to an account that has removed its
1798
1798
  * identity) has been removed.
1799
1799
  **/
1800
- DanglingUsernameRemoved: AugmentedEvent<ApiType, [who: AccountId32, username: Bytes], {
1801
- who: AccountId32;
1800
+ DanglingUsernameRemoved: AugmentedEvent<ApiType, [who: PezspCoreCryptoAccountId32, username: Bytes], {
1801
+ who: PezspCoreCryptoAccountId32;
1802
1802
  username: Bytes;
1803
1803
  }>;
1804
1804
  /**
1805
1805
  * A name was cleared, and the given balance returned.
1806
1806
  **/
1807
- IdentityCleared: AugmentedEvent<ApiType, [who: AccountId32, deposit: u128], {
1808
- who: AccountId32;
1807
+ IdentityCleared: AugmentedEvent<ApiType, [who: PezspCoreCryptoAccountId32, deposit: u128], {
1808
+ who: PezspCoreCryptoAccountId32;
1809
1809
  deposit: u128;
1810
1810
  }>;
1811
1811
  /**
1812
1812
  * A name was removed and the given balance slashed.
1813
1813
  **/
1814
- IdentityKilled: AugmentedEvent<ApiType, [who: AccountId32, deposit: u128], {
1815
- who: AccountId32;
1814
+ IdentityKilled: AugmentedEvent<ApiType, [who: PezspCoreCryptoAccountId32, deposit: u128], {
1815
+ who: PezspCoreCryptoAccountId32;
1816
1816
  deposit: u128;
1817
1817
  }>;
1818
1818
  /**
1819
1819
  * A name was set or reset (which will remove all judgements).
1820
1820
  **/
1821
- IdentitySet: AugmentedEvent<ApiType, [who: AccountId32], {
1822
- who: AccountId32;
1821
+ IdentitySet: AugmentedEvent<ApiType, [who: PezspCoreCryptoAccountId32], {
1822
+ who: PezspCoreCryptoAccountId32;
1823
1823
  }>;
1824
1824
  /**
1825
1825
  * A judgement was given by a registrar.
1826
1826
  **/
1827
- JudgementGiven: AugmentedEvent<ApiType, [target: AccountId32, registrarIndex: u32], {
1828
- target: AccountId32;
1827
+ JudgementGiven: AugmentedEvent<ApiType, [target: PezspCoreCryptoAccountId32, registrarIndex: u32], {
1828
+ target: PezspCoreCryptoAccountId32;
1829
1829
  registrarIndex: u32;
1830
1830
  }>;
1831
1831
  /**
1832
1832
  * A judgement was asked from a registrar.
1833
1833
  **/
1834
- JudgementRequested: AugmentedEvent<ApiType, [who: AccountId32, registrarIndex: u32], {
1835
- who: AccountId32;
1834
+ JudgementRequested: AugmentedEvent<ApiType, [who: PezspCoreCryptoAccountId32, registrarIndex: u32], {
1835
+ who: PezspCoreCryptoAccountId32;
1836
1836
  registrarIndex: u32;
1837
1837
  }>;
1838
1838
  /**
1839
1839
  * A judgement request was retracted.
1840
1840
  **/
1841
- JudgementUnrequested: AugmentedEvent<ApiType, [who: AccountId32, registrarIndex: u32], {
1842
- who: AccountId32;
1841
+ JudgementUnrequested: AugmentedEvent<ApiType, [who: PezspCoreCryptoAccountId32, registrarIndex: u32], {
1842
+ who: PezspCoreCryptoAccountId32;
1843
1843
  registrarIndex: u32;
1844
1844
  }>;
1845
1845
  /**
1846
1846
  * A queued username passed its expiration without being claimed and was removed.
1847
1847
  **/
1848
- PreapprovalExpired: AugmentedEvent<ApiType, [whose: AccountId32], {
1849
- whose: AccountId32;
1848
+ PreapprovalExpired: AugmentedEvent<ApiType, [whose: PezspCoreCryptoAccountId32], {
1849
+ whose: PezspCoreCryptoAccountId32;
1850
1850
  }>;
1851
1851
  /**
1852
1852
  * A username was set as a primary and can be looked up from `who`.
1853
1853
  **/
1854
- PrimaryUsernameSet: AugmentedEvent<ApiType, [who: AccountId32, username: Bytes], {
1855
- who: AccountId32;
1854
+ PrimaryUsernameSet: AugmentedEvent<ApiType, [who: PezspCoreCryptoAccountId32, username: Bytes], {
1855
+ who: PezspCoreCryptoAccountId32;
1856
1856
  username: Bytes;
1857
1857
  }>;
1858
1858
  /**
@@ -1864,41 +1864,41 @@ declare module '@pezkuwi/api-base/types/events' {
1864
1864
  /**
1865
1865
  * An account's sub-identities were set (in bulk).
1866
1866
  **/
1867
- SubIdentitiesSet: AugmentedEvent<ApiType, [main: AccountId32, numberOfSubs: u32, newDeposit: u128], {
1868
- main: AccountId32;
1867
+ SubIdentitiesSet: AugmentedEvent<ApiType, [main: PezspCoreCryptoAccountId32, numberOfSubs: u32, newDeposit: u128], {
1868
+ main: PezspCoreCryptoAccountId32;
1869
1869
  numberOfSubs: u32;
1870
1870
  newDeposit: u128;
1871
1871
  }>;
1872
1872
  /**
1873
1873
  * A sub-identity was added to an identity and the deposit paid.
1874
1874
  **/
1875
- SubIdentityAdded: AugmentedEvent<ApiType, [sub: AccountId32, main: AccountId32, deposit: u128], {
1876
- sub: AccountId32;
1877
- main: AccountId32;
1875
+ SubIdentityAdded: AugmentedEvent<ApiType, [sub: PezspCoreCryptoAccountId32, main: PezspCoreCryptoAccountId32, deposit: u128], {
1876
+ sub: PezspCoreCryptoAccountId32;
1877
+ main: PezspCoreCryptoAccountId32;
1878
1878
  deposit: u128;
1879
1879
  }>;
1880
1880
  /**
1881
1881
  * A sub-identity was removed from an identity and the deposit freed.
1882
1882
  **/
1883
- SubIdentityRemoved: AugmentedEvent<ApiType, [sub: AccountId32, main: AccountId32, deposit: u128], {
1884
- sub: AccountId32;
1885
- main: AccountId32;
1883
+ SubIdentityRemoved: AugmentedEvent<ApiType, [sub: PezspCoreCryptoAccountId32, main: PezspCoreCryptoAccountId32, deposit: u128], {
1884
+ sub: PezspCoreCryptoAccountId32;
1885
+ main: PezspCoreCryptoAccountId32;
1886
1886
  deposit: u128;
1887
1887
  }>;
1888
1888
  /**
1889
1889
  * A given sub-account's associated name was changed by its super-identity.
1890
1890
  **/
1891
- SubIdentityRenamed: AugmentedEvent<ApiType, [sub: AccountId32, main: AccountId32], {
1892
- sub: AccountId32;
1893
- main: AccountId32;
1891
+ SubIdentityRenamed: AugmentedEvent<ApiType, [sub: PezspCoreCryptoAccountId32, main: PezspCoreCryptoAccountId32], {
1892
+ sub: PezspCoreCryptoAccountId32;
1893
+ main: PezspCoreCryptoAccountId32;
1894
1894
  }>;
1895
1895
  /**
1896
1896
  * A sub-identity was cleared, and the given deposit repatriated from the
1897
1897
  * main identity account to the sub-identity account.
1898
1898
  **/
1899
- SubIdentityRevoked: AugmentedEvent<ApiType, [sub: AccountId32, main: AccountId32, deposit: u128], {
1900
- sub: AccountId32;
1901
- main: AccountId32;
1899
+ SubIdentityRevoked: AugmentedEvent<ApiType, [sub: PezspCoreCryptoAccountId32, main: PezspCoreCryptoAccountId32, deposit: u128], {
1900
+ sub: PezspCoreCryptoAccountId32;
1901
+ main: PezspCoreCryptoAccountId32;
1902
1902
  deposit: u128;
1903
1903
  }>;
1904
1904
  /**
@@ -1910,8 +1910,8 @@ declare module '@pezkuwi/api-base/types/events' {
1910
1910
  /**
1911
1911
  * A username was queued, but `who` must accept it prior to `expiration`.
1912
1912
  **/
1913
- UsernameQueued: AugmentedEvent<ApiType, [who: AccountId32, username: Bytes, expiration: u32], {
1914
- who: AccountId32;
1913
+ UsernameQueued: AugmentedEvent<ApiType, [who: PezspCoreCryptoAccountId32, username: Bytes, expiration: u32], {
1914
+ who: PezspCoreCryptoAccountId32;
1915
1915
  username: Bytes;
1916
1916
  expiration: u32;
1917
1917
  }>;
@@ -1924,8 +1924,8 @@ declare module '@pezkuwi/api-base/types/events' {
1924
1924
  /**
1925
1925
  * A username was set for `who`.
1926
1926
  **/
1927
- UsernameSet: AugmentedEvent<ApiType, [who: AccountId32, username: Bytes], {
1928
- who: AccountId32;
1927
+ UsernameSet: AugmentedEvent<ApiType, [who: PezspCoreCryptoAccountId32, username: Bytes], {
1928
+ who: PezspCoreCryptoAccountId32;
1929
1929
  username: Bytes;
1930
1930
  }>;
1931
1931
  /**
@@ -1953,8 +1953,8 @@ declare module '@pezkuwi/api-base/types/events' {
1953
1953
  /**
1954
1954
  * At the end of the session, at least one validator was found to be offline.
1955
1955
  **/
1956
- SomeOffline: AugmentedEvent<ApiType, [offline: Vec<ITuple<[AccountId32, Null]>>], {
1957
- offline: Vec<ITuple<[AccountId32, Null]>>;
1956
+ SomeOffline: AugmentedEvent<ApiType, [offline: Vec<ITuple<[PezspCoreCryptoAccountId32, Null]>>], {
1957
+ offline: Vec<ITuple<[PezspCoreCryptoAccountId32, Null]>>;
1958
1958
  }>;
1959
1959
  /**
1960
1960
  * Generic event
@@ -1965,8 +1965,8 @@ declare module '@pezkuwi/api-base/types/events' {
1965
1965
  /**
1966
1966
  * A deposit to reserve an index has been poked/reconsidered.
1967
1967
  **/
1968
- DepositPoked: AugmentedEvent<ApiType, [who: AccountId32, index: u32, oldDeposit: u128, newDeposit: u128], {
1969
- who: AccountId32;
1968
+ DepositPoked: AugmentedEvent<ApiType, [who: PezspCoreCryptoAccountId32, index: u32, oldDeposit: u128, newDeposit: u128], {
1969
+ who: PezspCoreCryptoAccountId32;
1970
1970
  index: u32;
1971
1971
  oldDeposit: u128;
1972
1972
  newDeposit: u128;
@@ -1974,8 +1974,8 @@ declare module '@pezkuwi/api-base/types/events' {
1974
1974
  /**
1975
1975
  * A account index was assigned.
1976
1976
  **/
1977
- IndexAssigned: AugmentedEvent<ApiType, [who: AccountId32, index: u32], {
1978
- who: AccountId32;
1977
+ IndexAssigned: AugmentedEvent<ApiType, [who: PezspCoreCryptoAccountId32, index: u32], {
1978
+ who: PezspCoreCryptoAccountId32;
1979
1979
  index: u32;
1980
1980
  }>;
1981
1981
  /**
@@ -1987,9 +1987,9 @@ declare module '@pezkuwi/api-base/types/events' {
1987
1987
  /**
1988
1988
  * A account index has been frozen to its current account ID.
1989
1989
  **/
1990
- IndexFrozen: AugmentedEvent<ApiType, [index: u32, who: AccountId32], {
1990
+ IndexFrozen: AugmentedEvent<ApiType, [index: u32, who: PezspCoreCryptoAccountId32], {
1991
1991
  index: u32;
1992
- who: AccountId32;
1992
+ who: PezspCoreCryptoAccountId32;
1993
1993
  }>;
1994
1994
  /**
1995
1995
  * Generic event
@@ -2008,15 +2008,15 @@ declare module '@pezkuwi/api-base/types/events' {
2008
2008
  /**
2009
2009
  * A ticket has been bought!
2010
2010
  **/
2011
- TicketBought: AugmentedEvent<ApiType, [who: AccountId32, callIndex: ITuple<[u8, u8]>], {
2012
- who: AccountId32;
2011
+ TicketBought: AugmentedEvent<ApiType, [who: PezspCoreCryptoAccountId32, callIndex: ITuple<[u8, u8]>], {
2012
+ who: PezspCoreCryptoAccountId32;
2013
2013
  callIndex: ITuple<[u8, u8]>;
2014
2014
  }>;
2015
2015
  /**
2016
2016
  * A winner has been chosen!
2017
2017
  **/
2018
- Winner: AugmentedEvent<ApiType, [winner: AccountId32, lotteryBalance: u128], {
2019
- winner: AccountId32;
2018
+ Winner: AugmentedEvent<ApiType, [winner: PezspCoreCryptoAccountId32, lotteryBalance: u128], {
2019
+ winner: PezspCoreCryptoAccountId32;
2020
2020
  lotteryBalance: u128;
2021
2021
  }>;
2022
2022
  /**
@@ -2143,8 +2143,8 @@ declare module '@pezkuwi/api-base/types/events' {
2143
2143
  /**
2144
2144
  * The deposit for a multisig operation has been updated/poked.
2145
2145
  **/
2146
- DepositPoked: AugmentedEvent<ApiType, [who: AccountId32, callHash: U8aFixed, oldDeposit: u128, newDeposit: u128], {
2147
- who: AccountId32;
2146
+ DepositPoked: AugmentedEvent<ApiType, [who: PezspCoreCryptoAccountId32, callHash: U8aFixed, oldDeposit: u128, newDeposit: u128], {
2147
+ who: PezspCoreCryptoAccountId32;
2148
2148
  callHash: U8aFixed;
2149
2149
  oldDeposit: u128;
2150
2150
  newDeposit: u128;
@@ -2152,37 +2152,37 @@ declare module '@pezkuwi/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: PezpalletMultisigTimepoint, multisig: AccountId32, callHash: U8aFixed], {
2156
- approving: AccountId32;
2155
+ MultisigApproval: AugmentedEvent<ApiType, [approving: PezspCoreCryptoAccountId32, timepoint: PezpalletMultisigTimepoint, multisig: PezspCoreCryptoAccountId32, callHash: U8aFixed], {
2156
+ approving: PezspCoreCryptoAccountId32;
2157
2157
  timepoint: PezpalletMultisigTimepoint;
2158
- multisig: AccountId32;
2158
+ multisig: PezspCoreCryptoAccountId32;
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: PezpalletMultisigTimepoint, multisig: AccountId32, callHash: U8aFixed], {
2165
- cancelling: AccountId32;
2164
+ MultisigCancelled: AugmentedEvent<ApiType, [cancelling: PezspCoreCryptoAccountId32, timepoint: PezpalletMultisigTimepoint, multisig: PezspCoreCryptoAccountId32, callHash: U8aFixed], {
2165
+ cancelling: PezspCoreCryptoAccountId32;
2166
2166
  timepoint: PezpalletMultisigTimepoint;
2167
- multisig: AccountId32;
2167
+ multisig: PezspCoreCryptoAccountId32;
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: PezpalletMultisigTimepoint, multisig: AccountId32, callHash: U8aFixed, result: Result<Null, PezspRuntimeDispatchError>], {
2174
- approving: AccountId32;
2173
+ MultisigExecuted: AugmentedEvent<ApiType, [approving: PezspCoreCryptoAccountId32, timepoint: PezpalletMultisigTimepoint, multisig: PezspCoreCryptoAccountId32, callHash: U8aFixed, result: Result<Null, PezspRuntimeDispatchError>], {
2174
+ approving: PezspCoreCryptoAccountId32;
2175
2175
  timepoint: PezpalletMultisigTimepoint;
2176
- multisig: AccountId32;
2176
+ multisig: PezspCoreCryptoAccountId32;
2177
2177
  callHash: U8aFixed;
2178
2178
  result: Result<Null, PezspRuntimeDispatchError>;
2179
2179
  }>;
2180
2180
  /**
2181
2181
  * A new multisig operation has begun.
2182
2182
  **/
2183
- NewMultisig: AugmentedEvent<ApiType, [approving: AccountId32, multisig: AccountId32, callHash: U8aFixed], {
2184
- approving: AccountId32;
2185
- multisig: AccountId32;
2183
+ NewMultisig: AugmentedEvent<ApiType, [approving: PezspCoreCryptoAccountId32, multisig: PezspCoreCryptoAccountId32, callHash: U8aFixed], {
2184
+ approving: PezspCoreCryptoAccountId32;
2185
+ multisig: PezspCoreCryptoAccountId32;
2186
2186
  callHash: U8aFixed;
2187
2187
  }>;
2188
2188
  /**
@@ -2194,21 +2194,21 @@ declare module '@pezkuwi/api-base/types/events' {
2194
2194
  /**
2195
2195
  * An NFT was successfully fractionalized.
2196
2196
  **/
2197
- NftFractionalized: AugmentedEvent<ApiType, [nftCollection: u32, nft: u32, fractions: u128, asset: u32, beneficiary: AccountId32], {
2197
+ NftFractionalized: AugmentedEvent<ApiType, [nftCollection: u32, nft: u32, fractions: u128, asset: u32, beneficiary: PezspCoreCryptoAccountId32], {
2198
2198
  nftCollection: u32;
2199
2199
  nft: u32;
2200
2200
  fractions: u128;
2201
2201
  asset: u32;
2202
- beneficiary: AccountId32;
2202
+ beneficiary: PezspCoreCryptoAccountId32;
2203
2203
  }>;
2204
2204
  /**
2205
2205
  * An NFT was successfully returned back.
2206
2206
  **/
2207
- NftUnified: AugmentedEvent<ApiType, [nftCollection: u32, nft: u32, asset: u32, beneficiary: AccountId32], {
2207
+ NftUnified: AugmentedEvent<ApiType, [nftCollection: u32, nft: u32, asset: u32, beneficiary: PezspCoreCryptoAccountId32], {
2208
2208
  nftCollection: u32;
2209
2209
  nft: u32;
2210
2210
  asset: u32;
2211
- beneficiary: AccountId32;
2211
+ beneficiary: PezspCoreCryptoAccountId32;
2212
2212
  }>;
2213
2213
  /**
2214
2214
  * Generic event
@@ -2219,20 +2219,20 @@ declare module '@pezkuwi/api-base/types/events' {
2219
2219
  /**
2220
2220
  * All approvals of an item got cancelled.
2221
2221
  **/
2222
- AllApprovalsCancelled: AugmentedEvent<ApiType, [collection: u32, item: u32, owner: AccountId32], {
2222
+ AllApprovalsCancelled: AugmentedEvent<ApiType, [collection: u32, item: u32, owner: PezspCoreCryptoAccountId32], {
2223
2223
  collection: u32;
2224
2224
  item: u32;
2225
- owner: AccountId32;
2225
+ owner: PezspCoreCryptoAccountId32;
2226
2226
  }>;
2227
2227
  /**
2228
2228
  * An approval for a `delegate` account to transfer the `item` of an item
2229
2229
  * `collection` was cancelled by its `owner`.
2230
2230
  **/
2231
- ApprovalCancelled: AugmentedEvent<ApiType, [collection: u32, item: u32, owner: AccountId32, delegate: AccountId32], {
2231
+ ApprovalCancelled: AugmentedEvent<ApiType, [collection: u32, item: u32, owner: PezspCoreCryptoAccountId32, delegate: PezspCoreCryptoAccountId32], {
2232
2232
  collection: u32;
2233
2233
  item: u32;
2234
- owner: AccountId32;
2235
- delegate: AccountId32;
2234
+ owner: PezspCoreCryptoAccountId32;
2235
+ delegate: PezspCoreCryptoAccountId32;
2236
2236
  }>;
2237
2237
  /**
2238
2238
  * Attribute metadata has been cleared for a `collection` or `item`.
@@ -2256,10 +2256,10 @@ declare module '@pezkuwi/api-base/types/events' {
2256
2256
  /**
2257
2257
  * An `item` was destroyed.
2258
2258
  **/
2259
- Burned: AugmentedEvent<ApiType, [collection: u32, item: u32, owner: AccountId32], {
2259
+ Burned: AugmentedEvent<ApiType, [collection: u32, item: u32, owner: PezspCoreCryptoAccountId32], {
2260
2260
  collection: u32;
2261
2261
  item: u32;
2262
- owner: AccountId32;
2262
+ owner: PezspCoreCryptoAccountId32;
2263
2263
  }>;
2264
2264
  /**
2265
2265
  * A `collection` has had its config changed by the `Force` origin.
@@ -2302,10 +2302,10 @@ declare module '@pezkuwi/api-base/types/events' {
2302
2302
  /**
2303
2303
  * A `collection` was created.
2304
2304
  **/
2305
- Created: AugmentedEvent<ApiType, [collection: u32, creator: AccountId32, owner: AccountId32], {
2305
+ Created: AugmentedEvent<ApiType, [collection: u32, creator: PezspCoreCryptoAccountId32, owner: PezspCoreCryptoAccountId32], {
2306
2306
  collection: u32;
2307
- creator: AccountId32;
2308
- owner: AccountId32;
2307
+ creator: PezspCoreCryptoAccountId32;
2308
+ owner: PezspCoreCryptoAccountId32;
2309
2309
  }>;
2310
2310
  /**
2311
2311
  * A `collection` was destroyed.
@@ -2316,43 +2316,43 @@ declare module '@pezkuwi/api-base/types/events' {
2316
2316
  /**
2317
2317
  * A `collection` was force-created.
2318
2318
  **/
2319
- ForceCreated: AugmentedEvent<ApiType, [collection: u32, owner: AccountId32], {
2319
+ ForceCreated: AugmentedEvent<ApiType, [collection: u32, owner: PezspCoreCryptoAccountId32], {
2320
2320
  collection: u32;
2321
- owner: AccountId32;
2321
+ owner: PezspCoreCryptoAccountId32;
2322
2322
  }>;
2323
2323
  /**
2324
2324
  * An `item` was issued.
2325
2325
  **/
2326
- Issued: AugmentedEvent<ApiType, [collection: u32, item: u32, owner: AccountId32], {
2326
+ Issued: AugmentedEvent<ApiType, [collection: u32, item: u32, owner: PezspCoreCryptoAccountId32], {
2327
2327
  collection: u32;
2328
2328
  item: u32;
2329
- owner: AccountId32;
2329
+ owner: PezspCoreCryptoAccountId32;
2330
2330
  }>;
2331
2331
  /**
2332
2332
  * A new approval to modify item attributes was added.
2333
2333
  **/
2334
- ItemAttributesApprovalAdded: AugmentedEvent<ApiType, [collection: u32, item: u32, delegate: AccountId32], {
2334
+ ItemAttributesApprovalAdded: AugmentedEvent<ApiType, [collection: u32, item: u32, delegate: PezspCoreCryptoAccountId32], {
2335
2335
  collection: u32;
2336
2336
  item: u32;
2337
- delegate: AccountId32;
2337
+ delegate: PezspCoreCryptoAccountId32;
2338
2338
  }>;
2339
2339
  /**
2340
2340
  * A new approval to modify item attributes was removed.
2341
2341
  **/
2342
- ItemAttributesApprovalRemoved: AugmentedEvent<ApiType, [collection: u32, item: u32, delegate: AccountId32], {
2342
+ ItemAttributesApprovalRemoved: AugmentedEvent<ApiType, [collection: u32, item: u32, delegate: PezspCoreCryptoAccountId32], {
2343
2343
  collection: u32;
2344
2344
  item: u32;
2345
- delegate: AccountId32;
2345
+ delegate: PezspCoreCryptoAccountId32;
2346
2346
  }>;
2347
2347
  /**
2348
2348
  * An item was bought.
2349
2349
  **/
2350
- ItemBought: AugmentedEvent<ApiType, [collection: u32, item: u32, price: u128, seller: AccountId32, buyer: AccountId32], {
2350
+ ItemBought: AugmentedEvent<ApiType, [collection: u32, item: u32, price: u128, seller: PezspCoreCryptoAccountId32, buyer: PezspCoreCryptoAccountId32], {
2351
2351
  collection: u32;
2352
2352
  item: u32;
2353
2353
  price: u128;
2354
- seller: AccountId32;
2355
- buyer: AccountId32;
2354
+ seller: PezspCoreCryptoAccountId32;
2355
+ buyer: PezspCoreCryptoAccountId32;
2356
2356
  }>;
2357
2357
  /**
2358
2358
  * Metadata has been cleared for an item.
@@ -2379,11 +2379,11 @@ declare module '@pezkuwi/api-base/types/events' {
2379
2379
  /**
2380
2380
  * The price was set for the item.
2381
2381
  **/
2382
- ItemPriceSet: AugmentedEvent<ApiType, [collection: u32, item: u32, price: u128, whitelistedBuyer: Option<AccountId32>], {
2382
+ ItemPriceSet: AugmentedEvent<ApiType, [collection: u32, item: u32, price: u128, whitelistedBuyer: Option<PezspCoreCryptoAccountId32>], {
2383
2383
  collection: u32;
2384
2384
  item: u32;
2385
2385
  price: u128;
2386
- whitelistedBuyer: Option<AccountId32>;
2386
+ whitelistedBuyer: Option<PezspCoreCryptoAccountId32>;
2387
2387
  }>;
2388
2388
  /**
2389
2389
  * `item` metadata or attributes were locked.
@@ -2417,15 +2417,15 @@ declare module '@pezkuwi/api-base/types/events' {
2417
2417
  /**
2418
2418
  * The owner changed.
2419
2419
  **/
2420
- OwnerChanged: AugmentedEvent<ApiType, [collection: u32, newOwner: AccountId32], {
2420
+ OwnerChanged: AugmentedEvent<ApiType, [collection: u32, newOwner: PezspCoreCryptoAccountId32], {
2421
2421
  collection: u32;
2422
- newOwner: AccountId32;
2422
+ newOwner: PezspCoreCryptoAccountId32;
2423
2423
  }>;
2424
2424
  /**
2425
2425
  * Ownership acceptance has changed for an account.
2426
2426
  **/
2427
- OwnershipAcceptanceChanged: AugmentedEvent<ApiType, [who: AccountId32, maybeCollection: Option<u32>], {
2428
- who: AccountId32;
2427
+ OwnershipAcceptanceChanged: AugmentedEvent<ApiType, [who: PezspCoreCryptoAccountId32, maybeCollection: Option<u32>], {
2428
+ who: PezspCoreCryptoAccountId32;
2429
2429
  maybeCollection: Option<u32>;
2430
2430
  }>;
2431
2431
  /**
@@ -2467,13 +2467,13 @@ declare module '@pezkuwi/api-base/types/events' {
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<PezpalletNftsPriceWithDirection>, deadline: u32], {
2470
+ SwapClaimed: AugmentedEvent<ApiType, [sentCollection: u32, sentItem: u32, sentItemOwner: PezspCoreCryptoAccountId32, receivedCollection: u32, receivedItem: u32, receivedItemOwner: PezspCoreCryptoAccountId32, price: Option<PezpalletNftsPriceWithDirection>, deadline: u32], {
2471
2471
  sentCollection: u32;
2472
2472
  sentItem: u32;
2473
- sentItemOwner: AccountId32;
2473
+ sentItemOwner: PezspCoreCryptoAccountId32;
2474
2474
  receivedCollection: u32;
2475
2475
  receivedItem: u32;
2476
- receivedItemOwner: AccountId32;
2476
+ receivedItemOwner: PezspCoreCryptoAccountId32;
2477
2477
  price: Option<PezpalletNftsPriceWithDirection>;
2478
2478
  deadline: u32;
2479
2479
  }>;
@@ -2491,41 +2491,41 @@ declare module '@pezkuwi/api-base/types/events' {
2491
2491
  /**
2492
2492
  * The management team changed.
2493
2493
  **/
2494
- TeamChanged: AugmentedEvent<ApiType, [collection: u32, issuer: Option<AccountId32>, admin: Option<AccountId32>, freezer: Option<AccountId32>], {
2494
+ TeamChanged: AugmentedEvent<ApiType, [collection: u32, issuer: Option<PezspCoreCryptoAccountId32>, admin: Option<PezspCoreCryptoAccountId32>, freezer: Option<PezspCoreCryptoAccountId32>], {
2495
2495
  collection: u32;
2496
- issuer: Option<AccountId32>;
2497
- admin: Option<AccountId32>;
2498
- freezer: Option<AccountId32>;
2496
+ issuer: Option<PezspCoreCryptoAccountId32>;
2497
+ admin: Option<PezspCoreCryptoAccountId32>;
2498
+ freezer: Option<PezspCoreCryptoAccountId32>;
2499
2499
  }>;
2500
2500
  /**
2501
2501
  * A tip was sent.
2502
2502
  **/
2503
- TipSent: AugmentedEvent<ApiType, [collection: u32, item: u32, sender: AccountId32, receiver: AccountId32, amount: u128], {
2503
+ TipSent: AugmentedEvent<ApiType, [collection: u32, item: u32, sender: PezspCoreCryptoAccountId32, receiver: PezspCoreCryptoAccountId32, amount: u128], {
2504
2504
  collection: u32;
2505
2505
  item: u32;
2506
- sender: AccountId32;
2507
- receiver: AccountId32;
2506
+ sender: PezspCoreCryptoAccountId32;
2507
+ receiver: PezspCoreCryptoAccountId32;
2508
2508
  amount: u128;
2509
2509
  }>;
2510
2510
  /**
2511
2511
  * An `item` of a `collection` has been approved by the `owner` for transfer by
2512
2512
  * a `delegate`.
2513
2513
  **/
2514
- TransferApproved: AugmentedEvent<ApiType, [collection: u32, item: u32, owner: AccountId32, delegate: AccountId32, deadline: Option<u32>], {
2514
+ TransferApproved: AugmentedEvent<ApiType, [collection: u32, item: u32, owner: PezspCoreCryptoAccountId32, delegate: PezspCoreCryptoAccountId32, deadline: Option<u32>], {
2515
2515
  collection: u32;
2516
2516
  item: u32;
2517
- owner: AccountId32;
2518
- delegate: AccountId32;
2517
+ owner: PezspCoreCryptoAccountId32;
2518
+ delegate: PezspCoreCryptoAccountId32;
2519
2519
  deadline: Option<u32>;
2520
2520
  }>;
2521
2521
  /**
2522
2522
  * An `item` was transferred.
2523
2523
  **/
2524
- Transferred: AugmentedEvent<ApiType, [collection: u32, item: u32, from: AccountId32, to: AccountId32], {
2524
+ Transferred: AugmentedEvent<ApiType, [collection: u32, item: u32, from: PezspCoreCryptoAccountId32, to: PezspCoreCryptoAccountId32], {
2525
2525
  collection: u32;
2526
2526
  item: u32;
2527
- from: AccountId32;
2528
- to: AccountId32;
2527
+ from: PezspCoreCryptoAccountId32;
2528
+ to: PezspCoreCryptoAccountId32;
2529
2529
  }>;
2530
2530
  /**
2531
2531
  * Generic event
@@ -2536,24 +2536,24 @@ declare module '@pezkuwi/api-base/types/events' {
2536
2536
  /**
2537
2537
  * A bid was dropped from a queue because of another, more substantial, bid was present.
2538
2538
  **/
2539
- BidDropped: AugmentedEvent<ApiType, [who: AccountId32, amount: u128, duration: u32], {
2540
- who: AccountId32;
2539
+ BidDropped: AugmentedEvent<ApiType, [who: PezspCoreCryptoAccountId32, amount: u128, duration: u32], {
2540
+ who: PezspCoreCryptoAccountId32;
2541
2541
  amount: u128;
2542
2542
  duration: u32;
2543
2543
  }>;
2544
2544
  /**
2545
2545
  * A bid was successfully placed.
2546
2546
  **/
2547
- BidPlaced: AugmentedEvent<ApiType, [who: AccountId32, amount: u128, duration: u32], {
2548
- who: AccountId32;
2547
+ BidPlaced: AugmentedEvent<ApiType, [who: PezspCoreCryptoAccountId32, amount: u128, duration: u32], {
2548
+ who: PezspCoreCryptoAccountId32;
2549
2549
  amount: u128;
2550
2550
  duration: u32;
2551
2551
  }>;
2552
2552
  /**
2553
2553
  * A bid was successfully removed (before being accepted).
2554
2554
  **/
2555
- BidRetracted: AugmentedEvent<ApiType, [who: AccountId32, amount: u128, duration: u32], {
2556
- who: AccountId32;
2555
+ BidRetracted: AugmentedEvent<ApiType, [who: PezspCoreCryptoAccountId32, amount: u128, duration: u32], {
2556
+ who: PezspCoreCryptoAccountId32;
2557
2557
  amount: u128;
2558
2558
  duration: u32;
2559
2559
  }>;
@@ -2566,29 +2566,29 @@ declare module '@pezkuwi/api-base/types/events' {
2566
2566
  /**
2567
2567
  * A bid was accepted. The balance may not be released until expiry.
2568
2568
  **/
2569
- Issued: AugmentedEvent<ApiType, [index: u32, expiry: u32, who: AccountId32, proportion: Perquintill, amount: u128], {
2569
+ Issued: AugmentedEvent<ApiType, [index: u32, expiry: u32, who: PezspCoreCryptoAccountId32, proportion: u64, amount: u128], {
2570
2570
  index: u32;
2571
2571
  expiry: u32;
2572
- who: AccountId32;
2573
- proportion: Perquintill;
2572
+ who: PezspCoreCryptoAccountId32;
2573
+ proportion: u64;
2574
2574
  amount: u128;
2575
2575
  }>;
2576
2576
  /**
2577
2577
  * An receipt has been (at least partially) thawed.
2578
2578
  **/
2579
- Thawed: AugmentedEvent<ApiType, [index: u32, who: AccountId32, proportion: Perquintill, amount: u128, dropped: bool], {
2579
+ Thawed: AugmentedEvent<ApiType, [index: u32, who: PezspCoreCryptoAccountId32, proportion: u64, amount: u128, dropped: bool], {
2580
2580
  index: u32;
2581
- who: AccountId32;
2582
- proportion: Perquintill;
2581
+ who: PezspCoreCryptoAccountId32;
2582
+ proportion: u64;
2583
2583
  amount: u128;
2584
2584
  dropped: bool;
2585
2585
  }>;
2586
2586
  /**
2587
2587
  * A receipt was transferred.
2588
2588
  **/
2589
- Transferred: AugmentedEvent<ApiType, [from: AccountId32, to: AccountId32, index: u32], {
2590
- from: AccountId32;
2591
- to: AccountId32;
2589
+ Transferred: AugmentedEvent<ApiType, [from: PezspCoreCryptoAccountId32, to: PezspCoreCryptoAccountId32, index: u32], {
2590
+ from: PezspCoreCryptoAccountId32;
2591
+ to: PezspCoreCryptoAccountId32;
2592
2592
  index: u32;
2593
2593
  }>;
2594
2594
  /**
@@ -2600,8 +2600,8 @@ declare module '@pezkuwi/api-base/types/events' {
2600
2600
  /**
2601
2601
  * A member has became bonded in a pool.
2602
2602
  **/
2603
- Bonded: AugmentedEvent<ApiType, [member: AccountId32, poolId: u32, bonded: u128, joined: bool], {
2604
- member: AccountId32;
2603
+ Bonded: AugmentedEvent<ApiType, [member: PezspCoreCryptoAccountId32, poolId: u32, bonded: u128, joined: bool], {
2604
+ member: PezspCoreCryptoAccountId32;
2605
2605
  poolId: u32;
2606
2606
  bonded: u128;
2607
2607
  joined: bool;
@@ -2609,8 +2609,8 @@ declare module '@pezkuwi/api-base/types/events' {
2609
2609
  /**
2610
2610
  * A pool has been created.
2611
2611
  **/
2612
- Created: AugmentedEvent<ApiType, [depositor: AccountId32, poolId: u32], {
2613
- depositor: AccountId32;
2612
+ Created: AugmentedEvent<ApiType, [depositor: PezspCoreCryptoAccountId32, poolId: u32], {
2613
+ depositor: PezspCoreCryptoAccountId32;
2614
2614
  poolId: u32;
2615
2615
  }>;
2616
2616
  /**
@@ -2622,19 +2622,19 @@ declare module '@pezkuwi/api-base/types/events' {
2622
2622
  /**
2623
2623
  * Global parameters regulating nomination pools have been updated.
2624
2624
  **/
2625
- GlobalParamsUpdated: AugmentedEvent<ApiType, [minJoinBond: u128, minCreateBond: u128, maxPools: Option<u32>, maxMembers: Option<u32>, maxMembersPerPool: Option<u32>, globalMaxCommission: Option<Perbill>], {
2625
+ GlobalParamsUpdated: AugmentedEvent<ApiType, [minJoinBond: u128, minCreateBond: u128, maxPools: Option<u32>, maxMembers: Option<u32>, maxMembersPerPool: Option<u32>, globalMaxCommission: Option<u32>], {
2626
2626
  minJoinBond: u128;
2627
2627
  minCreateBond: u128;
2628
2628
  maxPools: Option<u32>;
2629
2629
  maxMembers: Option<u32>;
2630
2630
  maxMembersPerPool: Option<u32>;
2631
- globalMaxCommission: Option<Perbill>;
2631
+ globalMaxCommission: Option<u32>;
2632
2632
  }>;
2633
2633
  /**
2634
2634
  * A pool member's claim permission has been updated.
2635
2635
  **/
2636
- MemberClaimPermissionUpdated: AugmentedEvent<ApiType, [member: AccountId32, permission: PezpalletNominationPoolsClaimPermission], {
2637
- member: AccountId32;
2636
+ MemberClaimPermissionUpdated: AugmentedEvent<ApiType, [member: PezspCoreCryptoAccountId32, permission: PezpalletNominationPoolsClaimPermission], {
2637
+ member: PezspCoreCryptoAccountId32;
2638
2638
  permission: PezpalletNominationPoolsClaimPermission;
2639
2639
  }>;
2640
2640
  /**
@@ -2644,17 +2644,17 @@ declare module '@pezkuwi/api-base/types/events' {
2644
2644
  * Any funds that are still delegated (i.e. dangling delegation) are released and are
2645
2645
  * represented by `released_balance`.
2646
2646
  **/
2647
- MemberRemoved: AugmentedEvent<ApiType, [poolId: u32, member: AccountId32, releasedBalance: u128], {
2647
+ MemberRemoved: AugmentedEvent<ApiType, [poolId: u32, member: PezspCoreCryptoAccountId32, releasedBalance: u128], {
2648
2648
  poolId: u32;
2649
- member: AccountId32;
2649
+ member: PezspCoreCryptoAccountId32;
2650
2650
  releasedBalance: u128;
2651
2651
  }>;
2652
2652
  /**
2653
2653
  * A pool's metadata was updated.
2654
2654
  **/
2655
- MetadataUpdated: AugmentedEvent<ApiType, [poolId: u32, caller: AccountId32], {
2655
+ MetadataUpdated: AugmentedEvent<ApiType, [poolId: u32, caller: PezspCoreCryptoAccountId32], {
2656
2656
  poolId: u32;
2657
- caller: AccountId32;
2657
+ caller: PezspCoreCryptoAccountId32;
2658
2658
  }>;
2659
2659
  /**
2660
2660
  * Topped up deficit in frozen ED of the reward pool.
@@ -2673,8 +2673,8 @@ declare module '@pezkuwi/api-base/types/events' {
2673
2673
  /**
2674
2674
  * A payout has been made to a member.
2675
2675
  **/
2676
- PaidOut: AugmentedEvent<ApiType, [member: AccountId32, poolId: u32, payout: u128], {
2677
- member: AccountId32;
2676
+ PaidOut: AugmentedEvent<ApiType, [member: PezspCoreCryptoAccountId32, poolId: u32, payout: u128], {
2677
+ member: PezspCoreCryptoAccountId32;
2678
2678
  poolId: u32;
2679
2679
  payout: u128;
2680
2680
  }>;
@@ -2702,31 +2702,31 @@ declare module '@pezkuwi/api-base/types/events' {
2702
2702
  /**
2703
2703
  * A pool's commission setting has been changed.
2704
2704
  **/
2705
- PoolCommissionUpdated: AugmentedEvent<ApiType, [poolId: u32, current: Option<ITuple<[Perbill, AccountId32]>>], {
2705
+ PoolCommissionUpdated: AugmentedEvent<ApiType, [poolId: u32, current: Option<ITuple<[u32, PezspCoreCryptoAccountId32]>>], {
2706
2706
  poolId: u32;
2707
- current: Option<ITuple<[Perbill, AccountId32]>>;
2707
+ current: Option<ITuple<[u32, PezspCoreCryptoAccountId32]>>;
2708
2708
  }>;
2709
2709
  /**
2710
2710
  * A pool's maximum commission setting has been changed.
2711
2711
  **/
2712
- PoolMaxCommissionUpdated: AugmentedEvent<ApiType, [poolId: u32, maxCommission: Perbill], {
2712
+ PoolMaxCommissionUpdated: AugmentedEvent<ApiType, [poolId: u32, maxCommission: u32], {
2713
2713
  poolId: u32;
2714
- maxCommission: Perbill;
2714
+ maxCommission: u32;
2715
2715
  }>;
2716
2716
  /**
2717
2717
  * A pool's nominating account (or the pool's root account) has nominated a validator set
2718
2718
  * on behalf of the pool.
2719
2719
  **/
2720
- PoolNominationMade: AugmentedEvent<ApiType, [poolId: u32, caller: AccountId32], {
2720
+ PoolNominationMade: AugmentedEvent<ApiType, [poolId: u32, caller: PezspCoreCryptoAccountId32], {
2721
2721
  poolId: u32;
2722
- caller: AccountId32;
2722
+ caller: PezspCoreCryptoAccountId32;
2723
2723
  }>;
2724
2724
  /**
2725
2725
  * The pool is chilled i.e. no longer nominating.
2726
2726
  **/
2727
- PoolNominatorChilled: AugmentedEvent<ApiType, [poolId: u32, caller: AccountId32], {
2727
+ PoolNominatorChilled: AugmentedEvent<ApiType, [poolId: u32, caller: PezspCoreCryptoAccountId32], {
2728
2728
  poolId: u32;
2729
- caller: AccountId32;
2729
+ caller: PezspCoreCryptoAccountId32;
2730
2730
  }>;
2731
2731
  /**
2732
2732
  * The active balance of pool `pool_id` has been slashed to `balance`.
@@ -2739,10 +2739,10 @@ declare module '@pezkuwi/api-base/types/events' {
2739
2739
  * The roles of a pool have been updated to the given new roles. Note that the depositor
2740
2740
  * can never change.
2741
2741
  **/
2742
- RolesUpdated: AugmentedEvent<ApiType, [root: Option<AccountId32>, bouncer: Option<AccountId32>, nominator: Option<AccountId32>], {
2743
- root: Option<AccountId32>;
2744
- bouncer: Option<AccountId32>;
2745
- nominator: Option<AccountId32>;
2742
+ RolesUpdated: AugmentedEvent<ApiType, [root: Option<PezspCoreCryptoAccountId32>, bouncer: Option<PezspCoreCryptoAccountId32>, nominator: Option<PezspCoreCryptoAccountId32>], {
2743
+ root: Option<PezspCoreCryptoAccountId32>;
2744
+ bouncer: Option<PezspCoreCryptoAccountId32>;
2745
+ nominator: Option<PezspCoreCryptoAccountId32>;
2746
2746
  }>;
2747
2747
  /**
2748
2748
  * The state of a pool has changed
@@ -2764,8 +2764,8 @@ declare module '@pezkuwi/api-base/types/events' {
2764
2764
  * number of points that are issued in the unbonding pool will be less than the amount
2765
2765
  * requested to be unbonded.
2766
2766
  **/
2767
- Unbonded: AugmentedEvent<ApiType, [member: AccountId32, poolId: u32, balance: u128, points: u128, era: u32], {
2768
- member: AccountId32;
2767
+ Unbonded: AugmentedEvent<ApiType, [member: PezspCoreCryptoAccountId32, poolId: u32, balance: u128, points: u128, era: u32], {
2768
+ member: PezspCoreCryptoAccountId32;
2769
2769
  poolId: u32;
2770
2770
  balance: u128;
2771
2771
  points: u128;
@@ -2787,8 +2787,8 @@ declare module '@pezkuwi/api-base/types/events' {
2787
2787
  * Similar to `Unbonded` event, in the absence of slashing, the ratio of point to balance
2788
2788
  * will be 1.
2789
2789
  **/
2790
- Withdrawn: AugmentedEvent<ApiType, [member: AccountId32, poolId: u32, balance: u128, points: u128], {
2791
- member: AccountId32;
2790
+ Withdrawn: AugmentedEvent<ApiType, [member: PezspCoreCryptoAccountId32, poolId: u32, balance: u128, points: u128], {
2791
+ member: PezspCoreCryptoAccountId32;
2792
2792
  poolId: u32;
2793
2793
  balance: u128;
2794
2794
  points: u128;
@@ -2841,10 +2841,10 @@ declare module '@pezkuwi/api-base/types/events' {
2841
2841
  /**
2842
2842
  * An approval for account `delegate` was cancelled by `owner`.
2843
2843
  **/
2844
- ApprovalCancelled: AugmentedEvent<ApiType, [assetId: u32, owner: AccountId32, delegate: AccountId32], {
2844
+ ApprovalCancelled: AugmentedEvent<ApiType, [assetId: u32, owner: PezspCoreCryptoAccountId32, delegate: PezspCoreCryptoAccountId32], {
2845
2845
  assetId: u32;
2846
- owner: AccountId32;
2847
- delegate: AccountId32;
2846
+ owner: PezspCoreCryptoAccountId32;
2847
+ delegate: PezspCoreCryptoAccountId32;
2848
2848
  }>;
2849
2849
  /**
2850
2850
  * Approvals were destroyed for given asset.
@@ -2857,10 +2857,10 @@ declare module '@pezkuwi/api-base/types/events' {
2857
2857
  /**
2858
2858
  * (Additional) funds have been approved for transfer to a destination account.
2859
2859
  **/
2860
- ApprovedTransfer: AugmentedEvent<ApiType, [assetId: u32, source: AccountId32, delegate: AccountId32, amount: u128], {
2860
+ ApprovedTransfer: AugmentedEvent<ApiType, [assetId: u32, source: PezspCoreCryptoAccountId32, delegate: PezspCoreCryptoAccountId32, amount: u128], {
2861
2861
  assetId: u32;
2862
- source: AccountId32;
2863
- delegate: AccountId32;
2862
+ source: PezspCoreCryptoAccountId32;
2863
+ delegate: PezspCoreCryptoAccountId32;
2864
2864
  amount: u128;
2865
2865
  }>;
2866
2866
  /**
@@ -2891,32 +2891,32 @@ declare module '@pezkuwi/api-base/types/events' {
2891
2891
  /**
2892
2892
  * Some account `who` was blocked.
2893
2893
  **/
2894
- Blocked: AugmentedEvent<ApiType, [assetId: u32, who: AccountId32], {
2894
+ Blocked: AugmentedEvent<ApiType, [assetId: u32, who: PezspCoreCryptoAccountId32], {
2895
2895
  assetId: u32;
2896
- who: AccountId32;
2896
+ who: PezspCoreCryptoAccountId32;
2897
2897
  }>;
2898
2898
  /**
2899
2899
  * Some assets were destroyed.
2900
2900
  **/
2901
- Burned: AugmentedEvent<ApiType, [assetId: u32, owner: AccountId32, balance: u128], {
2901
+ Burned: AugmentedEvent<ApiType, [assetId: u32, owner: PezspCoreCryptoAccountId32, balance: u128], {
2902
2902
  assetId: u32;
2903
- owner: AccountId32;
2903
+ owner: PezspCoreCryptoAccountId32;
2904
2904
  balance: u128;
2905
2905
  }>;
2906
2906
  /**
2907
2907
  * Some asset class was created.
2908
2908
  **/
2909
- Created: AugmentedEvent<ApiType, [assetId: u32, creator: AccountId32, owner: AccountId32], {
2909
+ Created: AugmentedEvent<ApiType, [assetId: u32, creator: PezspCoreCryptoAccountId32, owner: PezspCoreCryptoAccountId32], {
2910
2910
  assetId: u32;
2911
- creator: AccountId32;
2912
- owner: AccountId32;
2911
+ creator: PezspCoreCryptoAccountId32;
2912
+ owner: PezspCoreCryptoAccountId32;
2913
2913
  }>;
2914
2914
  /**
2915
2915
  * Some assets were deposited (e.g. for transaction fees).
2916
2916
  **/
2917
- Deposited: AugmentedEvent<ApiType, [assetId: u32, who: AccountId32, amount: u128], {
2917
+ Deposited: AugmentedEvent<ApiType, [assetId: u32, who: PezspCoreCryptoAccountId32, amount: u128], {
2918
2918
  assetId: u32;
2919
- who: AccountId32;
2919
+ who: PezspCoreCryptoAccountId32;
2920
2920
  amount: u128;
2921
2921
  }>;
2922
2922
  /**
@@ -2934,23 +2934,23 @@ declare module '@pezkuwi/api-base/types/events' {
2934
2934
  /**
2935
2935
  * Some asset class was force-created.
2936
2936
  **/
2937
- ForceCreated: AugmentedEvent<ApiType, [assetId: u32, owner: AccountId32], {
2937
+ ForceCreated: AugmentedEvent<ApiType, [assetId: u32, owner: PezspCoreCryptoAccountId32], {
2938
2938
  assetId: u32;
2939
- owner: AccountId32;
2939
+ owner: PezspCoreCryptoAccountId32;
2940
2940
  }>;
2941
2941
  /**
2942
2942
  * Some account `who` was frozen.
2943
2943
  **/
2944
- Frozen: AugmentedEvent<ApiType, [assetId: u32, who: AccountId32], {
2944
+ Frozen: AugmentedEvent<ApiType, [assetId: u32, who: PezspCoreCryptoAccountId32], {
2945
2945
  assetId: u32;
2946
- who: AccountId32;
2946
+ who: PezspCoreCryptoAccountId32;
2947
2947
  }>;
2948
2948
  /**
2949
2949
  * Some assets were issued.
2950
2950
  **/
2951
- Issued: AugmentedEvent<ApiType, [assetId: u32, owner: AccountId32, amount: u128], {
2951
+ Issued: AugmentedEvent<ApiType, [assetId: u32, owner: PezspCoreCryptoAccountId32, amount: u128], {
2952
2952
  assetId: u32;
2953
- owner: AccountId32;
2953
+ owner: PezspCoreCryptoAccountId32;
2954
2954
  amount: u128;
2955
2955
  }>;
2956
2956
  /**
@@ -2972,60 +2972,60 @@ declare module '@pezkuwi/api-base/types/events' {
2972
2972
  /**
2973
2973
  * The owner changed.
2974
2974
  **/
2975
- OwnerChanged: AugmentedEvent<ApiType, [assetId: u32, owner: AccountId32], {
2975
+ OwnerChanged: AugmentedEvent<ApiType, [assetId: u32, owner: PezspCoreCryptoAccountId32], {
2976
2976
  assetId: u32;
2977
- owner: AccountId32;
2977
+ owner: PezspCoreCryptoAccountId32;
2978
2978
  }>;
2979
2979
  /**
2980
2980
  * The management team changed.
2981
2981
  **/
2982
- TeamChanged: AugmentedEvent<ApiType, [assetId: u32, issuer: AccountId32, admin: AccountId32, freezer: AccountId32], {
2982
+ TeamChanged: AugmentedEvent<ApiType, [assetId: u32, issuer: PezspCoreCryptoAccountId32, admin: PezspCoreCryptoAccountId32, freezer: PezspCoreCryptoAccountId32], {
2983
2983
  assetId: u32;
2984
- issuer: AccountId32;
2985
- admin: AccountId32;
2986
- freezer: AccountId32;
2984
+ issuer: PezspCoreCryptoAccountId32;
2985
+ admin: PezspCoreCryptoAccountId32;
2986
+ freezer: PezspCoreCryptoAccountId32;
2987
2987
  }>;
2988
2988
  /**
2989
2989
  * Some account `who` was thawed.
2990
2990
  **/
2991
- Thawed: AugmentedEvent<ApiType, [assetId: u32, who: AccountId32], {
2991
+ Thawed: AugmentedEvent<ApiType, [assetId: u32, who: PezspCoreCryptoAccountId32], {
2992
2992
  assetId: u32;
2993
- who: AccountId32;
2993
+ who: PezspCoreCryptoAccountId32;
2994
2994
  }>;
2995
2995
  /**
2996
2996
  * Some account `who` was created with a deposit from `depositor`.
2997
2997
  **/
2998
- Touched: AugmentedEvent<ApiType, [assetId: u32, who: AccountId32, depositor: AccountId32], {
2998
+ Touched: AugmentedEvent<ApiType, [assetId: u32, who: PezspCoreCryptoAccountId32, depositor: PezspCoreCryptoAccountId32], {
2999
2999
  assetId: u32;
3000
- who: AccountId32;
3001
- depositor: AccountId32;
3000
+ who: PezspCoreCryptoAccountId32;
3001
+ depositor: PezspCoreCryptoAccountId32;
3002
3002
  }>;
3003
3003
  /**
3004
3004
  * Some assets were transferred.
3005
3005
  **/
3006
- Transferred: AugmentedEvent<ApiType, [assetId: u32, from: AccountId32, to: AccountId32, amount: u128], {
3006
+ Transferred: AugmentedEvent<ApiType, [assetId: u32, from: PezspCoreCryptoAccountId32, to: PezspCoreCryptoAccountId32, amount: u128], {
3007
3007
  assetId: u32;
3008
- from: AccountId32;
3009
- to: AccountId32;
3008
+ from: PezspCoreCryptoAccountId32;
3009
+ to: PezspCoreCryptoAccountId32;
3010
3010
  amount: u128;
3011
3011
  }>;
3012
3012
  /**
3013
3013
  * An `amount` was transferred in its entirety from `owner` to `destination` by
3014
3014
  * the approved `delegate`.
3015
3015
  **/
3016
- TransferredApproved: AugmentedEvent<ApiType, [assetId: u32, owner: AccountId32, delegate: AccountId32, destination: AccountId32, amount: u128], {
3016
+ TransferredApproved: AugmentedEvent<ApiType, [assetId: u32, owner: PezspCoreCryptoAccountId32, delegate: PezspCoreCryptoAccountId32, destination: PezspCoreCryptoAccountId32, amount: u128], {
3017
3017
  assetId: u32;
3018
- owner: AccountId32;
3019
- delegate: AccountId32;
3020
- destination: AccountId32;
3018
+ owner: PezspCoreCryptoAccountId32;
3019
+ delegate: PezspCoreCryptoAccountId32;
3020
+ destination: PezspCoreCryptoAccountId32;
3021
3021
  amount: u128;
3022
3022
  }>;
3023
3023
  /**
3024
3024
  * Some assets were withdrawn from the account (e.g. for transaction fees).
3025
3025
  **/
3026
- Withdrawn: AugmentedEvent<ApiType, [assetId: u32, who: AccountId32, amount: u128], {
3026
+ Withdrawn: AugmentedEvent<ApiType, [assetId: u32, who: PezspCoreCryptoAccountId32, amount: u128], {
3027
3027
  assetId: u32;
3028
- who: AccountId32;
3028
+ who: PezspCoreCryptoAccountId32;
3029
3029
  amount: u128;
3030
3030
  }>;
3031
3031
  /**
@@ -3068,16 +3068,16 @@ declare module '@pezkuwi/api-base/types/events' {
3068
3068
  /**
3069
3069
  * An announcement was placed to make a call in the future.
3070
3070
  **/
3071
- Announced: AugmentedEvent<ApiType, [real: AccountId32, proxy: AccountId32, callHash: H256], {
3072
- real: AccountId32;
3073
- proxy: AccountId32;
3071
+ Announced: AugmentedEvent<ApiType, [real: PezspCoreCryptoAccountId32, proxy: PezspCoreCryptoAccountId32, callHash: H256], {
3072
+ real: PezspCoreCryptoAccountId32;
3073
+ proxy: PezspCoreCryptoAccountId32;
3074
3074
  callHash: H256;
3075
3075
  }>;
3076
3076
  /**
3077
3077
  * A deposit stored for proxies or announcements was poked / updated.
3078
3078
  **/
3079
- DepositPoked: AugmentedEvent<ApiType, [who: AccountId32, kind: PezpalletProxyDepositKind, oldDeposit: u128, newDeposit: u128], {
3080
- who: AccountId32;
3079
+ DepositPoked: AugmentedEvent<ApiType, [who: PezspCoreCryptoAccountId32, kind: PezpalletProxyDepositKind, oldDeposit: u128, newDeposit: u128], {
3080
+ who: PezspCoreCryptoAccountId32;
3081
3081
  kind: PezpalletProxyDepositKind;
3082
3082
  oldDeposit: u128;
3083
3083
  newDeposit: u128;
@@ -3085,9 +3085,9 @@ declare module '@pezkuwi/api-base/types/events' {
3085
3085
  /**
3086
3086
  * A proxy was added.
3087
3087
  **/
3088
- ProxyAdded: AugmentedEvent<ApiType, [delegator: AccountId32, delegatee: AccountId32, proxyType: KitchensinkRuntimeProxyType, delay: u32], {
3089
- delegator: AccountId32;
3090
- delegatee: AccountId32;
3088
+ ProxyAdded: AugmentedEvent<ApiType, [delegator: PezspCoreCryptoAccountId32, delegatee: PezspCoreCryptoAccountId32, proxyType: KitchensinkRuntimeProxyType, delay: u32], {
3089
+ delegator: PezspCoreCryptoAccountId32;
3090
+ delegatee: PezspCoreCryptoAccountId32;
3091
3091
  proxyType: KitchensinkRuntimeProxyType;
3092
3092
  delay: u32;
3093
3093
  }>;
@@ -3100,9 +3100,9 @@ declare module '@pezkuwi/api-base/types/events' {
3100
3100
  /**
3101
3101
  * A proxy was removed.
3102
3102
  **/
3103
- ProxyRemoved: AugmentedEvent<ApiType, [delegator: AccountId32, delegatee: AccountId32, proxyType: KitchensinkRuntimeProxyType, delay: u32], {
3104
- delegator: AccountId32;
3105
- delegatee: AccountId32;
3103
+ ProxyRemoved: AugmentedEvent<ApiType, [delegator: PezspCoreCryptoAccountId32, delegatee: PezspCoreCryptoAccountId32, proxyType: KitchensinkRuntimeProxyType, delay: u32], {
3104
+ delegator: PezspCoreCryptoAccountId32;
3105
+ delegatee: PezspCoreCryptoAccountId32;
3106
3106
  proxyType: KitchensinkRuntimeProxyType;
3107
3107
  delay: u32;
3108
3108
  }>;
@@ -3110,9 +3110,9 @@ declare module '@pezkuwi/api-base/types/events' {
3110
3110
  * A pure account has been created by new proxy with given
3111
3111
  * disambiguation index and proxy type.
3112
3112
  **/
3113
- PureCreated: AugmentedEvent<ApiType, [pure: AccountId32, who: AccountId32, proxyType: KitchensinkRuntimeProxyType, disambiguationIndex: u16], {
3114
- pure: AccountId32;
3115
- who: AccountId32;
3113
+ PureCreated: AugmentedEvent<ApiType, [pure: PezspCoreCryptoAccountId32, who: PezspCoreCryptoAccountId32, proxyType: KitchensinkRuntimeProxyType, disambiguationIndex: u16], {
3114
+ pure: PezspCoreCryptoAccountId32;
3115
+ who: PezspCoreCryptoAccountId32;
3116
3116
  proxyType: KitchensinkRuntimeProxyType;
3117
3117
  disambiguationIndex: u16;
3118
3118
  }>;
@@ -3125,36 +3125,36 @@ declare module '@pezkuwi/api-base/types/events' {
3125
3125
  /**
3126
3126
  * A member `who` has been added.
3127
3127
  **/
3128
- MemberAdded: AugmentedEvent<ApiType, [who: AccountId32], {
3129
- who: AccountId32;
3128
+ MemberAdded: AugmentedEvent<ApiType, [who: PezspCoreCryptoAccountId32], {
3129
+ who: PezspCoreCryptoAccountId32;
3130
3130
  }>;
3131
3131
  /**
3132
3132
  * The member `who` had their `AccountId` changed to `new_who`.
3133
3133
  **/
3134
- MemberExchanged: AugmentedEvent<ApiType, [who: AccountId32, newWho: AccountId32], {
3135
- who: AccountId32;
3136
- newWho: AccountId32;
3134
+ MemberExchanged: AugmentedEvent<ApiType, [who: PezspCoreCryptoAccountId32, newWho: PezspCoreCryptoAccountId32], {
3135
+ who: PezspCoreCryptoAccountId32;
3136
+ newWho: PezspCoreCryptoAccountId32;
3137
3137
  }>;
3138
3138
  /**
3139
3139
  * The member `who` of given `rank` has been removed from the collective.
3140
3140
  **/
3141
- MemberRemoved: AugmentedEvent<ApiType, [who: AccountId32, rank: u16], {
3142
- who: AccountId32;
3141
+ MemberRemoved: AugmentedEvent<ApiType, [who: PezspCoreCryptoAccountId32, rank: u16], {
3142
+ who: PezspCoreCryptoAccountId32;
3143
3143
  rank: u16;
3144
3144
  }>;
3145
3145
  /**
3146
3146
  * The member `who`se rank has been changed to the given `rank`.
3147
3147
  **/
3148
- RankChanged: AugmentedEvent<ApiType, [who: AccountId32, rank: u16], {
3149
- who: AccountId32;
3148
+ RankChanged: AugmentedEvent<ApiType, [who: PezspCoreCryptoAccountId32, rank: u16], {
3149
+ who: PezspCoreCryptoAccountId32;
3150
3150
  rank: u16;
3151
3151
  }>;
3152
3152
  /**
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: PezpalletRankedCollectiveVoteRecord, tally: PezpalletRankedCollectiveTally], {
3157
- who: AccountId32;
3156
+ Voted: AugmentedEvent<ApiType, [who: PezspCoreCryptoAccountId32, poll: u32, vote: PezpalletRankedCollectiveVoteRecord, tally: PezpalletRankedCollectiveTally], {
3157
+ who: PezspCoreCryptoAccountId32;
3158
3158
  poll: u32;
3159
3159
  vote: PezpalletRankedCollectiveVoteRecord;
3160
3160
  tally: PezpalletRankedCollectiveTally;
@@ -3194,17 +3194,17 @@ declare module '@pezkuwi/api-base/types/events' {
3194
3194
  /**
3195
3195
  * The decision deposit has been placed.
3196
3196
  **/
3197
- DecisionDepositPlaced: AugmentedEvent<ApiType, [index: u32, who: AccountId32, amount: u128], {
3197
+ DecisionDepositPlaced: AugmentedEvent<ApiType, [index: u32, who: PezspCoreCryptoAccountId32, amount: u128], {
3198
3198
  index: u32;
3199
- who: AccountId32;
3199
+ who: PezspCoreCryptoAccountId32;
3200
3200
  amount: u128;
3201
3201
  }>;
3202
3202
  /**
3203
3203
  * The decision deposit has been refunded.
3204
3204
  **/
3205
- DecisionDepositRefunded: AugmentedEvent<ApiType, [index: u32, who: AccountId32, amount: u128], {
3205
+ DecisionDepositRefunded: AugmentedEvent<ApiType, [index: u32, who: PezspCoreCryptoAccountId32, amount: u128], {
3206
3206
  index: u32;
3207
- who: AccountId32;
3207
+ who: PezspCoreCryptoAccountId32;
3208
3208
  amount: u128;
3209
3209
  }>;
3210
3210
  /**
@@ -3219,8 +3219,8 @@ declare module '@pezkuwi/api-base/types/events' {
3219
3219
  /**
3220
3220
  * A deposit has been slashed.
3221
3221
  **/
3222
- DepositSlashed: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
3223
- who: AccountId32;
3222
+ DepositSlashed: AugmentedEvent<ApiType, [who: PezspCoreCryptoAccountId32, amount: u128], {
3223
+ who: PezspCoreCryptoAccountId32;
3224
3224
  amount: u128;
3225
3225
  }>;
3226
3226
  /**
@@ -3254,9 +3254,9 @@ declare module '@pezkuwi/api-base/types/events' {
3254
3254
  /**
3255
3255
  * The submission deposit has been refunded.
3256
3256
  **/
3257
- SubmissionDepositRefunded: AugmentedEvent<ApiType, [index: u32, who: AccountId32, amount: u128], {
3257
+ SubmissionDepositRefunded: AugmentedEvent<ApiType, [index: u32, who: PezspCoreCryptoAccountId32, amount: u128], {
3258
3258
  index: u32;
3259
- who: AccountId32;
3259
+ who: PezspCoreCryptoAccountId32;
3260
3260
  amount: u128;
3261
3261
  }>;
3262
3262
  /**
@@ -3283,43 +3283,43 @@ declare module '@pezkuwi/api-base/types/events' {
3283
3283
  /**
3284
3284
  * Lost account has been successfully recovered by rescuer account.
3285
3285
  **/
3286
- AccountRecovered: AugmentedEvent<ApiType, [lostAccount: AccountId32, rescuerAccount: AccountId32], {
3287
- lostAccount: AccountId32;
3288
- rescuerAccount: AccountId32;
3286
+ AccountRecovered: AugmentedEvent<ApiType, [lostAccount: PezspCoreCryptoAccountId32, rescuerAccount: PezspCoreCryptoAccountId32], {
3287
+ lostAccount: PezspCoreCryptoAccountId32;
3288
+ rescuerAccount: PezspCoreCryptoAccountId32;
3289
3289
  }>;
3290
3290
  /**
3291
3291
  * A recovery process for lost account by rescuer account has been closed.
3292
3292
  **/
3293
- RecoveryClosed: AugmentedEvent<ApiType, [lostAccount: AccountId32, rescuerAccount: AccountId32], {
3294
- lostAccount: AccountId32;
3295
- rescuerAccount: AccountId32;
3293
+ RecoveryClosed: AugmentedEvent<ApiType, [lostAccount: PezspCoreCryptoAccountId32, rescuerAccount: PezspCoreCryptoAccountId32], {
3294
+ lostAccount: PezspCoreCryptoAccountId32;
3295
+ rescuerAccount: PezspCoreCryptoAccountId32;
3296
3296
  }>;
3297
3297
  /**
3298
3298
  * A recovery process has been set up for an account.
3299
3299
  **/
3300
- RecoveryCreated: AugmentedEvent<ApiType, [account: AccountId32], {
3301
- account: AccountId32;
3300
+ RecoveryCreated: AugmentedEvent<ApiType, [account: PezspCoreCryptoAccountId32], {
3301
+ account: PezspCoreCryptoAccountId32;
3302
3302
  }>;
3303
3303
  /**
3304
3304
  * A recovery process has been initiated for lost account by rescuer account.
3305
3305
  **/
3306
- RecoveryInitiated: AugmentedEvent<ApiType, [lostAccount: AccountId32, rescuerAccount: AccountId32], {
3307
- lostAccount: AccountId32;
3308
- rescuerAccount: AccountId32;
3306
+ RecoveryInitiated: AugmentedEvent<ApiType, [lostAccount: PezspCoreCryptoAccountId32, rescuerAccount: PezspCoreCryptoAccountId32], {
3307
+ lostAccount: PezspCoreCryptoAccountId32;
3308
+ rescuerAccount: PezspCoreCryptoAccountId32;
3309
3309
  }>;
3310
3310
  /**
3311
3311
  * A recovery process has been removed for an account.
3312
3312
  **/
3313
- RecoveryRemoved: AugmentedEvent<ApiType, [lostAccount: AccountId32], {
3314
- lostAccount: AccountId32;
3313
+ RecoveryRemoved: AugmentedEvent<ApiType, [lostAccount: PezspCoreCryptoAccountId32], {
3314
+ lostAccount: PezspCoreCryptoAccountId32;
3315
3315
  }>;
3316
3316
  /**
3317
3317
  * A recovery process for lost account by rescuer account has been vouched for by sender.
3318
3318
  **/
3319
- RecoveryVouched: AugmentedEvent<ApiType, [lostAccount: AccountId32, rescuerAccount: AccountId32, sender: AccountId32], {
3320
- lostAccount: AccountId32;
3321
- rescuerAccount: AccountId32;
3322
- sender: AccountId32;
3319
+ RecoveryVouched: AugmentedEvent<ApiType, [lostAccount: PezspCoreCryptoAccountId32, rescuerAccount: PezspCoreCryptoAccountId32, sender: PezspCoreCryptoAccountId32], {
3320
+ lostAccount: PezspCoreCryptoAccountId32;
3321
+ rescuerAccount: PezspCoreCryptoAccountId32;
3322
+ sender: PezspCoreCryptoAccountId32;
3323
3323
  }>;
3324
3324
  /**
3325
3325
  * Generic event
@@ -3356,17 +3356,17 @@ declare module '@pezkuwi/api-base/types/events' {
3356
3356
  /**
3357
3357
  * The decision deposit has been placed.
3358
3358
  **/
3359
- DecisionDepositPlaced: AugmentedEvent<ApiType, [index: u32, who: AccountId32, amount: u128], {
3359
+ DecisionDepositPlaced: AugmentedEvent<ApiType, [index: u32, who: PezspCoreCryptoAccountId32, amount: u128], {
3360
3360
  index: u32;
3361
- who: AccountId32;
3361
+ who: PezspCoreCryptoAccountId32;
3362
3362
  amount: u128;
3363
3363
  }>;
3364
3364
  /**
3365
3365
  * The decision deposit has been refunded.
3366
3366
  **/
3367
- DecisionDepositRefunded: AugmentedEvent<ApiType, [index: u32, who: AccountId32, amount: u128], {
3367
+ DecisionDepositRefunded: AugmentedEvent<ApiType, [index: u32, who: PezspCoreCryptoAccountId32, amount: u128], {
3368
3368
  index: u32;
3369
- who: AccountId32;
3369
+ who: PezspCoreCryptoAccountId32;
3370
3370
  amount: u128;
3371
3371
  }>;
3372
3372
  /**
@@ -3381,8 +3381,8 @@ declare module '@pezkuwi/api-base/types/events' {
3381
3381
  /**
3382
3382
  * A deposit has been slashed.
3383
3383
  **/
3384
- DepositSlashed: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
3385
- who: AccountId32;
3384
+ DepositSlashed: AugmentedEvent<ApiType, [who: PezspCoreCryptoAccountId32, amount: u128], {
3385
+ who: PezspCoreCryptoAccountId32;
3386
3386
  amount: u128;
3387
3387
  }>;
3388
3388
  /**
@@ -3416,9 +3416,9 @@ declare module '@pezkuwi/api-base/types/events' {
3416
3416
  /**
3417
3417
  * The submission deposit has been refunded.
3418
3418
  **/
3419
- SubmissionDepositRefunded: AugmentedEvent<ApiType, [index: u32, who: AccountId32, amount: u128], {
3419
+ SubmissionDepositRefunded: AugmentedEvent<ApiType, [index: u32, who: PezspCoreCryptoAccountId32, amount: u128], {
3420
3420
  index: u32;
3421
- who: AccountId32;
3421
+ who: PezspCoreCryptoAccountId32;
3422
3422
  amount: u128;
3423
3423
  }>;
3424
3424
  /**
@@ -3445,8 +3445,8 @@ declare module '@pezkuwi/api-base/types/events' {
3445
3445
  /**
3446
3446
  * Stored data off chain.
3447
3447
  **/
3448
- Stored: AugmentedEvent<ApiType, [sender: AccountId32, contentHash: H256], {
3449
- sender: AccountId32;
3448
+ Stored: AugmentedEvent<ApiType, [sender: PezspCoreCryptoAccountId32, contentHash: H256], {
3449
+ sender: PezspCoreCryptoAccountId32;
3450
3450
  contentHash: H256;
3451
3451
  }>;
3452
3452
  /**
@@ -3494,22 +3494,22 @@ declare module '@pezkuwi/api-base/types/events' {
3494
3494
  /**
3495
3495
  * An account reserved funds for either entering or extending the safe-mode.
3496
3496
  **/
3497
- DepositPlaced: AugmentedEvent<ApiType, [account: AccountId32, amount: u128], {
3498
- account: AccountId32;
3497
+ DepositPlaced: AugmentedEvent<ApiType, [account: PezspCoreCryptoAccountId32, amount: u128], {
3498
+ account: PezspCoreCryptoAccountId32;
3499
3499
  amount: u128;
3500
3500
  }>;
3501
3501
  /**
3502
3502
  * An account had a reserve released that was reserved.
3503
3503
  **/
3504
- DepositReleased: AugmentedEvent<ApiType, [account: AccountId32, amount: u128], {
3505
- account: AccountId32;
3504
+ DepositReleased: AugmentedEvent<ApiType, [account: PezspCoreCryptoAccountId32, amount: u128], {
3505
+ account: PezspCoreCryptoAccountId32;
3506
3506
  amount: u128;
3507
3507
  }>;
3508
3508
  /**
3509
3509
  * An account had reserve slashed that was reserved.
3510
3510
  **/
3511
- DepositSlashed: AugmentedEvent<ApiType, [account: AccountId32, amount: u128], {
3512
- account: AccountId32;
3511
+ DepositSlashed: AugmentedEvent<ApiType, [account: PezspCoreCryptoAccountId32, amount: u128], {
3512
+ account: PezspCoreCryptoAccountId32;
3513
3513
  amount: u128;
3514
3514
  }>;
3515
3515
  /**
@@ -3545,31 +3545,31 @@ declare module '@pezkuwi/api-base/types/events' {
3545
3545
  /**
3546
3546
  * A member is inducted into the payroll.
3547
3547
  **/
3548
- Inducted: AugmentedEvent<ApiType, [who: AccountId32], {
3549
- who: AccountId32;
3548
+ Inducted: AugmentedEvent<ApiType, [who: PezspCoreCryptoAccountId32], {
3549
+ who: PezspCoreCryptoAccountId32;
3550
3550
  }>;
3551
3551
  /**
3552
3552
  * A payment happened.
3553
3553
  **/
3554
- Paid: AugmentedEvent<ApiType, [who: AccountId32, beneficiary: AccountId32, amount: u128, id: Null], {
3555
- who: AccountId32;
3556
- beneficiary: AccountId32;
3554
+ Paid: AugmentedEvent<ApiType, [who: PezspCoreCryptoAccountId32, beneficiary: PezspCoreCryptoAccountId32, amount: u128, id: Null], {
3555
+ who: PezspCoreCryptoAccountId32;
3556
+ beneficiary: PezspCoreCryptoAccountId32;
3557
3557
  amount: u128;
3558
3558
  id: Null;
3559
3559
  }>;
3560
3560
  /**
3561
3561
  * A member registered for a payout.
3562
3562
  **/
3563
- Registered: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
3564
- who: AccountId32;
3563
+ Registered: AugmentedEvent<ApiType, [who: PezspCoreCryptoAccountId32, amount: u128], {
3564
+ who: PezspCoreCryptoAccountId32;
3565
3565
  amount: u128;
3566
3566
  }>;
3567
3567
  /**
3568
3568
  * A member swapped their account.
3569
3569
  **/
3570
- Swapped: AugmentedEvent<ApiType, [who: AccountId32, newWho: AccountId32], {
3571
- who: AccountId32;
3572
- newWho: AccountId32;
3570
+ Swapped: AugmentedEvent<ApiType, [who: PezspCoreCryptoAccountId32, newWho: PezspCoreCryptoAccountId32], {
3571
+ who: PezspCoreCryptoAccountId32;
3572
+ newWho: PezspCoreCryptoAccountId32;
3573
3573
  }>;
3574
3574
  /**
3575
3575
  * Generic event
@@ -3666,14 +3666,14 @@ declare module '@pezkuwi/api-base/types/events' {
3666
3666
  /**
3667
3667
  * Validator has been disabled.
3668
3668
  **/
3669
- ValidatorDisabled: AugmentedEvent<ApiType, [validator: AccountId32], {
3670
- validator: AccountId32;
3669
+ ValidatorDisabled: AugmentedEvent<ApiType, [validator: PezspCoreCryptoAccountId32], {
3670
+ validator: PezspCoreCryptoAccountId32;
3671
3671
  }>;
3672
3672
  /**
3673
3673
  * Validator has been re-enabled.
3674
3674
  **/
3675
- ValidatorReenabled: AugmentedEvent<ApiType, [validator: AccountId32], {
3676
- validator: AccountId32;
3675
+ ValidatorReenabled: AugmentedEvent<ApiType, [validator: PezspCoreCryptoAccountId32], {
3676
+ validator: PezspCoreCryptoAccountId32;
3677
3677
  }>;
3678
3678
  /**
3679
3679
  * Generic event
@@ -3696,34 +3696,34 @@ declare module '@pezkuwi/api-base/types/events' {
3696
3696
  /**
3697
3697
  * A candidate was dropped (due to an excess of bids in the system).
3698
3698
  **/
3699
- AutoUnbid: AugmentedEvent<ApiType, [candidate: AccountId32], {
3700
- candidate: AccountId32;
3699
+ AutoUnbid: AugmentedEvent<ApiType, [candidate: PezspCoreCryptoAccountId32], {
3700
+ candidate: PezspCoreCryptoAccountId32;
3701
3701
  }>;
3702
3702
  /**
3703
3703
  * A membership bid just happened. The given account is the candidate's ID and their offer
3704
3704
  * is the second.
3705
3705
  **/
3706
- Bid: AugmentedEvent<ApiType, [candidateId: AccountId32, offer: u128], {
3707
- candidateId: AccountId32;
3706
+ Bid: AugmentedEvent<ApiType, [candidateId: PezspCoreCryptoAccountId32, offer: u128], {
3707
+ candidateId: PezspCoreCryptoAccountId32;
3708
3708
  offer: u128;
3709
3709
  }>;
3710
3710
  /**
3711
3711
  * A candidate has been suspended
3712
3712
  **/
3713
- CandidateSuspended: AugmentedEvent<ApiType, [candidate: AccountId32], {
3714
- candidate: AccountId32;
3713
+ CandidateSuspended: AugmentedEvent<ApiType, [candidate: PezspCoreCryptoAccountId32], {
3714
+ candidate: PezspCoreCryptoAccountId32;
3715
3715
  }>;
3716
3716
  /**
3717
3717
  * A member has been challenged
3718
3718
  **/
3719
- Challenged: AugmentedEvent<ApiType, [member: AccountId32], {
3720
- member: AccountId32;
3719
+ Challenged: AugmentedEvent<ApiType, [member: PezspCoreCryptoAccountId32], {
3720
+ member: PezspCoreCryptoAccountId32;
3721
3721
  }>;
3722
3722
  /**
3723
3723
  * A vote has been placed for a defending member
3724
3724
  **/
3725
- DefenderVote: AugmentedEvent<ApiType, [voter: AccountId32, vote: bool], {
3726
- voter: AccountId32;
3725
+ DefenderVote: AugmentedEvent<ApiType, [voter: PezspCoreCryptoAccountId32, vote: bool], {
3726
+ voter: PezspCoreCryptoAccountId32;
3727
3727
  vote: bool;
3728
3728
  }>;
3729
3729
  /**
@@ -3735,29 +3735,29 @@ declare module '@pezkuwi/api-base/types/events' {
3735
3735
  /**
3736
3736
  * A \[member\] got elevated to \[rank\].
3737
3737
  **/
3738
- Elevated: AugmentedEvent<ApiType, [member: AccountId32, rank: u32], {
3739
- member: AccountId32;
3738
+ Elevated: AugmentedEvent<ApiType, [member: PezspCoreCryptoAccountId32, rank: u32], {
3739
+ member: PezspCoreCryptoAccountId32;
3740
3740
  rank: u32;
3741
3741
  }>;
3742
3742
  /**
3743
3743
  * The society is founded by the given identity.
3744
3744
  **/
3745
- Founded: AugmentedEvent<ApiType, [founder: AccountId32], {
3746
- founder: AccountId32;
3745
+ Founded: AugmentedEvent<ApiType, [founder: PezspCoreCryptoAccountId32], {
3746
+ founder: PezspCoreCryptoAccountId32;
3747
3747
  }>;
3748
3748
  /**
3749
3749
  * A group of candidates have been inducted. The batch's primary is the first value, the
3750
3750
  * batch in full is the second.
3751
3751
  **/
3752
- Inducted: AugmentedEvent<ApiType, [primary: AccountId32, candidates: Vec<AccountId32>], {
3753
- primary: AccountId32;
3754
- candidates: Vec<AccountId32>;
3752
+ Inducted: AugmentedEvent<ApiType, [primary: PezspCoreCryptoAccountId32, candidates: Vec<PezspCoreCryptoAccountId32>], {
3753
+ primary: PezspCoreCryptoAccountId32;
3754
+ candidates: Vec<PezspCoreCryptoAccountId32>;
3755
3755
  }>;
3756
3756
  /**
3757
3757
  * A member has been suspended
3758
3758
  **/
3759
- MemberSuspended: AugmentedEvent<ApiType, [member: AccountId32], {
3760
- member: AccountId32;
3759
+ MemberSuspended: AugmentedEvent<ApiType, [member: PezspCoreCryptoAccountId32], {
3760
+ member: PezspCoreCryptoAccountId32;
3761
3761
  }>;
3762
3762
  /**
3763
3763
  * A new set of \[params\] has been set for the group.
@@ -3768,44 +3768,44 @@ declare module '@pezkuwi/api-base/types/events' {
3768
3768
  /**
3769
3769
  * A suspended member has been judged.
3770
3770
  **/
3771
- SuspendedMemberJudgement: AugmentedEvent<ApiType, [who: AccountId32, judged: bool], {
3772
- who: AccountId32;
3771
+ SuspendedMemberJudgement: AugmentedEvent<ApiType, [who: PezspCoreCryptoAccountId32, judged: bool], {
3772
+ who: PezspCoreCryptoAccountId32;
3773
3773
  judged: bool;
3774
3774
  }>;
3775
3775
  /**
3776
3776
  * A candidate was dropped (by their request).
3777
3777
  **/
3778
- Unbid: AugmentedEvent<ApiType, [candidate: AccountId32], {
3779
- candidate: AccountId32;
3778
+ Unbid: AugmentedEvent<ApiType, [candidate: PezspCoreCryptoAccountId32], {
3779
+ candidate: PezspCoreCryptoAccountId32;
3780
3780
  }>;
3781
3781
  /**
3782
3782
  * Society is unfounded.
3783
3783
  **/
3784
- Unfounded: AugmentedEvent<ApiType, [founder: AccountId32], {
3785
- founder: AccountId32;
3784
+ Unfounded: AugmentedEvent<ApiType, [founder: PezspCoreCryptoAccountId32], {
3785
+ founder: PezspCoreCryptoAccountId32;
3786
3786
  }>;
3787
3787
  /**
3788
3788
  * A candidate was dropped (by request of who vouched for them).
3789
3789
  **/
3790
- Unvouch: AugmentedEvent<ApiType, [candidate: AccountId32], {
3791
- candidate: AccountId32;
3790
+ Unvouch: AugmentedEvent<ApiType, [candidate: PezspCoreCryptoAccountId32], {
3791
+ candidate: PezspCoreCryptoAccountId32;
3792
3792
  }>;
3793
3793
  /**
3794
3794
  * A vote has been placed
3795
3795
  **/
3796
- Vote: AugmentedEvent<ApiType, [candidate: AccountId32, voter: AccountId32, vote: bool], {
3797
- candidate: AccountId32;
3798
- voter: AccountId32;
3796
+ Vote: AugmentedEvent<ApiType, [candidate: PezspCoreCryptoAccountId32, voter: PezspCoreCryptoAccountId32, vote: bool], {
3797
+ candidate: PezspCoreCryptoAccountId32;
3798
+ voter: PezspCoreCryptoAccountId32;
3799
3799
  vote: bool;
3800
3800
  }>;
3801
3801
  /**
3802
3802
  * A membership bid just happened by vouching. The given account is the candidate's ID and
3803
3803
  * their offer is the second. The vouching party is the third.
3804
3804
  **/
3805
- Vouch: AugmentedEvent<ApiType, [candidateId: AccountId32, offer: u128, vouching: AccountId32], {
3806
- candidateId: AccountId32;
3805
+ Vouch: AugmentedEvent<ApiType, [candidateId: PezspCoreCryptoAccountId32, offer: u128, vouching: PezspCoreCryptoAccountId32], {
3806
+ candidateId: PezspCoreCryptoAccountId32;
3807
3807
  offer: u128;
3808
- vouching: AccountId32;
3808
+ vouching: PezspCoreCryptoAccountId32;
3809
3809
  }>;
3810
3810
  /**
3811
3811
  * Generic event
@@ -3819,15 +3819,15 @@ declare module '@pezkuwi/api-base/types/events' {
3819
3819
  * NOTE: This event is only emitted when funds are bonded via a dispatchable. Notably,
3820
3820
  * it will not be emitted for staking rewards when they are added to stake.
3821
3821
  **/
3822
- Bonded: AugmentedEvent<ApiType, [stash: AccountId32, amount: u128], {
3823
- stash: AccountId32;
3822
+ Bonded: AugmentedEvent<ApiType, [stash: PezspCoreCryptoAccountId32, amount: u128], {
3823
+ stash: PezspCoreCryptoAccountId32;
3824
3824
  amount: u128;
3825
3825
  }>;
3826
3826
  /**
3827
3827
  * An account has stopped participating as either a validator or nominator.
3828
3828
  **/
3829
- Chilled: AugmentedEvent<ApiType, [stash: AccountId32], {
3830
- stash: AccountId32;
3829
+ Chilled: AugmentedEvent<ApiType, [stash: PezspCoreCryptoAccountId32], {
3830
+ stash: PezspCoreCryptoAccountId32;
3831
3831
  }>;
3832
3832
  /**
3833
3833
  * Report of a controller batch deprecation.
@@ -3839,8 +3839,8 @@ declare module '@pezkuwi/api-base/types/events' {
3839
3839
  * Staking balance migrated from locks to holds, with any balance that could not be held
3840
3840
  * is force withdrawn.
3841
3841
  **/
3842
- CurrencyMigrated: AugmentedEvent<ApiType, [stash: AccountId32, forceWithdraw: u128], {
3843
- stash: AccountId32;
3842
+ CurrencyMigrated: AugmentedEvent<ApiType, [stash: PezspCoreCryptoAccountId32, forceWithdraw: u128], {
3843
+ stash: PezspCoreCryptoAccountId32;
3844
3844
  forceWithdraw: u128;
3845
3845
  }>;
3846
3846
  /**
@@ -3861,9 +3861,9 @@ declare module '@pezkuwi/api-base/types/events' {
3861
3861
  /**
3862
3862
  * A nominator has been kicked from a validator.
3863
3863
  **/
3864
- Kicked: AugmentedEvent<ApiType, [nominator: AccountId32, stash: AccountId32], {
3865
- nominator: AccountId32;
3866
- stash: AccountId32;
3864
+ Kicked: AugmentedEvent<ApiType, [nominator: PezspCoreCryptoAccountId32, stash: PezspCoreCryptoAccountId32], {
3865
+ nominator: PezspCoreCryptoAccountId32;
3866
+ stash: PezspCoreCryptoAccountId32;
3867
3867
  }>;
3868
3868
  /**
3869
3869
  * An old slashing report from a prior era was discarded because it could
@@ -3875,34 +3875,34 @@ declare module '@pezkuwi/api-base/types/events' {
3875
3875
  /**
3876
3876
  * A Page of stakers rewards are getting paid. `next` is `None` if all pages are claimed.
3877
3877
  **/
3878
- PayoutStarted: AugmentedEvent<ApiType, [eraIndex: u32, validatorStash: AccountId32, page: u32, next: Option<u32>], {
3878
+ PayoutStarted: AugmentedEvent<ApiType, [eraIndex: u32, validatorStash: PezspCoreCryptoAccountId32, page: u32, next: Option<u32>], {
3879
3879
  eraIndex: u32;
3880
- validatorStash: AccountId32;
3880
+ validatorStash: PezspCoreCryptoAccountId32;
3881
3881
  page: u32;
3882
3882
  next: Option<u32>;
3883
3883
  }>;
3884
3884
  /**
3885
3885
  * The nominator has been rewarded by this amount to this destination.
3886
3886
  **/
3887
- Rewarded: AugmentedEvent<ApiType, [stash: AccountId32, dest: PezpalletStakingRewardDestination, amount: u128], {
3888
- stash: AccountId32;
3887
+ Rewarded: AugmentedEvent<ApiType, [stash: PezspCoreCryptoAccountId32, dest: PezpalletStakingRewardDestination, amount: u128], {
3888
+ stash: PezspCoreCryptoAccountId32;
3889
3889
  dest: PezpalletStakingRewardDestination;
3890
3890
  amount: u128;
3891
3891
  }>;
3892
3892
  /**
3893
3893
  * A staker (validator or nominator) has been slashed by the given amount.
3894
3894
  **/
3895
- Slashed: AugmentedEvent<ApiType, [staker: AccountId32, amount: u128], {
3896
- staker: AccountId32;
3895
+ Slashed: AugmentedEvent<ApiType, [staker: PezspCoreCryptoAccountId32, amount: u128], {
3896
+ staker: PezspCoreCryptoAccountId32;
3897
3897
  amount: u128;
3898
3898
  }>;
3899
3899
  /**
3900
3900
  * A slash for the given validator, for the given percentage of their stake, at the given
3901
3901
  * era as been reported.
3902
3902
  **/
3903
- SlashReported: AugmentedEvent<ApiType, [validator: AccountId32, fraction: Perbill, slashEra: u32], {
3904
- validator: AccountId32;
3905
- fraction: Perbill;
3903
+ SlashReported: AugmentedEvent<ApiType, [validator: PezspCoreCryptoAccountId32, fraction: u32, slashEra: u32], {
3904
+ validator: PezspCoreCryptoAccountId32;
3905
+ fraction: u32;
3906
3906
  slashEra: u32;
3907
3907
  }>;
3908
3908
  /**
@@ -3928,23 +3928,23 @@ declare module '@pezkuwi/api-base/types/events' {
3928
3928
  /**
3929
3929
  * An account has unbonded this amount.
3930
3930
  **/
3931
- Unbonded: AugmentedEvent<ApiType, [stash: AccountId32, amount: u128], {
3932
- stash: AccountId32;
3931
+ Unbonded: AugmentedEvent<ApiType, [stash: PezspCoreCryptoAccountId32, amount: u128], {
3932
+ stash: PezspCoreCryptoAccountId32;
3933
3933
  amount: u128;
3934
3934
  }>;
3935
3935
  /**
3936
3936
  * A validator has set their preferences.
3937
3937
  **/
3938
- ValidatorPrefsSet: AugmentedEvent<ApiType, [stash: AccountId32, prefs: PezpalletStakingValidatorPrefs], {
3939
- stash: AccountId32;
3938
+ ValidatorPrefsSet: AugmentedEvent<ApiType, [stash: PezspCoreCryptoAccountId32, prefs: PezpalletStakingValidatorPrefs], {
3939
+ stash: PezspCoreCryptoAccountId32;
3940
3940
  prefs: PezpalletStakingValidatorPrefs;
3941
3941
  }>;
3942
3942
  /**
3943
3943
  * An account has called `withdraw_unbonded` and removed unbonding chunks worth `Balance`
3944
3944
  * from the unlocking queue.
3945
3945
  **/
3946
- Withdrawn: AugmentedEvent<ApiType, [stash: AccountId32, amount: u128], {
3947
- stash: AccountId32;
3946
+ Withdrawn: AugmentedEvent<ApiType, [stash: PezspCoreCryptoAccountId32, amount: u128], {
3947
+ stash: PezspCoreCryptoAccountId32;
3948
3948
  amount: u128;
3949
3949
  }>;
3950
3950
  /**
@@ -3956,8 +3956,8 @@ declare module '@pezkuwi/api-base/types/events' {
3956
3956
  /**
3957
3957
  * A new statement is submitted
3958
3958
  **/
3959
- NewStatement: AugmentedEvent<ApiType, [account: AccountId32, statement: PezspStatementStoreStatement], {
3960
- account: AccountId32;
3959
+ NewStatement: AugmentedEvent<ApiType, [account: PezspCoreCryptoAccountId32, statement: PezspStatementStoreStatement], {
3960
+ account: PezspCoreCryptoAccountId32;
3961
3961
  statement: PezspStatementStoreStatement;
3962
3962
  }>;
3963
3963
  /**
@@ -3988,8 +3988,8 @@ declare module '@pezkuwi/api-base/types/events' {
3988
3988
  /**
3989
3989
  * Some account got slashed by the given amount.
3990
3990
  **/
3991
- Slashed: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], {
3992
- who: AccountId32;
3991
+ Slashed: AugmentedEvent<ApiType, [who: PezspCoreCryptoAccountId32, amount: u128], {
3992
+ who: PezspCoreCryptoAccountId32;
3993
3993
  amount: u128;
3994
3994
  }>;
3995
3995
  /**
@@ -4001,9 +4001,9 @@ declare module '@pezkuwi/api-base/types/events' {
4001
4001
  /**
4002
4002
  * The sudo key has been updated.
4003
4003
  **/
4004
- KeyChanged: AugmentedEvent<ApiType, [old: Option<AccountId32>, new_: AccountId32], {
4005
- old: Option<AccountId32>;
4006
- new_: AccountId32;
4004
+ KeyChanged: AugmentedEvent<ApiType, [old: Option<PezspCoreCryptoAccountId32>, new_: PezspCoreCryptoAccountId32], {
4005
+ old: Option<PezspCoreCryptoAccountId32>;
4006
+ new_: PezspCoreCryptoAccountId32;
4007
4007
  }>;
4008
4008
  /**
4009
4009
  * The key was permanently removed.
@@ -4047,14 +4047,14 @@ declare module '@pezkuwi/api-base/types/events' {
4047
4047
  /**
4048
4048
  * An account was reaped.
4049
4049
  **/
4050
- KilledAccount: AugmentedEvent<ApiType, [account: AccountId32], {
4051
- account: AccountId32;
4050
+ KilledAccount: AugmentedEvent<ApiType, [account: PezspCoreCryptoAccountId32], {
4051
+ account: PezspCoreCryptoAccountId32;
4052
4052
  }>;
4053
4053
  /**
4054
4054
  * A new account was created.
4055
4055
  **/
4056
- NewAccount: AugmentedEvent<ApiType, [account: AccountId32], {
4057
- account: AccountId32;
4056
+ NewAccount: AugmentedEvent<ApiType, [account: PezspCoreCryptoAccountId32], {
4057
+ account: PezspCoreCryptoAccountId32;
4058
4058
  }>;
4059
4059
  /**
4060
4060
  * An invalid authorized upgrade was rejected while trying to apply it.
@@ -4066,8 +4066,8 @@ declare module '@pezkuwi/api-base/types/events' {
4066
4066
  /**
4067
4067
  * On on-chain remark happened.
4068
4068
  **/
4069
- Remarked: AugmentedEvent<ApiType, [sender: AccountId32, hash_: H256], {
4070
- sender: AccountId32;
4069
+ Remarked: AugmentedEvent<ApiType, [sender: PezspCoreCryptoAccountId32, hash_: H256], {
4070
+ sender: PezspCoreCryptoAccountId32;
4071
4071
  hash_: H256;
4072
4072
  }>;
4073
4073
  /**
@@ -4126,23 +4126,23 @@ declare module '@pezkuwi/api-base/types/events' {
4126
4126
  /**
4127
4127
  * Some cost for storing a proposal was burned.
4128
4128
  **/
4129
- ProposalCostBurned: AugmentedEvent<ApiType, [proposalHash: H256, who: AccountId32], {
4129
+ ProposalCostBurned: AugmentedEvent<ApiType, [proposalHash: H256, who: PezspCoreCryptoAccountId32], {
4130
4130
  proposalHash: H256;
4131
- who: AccountId32;
4131
+ who: PezspCoreCryptoAccountId32;
4132
4132
  }>;
4133
4133
  /**
4134
4134
  * Some cost for storing a proposal was released.
4135
4135
  **/
4136
- ProposalCostReleased: AugmentedEvent<ApiType, [proposalHash: H256, who: AccountId32], {
4136
+ ProposalCostReleased: AugmentedEvent<ApiType, [proposalHash: H256, who: PezspCoreCryptoAccountId32], {
4137
4137
  proposalHash: H256;
4138
- who: AccountId32;
4138
+ who: PezspCoreCryptoAccountId32;
4139
4139
  }>;
4140
4140
  /**
4141
4141
  * A motion (given hash) has been proposed (by given account) with a threshold (given
4142
4142
  * `MemberCount`).
4143
4143
  **/
4144
- Proposed: AugmentedEvent<ApiType, [account: AccountId32, proposalIndex: u32, proposalHash: H256, threshold: u32], {
4145
- account: AccountId32;
4144
+ Proposed: AugmentedEvent<ApiType, [account: PezspCoreCryptoAccountId32, proposalIndex: u32, proposalHash: H256, threshold: u32], {
4145
+ account: PezspCoreCryptoAccountId32;
4146
4146
  proposalIndex: u32;
4147
4147
  proposalHash: H256;
4148
4148
  threshold: u32;
@@ -4151,8 +4151,8 @@ declare module '@pezkuwi/api-base/types/events' {
4151
4151
  * A motion (given hash) has been voted on by given account, leaving
4152
4152
  * a tally (yes votes and no votes given respectively as `MemberCount`).
4153
4153
  **/
4154
- Voted: AugmentedEvent<ApiType, [account: AccountId32, proposalHash: H256, voted: bool, yes: u32, no: u32], {
4155
- account: AccountId32;
4154
+ Voted: AugmentedEvent<ApiType, [account: PezspCoreCryptoAccountId32, proposalHash: H256, voted: bool, yes: u32, no: u32], {
4155
+ account: PezspCoreCryptoAccountId32;
4156
4156
  proposalHash: H256;
4157
4157
  voted: bool;
4158
4158
  yes: u32;
@@ -4203,9 +4203,9 @@ declare module '@pezkuwi/api-base/types/events' {
4203
4203
  /**
4204
4204
  * A tip suggestion has been closed.
4205
4205
  **/
4206
- TipClosed: AugmentedEvent<ApiType, [tipHash: H256, who: AccountId32, payout: u128], {
4206
+ TipClosed: AugmentedEvent<ApiType, [tipHash: H256, who: PezspCoreCryptoAccountId32, payout: u128], {
4207
4207
  tipHash: H256;
4208
- who: AccountId32;
4208
+ who: PezspCoreCryptoAccountId32;
4209
4209
  payout: u128;
4210
4210
  }>;
4211
4211
  /**
@@ -4223,9 +4223,9 @@ declare module '@pezkuwi/api-base/types/events' {
4223
4223
  /**
4224
4224
  * A tip suggestion has been slashed.
4225
4225
  **/
4226
- TipSlashed: AugmentedEvent<ApiType, [tipHash: H256, finder: AccountId32, deposit: u128], {
4226
+ TipSlashed: AugmentedEvent<ApiType, [tipHash: H256, finder: PezspCoreCryptoAccountId32, deposit: u128], {
4227
4227
  tipHash: H256;
4228
- finder: AccountId32;
4228
+ finder: PezspCoreCryptoAccountId32;
4229
4229
  deposit: u128;
4230
4230
  }>;
4231
4231
  /**
@@ -4238,8 +4238,8 @@ declare module '@pezkuwi/api-base/types/events' {
4238
4238
  * A transaction fee `actual_fee`, of which `tip` was added to the minimum inclusion fee,
4239
4239
  * has been paid by `who`.
4240
4240
  **/
4241
- TransactionFeePaid: AugmentedEvent<ApiType, [who: AccountId32, actualFee: u128, tip: u128], {
4242
- who: AccountId32;
4241
+ TransactionFeePaid: AugmentedEvent<ApiType, [who: PezspCoreCryptoAccountId32, actualFee: u128, tip: u128], {
4242
+ who: PezspCoreCryptoAccountId32;
4243
4243
  actualFee: u128;
4244
4244
  tip: u128;
4245
4245
  }>;
@@ -4274,11 +4274,11 @@ declare module '@pezkuwi/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: PezframeSupportTokensFungibleUnionOfNativeOrWithId, amount: u128, beneficiary: AccountId32, validFrom: u32, expireAt: u32], {
4277
+ AssetSpendApproved: AugmentedEvent<ApiType, [index: u32, assetKind: PezframeSupportTokensFungibleUnionOfNativeOrWithId, amount: u128, beneficiary: PezspCoreCryptoAccountId32, validFrom: u32, expireAt: u32], {
4278
4278
  index: u32;
4279
4279
  assetKind: PezframeSupportTokensFungibleUnionOfNativeOrWithId;
4280
4280
  amount: u128;
4281
- beneficiary: AccountId32;
4281
+ beneficiary: PezspCoreCryptoAccountId32;
4282
4282
  validFrom: u32;
4283
4283
  expireAt: u32;
4284
4284
  }>;
@@ -4291,10 +4291,10 @@ declare module '@pezkuwi/api-base/types/events' {
4291
4291
  /**
4292
4292
  * Some funds have been allocated.
4293
4293
  **/
4294
- Awarded: AugmentedEvent<ApiType, [proposalIndex: u32, award: u128, account: AccountId32], {
4294
+ Awarded: AugmentedEvent<ApiType, [proposalIndex: u32, award: u128, account: PezspCoreCryptoAccountId32], {
4295
4295
  proposalIndex: u32;
4296
4296
  award: u128;
4297
- account: AccountId32;
4297
+ account: PezspCoreCryptoAccountId32;
4298
4298
  }>;
4299
4299
  /**
4300
4300
  * Some of our funds have been burnt.
@@ -4331,10 +4331,10 @@ declare module '@pezkuwi/api-base/types/events' {
4331
4331
  /**
4332
4332
  * A new spend proposal has been approved.
4333
4333
  **/
4334
- SpendApproved: AugmentedEvent<ApiType, [proposalIndex: u32, amount: u128, beneficiary: AccountId32], {
4334
+ SpendApproved: AugmentedEvent<ApiType, [proposalIndex: u32, amount: u128, beneficiary: PezspCoreCryptoAccountId32], {
4335
4335
  proposalIndex: u32;
4336
4336
  amount: u128;
4337
- beneficiary: AccountId32;
4337
+ beneficiary: PezspCoreCryptoAccountId32;
4338
4338
  }>;
4339
4339
  /**
4340
4340
  * We have ended a spend period and will now allocate funds.
@@ -4384,21 +4384,21 @@ declare module '@pezkuwi/api-base/types/events' {
4384
4384
  * An approval for a `delegate` account to transfer the `item` of an item
4385
4385
  * `collection` was cancelled by its `owner`.
4386
4386
  **/
4387
- ApprovalCancelled: AugmentedEvent<ApiType, [collection: u32, item: u32, owner: AccountId32, delegate: AccountId32], {
4387
+ ApprovalCancelled: AugmentedEvent<ApiType, [collection: u32, item: u32, owner: PezspCoreCryptoAccountId32, delegate: PezspCoreCryptoAccountId32], {
4388
4388
  collection: u32;
4389
4389
  item: u32;
4390
- owner: AccountId32;
4391
- delegate: AccountId32;
4390
+ owner: PezspCoreCryptoAccountId32;
4391
+ delegate: PezspCoreCryptoAccountId32;
4392
4392
  }>;
4393
4393
  /**
4394
4394
  * An `item` of a `collection` has been approved by the `owner` for transfer by
4395
4395
  * a `delegate`.
4396
4396
  **/
4397
- ApprovedTransfer: AugmentedEvent<ApiType, [collection: u32, item: u32, owner: AccountId32, delegate: AccountId32], {
4397
+ ApprovedTransfer: AugmentedEvent<ApiType, [collection: u32, item: u32, owner: PezspCoreCryptoAccountId32, delegate: PezspCoreCryptoAccountId32], {
4398
4398
  collection: u32;
4399
4399
  item: u32;
4400
- owner: AccountId32;
4401
- delegate: AccountId32;
4400
+ owner: PezspCoreCryptoAccountId32;
4401
+ delegate: PezspCoreCryptoAccountId32;
4402
4402
  }>;
4403
4403
  /**
4404
4404
  * Attribute metadata has been cleared for a `collection` or `item`.
@@ -4420,10 +4420,10 @@ declare module '@pezkuwi/api-base/types/events' {
4420
4420
  /**
4421
4421
  * An `item` was destroyed.
4422
4422
  **/
4423
- Burned: AugmentedEvent<ApiType, [collection: u32, item: u32, owner: AccountId32], {
4423
+ Burned: AugmentedEvent<ApiType, [collection: u32, item: u32, owner: PezspCoreCryptoAccountId32], {
4424
4424
  collection: u32;
4425
4425
  item: u32;
4426
- owner: AccountId32;
4426
+ owner: PezspCoreCryptoAccountId32;
4427
4427
  }>;
4428
4428
  /**
4429
4429
  * Some `collection` was frozen.
@@ -4461,10 +4461,10 @@ declare module '@pezkuwi/api-base/types/events' {
4461
4461
  /**
4462
4462
  * A `collection` was created.
4463
4463
  **/
4464
- Created: AugmentedEvent<ApiType, [collection: u32, creator: AccountId32, owner: AccountId32], {
4464
+ Created: AugmentedEvent<ApiType, [collection: u32, creator: PezspCoreCryptoAccountId32, owner: PezspCoreCryptoAccountId32], {
4465
4465
  collection: u32;
4466
- creator: AccountId32;
4467
- owner: AccountId32;
4466
+ creator: PezspCoreCryptoAccountId32;
4467
+ owner: PezspCoreCryptoAccountId32;
4468
4468
  }>;
4469
4469
  /**
4470
4470
  * A `collection` was destroyed.
@@ -4475,9 +4475,9 @@ declare module '@pezkuwi/api-base/types/events' {
4475
4475
  /**
4476
4476
  * A `collection` was force-created.
4477
4477
  **/
4478
- ForceCreated: AugmentedEvent<ApiType, [collection: u32, owner: AccountId32], {
4478
+ ForceCreated: AugmentedEvent<ApiType, [collection: u32, owner: PezspCoreCryptoAccountId32], {
4479
4479
  collection: u32;
4480
- owner: AccountId32;
4480
+ owner: PezspCoreCryptoAccountId32;
4481
4481
  }>;
4482
4482
  /**
4483
4483
  * Some `item` was frozen.
@@ -4489,20 +4489,20 @@ declare module '@pezkuwi/api-base/types/events' {
4489
4489
  /**
4490
4490
  * An `item` was issued.
4491
4491
  **/
4492
- Issued: AugmentedEvent<ApiType, [collection: u32, item: u32, owner: AccountId32], {
4492
+ Issued: AugmentedEvent<ApiType, [collection: u32, item: u32, owner: PezspCoreCryptoAccountId32], {
4493
4493
  collection: u32;
4494
4494
  item: u32;
4495
- owner: AccountId32;
4495
+ owner: PezspCoreCryptoAccountId32;
4496
4496
  }>;
4497
4497
  /**
4498
4498
  * An item was bought.
4499
4499
  **/
4500
- ItemBought: AugmentedEvent<ApiType, [collection: u32, item: u32, price: u128, seller: AccountId32, buyer: AccountId32], {
4500
+ ItemBought: AugmentedEvent<ApiType, [collection: u32, item: u32, price: u128, seller: PezspCoreCryptoAccountId32, buyer: PezspCoreCryptoAccountId32], {
4501
4501
  collection: u32;
4502
4502
  item: u32;
4503
4503
  price: u128;
4504
- seller: AccountId32;
4505
- buyer: AccountId32;
4504
+ seller: PezspCoreCryptoAccountId32;
4505
+ buyer: PezspCoreCryptoAccountId32;
4506
4506
  }>;
4507
4507
  /**
4508
4508
  * The price for the instance was removed.
@@ -4514,11 +4514,11 @@ declare module '@pezkuwi/api-base/types/events' {
4514
4514
  /**
4515
4515
  * The price was set for the instance.
4516
4516
  **/
4517
- ItemPriceSet: AugmentedEvent<ApiType, [collection: u32, item: u32, price: u128, whitelistedBuyer: Option<AccountId32>], {
4517
+ ItemPriceSet: AugmentedEvent<ApiType, [collection: u32, item: u32, price: u128, whitelistedBuyer: Option<PezspCoreCryptoAccountId32>], {
4518
4518
  collection: u32;
4519
4519
  item: u32;
4520
4520
  price: u128;
4521
- whitelistedBuyer: Option<AccountId32>;
4521
+ whitelistedBuyer: Option<PezspCoreCryptoAccountId32>;
4522
4522
  }>;
4523
4523
  /**
4524
4524
  * A `collection` has had its attributes changed by the `Force` origin.
@@ -4545,15 +4545,15 @@ declare module '@pezkuwi/api-base/types/events' {
4545
4545
  /**
4546
4546
  * The owner changed.
4547
4547
  **/
4548
- OwnerChanged: AugmentedEvent<ApiType, [collection: u32, newOwner: AccountId32], {
4548
+ OwnerChanged: AugmentedEvent<ApiType, [collection: u32, newOwner: PezspCoreCryptoAccountId32], {
4549
4549
  collection: u32;
4550
- newOwner: AccountId32;
4550
+ newOwner: PezspCoreCryptoAccountId32;
4551
4551
  }>;
4552
4552
  /**
4553
4553
  * Ownership acceptance has changed for an account.
4554
4554
  **/
4555
- OwnershipAcceptanceChanged: AugmentedEvent<ApiType, [who: AccountId32, maybeCollection: Option<u32>], {
4556
- who: AccountId32;
4555
+ OwnershipAcceptanceChanged: AugmentedEvent<ApiType, [who: PezspCoreCryptoAccountId32, maybeCollection: Option<u32>], {
4556
+ who: PezspCoreCryptoAccountId32;
4557
4557
  maybeCollection: Option<u32>;
4558
4558
  }>;
4559
4559
  /**
@@ -4566,11 +4566,11 @@ declare module '@pezkuwi/api-base/types/events' {
4566
4566
  /**
4567
4567
  * The management team changed.
4568
4568
  **/
4569
- TeamChanged: AugmentedEvent<ApiType, [collection: u32, issuer: AccountId32, admin: AccountId32, freezer: AccountId32], {
4569
+ TeamChanged: AugmentedEvent<ApiType, [collection: u32, issuer: PezspCoreCryptoAccountId32, admin: PezspCoreCryptoAccountId32, freezer: PezspCoreCryptoAccountId32], {
4570
4570
  collection: u32;
4571
- issuer: AccountId32;
4572
- admin: AccountId32;
4573
- freezer: AccountId32;
4571
+ issuer: PezspCoreCryptoAccountId32;
4572
+ admin: PezspCoreCryptoAccountId32;
4573
+ freezer: PezspCoreCryptoAccountId32;
4574
4574
  }>;
4575
4575
  /**
4576
4576
  * Some `item` was thawed.
@@ -4582,11 +4582,11 @@ declare module '@pezkuwi/api-base/types/events' {
4582
4582
  /**
4583
4583
  * An `item` was transferred.
4584
4584
  **/
4585
- Transferred: AugmentedEvent<ApiType, [collection: u32, item: u32, from: AccountId32, to: AccountId32], {
4585
+ Transferred: AugmentedEvent<ApiType, [collection: u32, item: u32, from: PezspCoreCryptoAccountId32, to: PezspCoreCryptoAccountId32], {
4586
4586
  collection: u32;
4587
4587
  item: u32;
4588
- from: AccountId32;
4589
- to: AccountId32;
4588
+ from: PezspCoreCryptoAccountId32;
4589
+ to: PezspCoreCryptoAccountId32;
4590
4590
  }>;
4591
4591
  /**
4592
4592
  * Generic event
@@ -4645,15 +4645,15 @@ declare module '@pezkuwi/api-base/types/events' {
4645
4645
  /**
4646
4646
  * An \[account\] has become fully vested.
4647
4647
  **/
4648
- VestingCompleted: AugmentedEvent<ApiType, [account: AccountId32], {
4649
- account: AccountId32;
4648
+ VestingCompleted: AugmentedEvent<ApiType, [account: PezspCoreCryptoAccountId32], {
4649
+ account: PezspCoreCryptoAccountId32;
4650
4650
  }>;
4651
4651
  /**
4652
4652
  * The amount vested has been updated. This could indicate a change in funds available.
4653
4653
  * The balance given is the amount which is left unvested (and thus locked).
4654
4654
  **/
4655
- VestingUpdated: AugmentedEvent<ApiType, [account: AccountId32, unvested: u128], {
4656
- account: AccountId32;
4655
+ VestingUpdated: AugmentedEvent<ApiType, [account: PezspCoreCryptoAccountId32, unvested: u128], {
4656
+ account: PezspCoreCryptoAccountId32;
4657
4657
  unvested: u128;
4658
4658
  }>;
4659
4659
  /**
@@ -4665,16 +4665,16 @@ declare module '@pezkuwi/api-base/types/events' {
4665
4665
  /**
4666
4666
  * Moved an account from one bag to another.
4667
4667
  **/
4668
- Rebagged: AugmentedEvent<ApiType, [who: AccountId32, from: u64, to: u64], {
4669
- who: AccountId32;
4668
+ Rebagged: AugmentedEvent<ApiType, [who: PezspCoreCryptoAccountId32, from: u64, to: u64], {
4669
+ who: PezspCoreCryptoAccountId32;
4670
4670
  from: u64;
4671
4671
  to: u64;
4672
4672
  }>;
4673
4673
  /**
4674
4674
  * Updated the score of some account to the given amount.
4675
4675
  **/
4676
- ScoreUpdated: AugmentedEvent<ApiType, [who: AccountId32, newScore: u64], {
4677
- who: AccountId32;
4676
+ ScoreUpdated: AugmentedEvent<ApiType, [who: PezspCoreCryptoAccountId32, newScore: u64], {
4677
+ who: PezspCoreCryptoAccountId32;
4678
4678
  newScore: u64;
4679
4679
  }>;
4680
4680
  /**