@pezkuwi/types-augment 16.5.5 → 16.5.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (137) hide show
  1. package/LICENSE +201 -0
  2. package/augment.js +2 -0
  3. package/bundle.js +2 -0
  4. package/cjs/augment.d.ts +2 -0
  5. package/cjs/augment.js +4 -0
  6. package/cjs/bundle.d.ts +2 -0
  7. package/cjs/bundle.js +6 -0
  8. package/cjs/index.js +5 -0
  9. package/{build/lookup/assetHubKusama.d.ts → cjs/lookup/assetHubDicle.d.ts} +75 -75
  10. package/cjs/lookup/assetHubDicle.js +1164 -0
  11. package/{build/lookup/assetHubPolkadot.d.ts → cjs/lookup/assetHubPezkuwi.d.ts} +186 -186
  12. package/cjs/lookup/assetHubPezkuwi.js +2979 -0
  13. package/{build/lookup/substrate.d.ts → cjs/lookup/bizinikiwi.d.ts} +594 -594
  14. package/cjs/lookup/bizinikiwi.js +9673 -0
  15. package/cjs/lookup/definitions.js +15 -0
  16. package/{build/lookup/kusama.d.ts → cjs/lookup/dicle.d.ts} +29 -29
  17. package/cjs/lookup/dicle.js +738 -0
  18. package/cjs/lookup/index.js +5 -0
  19. package/{build/lookup/polkadot.d.ts → cjs/lookup/pezkuwi.d.ts} +199 -195
  20. package/cjs/lookup/pezkuwi.js +4768 -0
  21. package/cjs/lookup/types-assetHubDicle.d.ts +684 -0
  22. package/cjs/lookup/types-assetHubDicle.js +4 -0
  23. package/{build/lookup/types-assetHubPolkadot.d.ts → cjs/lookup/types-assetHubPezkuwi.d.ts} +623 -624
  24. package/cjs/lookup/types-assetHubPezkuwi.js +4 -0
  25. package/{build/lookup/types-substrate.d.ts → cjs/lookup/types-bizinikiwi.d.ts} +1815 -1816
  26. package/cjs/lookup/types-bizinikiwi.js +4 -0
  27. package/{build/lookup/types-kusama.d.ts → cjs/lookup/types-dicle.d.ts} +139 -139
  28. package/cjs/lookup/types-dicle.js +4 -0
  29. package/{build/lookup/types-polkadot.d.ts → cjs/lookup/types-pezkuwi.d.ts} +642 -641
  30. package/cjs/lookup/types-pezkuwi.js +4 -0
  31. package/cjs/lookup/types.d.ts +5 -0
  32. package/cjs/lookup/types.js +7 -0
  33. package/cjs/package.json +3 -0
  34. package/cjs/packageDetect.js +7 -0
  35. package/cjs/packageInfo.js +4 -0
  36. package/cjs/registry/assetHubDicle.d.ts +81 -0
  37. package/cjs/registry/assetHubDicle.js +4 -0
  38. package/cjs/registry/assetHubPezkuwi.d.ts +200 -0
  39. package/cjs/registry/assetHubPezkuwi.js +4 -0
  40. package/cjs/registry/bizinikiwi.d.ts +625 -0
  41. package/cjs/registry/bizinikiwi.js +4 -0
  42. package/cjs/registry/dicle.d.ts +35 -0
  43. package/cjs/registry/dicle.js +4 -0
  44. package/cjs/registry/index.js +3 -0
  45. package/{build → cjs}/registry/interfaces.d.ts +44 -44
  46. package/cjs/registry/interfaces.js +4 -0
  47. package/cjs/registry/pezkuwi.d.ts +279 -0
  48. package/cjs/registry/pezkuwi.js +4 -0
  49. package/index.d.ts +2 -0
  50. package/index.js +2 -0
  51. package/lookup/assetHubDicle.d.ts +1161 -0
  52. package/lookup/assetHubDicle.js +1162 -0
  53. package/lookup/assetHubPezkuwi.d.ts +2976 -0
  54. package/lookup/assetHubPezkuwi.js +2977 -0
  55. package/lookup/bizinikiwi.d.ts +9670 -0
  56. package/lookup/bizinikiwi.js +9671 -0
  57. package/lookup/definitions.d.ts +3 -0
  58. package/lookup/definitions.js +12 -0
  59. package/lookup/dicle.d.ts +735 -0
  60. package/lookup/dicle.js +736 -0
  61. package/lookup/index.d.ts +1 -0
  62. package/lookup/index.js +2 -0
  63. package/lookup/pezkuwi.d.ts +4765 -0
  64. package/lookup/pezkuwi.js +4766 -0
  65. package/lookup/types-assetHubDicle.d.ts +684 -0
  66. package/lookup/types-assetHubDicle.js +2 -0
  67. package/lookup/types-assetHubPezkuwi.d.ts +2511 -0
  68. package/lookup/types-assetHubPezkuwi.js +2 -0
  69. package/lookup/types-bizinikiwi.d.ts +9980 -0
  70. package/lookup/types-bizinikiwi.js +2 -0
  71. package/lookup/types-dicle.d.ts +364 -0
  72. package/lookup/types-dicle.js +2 -0
  73. package/lookup/types-pezkuwi.d.ts +4463 -0
  74. package/lookup/types-pezkuwi.js +2 -0
  75. package/lookup/types.d.ts +5 -0
  76. package/lookup/types.js +5 -0
  77. package/package.json +380 -6
  78. package/packageDetect.d.ts +1 -0
  79. package/{src/packageDetect.ts → packageDetect.js} +0 -8
  80. package/packageInfo.d.ts +6 -0
  81. package/packageInfo.js +1 -0
  82. package/registry/assetHubDicle.d.ts +81 -0
  83. package/registry/assetHubDicle.js +2 -0
  84. package/registry/assetHubPezkuwi.d.ts +200 -0
  85. package/registry/assetHubPezkuwi.js +2 -0
  86. package/registry/bizinikiwi.d.ts +625 -0
  87. package/registry/bizinikiwi.js +2 -0
  88. package/registry/dicle.d.ts +35 -0
  89. package/registry/dicle.js +2 -0
  90. package/registry/index.d.ts +1 -0
  91. package/registry/index.js +1 -0
  92. package/registry/interfaces.d.ts +1368 -0
  93. package/registry/interfaces.js +2 -0
  94. package/registry/pezkuwi.d.ts +279 -0
  95. package/registry/pezkuwi.js +2 -0
  96. package/build/lookup/types-assetHubKusama.d.ts +0 -684
  97. package/build/lookup/types.d.ts +0 -5
  98. package/build/registry/assetHubKusama.d.ts +0 -81
  99. package/build/registry/assetHubPolkadot.d.ts +0 -200
  100. package/build/registry/kusama.d.ts +0 -35
  101. package/build/registry/polkadot.d.ts +0 -278
  102. package/build/registry/substrate.d.ts +0 -625
  103. package/src/augment.ts +0 -5
  104. package/src/bundle.ts +0 -6
  105. package/src/index.ts +0 -6
  106. package/src/lookup/assetHubKusama.ts +0 -1165
  107. package/src/lookup/assetHubPolkadot.ts +0 -2980
  108. package/src/lookup/definitions.ts +0 -19
  109. package/src/lookup/index.ts +0 -4
  110. package/src/lookup/kusama.ts +0 -739
  111. package/src/lookup/polkadot.ts +0 -4765
  112. package/src/lookup/substrate.ts +0 -9674
  113. package/src/lookup/types-assetHubKusama.ts +0 -764
  114. package/src/lookup/types-assetHubPolkadot.ts +0 -2711
  115. package/src/lookup/types-kusama.ts +0 -399
  116. package/src/lookup/types-polkadot.ts +0 -4721
  117. package/src/lookup/types-substrate.ts +0 -10590
  118. package/src/lookup/types.ts +0 -8
  119. package/src/mod.ts +0 -4
  120. package/src/packageInfo.ts +0 -6
  121. package/src/registry/assetHubKusama.ts +0 -88
  122. package/src/registry/assetHubPolkadot.ts +0 -207
  123. package/src/registry/index.ts +0 -4
  124. package/src/registry/interfaces.ts +0 -1375
  125. package/src/registry/kusama.ts +0 -42
  126. package/src/registry/polkadot.ts +0 -285
  127. package/src/registry/substrate.ts +0 -632
  128. package/tsconfig.build.json +0 -15
  129. package/tsconfig.build.tsbuildinfo +0 -1
  130. /package/{build/augment.d.ts → augment.d.ts} +0 -0
  131. /package/{build/bundle.d.ts → bundle.d.ts} +0 -0
  132. /package/{build → cjs}/index.d.ts +0 -0
  133. /package/{build → cjs}/lookup/definitions.d.ts +0 -0
  134. /package/{build → cjs}/lookup/index.d.ts +0 -0
  135. /package/{build → cjs}/packageDetect.d.ts +0 -0
  136. /package/{build → cjs}/packageInfo.d.ts +0 -0
  137. /package/{build → cjs}/registry/index.d.ts +0 -0
