@pezkuwi/types-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.
@@ -1,8 +1,14 @@
1
1
  import '@pezkuwi/types/lookup';
2
2
  import type { BTreeMap, BTreeSet, BitVec, Bytes, Compact, Enum, Null, Option, Result, Struct, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@pezkuwi/types-codec';
3
3
  import type { ITuple } from '@pezkuwi/types-codec/types';
4
- import type { AccountId32, H256, PerU16, Perbill, Perquintill, RuntimeCall, RuntimeEvent } from '@pezkuwi/types/interfaces/runtime';
4
+ import type { AccountId32, H256, MultiAddress, RuntimeCall, RuntimeEvent } from '@pezkuwi/types/interfaces/runtime';
5
5
  declare module '@pezkuwi/types/lookup' {
6
+ /** @name PezspCoreCryptoAccountId32 (0) */
7
+ interface PezspCoreCryptoAccountId32 extends AccountId32 {
8
+ }
9
+ /** @name PezspRuntimeMultiAddress (1) */
10
+ interface PezspRuntimeMultiAddress extends MultiAddress {
11
+ }
6
12
  /** @name PezpalletBalancesUnexpectedKind (41) */
7
13
  interface PezpalletBalancesUnexpectedKind extends Enum {
8
14
  readonly isBalanceUpdated: boolean;
@@ -426,7 +432,7 @@ declare module '@pezkuwi/types/lookup' {
426
432
  interface PezkuwiRuntimeCommonClaimsPezpalletCall extends Enum {
427
433
  readonly isClaim: boolean;
428
434
  readonly asClaim: {
429
- readonly dest: AccountId32;
435
+ readonly dest: PezspCoreCryptoAccountId32;
430
436
  readonly ethereumSignature: PezkuwiRuntimeCommonClaimsEcdsaSignature;
431
437
  } & Struct;
432
438
  readonly isMintClaim: boolean;
@@ -438,7 +444,7 @@ declare module '@pezkuwi/types/lookup' {
438
444
  } & Struct;
439
445
  readonly isClaimAttest: boolean;
440
446
  readonly asClaimAttest: {
441
- readonly dest: AccountId32;
447
+ readonly dest: PezspCoreCryptoAccountId32;
442
448
  readonly ethereumSignature: PezkuwiRuntimeCommonClaimsEcdsaSignature;
443
449
  readonly statement: Bytes;
444
450
  } & Struct;
@@ -450,7 +456,7 @@ declare module '@pezkuwi/types/lookup' {
450
456
  readonly asMoveClaim: {
451
457
  readonly old: PezkuwiRuntimeCommonClaimsEthereumAddress;
452
458
  readonly new_: PezkuwiRuntimeCommonClaimsEthereumAddress;
453
- readonly maybePreclaim: Option<AccountId32>;
459
+ readonly maybePreclaim: Option<PezspCoreCryptoAccountId32>;
454
460
  } & Struct;
455
461
  readonly type: 'Claim' | 'MintClaim' | 'ClaimAttest' | 'Attest' | 'MoveClaim';
456
462
  }
@@ -481,21 +487,21 @@ declare module '@pezkuwi/types/lookup' {
481
487
  /** @name PezkuwiRuntimeNposCompactSolution16 (200) */
482
488
  interface PezkuwiRuntimeNposCompactSolution16 extends Struct {
483
489
  readonly votes1: Vec<ITuple<[Compact<u32>, Compact<u16>]>>;
484
- readonly votes2: Vec<ITuple<[Compact<u32>, ITuple<[Compact<u16>, Compact<PerU16>]>, Compact<u16>]>>;
485
- readonly votes3: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
486
- readonly votes4: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
487
- readonly votes5: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
488
- readonly votes6: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
489
- readonly votes7: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
490
- readonly votes8: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
491
- readonly votes9: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
492
- readonly votes10: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
493
- readonly votes11: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
494
- readonly votes12: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
495
- readonly votes13: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
496
- readonly votes14: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
497
- readonly votes15: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
498
- readonly votes16: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
490
+ readonly votes2: Vec<ITuple<[Compact<u32>, ITuple<[Compact<u16>, Compact<u16>]>, Compact<u16>]>>;
491
+ readonly votes3: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
492
+ readonly votes4: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
493
+ readonly votes5: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
494
+ readonly votes6: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
495
+ readonly votes7: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
496
+ readonly votes8: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
497
+ readonly votes9: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
498
+ readonly votes10: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
499
+ readonly votes11: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
500
+ readonly votes12: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
501
+ readonly votes13: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
502
+ readonly votes14: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
503
+ readonly votes15: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
504
+ readonly votes16: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
499
505
  }
500
506
  /** @name PezpalletStakingAsyncAhClientCall (274) */
501
507
  interface PezpalletStakingAsyncAhClientCall extends Enum {
@@ -512,7 +518,7 @@ declare module '@pezkuwi/types/lookup' {
512
518
  }
513
519
  /** @name PezpalletStakingAsyncRcClientValidatorSetReport (275) */
514
520
  interface PezpalletStakingAsyncRcClientValidatorSetReport extends Struct {
515
- readonly newValidatorSet: Vec<AccountId32>;
521
+ readonly newValidatorSet: Vec<PezspCoreCryptoAccountId32>;
516
522
  readonly id: u32;
517
523
  readonly pruneUpTo: Option<u32>;
518
524
  readonly leftover: bool;
@@ -684,7 +690,7 @@ declare module '@pezkuwi/types/lookup' {
684
690
  } & Struct;
685
691
  readonly isSetOnDemandFeeVariability: boolean;
686
692
  readonly asSetOnDemandFeeVariability: {
687
- readonly new_: Perbill;
693
+ readonly new_: u32;
688
694
  } & Struct;
689
695
  readonly isSetOnDemandQueueMaxSize: boolean;
690
696
  readonly asSetOnDemandQueueMaxSize: {
@@ -692,7 +698,7 @@ declare module '@pezkuwi/types/lookup' {
692
698
  } & Struct;
693
699
  readonly isSetOnDemandTargetQueueUtilization: boolean;
694
700
  readonly asSetOnDemandTargetQueueUtilization: {
695
- readonly new_: Perbill;
701
+ readonly new_: u32;
696
702
  } & Struct;
697
703
  readonly isSetMinimumBackingVotes: boolean;
698
704
  readonly asSetMinimumBackingVotes: {
@@ -763,8 +769,8 @@ declare module '@pezkuwi/types/lookup' {
763
769
  readonly numCores: u32;
764
770
  readonly maxAvailabilityTimeouts: u32;
765
771
  readonly onDemandQueueMaxSize: u32;
766
- readonly onDemandTargetQueueUtilization: Perbill;
767
- readonly onDemandFeeVariability: Perbill;
772
+ readonly onDemandTargetQueueUtilization: u32;
773
+ readonly onDemandFeeVariability: u32;
768
774
  readonly onDemandBaseFee: u128;
769
775
  readonly ttl: u32;
770
776
  }
@@ -1079,7 +1085,7 @@ declare module '@pezkuwi/types/lookup' {
1079
1085
  } & Struct;
1080
1086
  readonly isForceRegister: boolean;
1081
1087
  readonly asForceRegister: {
1082
- readonly who: AccountId32;
1088
+ readonly who: PezspCoreCryptoAccountId32;
1083
1089
  readonly deposit: u128;
1084
1090
  readonly id: u32;
1085
1091
  readonly genesisHead: Bytes;
@@ -1120,7 +1126,7 @@ declare module '@pezkuwi/types/lookup' {
1120
1126
  readonly isForceLease: boolean;
1121
1127
  readonly asForceLease: {
1122
1128
  readonly para: u32;
1123
- readonly leaser: AccountId32;
1129
+ readonly leaser: PezspCoreCryptoAccountId32;
1124
1130
  readonly amount: u128;
1125
1131
  readonly periodBegin: u32;
1126
1132
  readonly periodCount: u32;
@@ -1172,7 +1178,7 @@ declare module '@pezkuwi/types/lookup' {
1172
1178
  } & Struct;
1173
1179
  readonly isWithdraw: boolean;
1174
1180
  readonly asWithdraw: {
1175
- readonly who: AccountId32;
1181
+ readonly who: PezspCoreCryptoAccountId32;
1176
1182
  readonly index: Compact<u32>;
1177
1183
  } & Struct;
1178
1184
  readonly isRefund: boolean;
@@ -1230,7 +1236,7 @@ declare module '@pezkuwi/types/lookup' {
1230
1236
  } & Struct;
1231
1237
  readonly isCreditAccount: boolean;
1232
1238
  readonly asCreditAccount: {
1233
- readonly who: AccountId32;
1239
+ readonly who: PezspCoreCryptoAccountId32;
1234
1240
  readonly amount: u128;
1235
1241
  } & Struct;
1236
1242
  readonly isAssignCore: boolean;
@@ -2415,7 +2421,7 @@ declare module '@pezkuwi/types/lookup' {
2415
2421
  } & Struct;
2416
2422
  readonly isSetManager: boolean;
2417
2423
  readonly asSetManager: {
2418
- readonly new_: Option<AccountId32>;
2424
+ readonly new_: Option<PezspCoreCryptoAccountId32>;
2419
2425
  } & Struct;
2420
2426
  readonly isSendXcmMessage: boolean;
2421
2427
  readonly asSendXcmMessage: {
@@ -2424,11 +2430,11 @@ declare module '@pezkuwi/types/lookup' {
2424
2430
  } & Struct;
2425
2431
  readonly isPreserveAccounts: boolean;
2426
2432
  readonly asPreserveAccounts: {
2427
- readonly accounts: Vec<AccountId32>;
2433
+ readonly accounts: Vec<PezspCoreCryptoAccountId32>;
2428
2434
  } & Struct;
2429
2435
  readonly isSetCanceller: boolean;
2430
2436
  readonly asSetCanceller: {
2431
- readonly new_: Option<AccountId32>;
2437
+ readonly new_: Option<PezspCoreCryptoAccountId32>;
2432
2438
  } & Struct;
2433
2439
  readonly isPauseMigration: boolean;
2434
2440
  readonly isCancelMigration: boolean;
@@ -2461,13 +2467,13 @@ declare module '@pezkuwi/types/lookup' {
2461
2467
  readonly isAccountsMigrationInit: boolean;
2462
2468
  readonly isAccountsMigrationOngoing: boolean;
2463
2469
  readonly asAccountsMigrationOngoing: {
2464
- readonly lastKey: Option<AccountId32>;
2470
+ readonly lastKey: Option<PezspCoreCryptoAccountId32>;
2465
2471
  } & Struct;
2466
2472
  readonly isAccountsMigrationDone: boolean;
2467
2473
  readonly isMultisigMigrationInit: boolean;
2468
2474
  readonly isMultisigMigrationOngoing: boolean;
2469
2475
  readonly asMultisigMigrationOngoing: {
2470
- readonly lastKey: Option<ITuple<[AccountId32, U8aFixed]>>;
2476
+ readonly lastKey: Option<ITuple<[PezspCoreCryptoAccountId32, U8aFixed]>>;
2471
2477
  } & Struct;
2472
2478
  readonly isMultisigMigrationDone: boolean;
2473
2479
  readonly isClaimsMigrationInit: boolean;
@@ -2479,11 +2485,11 @@ declare module '@pezkuwi/types/lookup' {
2479
2485
  readonly isProxyMigrationInit: boolean;
2480
2486
  readonly isProxyMigrationProxies: boolean;
2481
2487
  readonly asProxyMigrationProxies: {
2482
- readonly lastKey: Option<AccountId32>;
2488
+ readonly lastKey: Option<PezspCoreCryptoAccountId32>;
2483
2489
  } & Struct;
2484
2490
  readonly isProxyMigrationAnnouncements: boolean;
2485
2491
  readonly asProxyMigrationAnnouncements: {
2486
- readonly lastKey: Option<AccountId32>;
2492
+ readonly lastKey: Option<PezspCoreCryptoAccountId32>;
2487
2493
  } & Struct;
2488
2494
  readonly isProxyMigrationDone: boolean;
2489
2495
  readonly isPreimageMigrationInit: boolean;
@@ -2513,7 +2519,7 @@ declare module '@pezkuwi/types/lookup' {
2513
2519
  readonly isVestingMigrationInit: boolean;
2514
2520
  readonly isVestingMigrationOngoing: boolean;
2515
2521
  readonly asVestingMigrationOngoing: {
2516
- readonly nextKey: Option<AccountId32>;
2522
+ readonly nextKey: Option<PezspCoreCryptoAccountId32>;
2517
2523
  } & Struct;
2518
2524
  readonly isVestingMigrationDone: boolean;
2519
2525
  readonly isDelegatedStakingMigrationInit: boolean;
@@ -2610,7 +2616,7 @@ declare module '@pezkuwi/types/lookup' {
2610
2616
  readonly isSigning: boolean;
2611
2617
  readonly asSigning: Option<PezkuwiRuntimeCommonClaimsEthereumAddress>;
2612
2618
  readonly isPreclaims: boolean;
2613
- readonly asPreclaims: Option<AccountId32>;
2619
+ readonly asPreclaims: Option<PezspCoreCryptoAccountId32>;
2614
2620
  readonly isFinished: boolean;
2615
2621
  readonly type: 'StorageValues' | 'Claims' | 'Vesting' | 'Signing' | 'Preclaims' | 'Finished';
2616
2622
  }
@@ -2618,7 +2624,7 @@ declare module '@pezkuwi/types/lookup' {
2618
2624
  interface PezpalletRcMigratorStakingNomPoolsNomPoolsStage extends Enum {
2619
2625
  readonly isStorageValues: boolean;
2620
2626
  readonly isPoolMembers: boolean;
2621
- readonly asPoolMembers: Option<AccountId32>;
2627
+ readonly asPoolMembers: Option<PezspCoreCryptoAccountId32>;
2622
2628
  readonly isBondedPools: boolean;
2623
2629
  readonly asBondedPools: Option<u32>;
2624
2630
  readonly isRewardPools: boolean;
@@ -2628,18 +2634,18 @@ declare module '@pezkuwi/types/lookup' {
2628
2634
  readonly isMetadata: boolean;
2629
2635
  readonly asMetadata: Option<u32>;
2630
2636
  readonly isReversePoolIdLookup: boolean;
2631
- readonly asReversePoolIdLookup: Option<AccountId32>;
2637
+ readonly asReversePoolIdLookup: Option<PezspCoreCryptoAccountId32>;
2632
2638
  readonly isClaimPermissions: boolean;
2633
- readonly asClaimPermissions: Option<AccountId32>;
2639
+ readonly asClaimPermissions: Option<PezspCoreCryptoAccountId32>;
2634
2640
  readonly isFinished: boolean;
2635
2641
  readonly type: 'StorageValues' | 'PoolMembers' | 'BondedPools' | 'RewardPools' | 'SubPoolsStorage' | 'Metadata' | 'ReversePoolIdLookup' | 'ClaimPermissions' | 'Finished';
2636
2642
  }
2637
2643
  /** @name PezpalletRcMigratorStakingDelegatedStakingDelegatedStakingStage (478) */
2638
2644
  interface PezpalletRcMigratorStakingDelegatedStakingDelegatedStakingStage extends Enum {
2639
2645
  readonly isDelegators: boolean;
2640
- readonly asDelegators: Option<AccountId32>;
2646
+ readonly asDelegators: Option<PezspCoreCryptoAccountId32>;
2641
2647
  readonly isAgents: boolean;
2642
- readonly asAgents: Option<AccountId32>;
2648
+ readonly asAgents: Option<PezspCoreCryptoAccountId32>;
2643
2649
  readonly isFinished: boolean;
2644
2650
  readonly type: 'Delegators' | 'Agents' | 'Finished';
2645
2651
  }
@@ -2655,7 +2661,7 @@ declare module '@pezkuwi/types/lookup' {
2655
2661
  /** @name PezpalletRcMigratorStakingBagsListBagsListStage (483) */
2656
2662
  interface PezpalletRcMigratorStakingBagsListBagsListStage extends Enum {
2657
2663
  readonly isListNodes: boolean;
2658
- readonly asListNodes: Option<AccountId32>;
2664
+ readonly asListNodes: Option<PezspCoreCryptoAccountId32>;
2659
2665
  readonly isListBags: boolean;
2660
2666
  readonly asListBags: Option<u64>;
2661
2667
  readonly isFinished: boolean;
@@ -2674,9 +2680,9 @@ declare module '@pezkuwi/types/lookup' {
2674
2680
  /** @name PezpalletRcMigratorConvictionVotingConvictionVotingStage (487) */
2675
2681
  interface PezpalletRcMigratorConvictionVotingConvictionVotingStage extends Enum {
2676
2682
  readonly isVotingFor: boolean;
2677
- readonly asVotingFor: Option<ITuple<[AccountId32, u16]>>;
2683
+ readonly asVotingFor: Option<ITuple<[PezspCoreCryptoAccountId32, u16]>>;
2678
2684
  readonly isClassLocksFor: boolean;
2679
- readonly asClassLocksFor: Option<AccountId32>;
2685
+ readonly asClassLocksFor: Option<PezspCoreCryptoAccountId32>;
2680
2686
  readonly isFinished: boolean;
2681
2687
  readonly type: 'VotingFor' | 'ClassLocksFor' | 'Finished';
2682
2688
  }
@@ -2759,25 +2765,25 @@ declare module '@pezkuwi/types/lookup' {
2759
2765
  readonly isValues: boolean;
2760
2766
  readonly isInvulnerables: boolean;
2761
2767
  readonly isBonded: boolean;
2762
- readonly asBonded: Option<AccountId32>;
2768
+ readonly asBonded: Option<PezspCoreCryptoAccountId32>;
2763
2769
  readonly isLedger: boolean;
2764
- readonly asLedger: Option<AccountId32>;
2770
+ readonly asLedger: Option<PezspCoreCryptoAccountId32>;
2765
2771
  readonly isPayee: boolean;
2766
- readonly asPayee: Option<AccountId32>;
2772
+ readonly asPayee: Option<PezspCoreCryptoAccountId32>;
2767
2773
  readonly isValidators: boolean;
2768
- readonly asValidators: Option<AccountId32>;
2774
+ readonly asValidators: Option<PezspCoreCryptoAccountId32>;
2769
2775
  readonly isNominators: boolean;
2770
- readonly asNominators: Option<AccountId32>;
2776
+ readonly asNominators: Option<PezspCoreCryptoAccountId32>;
2771
2777
  readonly isVirtualStakers: boolean;
2772
- readonly asVirtualStakers: Option<AccountId32>;
2778
+ readonly asVirtualStakers: Option<PezspCoreCryptoAccountId32>;
2773
2779
  readonly isErasStakersOverview: boolean;
2774
- readonly asErasStakersOverview: Option<ITuple<[u32, AccountId32]>>;
2780
+ readonly asErasStakersOverview: Option<ITuple<[u32, PezspCoreCryptoAccountId32]>>;
2775
2781
  readonly isErasStakersPaged: boolean;
2776
- readonly asErasStakersPaged: Option<ITuple<[u32, AccountId32, u32]>>;
2782
+ readonly asErasStakersPaged: Option<ITuple<[u32, PezspCoreCryptoAccountId32, u32]>>;
2777
2783
  readonly isClaimedRewards: boolean;
2778
- readonly asClaimedRewards: Option<ITuple<[u32, AccountId32]>>;
2784
+ readonly asClaimedRewards: Option<ITuple<[u32, PezspCoreCryptoAccountId32]>>;
2779
2785
  readonly isErasValidatorPrefs: boolean;
2780
- readonly asErasValidatorPrefs: Option<ITuple<[u32, AccountId32]>>;
2786
+ readonly asErasValidatorPrefs: Option<ITuple<[u32, PezspCoreCryptoAccountId32]>>;
2781
2787
  readonly isErasValidatorReward: boolean;
2782
2788
  readonly asErasValidatorReward: Option<u32>;
2783
2789
  readonly isErasRewardPoints: boolean;
@@ -2788,13 +2794,13 @@ declare module '@pezkuwi/types/lookup' {
2788
2794
  readonly asUnappliedSlashes: Option<u32>;
2789
2795
  readonly isBondedEras: boolean;
2790
2796
  readonly isValidatorSlashInEra: boolean;
2791
- readonly asValidatorSlashInEra: Option<ITuple<[u32, AccountId32]>>;
2797
+ readonly asValidatorSlashInEra: Option<ITuple<[u32, PezspCoreCryptoAccountId32]>>;
2792
2798
  readonly isNominatorSlashInEra: boolean;
2793
- readonly asNominatorSlashInEra: Option<ITuple<[u32, AccountId32]>>;
2799
+ readonly asNominatorSlashInEra: Option<ITuple<[u32, PezspCoreCryptoAccountId32]>>;
2794
2800
  readonly isSlashingSpans: boolean;
2795
- readonly asSlashingSpans: Option<AccountId32>;
2801
+ readonly asSlashingSpans: Option<PezspCoreCryptoAccountId32>;
2796
2802
  readonly isSpanSlash: boolean;
2797
- readonly asSpanSlash: Option<ITuple<[AccountId32, u32]>>;
2803
+ readonly asSpanSlash: Option<ITuple<[PezspCoreCryptoAccountId32, u32]>>;
2798
2804
  readonly isFinished: boolean;
2799
2805
  readonly type: 'Values' | 'Invulnerables' | 'Bonded' | 'Ledger' | 'Payee' | 'Validators' | 'Nominators' | 'VirtualStakers' | 'ErasStakersOverview' | 'ErasStakersPaged' | 'ClaimedRewards' | 'ErasValidatorPrefs' | 'ErasValidatorReward' | 'ErasRewardPoints' | 'ErasTotalStake' | 'UnappliedSlashes' | 'BondedEras' | 'ValidatorSlashInEra' | 'NominatorSlashInEra' | 'SlashingSpans' | 'SpanSlash' | 'Finished';
2800
2806
  }
@@ -2821,7 +2827,7 @@ declare module '@pezkuwi/types/lookup' {
2821
2827
  interface PezkuwiRuntimeCommonClaimsPezpalletEvent extends Enum {
2822
2828
  readonly isClaimed: boolean;
2823
2829
  readonly asClaimed: {
2824
- readonly who: AccountId32;
2830
+ readonly who: PezspCoreCryptoAccountId32;
2825
2831
  readonly ethereumAddress: PezkuwiRuntimeCommonClaimsEthereumAddress;
2826
2832
  readonly amount: u128;
2827
2833
  } & Struct;
@@ -2975,7 +2981,7 @@ declare module '@pezkuwi/types/lookup' {
2975
2981
  readonly asOnDemandOrderPlaced: {
2976
2982
  readonly paraId: u32;
2977
2983
  readonly spotPrice: u128;
2978
- readonly orderedBy: AccountId32;
2984
+ readonly orderedBy: PezspCoreCryptoAccountId32;
2979
2985
  } & Struct;
2980
2986
  readonly isSpotPriceSet: boolean;
2981
2987
  readonly asSpotPriceSet: {
@@ -2983,7 +2989,7 @@ declare module '@pezkuwi/types/lookup' {
2983
2989
  } & Struct;
2984
2990
  readonly isAccountCredited: boolean;
2985
2991
  readonly asAccountCredited: {
2986
- readonly who: AccountId32;
2992
+ readonly who: PezspCoreCryptoAccountId32;
2987
2993
  readonly amount: u128;
2988
2994
  } & Struct;
2989
2995
  readonly type: 'OnDemandOrderPlaced' | 'SpotPriceSet' | 'AccountCredited';
@@ -2993,7 +2999,7 @@ declare module '@pezkuwi/types/lookup' {
2993
2999
  readonly isRegistered: boolean;
2994
3000
  readonly asRegistered: {
2995
3001
  readonly paraId: u32;
2996
- readonly manager: AccountId32;
3002
+ readonly manager: PezspCoreCryptoAccountId32;
2997
3003
  } & Struct;
2998
3004
  readonly isDeregistered: boolean;
2999
3005
  readonly asDeregistered: {
@@ -3002,7 +3008,7 @@ declare module '@pezkuwi/types/lookup' {
3002
3008
  readonly isReserved: boolean;
3003
3009
  readonly asReserved: {
3004
3010
  readonly paraId: u32;
3005
- readonly who: AccountId32;
3011
+ readonly who: PezspCoreCryptoAccountId32;
3006
3012
  } & Struct;
3007
3013
  readonly isSwapped: boolean;
3008
3014
  readonly asSwapped: {
@@ -3020,7 +3026,7 @@ declare module '@pezkuwi/types/lookup' {
3020
3026
  readonly isLeased: boolean;
3021
3027
  readonly asLeased: {
3022
3028
  readonly paraId: u32;
3023
- readonly leaser: AccountId32;
3029
+ readonly leaser: PezspCoreCryptoAccountId32;
3024
3030
  readonly periodBegin: u32;
3025
3031
  readonly periodCount: u32;
3026
3032
  readonly extraReserved: u128;
@@ -3042,24 +3048,24 @@ declare module '@pezkuwi/types/lookup' {
3042
3048
  } & Struct;
3043
3049
  readonly isReserved: boolean;
3044
3050
  readonly asReserved: {
3045
- readonly bidder: AccountId32;
3051
+ readonly bidder: PezspCoreCryptoAccountId32;
3046
3052
  readonly extraReserved: u128;
3047
3053
  readonly totalAmount: u128;
3048
3054
  } & Struct;
3049
3055
  readonly isUnreserved: boolean;
3050
3056
  readonly asUnreserved: {
3051
- readonly bidder: AccountId32;
3057
+ readonly bidder: PezspCoreCryptoAccountId32;
3052
3058
  readonly amount: u128;
3053
3059
  } & Struct;
3054
3060
  readonly isReserveConfiscated: boolean;
3055
3061
  readonly asReserveConfiscated: {
3056
3062
  readonly paraId: u32;
3057
- readonly leaser: AccountId32;
3063
+ readonly leaser: PezspCoreCryptoAccountId32;
3058
3064
  readonly amount: u128;
3059
3065
  } & Struct;
3060
3066
  readonly isBidAccepted: boolean;
3061
3067
  readonly asBidAccepted: {
3062
- readonly bidder: AccountId32;
3068
+ readonly bidder: PezspCoreCryptoAccountId32;
3063
3069
  readonly paraId: u32;
3064
3070
  readonly amount: u128;
3065
3071
  readonly firstSlot: u32;
@@ -3080,13 +3086,13 @@ declare module '@pezkuwi/types/lookup' {
3080
3086
  } & Struct;
3081
3087
  readonly isContributed: boolean;
3082
3088
  readonly asContributed: {
3083
- readonly who: AccountId32;
3089
+ readonly who: PezspCoreCryptoAccountId32;
3084
3090
  readonly fundIndex: u32;
3085
3091
  readonly amount: u128;
3086
3092
  } & Struct;
3087
3093
  readonly isWithdrew: boolean;
3088
3094
  readonly asWithdrew: {
3089
- readonly who: AccountId32;
3095
+ readonly who: PezspCoreCryptoAccountId32;
3090
3096
  readonly fundIndex: u32;
3091
3097
  readonly amount: u128;
3092
3098
  } & Struct;
@@ -3113,7 +3119,7 @@ declare module '@pezkuwi/types/lookup' {
3113
3119
  } & Struct;
3114
3120
  readonly isMemoUpdated: boolean;
3115
3121
  readonly asMemoUpdated: {
3116
- readonly who: AccountId32;
3122
+ readonly who: PezspCoreCryptoAccountId32;
3117
3123
  readonly paraId: u32;
3118
3124
  readonly memo: Bytes;
3119
3125
  } & Struct;
@@ -3381,8 +3387,8 @@ declare module '@pezkuwi/types/lookup' {
3381
3387
  } & Struct;
3382
3388
  readonly isManagerSet: boolean;
3383
3389
  readonly asManagerSet: {
3384
- readonly old: Option<AccountId32>;
3385
- readonly new_: Option<AccountId32>;
3390
+ readonly old: Option<PezspCoreCryptoAccountId32>;
3391
+ readonly new_: Option<PezspCoreCryptoAccountId32>;
3386
3392
  } & Struct;
3387
3393
  readonly isXcmSent: boolean;
3388
3394
  readonly asXcmSent: {
@@ -3394,12 +3400,12 @@ declare module '@pezkuwi/types/lookup' {
3394
3400
  readonly isStakingElectionsPaused: boolean;
3395
3401
  readonly isAccountsPreserved: boolean;
3396
3402
  readonly asAccountsPreserved: {
3397
- readonly accounts: Vec<AccountId32>;
3403
+ readonly accounts: Vec<PezspCoreCryptoAccountId32>;
3398
3404
  } & Struct;
3399
3405
  readonly isCancellerSet: boolean;
3400
3406
  readonly asCancellerSet: {
3401
- readonly old: Option<AccountId32>;
3402
- readonly new_: Option<AccountId32>;
3407
+ readonly old: Option<PezspCoreCryptoAccountId32>;
3408
+ readonly new_: Option<PezspCoreCryptoAccountId32>;
3403
3409
  } & Struct;
3404
3410
  readonly isMigrationPaused: boolean;
3405
3411
  readonly asMigrationPaused: {
@@ -3498,25 +3504,25 @@ declare module '@pezkuwi/types/lookup' {
3498
3504
  readonly type: 'InvalidEthereumSignature' | 'SignerHasNoClaim' | 'SenderHasNoClaim' | 'PotUnderflow' | 'InvalidStatement' | 'VestedBalanceExists';
3499
3505
  }
3500
3506
  /** @name PezframeElectionProviderSupportBoundedSupports (738) */
3501
- interface PezframeElectionProviderSupportBoundedSupports extends Vec<ITuple<[AccountId32, PezframeElectionProviderSupportBoundedSupport]>> {
3507
+ interface PezframeElectionProviderSupportBoundedSupports extends Vec<ITuple<[PezspCoreCryptoAccountId32, PezframeElectionProviderSupportBoundedSupport]>> {
3502
3508
  }
3503
3509
  /** @name PezframeElectionProviderSupportBoundedSupport (741) */
3504
3510
  interface PezframeElectionProviderSupportBoundedSupport extends Struct {
3505
3511
  readonly total: u128;
3506
- readonly voters: Vec<ITuple<[AccountId32, u128]>>;
3512
+ readonly voters: Vec<ITuple<[PezspCoreCryptoAccountId32, u128]>>;
3507
3513
  }
3508
3514
  /** @name PezpalletStakingAsyncRcClientSessionReport (783) */
3509
3515
  interface PezpalletStakingAsyncRcClientSessionReport extends Struct {
3510
3516
  readonly endIndex: u32;
3511
- readonly validatorPoints: Vec<ITuple<[AccountId32, u32]>>;
3517
+ readonly validatorPoints: Vec<ITuple<[PezspCoreCryptoAccountId32, u32]>>;
3512
3518
  readonly activationTimestamp: Option<ITuple<[u64, u32]>>;
3513
3519
  readonly leftover: bool;
3514
3520
  }
3515
3521
  /** @name PezpalletStakingAsyncRcClientOffence (787) */
3516
3522
  interface PezpalletStakingAsyncRcClientOffence extends Struct {
3517
- readonly offender: AccountId32;
3518
- readonly reporters: Vec<AccountId32>;
3519
- readonly slashFraction: Perbill;
3523
+ readonly offender: PezspCoreCryptoAccountId32;
3524
+ readonly reporters: Vec<PezspCoreCryptoAccountId32>;
3525
+ readonly slashFraction: u32;
3520
3526
  }
3521
3527
  /** @name PezpalletStakingAsyncAhClientError (789) */
3522
3528
  interface PezpalletStakingAsyncAhClientError extends Enum {
@@ -3907,7 +3913,7 @@ declare module '@pezkuwi/types/lookup' {
3907
3913
  }
3908
3914
  /** @name PezkuwiRuntimeCommonParasRegistrarParaInfo (887) */
3909
3915
  interface PezkuwiRuntimeCommonParasRegistrarParaInfo extends Struct {
3910
- readonly manager: AccountId32;
3916
+ readonly manager: PezspCoreCryptoAccountId32;
3911
3917
  readonly deposit: u128;
3912
3918
  readonly locked: Option<bool>;
3913
3919
  }
@@ -3948,7 +3954,7 @@ declare module '@pezkuwi/types/lookup' {
3948
3954
  }
3949
3955
  /** @name PezkuwiRuntimeCommonCrowdloanFundInfo (897) */
3950
3956
  interface PezkuwiRuntimeCommonCrowdloanFundInfo extends Struct {
3951
- readonly depositor: AccountId32;
3957
+ readonly depositor: PezspCoreCryptoAccountId32;
3952
3958
  readonly verifier: Option<PezspRuntimeMultiSigner>;
3953
3959
  readonly deposit: u128;
3954
3960
  readonly raised: u128;
@@ -4193,7 +4199,7 @@ declare module '@pezkuwi/types/lookup' {
4193
4199
  type PezkuwiRuntimeRuntime = Null;
4194
4200
  /** @name RelayCommonApisInflationInfo (958) */
4195
4201
  interface RelayCommonApisInflationInfo extends Struct {
4196
- readonly inflation: Perquintill;
4202
+ readonly inflation: u64;
4197
4203
  readonly nextMint: ITuple<[u128, u128]>;
4198
4204
  }
4199
4205
  /** @name PezkuwiPrimitivesV8GroupRotationInfo (981) */
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.packageInfo = void 0;
4
- exports.packageInfo = { name: '@pezkuwi/types-augment', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '16.5.22' };
4
+ exports.packageInfo = { name: '@pezkuwi/types-augment', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '16.5.25' };