@@ -1,18 +1,16 @@
1
- import '@polkadot/types/lookup';
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 { EthereumAddress } from '@pezkuwi/types/interfaces/eth';
5
- import type { AccountId32, Call, H256, PerU16, Perbill, Perquintill } from '@pezkuwi/types/interfaces/runtime';
6
- import type { Event } from '@pezkuwi/types/interfaces/system';
7
- declare module '@polkadot/types/lookup' {
8
- /** @name PalletBalancesUnexpectedKind (41) */
9
- interface PalletBalancesUnexpectedKind extends Enum {
4
+ import type { AccountId32, H256, PerU16, Perbill, Perquintill, RuntimeCall, RuntimeEvent } from '@pezkuwi/types/interfaces/runtime';
5
+ declare module '@pezkuwi/types/lookup' {
6
+ /** @name PezpalletBalancesUnexpectedKind (41) */
7
+ interface PezpalletBalancesUnexpectedKind extends Enum {
10
8
  readonly isBalanceUpdated: boolean;
11
9
  readonly isFailedToMutateAccount: boolean;
12
10
  readonly type: 'BalanceUpdated' | 'FailedToMutateAccount';
13
11
  }
14
- /** @name PalletSessionHistoricalPalletEvent (52) */
15
- interface PalletSessionHistoricalPalletEvent extends Enum {
12
+ /** @name PezpalletSessionHistoricalPezpalletEvent (52) */
13
+ interface PezpalletSessionHistoricalPezpalletEvent extends Enum {
16
14
  readonly isRootStored: boolean;
17
15
  readonly asRootStored: {
18
16
  readonly index: u32;
@@ -23,8 +21,8 @@ declare module '@polkadot/types/lookup' {
23
21
  } & Struct;
24
22
  readonly type: 'RootStored' | 'RootsPruned';
25
23
  }
26
- /** @name PolkadotRuntimeCommonImplsVersionedLocatableAsset (59) */
27
- interface PolkadotRuntimeCommonImplsVersionedLocatableAsset extends Enum {
24
+ /** @name PezkuwiRuntimeCommonImplsVersionedLocatableAsset (59) */
25
+ interface PezkuwiRuntimeCommonImplsVersionedLocatableAsset extends Enum {
28
26
  readonly isV3: boolean;
29
27
  readonly asV3: {
30
28
  readonly location: StagingXcmV3MultiLocation;
@@ -364,35 +362,35 @@ declare module '@polkadot/types/lookup' {
364
362
  readonly asV5: StagingXcmV5Location;
365
363
  readonly type: 'V3' | 'V4' | 'V5';
366
364
  }
367
- /** @name PolkadotRuntimeSessionKeys (147) */
368
- interface PolkadotRuntimeSessionKeys extends Struct {
369
- readonly grandpa: SpConsensusGrandpaAppPublic;
370
- readonly babe: SpConsensusBabeAppPublic;
371
- readonly paraValidator: PolkadotPrimitivesV8ValidatorAppPublic;
372
- readonly paraAssignment: PolkadotPrimitivesV8AssignmentAppPublic;
373
- readonly authorityDiscovery: SpAuthorityDiscoveryAppPublic;
374
- readonly beefy: SpConsensusBeefyEcdsaCryptoPublic;
365
+ /** @name PezkuwiRuntimeSessionKeys (147) */
366
+ interface PezkuwiRuntimeSessionKeys extends Struct {
367
+ readonly grandpa: PezspConsensusGrandpaAppPublic;
368
+ readonly babe: PezspConsensusBabeAppPublic;
369
+ readonly paraValidator: PezkuwiPrimitivesV8ValidatorAppPublic;
370
+ readonly paraAssignment: PezkuwiPrimitivesV8AssignmentAppPublic;
371
+ readonly authorityDiscovery: PezspAuthorityDiscoveryAppPublic;
372
+ readonly beefy: PezspConsensusBeefyEcdsaCryptoPublic;
375
373
  }
376
- /** @name PolkadotPrimitivesV8ValidatorAppPublic (148) */
377
- interface PolkadotPrimitivesV8ValidatorAppPublic extends U8aFixed {
374
+ /** @name PezkuwiPrimitivesV8ValidatorAppPublic (148) */
375
+ interface PezkuwiPrimitivesV8ValidatorAppPublic extends U8aFixed {
378
376
  }
379
- /** @name PolkadotPrimitivesV8AssignmentAppPublic (149) */
380
- interface PolkadotPrimitivesV8AssignmentAppPublic extends U8aFixed {
377
+ /** @name PezkuwiPrimitivesV8AssignmentAppPublic (149) */
378
+ interface PezkuwiPrimitivesV8AssignmentAppPublic extends U8aFixed {
381
379
  }
382
- /** @name PolkadotRuntimeOriginCaller (169) */
383
- interface PolkadotRuntimeOriginCaller extends Enum {
380
+ /** @name PezkuwiRuntimeOriginCaller (169) */
381
+ interface PezkuwiRuntimeOriginCaller extends Enum {
384
382
  readonly isSystem: boolean;
385
- readonly asSystem: FrameSupportDispatchRawOrigin;
383
+ readonly asSystem: PezframeSupportDispatchRawOrigin;
386
384
  readonly isOrigins: boolean;
387
- readonly asOrigins: PolkadotRuntimeGovernanceOriginsPalletCustomOriginsOrigin;
385
+ readonly asOrigins: PezkuwiRuntimeGovernanceOriginsPezpalletCustomOriginsOrigin;
388
386
  readonly isParachainsOrigin: boolean;
389
- readonly asParachainsOrigin: PolkadotRuntimeParachainsOriginPalletOrigin;
387
+ readonly asParachainsOrigin: PezkuwiRuntimeTeyrchainsOriginPezpalletOrigin;
390
388
  readonly isXcmPallet: boolean;
391
- readonly asXcmPallet: PalletXcmOrigin;
389
+ readonly asXcmPallet: PezpalletXcmOrigin;
392
390
  readonly type: 'System' | 'Origins' | 'ParachainsOrigin' | 'XcmPallet';
393
391
  }
394
- /** @name PolkadotRuntimeGovernanceOriginsPalletCustomOriginsOrigin (171) */
395
- interface PolkadotRuntimeGovernanceOriginsPalletCustomOriginsOrigin extends Enum {
392
+ /** @name PezkuwiRuntimeGovernanceOriginsPezpalletCustomOriginsOrigin (171) */
393
+ interface PezkuwiRuntimeGovernanceOriginsPezpalletCustomOriginsOrigin extends Enum {
396
394
  readonly isStakingAdmin: boolean;
397
395
  readonly isTreasurer: boolean;
398
396
  readonly isFellowshipAdmin: boolean;
@@ -410,38 +408,38 @@ declare module '@polkadot/types/lookup' {
410
408
  readonly isWishForChange: boolean;
411
409
  readonly type: 'StakingAdmin' | 'Treasurer' | 'FellowshipAdmin' | 'GeneralAdmin' | 'AuctionAdmin' | 'LeaseAdmin' | 'ReferendumCanceller' | 'ReferendumKiller' | 'SmallTipper' | 'BigTipper' | 'SmallSpender' | 'MediumSpender' | 'BigSpender' | 'WhitelistedCaller' | 'WishForChange';
412
410
  }
413
- /** @name PolkadotRuntimeParachainsOriginPalletOrigin (172) */
414
- interface PolkadotRuntimeParachainsOriginPalletOrigin extends Enum {
411
+ /** @name PezkuwiRuntimeTeyrchainsOriginPezpalletOrigin (172) */
412
+ interface PezkuwiRuntimeTeyrchainsOriginPezpalletOrigin extends Enum {
415
413
  readonly isParachain: boolean;
416
414
  readonly asParachain: u32;
417
415
  readonly type: 'Parachain';
418
416
  }
419
- /** @name PalletXcmOrigin (174) */
420
- interface PalletXcmOrigin extends Enum {
417
+ /** @name PezpalletXcmOrigin (174) */
418
+ interface PezpalletXcmOrigin extends Enum {
421
419
  readonly isXcm: boolean;
422
420
  readonly asXcm: StagingXcmV5Location;
423
421
  readonly isResponse: boolean;
424
422
  readonly asResponse: StagingXcmV5Location;
425
423
  readonly type: 'Xcm' | 'Response';
426
424
  }
427
- /** @name PolkadotRuntimeCommonClaimsPalletCall (178) */
428
- interface PolkadotRuntimeCommonClaimsPalletCall extends Enum {
425
+ /** @name PezkuwiRuntimeCommonClaimsPezpalletCall (178) */
426
+ interface PezkuwiRuntimeCommonClaimsPezpalletCall extends Enum {
429
427
  readonly isClaim: boolean;
430
428
  readonly asClaim: {
431
429
  readonly dest: AccountId32;
432
- readonly ethereumSignature: PolkadotRuntimeCommonClaimsEcdsaSignature;
430
+ readonly ethereumSignature: PezkuwiRuntimeCommonClaimsEcdsaSignature;
433
431
  } & Struct;
434
432
  readonly isMintClaim: boolean;
435
433
  readonly asMintClaim: {
436
- readonly who: EthereumAddress;
434
+ readonly who: PezkuwiRuntimeCommonClaimsEthereumAddress;
437
435
  readonly value: u128;
438
436
  readonly vestingSchedule: Option<ITuple<[u128, u128, u32]>>;
439
- readonly statement: Option<PolkadotRuntimeCommonClaimsStatementKind>;
437
+ readonly statement: Option<PezkuwiRuntimeCommonClaimsStatementKind>;
440
438
  } & Struct;
441
439
  readonly isClaimAttest: boolean;
442
440
  readonly asClaimAttest: {
443
441
  readonly dest: AccountId32;
444
- readonly ethereumSignature: PolkadotRuntimeCommonClaimsEcdsaSignature;
442
+ readonly ethereumSignature: PezkuwiRuntimeCommonClaimsEcdsaSignature;
445
443
  readonly statement: Bytes;
446
444
  } & Struct;
447
445
  readonly isAttest: boolean;
@@ -450,23 +448,26 @@ declare module '@polkadot/types/lookup' {
450
448
  } & Struct;
451
449
  readonly isMoveClaim: boolean;
452
450
  readonly asMoveClaim: {
453
- readonly old: EthereumAddress;
454
- readonly new_: EthereumAddress;
451
+ readonly old: PezkuwiRuntimeCommonClaimsEthereumAddress;
452
+ readonly new_: PezkuwiRuntimeCommonClaimsEthereumAddress;
455
453
  readonly maybePreclaim: Option<AccountId32>;
456
454
  } & Struct;
457
455
  readonly type: 'Claim' | 'MintClaim' | 'ClaimAttest' | 'Attest' | 'MoveClaim';
458
456
  }
459
- /** @name PolkadotRuntimeCommonClaimsEcdsaSignature (179) */
460
- interface PolkadotRuntimeCommonClaimsEcdsaSignature extends U8aFixed {
457
+ /** @name PezkuwiRuntimeCommonClaimsEcdsaSignature (179) */
458
+ interface PezkuwiRuntimeCommonClaimsEcdsaSignature extends U8aFixed {
461
459
  }
462
- /** @name PolkadotRuntimeCommonClaimsStatementKind (185) */
463
- interface PolkadotRuntimeCommonClaimsStatementKind extends Enum {
460
+ /** @name PezkuwiRuntimeCommonClaimsEthereumAddress (181) */
461
+ interface PezkuwiRuntimeCommonClaimsEthereumAddress extends U8aFixed {
462
+ }
463
+ /** @name PezkuwiRuntimeCommonClaimsStatementKind (185) */
464
+ interface PezkuwiRuntimeCommonClaimsStatementKind extends Enum {
464
465
  readonly isRegular: boolean;
465
466
  readonly isSaft: boolean;
466
467
  readonly type: 'Regular' | 'Saft';
467
468
  }
468
- /** @name PolkadotRuntimeConstantsProxyProxyType (192) */
469
- interface PolkadotRuntimeConstantsProxyProxyType extends Enum {
469
+ /** @name PezkuwiRuntimeConstantsProxyProxyType (192) */
470
+ interface PezkuwiRuntimeConstantsProxyProxyType extends Enum {
470
471
  readonly isAny: boolean;
471
472
  readonly isNonTransfer: boolean;
472
473
  readonly isGovernance: boolean;
@@ -477,8 +478,8 @@ declare module '@polkadot/types/lookup' {
477
478
  readonly isParaRegistration: boolean;
478
479
  readonly type: 'Any' | 'NonTransfer' | 'Governance' | 'Staking' | 'CancelProxy' | 'Auction' | 'NominationPools' | 'ParaRegistration';
479
480
  }
480
- /** @name PolkadotRuntimeNposCompactSolution16 (200) */
481
- interface PolkadotRuntimeNposCompactSolution16 extends Struct {
481
+ /** @name PezkuwiRuntimeNposCompactSolution16 (200) */
482
+ interface PezkuwiRuntimeNposCompactSolution16 extends Struct {
482
483
  readonly votes1: Vec<ITuple<[Compact<u32>, Compact<u16>]>>;
483
484
  readonly votes2: Vec<ITuple<[Compact<u32>, ITuple<[Compact<u16>, Compact<PerU16>]>, Compact<u16>]>>;
484
485
  readonly votes3: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
@@ -496,35 +497,35 @@ declare module '@polkadot/types/lookup' {
496
497
  readonly votes15: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
497
498
  readonly votes16: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
498
499
  }
499
- /** @name PalletStakingAsyncAhClientCall (274) */
500
- interface PalletStakingAsyncAhClientCall extends Enum {
500
+ /** @name PezpalletStakingAsyncAhClientCall (274) */
501
+ interface PezpalletStakingAsyncAhClientCall extends Enum {
501
502
  readonly isValidatorSet: boolean;
502
503
  readonly asValidatorSet: {
503
- readonly report: PalletStakingAsyncRcClientValidatorSetReport;
504
+ readonly report: PezpalletStakingAsyncRcClientValidatorSetReport;
504
505
  } & Struct;
505
506
  readonly isSetMode: boolean;
506
507
  readonly asSetMode: {
507
- readonly mode: PalletStakingAsyncAhClientOperatingMode;
508
+ readonly mode: PezpalletStakingAsyncAhClientOperatingMode;
508
509
  } & Struct;
509
510
  readonly isForceOnMigrationEnd: boolean;
510
511
  readonly type: 'ValidatorSet' | 'SetMode' | 'ForceOnMigrationEnd';
511
512
  }
512
- /** @name PalletStakingAsyncRcClientValidatorSetReport (275) */
513
- interface PalletStakingAsyncRcClientValidatorSetReport extends Struct {
513
+ /** @name PezpalletStakingAsyncRcClientValidatorSetReport (275) */
514
+ interface PezpalletStakingAsyncRcClientValidatorSetReport extends Struct {
514
515
  readonly newValidatorSet: Vec<AccountId32>;
515
516
  readonly id: u32;
516
517
  readonly pruneUpTo: Option<u32>;
517
518
  readonly leftover: bool;
518
519
  }
519
- /** @name PalletStakingAsyncAhClientOperatingMode (276) */
520
- interface PalletStakingAsyncAhClientOperatingMode extends Enum {
520
+ /** @name PezpalletStakingAsyncAhClientOperatingMode (276) */
521
+ interface PezpalletStakingAsyncAhClientOperatingMode extends Enum {
521
522
  readonly isPassive: boolean;
522
523
  readonly isBuffered: boolean;
523
524
  readonly isActive: boolean;
524
525
  readonly type: 'Passive' | 'Buffered' | 'Active';
525
526
  }
526
- /** @name PolkadotRuntimeParachainsConfigurationPalletCall (277) */
527
- interface PolkadotRuntimeParachainsConfigurationPalletCall extends Enum {
527
+ /** @name PezkuwiRuntimeTeyrchainsConfigurationPezpalletCall (277) */
528
+ interface PezkuwiRuntimeTeyrchainsConfigurationPezpalletCall extends Enum {
528
529
  readonly isSetValidationUpgradeCooldown: boolean;
529
530
  readonly asSetValidationUpgradeCooldown: {
530
531
  readonly new_: u32;
@@ -671,11 +672,11 @@ declare module '@polkadot/types/lookup' {
671
672
  } & Struct;
672
673
  readonly isSetAsyncBackingParams: boolean;
673
674
  readonly asSetAsyncBackingParams: {
674
- readonly new_: PolkadotPrimitivesV8AsyncBackingAsyncBackingParams;
675
+ readonly new_: PezkuwiPrimitivesV8AsyncBackingAsyncBackingParams;
675
676
  } & Struct;
676
677
  readonly isSetExecutorParams: boolean;
677
678
  readonly asSetExecutorParams: {
678
- readonly new_: PolkadotPrimitivesV8ExecutorParams;
679
+ readonly new_: PezkuwiPrimitivesV8ExecutorParams;
679
680
  } & Struct;
680
681
  readonly isSetOnDemandBaseFee: boolean;
681
682
  readonly asSetOnDemandBaseFee: {
@@ -704,24 +705,24 @@ declare module '@polkadot/types/lookup' {
704
705
  } & Struct;
705
706
  readonly isSetApprovalVotingParams: boolean;
706
707
  readonly asSetApprovalVotingParams: {
707
- readonly new_: PolkadotPrimitivesV8ApprovalVotingParams;
708
+ readonly new_: PezkuwiPrimitivesV8ApprovalVotingParams;
708
709
  } & Struct;
709
710
  readonly isSetSchedulerParams: boolean;
710
711
  readonly asSetSchedulerParams: {
711
- readonly new_: PolkadotPrimitivesV8SchedulerParams;
712
+ readonly new_: PezkuwiPrimitivesV8SchedulerParams;
712
713
  } & Struct;
713
714
  readonly type: 'SetValidationUpgradeCooldown' | 'SetValidationUpgradeDelay' | 'SetCodeRetentionPeriod' | 'SetMaxCodeSize' | 'SetMaxPovSize' | 'SetMaxHeadDataSize' | 'SetCoretimeCores' | 'SetGroupRotationFrequency' | 'SetParasAvailabilityPeriod' | 'SetSchedulingLookahead' | 'SetMaxValidatorsPerCore' | 'SetMaxValidators' | 'SetDisputePeriod' | 'SetDisputePostConclusionAcceptancePeriod' | 'SetNoShowSlots' | 'SetNDelayTranches' | 'SetZerothDelayTrancheWidth' | 'SetNeededApprovals' | 'SetRelayVrfModuloSamples' | 'SetMaxUpwardQueueCount' | 'SetMaxUpwardQueueSize' | 'SetMaxDownwardMessageSize' | 'SetMaxUpwardMessageSize' | 'SetMaxUpwardMessageNumPerCandidate' | 'SetHrmpOpenRequestTtl' | 'SetHrmpSenderDeposit' | 'SetHrmpRecipientDeposit' | 'SetHrmpChannelMaxCapacity' | 'SetHrmpChannelMaxTotalSize' | 'SetHrmpMaxParachainInboundChannels' | 'SetHrmpChannelMaxMessageSize' | 'SetHrmpMaxParachainOutboundChannels' | 'SetHrmpMaxMessageNumPerCandidate' | 'SetPvfVotingTtl' | 'SetMinimumValidationUpgradeDelay' | 'SetBypassConsistencyCheck' | 'SetAsyncBackingParams' | 'SetExecutorParams' | 'SetOnDemandBaseFee' | 'SetOnDemandFeeVariability' | 'SetOnDemandQueueMaxSize' | 'SetOnDemandTargetQueueUtilization' | 'SetMinimumBackingVotes' | 'SetNodeFeature' | 'SetApprovalVotingParams' | 'SetSchedulerParams';
714
715
  }
715
- /** @name PolkadotPrimitivesV8AsyncBackingAsyncBackingParams (278) */
716
- interface PolkadotPrimitivesV8AsyncBackingAsyncBackingParams extends Struct {
716
+ /** @name PezkuwiPrimitivesV8AsyncBackingAsyncBackingParams (278) */
717
+ interface PezkuwiPrimitivesV8AsyncBackingAsyncBackingParams extends Struct {
717
718
  readonly maxCandidateDepth: u32;
718
719
  readonly allowedAncestryLen: u32;
719
720
  }
720
- /** @name PolkadotPrimitivesV8ExecutorParams (279) */
721
- interface PolkadotPrimitivesV8ExecutorParams extends Vec<PolkadotPrimitivesV8ExecutorParamsExecutorParam> {
721
+ /** @name PezkuwiPrimitivesV8ExecutorParams (279) */
722
+ interface PezkuwiPrimitivesV8ExecutorParams extends Vec<PezkuwiPrimitivesV8ExecutorParamsExecutorParam> {
722
723
  }
723
- /** @name PolkadotPrimitivesV8ExecutorParamsExecutorParam (281) */
724
- interface PolkadotPrimitivesV8ExecutorParamsExecutorParam extends Enum {
724
+ /** @name PezkuwiPrimitivesV8ExecutorParamsExecutorParam (281) */
725
+ interface PezkuwiPrimitivesV8ExecutorParamsExecutorParam extends Enum {
725
726
  readonly isMaxMemoryPages: boolean;
726
727
  readonly asMaxMemoryPages: u32;
727
728
  readonly isStackLogicalMax: boolean;
@@ -731,30 +732,30 @@ declare module '@polkadot/types/lookup' {
731
732
  readonly isPrecheckingMaxMemory: boolean;
732
733
  readonly asPrecheckingMaxMemory: u64;
733
734
  readonly isPvfPrepTimeout: boolean;
734
- readonly asPvfPrepTimeout: ITuple<[PolkadotPrimitivesV8PvfPrepKind, u64]>;
735
+ readonly asPvfPrepTimeout: ITuple<[PezkuwiPrimitivesV8PvfPrepKind, u64]>;
735
736
  readonly isPvfExecTimeout: boolean;
736
- readonly asPvfExecTimeout: ITuple<[PolkadotPrimitivesV8PvfExecKind, u64]>;
737
+ readonly asPvfExecTimeout: ITuple<[PezkuwiPrimitivesV8PvfExecKind, u64]>;
737
738
  readonly isWasmExtBulkMemory: boolean;
738
739
  readonly type: 'MaxMemoryPages' | 'StackLogicalMax' | 'StackNativeMax' | 'PrecheckingMaxMemory' | 'PvfPrepTimeout' | 'PvfExecTimeout' | 'WasmExtBulkMemory';
739
740
  }
740
- /** @name PolkadotPrimitivesV8PvfPrepKind (282) */
741
- interface PolkadotPrimitivesV8PvfPrepKind extends Enum {
741
+ /** @name PezkuwiPrimitivesV8PvfPrepKind (282) */
742
+ interface PezkuwiPrimitivesV8PvfPrepKind extends Enum {
742
743
  readonly isPrecheck: boolean;
743
744
  readonly isPrepare: boolean;
744
745
  readonly type: 'Precheck' | 'Prepare';
745
746
  }
746
- /** @name PolkadotPrimitivesV8PvfExecKind (283) */
747
- interface PolkadotPrimitivesV8PvfExecKind extends Enum {
747
+ /** @name PezkuwiPrimitivesV8PvfExecKind (283) */
748
+ interface PezkuwiPrimitivesV8PvfExecKind extends Enum {
748
749
  readonly isBacking: boolean;
749
750
  readonly isApproval: boolean;
750
751
  readonly type: 'Backing' | 'Approval';
751
752
  }
752
- /** @name PolkadotPrimitivesV8ApprovalVotingParams (284) */
753
- interface PolkadotPrimitivesV8ApprovalVotingParams extends Struct {
753
+ /** @name PezkuwiPrimitivesV8ApprovalVotingParams (284) */
754
+ interface PezkuwiPrimitivesV8ApprovalVotingParams extends Struct {
754
755
  readonly maxApprovalCoalesceCount: u32;
755
756
  }
756
- /** @name PolkadotPrimitivesV8SchedulerParams (285) */
757
- interface PolkadotPrimitivesV8SchedulerParams extends Struct {
757
+ /** @name PezkuwiPrimitivesV8SchedulerParams (285) */
758
+ interface PezkuwiPrimitivesV8SchedulerParams extends Struct {
758
759
  readonly groupRotationFrequency: u32;
759
760
  readonly parasAvailabilityPeriod: u32;
760
761
  readonly maxValidatorsPerCore: Option<u32>;
@@ -767,49 +768,49 @@ declare module '@polkadot/types/lookup' {
767
768
  readonly onDemandBaseFee: u128;
768
769
  readonly ttl: u32;
769
770
  }
770
- /** @name PolkadotRuntimeParachainsSharedPalletCall (286) */
771
- type PolkadotRuntimeParachainsSharedPalletCall = Null;
772
- /** @name PolkadotRuntimeParachainsInclusionPalletCall (287) */
773
- type PolkadotRuntimeParachainsInclusionPalletCall = Null;
774
- /** @name PolkadotRuntimeParachainsParasInherentPalletCall (288) */
775
- interface PolkadotRuntimeParachainsParasInherentPalletCall extends Enum {
771
+ /** @name PezkuwiRuntimeTeyrchainsSharedPezpalletCall (286) */
772
+ type PezkuwiRuntimeTeyrchainsSharedPezpalletCall = Null;
773
+ /** @name PezkuwiRuntimeTeyrchainsInclusionPezpalletCall (287) */
774
+ type PezkuwiRuntimeTeyrchainsInclusionPezpalletCall = Null;
775
+ /** @name PezkuwiRuntimeTeyrchainsParasInherentPezpalletCall (288) */
776
+ interface PezkuwiRuntimeTeyrchainsParasInherentPezpalletCall extends Enum {
776
777
  readonly isEnter: boolean;
777
778
  readonly asEnter: {
778
- readonly data: PolkadotPrimitivesVstagingInherentData;
779
+ readonly data: PezkuwiPrimitivesVstagingInherentData;
779
780
  } & Struct;
780
781
  readonly type: 'Enter';
781
782
  }
782
- /** @name PolkadotPrimitivesVstagingInherentData (289) */
783
- interface PolkadotPrimitivesVstagingInherentData extends Struct {
784
- readonly bitfields: Vec<PolkadotPrimitivesV8SignedUncheckedSigned>;
785
- readonly backedCandidates: Vec<PolkadotPrimitivesVstagingBackedCandidate>;
786
- readonly disputes: Vec<PolkadotPrimitivesV8DisputeStatementSet>;
787
- readonly parentHeader: SpRuntimeHeader;
783
+ /** @name PezkuwiPrimitivesVstagingInherentData (289) */
784
+ interface PezkuwiPrimitivesVstagingInherentData extends Struct {
785
+ readonly bitfields: Vec<PezkuwiPrimitivesV8SignedUncheckedSigned>;
786
+ readonly backedCandidates: Vec<PezkuwiPrimitivesVstagingBackedCandidate>;
787
+ readonly disputes: Vec<PezkuwiPrimitivesV8DisputeStatementSet>;
788
+ readonly parentHeader: PezspRuntimeHeader;
788
789
  }
789
- /** @name PolkadotPrimitivesV8SignedUncheckedSigned (291) */
790
- interface PolkadotPrimitivesV8SignedUncheckedSigned extends Struct {
790
+ /** @name PezkuwiPrimitivesV8SignedUncheckedSigned (291) */
791
+ interface PezkuwiPrimitivesV8SignedUncheckedSigned extends Struct {
791
792
  readonly payload: BitVec;
792
793
  readonly validatorIndex: u32;
793
- readonly signature: PolkadotPrimitivesV8ValidatorAppSignature;
794
+ readonly signature: PezkuwiPrimitivesV8ValidatorAppSignature;
794
795
  }
795
796
  /** @name BitvecOrderLsb0 (294) */
796
797
  type BitvecOrderLsb0 = Null;
797
- /** @name PolkadotPrimitivesV8ValidatorAppSignature (296) */
798
- interface PolkadotPrimitivesV8ValidatorAppSignature extends U8aFixed {
798
+ /** @name PezkuwiPrimitivesV8ValidatorAppSignature (296) */
799
+ interface PezkuwiPrimitivesV8ValidatorAppSignature extends U8aFixed {
799
800
  }
800
- /** @name PolkadotPrimitivesVstagingBackedCandidate (298) */
801
- interface PolkadotPrimitivesVstagingBackedCandidate extends Struct {
802
- readonly candidate: PolkadotPrimitivesVstagingCommittedCandidateReceiptV2;
803
- readonly validityVotes: Vec<PolkadotPrimitivesV8ValidityAttestation>;
801
+ /** @name PezkuwiPrimitivesVstagingBackedCandidate (298) */
802
+ interface PezkuwiPrimitivesVstagingBackedCandidate extends Struct {
803
+ readonly candidate: PezkuwiPrimitivesVstagingCommittedCandidateReceiptV2;
804
+ readonly validityVotes: Vec<PezkuwiPrimitivesV8ValidityAttestation>;
804
805
  readonly validatorIndices: BitVec;
805
806
  }
806
- /** @name PolkadotPrimitivesVstagingCommittedCandidateReceiptV2 (299) */
807
- interface PolkadotPrimitivesVstagingCommittedCandidateReceiptV2 extends Struct {
808
- readonly descriptor: PolkadotPrimitivesVstagingCandidateDescriptorV2;
809
- readonly commitments: PolkadotPrimitivesV8CandidateCommitments;
807
+ /** @name PezkuwiPrimitivesVstagingCommittedCandidateReceiptV2 (299) */
808
+ interface PezkuwiPrimitivesVstagingCommittedCandidateReceiptV2 extends Struct {
809
+ readonly descriptor: PezkuwiPrimitivesVstagingCandidateDescriptorV2;
810
+ readonly commitments: PezkuwiPrimitivesV8CandidateCommitments;
810
811
  }
811
- /** @name PolkadotPrimitivesVstagingCandidateDescriptorV2 (300) */
812
- interface PolkadotPrimitivesVstagingCandidateDescriptorV2 extends Struct {
812
+ /** @name PezkuwiPrimitivesVstagingCandidateDescriptorV2 (300) */
813
+ interface PezkuwiPrimitivesVstagingCandidateDescriptorV2 extends Struct {
813
814
  readonly paraId: u32;
814
815
  readonly relayParent: H256;
815
816
  readonly version: u8;
@@ -823,44 +824,44 @@ declare module '@polkadot/types/lookup' {
823
824
  readonly paraHead: H256;
824
825
  readonly validationCodeHash: H256;
825
826
  }
826
- /** @name PolkadotPrimitivesV8CandidateCommitments (304) */
827
- interface PolkadotPrimitivesV8CandidateCommitments extends Struct {
827
+ /** @name PezkuwiPrimitivesV8CandidateCommitments (304) */
828
+ interface PezkuwiPrimitivesV8CandidateCommitments extends Struct {
828
829
  readonly upwardMessages: Vec<Bytes>;
829
- readonly horizontalMessages: Vec<PolkadotCorePrimitivesOutboundHrmpMessage>;
830
+ readonly horizontalMessages: Vec<PezkuwiCorePrimitivesOutboundHrmpMessage>;
830
831
  readonly newValidationCode: Option<Bytes>;
831
832
  readonly headData: Bytes;
832
833
  readonly processedDownwardMessages: u32;
833
834
  readonly hrmpWatermark: u32;
834
835
  }
835
- /** @name PolkadotCorePrimitivesOutboundHrmpMessage (307) */
836
- interface PolkadotCorePrimitivesOutboundHrmpMessage extends Struct {
836
+ /** @name PezkuwiCorePrimitivesOutboundHrmpMessage (307) */
837
+ interface PezkuwiCorePrimitivesOutboundHrmpMessage extends Struct {
837
838
  readonly recipient: u32;
838
839
  readonly data: Bytes;
839
840
  }
840
- /** @name PolkadotPrimitivesV8ValidityAttestation (313) */
841
- interface PolkadotPrimitivesV8ValidityAttestation extends Enum {
841
+ /** @name PezkuwiPrimitivesV8ValidityAttestation (313) */
842
+ interface PezkuwiPrimitivesV8ValidityAttestation extends Enum {
842
843
  readonly isImplicit: boolean;
843
- readonly asImplicit: PolkadotPrimitivesV8ValidatorAppSignature;
844
+ readonly asImplicit: PezkuwiPrimitivesV8ValidatorAppSignature;
844
845
  readonly isExplicit: boolean;
845
- readonly asExplicit: PolkadotPrimitivesV8ValidatorAppSignature;
846
+ readonly asExplicit: PezkuwiPrimitivesV8ValidatorAppSignature;
846
847
  readonly type: 'Implicit' | 'Explicit';
847
848
  }
848
- /** @name PolkadotPrimitivesV8DisputeStatementSet (315) */
849
- interface PolkadotPrimitivesV8DisputeStatementSet extends Struct {
849
+ /** @name PezkuwiPrimitivesV8DisputeStatementSet (315) */
850
+ interface PezkuwiPrimitivesV8DisputeStatementSet extends Struct {
850
851
  readonly candidateHash: H256;
851
852
  readonly session: u32;
852
- readonly statements: Vec<ITuple<[PolkadotPrimitivesV8DisputeStatement, u32, PolkadotPrimitivesV8ValidatorAppSignature]>>;
853
+ readonly statements: Vec<ITuple<[PezkuwiPrimitivesV8DisputeStatement, u32, PezkuwiPrimitivesV8ValidatorAppSignature]>>;
853
854
  }
854
- /** @name PolkadotPrimitivesV8DisputeStatement (319) */
855
- interface PolkadotPrimitivesV8DisputeStatement extends Enum {
855
+ /** @name PezkuwiPrimitivesV8DisputeStatement (319) */
856
+ interface PezkuwiPrimitivesV8DisputeStatement extends Enum {
856
857
  readonly isValid: boolean;
857
- readonly asValid: PolkadotPrimitivesV8ValidDisputeStatementKind;
858
+ readonly asValid: PezkuwiPrimitivesV8ValidDisputeStatementKind;
858
859
  readonly isInvalid: boolean;
859
- readonly asInvalid: PolkadotPrimitivesV8InvalidDisputeStatementKind;
860
+ readonly asInvalid: PezkuwiPrimitivesV8InvalidDisputeStatementKind;
860
861
  readonly type: 'Valid' | 'Invalid';
861
862
  }
862
- /** @name PolkadotPrimitivesV8ValidDisputeStatementKind (320) */
863
- interface PolkadotPrimitivesV8ValidDisputeStatementKind extends Enum {
863
+ /** @name PezkuwiPrimitivesV8ValidDisputeStatementKind (320) */
864
+ interface PezkuwiPrimitivesV8ValidDisputeStatementKind extends Enum {
864
865
  readonly isExplicit: boolean;
865
866
  readonly isBackingSeconded: boolean;
866
867
  readonly asBackingSeconded: H256;
@@ -871,13 +872,13 @@ declare module '@polkadot/types/lookup' {
871
872
  readonly asApprovalCheckingMultipleCandidates: Vec<H256>;
872
873
  readonly type: 'Explicit' | 'BackingSeconded' | 'BackingValid' | 'ApprovalChecking' | 'ApprovalCheckingMultipleCandidates';
873
874
  }
874
- /** @name PolkadotPrimitivesV8InvalidDisputeStatementKind (322) */
875
- interface PolkadotPrimitivesV8InvalidDisputeStatementKind extends Enum {
875
+ /** @name PezkuwiPrimitivesV8InvalidDisputeStatementKind (322) */
876
+ interface PezkuwiPrimitivesV8InvalidDisputeStatementKind extends Enum {
876
877
  readonly isExplicit: boolean;
877
878
  readonly type: 'Explicit';
878
879
  }
879
- /** @name PolkadotRuntimeParachainsParasPalletCall (323) */
880
- interface PolkadotRuntimeParachainsParasPalletCall extends Enum {
880
+ /** @name PezkuwiRuntimeTeyrchainsParasPezpalletCall (323) */
881
+ interface PezkuwiRuntimeTeyrchainsParasPezpalletCall extends Enum {
881
882
  readonly isForceSetCurrentCode: boolean;
882
883
  readonly asForceSetCurrentCode: {
883
884
  readonly para: u32;
@@ -913,8 +914,8 @@ declare module '@polkadot/types/lookup' {
913
914
  } & Struct;
914
915
  readonly isIncludePvfCheckStatement: boolean;
915
916
  readonly asIncludePvfCheckStatement: {
916
- readonly stmt: PolkadotPrimitivesV8PvfCheckStatement;
917
- readonly signature: PolkadotPrimitivesV8ValidatorAppSignature;
917
+ readonly stmt: PezkuwiPrimitivesV8PvfCheckStatement;
918
+ readonly signature: PezkuwiPrimitivesV8ValidatorAppSignature;
918
919
  } & Struct;
919
920
  readonly isForceSetMostRecentContext: boolean;
920
921
  readonly asForceSetMostRecentContext: {
@@ -938,23 +939,23 @@ declare module '@polkadot/types/lookup' {
938
939
  } & Struct;
939
940
  readonly type: 'ForceSetCurrentCode' | 'ForceSetCurrentHead' | 'ForceScheduleCodeUpgrade' | 'ForceNoteNewHead' | 'ForceQueueAction' | 'AddTrustedValidationCode' | 'PokeUnusedValidationCode' | 'IncludePvfCheckStatement' | 'ForceSetMostRecentContext' | 'RemoveUpgradeCooldown' | 'AuthorizeForceSetCurrentCodeHash' | 'ApplyAuthorizedForceSetCurrentCode';
940
941
  }
941
- /** @name PolkadotPrimitivesV8PvfCheckStatement (324) */
942
- interface PolkadotPrimitivesV8PvfCheckStatement extends Struct {
942
+ /** @name PezkuwiPrimitivesV8PvfCheckStatement (324) */
943
+ interface PezkuwiPrimitivesV8PvfCheckStatement extends Struct {
943
944
  readonly accept: bool;
944
945
  readonly subject: H256;
945
946
  readonly sessionIndex: u32;
946
947
  readonly validatorIndex: u32;
947
948
  }
948
- /** @name PolkadotRuntimeParachainsInitializerPalletCall (325) */
949
- interface PolkadotRuntimeParachainsInitializerPalletCall extends Enum {
949
+ /** @name PezkuwiRuntimeTeyrchainsInitializerPezpalletCall (325) */
950
+ interface PezkuwiRuntimeTeyrchainsInitializerPezpalletCall extends Enum {
950
951
  readonly isForceApprove: boolean;
951
952
  readonly asForceApprove: {
952
953
  readonly upTo: u32;
953
954
  } & Struct;
954
955
  readonly type: 'ForceApprove';
955
956
  }
956
- /** @name PolkadotRuntimeParachainsHrmpPalletCall (326) */
957
- interface PolkadotRuntimeParachainsHrmpPalletCall extends Enum {
957
+ /** @name PezkuwiRuntimeTeyrchainsHrmpPezpalletCall (326) */
958
+ interface PezkuwiRuntimeTeyrchainsHrmpPezpalletCall extends Enum {
958
959
  readonly isHrmpInitOpenChannel: boolean;
959
960
  readonly asHrmpInitOpenChannel: {
960
961
  readonly recipient: u32;
@@ -967,7 +968,7 @@ declare module '@polkadot/types/lookup' {
967
968
  } & Struct;
968
969
  readonly isHrmpCloseChannel: boolean;
969
970
  readonly asHrmpCloseChannel: {
970
- readonly channelId: PolkadotParachainPrimitivesPrimitivesHrmpChannelId;
971
+ readonly channelId: PezkuwiTeyrchainPrimitivesPrimitivesHrmpChannelId;
971
972
  } & Struct;
972
973
  readonly isForceCleanHrmp: boolean;
973
974
  readonly asForceCleanHrmp: {
@@ -985,7 +986,7 @@ declare module '@polkadot/types/lookup' {
985
986
  } & Struct;
986
987
  readonly isHrmpCancelOpenRequest: boolean;
987
988
  readonly asHrmpCancelOpenRequest: {
988
- readonly channelId: PolkadotParachainPrimitivesPrimitivesHrmpChannelId;
989
+ readonly channelId: PezkuwiTeyrchainPrimitivesPrimitivesHrmpChannelId;
989
990
  readonly openRequests: u32;
990
991
  } & Struct;
991
992
  readonly isForceOpenHrmpChannel: boolean;
@@ -1011,46 +1012,46 @@ declare module '@polkadot/types/lookup' {
1011
1012
  } & Struct;
1012
1013
  readonly type: 'HrmpInitOpenChannel' | 'HrmpAcceptOpenChannel' | 'HrmpCloseChannel' | 'ForceCleanHrmp' | 'ForceProcessHrmpOpen' | 'ForceProcessHrmpClose' | 'HrmpCancelOpenRequest' | 'ForceOpenHrmpChannel' | 'EstablishSystemChannel' | 'PokeChannelDeposits' | 'EstablishChannelWithSystem';
1013
1014
  }
1014
- /** @name PolkadotParachainPrimitivesPrimitivesHrmpChannelId (327) */
1015
- interface PolkadotParachainPrimitivesPrimitivesHrmpChannelId extends Struct {
1015
+ /** @name PezkuwiTeyrchainPrimitivesPrimitivesHrmpChannelId (327) */
1016
+ interface PezkuwiTeyrchainPrimitivesPrimitivesHrmpChannelId extends Struct {
1016
1017
  readonly sender: u32;
1017
1018
  readonly recipient: u32;
1018
1019
  }
1019
- /** @name PolkadotRuntimeParachainsDisputesPalletCall (328) */
1020
- interface PolkadotRuntimeParachainsDisputesPalletCall extends Enum {
1020
+ /** @name PezkuwiRuntimeTeyrchainsDisputesPezpalletCall (328) */
1021
+ interface PezkuwiRuntimeTeyrchainsDisputesPezpalletCall extends Enum {
1021
1022
  readonly isForceUnfreeze: boolean;
1022
1023
  readonly type: 'ForceUnfreeze';
1023
1024
  }
1024
- /** @name PolkadotRuntimeParachainsDisputesSlashingPalletCall (329) */
1025
- interface PolkadotRuntimeParachainsDisputesSlashingPalletCall extends Enum {
1025
+ /** @name PezkuwiRuntimeTeyrchainsDisputesSlashingPezpalletCall (329) */
1026
+ interface PezkuwiRuntimeTeyrchainsDisputesSlashingPezpalletCall extends Enum {
1026
1027
  readonly isReportDisputeLostUnsigned: boolean;
1027
1028
  readonly asReportDisputeLostUnsigned: {
1028
- readonly disputeProof: PolkadotPrimitivesVstagingDisputeProof;
1029
- readonly keyOwnerProof: SpSessionMembershipProof;
1029
+ readonly disputeProof: PezkuwiPrimitivesVstagingDisputeProof;
1030
+ readonly keyOwnerProof: PezspSessionMembershipProof;
1030
1031
  } & Struct;
1031
1032
  readonly type: 'ReportDisputeLostUnsigned';
1032
1033
  }
1033
- /** @name PolkadotPrimitivesVstagingDisputeProof (330) */
1034
- interface PolkadotPrimitivesVstagingDisputeProof extends Struct {
1035
- readonly timeSlot: PolkadotPrimitivesV8SlashingDisputesTimeSlot;
1036
- readonly kind: PolkadotPrimitivesVstagingDisputeOffenceKind;
1034
+ /** @name PezkuwiPrimitivesVstagingDisputeProof (330) */
1035
+ interface PezkuwiPrimitivesVstagingDisputeProof extends Struct {
1036
+ readonly timeSlot: PezkuwiPrimitivesV8SlashingDisputesTimeSlot;
1037
+ readonly kind: PezkuwiPrimitivesVstagingDisputeOffenceKind;
1037
1038
  readonly validatorIndex: u32;
1038
- readonly validatorId: PolkadotPrimitivesV8ValidatorAppPublic;
1039
+ readonly validatorId: PezkuwiPrimitivesV8ValidatorAppPublic;
1039
1040
  }
1040
- /** @name PolkadotPrimitivesV8SlashingDisputesTimeSlot (331) */
1041
- interface PolkadotPrimitivesV8SlashingDisputesTimeSlot extends Struct {
1041
+ /** @name PezkuwiPrimitivesV8SlashingDisputesTimeSlot (331) */
1042
+ interface PezkuwiPrimitivesV8SlashingDisputesTimeSlot extends Struct {
1042
1043
  readonly sessionIndex: u32;
1043
1044
  readonly candidateHash: H256;
1044
1045
  }
1045
- /** @name PolkadotPrimitivesVstagingDisputeOffenceKind (332) */
1046
- interface PolkadotPrimitivesVstagingDisputeOffenceKind extends Enum {
1046
+ /** @name PezkuwiPrimitivesVstagingDisputeOffenceKind (332) */
1047
+ interface PezkuwiPrimitivesVstagingDisputeOffenceKind extends Enum {
1047
1048
  readonly isForInvalidBacked: boolean;
1048
1049
  readonly isAgainstValid: boolean;
1049
1050
  readonly isForInvalidApproved: boolean;
1050
1051
  readonly type: 'ForInvalidBacked' | 'AgainstValid' | 'ForInvalidApproved';
1051
1052
  }
1052
- /** @name PolkadotRuntimeParachainsOnDemandPalletCall (333) */
1053
- interface PolkadotRuntimeParachainsOnDemandPalletCall extends Enum {
1053
+ /** @name PezkuwiRuntimeTeyrchainsOnDemandPezpalletCall (333) */
1054
+ interface PezkuwiRuntimeTeyrchainsOnDemandPezpalletCall extends Enum {
1054
1055
  readonly isPlaceOrderAllowDeath: boolean;
1055
1056
  readonly asPlaceOrderAllowDeath: {
1056
1057
  readonly maxAmount: u128;
@@ -1068,8 +1069,8 @@ declare module '@polkadot/types/lookup' {
1068
1069
  } & Struct;
1069
1070
  readonly type: 'PlaceOrderAllowDeath' | 'PlaceOrderKeepAlive' | 'PlaceOrderWithCredits';
1070
1071
  }
1071
- /** @name PolkadotRuntimeCommonParasRegistrarPalletCall (334) */
1072
- interface PolkadotRuntimeCommonParasRegistrarPalletCall extends Enum {
1072
+ /** @name PezkuwiRuntimeCommonParasRegistrarPezpalletCall (334) */
1073
+ interface PezkuwiRuntimeCommonParasRegistrarPezpalletCall extends Enum {
1073
1074
  readonly isRegister: boolean;
1074
1075
  readonly asRegister: {
1075
1076
  readonly id: u32;
@@ -1114,8 +1115,8 @@ declare module '@polkadot/types/lookup' {
1114
1115
  } & Struct;
1115
1116
  readonly type: 'Register' | 'ForceRegister' | 'Deregister' | 'Swap' | 'RemoveLock' | 'Reserve' | 'AddLock' | 'ScheduleCodeUpgrade' | 'SetCurrentHead';
1116
1117
  }
1117
- /** @name PolkadotRuntimeCommonSlotsPalletCall (335) */
1118
- interface PolkadotRuntimeCommonSlotsPalletCall extends Enum {
1118
+ /** @name PezkuwiRuntimeCommonSlotsPezpalletCall (335) */
1119
+ interface PezkuwiRuntimeCommonSlotsPezpalletCall extends Enum {
1119
1120
  readonly isForceLease: boolean;
1120
1121
  readonly asForceLease: {
1121
1122
  readonly para: u32;
@@ -1134,8 +1135,8 @@ declare module '@polkadot/types/lookup' {
1134
1135
  } & Struct;
1135
1136
  readonly type: 'ForceLease' | 'ClearAllLeases' | 'TriggerOnboard';
1136
1137
  }
1137
- /** @name PolkadotRuntimeCommonAuctionsPalletCall (336) */
1138
- interface PolkadotRuntimeCommonAuctionsPalletCall extends Enum {
1138
+ /** @name PezkuwiRuntimeCommonAuctionsPezpalletCall (336) */
1139
+ interface PezkuwiRuntimeCommonAuctionsPezpalletCall extends Enum {
1139
1140
  readonly isNewAuction: boolean;
1140
1141
  readonly asNewAuction: {
1141
1142
  readonly duration: Compact<u32>;
@@ -1152,8 +1153,8 @@ declare module '@polkadot/types/lookup' {
1152
1153
  readonly isCancelAuction: boolean;
1153
1154
  readonly type: 'NewAuction' | 'Bid' | 'CancelAuction';
1154
1155
  }
1155
- /** @name PolkadotRuntimeCommonCrowdloanPalletCall (338) */
1156
- interface PolkadotRuntimeCommonCrowdloanPalletCall extends Enum {
1156
+ /** @name PezkuwiRuntimeCommonCrowdloanPezpalletCall (338) */
1157
+ interface PezkuwiRuntimeCommonCrowdloanPezpalletCall extends Enum {
1157
1158
  readonly isCreate: boolean;
1158
1159
  readonly asCreate: {
1159
1160
  readonly index: Compact<u32>;
@@ -1161,13 +1162,13 @@ declare module '@polkadot/types/lookup' {
1161
1162
  readonly firstPeriod: Compact<u32>;
1162
1163
  readonly lastPeriod: Compact<u32>;
1163
1164
  readonly end: Compact<u32>;
1164
- readonly verifier: Option<SpRuntimeMultiSigner>;
1165
+ readonly verifier: Option<PezspRuntimeMultiSigner>;
1165
1166
  } & Struct;
1166
1167
  readonly isContribute: boolean;
1167
1168
  readonly asContribute: {
1168
1169
  readonly index: Compact<u32>;
1169
1170
  readonly value: Compact<u128>;
1170
- readonly signature: Option<SpRuntimeMultiSignature>;
1171
+ readonly signature: Option<PezspRuntimeMultiSignature>;
1171
1172
  } & Struct;
1172
1173
  readonly isWithdraw: boolean;
1173
1174
  readonly asWithdraw: {
@@ -1189,7 +1190,7 @@ declare module '@polkadot/types/lookup' {
1189
1190
  readonly firstPeriod: Compact<u32>;
1190
1191
  readonly lastPeriod: Compact<u32>;
1191
1192
  readonly end: Compact<u32>;
1192
- readonly verifier: Option<SpRuntimeMultiSigner>;
1193
+ readonly verifier: Option<PezspRuntimeMultiSigner>;
1193
1194
  } & Struct;
1194
1195
  readonly isAddMemo: boolean;
1195
1196
  readonly asAddMemo: {
@@ -1203,12 +1204,12 @@ declare module '@polkadot/types/lookup' {
1203
1204
  readonly isContributeAll: boolean;
1204
1205
  readonly asContributeAll: {
1205
1206
  readonly index: Compact<u32>;
1206
- readonly signature: Option<SpRuntimeMultiSignature>;
1207
+ readonly signature: Option<PezspRuntimeMultiSignature>;
1207
1208
  } & Struct;
1208
1209
  readonly type: 'Create' | 'Contribute' | 'Withdraw' | 'Refund' | 'Dissolve' | 'Edit' | 'AddMemo' | 'Poke' | 'ContributeAll';
1209
1210
  }
1210
- /** @name SpRuntimeMultiSigner (340) */
1211
- interface SpRuntimeMultiSigner extends Enum {
1211
+ /** @name PezspRuntimeMultiSigner (340) */
1212
+ interface PezspRuntimeMultiSigner extends Enum {
1212
1213
  readonly isEd25519: boolean;
1213
1214
  readonly asEd25519: U8aFixed;
1214
1215
  readonly isSr25519: boolean;
@@ -1217,8 +1218,8 @@ declare module '@polkadot/types/lookup' {
1217
1218
  readonly asEcdsa: U8aFixed;
1218
1219
  readonly type: 'Ed25519' | 'Sr25519' | 'Ecdsa';
1219
1220
  }
1220
- /** @name PolkadotRuntimeParachainsCoretimePalletCall (343) */
1221
- interface PolkadotRuntimeParachainsCoretimePalletCall extends Enum {
1221
+ /** @name PezkuwiRuntimeTeyrchainsCoretimePezpalletCall (343) */
1222
+ interface PezkuwiRuntimeTeyrchainsCoretimePezpalletCall extends Enum {
1222
1223
  readonly isRequestCoreCount: boolean;
1223
1224
  readonly asRequestCoreCount: {
1224
1225
  readonly count: u16;
@@ -1236,13 +1237,13 @@ declare module '@polkadot/types/lookup' {
1236
1237
  readonly asAssignCore: {
1237
1238
  readonly core: u16;
1238
1239
  readonly begin: u32;
1239
- readonly assignment: Vec<ITuple<[PalletBrokerCoretimeInterfaceCoreAssignment, u16]>>;
1240
+ readonly assignment: Vec<ITuple<[PezpalletBrokerCoretimeInterfaceCoreAssignment, u16]>>;
1240
1241
  readonly endHint: Option<u32>;
1241
1242
  } & Struct;
1242
1243
  readonly type: 'RequestCoreCount' | 'RequestRevenueAt' | 'CreditAccount' | 'AssignCore';
1243
1244
  }
1244
- /** @name PalletXcmCall (354) */
1245
- interface PalletXcmCall extends Enum {
1245
+ /** @name PezpalletXcmCall (354) */
1246
+ interface PezpalletXcmCall extends Enum {
1246
1247
  readonly isSend: boolean;
1247
1248
  readonly asSend: {
1248
1249
  readonly dest: XcmVersionedLocation;
@@ -1265,7 +1266,7 @@ declare module '@polkadot/types/lookup' {
1265
1266
  readonly isExecute: boolean;
1266
1267
  readonly asExecute: {
1267
1268
  readonly message: XcmVersionedXcm;
1268
- readonly maxWeight: SpWeightsWeightV2Weight;
1269
+ readonly maxWeight: PezspWeightsWeightV2Weight;
1269
1270
  } & Struct;
1270
1271
  readonly isForceXcmVersion: boolean;
1271
1272
  readonly asForceXcmVersion: {
@@ -1364,7 +1365,7 @@ declare module '@polkadot/types/lookup' {
1364
1365
  readonly asQueryResponse: {
1365
1366
  readonly queryId: Compact<u64>;
1366
1367
  readonly response: XcmV3Response;
1367
- readonly maxWeight: SpWeightsWeightV2Weight;
1368
+ readonly maxWeight: PezspWeightsWeightV2Weight;
1368
1369
  readonly querier: Option<StagingXcmV3MultiLocation>;
1369
1370
  } & Struct;
1370
1371
  readonly isTransferAsset: boolean;
@@ -1381,7 +1382,7 @@ declare module '@polkadot/types/lookup' {
1381
1382
  readonly isTransact: boolean;
1382
1383
  readonly asTransact: {
1383
1384
  readonly originKind: XcmV3OriginKind;
1384
- readonly requireWeightAtMost: SpWeightsWeightV2Weight;
1385
+ readonly requireWeightAtMost: PezspWeightsWeightV2Weight;
1385
1386
  readonly call: XcmDoubleEncoded;
1386
1387
  } & Struct;
1387
1388
  readonly isHrmpNewChannelOpenRequest: boolean;
@@ -1460,7 +1461,7 @@ declare module '@polkadot/types/lookup' {
1460
1461
  readonly isSubscribeVersion: boolean;
1461
1462
  readonly asSubscribeVersion: {
1462
1463
  readonly queryId: Compact<u64>;
1463
- readonly maxResponseWeight: SpWeightsWeightV2Weight;
1464
+ readonly maxResponseWeight: PezspWeightsWeightV2Weight;
1464
1465
  } & Struct;
1465
1466
  readonly isUnsubscribeVersion: boolean;
1466
1467
  readonly isBurnAsset: boolean;
@@ -1574,7 +1575,7 @@ declare module '@polkadot/types/lookup' {
1574
1575
  readonly isVersion: boolean;
1575
1576
  readonly asVersion: u32;
1576
1577
  readonly isPalletsInfo: boolean;
1577
- readonly asPalletsInfo: Vec<XcmV3PalletInfo>;
1578
+ readonly asPalletsInfo: Vec<XcmV3PezpalletInfo>;
1578
1579
  readonly isDispatchResult: boolean;
1579
1580
  readonly asDispatchResult: XcmV3MaybeErrorCode;
1580
1581
  readonly type: 'Null' | 'Assets' | 'ExecutionResult' | 'Version' | 'PalletsInfo' | 'DispatchResult';
@@ -1619,14 +1620,14 @@ declare module '@polkadot/types/lookup' {
1619
1620
  readonly isNotDepositable: boolean;
1620
1621
  readonly isUnhandledXcmVersion: boolean;
1621
1622
  readonly isWeightLimitReached: boolean;
1622
- readonly asWeightLimitReached: SpWeightsWeightV2Weight;
1623
+ readonly asWeightLimitReached: PezspWeightsWeightV2Weight;
1623
1624
  readonly isBarrier: boolean;
1624
1625
  readonly isWeightNotComputable: boolean;
1625
1626
  readonly isExceedsStackLimit: boolean;
1626
1627
  readonly type: 'Overflow' | 'Unimplemented' | 'UntrustedReserveLocation' | 'UntrustedTeleportLocation' | 'LocationFull' | 'LocationNotInvertible' | 'BadOrigin' | 'InvalidLocation' | 'AssetNotFound' | 'FailedToTransactAsset' | 'NotWithdrawable' | 'LocationCannotHold' | 'ExceedsMaxMessageSize' | 'DestinationUnsupported' | 'Transport' | 'Unroutable' | 'UnknownClaim' | 'FailedToDecode' | 'MaxWeightInvalid' | 'NotHoldingFees' | 'TooExpensive' | 'Trap' | 'ExpectationFalse' | 'PalletNotFound' | 'NameMismatch' | 'VersionIncompatible' | 'HoldingWouldOverflow' | 'ExportError' | 'ReanchorFailed' | 'NoDeal' | 'FeesNotMet' | 'LockError' | 'NoPermission' | 'Unanchored' | 'NotDepositable' | 'UnhandledXcmVersion' | 'WeightLimitReached' | 'Barrier' | 'WeightNotComputable' | 'ExceedsStackLimit';
1627
1628
  }
1628
- /** @name XcmV3PalletInfo (370) */
1629
- interface XcmV3PalletInfo extends Struct {
1629
+ /** @name XcmV3PezpalletInfo (370) */
1630
+ interface XcmV3PezpalletInfo extends Struct {
1630
1631
  readonly index: Compact<u32>;
1631
1632
  readonly name: Bytes;
1632
1633
  readonly moduleName: Bytes;
@@ -1659,7 +1660,7 @@ declare module '@polkadot/types/lookup' {
1659
1660
  interface XcmV3QueryResponseInfo extends Struct {
1660
1661
  readonly destination: StagingXcmV3MultiLocation;
1661
1662
  readonly queryId: Compact<u64>;
1662
- readonly maxWeight: SpWeightsWeightV2Weight;
1663
+ readonly maxWeight: PezspWeightsWeightV2Weight;
1663
1664
  }
1664
1665
  /** @name XcmV3MultiassetMultiAssetFilter (379) */
1665
1666
  interface XcmV3MultiassetMultiAssetFilter extends Enum {
@@ -1697,7 +1698,7 @@ declare module '@polkadot/types/lookup' {
1697
1698
  interface XcmV3WeightLimit extends Enum {
1698
1699
  readonly isUnlimited: boolean;
1699
1700
  readonly isLimited: boolean;
1700
- readonly asLimited: SpWeightsWeightV2Weight;
1701
+ readonly asLimited: PezspWeightsWeightV2Weight;
1701
1702
  readonly type: 'Unlimited' | 'Limited';
1702
1703
  }
1703
1704
  /** @name StagingXcmV4Xcm (383) */
@@ -1715,7 +1716,7 @@ declare module '@polkadot/types/lookup' {
1715
1716
  readonly asQueryResponse: {
1716
1717
  readonly queryId: Compact<u64>;
1717
1718
  readonly response: StagingXcmV4Response;
1718
- readonly maxWeight: SpWeightsWeightV2Weight;
1719
+ readonly maxWeight: PezspWeightsWeightV2Weight;
1719
1720
  readonly querier: Option<StagingXcmV4Location>;
1720
1721
  } & Struct;
1721
1722
  readonly isTransferAsset: boolean;
@@ -1732,7 +1733,7 @@ declare module '@polkadot/types/lookup' {
1732
1733
  readonly isTransact: boolean;
1733
1734
  readonly asTransact: {
1734
1735
  readonly originKind: XcmV3OriginKind;
1735
- readonly requireWeightAtMost: SpWeightsWeightV2Weight;
1736
+ readonly requireWeightAtMost: PezspWeightsWeightV2Weight;
1736
1737
  readonly call: XcmDoubleEncoded;
1737
1738
  } & Struct;
1738
1739
  readonly isHrmpNewChannelOpenRequest: boolean;
@@ -1811,7 +1812,7 @@ declare module '@polkadot/types/lookup' {
1811
1812
  readonly isSubscribeVersion: boolean;
1812
1813
  readonly asSubscribeVersion: {
1813
1814
  readonly queryId: Compact<u64>;
1814
- readonly maxResponseWeight: SpWeightsWeightV2Weight;
1815
+ readonly maxResponseWeight: PezspWeightsWeightV2Weight;
1815
1816
  } & Struct;
1816
1817
  readonly isUnsubscribeVersion: boolean;
1817
1818
  readonly isBurnAsset: boolean;
@@ -1925,13 +1926,13 @@ declare module '@polkadot/types/lookup' {
1925
1926
  readonly isVersion: boolean;
1926
1927
  readonly asVersion: u32;
1927
1928
  readonly isPalletsInfo: boolean;
1928
- readonly asPalletsInfo: Vec<StagingXcmV4PalletInfo>;
1929
+ readonly asPalletsInfo: Vec<StagingXcmV4PezpalletInfo>;
1929
1930
  readonly isDispatchResult: boolean;
1930
1931
  readonly asDispatchResult: XcmV3MaybeErrorCode;
1931
1932
  readonly type: 'Null' | 'Assets' | 'ExecutionResult' | 'Version' | 'PalletsInfo' | 'DispatchResult';
1932
1933
  }
1933
- /** @name StagingXcmV4PalletInfo (393) */
1934
- interface StagingXcmV4PalletInfo extends Struct {
1934
+ /** @name StagingXcmV4PezpalletInfo (393) */
1935
+ interface StagingXcmV4PezpalletInfo extends Struct {
1935
1936
  readonly index: Compact<u32>;
1936
1937
  readonly name: Bytes;
1937
1938
  readonly moduleName: Bytes;
@@ -1943,7 +1944,7 @@ declare module '@polkadot/types/lookup' {
1943
1944
  interface StagingXcmV4QueryResponseInfo extends Struct {
1944
1945
  readonly destination: StagingXcmV4Location;
1945
1946
  readonly queryId: Compact<u64>;
1946
- readonly maxWeight: SpWeightsWeightV2Weight;
1947
+ readonly maxWeight: PezspWeightsWeightV2Weight;
1947
1948
  }
1948
1949
  /** @name StagingXcmV4AssetAssetFilter (398) */
1949
1950
  interface StagingXcmV4AssetAssetFilter extends Enum {
@@ -1992,7 +1993,7 @@ declare module '@polkadot/types/lookup' {
1992
1993
  readonly asQueryResponse: {
1993
1994
  readonly queryId: Compact<u64>;
1994
1995
  readonly response: StagingXcmV5Response;
1995
- readonly maxWeight: SpWeightsWeightV2Weight;
1996
+ readonly maxWeight: PezspWeightsWeightV2Weight;
1996
1997
  readonly querier: Option<StagingXcmV5Location>;
1997
1998
  } & Struct;
1998
1999
  readonly isTransferAsset: boolean;
@@ -2009,7 +2010,7 @@ declare module '@polkadot/types/lookup' {
2009
2010
  readonly isTransact: boolean;
2010
2011
  readonly asTransact: {
2011
2012
  readonly originKind: XcmV3OriginKind;
2012
- readonly fallbackMaxWeight: Option<SpWeightsWeightV2Weight>;
2013
+ readonly fallbackMaxWeight: Option<PezspWeightsWeightV2Weight>;
2013
2014
  readonly call: XcmDoubleEncoded;
2014
2015
  } & Struct;
2015
2016
  readonly isHrmpNewChannelOpenRequest: boolean;
@@ -2088,7 +2089,7 @@ declare module '@polkadot/types/lookup' {
2088
2089
  readonly isSubscribeVersion: boolean;
2089
2090
  readonly asSubscribeVersion: {
2090
2091
  readonly queryId: Compact<u64>;
2091
- readonly maxResponseWeight: SpWeightsWeightV2Weight;
2092
+ readonly maxResponseWeight: PezspWeightsWeightV2Weight;
2092
2093
  } & Struct;
2093
2094
  readonly isUnsubscribeVersion: boolean;
2094
2095
  readonly isBurnAsset: boolean;
@@ -2223,7 +2224,7 @@ declare module '@polkadot/types/lookup' {
2223
2224
  readonly isVersion: boolean;
2224
2225
  readonly asVersion: u32;
2225
2226
  readonly isPalletsInfo: boolean;
2226
- readonly asPalletsInfo: Vec<StagingXcmV5PalletInfo>;
2227
+ readonly asPalletsInfo: Vec<StagingXcmV5PezpalletInfo>;
2227
2228
  readonly isDispatchResult: boolean;
2228
2229
  readonly asDispatchResult: XcmV3MaybeErrorCode;
2229
2230
  readonly type: 'Null' | 'Assets' | 'ExecutionResult' | 'Version' | 'PalletsInfo' | 'DispatchResult';
@@ -2269,14 +2270,14 @@ declare module '@polkadot/types/lookup' {
2269
2270
  readonly isTooManyAssets: boolean;
2270
2271
  readonly isUnhandledXcmVersion: boolean;
2271
2272
  readonly isWeightLimitReached: boolean;
2272
- readonly asWeightLimitReached: SpWeightsWeightV2Weight;
2273
+ readonly asWeightLimitReached: PezspWeightsWeightV2Weight;
2273
2274
  readonly isBarrier: boolean;
2274
2275
  readonly isWeightNotComputable: boolean;
2275
2276
  readonly isExceedsStackLimit: boolean;
2276
2277
  readonly type: 'Overflow' | 'Unimplemented' | 'UntrustedReserveLocation' | 'UntrustedTeleportLocation' | 'LocationFull' | 'LocationNotInvertible' | 'BadOrigin' | 'InvalidLocation' | 'AssetNotFound' | 'FailedToTransactAsset' | 'NotWithdrawable' | 'LocationCannotHold' | 'ExceedsMaxMessageSize' | 'DestinationUnsupported' | 'Transport' | 'Unroutable' | 'UnknownClaim' | 'FailedToDecode' | 'MaxWeightInvalid' | 'NotHoldingFees' | 'TooExpensive' | 'Trap' | 'ExpectationFalse' | 'PalletNotFound' | 'NameMismatch' | 'VersionIncompatible' | 'HoldingWouldOverflow' | 'ExportError' | 'ReanchorFailed' | 'NoDeal' | 'FeesNotMet' | 'LockError' | 'NoPermission' | 'Unanchored' | 'NotDepositable' | 'TooManyAssets' | 'UnhandledXcmVersion' | 'WeightLimitReached' | 'Barrier' | 'WeightNotComputable' | 'ExceedsStackLimit';
2277
2278
  }
2278
- /** @name StagingXcmV5PalletInfo (414) */
2279
- interface StagingXcmV5PalletInfo extends Struct {
2279
+ /** @name StagingXcmV5PezpalletInfo (414) */
2280
+ interface StagingXcmV5PezpalletInfo extends Struct {
2280
2281
  readonly index: Compact<u32>;
2281
2282
  readonly name: Bytes;
2282
2283
  readonly moduleName: Bytes;
@@ -2288,7 +2289,7 @@ declare module '@polkadot/types/lookup' {
2288
2289
  interface StagingXcmV5QueryResponseInfo extends Struct {
2289
2290
  readonly destination: StagingXcmV5Location;
2290
2291
  readonly queryId: Compact<u64>;
2291
- readonly maxWeight: SpWeightsWeightV2Weight;
2292
+ readonly maxWeight: PezspWeightsWeightV2Weight;
2292
2293
  }
2293
2294
  /** @name StagingXcmV5AssetAssetFilter (420) */
2294
2295
  interface StagingXcmV5AssetAssetFilter extends Enum {
@@ -2369,29 +2370,29 @@ declare module '@polkadot/types/lookup' {
2369
2370
  readonly asV5: StagingXcmV5AssetAssetId;
2370
2371
  readonly type: 'V3' | 'V4' | 'V5';
2371
2372
  }
2372
- /** @name PolkadotRuntimeParachainsInclusionAggregateMessageOrigin (447) */
2373
- interface PolkadotRuntimeParachainsInclusionAggregateMessageOrigin extends Enum {
2373
+ /** @name PezkuwiRuntimeTeyrchainsInclusionAggregateMessageOrigin (447) */
2374
+ interface PezkuwiRuntimeTeyrchainsInclusionAggregateMessageOrigin extends Enum {
2374
2375
  readonly isUmp: boolean;
2375
- readonly asUmp: PolkadotRuntimeParachainsInclusionUmpQueueId;
2376
+ readonly asUmp: PezkuwiRuntimeTeyrchainsInclusionUmpQueueId;
2376
2377
  readonly type: 'Ump';
2377
2378
  }
2378
- /** @name PolkadotRuntimeParachainsInclusionUmpQueueId (448) */
2379
- interface PolkadotRuntimeParachainsInclusionUmpQueueId extends Enum {
2379
+ /** @name PezkuwiRuntimeTeyrchainsInclusionUmpQueueId (448) */
2380
+ interface PezkuwiRuntimeTeyrchainsInclusionUmpQueueId extends Enum {
2380
2381
  readonly isPara: boolean;
2381
2382
  readonly asPara: u32;
2382
2383
  readonly type: 'Para';
2383
2384
  }
2384
- /** @name PalletRcMigratorCall (465) */
2385
- interface PalletRcMigratorCall extends Enum {
2385
+ /** @name PezpalletRcMigratorCall (465) */
2386
+ interface PezpalletRcMigratorCall extends Enum {
2386
2387
  readonly isForceSetStage: boolean;
2387
2388
  readonly asForceSetStage: {
2388
- readonly stage: PalletRcMigratorMigrationStage;
2389
+ readonly stage: PezpalletRcMigratorMigrationStage;
2389
2390
  } & Struct;
2390
2391
  readonly isScheduleMigration: boolean;
2391
2392
  readonly asScheduleMigration: {
2392
- readonly start: FrameSupportScheduleDispatchTime;
2393
- readonly warmUp: FrameSupportScheduleDispatchTime;
2394
- readonly coolOff: FrameSupportScheduleDispatchTime;
2393
+ readonly start: PezframeSupportScheduleDispatchTime;
2394
+ readonly warmUp: PezframeSupportScheduleDispatchTime;
2395
+ readonly coolOff: PezframeSupportScheduleDispatchTime;
2395
2396
  readonly unsafeIgnoreStakingLockCheck: bool;
2396
2397
  } & Struct;
2397
2398
  readonly isStartDataMigration: boolean;
@@ -2410,7 +2411,7 @@ declare module '@polkadot/types/lookup' {
2410
2411
  } & Struct;
2411
2412
  readonly isSetAhUmpQueuePriority: boolean;
2412
2413
  readonly asSetAhUmpQueuePriority: {
2413
- readonly new_: PalletRcMigratorQueuePriority;
2414
+ readonly new_: PezpalletRcMigratorQueuePriority;
2414
2415
  } & Struct;
2415
2416
  readonly isSetManager: boolean;
2416
2417
  readonly asSetManager: {
@@ -2433,17 +2434,17 @@ declare module '@polkadot/types/lookup' {
2433
2434
  readonly isCancelMigration: boolean;
2434
2435
  readonly isVoteManagerMultisig: boolean;
2435
2436
  readonly asVoteManagerMultisig: {
2436
- readonly payload: PalletRcMigratorManagerMultisigVote;
2437
- readonly sig: SpRuntimeMultiSignature;
2437
+ readonly payload: PezpalletRcMigratorManagerMultisigVote;
2438
+ readonly sig: PezspRuntimeMultiSignature;
2438
2439
  } & Struct;
2439
2440
  readonly isSetSettings: boolean;
2440
2441
  readonly asSetSettings: {
2441
- readonly settings: Option<PalletRcMigratorMigrationSettings>;
2442
+ readonly settings: Option<PezpalletRcMigratorMigrationSettings>;
2442
2443
  } & Struct;
2443
2444
  readonly type: 'ForceSetStage' | 'ScheduleMigration' | 'StartDataMigration' | 'ReceiveQueryResponse' | 'ResendXcm' | 'SetUnprocessedMsgBuffer' | 'SetAhUmpQueuePriority' | 'SetManager' | 'SendXcmMessage' | 'PreserveAccounts' | 'SetCanceller' | 'PauseMigration' | 'CancelMigration' | 'VoteManagerMultisig' | 'SetSettings';
2444
2445
  }
2445
- /** @name PalletRcMigratorMigrationStage (466) */
2446
- interface PalletRcMigratorMigrationStage extends Enum {
2446
+ /** @name PezpalletRcMigratorMigrationStage (466) */
2447
+ interface PezpalletRcMigratorMigrationStage extends Enum {
2447
2448
  readonly isPending: boolean;
2448
2449
  readonly isMigrationPaused: boolean;
2449
2450
  readonly isScheduled: boolean;
@@ -2472,7 +2473,7 @@ declare module '@polkadot/types/lookup' {
2472
2473
  readonly isClaimsMigrationInit: boolean;
2473
2474
  readonly isClaimsMigrationOngoing: boolean;
2474
2475
  readonly asClaimsMigrationOngoing: {
2475
- readonly currentKey: Option<PalletRcMigratorClaimsClaimsStage>;
2476
+ readonly currentKey: Option<PezpalletRcMigratorClaimsClaimsStage>;
2476
2477
  } & Struct;
2477
2478
  readonly isClaimsMigrationDone: boolean;
2478
2479
  readonly isProxyMigrationInit: boolean;
@@ -2506,7 +2507,7 @@ declare module '@polkadot/types/lookup' {
2506
2507
  readonly isNomPoolsMigrationInit: boolean;
2507
2508
  readonly isNomPoolsMigrationOngoing: boolean;
2508
2509
  readonly asNomPoolsMigrationOngoing: {
2509
- readonly nextKey: Option<PalletRcMigratorStakingNomPoolsNomPoolsStage>;
2510
+ readonly nextKey: Option<PezpalletRcMigratorStakingNomPoolsNomPoolsStage>;
2510
2511
  } & Struct;
2511
2512
  readonly isNomPoolsMigrationDone: boolean;
2512
2513
  readonly isVestingMigrationInit: boolean;
@@ -2518,7 +2519,7 @@ declare module '@polkadot/types/lookup' {
2518
2519
  readonly isDelegatedStakingMigrationInit: boolean;
2519
2520
  readonly isDelegatedStakingMigrationOngoing: boolean;
2520
2521
  readonly asDelegatedStakingMigrationOngoing: {
2521
- readonly nextKey: Option<PalletRcMigratorStakingDelegatedStakingDelegatedStakingStage>;
2522
+ readonly nextKey: Option<PezpalletRcMigratorStakingDelegatedStakingDelegatedStakingStage>;
2522
2523
  } & Struct;
2523
2524
  readonly isDelegatedStakingMigrationDone: boolean;
2524
2525
  readonly isIndicesMigrationInit: boolean;
@@ -2530,19 +2531,19 @@ declare module '@polkadot/types/lookup' {
2530
2531
  readonly isReferendaMigrationInit: boolean;
2531
2532
  readonly isReferendaMigrationOngoing: boolean;
2532
2533
  readonly asReferendaMigrationOngoing: {
2533
- readonly lastKey: Option<PalletRcMigratorReferendaReferendaStage>;
2534
+ readonly lastKey: Option<PezpalletRcMigratorReferendaReferendaStage>;
2534
2535
  } & Struct;
2535
2536
  readonly isReferendaMigrationDone: boolean;
2536
2537
  readonly isBagsListMigrationInit: boolean;
2537
2538
  readonly isBagsListMigrationOngoing: boolean;
2538
2539
  readonly asBagsListMigrationOngoing: {
2539
- readonly nextKey: Option<PalletRcMigratorStakingBagsListBagsListStage>;
2540
+ readonly nextKey: Option<PezpalletRcMigratorStakingBagsListBagsListStage>;
2540
2541
  } & Struct;
2541
2542
  readonly isBagsListMigrationDone: boolean;
2542
2543
  readonly isSchedulerMigrationInit: boolean;
2543
2544
  readonly isSchedulerMigrationOngoing: boolean;
2544
2545
  readonly asSchedulerMigrationOngoing: {
2545
- readonly lastKey: Option<PalletRcMigratorSchedulerSchedulerStage>;
2546
+ readonly lastKey: Option<PezpalletRcMigratorSchedulerSchedulerStage>;
2546
2547
  } & Struct;
2547
2548
  readonly isSchedulerAgendaMigrationOngoing: boolean;
2548
2549
  readonly asSchedulerAgendaMigrationOngoing: {
@@ -2552,43 +2553,43 @@ declare module '@polkadot/types/lookup' {
2552
2553
  readonly isConvictionVotingMigrationInit: boolean;
2553
2554
  readonly isConvictionVotingMigrationOngoing: boolean;
2554
2555
  readonly asConvictionVotingMigrationOngoing: {
2555
- readonly lastKey: Option<PalletRcMigratorConvictionVotingConvictionVotingStage>;
2556
+ readonly lastKey: Option<PezpalletRcMigratorConvictionVotingConvictionVotingStage>;
2556
2557
  } & Struct;
2557
2558
  readonly isConvictionVotingMigrationDone: boolean;
2558
2559
  readonly isBountiesMigrationInit: boolean;
2559
2560
  readonly isBountiesMigrationOngoing: boolean;
2560
2561
  readonly asBountiesMigrationOngoing: {
2561
- readonly lastKey: Option<PalletRcMigratorBountiesBountiesStage>;
2562
+ readonly lastKey: Option<PezpalletRcMigratorBountiesBountiesStage>;
2562
2563
  } & Struct;
2563
2564
  readonly isBountiesMigrationDone: boolean;
2564
2565
  readonly isChildBountiesMigrationInit: boolean;
2565
2566
  readonly isChildBountiesMigrationOngoing: boolean;
2566
2567
  readonly asChildBountiesMigrationOngoing: {
2567
- readonly lastKey: Option<PalletRcMigratorChildBountiesChildBountiesStage>;
2568
+ readonly lastKey: Option<PezpalletRcMigratorChildBountiesChildBountiesStage>;
2568
2569
  } & Struct;
2569
2570
  readonly isChildBountiesMigrationDone: boolean;
2570
2571
  readonly isAssetRateMigrationInit: boolean;
2571
2572
  readonly isAssetRateMigrationOngoing: boolean;
2572
2573
  readonly asAssetRateMigrationOngoing: {
2573
- readonly lastKey: Option<PolkadotRuntimeCommonImplsVersionedLocatableAsset>;
2574
+ readonly lastKey: Option<PezkuwiRuntimeCommonImplsVersionedLocatableAsset>;
2574
2575
  } & Struct;
2575
2576
  readonly isAssetRateMigrationDone: boolean;
2576
2577
  readonly isCrowdloanMigrationInit: boolean;
2577
2578
  readonly isCrowdloanMigrationOngoing: boolean;
2578
2579
  readonly asCrowdloanMigrationOngoing: {
2579
- readonly lastKey: Option<PalletRcMigratorCrowdloanCrowdloanStage>;
2580
+ readonly lastKey: Option<PezpalletRcMigratorCrowdloanCrowdloanStage>;
2580
2581
  } & Struct;
2581
2582
  readonly isCrowdloanMigrationDone: boolean;
2582
2583
  readonly isTreasuryMigrationInit: boolean;
2583
2584
  readonly isTreasuryMigrationOngoing: boolean;
2584
2585
  readonly asTreasuryMigrationOngoing: {
2585
- readonly lastKey: Option<PalletRcMigratorTreasuryTreasuryStage>;
2586
+ readonly lastKey: Option<PezpalletRcMigratorTreasuryTreasuryStage>;
2586
2587
  } & Struct;
2587
2588
  readonly isTreasuryMigrationDone: boolean;
2588
2589
  readonly isStakingMigrationInit: boolean;
2589
2590
  readonly isStakingMigrationOngoing: boolean;
2590
2591
  readonly asStakingMigrationOngoing: {
2591
- readonly nextKey: Option<PalletRcMigratorStakingStakingImplStakingStage>;
2592
+ readonly nextKey: Option<PezpalletRcMigratorStakingStakingImplStakingStage>;
2592
2593
  } & Struct;
2593
2594
  readonly isStakingMigrationDone: boolean;
2594
2595
  readonly isCoolOff: boolean;
@@ -2599,22 +2600,22 @@ declare module '@polkadot/types/lookup' {
2599
2600
  readonly isMigrationDone: boolean;
2600
2601
  readonly type: 'Pending' | 'MigrationPaused' | 'Scheduled' | 'WaitingForAh' | 'WarmUp' | 'Starting' | 'PureProxyCandidatesMigrationInit' | 'AccountsMigrationInit' | 'AccountsMigrationOngoing' | 'AccountsMigrationDone' | 'MultisigMigrationInit' | 'MultisigMigrationOngoing' | 'MultisigMigrationDone' | 'ClaimsMigrationInit' | 'ClaimsMigrationOngoing' | 'ClaimsMigrationDone' | 'ProxyMigrationInit' | 'ProxyMigrationProxies' | 'ProxyMigrationAnnouncements' | 'ProxyMigrationDone' | 'PreimageMigrationInit' | 'PreimageMigrationChunksOngoing' | 'PreimageMigrationChunksDone' | 'PreimageMigrationRequestStatusOngoing' | 'PreimageMigrationRequestStatusDone' | 'PreimageMigrationLegacyRequestStatusInit' | 'PreimageMigrationLegacyRequestStatusOngoing' | 'PreimageMigrationLegacyRequestStatusDone' | 'PreimageMigrationDone' | 'NomPoolsMigrationInit' | 'NomPoolsMigrationOngoing' | 'NomPoolsMigrationDone' | 'VestingMigrationInit' | 'VestingMigrationOngoing' | 'VestingMigrationDone' | 'DelegatedStakingMigrationInit' | 'DelegatedStakingMigrationOngoing' | 'DelegatedStakingMigrationDone' | 'IndicesMigrationInit' | 'IndicesMigrationOngoing' | 'IndicesMigrationDone' | 'ReferendaMigrationInit' | 'ReferendaMigrationOngoing' | 'ReferendaMigrationDone' | 'BagsListMigrationInit' | 'BagsListMigrationOngoing' | 'BagsListMigrationDone' | 'SchedulerMigrationInit' | 'SchedulerMigrationOngoing' | 'SchedulerAgendaMigrationOngoing' | 'SchedulerMigrationDone' | 'ConvictionVotingMigrationInit' | 'ConvictionVotingMigrationOngoing' | 'ConvictionVotingMigrationDone' | 'BountiesMigrationInit' | 'BountiesMigrationOngoing' | 'BountiesMigrationDone' | 'ChildBountiesMigrationInit' | 'ChildBountiesMigrationOngoing' | 'ChildBountiesMigrationDone' | 'AssetRateMigrationInit' | 'AssetRateMigrationOngoing' | 'AssetRateMigrationDone' | 'CrowdloanMigrationInit' | 'CrowdloanMigrationOngoing' | 'CrowdloanMigrationDone' | 'TreasuryMigrationInit' | 'TreasuryMigrationOngoing' | 'TreasuryMigrationDone' | 'StakingMigrationInit' | 'StakingMigrationOngoing' | 'StakingMigrationDone' | 'CoolOff' | 'SignalMigrationFinish' | 'MigrationDone';
2601
2602
  }
2602
- /** @name PalletRcMigratorClaimsClaimsStage (470) */
2603
- interface PalletRcMigratorClaimsClaimsStage extends Enum {
2603
+ /** @name PezpalletRcMigratorClaimsClaimsStage (470) */
2604
+ interface PezpalletRcMigratorClaimsClaimsStage extends Enum {
2604
2605
  readonly isStorageValues: boolean;
2605
2606
  readonly isClaims: boolean;
2606
- readonly asClaims: Option<EthereumAddress>;
2607
+ readonly asClaims: Option<PezkuwiRuntimeCommonClaimsEthereumAddress>;
2607
2608
  readonly isVesting: boolean;
2608
- readonly asVesting: Option<EthereumAddress>;
2609
+ readonly asVesting: Option<PezkuwiRuntimeCommonClaimsEthereumAddress>;
2609
2610
  readonly isSigning: boolean;
2610
- readonly asSigning: Option<EthereumAddress>;
2611
+ readonly asSigning: Option<PezkuwiRuntimeCommonClaimsEthereumAddress>;
2611
2612
  readonly isPreclaims: boolean;
2612
2613
  readonly asPreclaims: Option<AccountId32>;
2613
2614
  readonly isFinished: boolean;
2614
2615
  readonly type: 'StorageValues' | 'Claims' | 'Vesting' | 'Signing' | 'Preclaims' | 'Finished';
2615
2616
  }
2616
- /** @name PalletRcMigratorStakingNomPoolsNomPoolsStage (476) */
2617
- interface PalletRcMigratorStakingNomPoolsNomPoolsStage extends Enum {
2617
+ /** @name PezpalletRcMigratorStakingNomPoolsNomPoolsStage (476) */
2618
+ interface PezpalletRcMigratorStakingNomPoolsNomPoolsStage extends Enum {
2618
2619
  readonly isStorageValues: boolean;
2619
2620
  readonly isPoolMembers: boolean;
2620
2621
  readonly asPoolMembers: Option<AccountId32>;
@@ -2633,8 +2634,8 @@ declare module '@polkadot/types/lookup' {
2633
2634
  readonly isFinished: boolean;
2634
2635
  readonly type: 'StorageValues' | 'PoolMembers' | 'BondedPools' | 'RewardPools' | 'SubPoolsStorage' | 'Metadata' | 'ReversePoolIdLookup' | 'ClaimPermissions' | 'Finished';
2635
2636
  }
2636
- /** @name PalletRcMigratorStakingDelegatedStakingDelegatedStakingStage (478) */
2637
- interface PalletRcMigratorStakingDelegatedStakingDelegatedStakingStage extends Enum {
2637
+ /** @name PezpalletRcMigratorStakingDelegatedStakingDelegatedStakingStage (478) */
2638
+ interface PezpalletRcMigratorStakingDelegatedStakingDelegatedStakingStage extends Enum {
2638
2639
  readonly isDelegators: boolean;
2639
2640
  readonly asDelegators: Option<AccountId32>;
2640
2641
  readonly isAgents: boolean;
@@ -2642,8 +2643,8 @@ declare module '@polkadot/types/lookup' {
2642
2643
  readonly isFinished: boolean;
2643
2644
  readonly type: 'Delegators' | 'Agents' | 'Finished';
2644
2645
  }
2645
- /** @name PalletRcMigratorReferendaReferendaStage (481) */
2646
- interface PalletRcMigratorReferendaReferendaStage extends Enum {
2646
+ /** @name PezpalletRcMigratorReferendaReferendaStage (481) */
2647
+ interface PezpalletRcMigratorReferendaReferendaStage extends Enum {
2647
2648
  readonly isStorageValues: boolean;
2648
2649
  readonly isMetadata: boolean;
2649
2650
  readonly asMetadata: Option<u32>;
@@ -2651,8 +2652,8 @@ declare module '@polkadot/types/lookup' {
2651
2652
  readonly asReferendumInfo: Option<u32>;
2652
2653
  readonly type: 'StorageValues' | 'Metadata' | 'ReferendumInfo';
2653
2654
  }
2654
- /** @name PalletRcMigratorStakingBagsListBagsListStage (483) */
2655
- interface PalletRcMigratorStakingBagsListBagsListStage extends Enum {
2655
+ /** @name PezpalletRcMigratorStakingBagsListBagsListStage (483) */
2656
+ interface PezpalletRcMigratorStakingBagsListBagsListStage extends Enum {
2656
2657
  readonly isListNodes: boolean;
2657
2658
  readonly asListNodes: Option<AccountId32>;
2658
2659
  readonly isListBags: boolean;
@@ -2660,8 +2661,8 @@ declare module '@polkadot/types/lookup' {
2660
2661
  readonly isFinished: boolean;
2661
2662
  readonly type: 'ListNodes' | 'ListBags' | 'Finished';
2662
2663
  }
2663
- /** @name PalletRcMigratorSchedulerSchedulerStage (485) */
2664
- interface PalletRcMigratorSchedulerSchedulerStage extends Enum {
2664
+ /** @name PezpalletRcMigratorSchedulerSchedulerStage (485) */
2665
+ interface PezpalletRcMigratorSchedulerSchedulerStage extends Enum {
2665
2666
  readonly isIncompleteSince: boolean;
2666
2667
  readonly isRetries: boolean;
2667
2668
  readonly asRetries: Option<ITuple<[u32, u32]>>;
@@ -2670,8 +2671,8 @@ declare module '@polkadot/types/lookup' {
2670
2671
  readonly isFinished: boolean;
2671
2672
  readonly type: 'IncompleteSince' | 'Retries' | 'Lookup' | 'Finished';
2672
2673
  }
2673
- /** @name PalletRcMigratorConvictionVotingConvictionVotingStage (487) */
2674
- interface PalletRcMigratorConvictionVotingConvictionVotingStage extends Enum {
2674
+ /** @name PezpalletRcMigratorConvictionVotingConvictionVotingStage (487) */
2675
+ interface PezpalletRcMigratorConvictionVotingConvictionVotingStage extends Enum {
2675
2676
  readonly isVotingFor: boolean;
2676
2677
  readonly asVotingFor: Option<ITuple<[AccountId32, u16]>>;
2677
2678
  readonly isClassLocksFor: boolean;
@@ -2679,8 +2680,8 @@ declare module '@polkadot/types/lookup' {
2679
2680
  readonly isFinished: boolean;
2680
2681
  readonly type: 'VotingFor' | 'ClassLocksFor' | 'Finished';
2681
2682
  }
2682
- /** @name PalletRcMigratorBountiesBountiesStage (491) */
2683
- interface PalletRcMigratorBountiesBountiesStage extends Enum {
2683
+ /** @name PezpalletRcMigratorBountiesBountiesStage (491) */
2684
+ interface PezpalletRcMigratorBountiesBountiesStage extends Enum {
2684
2685
  readonly isBountyCount: boolean;
2685
2686
  readonly isBountyApprovals: boolean;
2686
2687
  readonly isBountyDescriptions: boolean;
@@ -2694,8 +2695,8 @@ declare module '@polkadot/types/lookup' {
2694
2695
  readonly isFinished: boolean;
2695
2696
  readonly type: 'BountyCount' | 'BountyApprovals' | 'BountyDescriptions' | 'Bounties' | 'Finished';
2696
2697
  }
2697
- /** @name PalletRcMigratorChildBountiesChildBountiesStage (493) */
2698
- interface PalletRcMigratorChildBountiesChildBountiesStage extends Enum {
2698
+ /** @name PezpalletRcMigratorChildBountiesChildBountiesStage (493) */
2699
+ interface PezpalletRcMigratorChildBountiesChildBountiesStage extends Enum {
2699
2700
  readonly isChildBountyCount: boolean;
2700
2701
  readonly isParentChildBounties: boolean;
2701
2702
  readonly asParentChildBounties: {
@@ -2724,8 +2725,8 @@ declare module '@polkadot/types/lookup' {
2724
2725
  readonly isFinished: boolean;
2725
2726
  readonly type: 'ChildBountyCount' | 'ParentChildBounties' | 'ParentTotalChildBounties' | 'ChildBounties' | 'ChildBountyDescriptionsV1' | 'V0ToV1ChildBountyIds' | 'ChildrenCuratorFees' | 'Finished';
2726
2727
  }
2727
- /** @name PalletRcMigratorCrowdloanCrowdloanStage (496) */
2728
- interface PalletRcMigratorCrowdloanCrowdloanStage extends Enum {
2728
+ /** @name PezpalletRcMigratorCrowdloanCrowdloanStage (496) */
2729
+ interface PezpalletRcMigratorCrowdloanCrowdloanStage extends Enum {
2729
2730
  readonly isSetup: boolean;
2730
2731
  readonly isLeaseReserve: boolean;
2731
2732
  readonly asLeaseReserve: {
@@ -2739,8 +2740,8 @@ declare module '@polkadot/types/lookup' {
2739
2740
  readonly isFinished: boolean;
2740
2741
  readonly type: 'Setup' | 'LeaseReserve' | 'CrowdloanContribution' | 'CrowdloanReserve' | 'Finished';
2741
2742
  }
2742
- /** @name PalletRcMigratorTreasuryTreasuryStage (499) */
2743
- interface PalletRcMigratorTreasuryTreasuryStage extends Enum {
2743
+ /** @name PezpalletRcMigratorTreasuryTreasuryStage (499) */
2744
+ interface PezpalletRcMigratorTreasuryTreasuryStage extends Enum {
2744
2745
  readonly isProposalCount: boolean;
2745
2746
  readonly isProposals: boolean;
2746
2747
  readonly asProposals: Option<u32>;
@@ -2753,8 +2754,8 @@ declare module '@polkadot/types/lookup' {
2753
2754
  readonly isFinished: boolean;
2754
2755
  readonly type: 'ProposalCount' | 'Proposals' | 'Approvals' | 'SpendCount' | 'Spends' | 'LastSpendPeriod' | 'Funds' | 'Finished';
2755
2756
  }
2756
- /** @name PalletRcMigratorStakingStakingImplStakingStage (501) */
2757
- interface PalletRcMigratorStakingStakingImplStakingStage extends Enum {
2757
+ /** @name PezpalletRcMigratorStakingStakingImplStakingStage (501) */
2758
+ interface PezpalletRcMigratorStakingStakingImplStakingStage extends Enum {
2758
2759
  readonly isValues: boolean;
2759
2760
  readonly isInvulnerables: boolean;
2760
2761
  readonly isBonded: boolean;
@@ -2797,37 +2798,37 @@ declare module '@polkadot/types/lookup' {
2797
2798
  readonly isFinished: boolean;
2798
2799
  readonly type: 'Values' | 'Invulnerables' | 'Bonded' | 'Ledger' | 'Payee' | 'Validators' | 'Nominators' | 'VirtualStakers' | 'ErasStakersOverview' | 'ErasStakersPaged' | 'ClaimedRewards' | 'ErasValidatorPrefs' | 'ErasValidatorReward' | 'ErasRewardPoints' | 'ErasTotalStake' | 'UnappliedSlashes' | 'BondedEras' | 'ValidatorSlashInEra' | 'NominatorSlashInEra' | 'SlashingSpans' | 'SpanSlash' | 'Finished';
2799
2800
  }
2800
- /** @name PalletRcMigratorQueuePriority (508) */
2801
- interface PalletRcMigratorQueuePriority extends Enum {
2801
+ /** @name PezpalletRcMigratorQueuePriority (508) */
2802
+ interface PezpalletRcMigratorQueuePriority extends Enum {
2802
2803
  readonly isConfig: boolean;
2803
2804
  readonly isOverrideConfig: boolean;
2804
2805
  readonly asOverrideConfig: ITuple<[u32, u32]>;
2805
2806
  readonly isDisabled: boolean;
2806
2807
  readonly type: 'Config' | 'OverrideConfig' | 'Disabled';
2807
2808
  }
2808
- /** @name PalletRcMigratorManagerMultisigVote (509) */
2809
- interface PalletRcMigratorManagerMultisigVote extends Struct {
2810
- readonly who: SpRuntimeMultiSigner;
2811
- readonly call: Call;
2809
+ /** @name PezpalletRcMigratorManagerMultisigVote (509) */
2810
+ interface PezpalletRcMigratorManagerMultisigVote extends Struct {
2811
+ readonly who: PezspRuntimeMultiSigner;
2812
+ readonly call: RuntimeCall;
2812
2813
  readonly round: u32;
2813
2814
  }
2814
- /** @name PalletRcMigratorMigrationSettings (511) */
2815
- interface PalletRcMigratorMigrationSettings extends Struct {
2815
+ /** @name PezpalletRcMigratorMigrationSettings (511) */
2816
+ interface PezpalletRcMigratorMigrationSettings extends Struct {
2816
2817
  readonly maxAccountsPerBlock: Option<u32>;
2817
2818
  readonly maxItemsPerBlock: Option<u32>;
2818
2819
  }
2819
- /** @name PolkadotRuntimeCommonClaimsPalletEvent (519) */
2820
- interface PolkadotRuntimeCommonClaimsPalletEvent extends Enum {
2820
+ /** @name PezkuwiRuntimeCommonClaimsPezpalletEvent (519) */
2821
+ interface PezkuwiRuntimeCommonClaimsPezpalletEvent extends Enum {
2821
2822
  readonly isClaimed: boolean;
2822
2823
  readonly asClaimed: {
2823
2824
  readonly who: AccountId32;
2824
- readonly ethereumAddress: EthereumAddress;
2825
+ readonly ethereumAddress: PezkuwiRuntimeCommonClaimsEthereumAddress;
2825
2826
  readonly amount: u128;
2826
2827
  } & Struct;
2827
2828
  readonly type: 'Claimed';
2828
2829
  }
2829
- /** @name PalletStakingAsyncAhClientEvent (536) */
2830
- interface PalletStakingAsyncAhClientEvent extends Enum {
2830
+ /** @name PezpalletStakingAsyncAhClientEvent (536) */
2831
+ interface PezpalletStakingAsyncAhClientEvent extends Enum {
2831
2832
  readonly isValidatorSetReceived: boolean;
2832
2833
  readonly asValidatorSetReceived: {
2833
2834
  readonly id: u32;
@@ -2838,11 +2839,11 @@ declare module '@polkadot/types/lookup' {
2838
2839
  readonly isCouldNotMergeAndDropped: boolean;
2839
2840
  readonly isSetTooSmallAndDropped: boolean;
2840
2841
  readonly isUnexpected: boolean;
2841
- readonly asUnexpected: PalletStakingAsyncAhClientUnexpectedKind;
2842
+ readonly asUnexpected: PezpalletStakingAsyncAhClientUnexpectedKind;
2842
2843
  readonly type: 'ValidatorSetReceived' | 'CouldNotMergeAndDropped' | 'SetTooSmallAndDropped' | 'Unexpected';
2843
2844
  }
2844
- /** @name PalletStakingAsyncAhClientUnexpectedKind (537) */
2845
- interface PalletStakingAsyncAhClientUnexpectedKind extends Enum {
2845
+ /** @name PezpalletStakingAsyncAhClientUnexpectedKind (537) */
2846
+ interface PezpalletStakingAsyncAhClientUnexpectedKind extends Enum {
2846
2847
  readonly isReceivedValidatorSetWhilePassive: boolean;
2847
2848
  readonly isUnexpectedModeTransition: boolean;
2848
2849
  readonly isSessionReportSendFailed: boolean;
@@ -2851,14 +2852,14 @@ declare module '@polkadot/types/lookup' {
2851
2852
  readonly isValidatorPointDropped: boolean;
2852
2853
  readonly type: 'ReceivedValidatorSetWhilePassive' | 'UnexpectedModeTransition' | 'SessionReportSendFailed' | 'SessionReportDropped' | 'OffenceSendFailed' | 'ValidatorPointDropped';
2853
2854
  }
2854
- /** @name PolkadotRuntimeParachainsInclusionPalletEvent (538) */
2855
- interface PolkadotRuntimeParachainsInclusionPalletEvent extends Enum {
2855
+ /** @name PezkuwiRuntimeTeyrchainsInclusionPezpalletEvent (538) */
2856
+ interface PezkuwiRuntimeTeyrchainsInclusionPezpalletEvent extends Enum {
2856
2857
  readonly isCandidateBacked: boolean;
2857
- readonly asCandidateBacked: ITuple<[PolkadotPrimitivesVstagingCandidateReceiptV2, Bytes, u32, u32]>;
2858
+ readonly asCandidateBacked: ITuple<[PezkuwiPrimitivesVstagingCandidateReceiptV2, Bytes, u32, u32]>;
2858
2859
  readonly isCandidateIncluded: boolean;
2859
- readonly asCandidateIncluded: ITuple<[PolkadotPrimitivesVstagingCandidateReceiptV2, Bytes, u32, u32]>;
2860
+ readonly asCandidateIncluded: ITuple<[PezkuwiPrimitivesVstagingCandidateReceiptV2, Bytes, u32, u32]>;
2860
2861
  readonly isCandidateTimedOut: boolean;
2861
- readonly asCandidateTimedOut: ITuple<[PolkadotPrimitivesVstagingCandidateReceiptV2, Bytes, u32]>;
2862
+ readonly asCandidateTimedOut: ITuple<[PezkuwiPrimitivesVstagingCandidateReceiptV2, Bytes, u32]>;
2862
2863
  readonly isUpwardMessagesReceived: boolean;
2863
2864
  readonly asUpwardMessagesReceived: {
2864
2865
  readonly from: u32;
@@ -2866,13 +2867,13 @@ declare module '@polkadot/types/lookup' {
2866
2867
  } & Struct;
2867
2868
  readonly type: 'CandidateBacked' | 'CandidateIncluded' | 'CandidateTimedOut' | 'UpwardMessagesReceived';
2868
2869
  }
2869
- /** @name PolkadotPrimitivesVstagingCandidateReceiptV2 (539) */
2870
- interface PolkadotPrimitivesVstagingCandidateReceiptV2 extends Struct {
2871
- readonly descriptor: PolkadotPrimitivesVstagingCandidateDescriptorV2;
2870
+ /** @name PezkuwiPrimitivesVstagingCandidateReceiptV2 (539) */
2871
+ interface PezkuwiPrimitivesVstagingCandidateReceiptV2 extends Struct {
2872
+ readonly descriptor: PezkuwiPrimitivesVstagingCandidateDescriptorV2;
2872
2873
  readonly commitmentsHash: H256;
2873
2874
  }
2874
- /** @name PolkadotRuntimeParachainsParasPalletEvent (542) */
2875
- interface PolkadotRuntimeParachainsParasPalletEvent extends Enum {
2875
+ /** @name PezkuwiRuntimeTeyrchainsParasPezpalletEvent (542) */
2876
+ interface PezkuwiRuntimeTeyrchainsParasPezpalletEvent extends Enum {
2876
2877
  readonly isCurrentCodeUpdated: boolean;
2877
2878
  readonly asCurrentCodeUpdated: u32;
2878
2879
  readonly isCurrentHeadUpdated: boolean;
@@ -2901,8 +2902,8 @@ declare module '@polkadot/types/lookup' {
2901
2902
  } & Struct;
2902
2903
  readonly type: 'CurrentCodeUpdated' | 'CurrentHeadUpdated' | 'CodeUpgradeScheduled' | 'NewHeadNoted' | 'ActionQueued' | 'PvfCheckStarted' | 'PvfCheckAccepted' | 'PvfCheckRejected' | 'UpgradeCooldownRemoved' | 'CodeAuthorized';
2903
2904
  }
2904
- /** @name PolkadotRuntimeParachainsHrmpPalletEvent (543) */
2905
- interface PolkadotRuntimeParachainsHrmpPalletEvent extends Enum {
2905
+ /** @name PezkuwiRuntimeTeyrchainsHrmpPezpalletEvent (543) */
2906
+ interface PezkuwiRuntimeTeyrchainsHrmpPezpalletEvent extends Enum {
2906
2907
  readonly isOpenChannelRequested: boolean;
2907
2908
  readonly asOpenChannelRequested: {
2908
2909
  readonly sender: u32;
@@ -2912,8 +2913,8 @@ declare module '@polkadot/types/lookup' {
2912
2913
  } & Struct;
2913
2914
  readonly isOpenChannelCanceled: boolean;
2914
2915
  readonly asOpenChannelCanceled: {
2915
- readonly byParachain: u32;
2916
- readonly channelId: PolkadotParachainPrimitivesPrimitivesHrmpChannelId;
2916
+ readonly byTeyrchain: u32;
2917
+ readonly channelId: PezkuwiTeyrchainPrimitivesPrimitivesHrmpChannelId;
2917
2918
  } & Struct;
2918
2919
  readonly isOpenChannelAccepted: boolean;
2919
2920
  readonly asOpenChannelAccepted: {
@@ -2922,8 +2923,8 @@ declare module '@polkadot/types/lookup' {
2922
2923
  } & Struct;
2923
2924
  readonly isChannelClosed: boolean;
2924
2925
  readonly asChannelClosed: {
2925
- readonly byParachain: u32;
2926
- readonly channelId: PolkadotParachainPrimitivesPrimitivesHrmpChannelId;
2926
+ readonly byTeyrchain: u32;
2927
+ readonly channelId: PezkuwiTeyrchainPrimitivesPrimitivesHrmpChannelId;
2927
2928
  } & Struct;
2928
2929
  readonly isHrmpChannelForceOpened: boolean;
2929
2930
  readonly asHrmpChannelForceOpened: {
@@ -2946,30 +2947,30 @@ declare module '@polkadot/types/lookup' {
2946
2947
  } & Struct;
2947
2948
  readonly type: 'OpenChannelRequested' | 'OpenChannelCanceled' | 'OpenChannelAccepted' | 'ChannelClosed' | 'HrmpChannelForceOpened' | 'HrmpSystemChannelOpened' | 'OpenChannelDepositsUpdated';
2948
2949
  }
2949
- /** @name PolkadotRuntimeParachainsDisputesPalletEvent (544) */
2950
- interface PolkadotRuntimeParachainsDisputesPalletEvent extends Enum {
2950
+ /** @name PezkuwiRuntimeTeyrchainsDisputesPezpalletEvent (544) */
2951
+ interface PezkuwiRuntimeTeyrchainsDisputesPezpalletEvent extends Enum {
2951
2952
  readonly isDisputeInitiated: boolean;
2952
- readonly asDisputeInitiated: ITuple<[H256, PolkadotRuntimeParachainsDisputesDisputeLocation]>;
2953
+ readonly asDisputeInitiated: ITuple<[H256, PezkuwiRuntimeTeyrchainsDisputesDisputeLocation]>;
2953
2954
  readonly isDisputeConcluded: boolean;
2954
- readonly asDisputeConcluded: ITuple<[H256, PolkadotRuntimeParachainsDisputesDisputeResult]>;
2955
+ readonly asDisputeConcluded: ITuple<[H256, PezkuwiRuntimeTeyrchainsDisputesDisputeResult]>;
2955
2956
  readonly isRevert: boolean;
2956
2957
  readonly asRevert: u32;
2957
2958
  readonly type: 'DisputeInitiated' | 'DisputeConcluded' | 'Revert';
2958
2959
  }
2959
- /** @name PolkadotRuntimeParachainsDisputesDisputeLocation (545) */
2960
- interface PolkadotRuntimeParachainsDisputesDisputeLocation extends Enum {
2960
+ /** @name PezkuwiRuntimeTeyrchainsDisputesDisputeLocation (545) */
2961
+ interface PezkuwiRuntimeTeyrchainsDisputesDisputeLocation extends Enum {
2961
2962
  readonly isLocal: boolean;
2962
2963
  readonly isRemote: boolean;
2963
2964
  readonly type: 'Local' | 'Remote';
2964
2965
  }
2965
- /** @name PolkadotRuntimeParachainsDisputesDisputeResult (546) */
2966
- interface PolkadotRuntimeParachainsDisputesDisputeResult extends Enum {
2966
+ /** @name PezkuwiRuntimeTeyrchainsDisputesDisputeResult (546) */
2967
+ interface PezkuwiRuntimeTeyrchainsDisputesDisputeResult extends Enum {
2967
2968
  readonly isValid: boolean;
2968
2969
  readonly isInvalid: boolean;
2969
2970
  readonly type: 'Valid' | 'Invalid';
2970
2971
  }
2971
- /** @name PolkadotRuntimeParachainsOnDemandPalletEvent (547) */
2972
- interface PolkadotRuntimeParachainsOnDemandPalletEvent extends Enum {
2972
+ /** @name PezkuwiRuntimeTeyrchainsOnDemandPezpalletEvent (547) */
2973
+ interface PezkuwiRuntimeTeyrchainsOnDemandPezpalletEvent extends Enum {
2973
2974
  readonly isOnDemandOrderPlaced: boolean;
2974
2975
  readonly asOnDemandOrderPlaced: {
2975
2976
  readonly paraId: u32;
@@ -2987,8 +2988,8 @@ declare module '@polkadot/types/lookup' {
2987
2988
  } & Struct;
2988
2989
  readonly type: 'OnDemandOrderPlaced' | 'SpotPriceSet' | 'AccountCredited';
2989
2990
  }
2990
- /** @name PolkadotRuntimeCommonParasRegistrarPalletEvent (548) */
2991
- interface PolkadotRuntimeCommonParasRegistrarPalletEvent extends Enum {
2991
+ /** @name PezkuwiRuntimeCommonParasRegistrarPezpalletEvent (548) */
2992
+ interface PezkuwiRuntimeCommonParasRegistrarPezpalletEvent extends Enum {
2992
2993
  readonly isRegistered: boolean;
2993
2994
  readonly asRegistered: {
2994
2995
  readonly paraId: u32;
@@ -3010,8 +3011,8 @@ declare module '@polkadot/types/lookup' {
3010
3011
  } & Struct;
3011
3012
  readonly type: 'Registered' | 'Deregistered' | 'Reserved' | 'Swapped';
3012
3013
  }
3013
- /** @name PolkadotRuntimeCommonSlotsPalletEvent (549) */
3014
- interface PolkadotRuntimeCommonSlotsPalletEvent extends Enum {
3014
+ /** @name PezkuwiRuntimeCommonSlotsPezpalletEvent (549) */
3015
+ interface PezkuwiRuntimeCommonSlotsPezpalletEvent extends Enum {
3015
3016
  readonly isNewLeasePeriod: boolean;
3016
3017
  readonly asNewLeasePeriod: {
3017
3018
  readonly leasePeriod: u32;
@@ -3027,8 +3028,8 @@ declare module '@polkadot/types/lookup' {
3027
3028
  } & Struct;
3028
3029
  readonly type: 'NewLeasePeriod' | 'Leased';
3029
3030
  }
3030
- /** @name PolkadotRuntimeCommonAuctionsPalletEvent (550) */
3031
- interface PolkadotRuntimeCommonAuctionsPalletEvent extends Enum {
3031
+ /** @name PezkuwiRuntimeCommonAuctionsPezpalletEvent (550) */
3032
+ interface PezkuwiRuntimeCommonAuctionsPezpalletEvent extends Enum {
3032
3033
  readonly isAuctionStarted: boolean;
3033
3034
  readonly asAuctionStarted: {
3034
3035
  readonly auctionIndex: u32;
@@ -3071,8 +3072,8 @@ declare module '@polkadot/types/lookup' {
3071
3072
  } & Struct;
3072
3073
  readonly type: 'AuctionStarted' | 'AuctionClosed' | 'Reserved' | 'Unreserved' | 'ReserveConfiscated' | 'BidAccepted' | 'WinningOffset';
3073
3074
  }
3074
- /** @name PolkadotRuntimeCommonCrowdloanPalletEvent (551) */
3075
- interface PolkadotRuntimeCommonCrowdloanPalletEvent extends Enum {
3075
+ /** @name PezkuwiRuntimeCommonCrowdloanPezpalletEvent (551) */
3076
+ interface PezkuwiRuntimeCommonCrowdloanPezpalletEvent extends Enum {
3076
3077
  readonly isCreated: boolean;
3077
3078
  readonly asCreated: {
3078
3079
  readonly paraId: u32;
@@ -3104,7 +3105,7 @@ declare module '@polkadot/types/lookup' {
3104
3105
  readonly isHandleBidResult: boolean;
3105
3106
  readonly asHandleBidResult: {
3106
3107
  readonly paraId: u32;
3107
- readonly result: Result<Null, SpRuntimeDispatchError>;
3108
+ readonly result: Result<Null, PezspRuntimeDispatchError>;
3108
3109
  } & Struct;
3109
3110
  readonly isEdited: boolean;
3110
3111
  readonly asEdited: {
@@ -3122,8 +3123,8 @@ declare module '@polkadot/types/lookup' {
3122
3123
  } & Struct;
3123
3124
  readonly type: 'Created' | 'Contributed' | 'Withdrew' | 'PartiallyRefunded' | 'AllRefunded' | 'Dissolved' | 'HandleBidResult' | 'Edited' | 'MemoUpdated' | 'AddedToNewRaise';
3124
3125
  }
3125
- /** @name PolkadotRuntimeParachainsCoretimePalletEvent (552) */
3126
- interface PolkadotRuntimeParachainsCoretimePalletEvent extends Enum {
3126
+ /** @name PezkuwiRuntimeTeyrchainsCoretimePezpalletEvent (552) */
3127
+ interface PezkuwiRuntimeTeyrchainsCoretimePezpalletEvent extends Enum {
3127
3128
  readonly isRevenueInfoRequested: boolean;
3128
3129
  readonly asRevenueInfoRequested: {
3129
3130
  readonly when: u32;
@@ -3134,8 +3135,8 @@ declare module '@polkadot/types/lookup' {
3134
3135
  } & Struct;
3135
3136
  readonly type: 'RevenueInfoRequested' | 'CoreAssigned';
3136
3137
  }
3137
- /** @name PalletXcmEvent (556) */
3138
- interface PalletXcmEvent extends Enum {
3138
+ /** @name PezpalletXcmEvent (556) */
3139
+ interface PezpalletXcmEvent extends Enum {
3139
3140
  readonly isAttempted: boolean;
3140
3141
  readonly asAttempted: {
3141
3142
  readonly outcome: StagingXcmV5TraitsOutcome;
@@ -3181,8 +3182,8 @@ declare module '@polkadot/types/lookup' {
3181
3182
  readonly queryId: u64;
3182
3183
  readonly palletIndex: u8;
3183
3184
  readonly callIndex: u8;
3184
- readonly actualWeight: SpWeightsWeightV2Weight;
3185
- readonly maxBudgetedWeight: SpWeightsWeightV2Weight;
3185
+ readonly actualWeight: PezspWeightsWeightV2Weight;
3186
+ readonly maxBudgetedWeight: PezspWeightsWeightV2Weight;
3186
3187
  } & Struct;
3187
3188
  readonly isNotifyDispatchError: boolean;
3188
3189
  readonly asNotifyDispatchError: {
@@ -3306,11 +3307,11 @@ declare module '@polkadot/types/lookup' {
3306
3307
  interface StagingXcmV5TraitsOutcome extends Enum {
3307
3308
  readonly isComplete: boolean;
3308
3309
  readonly asComplete: {
3309
- readonly used: SpWeightsWeightV2Weight;
3310
+ readonly used: PezspWeightsWeightV2Weight;
3310
3311
  } & Struct;
3311
3312
  readonly isIncomplete: boolean;
3312
3313
  readonly asIncomplete: {
3313
- readonly used: SpWeightsWeightV2Weight;
3314
+ readonly used: PezspWeightsWeightV2Weight;
3314
3315
  readonly error: StagingXcmV5TraitsInstructionError;
3315
3316
  } & Struct;
3316
3317
  readonly isError: boolean;
@@ -3333,12 +3334,12 @@ declare module '@polkadot/types/lookup' {
3333
3334
  readonly isFees: boolean;
3334
3335
  readonly type: 'NotApplicable' | 'Transport' | 'Unroutable' | 'DestinationUnsupported' | 'ExceedsMaxMessageSize' | 'MissingArgument' | 'Fees';
3335
3336
  }
3336
- /** @name PalletRcMigratorEvent (563) */
3337
- interface PalletRcMigratorEvent extends Enum {
3337
+ /** @name PezpalletRcMigratorEvent (563) */
3338
+ interface PezpalletRcMigratorEvent extends Enum {
3338
3339
  readonly isStageTransition: boolean;
3339
3340
  readonly asStageTransition: {
3340
- readonly old: PalletRcMigratorMigrationStage;
3341
- readonly new_: PalletRcMigratorMigrationStage;
3341
+ readonly old: PezpalletRcMigratorMigrationStage;
3342
+ readonly new_: PezpalletRcMigratorMigrationStage;
3342
3343
  } & Struct;
3343
3344
  readonly isAssetHubMigrationStarted: boolean;
3344
3345
  readonly isAssetHubMigrationFinished: boolean;
@@ -3365,8 +3366,8 @@ declare module '@polkadot/types/lookup' {
3365
3366
  } & Struct;
3366
3367
  readonly isAhUmpQueuePriorityConfigSet: boolean;
3367
3368
  readonly asAhUmpQueuePriorityConfigSet: {
3368
- readonly old: PalletRcMigratorQueuePriority;
3369
- readonly new_: PalletRcMigratorQueuePriority;
3369
+ readonly old: PezpalletRcMigratorQueuePriority;
3370
+ readonly new_: PezpalletRcMigratorQueuePriority;
3370
3371
  } & Struct;
3371
3372
  readonly isMigratedBalanceRecordSet: boolean;
3372
3373
  readonly asMigratedBalanceRecordSet: {
@@ -3402,7 +3403,7 @@ declare module '@polkadot/types/lookup' {
3402
3403
  } & Struct;
3403
3404
  readonly isMigrationPaused: boolean;
3404
3405
  readonly asMigrationPaused: {
3405
- readonly pauseStage: PalletRcMigratorMigrationStage;
3406
+ readonly pauseStage: PezpalletRcMigratorMigrationStage;
3406
3407
  } & Struct;
3407
3408
  readonly isMigrationCancelled: boolean;
3408
3409
  readonly isPureAccountsIndexed: boolean;
@@ -3411,7 +3412,7 @@ declare module '@polkadot/types/lookup' {
3411
3412
  } & Struct;
3412
3413
  readonly isManagerMultisigDispatched: boolean;
3413
3414
  readonly asManagerMultisigDispatched: {
3414
- readonly res: Result<Null, SpRuntimeDispatchError>;
3415
+ readonly res: Result<Null, PezspRuntimeDispatchError>;
3415
3416
  } & Struct;
3416
3417
  readonly isManagerMultisigVoted: boolean;
3417
3418
  readonly asManagerMultisigVoted: {
@@ -3419,75 +3420,75 @@ declare module '@polkadot/types/lookup' {
3419
3420
  } & Struct;
3420
3421
  readonly isMigrationSettingsSet: boolean;
3421
3422
  readonly asMigrationSettingsSet: {
3422
- readonly old: Option<PalletRcMigratorMigrationSettings>;
3423
- readonly new_: Option<PalletRcMigratorMigrationSettings>;
3423
+ readonly old: Option<PezpalletRcMigratorMigrationSettings>;
3424
+ readonly new_: Option<PezpalletRcMigratorMigrationSettings>;
3424
3425
  } & Struct;
3425
3426
  readonly type: 'StageTransition' | 'AssetHubMigrationStarted' | 'AssetHubMigrationFinished' | 'QueryResponseReceived' | 'XcmResendAttempt' | 'UnprocessedMsgBufferSet' | 'AhUmpQueuePrioritySet' | 'AhUmpQueuePriorityConfigSet' | 'MigratedBalanceRecordSet' | 'MigratedBalanceConsumed' | 'ManagerSet' | 'XcmSent' | 'StakingElectionsPaused' | 'AccountsPreserved' | 'CancellerSet' | 'MigrationPaused' | 'MigrationCancelled' | 'PureAccountsIndexed' | 'ManagerMultisigDispatched' | 'ManagerMultisigVoted' | 'MigrationSettingsSet';
3426
3427
  }
3427
- /** @name PolkadotRuntimeRuntimeHoldReason (623) */
3428
- interface PolkadotRuntimeRuntimeHoldReason extends Enum {
3428
+ /** @name PezkuwiRuntimeRuntimeHoldReason (623) */
3429
+ interface PezkuwiRuntimeRuntimeHoldReason extends Enum {
3429
3430
  readonly isStaking: boolean;
3430
- readonly asStaking: PalletStakingPalletHoldReason;
3431
+ readonly asStaking: PezpalletStakingPezpalletHoldReason;
3431
3432
  readonly isSession: boolean;
3432
- readonly asSession: PalletSessionHoldReason;
3433
+ readonly asSession: PezpalletSessionHoldReason;
3433
3434
  readonly isPreimage: boolean;
3434
- readonly asPreimage: PalletPreimageHoldReason;
3435
+ readonly asPreimage: PezpalletPreimageHoldReason;
3435
3436
  readonly isDelegatedStaking: boolean;
3436
- readonly asDelegatedStaking: PalletDelegatedStakingHoldReason;
3437
+ readonly asDelegatedStaking: PezpalletDelegatedStakingHoldReason;
3437
3438
  readonly isStateTrieMigration: boolean;
3438
- readonly asStateTrieMigration: PalletStateTrieMigrationHoldReason;
3439
+ readonly asStateTrieMigration: PezpalletStateTrieMigrationHoldReason;
3439
3440
  readonly isXcmPallet: boolean;
3440
- readonly asXcmPallet: PalletXcmHoldReason;
3441
+ readonly asXcmPallet: PezpalletXcmHoldReason;
3441
3442
  readonly type: 'Staking' | 'Session' | 'Preimage' | 'DelegatedStaking' | 'StateTrieMigration' | 'XcmPallet';
3442
3443
  }
3443
- /** @name PalletSessionHoldReason (626) */
3444
- interface PalletSessionHoldReason extends Enum {
3444
+ /** @name PezpalletSessionHoldReason (626) */
3445
+ interface PezpalletSessionHoldReason extends Enum {
3445
3446
  readonly isKeys: boolean;
3446
3447
  readonly type: 'Keys';
3447
3448
  }
3448
- /** @name PalletXcmHoldReason (629) */
3449
- interface PalletXcmHoldReason extends Enum {
3449
+ /** @name PezpalletXcmHoldReason (629) */
3450
+ interface PezpalletXcmHoldReason extends Enum {
3450
3451
  readonly isAuthorizeAlias: boolean;
3451
3452
  readonly type: 'AuthorizeAlias';
3452
3453
  }
3453
- /** @name PolkadotRuntimeRuntimeFreezeReason (633) */
3454
- interface PolkadotRuntimeRuntimeFreezeReason extends Enum {
3454
+ /** @name PezkuwiRuntimeRuntimeFreezeReason (633) */
3455
+ interface PezkuwiRuntimeRuntimeFreezeReason extends Enum {
3455
3456
  readonly isNominationPools: boolean;
3456
- readonly asNominationPools: PalletNominationPoolsFreezeReason;
3457
+ readonly asNominationPools: PezpalletNominationPoolsFreezeReason;
3457
3458
  readonly type: 'NominationPools';
3458
3459
  }
3459
- /** @name PalletReferendaReferendumInfo (693) */
3460
- interface PalletReferendaReferendumInfo extends Enum {
3460
+ /** @name PezpalletReferendaReferendumInfo (693) */
3461
+ interface PezpalletReferendaReferendumInfo extends Enum {
3461
3462
  readonly isOngoing: boolean;
3462
- readonly asOngoing: PalletReferendaReferendumStatus;
3463
+ readonly asOngoing: PezpalletReferendaReferendumStatus;
3463
3464
  readonly isApproved: boolean;
3464
- readonly asApproved: ITuple<[u32, Option<PalletReferendaDeposit>, Option<PalletReferendaDeposit>]>;
3465
+ readonly asApproved: ITuple<[u32, Option<PezpalletReferendaDeposit>, Option<PezpalletReferendaDeposit>]>;
3465
3466
  readonly isRejected: boolean;
3466
- readonly asRejected: ITuple<[u32, Option<PalletReferendaDeposit>, Option<PalletReferendaDeposit>]>;
3467
+ readonly asRejected: ITuple<[u32, Option<PezpalletReferendaDeposit>, Option<PezpalletReferendaDeposit>]>;
3467
3468
  readonly isCancelled: boolean;
3468
- readonly asCancelled: ITuple<[u32, Option<PalletReferendaDeposit>, Option<PalletReferendaDeposit>]>;
3469
+ readonly asCancelled: ITuple<[u32, Option<PezpalletReferendaDeposit>, Option<PezpalletReferendaDeposit>]>;
3469
3470
  readonly isTimedOut: boolean;
3470
- readonly asTimedOut: ITuple<[u32, Option<PalletReferendaDeposit>, Option<PalletReferendaDeposit>]>;
3471
+ readonly asTimedOut: ITuple<[u32, Option<PezpalletReferendaDeposit>, Option<PezpalletReferendaDeposit>]>;
3471
3472
  readonly isKilled: boolean;
3472
3473
  readonly asKilled: u32;
3473
3474
  readonly type: 'Ongoing' | 'Approved' | 'Rejected' | 'Cancelled' | 'TimedOut' | 'Killed';
3474
3475
  }
3475
- /** @name PalletReferendaReferendumStatus (694) */
3476
- interface PalletReferendaReferendumStatus extends Struct {
3476
+ /** @name PezpalletReferendaReferendumStatus (694) */
3477
+ interface PezpalletReferendaReferendumStatus extends Struct {
3477
3478
  readonly track: u16;
3478
- readonly origin: PolkadotRuntimeOriginCaller;
3479
- readonly proposal: FrameSupportPreimagesBounded;
3480
- readonly enactment: FrameSupportScheduleDispatchTime;
3479
+ readonly origin: PezkuwiRuntimeOriginCaller;
3480
+ readonly proposal: PezframeSupportPreimagesBounded;
3481
+ readonly enactment: PezframeSupportScheduleDispatchTime;
3481
3482
  readonly submitted: u32;
3482
- readonly submissionDeposit: PalletReferendaDeposit;
3483
- readonly decisionDeposit: Option<PalletReferendaDeposit>;
3484
- readonly deciding: Option<PalletReferendaDecidingStatus>;
3485
- readonly tally: PalletConvictionVotingTally;
3483
+ readonly submissionDeposit: PezpalletReferendaDeposit;
3484
+ readonly decisionDeposit: Option<PezpalletReferendaDeposit>;
3485
+ readonly deciding: Option<PezpalletReferendaDecidingStatus>;
3486
+ readonly tally: PezpalletConvictionVotingTally;
3486
3487
  readonly inQueue: bool;
3487
3488
  readonly alarm: Option<ITuple<[u32, ITuple<[u32, u32]>]>>;
3488
3489
  }
3489
- /** @name PolkadotRuntimeCommonClaimsPalletError (712) */
3490
- interface PolkadotRuntimeCommonClaimsPalletError extends Enum {
3490
+ /** @name PezkuwiRuntimeCommonClaimsPezpalletError (712) */
3491
+ interface PezkuwiRuntimeCommonClaimsPezpalletError extends Enum {
3491
3492
  readonly isInvalidEthereumSignature: boolean;
3492
3493
  readonly isSignerHasNoClaim: boolean;
3493
3494
  readonly isSenderHasNoClaim: boolean;
@@ -3496,34 +3497,34 @@ declare module '@polkadot/types/lookup' {
3496
3497
  readonly isVestedBalanceExists: boolean;
3497
3498
  readonly type: 'InvalidEthereumSignature' | 'SignerHasNoClaim' | 'SenderHasNoClaim' | 'PotUnderflow' | 'InvalidStatement' | 'VestedBalanceExists';
3498
3499
  }
3499
- /** @name FrameElectionProviderSupportBoundedSupports (738) */
3500
- interface FrameElectionProviderSupportBoundedSupports extends Vec<ITuple<[AccountId32, FrameElectionProviderSupportBoundedSupport]>> {
3500
+ /** @name PezframeElectionProviderSupportBoundedSupports (738) */
3501
+ interface PezframeElectionProviderSupportBoundedSupports extends Vec<ITuple<[AccountId32, PezframeElectionProviderSupportBoundedSupport]>> {
3501
3502
  }
3502
- /** @name FrameElectionProviderSupportBoundedSupport (741) */
3503
- interface FrameElectionProviderSupportBoundedSupport extends Struct {
3503
+ /** @name PezframeElectionProviderSupportBoundedSupport (741) */
3504
+ interface PezframeElectionProviderSupportBoundedSupport extends Struct {
3504
3505
  readonly total: u128;
3505
3506
  readonly voters: Vec<ITuple<[AccountId32, u128]>>;
3506
3507
  }
3507
- /** @name PalletStakingAsyncRcClientSessionReport (783) */
3508
- interface PalletStakingAsyncRcClientSessionReport extends Struct {
3508
+ /** @name PezpalletStakingAsyncRcClientSessionReport (783) */
3509
+ interface PezpalletStakingAsyncRcClientSessionReport extends Struct {
3509
3510
  readonly endIndex: u32;
3510
3511
  readonly validatorPoints: Vec<ITuple<[AccountId32, u32]>>;
3511
3512
  readonly activationTimestamp: Option<ITuple<[u64, u32]>>;
3512
3513
  readonly leftover: bool;
3513
3514
  }
3514
- /** @name PalletStakingAsyncRcClientOffence (787) */
3515
- interface PalletStakingAsyncRcClientOffence extends Struct {
3515
+ /** @name PezpalletStakingAsyncRcClientOffence (787) */
3516
+ interface PezpalletStakingAsyncRcClientOffence extends Struct {
3516
3517
  readonly offender: AccountId32;
3517
3518
  readonly reporters: Vec<AccountId32>;
3518
3519
  readonly slashFraction: Perbill;
3519
3520
  }
3520
- /** @name PalletStakingAsyncAhClientError (789) */
3521
- interface PalletStakingAsyncAhClientError extends Enum {
3521
+ /** @name PezpalletStakingAsyncAhClientError (789) */
3522
+ interface PezpalletStakingAsyncAhClientError extends Enum {
3522
3523
  readonly isBlocked: boolean;
3523
3524
  readonly type: 'Blocked';
3524
3525
  }
3525
- /** @name PolkadotRuntimeParachainsConfigurationHostConfiguration (790) */
3526
- interface PolkadotRuntimeParachainsConfigurationHostConfiguration extends Struct {
3526
+ /** @name PezkuwiRuntimeTeyrchainsConfigurationHostConfiguration (790) */
3527
+ interface PezkuwiRuntimeTeyrchainsConfigurationHostConfiguration extends Struct {
3527
3528
  readonly maxCodeSize: u32;
3528
3529
  readonly maxHeadDataSize: u32;
3529
3530
  readonly maxUpwardQueueCount: u32;
@@ -3533,7 +3534,7 @@ declare module '@polkadot/types/lookup' {
3533
3534
  readonly hrmpMaxMessageNumPerCandidate: u32;
3534
3535
  readonly validationUpgradeCooldown: u32;
3535
3536
  readonly validationUpgradeDelay: u32;
3536
- readonly asyncBackingParams: PolkadotPrimitivesV8AsyncBackingAsyncBackingParams;
3537
+ readonly asyncBackingParams: PezkuwiPrimitivesV8AsyncBackingAsyncBackingParams;
3537
3538
  readonly maxPovSize: u32;
3538
3539
  readonly maxDownwardMessageSize: u32;
3539
3540
  readonly hrmpMaxParachainOutboundChannels: u32;
@@ -3543,7 +3544,7 @@ declare module '@polkadot/types/lookup' {
3543
3544
  readonly hrmpChannelMaxTotalSize: u32;
3544
3545
  readonly hrmpMaxParachainInboundChannels: u32;
3545
3546
  readonly hrmpChannelMaxMessageSize: u32;
3546
- readonly executorParams: PolkadotPrimitivesV8ExecutorParams;
3547
+ readonly executorParams: PezkuwiPrimitivesV8ExecutorParams;
3547
3548
  readonly codeRetentionPeriod: u32;
3548
3549
  readonly maxValidators: Option<u32>;
3549
3550
  readonly disputePeriod: u32;
@@ -3557,39 +3558,39 @@ declare module '@polkadot/types/lookup' {
3557
3558
  readonly minimumValidationUpgradeDelay: u32;
3558
3559
  readonly minimumBackingVotes: u32;
3559
3560
  readonly nodeFeatures: BitVec;
3560
- readonly approvalVotingParams: PolkadotPrimitivesV8ApprovalVotingParams;
3561
- readonly schedulerParams: PolkadotPrimitivesV8SchedulerParams;
3561
+ readonly approvalVotingParams: PezkuwiPrimitivesV8ApprovalVotingParams;
3562
+ readonly schedulerParams: PezkuwiPrimitivesV8SchedulerParams;
3562
3563
  }
3563
- /** @name PolkadotRuntimeParachainsConfigurationPalletError (793) */
3564
- interface PolkadotRuntimeParachainsConfigurationPalletError extends Enum {
3564
+ /** @name PezkuwiRuntimeTeyrchainsConfigurationPezpalletError (793) */
3565
+ interface PezkuwiRuntimeTeyrchainsConfigurationPezpalletError extends Enum {
3565
3566
  readonly isInvalidNewValue: boolean;
3566
3567
  readonly type: 'InvalidNewValue';
3567
3568
  }
3568
- /** @name PolkadotRuntimeParachainsSharedAllowedRelayParentsTracker (796) */
3569
- interface PolkadotRuntimeParachainsSharedAllowedRelayParentsTracker extends Struct {
3570
- readonly buffer: Vec<PolkadotRuntimeParachainsSharedRelayParentInfo>;
3569
+ /** @name PezkuwiRuntimeTeyrchainsSharedAllowedRelayParentsTracker (796) */
3570
+ interface PezkuwiRuntimeTeyrchainsSharedAllowedRelayParentsTracker extends Struct {
3571
+ readonly buffer: Vec<PezkuwiRuntimeTeyrchainsSharedRelayParentInfo>;
3571
3572
  readonly latestNumber: u32;
3572
3573
  }
3573
- /** @name PolkadotRuntimeParachainsSharedRelayParentInfo (798) */
3574
- interface PolkadotRuntimeParachainsSharedRelayParentInfo extends Struct {
3574
+ /** @name PezkuwiRuntimeTeyrchainsSharedRelayParentInfo (798) */
3575
+ interface PezkuwiRuntimeTeyrchainsSharedRelayParentInfo extends Struct {
3575
3576
  readonly relayParent: H256;
3576
3577
  readonly stateRoot: H256;
3577
3578
  readonly claimQueue: BTreeMap<u32, BTreeMap<u8, BTreeSet<u32>>>;
3578
3579
  }
3579
- /** @name PolkadotRuntimeParachainsInclusionCandidatePendingAvailability (808) */
3580
- interface PolkadotRuntimeParachainsInclusionCandidatePendingAvailability extends Struct {
3580
+ /** @name PezkuwiRuntimeTeyrchainsInclusionCandidatePendingAvailability (808) */
3581
+ interface PezkuwiRuntimeTeyrchainsInclusionCandidatePendingAvailability extends Struct {
3581
3582
  readonly core: u32;
3582
3583
  readonly hash_: H256;
3583
- readonly descriptor: PolkadotPrimitivesVstagingCandidateDescriptorV2;
3584
- readonly commitments: PolkadotPrimitivesV8CandidateCommitments;
3584
+ readonly descriptor: PezkuwiPrimitivesVstagingCandidateDescriptorV2;
3585
+ readonly commitments: PezkuwiPrimitivesV8CandidateCommitments;
3585
3586
  readonly availabilityVotes: BitVec;
3586
3587
  readonly backers: BitVec;
3587
3588
  readonly relayParentNumber: u32;
3588
3589
  readonly backedInNumber: u32;
3589
3590
  readonly backingGroup: u32;
3590
3591
  }
3591
- /** @name PolkadotRuntimeParachainsInclusionPalletError (809) */
3592
- interface PolkadotRuntimeParachainsInclusionPalletError extends Enum {
3592
+ /** @name PezkuwiRuntimeTeyrchainsInclusionPezpalletError (809) */
3593
+ interface PezkuwiRuntimeTeyrchainsInclusionPezpalletError extends Enum {
3593
3594
  readonly isValidatorIndexOutOfBounds: boolean;
3594
3595
  readonly isUnscheduledCandidate: boolean;
3595
3596
  readonly isHeadDataTooLarge: boolean;
@@ -3609,22 +3610,22 @@ declare module '@polkadot/types/lookup' {
3609
3610
  readonly isParaHeadMismatch: boolean;
3610
3611
  readonly type: 'ValidatorIndexOutOfBounds' | 'UnscheduledCandidate' | 'HeadDataTooLarge' | 'PrematureCodeUpgrade' | 'NewCodeTooLarge' | 'DisallowedRelayParent' | 'InvalidAssignment' | 'InvalidGroupIndex' | 'InsufficientBacking' | 'InvalidBacking' | 'ValidationDataHashMismatch' | 'IncorrectDownwardMessageHandling' | 'InvalidUpwardMessages' | 'HrmpWatermarkMishandling' | 'InvalidOutboundHrmp' | 'InvalidValidationCodeHash' | 'ParaHeadMismatch';
3611
3612
  }
3612
- /** @name PolkadotPrimitivesVstagingScrapedOnChainVotes (810) */
3613
- interface PolkadotPrimitivesVstagingScrapedOnChainVotes extends Struct {
3613
+ /** @name PezkuwiPrimitivesVstagingScrapedOnChainVotes (810) */
3614
+ interface PezkuwiPrimitivesVstagingScrapedOnChainVotes extends Struct {
3614
3615
  readonly session: u32;
3615
- readonly backingValidatorsPerCandidate: Vec<ITuple<[PolkadotPrimitivesVstagingCandidateReceiptV2, Vec<ITuple<[u32, PolkadotPrimitivesV8ValidityAttestation]>>]>>;
3616
- readonly disputes: Vec<PolkadotPrimitivesV8DisputeStatementSet>;
3616
+ readonly backingValidatorsPerCandidate: Vec<ITuple<[PezkuwiPrimitivesVstagingCandidateReceiptV2, Vec<ITuple<[u32, PezkuwiPrimitivesV8ValidityAttestation]>>]>>;
3617
+ readonly disputes: Vec<PezkuwiPrimitivesV8DisputeStatementSet>;
3617
3618
  }
3618
- /** @name PolkadotRuntimeParachainsParasInherentPalletError (815) */
3619
- interface PolkadotRuntimeParachainsParasInherentPalletError extends Enum {
3619
+ /** @name PezkuwiRuntimeTeyrchainsParasInherentPezpalletError (815) */
3620
+ interface PezkuwiRuntimeTeyrchainsParasInherentPezpalletError extends Enum {
3620
3621
  readonly isTooManyInclusionInherents: boolean;
3621
3622
  readonly isInvalidParentHeader: boolean;
3622
3623
  readonly isInherentDataFilteredDuringExecution: boolean;
3623
3624
  readonly isUnscheduledCandidate: boolean;
3624
3625
  readonly type: 'TooManyInclusionInherents' | 'InvalidParentHeader' | 'InherentDataFilteredDuringExecution' | 'UnscheduledCandidate';
3625
3626
  }
3626
- /** @name PolkadotRuntimeParachainsSchedulerCommonAssignment (819) */
3627
- interface PolkadotRuntimeParachainsSchedulerCommonAssignment extends Enum {
3627
+ /** @name PezkuwiRuntimeTeyrchainsSchedulerCommonAssignment (819) */
3628
+ interface PezkuwiRuntimeTeyrchainsSchedulerCommonAssignment extends Enum {
3628
3629
  readonly isPool: boolean;
3629
3630
  readonly asPool: {
3630
3631
  readonly paraId: u32;
@@ -3634,34 +3635,34 @@ declare module '@polkadot/types/lookup' {
3634
3635
  readonly asBulk: u32;
3635
3636
  readonly type: 'Pool' | 'Bulk';
3636
3637
  }
3637
- /** @name PolkadotRuntimeParachainsParasPvfCheckActiveVoteState (822) */
3638
- interface PolkadotRuntimeParachainsParasPvfCheckActiveVoteState extends Struct {
3638
+ /** @name PezkuwiRuntimeTeyrchainsParasPvfCheckActiveVoteState (822) */
3639
+ interface PezkuwiRuntimeTeyrchainsParasPvfCheckActiveVoteState extends Struct {
3639
3640
  readonly votesAccept: BitVec;
3640
3641
  readonly votesReject: BitVec;
3641
3642
  readonly age: u32;
3642
3643
  readonly createdAt: u32;
3643
- readonly causes: Vec<PolkadotRuntimeParachainsParasPvfCheckCause>;
3644
+ readonly causes: Vec<PezkuwiRuntimeTeyrchainsParasPvfCheckCause>;
3644
3645
  }
3645
- /** @name PolkadotRuntimeParachainsParasPvfCheckCause (824) */
3646
- interface PolkadotRuntimeParachainsParasPvfCheckCause extends Enum {
3646
+ /** @name PezkuwiRuntimeTeyrchainsParasPvfCheckCause (824) */
3647
+ interface PezkuwiRuntimeTeyrchainsParasPvfCheckCause extends Enum {
3647
3648
  readonly isOnboarding: boolean;
3648
3649
  readonly asOnboarding: u32;
3649
3650
  readonly isUpgrade: boolean;
3650
3651
  readonly asUpgrade: {
3651
3652
  readonly id: u32;
3652
3653
  readonly includedAt: u32;
3653
- readonly upgradeStrategy: PolkadotRuntimeParachainsParasUpgradeStrategy;
3654
+ readonly upgradeStrategy: PezkuwiRuntimeTeyrchainsParasUpgradeStrategy;
3654
3655
  } & Struct;
3655
3656
  readonly type: 'Onboarding' | 'Upgrade';
3656
3657
  }
3657
- /** @name PolkadotRuntimeParachainsParasUpgradeStrategy (825) */
3658
- interface PolkadotRuntimeParachainsParasUpgradeStrategy extends Enum {
3658
+ /** @name PezkuwiRuntimeTeyrchainsParasUpgradeStrategy (825) */
3659
+ interface PezkuwiRuntimeTeyrchainsParasUpgradeStrategy extends Enum {
3659
3660
  readonly isSetGoAheadSignal: boolean;
3660
3661
  readonly isApplyAtExpectedBlock: boolean;
3661
3662
  readonly type: 'SetGoAheadSignal' | 'ApplyAtExpectedBlock';
3662
3663
  }
3663
- /** @name PolkadotRuntimeParachainsParasParaLifecycle (828) */
3664
- interface PolkadotRuntimeParachainsParasParaLifecycle extends Enum {
3664
+ /** @name PezkuwiRuntimeTeyrchainsParasParaLifecycle (828) */
3665
+ interface PezkuwiRuntimeTeyrchainsParasParaLifecycle extends Enum {
3665
3666
  readonly isOnboarding: boolean;
3666
3667
  readonly isParathread: boolean;
3667
3668
  readonly isParachain: boolean;
@@ -3671,40 +3672,40 @@ declare module '@polkadot/types/lookup' {
3671
3672
  readonly isOffboardingParachain: boolean;
3672
3673
  readonly type: 'Onboarding' | 'Parathread' | 'Parachain' | 'UpgradingParathread' | 'DowngradingParachain' | 'OffboardingParathread' | 'OffboardingParachain';
3673
3674
  }
3674
- /** @name PolkadotRuntimeParachainsParasParaPastCodeMeta (830) */
3675
- interface PolkadotRuntimeParachainsParasParaPastCodeMeta extends Struct {
3676
- readonly upgradeTimes: Vec<PolkadotRuntimeParachainsParasReplacementTimes>;
3675
+ /** @name PezkuwiRuntimeTeyrchainsParasParaPastCodeMeta (830) */
3676
+ interface PezkuwiRuntimeTeyrchainsParasParaPastCodeMeta extends Struct {
3677
+ readonly upgradeTimes: Vec<PezkuwiRuntimeTeyrchainsParasReplacementTimes>;
3677
3678
  readonly lastPruned: Option<u32>;
3678
3679
  }
3679
- /** @name PolkadotRuntimeParachainsParasReplacementTimes (832) */
3680
- interface PolkadotRuntimeParachainsParasReplacementTimes extends Struct {
3680
+ /** @name PezkuwiRuntimeTeyrchainsParasReplacementTimes (832) */
3681
+ interface PezkuwiRuntimeTeyrchainsParasReplacementTimes extends Struct {
3681
3682
  readonly expectedAt: u32;
3682
3683
  readonly activatedAt: u32;
3683
3684
  }
3684
- /** @name PolkadotRuntimeParachainsParasAuthorizedCodeHashAndExpiry (834) */
3685
- interface PolkadotRuntimeParachainsParasAuthorizedCodeHashAndExpiry extends Struct {
3685
+ /** @name PezkuwiRuntimeTeyrchainsParasAuthorizedCodeHashAndExpiry (834) */
3686
+ interface PezkuwiRuntimeTeyrchainsParasAuthorizedCodeHashAndExpiry extends Struct {
3686
3687
  readonly codeHash: H256;
3687
3688
  readonly expireAt: u32;
3688
3689
  }
3689
- /** @name PolkadotPrimitivesV8UpgradeGoAhead (835) */
3690
- interface PolkadotPrimitivesV8UpgradeGoAhead extends Enum {
3690
+ /** @name PezkuwiPrimitivesV8UpgradeGoAhead (835) */
3691
+ interface PezkuwiPrimitivesV8UpgradeGoAhead extends Enum {
3691
3692
  readonly isAbort: boolean;
3692
3693
  readonly isGoAhead: boolean;
3693
3694
  readonly type: 'Abort' | 'GoAhead';
3694
3695
  }
3695
- /** @name PolkadotPrimitivesV8UpgradeRestriction (836) */
3696
- interface PolkadotPrimitivesV8UpgradeRestriction extends Enum {
3696
+ /** @name PezkuwiPrimitivesV8UpgradeRestriction (836) */
3697
+ interface PezkuwiPrimitivesV8UpgradeRestriction extends Enum {
3697
3698
  readonly isPresent: boolean;
3698
3699
  readonly type: 'Present';
3699
3700
  }
3700
- /** @name PolkadotRuntimeParachainsParasParaGenesisArgs (837) */
3701
- interface PolkadotRuntimeParachainsParasParaGenesisArgs extends Struct {
3701
+ /** @name PezkuwiRuntimeTeyrchainsParasParaGenesisArgs (837) */
3702
+ interface PezkuwiRuntimeTeyrchainsParasParaGenesisArgs extends Struct {
3702
3703
  readonly genesisHead: Bytes;
3703
3704
  readonly validationCode: Bytes;
3704
3705
  readonly paraKind: bool;
3705
3706
  }
3706
- /** @name PolkadotRuntimeParachainsParasPalletError (838) */
3707
- interface PolkadotRuntimeParachainsParasPalletError extends Enum {
3707
+ /** @name PezkuwiRuntimeTeyrchainsParasPezpalletError (838) */
3708
+ interface PezkuwiRuntimeTeyrchainsParasPezpalletError extends Enum {
3708
3709
  readonly isNotRegistered: boolean;
3709
3710
  readonly isCannotOnboard: boolean;
3710
3711
  readonly isCannotOffboard: boolean;
@@ -3723,19 +3724,19 @@ declare module '@polkadot/types/lookup' {
3723
3724
  readonly isInvalidBlockNumber: boolean;
3724
3725
  readonly type: 'NotRegistered' | 'CannotOnboard' | 'CannotOffboard' | 'CannotUpgrade' | 'CannotDowngrade' | 'PvfCheckStatementStale' | 'PvfCheckStatementFuture' | 'PvfCheckValidatorIndexOutOfBounds' | 'PvfCheckInvalidSignature' | 'PvfCheckDoubleVote' | 'PvfCheckSubjectInvalid' | 'CannotUpgradeCode' | 'InvalidCode' | 'NothingAuthorized' | 'Unauthorized' | 'InvalidBlockNumber';
3725
3726
  }
3726
- /** @name PolkadotRuntimeParachainsInitializerBufferedSessionChange (840) */
3727
- interface PolkadotRuntimeParachainsInitializerBufferedSessionChange extends Struct {
3728
- readonly validators: Vec<PolkadotPrimitivesV8ValidatorAppPublic>;
3729
- readonly queued: Vec<PolkadotPrimitivesV8ValidatorAppPublic>;
3727
+ /** @name PezkuwiRuntimeTeyrchainsInitializerBufferedSessionChange (840) */
3728
+ interface PezkuwiRuntimeTeyrchainsInitializerBufferedSessionChange extends Struct {
3729
+ readonly validators: Vec<PezkuwiPrimitivesV8ValidatorAppPublic>;
3730
+ readonly queued: Vec<PezkuwiPrimitivesV8ValidatorAppPublic>;
3730
3731
  readonly sessionIndex: u32;
3731
3732
  }
3732
- /** @name PolkadotCorePrimitivesInboundDownwardMessage (842) */
3733
- interface PolkadotCorePrimitivesInboundDownwardMessage extends Struct {
3733
+ /** @name PezkuwiCorePrimitivesInboundDownwardMessage (842) */
3734
+ interface PezkuwiCorePrimitivesInboundDownwardMessage extends Struct {
3734
3735
  readonly sentAt: u32;
3735
3736
  readonly msg: Bytes;
3736
3737
  }
3737
- /** @name PolkadotRuntimeParachainsHrmpHrmpOpenChannelRequest (843) */
3738
- interface PolkadotRuntimeParachainsHrmpHrmpOpenChannelRequest extends Struct {
3738
+ /** @name PezkuwiRuntimeTeyrchainsHrmpHrmpOpenChannelRequest (843) */
3739
+ interface PezkuwiRuntimeTeyrchainsHrmpHrmpOpenChannelRequest extends Struct {
3739
3740
  readonly confirmed: bool;
3740
3741
  readonly age: u32;
3741
3742
  readonly senderDeposit: u128;
@@ -3743,8 +3744,8 @@ declare module '@polkadot/types/lookup' {
3743
3744
  readonly maxCapacity: u32;
3744
3745
  readonly maxTotalSize: u32;
3745
3746
  }
3746
- /** @name PolkadotRuntimeParachainsHrmpHrmpChannel (845) */
3747
- interface PolkadotRuntimeParachainsHrmpHrmpChannel extends Struct {
3747
+ /** @name PezkuwiRuntimeTeyrchainsHrmpHrmpChannel (845) */
3748
+ interface PezkuwiRuntimeTeyrchainsHrmpHrmpChannel extends Struct {
3748
3749
  readonly maxCapacity: u32;
3749
3750
  readonly maxTotalSize: u32;
3750
3751
  readonly maxMessageSize: u32;
@@ -3754,13 +3755,13 @@ declare module '@polkadot/types/lookup' {
3754
3755
  readonly senderDeposit: u128;
3755
3756
  readonly recipientDeposit: u128;
3756
3757
  }
3757
- /** @name PolkadotCorePrimitivesInboundHrmpMessage (847) */
3758
- interface PolkadotCorePrimitivesInboundHrmpMessage extends Struct {
3758
+ /** @name PezkuwiCorePrimitivesInboundHrmpMessage (847) */
3759
+ interface PezkuwiCorePrimitivesInboundHrmpMessage extends Struct {
3759
3760
  readonly sentAt: u32;
3760
3761
  readonly data: Bytes;
3761
3762
  }
3762
- /** @name PolkadotRuntimeParachainsHrmpPalletError (850) */
3763
- interface PolkadotRuntimeParachainsHrmpPalletError extends Enum {
3763
+ /** @name PezkuwiRuntimeTeyrchainsHrmpPezpalletError (850) */
3764
+ interface PezkuwiRuntimeTeyrchainsHrmpPezpalletError extends Enum {
3764
3765
  readonly isOpenHrmpChannelToSelf: boolean;
3765
3766
  readonly isOpenHrmpChannelInvalidRecipient: boolean;
3766
3767
  readonly isOpenHrmpChannelZeroCapacity: boolean;
@@ -3783,15 +3784,15 @@ declare module '@polkadot/types/lookup' {
3783
3784
  readonly isChannelCreationNotAuthorized: boolean;
3784
3785
  readonly type: 'OpenHrmpChannelToSelf' | 'OpenHrmpChannelInvalidRecipient' | 'OpenHrmpChannelZeroCapacity' | 'OpenHrmpChannelCapacityExceedsLimit' | 'OpenHrmpChannelZeroMessageSize' | 'OpenHrmpChannelMessageSizeExceedsLimit' | 'OpenHrmpChannelAlreadyExists' | 'OpenHrmpChannelAlreadyRequested' | 'OpenHrmpChannelLimitExceeded' | 'AcceptHrmpChannelDoesntExist' | 'AcceptHrmpChannelAlreadyConfirmed' | 'AcceptHrmpChannelLimitExceeded' | 'CloseHrmpChannelUnauthorized' | 'CloseHrmpChannelDoesntExist' | 'CloseHrmpChannelAlreadyUnderway' | 'CancelHrmpOpenChannelUnauthorized' | 'OpenHrmpChannelDoesntExist' | 'OpenHrmpChannelAlreadyConfirmed' | 'WrongWitness' | 'ChannelCreationNotAuthorized';
3785
3786
  }
3786
- /** @name PolkadotPrimitivesV8SessionInfo (852) */
3787
- interface PolkadotPrimitivesV8SessionInfo extends Struct {
3787
+ /** @name PezkuwiPrimitivesV8SessionInfo (852) */
3788
+ interface PezkuwiPrimitivesV8SessionInfo extends Struct {
3788
3789
  readonly activeValidatorIndices: Vec<u32>;
3789
3790
  readonly randomSeed: U8aFixed;
3790
3791
  readonly disputePeriod: u32;
3791
- readonly validators: PolkadotPrimitivesV8IndexedVecValidatorIndex;
3792
- readonly discoveryKeys: Vec<SpAuthorityDiscoveryAppPublic>;
3793
- readonly assignmentKeys: Vec<PolkadotPrimitivesV8AssignmentAppPublic>;
3794
- readonly validatorGroups: PolkadotPrimitivesV8IndexedVecGroupIndex;
3792
+ readonly validators: PezkuwiPrimitivesV8IndexedVecValidatorIndex;
3793
+ readonly discoveryKeys: Vec<PezspAuthorityDiscoveryAppPublic>;
3794
+ readonly assignmentKeys: Vec<PezkuwiPrimitivesV8AssignmentAppPublic>;
3795
+ readonly validatorGroups: PezkuwiPrimitivesV8IndexedVecGroupIndex;
3795
3796
  readonly nCores: u32;
3796
3797
  readonly zerothDelayTrancheWidth: u32;
3797
3798
  readonly relayVrfModuloSamples: u32;
@@ -3799,21 +3800,21 @@ declare module '@polkadot/types/lookup' {
3799
3800
  readonly noShowSlots: u32;
3800
3801
  readonly neededApprovals: u32;
3801
3802
  }
3802
- /** @name PolkadotPrimitivesV8IndexedVecValidatorIndex (853) */
3803
- interface PolkadotPrimitivesV8IndexedVecValidatorIndex extends Vec<PolkadotPrimitivesV8ValidatorAppPublic> {
3803
+ /** @name PezkuwiPrimitivesV8IndexedVecValidatorIndex (853) */
3804
+ interface PezkuwiPrimitivesV8IndexedVecValidatorIndex extends Vec<PezkuwiPrimitivesV8ValidatorAppPublic> {
3804
3805
  }
3805
- /** @name PolkadotPrimitivesV8IndexedVecGroupIndex (854) */
3806
- interface PolkadotPrimitivesV8IndexedVecGroupIndex extends Vec<Vec<u32>> {
3806
+ /** @name PezkuwiPrimitivesV8IndexedVecGroupIndex (854) */
3807
+ interface PezkuwiPrimitivesV8IndexedVecGroupIndex extends Vec<Vec<u32>> {
3807
3808
  }
3808
- /** @name PolkadotPrimitivesV8DisputeState (856) */
3809
- interface PolkadotPrimitivesV8DisputeState extends Struct {
3809
+ /** @name PezkuwiPrimitivesV8DisputeState (856) */
3810
+ interface PezkuwiPrimitivesV8DisputeState extends Struct {
3810
3811
  readonly validatorsFor: BitVec;
3811
3812
  readonly validatorsAgainst: BitVec;
3812
3813
  readonly start: u32;
3813
3814
  readonly concludedAt: Option<u32>;
3814
3815
  }
3815
- /** @name PolkadotRuntimeParachainsDisputesPalletError (858) */
3816
- interface PolkadotRuntimeParachainsDisputesPalletError extends Enum {
3816
+ /** @name PezkuwiRuntimeTeyrchainsDisputesPezpalletError (858) */
3817
+ interface PezkuwiRuntimeTeyrchainsDisputesPezpalletError extends Enum {
3817
3818
  readonly isDuplicateDisputeStatementSets: boolean;
3818
3819
  readonly isAncientDisputeStatement: boolean;
3819
3820
  readonly isValidatorIndexOutOfBounds: boolean;
@@ -3825,13 +3826,13 @@ declare module '@polkadot/types/lookup' {
3825
3826
  readonly isUnconfirmedDispute: boolean;
3826
3827
  readonly type: 'DuplicateDisputeStatementSets' | 'AncientDisputeStatement' | 'ValidatorIndexOutOfBounds' | 'InvalidSignature' | 'DuplicateStatement' | 'SingleSidedDispute' | 'MaliciousBacker' | 'MissingBackingVotes' | 'UnconfirmedDispute';
3827
3828
  }
3828
- /** @name PolkadotPrimitivesVstagingPendingSlashes (859) */
3829
- interface PolkadotPrimitivesVstagingPendingSlashes extends Struct {
3830
- readonly keys_: BTreeMap<u32, PolkadotPrimitivesV8ValidatorAppPublic>;
3831
- readonly kind: PolkadotPrimitivesVstagingDisputeOffenceKind;
3829
+ /** @name PezkuwiPrimitivesVstagingPendingSlashes (859) */
3830
+ interface PezkuwiPrimitivesVstagingPendingSlashes extends Struct {
3831
+ readonly keys_: BTreeMap<u32, PezkuwiPrimitivesV8ValidatorAppPublic>;
3832
+ readonly kind: PezkuwiPrimitivesVstagingDisputeOffenceKind;
3832
3833
  }
3833
- /** @name PolkadotRuntimeParachainsDisputesSlashingPalletError (863) */
3834
- interface PolkadotRuntimeParachainsDisputesSlashingPalletError extends Enum {
3834
+ /** @name PezkuwiRuntimeTeyrchainsDisputesSlashingPezpalletError (863) */
3835
+ interface PezkuwiRuntimeTeyrchainsDisputesSlashingPezpalletError extends Enum {
3835
3836
  readonly isInvalidKeyOwnershipProof: boolean;
3836
3837
  readonly isInvalidSessionIndex: boolean;
3837
3838
  readonly isInvalidCandidateHash: boolean;
@@ -3840,13 +3841,13 @@ declare module '@polkadot/types/lookup' {
3840
3841
  readonly isDuplicateSlashingReport: boolean;
3841
3842
  readonly type: 'InvalidKeyOwnershipProof' | 'InvalidSessionIndex' | 'InvalidCandidateHash' | 'InvalidValidatorIndex' | 'ValidatorIndexIdMismatch' | 'DuplicateSlashingReport';
3842
3843
  }
3843
- /** @name PolkadotRuntimeParachainsOnDemandTypesCoreAffinityCount (864) */
3844
- interface PolkadotRuntimeParachainsOnDemandTypesCoreAffinityCount extends Struct {
3844
+ /** @name PezkuwiRuntimeTeyrchainsOnDemandTypesCoreAffinityCount (864) */
3845
+ interface PezkuwiRuntimeTeyrchainsOnDemandTypesCoreAffinityCount extends Struct {
3845
3846
  readonly coreIndex: u32;
3846
3847
  readonly count: u32;
3847
3848
  }
3848
- /** @name PolkadotRuntimeParachainsOnDemandTypesQueueStatusType (865) */
3849
- interface PolkadotRuntimeParachainsOnDemandTypesQueueStatusType extends Struct {
3849
+ /** @name PezkuwiRuntimeTeyrchainsOnDemandTypesQueueStatusType (865) */
3850
+ interface PezkuwiRuntimeTeyrchainsOnDemandTypesQueueStatusType extends Struct {
3850
3851
  readonly traffic: u128;
3851
3852
  readonly nextIndex: u32;
3852
3853
  readonly smallestIndex: u32;
@@ -3856,62 +3857,62 @@ declare module '@polkadot/types/lookup' {
3856
3857
  interface BinaryHeapReverseQueueIndex extends Vec<u32> {
3857
3858
  }
3858
3859
  /** @name BinaryHeapEnqueuedOrder (870) */
3859
- interface BinaryHeapEnqueuedOrder extends Vec<PolkadotRuntimeParachainsOnDemandTypesEnqueuedOrder> {
3860
+ interface BinaryHeapEnqueuedOrder extends Vec<PezkuwiRuntimeTeyrchainsOnDemandTypesEnqueuedOrder> {
3860
3861
  }
3861
- /** @name PolkadotRuntimeParachainsOnDemandTypesEnqueuedOrder (871) */
3862
- interface PolkadotRuntimeParachainsOnDemandTypesEnqueuedOrder extends Struct {
3862
+ /** @name PezkuwiRuntimeTeyrchainsOnDemandTypesEnqueuedOrder (871) */
3863
+ interface PezkuwiRuntimeTeyrchainsOnDemandTypesEnqueuedOrder extends Struct {
3863
3864
  readonly paraId: u32;
3864
3865
  readonly idx: u32;
3865
3866
  }
3866
- /** @name PolkadotRuntimeParachainsOnDemandPalletError (875) */
3867
- interface PolkadotRuntimeParachainsOnDemandPalletError extends Enum {
3867
+ /** @name PezkuwiRuntimeTeyrchainsOnDemandPezpalletError (875) */
3868
+ interface PezkuwiRuntimeTeyrchainsOnDemandPezpalletError extends Enum {
3868
3869
  readonly isQueueFull: boolean;
3869
3870
  readonly isSpotPriceHigherThanMaxAmount: boolean;
3870
3871
  readonly isInsufficientCredits: boolean;
3871
3872
  readonly type: 'QueueFull' | 'SpotPriceHigherThanMaxAmount' | 'InsufficientCredits';
3872
3873
  }
3873
- /** @name PolkadotRuntimeParachainsAssignerCoretimeSchedule (877) */
3874
- interface PolkadotRuntimeParachainsAssignerCoretimeSchedule extends Struct {
3875
- readonly assignments: Vec<ITuple<[PalletBrokerCoretimeInterfaceCoreAssignment, u16]>>;
3874
+ /** @name PezkuwiRuntimeTeyrchainsAssignerCoretimeSchedule (877) */
3875
+ interface PezkuwiRuntimeTeyrchainsAssignerCoretimeSchedule extends Struct {
3876
+ readonly assignments: Vec<ITuple<[PezpalletBrokerCoretimeInterfaceCoreAssignment, u16]>>;
3876
3877
  readonly endHint: Option<u32>;
3877
3878
  readonly nextSchedule: Option<u32>;
3878
3879
  }
3879
- /** @name PolkadotRuntimeParachainsAssignerCoretimeCoreDescriptor (878) */
3880
- interface PolkadotRuntimeParachainsAssignerCoretimeCoreDescriptor extends Struct {
3881
- readonly queue: Option<PolkadotRuntimeParachainsAssignerCoretimeQueueDescriptor>;
3882
- readonly currentWork: Option<PolkadotRuntimeParachainsAssignerCoretimeWorkState>;
3880
+ /** @name PezkuwiRuntimeTeyrchainsAssignerCoretimeCoreDescriptor (878) */
3881
+ interface PezkuwiRuntimeTeyrchainsAssignerCoretimeCoreDescriptor extends Struct {
3882
+ readonly queue: Option<PezkuwiRuntimeTeyrchainsAssignerCoretimeQueueDescriptor>;
3883
+ readonly currentWork: Option<PezkuwiRuntimeTeyrchainsAssignerCoretimeWorkState>;
3883
3884
  }
3884
- /** @name PolkadotRuntimeParachainsAssignerCoretimeQueueDescriptor (880) */
3885
- interface PolkadotRuntimeParachainsAssignerCoretimeQueueDescriptor extends Struct {
3885
+ /** @name PezkuwiRuntimeTeyrchainsAssignerCoretimeQueueDescriptor (880) */
3886
+ interface PezkuwiRuntimeTeyrchainsAssignerCoretimeQueueDescriptor extends Struct {
3886
3887
  readonly first: u32;
3887
3888
  readonly last: u32;
3888
3889
  }
3889
- /** @name PolkadotRuntimeParachainsAssignerCoretimeWorkState (882) */
3890
- interface PolkadotRuntimeParachainsAssignerCoretimeWorkState extends Struct {
3891
- readonly assignments: Vec<ITuple<[PalletBrokerCoretimeInterfaceCoreAssignment, PolkadotRuntimeParachainsAssignerCoretimeAssignmentState]>>;
3890
+ /** @name PezkuwiRuntimeTeyrchainsAssignerCoretimeWorkState (882) */
3891
+ interface PezkuwiRuntimeTeyrchainsAssignerCoretimeWorkState extends Struct {
3892
+ readonly assignments: Vec<ITuple<[PezpalletBrokerCoretimeInterfaceCoreAssignment, PezkuwiRuntimeTeyrchainsAssignerCoretimeAssignmentState]>>;
3892
3893
  readonly endHint: Option<u32>;
3893
3894
  readonly pos: u16;
3894
3895
  readonly step: u16;
3895
3896
  }
3896
- /** @name PolkadotRuntimeParachainsAssignerCoretimeAssignmentState (885) */
3897
- interface PolkadotRuntimeParachainsAssignerCoretimeAssignmentState extends Struct {
3897
+ /** @name PezkuwiRuntimeTeyrchainsAssignerCoretimeAssignmentState (885) */
3898
+ interface PezkuwiRuntimeTeyrchainsAssignerCoretimeAssignmentState extends Struct {
3898
3899
  readonly ratio: u16;
3899
3900
  readonly remaining: u16;
3900
3901
  }
3901
- /** @name PolkadotRuntimeParachainsAssignerCoretimePalletError (886) */
3902
- interface PolkadotRuntimeParachainsAssignerCoretimePalletError extends Enum {
3902
+ /** @name PezkuwiRuntimeTeyrchainsAssignerCoretimePezpalletError (886) */
3903
+ interface PezkuwiRuntimeTeyrchainsAssignerCoretimePezpalletError extends Enum {
3903
3904
  readonly isAssignmentsEmpty: boolean;
3904
3905
  readonly isDisallowedInsert: boolean;
3905
3906
  readonly type: 'AssignmentsEmpty' | 'DisallowedInsert';
3906
3907
  }
3907
- /** @name PolkadotRuntimeCommonParasRegistrarParaInfo (887) */
3908
- interface PolkadotRuntimeCommonParasRegistrarParaInfo extends Struct {
3908
+ /** @name PezkuwiRuntimeCommonParasRegistrarParaInfo (887) */
3909
+ interface PezkuwiRuntimeCommonParasRegistrarParaInfo extends Struct {
3909
3910
  readonly manager: AccountId32;
3910
3911
  readonly deposit: u128;
3911
3912
  readonly locked: Option<bool>;
3912
3913
  }
3913
- /** @name PolkadotRuntimeCommonParasRegistrarPalletError (889) */
3914
- interface PolkadotRuntimeCommonParasRegistrarPalletError extends Enum {
3914
+ /** @name PezkuwiRuntimeCommonParasRegistrarPezpalletError (889) */
3915
+ interface PezkuwiRuntimeCommonParasRegistrarPezpalletError extends Enum {
3915
3916
  readonly isNotRegistered: boolean;
3916
3917
  readonly isAlreadyRegistered: boolean;
3917
3918
  readonly isNotOwner: boolean;
@@ -3928,14 +3929,14 @@ declare module '@polkadot/types/lookup' {
3928
3929
  readonly isCannotSwap: boolean;
3929
3930
  readonly type: 'NotRegistered' | 'AlreadyRegistered' | 'NotOwner' | 'CodeTooLarge' | 'HeadDataTooLarge' | 'NotParachain' | 'NotParathread' | 'CannotDeregister' | 'CannotDowngrade' | 'CannotUpgrade' | 'ParaLocked' | 'NotReserved' | 'InvalidCode' | 'CannotSwap';
3930
3931
  }
3931
- /** @name PolkadotRuntimeCommonSlotsPalletError (891) */
3932
- interface PolkadotRuntimeCommonSlotsPalletError extends Enum {
3932
+ /** @name PezkuwiRuntimeCommonSlotsPezpalletError (891) */
3933
+ interface PezkuwiRuntimeCommonSlotsPezpalletError extends Enum {
3933
3934
  readonly isParaNotOnboarding: boolean;
3934
3935
  readonly isLeaseError: boolean;
3935
3936
  readonly type: 'ParaNotOnboarding' | 'LeaseError';
3936
3937
  }
3937
- /** @name PolkadotRuntimeCommonAuctionsPalletError (896) */
3938
- interface PolkadotRuntimeCommonAuctionsPalletError extends Enum {
3938
+ /** @name PezkuwiRuntimeCommonAuctionsPezpalletError (896) */
3939
+ interface PezkuwiRuntimeCommonAuctionsPezpalletError extends Enum {
3939
3940
  readonly isAuctionInProgress: boolean;
3940
3941
  readonly isLeasePeriodInPast: boolean;
3941
3942
  readonly isParaNotRegistered: boolean;
@@ -3945,21 +3946,21 @@ declare module '@polkadot/types/lookup' {
3945
3946
  readonly isAlreadyLeasedOut: boolean;
3946
3947
  readonly type: 'AuctionInProgress' | 'LeasePeriodInPast' | 'ParaNotRegistered' | 'NotCurrentAuction' | 'NotAuction' | 'AuctionEnded' | 'AlreadyLeasedOut';
3947
3948
  }
3948
- /** @name PolkadotRuntimeCommonCrowdloanFundInfo (897) */
3949
- interface PolkadotRuntimeCommonCrowdloanFundInfo extends Struct {
3949
+ /** @name PezkuwiRuntimeCommonCrowdloanFundInfo (897) */
3950
+ interface PezkuwiRuntimeCommonCrowdloanFundInfo extends Struct {
3950
3951
  readonly depositor: AccountId32;
3951
- readonly verifier: Option<SpRuntimeMultiSigner>;
3952
+ readonly verifier: Option<PezspRuntimeMultiSigner>;
3952
3953
  readonly deposit: u128;
3953
3954
  readonly raised: u128;
3954
3955
  readonly end: u32;
3955
3956
  readonly cap: u128;
3956
- readonly lastContribution: PolkadotRuntimeCommonCrowdloanLastContribution;
3957
+ readonly lastContribution: PezkuwiRuntimeCommonCrowdloanLastContribution;
3957
3958
  readonly firstPeriod: u32;
3958
3959
  readonly lastPeriod: u32;
3959
3960
  readonly fundIndex: u32;
3960
3961
  }
3961
- /** @name PolkadotRuntimeCommonCrowdloanLastContribution (898) */
3962
- interface PolkadotRuntimeCommonCrowdloanLastContribution extends Enum {
3962
+ /** @name PezkuwiRuntimeCommonCrowdloanLastContribution (898) */
3963
+ interface PezkuwiRuntimeCommonCrowdloanLastContribution extends Enum {
3963
3964
  readonly isNever: boolean;
3964
3965
  readonly isPreEnding: boolean;
3965
3966
  readonly asPreEnding: u32;
@@ -3967,8 +3968,8 @@ declare module '@polkadot/types/lookup' {
3967
3968
  readonly asEnding: u32;
3968
3969
  readonly type: 'Never' | 'PreEnding' | 'Ending';
3969
3970
  }
3970
- /** @name PolkadotRuntimeCommonCrowdloanPalletError (899) */
3971
- interface PolkadotRuntimeCommonCrowdloanPalletError extends Enum {
3971
+ /** @name PezkuwiRuntimeCommonCrowdloanPezpalletError (899) */
3972
+ interface PezkuwiRuntimeCommonCrowdloanPezpalletError extends Enum {
3972
3973
  readonly isFirstPeriodInPast: boolean;
3973
3974
  readonly isFirstPeriodTooFarInFuture: boolean;
3974
3975
  readonly isLastPeriodBeforeFirstPeriod: boolean;
@@ -3994,15 +3995,15 @@ declare module '@polkadot/types/lookup' {
3994
3995
  readonly isNoLeasePeriod: boolean;
3995
3996
  readonly type: 'FirstPeriodInPast' | 'FirstPeriodTooFarInFuture' | 'LastPeriodBeforeFirstPeriod' | 'LastPeriodTooFarInFuture' | 'CannotEndInPast' | 'EndTooFarInFuture' | 'Overflow' | 'ContributionTooSmall' | 'InvalidParaId' | 'CapExceeded' | 'ContributionPeriodOver' | 'InvalidOrigin' | 'NotParachain' | 'LeaseActive' | 'BidOrLeaseActive' | 'FundNotEnded' | 'NoContributions' | 'NotReadyToDissolve' | 'InvalidSignature' | 'MemoTooLarge' | 'AlreadyInNewRaise' | 'VrfDelayInProgress' | 'NoLeasePeriod';
3996
3997
  }
3997
- /** @name PolkadotRuntimeParachainsCoretimePalletError (900) */
3998
- interface PolkadotRuntimeParachainsCoretimePalletError extends Enum {
3998
+ /** @name PezkuwiRuntimeTeyrchainsCoretimePezpalletError (900) */
3999
+ interface PezkuwiRuntimeTeyrchainsCoretimePezpalletError extends Enum {
3999
4000
  readonly isNotBroker: boolean;
4000
4001
  readonly isRequestedFutureRevenue: boolean;
4001
4002
  readonly isAssetTransferFailed: boolean;
4002
4003
  readonly type: 'NotBroker' | 'RequestedFutureRevenue' | 'AssetTransferFailed';
4003
4004
  }
4004
- /** @name PalletXcmQueryStatus (901) */
4005
- interface PalletXcmQueryStatus extends Enum {
4005
+ /** @name PezpalletXcmQueryStatus (901) */
4006
+ interface PezpalletXcmQueryStatus extends Enum {
4006
4007
  readonly isPending: boolean;
4007
4008
  readonly asPending: {
4008
4009
  readonly responder: XcmVersionedLocation;
@@ -4032,8 +4033,8 @@ declare module '@polkadot/types/lookup' {
4032
4033
  readonly asV5: StagingXcmV5Response;
4033
4034
  readonly type: 'V3' | 'V4' | 'V5';
4034
4035
  }
4035
- /** @name PalletXcmVersionMigrationStage (911) */
4036
- interface PalletXcmVersionMigrationStage extends Enum {
4036
+ /** @name PezpalletXcmVersionMigrationStage (911) */
4037
+ interface PezpalletXcmVersionMigrationStage extends Enum {
4037
4038
  readonly isMigrateSupportedVersion: boolean;
4038
4039
  readonly isMigrateVersionNotifiers: boolean;
4039
4040
  readonly isNotifyCurrentTargets: boolean;
@@ -4041,29 +4042,29 @@ declare module '@polkadot/types/lookup' {
4041
4042
  readonly isMigrateAndNotifyOldTargets: boolean;
4042
4043
  readonly type: 'MigrateSupportedVersion' | 'MigrateVersionNotifiers' | 'NotifyCurrentTargets' | 'MigrateAndNotifyOldTargets';
4043
4044
  }
4044
- /** @name PalletXcmRemoteLockedFungibleRecord (914) */
4045
- interface PalletXcmRemoteLockedFungibleRecord extends Struct {
4045
+ /** @name PezpalletXcmRemoteLockedFungibleRecord (914) */
4046
+ interface PezpalletXcmRemoteLockedFungibleRecord extends Struct {
4046
4047
  readonly amount: u128;
4047
4048
  readonly owner: XcmVersionedLocation;
4048
4049
  readonly locker: XcmVersionedLocation;
4049
4050
  readonly consumers: Vec<ITuple<[Null, u128]>>;
4050
4051
  }
4051
- /** @name PalletXcmAuthorizedAliasesEntry (921) */
4052
- interface PalletXcmAuthorizedAliasesEntry extends Struct {
4052
+ /** @name PezpalletXcmAuthorizedAliasesEntry (921) */
4053
+ interface PezpalletXcmAuthorizedAliasesEntry extends Struct {
4053
4054
  readonly aliasers: Vec<XcmRuntimeApisAuthorizedAliasesOriginAliaser>;
4054
- readonly ticket: FrameSupportStorageDisabled;
4055
+ readonly ticket: PezframeSupportStorageDisabled;
4055
4056
  }
4056
- /** @name FrameSupportStorageDisabled (922) */
4057
- type FrameSupportStorageDisabled = Null;
4058
- /** @name PalletXcmMaxAuthorizedAliases (923) */
4059
- type PalletXcmMaxAuthorizedAliases = Null;
4057
+ /** @name PezframeSupportStorageDisabled (922) */
4058
+ type PezframeSupportStorageDisabled = Null;
4059
+ /** @name PezpalletXcmMaxAuthorizedAliases (923) */
4060
+ type PezpalletXcmMaxAuthorizedAliases = Null;
4060
4061
  /** @name XcmRuntimeApisAuthorizedAliasesOriginAliaser (925) */
4061
4062
  interface XcmRuntimeApisAuthorizedAliasesOriginAliaser extends Struct {
4062
4063
  readonly location: XcmVersionedLocation;
4063
4064
  readonly expiry: Option<u64>;
4064
4065
  }
4065
- /** @name PalletXcmError (927) */
4066
- interface PalletXcmError extends Enum {
4066
+ /** @name PezpalletXcmError (927) */
4067
+ interface PezpalletXcmError extends Enum {
4067
4068
  readonly isUnreachable: boolean;
4068
4069
  readonly isSendFailure: boolean;
4069
4070
  readonly isFiltered: boolean;
@@ -4094,12 +4095,12 @@ declare module '@polkadot/types/lookup' {
4094
4095
  readonly isLocalExecutionIncompleteWithError: boolean;
4095
4096
  readonly asLocalExecutionIncompleteWithError: {
4096
4097
  readonly index: u8;
4097
- readonly error: PalletXcmErrorsExecutionError;
4098
+ readonly error: PezpalletXcmErrorsExecutionError;
4098
4099
  } & Struct;
4099
4100
  readonly type: 'Unreachable' | 'SendFailure' | 'Filtered' | 'UnweighableMessage' | 'DestinationNotInvertible' | 'Empty' | 'CannotReanchor' | 'TooManyAssets' | 'InvalidOrigin' | 'BadVersion' | 'BadLocation' | 'NoSubscription' | 'AlreadySubscribed' | 'CannotCheckOutTeleport' | 'LowBalance' | 'TooManyLocks' | 'AccountNotSovereign' | 'FeesNotMet' | 'LockNotFound' | 'InUse' | 'InvalidAssetUnknownReserve' | 'InvalidAssetUnsupportedReserve' | 'TooManyReserves' | 'LocalExecutionIncomplete' | 'TooManyAuthorizedAliases' | 'ExpiresInPast' | 'AliasNotFound' | 'LocalExecutionIncompleteWithError';
4100
4101
  }
4101
- /** @name PalletXcmErrorsExecutionError (928) */
4102
- interface PalletXcmErrorsExecutionError extends Enum {
4102
+ /** @name PezpalletXcmErrorsExecutionError (928) */
4103
+ interface PezpalletXcmErrorsExecutionError extends Enum {
4103
4104
  readonly isOverflow: boolean;
4104
4105
  readonly isUnimplemented: boolean;
4105
4106
  readonly isUntrustedReserveLocation: boolean;
@@ -4143,8 +4144,8 @@ declare module '@polkadot/types/lookup' {
4143
4144
  readonly isExceedsStackLimit: boolean;
4144
4145
  readonly type: 'Overflow' | 'Unimplemented' | 'UntrustedReserveLocation' | 'UntrustedTeleportLocation' | 'LocationFull' | 'LocationNotInvertible' | 'BadOrigin' | 'InvalidLocation' | 'AssetNotFound' | 'FailedToTransactAsset' | 'NotWithdrawable' | 'LocationCannotHold' | 'ExceedsMaxMessageSize' | 'DestinationUnsupported' | 'Transport' | 'Unroutable' | 'UnknownClaim' | 'FailedToDecode' | 'MaxWeightInvalid' | 'NotHoldingFees' | 'TooExpensive' | 'Trap' | 'ExpectationFalse' | 'PalletNotFound' | 'NameMismatch' | 'VersionIncompatible' | 'HoldingWouldOverflow' | 'ExportError' | 'ReanchorFailed' | 'NoDeal' | 'FeesNotMet' | 'LockError' | 'NoPermission' | 'Unanchored' | 'NotDepositable' | 'TooManyAssets' | 'UnhandledXcmVersion' | 'WeightLimitReached' | 'Barrier' | 'WeightNotComputable' | 'ExceedsStackLimit';
4145
4146
  }
4146
- /** @name PalletRcMigratorAccountsAccountState (941) */
4147
- interface PalletRcMigratorAccountsAccountState extends Enum {
4147
+ /** @name PezpalletRcMigratorAccountsAccountState (941) */
4148
+ interface PezpalletRcMigratorAccountsAccountState extends Enum {
4148
4149
  readonly isMigrate: boolean;
4149
4150
  readonly isPreserve: boolean;
4150
4151
  readonly isPart: boolean;
@@ -4155,13 +4156,13 @@ declare module '@polkadot/types/lookup' {
4155
4156
  } & Struct;
4156
4157
  readonly type: 'Migrate' | 'Preserve' | 'Part';
4157
4158
  }
4158
- /** @name PalletRcMigratorAccountsMigratedBalances (942) */
4159
- interface PalletRcMigratorAccountsMigratedBalances extends Struct {
4159
+ /** @name PezpalletRcMigratorAccountsMigratedBalances (942) */
4160
+ interface PezpalletRcMigratorAccountsMigratedBalances extends Struct {
4160
4161
  readonly kept: u128;
4161
4162
  readonly migrated: u128;
4162
4163
  }
4163
- /** @name PalletRcMigratorError (943) */
4164
- interface PalletRcMigratorError extends Enum {
4164
+ /** @name PezpalletRcMigratorError (943) */
4165
+ interface PezpalletRcMigratorError extends Enum {
4165
4166
  readonly isUnreachable: boolean;
4166
4167
  readonly isOutOfWeight: boolean;
4167
4168
  readonly isXcmError: boolean;
@@ -4183,101 +4184,101 @@ declare module '@polkadot/types/lookup' {
4183
4184
  readonly isUnsignedValidationFailed: boolean;
4184
4185
  readonly type: 'Unreachable' | 'OutOfWeight' | 'XcmError' | 'FailedToWithdrawAccount' | 'PastBlockNumber' | 'EraEndsTooSoon' | 'BalanceOverflow' | 'BalanceUnderflow' | 'InvalidQueryResponse' | 'QueryNotFound' | 'XcmSendError' | 'UnreachableStage' | 'InvalidParameter' | 'AhUmpQueuePriorityAlreadySet' | 'AccountReferenced' | 'BadXcmVersion' | 'InvalidOrigin' | 'InvalidStageTransition' | 'UnsignedValidationFailed';
4185
4186
  }
4186
- /** @name PalletTransactionPaymentChargeTransactionPayment (953) */
4187
- interface PalletTransactionPaymentChargeTransactionPayment extends Compact<u128> {
4187
+ /** @name PezpalletTransactionPaymentChargeTransactionPayment (953) */
4188
+ interface PezpalletTransactionPaymentChargeTransactionPayment extends Compact<u128> {
4188
4189
  }
4189
- /** @name PolkadotRuntimeCommonClaimsPrevalidateAttests (954) */
4190
- type PolkadotRuntimeCommonClaimsPrevalidateAttests = Null;
4191
- /** @name PolkadotRuntimeRuntime (957) */
4192
- type PolkadotRuntimeRuntime = Null;
4190
+ /** @name PezkuwiRuntimeCommonClaimsPrevalidateAttests (954) */
4191
+ type PezkuwiRuntimeCommonClaimsPrevalidateAttests = Null;
4192
+ /** @name PezkuwiRuntimeRuntime (957) */
4193
+ type PezkuwiRuntimeRuntime = Null;
4193
4194
  /** @name RelayCommonApisInflationInfo (958) */
4194
4195
  interface RelayCommonApisInflationInfo extends Struct {
4195
4196
  readonly inflation: Perquintill;
4196
4197
  readonly nextMint: ITuple<[u128, u128]>;
4197
4198
  }
4198
- /** @name PolkadotPrimitivesV8GroupRotationInfo (981) */
4199
- interface PolkadotPrimitivesV8GroupRotationInfo extends Struct {
4199
+ /** @name PezkuwiPrimitivesV8GroupRotationInfo (981) */
4200
+ interface PezkuwiPrimitivesV8GroupRotationInfo extends Struct {
4200
4201
  readonly sessionStartBlock: u32;
4201
4202
  readonly groupRotationFrequency: u32;
4202
4203
  readonly now: u32;
4203
4204
  }
4204
- /** @name PolkadotPrimitivesVstagingCoreState (983) */
4205
- interface PolkadotPrimitivesVstagingCoreState extends Enum {
4205
+ /** @name PezkuwiPrimitivesVstagingCoreState (983) */
4206
+ interface PezkuwiPrimitivesVstagingCoreState extends Enum {
4206
4207
  readonly isOccupied: boolean;
4207
- readonly asOccupied: PolkadotPrimitivesVstagingOccupiedCore;
4208
+ readonly asOccupied: PezkuwiPrimitivesVstagingOccupiedCore;
4208
4209
  readonly isScheduled: boolean;
4209
- readonly asScheduled: PolkadotPrimitivesV8ScheduledCore;
4210
+ readonly asScheduled: PezkuwiPrimitivesV8ScheduledCore;
4210
4211
  readonly isFree: boolean;
4211
4212
  readonly type: 'Occupied' | 'Scheduled' | 'Free';
4212
4213
  }
4213
- /** @name PolkadotPrimitivesVstagingOccupiedCore (984) */
4214
- interface PolkadotPrimitivesVstagingOccupiedCore extends Struct {
4215
- readonly nextUpOnAvailable: Option<PolkadotPrimitivesV8ScheduledCore>;
4214
+ /** @name PezkuwiPrimitivesVstagingOccupiedCore (984) */
4215
+ interface PezkuwiPrimitivesVstagingOccupiedCore extends Struct {
4216
+ readonly nextUpOnAvailable: Option<PezkuwiPrimitivesV8ScheduledCore>;
4216
4217
  readonly occupiedSince: u32;
4217
4218
  readonly timeOutAt: u32;
4218
- readonly nextUpOnTimeOut: Option<PolkadotPrimitivesV8ScheduledCore>;
4219
+ readonly nextUpOnTimeOut: Option<PezkuwiPrimitivesV8ScheduledCore>;
4219
4220
  readonly availability: BitVec;
4220
4221
  readonly groupResponsible: u32;
4221
4222
  readonly candidateHash: H256;
4222
- readonly candidateDescriptor: PolkadotPrimitivesVstagingCandidateDescriptorV2;
4223
+ readonly candidateDescriptor: PezkuwiPrimitivesVstagingCandidateDescriptorV2;
4223
4224
  }
4224
- /** @name PolkadotPrimitivesV8ScheduledCore (986) */
4225
- interface PolkadotPrimitivesV8ScheduledCore extends Struct {
4225
+ /** @name PezkuwiPrimitivesV8ScheduledCore (986) */
4226
+ interface PezkuwiPrimitivesV8ScheduledCore extends Struct {
4226
4227
  readonly paraId: u32;
4227
- readonly collator: Option<PolkadotPrimitivesV8CollatorAppPublic>;
4228
+ readonly collator: Option<PezkuwiPrimitivesV8CollatorAppPublic>;
4228
4229
  }
4229
- /** @name PolkadotPrimitivesV8CollatorAppPublic (988) */
4230
- interface PolkadotPrimitivesV8CollatorAppPublic extends U8aFixed {
4230
+ /** @name PezkuwiPrimitivesV8CollatorAppPublic (988) */
4231
+ interface PezkuwiPrimitivesV8CollatorAppPublic extends U8aFixed {
4231
4232
  }
4232
- /** @name PolkadotPrimitivesV8OccupiedCoreAssumption (989) */
4233
- interface PolkadotPrimitivesV8OccupiedCoreAssumption extends Enum {
4233
+ /** @name PezkuwiPrimitivesV8OccupiedCoreAssumption (989) */
4234
+ interface PezkuwiPrimitivesV8OccupiedCoreAssumption extends Enum {
4234
4235
  readonly isIncluded: boolean;
4235
4236
  readonly isTimedOut: boolean;
4236
4237
  readonly isFree: boolean;
4237
4238
  readonly type: 'Included' | 'TimedOut' | 'Free';
4238
4239
  }
4239
- /** @name PolkadotPrimitivesV8PersistedValidationData (991) */
4240
- interface PolkadotPrimitivesV8PersistedValidationData extends Struct {
4240
+ /** @name PezkuwiPrimitivesV8PersistedValidationData (991) */
4241
+ interface PezkuwiPrimitivesV8PersistedValidationData extends Struct {
4241
4242
  readonly parentHead: Bytes;
4242
4243
  readonly relayParentNumber: u32;
4243
4244
  readonly relayParentStorageRoot: H256;
4244
4245
  readonly maxPovSize: u32;
4245
4246
  }
4246
- /** @name PolkadotPrimitivesVstagingCandidateEvent (996) */
4247
- interface PolkadotPrimitivesVstagingCandidateEvent extends Enum {
4247
+ /** @name PezkuwiPrimitivesVstagingCandidateEvent (996) */
4248
+ interface PezkuwiPrimitivesVstagingCandidateEvent extends Enum {
4248
4249
  readonly isCandidateBacked: boolean;
4249
- readonly asCandidateBacked: ITuple<[PolkadotPrimitivesVstagingCandidateReceiptV2, Bytes, u32, u32]>;
4250
+ readonly asCandidateBacked: ITuple<[PezkuwiPrimitivesVstagingCandidateReceiptV2, Bytes, u32, u32]>;
4250
4251
  readonly isCandidateIncluded: boolean;
4251
- readonly asCandidateIncluded: ITuple<[PolkadotPrimitivesVstagingCandidateReceiptV2, Bytes, u32, u32]>;
4252
+ readonly asCandidateIncluded: ITuple<[PezkuwiPrimitivesVstagingCandidateReceiptV2, Bytes, u32, u32]>;
4252
4253
  readonly isCandidateTimedOut: boolean;
4253
- readonly asCandidateTimedOut: ITuple<[PolkadotPrimitivesVstagingCandidateReceiptV2, Bytes, u32]>;
4254
+ readonly asCandidateTimedOut: ITuple<[PezkuwiPrimitivesVstagingCandidateReceiptV2, Bytes, u32]>;
4254
4255
  readonly type: 'CandidateBacked' | 'CandidateIncluded' | 'CandidateTimedOut';
4255
4256
  }
4256
- /** @name PolkadotPrimitivesV8SlashingPendingSlashes (1008) */
4257
- interface PolkadotPrimitivesV8SlashingPendingSlashes extends Struct {
4258
- readonly keys_: BTreeMap<u32, PolkadotPrimitivesV8ValidatorAppPublic>;
4259
- readonly kind: PolkadotPrimitivesV8SlashingSlashingOffenceKind;
4257
+ /** @name PezkuwiPrimitivesV8SlashingPendingSlashes (1008) */
4258
+ interface PezkuwiPrimitivesV8SlashingPendingSlashes extends Struct {
4259
+ readonly keys_: BTreeMap<u32, PezkuwiPrimitivesV8ValidatorAppPublic>;
4260
+ readonly kind: PezkuwiPrimitivesV8SlashingSlashingOffenceKind;
4260
4261
  }
4261
- /** @name PolkadotPrimitivesV8SlashingSlashingOffenceKind (1009) */
4262
- interface PolkadotPrimitivesV8SlashingSlashingOffenceKind extends Enum {
4262
+ /** @name PezkuwiPrimitivesV8SlashingSlashingOffenceKind (1009) */
4263
+ interface PezkuwiPrimitivesV8SlashingSlashingOffenceKind extends Enum {
4263
4264
  readonly isForInvalid: boolean;
4264
4265
  readonly isAgainstValid: boolean;
4265
4266
  readonly type: 'ForInvalid' | 'AgainstValid';
4266
4267
  }
4267
- /** @name PolkadotPrimitivesV8SlashingDisputeProof (1012) */
4268
- interface PolkadotPrimitivesV8SlashingDisputeProof extends Struct {
4269
- readonly timeSlot: PolkadotPrimitivesV8SlashingDisputesTimeSlot;
4270
- readonly kind: PolkadotPrimitivesV8SlashingSlashingOffenceKind;
4268
+ /** @name PezkuwiPrimitivesV8SlashingDisputeProof (1012) */
4269
+ interface PezkuwiPrimitivesV8SlashingDisputeProof extends Struct {
4270
+ readonly timeSlot: PezkuwiPrimitivesV8SlashingDisputesTimeSlot;
4271
+ readonly kind: PezkuwiPrimitivesV8SlashingSlashingOffenceKind;
4271
4272
  readonly validatorIndex: u32;
4272
- readonly validatorId: PolkadotPrimitivesV8ValidatorAppPublic;
4273
+ readonly validatorId: PezkuwiPrimitivesV8ValidatorAppPublic;
4273
4274
  }
4274
- /** @name PolkadotPrimitivesVstagingAsyncBackingBackingState (1014) */
4275
- interface PolkadotPrimitivesVstagingAsyncBackingBackingState extends Struct {
4276
- readonly constraints: PolkadotPrimitivesV8AsyncBackingConstraints;
4277
- readonly pendingAvailability: Vec<PolkadotPrimitivesVstagingAsyncBackingCandidatePendingAvailability>;
4275
+ /** @name PezkuwiPrimitivesVstagingAsyncBackingBackingState (1014) */
4276
+ interface PezkuwiPrimitivesVstagingAsyncBackingBackingState extends Struct {
4277
+ readonly constraints: PezkuwiPrimitivesV8AsyncBackingConstraints;
4278
+ readonly pendingAvailability: Vec<PezkuwiPrimitivesVstagingAsyncBackingCandidatePendingAvailability>;
4278
4279
  }
4279
- /** @name PolkadotPrimitivesV8AsyncBackingConstraints (1015) */
4280
- interface PolkadotPrimitivesV8AsyncBackingConstraints extends Struct {
4280
+ /** @name PezkuwiPrimitivesV8AsyncBackingConstraints (1015) */
4281
+ interface PezkuwiPrimitivesV8AsyncBackingConstraints extends Struct {
4281
4282
  readonly minRelayParentNumber: u32;
4282
4283
  readonly maxPovSize: u32;
4283
4284
  readonly maxCodeSize: u32;
@@ -4285,33 +4286,33 @@ declare module '@polkadot/types/lookup' {
4285
4286
  readonly umpRemainingBytes: u32;
4286
4287
  readonly maxUmpNumPerCandidate: u32;
4287
4288
  readonly dmpRemainingMessages: Vec<u32>;
4288
- readonly hrmpInbound: PolkadotPrimitivesV8AsyncBackingInboundHrmpLimitations;
4289
- readonly hrmpChannelsOut: Vec<ITuple<[u32, PolkadotPrimitivesV8AsyncBackingOutboundHrmpChannelLimitations]>>;
4289
+ readonly hrmpInbound: PezkuwiPrimitivesV8AsyncBackingInboundHrmpLimitations;
4290
+ readonly hrmpChannelsOut: Vec<ITuple<[u32, PezkuwiPrimitivesV8AsyncBackingOutboundHrmpChannelLimitations]>>;
4290
4291
  readonly maxHrmpNumPerCandidate: u32;
4291
4292
  readonly requiredParent: Bytes;
4292
4293
  readonly validationCodeHash: H256;
4293
- readonly upgradeRestriction: Option<PolkadotPrimitivesV8UpgradeRestriction>;
4294
+ readonly upgradeRestriction: Option<PezkuwiPrimitivesV8UpgradeRestriction>;
4294
4295
  readonly futureValidationCode: Option<ITuple<[u32, H256]>>;
4295
4296
  }
4296
- /** @name PolkadotPrimitivesV8AsyncBackingInboundHrmpLimitations (1016) */
4297
- interface PolkadotPrimitivesV8AsyncBackingInboundHrmpLimitations extends Struct {
4297
+ /** @name PezkuwiPrimitivesV8AsyncBackingInboundHrmpLimitations (1016) */
4298
+ interface PezkuwiPrimitivesV8AsyncBackingInboundHrmpLimitations extends Struct {
4298
4299
  readonly validWatermarks: Vec<u32>;
4299
4300
  }
4300
- /** @name PolkadotPrimitivesV8AsyncBackingOutboundHrmpChannelLimitations (1019) */
4301
- interface PolkadotPrimitivesV8AsyncBackingOutboundHrmpChannelLimitations extends Struct {
4301
+ /** @name PezkuwiPrimitivesV8AsyncBackingOutboundHrmpChannelLimitations (1019) */
4302
+ interface PezkuwiPrimitivesV8AsyncBackingOutboundHrmpChannelLimitations extends Struct {
4302
4303
  readonly bytesRemaining: u32;
4303
4304
  readonly messagesRemaining: u32;
4304
4305
  }
4305
- /** @name PolkadotPrimitivesVstagingAsyncBackingCandidatePendingAvailability (1024) */
4306
- interface PolkadotPrimitivesVstagingAsyncBackingCandidatePendingAvailability extends Struct {
4306
+ /** @name PezkuwiPrimitivesVstagingAsyncBackingCandidatePendingAvailability (1024) */
4307
+ interface PezkuwiPrimitivesVstagingAsyncBackingCandidatePendingAvailability extends Struct {
4307
4308
  readonly candidateHash: H256;
4308
- readonly descriptor: PolkadotPrimitivesVstagingCandidateDescriptorV2;
4309
- readonly commitments: PolkadotPrimitivesV8CandidateCommitments;
4309
+ readonly descriptor: PezkuwiPrimitivesVstagingCandidateDescriptorV2;
4310
+ readonly commitments: PezkuwiPrimitivesV8CandidateCommitments;
4310
4311
  readonly relayParentNumber: u32;
4311
4312
  readonly maxPovSize: u32;
4312
4313
  }
4313
- /** @name PolkadotPrimitivesVstagingAsyncBackingConstraints (1030) */
4314
- interface PolkadotPrimitivesVstagingAsyncBackingConstraints extends Struct {
4314
+ /** @name PezkuwiPrimitivesVstagingAsyncBackingConstraints (1030) */
4315
+ interface PezkuwiPrimitivesVstagingAsyncBackingConstraints extends Struct {
4315
4316
  readonly minRelayParentNumber: u32;
4316
4317
  readonly maxPovSize: u32;
4317
4318
  readonly maxCodeSize: u32;
@@ -4320,12 +4321,12 @@ declare module '@polkadot/types/lookup' {
4320
4321
  readonly umpRemainingBytes: u32;
4321
4322
  readonly maxUmpNumPerCandidate: u32;
4322
4323
  readonly dmpRemainingMessages: Vec<u32>;
4323
- readonly hrmpInbound: PolkadotPrimitivesV8AsyncBackingInboundHrmpLimitations;
4324
- readonly hrmpChannelsOut: Vec<ITuple<[u32, PolkadotPrimitivesV8AsyncBackingOutboundHrmpChannelLimitations]>>;
4324
+ readonly hrmpInbound: PezkuwiPrimitivesV8AsyncBackingInboundHrmpLimitations;
4325
+ readonly hrmpChannelsOut: Vec<ITuple<[u32, PezkuwiPrimitivesV8AsyncBackingOutboundHrmpChannelLimitations]>>;
4325
4326
  readonly maxHrmpNumPerCandidate: u32;
4326
4327
  readonly requiredParent: Bytes;
4327
4328
  readonly validationCodeHash: H256;
4328
- readonly upgradeRestriction: Option<PolkadotPrimitivesV8UpgradeRestriction>;
4329
+ readonly upgradeRestriction: Option<PezkuwiPrimitivesV8UpgradeRestriction>;
4329
4330
  readonly futureValidationCode: Option<ITuple<[u32, H256]>>;
4330
4331
  }
4331
4332
  /** @name XcmRuntimeApisFeesError (1061) */
@@ -4340,8 +4341,8 @@ declare module '@polkadot/types/lookup' {
4340
4341
  }
4341
4342
  /** @name XcmRuntimeApisDryRunCallDryRunEffects (1066) */
4342
4343
  interface XcmRuntimeApisDryRunCallDryRunEffects extends Struct {
4343
- readonly executionResult: Result<FrameSupportDispatchPostDispatchInfo, SpRuntimeDispatchErrorWithPostInfo>;
4344
- readonly emittedEvents: Vec<Event>;
4344
+ readonly executionResult: Result<PezframeSupportDispatchPostDispatchInfo, PezspRuntimeDispatchErrorWithPostInfo>;
4345
+ readonly emittedEvents: Vec<RuntimeEvent>;
4345
4346
  readonly localXcm: Option<XcmVersionedXcm>;
4346
4347
  readonly forwardedXcms: Vec<ITuple<[XcmVersionedLocation, Vec<XcmVersionedXcm>]>>;
4347
4348
  }
@@ -4354,7 +4355,7 @@ declare module '@polkadot/types/lookup' {
4354
4355
  /** @name XcmRuntimeApisDryRunXcmDryRunEffects (1074) */
4355
4356
  interface XcmRuntimeApisDryRunXcmDryRunEffects extends Struct {
4356
4357
  readonly executionResult: StagingXcmV5TraitsOutcome;
4357
- readonly emittedEvents: Vec<Event>;
4358
+ readonly emittedEvents: Vec<RuntimeEvent>;
4358
4359
  readonly forwardedXcms: Vec<ITuple<[XcmVersionedLocation, Vec<XcmVersionedXcm>]>>;
4359
4360
  }
4360
4361
  /** @name XcmRuntimeApisConversionsError (1076) */
@@ -4363,100 +4364,100 @@ declare module '@polkadot/types/lookup' {
4363
4364
  readonly isVersionedConversionFailed: boolean;
4364
4365
  readonly type: 'Unsupported' | 'VersionedConversionFailed';
4365
4366
  }
4366
- /** @name PolkadotRuntimeRuntimeError (1080) */
4367
- interface PolkadotRuntimeRuntimeError extends Enum {
4367
+ /** @name PezkuwiRuntimeRuntimeError (1080) */
4368
+ interface PezkuwiRuntimeRuntimeError extends Enum {
4368
4369
  readonly isSystem: boolean;
4369
- readonly asSystem: FrameSystemError;
4370
+ readonly asSystem: PezframeSystemError;
4370
4371
  readonly isScheduler: boolean;
4371
- readonly asScheduler: PalletSchedulerError;
4372
+ readonly asScheduler: PezpalletSchedulerError;
4372
4373
  readonly isBabe: boolean;
4373
- readonly asBabe: PalletBabeError;
4374
+ readonly asBabe: PezpalletBabeError;
4374
4375
  readonly isIndices: boolean;
4375
- readonly asIndices: PalletIndicesError;
4376
+ readonly asIndices: PezpalletIndicesError;
4376
4377
  readonly isBalances: boolean;
4377
- readonly asBalances: PalletBalancesError;
4378
+ readonly asBalances: PezpalletBalancesError;
4378
4379
  readonly isStaking: boolean;
4379
- readonly asStaking: PalletStakingPalletError;
4380
+ readonly asStaking: PezpalletStakingPezpalletError;
4380
4381
  readonly isSession: boolean;
4381
- readonly asSession: PalletSessionError;
4382
+ readonly asSession: PezpalletSessionError;
4382
4383
  readonly isPreimage: boolean;
4383
- readonly asPreimage: PalletPreimageError;
4384
+ readonly asPreimage: PezpalletPreimageError;
4384
4385
  readonly isGrandpa: boolean;
4385
- readonly asGrandpa: PalletGrandpaError;
4386
+ readonly asGrandpa: PezpalletGrandpaError;
4386
4387
  readonly isTreasury: boolean;
4387
- readonly asTreasury: PalletTreasuryError;
4388
+ readonly asTreasury: PezpalletTreasuryError;
4388
4389
  readonly isConvictionVoting: boolean;
4389
- readonly asConvictionVoting: PalletConvictionVotingError;
4390
+ readonly asConvictionVoting: PezpalletConvictionVotingError;
4390
4391
  readonly isReferenda: boolean;
4391
- readonly asReferenda: PalletReferendaError;
4392
+ readonly asReferenda: PezpalletReferendaError;
4392
4393
  readonly isWhitelist: boolean;
4393
- readonly asWhitelist: PalletWhitelistError;
4394
+ readonly asWhitelist: PezpalletWhitelistError;
4394
4395
  readonly isClaims: boolean;
4395
- readonly asClaims: PolkadotRuntimeCommonClaimsPalletError;
4396
+ readonly asClaims: PezkuwiRuntimeCommonClaimsPezpalletError;
4396
4397
  readonly isVesting: boolean;
4397
- readonly asVesting: PalletVestingError;
4398
+ readonly asVesting: PezpalletVestingError;
4398
4399
  readonly isUtility: boolean;
4399
- readonly asUtility: PalletUtilityError;
4400
+ readonly asUtility: PezpalletUtilityError;
4400
4401
  readonly isProxy: boolean;
4401
- readonly asProxy: PalletProxyError;
4402
+ readonly asProxy: PezpalletProxyError;
4402
4403
  readonly isMultisig: boolean;
4403
- readonly asMultisig: PalletMultisigError;
4404
+ readonly asMultisig: PezpalletMultisigError;
4404
4405
  readonly isBounties: boolean;
4405
- readonly asBounties: PalletBountiesError;
4406
+ readonly asBounties: PezpalletBountiesError;
4406
4407
  readonly isElectionProviderMultiPhase: boolean;
4407
- readonly asElectionProviderMultiPhase: PalletElectionProviderMultiPhaseError;
4408
+ readonly asElectionProviderMultiPhase: PezpalletElectionProviderMultiPhaseError;
4408
4409
  readonly isVoterList: boolean;
4409
- readonly asVoterList: PalletBagsListError;
4410
+ readonly asVoterList: PezpalletBagsListError;
4410
4411
  readonly isChildBounties: boolean;
4411
- readonly asChildBounties: PalletChildBountiesError;
4412
+ readonly asChildBounties: PezpalletChildBountiesError;
4412
4413
  readonly isNominationPools: boolean;
4413
- readonly asNominationPools: PalletNominationPoolsError;
4414
+ readonly asNominationPools: PezpalletNominationPoolsError;
4414
4415
  readonly isFastUnstake: boolean;
4415
- readonly asFastUnstake: PalletFastUnstakeError;
4416
+ readonly asFastUnstake: PezpalletFastUnstakeError;
4416
4417
  readonly isDelegatedStaking: boolean;
4417
- readonly asDelegatedStaking: PalletDelegatedStakingError;
4418
+ readonly asDelegatedStaking: PezpalletDelegatedStakingError;
4418
4419
  readonly isStakingAhClient: boolean;
4419
- readonly asStakingAhClient: PalletStakingAsyncAhClientError;
4420
+ readonly asStakingAhClient: PezpalletStakingAsyncAhClientError;
4420
4421
  readonly isConfiguration: boolean;
4421
- readonly asConfiguration: PolkadotRuntimeParachainsConfigurationPalletError;
4422
+ readonly asConfiguration: PezkuwiRuntimeTeyrchainsConfigurationPezpalletError;
4422
4423
  readonly isParaInclusion: boolean;
4423
- readonly asParaInclusion: PolkadotRuntimeParachainsInclusionPalletError;
4424
+ readonly asParaInclusion: PezkuwiRuntimeTeyrchainsInclusionPezpalletError;
4424
4425
  readonly isParaInherent: boolean;
4425
- readonly asParaInherent: PolkadotRuntimeParachainsParasInherentPalletError;
4426
+ readonly asParaInherent: PezkuwiRuntimeTeyrchainsParasInherentPezpalletError;
4426
4427
  readonly isParas: boolean;
4427
- readonly asParas: PolkadotRuntimeParachainsParasPalletError;
4428
+ readonly asParas: PezkuwiRuntimeTeyrchainsParasPezpalletError;
4428
4429
  readonly isHrmp: boolean;
4429
- readonly asHrmp: PolkadotRuntimeParachainsHrmpPalletError;
4430
+ readonly asHrmp: PezkuwiRuntimeTeyrchainsHrmpPezpalletError;
4430
4431
  readonly isParasDisputes: boolean;
4431
- readonly asParasDisputes: PolkadotRuntimeParachainsDisputesPalletError;
4432
+ readonly asParasDisputes: PezkuwiRuntimeTeyrchainsDisputesPezpalletError;
4432
4433
  readonly isParasSlashing: boolean;
4433
- readonly asParasSlashing: PolkadotRuntimeParachainsDisputesSlashingPalletError;
4434
+ readonly asParasSlashing: PezkuwiRuntimeTeyrchainsDisputesSlashingPezpalletError;
4434
4435
  readonly isOnDemand: boolean;
4435
- readonly asOnDemand: PolkadotRuntimeParachainsOnDemandPalletError;
4436
+ readonly asOnDemand: PezkuwiRuntimeTeyrchainsOnDemandPezpalletError;
4436
4437
  readonly isCoretimeAssignmentProvider: boolean;
4437
- readonly asCoretimeAssignmentProvider: PolkadotRuntimeParachainsAssignerCoretimePalletError;
4438
+ readonly asCoretimeAssignmentProvider: PezkuwiRuntimeTeyrchainsAssignerCoretimePezpalletError;
4438
4439
  readonly isRegistrar: boolean;
4439
- readonly asRegistrar: PolkadotRuntimeCommonParasRegistrarPalletError;
4440
+ readonly asRegistrar: PezkuwiRuntimeCommonParasRegistrarPezpalletError;
4440
4441
  readonly isSlots: boolean;
4441
- readonly asSlots: PolkadotRuntimeCommonSlotsPalletError;
4442
+ readonly asSlots: PezkuwiRuntimeCommonSlotsPezpalletError;
4442
4443
  readonly isAuctions: boolean;
4443
- readonly asAuctions: PolkadotRuntimeCommonAuctionsPalletError;
4444
+ readonly asAuctions: PezkuwiRuntimeCommonAuctionsPezpalletError;
4444
4445
  readonly isCrowdloan: boolean;
4445
- readonly asCrowdloan: PolkadotRuntimeCommonCrowdloanPalletError;
4446
+ readonly asCrowdloan: PezkuwiRuntimeCommonCrowdloanPezpalletError;
4446
4447
  readonly isCoretime: boolean;
4447
- readonly asCoretime: PolkadotRuntimeParachainsCoretimePalletError;
4448
+ readonly asCoretime: PezkuwiRuntimeTeyrchainsCoretimePezpalletError;
4448
4449
  readonly isStateTrieMigration: boolean;
4449
- readonly asStateTrieMigration: PalletStateTrieMigrationError;
4450
+ readonly asStateTrieMigration: PezpalletStateTrieMigrationError;
4450
4451
  readonly isXcmPallet: boolean;
4451
- readonly asXcmPallet: PalletXcmError;
4452
+ readonly asXcmPallet: PezpalletXcmError;
4452
4453
  readonly isMessageQueue: boolean;
4453
- readonly asMessageQueue: PalletMessageQueueError;
4454
+ readonly asMessageQueue: PezpalletMessageQueueError;
4454
4455
  readonly isAssetRate: boolean;
4455
- readonly asAssetRate: PalletAssetRateError;
4456
+ readonly asAssetRate: PezpalletAssetRateError;
4456
4457
  readonly isBeefy: boolean;
4457
- readonly asBeefy: PalletBeefyError;
4458
+ readonly asBeefy: PezpalletBeefyError;
4458
4459
  readonly isRcMigrator: boolean;
4459
- readonly asRcMigrator: PalletRcMigratorError;
4460
+ readonly asRcMigrator: PezpalletRcMigratorError;
4460
4461
  readonly type: 'System' | 'Scheduler' | 'Babe' | 'Indices' | 'Balances' | 'Staking' | 'Session' | 'Preimage' | 'Grandpa' | 'Treasury' | 'ConvictionVoting' | 'Referenda' | 'Whitelist' | 'Claims' | 'Vesting' | 'Utility' | 'Proxy' | 'Multisig' | 'Bounties' | 'ElectionProviderMultiPhase' | 'VoterList' | 'ChildBounties' | 'NominationPools' | 'FastUnstake' | 'DelegatedStaking' | 'StakingAhClient' | 'Configuration' | 'ParaInclusion' | 'ParaInherent' | 'Paras' | 'Hrmp' | 'ParasDisputes' | 'ParasSlashing' | 'OnDemand' | 'CoretimeAssignmentProvider' | 'Registrar' | 'Slots' | 'Auctions' | 'Crowdloan' | 'Coretime' | 'StateTrieMigration' | 'XcmPallet' | 'MessageQueue' | 'AssetRate' | 'Beefy' | 'RcMigrator';
4461
4462
  }
4462
4463
  }