@pezkuwi/types-augment 16.5.5 → 16.5.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +201 -0
- package/augment.js +2 -0
- package/bundle.js +2 -0
- package/cjs/augment.d.ts +2 -0
- package/cjs/augment.js +4 -0
- package/cjs/bundle.d.ts +2 -0
- package/cjs/bundle.js +6 -0
- package/cjs/index.js +5 -0
- package/{build/lookup/assetHubKusama.d.ts → cjs/lookup/assetHubDicle.d.ts} +75 -75
- package/cjs/lookup/assetHubDicle.js +1164 -0
- package/{build/lookup/assetHubPolkadot.d.ts → cjs/lookup/assetHubPezkuwi.d.ts} +186 -186
- package/cjs/lookup/assetHubPezkuwi.js +2979 -0
- package/{build/lookup/substrate.d.ts → cjs/lookup/bizinikiwi.d.ts} +594 -594
- package/cjs/lookup/bizinikiwi.js +9673 -0
- package/cjs/lookup/definitions.js +15 -0
- package/{build/lookup/kusama.d.ts → cjs/lookup/dicle.d.ts} +29 -29
- package/cjs/lookup/dicle.js +738 -0
- package/cjs/lookup/index.js +5 -0
- package/{build/lookup/polkadot.d.ts → cjs/lookup/pezkuwi.d.ts} +199 -195
- package/cjs/lookup/pezkuwi.js +4768 -0
- package/cjs/lookup/types-assetHubDicle.d.ts +684 -0
- package/cjs/lookup/types-assetHubDicle.js +4 -0
- package/{build/lookup/types-assetHubPolkadot.d.ts → cjs/lookup/types-assetHubPezkuwi.d.ts} +623 -624
- package/cjs/lookup/types-assetHubPezkuwi.js +4 -0
- package/{build/lookup/types-substrate.d.ts → cjs/lookup/types-bizinikiwi.d.ts} +1815 -1816
- package/cjs/lookup/types-bizinikiwi.js +4 -0
- package/{build/lookup/types-kusama.d.ts → cjs/lookup/types-dicle.d.ts} +139 -139
- package/cjs/lookup/types-dicle.js +4 -0
- package/{build/lookup/types-polkadot.d.ts → cjs/lookup/types-pezkuwi.d.ts} +642 -641
- package/cjs/lookup/types-pezkuwi.js +4 -0
- package/cjs/lookup/types.d.ts +5 -0
- package/cjs/lookup/types.js +7 -0
- package/cjs/package.json +3 -0
- package/cjs/packageDetect.js +7 -0
- package/cjs/packageInfo.js +4 -0
- package/cjs/registry/assetHubDicle.d.ts +81 -0
- package/cjs/registry/assetHubDicle.js +4 -0
- package/cjs/registry/assetHubPezkuwi.d.ts +200 -0
- package/cjs/registry/assetHubPezkuwi.js +4 -0
- package/cjs/registry/bizinikiwi.d.ts +625 -0
- package/cjs/registry/bizinikiwi.js +4 -0
- package/cjs/registry/dicle.d.ts +35 -0
- package/cjs/registry/dicle.js +4 -0
- package/cjs/registry/index.js +3 -0
- package/{build → cjs}/registry/interfaces.d.ts +44 -44
- package/cjs/registry/interfaces.js +4 -0
- package/cjs/registry/pezkuwi.d.ts +279 -0
- package/cjs/registry/pezkuwi.js +4 -0
- package/index.d.ts +2 -0
- package/index.js +2 -0
- package/lookup/assetHubDicle.d.ts +1161 -0
- package/lookup/assetHubDicle.js +1162 -0
- package/lookup/assetHubPezkuwi.d.ts +2976 -0
- package/lookup/assetHubPezkuwi.js +2977 -0
- package/lookup/bizinikiwi.d.ts +9670 -0
- package/lookup/bizinikiwi.js +9671 -0
- package/lookup/definitions.d.ts +3 -0
- package/lookup/definitions.js +12 -0
- package/lookup/dicle.d.ts +735 -0
- package/lookup/dicle.js +736 -0
- package/lookup/index.d.ts +1 -0
- package/lookup/index.js +2 -0
- package/lookup/pezkuwi.d.ts +4765 -0
- package/lookup/pezkuwi.js +4766 -0
- package/lookup/types-assetHubDicle.d.ts +684 -0
- package/lookup/types-assetHubDicle.js +2 -0
- package/lookup/types-assetHubPezkuwi.d.ts +2511 -0
- package/lookup/types-assetHubPezkuwi.js +2 -0
- package/lookup/types-bizinikiwi.d.ts +9980 -0
- package/lookup/types-bizinikiwi.js +2 -0
- package/lookup/types-dicle.d.ts +364 -0
- package/lookup/types-dicle.js +2 -0
- package/lookup/types-pezkuwi.d.ts +4463 -0
- package/lookup/types-pezkuwi.js +2 -0
- package/lookup/types.d.ts +5 -0
- package/lookup/types.js +5 -0
- package/package.json +380 -6
- package/packageDetect.d.ts +1 -0
- package/{src/packageDetect.ts → packageDetect.js} +0 -8
- package/packageInfo.d.ts +6 -0
- package/packageInfo.js +1 -0
- package/registry/assetHubDicle.d.ts +81 -0
- package/registry/assetHubDicle.js +2 -0
- package/registry/assetHubPezkuwi.d.ts +200 -0
- package/registry/assetHubPezkuwi.js +2 -0
- package/registry/bizinikiwi.d.ts +625 -0
- package/registry/bizinikiwi.js +2 -0
- package/registry/dicle.d.ts +35 -0
- package/registry/dicle.js +2 -0
- package/registry/index.d.ts +1 -0
- package/registry/index.js +1 -0
- package/registry/interfaces.d.ts +1368 -0
- package/registry/interfaces.js +2 -0
- package/registry/pezkuwi.d.ts +279 -0
- package/registry/pezkuwi.js +2 -0
- package/build/lookup/types-assetHubKusama.d.ts +0 -684
- package/build/lookup/types.d.ts +0 -5
- package/build/registry/assetHubKusama.d.ts +0 -81
- package/build/registry/assetHubPolkadot.d.ts +0 -200
- package/build/registry/kusama.d.ts +0 -35
- package/build/registry/polkadot.d.ts +0 -278
- package/build/registry/substrate.d.ts +0 -625
- package/src/augment.ts +0 -5
- package/src/bundle.ts +0 -6
- package/src/index.ts +0 -6
- package/src/lookup/assetHubKusama.ts +0 -1165
- package/src/lookup/assetHubPolkadot.ts +0 -2980
- package/src/lookup/definitions.ts +0 -19
- package/src/lookup/index.ts +0 -4
- package/src/lookup/kusama.ts +0 -739
- package/src/lookup/polkadot.ts +0 -4765
- package/src/lookup/substrate.ts +0 -9674
- package/src/lookup/types-assetHubKusama.ts +0 -764
- package/src/lookup/types-assetHubPolkadot.ts +0 -2711
- package/src/lookup/types-kusama.ts +0 -399
- package/src/lookup/types-polkadot.ts +0 -4721
- package/src/lookup/types-substrate.ts +0 -10590
- package/src/lookup/types.ts +0 -8
- package/src/mod.ts +0 -4
- package/src/packageInfo.ts +0 -6
- package/src/registry/assetHubKusama.ts +0 -88
- package/src/registry/assetHubPolkadot.ts +0 -207
- package/src/registry/index.ts +0 -4
- package/src/registry/interfaces.ts +0 -1375
- package/src/registry/kusama.ts +0 -42
- package/src/registry/polkadot.ts +0 -285
- package/src/registry/substrate.ts +0 -632
- package/tsconfig.build.json +0 -15
- package/tsconfig.build.tsbuildinfo +0 -1
- /package/{build/augment.d.ts → augment.d.ts} +0 -0
- /package/{build/bundle.d.ts → bundle.d.ts} +0 -0
- /package/{build → cjs}/index.d.ts +0 -0
- /package/{build → cjs}/lookup/definitions.d.ts +0 -0
- /package/{build → cjs}/lookup/index.d.ts +0 -0
- /package/{build → cjs}/packageDetect.d.ts +0 -0
- /package/{build → cjs}/packageInfo.d.ts +0 -0
- /package/{build → cjs}/registry/index.d.ts +0 -0
|
@@ -2,13 +2,13 @@ declare const _default: {
|
|
|
2
2
|
/**
|
|
3
3
|
* Lookup41: pallet_balances::pallet::UnexpectedKind
|
|
4
4
|
**/
|
|
5
|
-
|
|
5
|
+
PezpalletBalancesUnexpectedKind: {
|
|
6
6
|
_enum: string[];
|
|
7
7
|
};
|
|
8
8
|
/**
|
|
9
9
|
* Lookup52: pallet_session::historical::pallet::Event<T>
|
|
10
10
|
**/
|
|
11
|
-
|
|
11
|
+
PezpalletSessionHistoricalPezpalletEvent: {
|
|
12
12
|
_enum: {
|
|
13
13
|
RootStored: {
|
|
14
14
|
index: string;
|
|
@@ -21,7 +21,7 @@ declare const _default: {
|
|
|
21
21
|
/**
|
|
22
22
|
* Lookup59: polkadot_runtime_common::impls::VersionedLocatableAsset
|
|
23
23
|
**/
|
|
24
|
-
|
|
24
|
+
PezkuwiRuntimeCommonImplsVersionedLocatableAsset: {
|
|
25
25
|
_enum: {
|
|
26
26
|
__Unused0: string;
|
|
27
27
|
__Unused1: string;
|
|
@@ -347,7 +347,7 @@ declare const _default: {
|
|
|
347
347
|
/**
|
|
348
348
|
* Lookup147: polkadot_runtime::SessionKeys
|
|
349
349
|
**/
|
|
350
|
-
|
|
350
|
+
PezkuwiRuntimeSessionKeys: {
|
|
351
351
|
grandpa: string;
|
|
352
352
|
babe: string;
|
|
353
353
|
paraValidator: string;
|
|
@@ -358,15 +358,15 @@ declare const _default: {
|
|
|
358
358
|
/**
|
|
359
359
|
* Lookup148: polkadot_primitives::v8::validator_app::Public
|
|
360
360
|
**/
|
|
361
|
-
|
|
361
|
+
PezkuwiPrimitivesV8ValidatorAppPublic: string;
|
|
362
362
|
/**
|
|
363
363
|
* Lookup149: polkadot_primitives::v8::assignment_app::Public
|
|
364
364
|
**/
|
|
365
|
-
|
|
365
|
+
PezkuwiPrimitivesV8AssignmentAppPublic: string;
|
|
366
366
|
/**
|
|
367
367
|
* Lookup169: polkadot_runtime::OriginCaller
|
|
368
368
|
**/
|
|
369
|
-
|
|
369
|
+
PezkuwiRuntimeOriginCaller: {
|
|
370
370
|
_enum: {
|
|
371
371
|
system: string;
|
|
372
372
|
__Unused1: string;
|
|
@@ -473,13 +473,13 @@ declare const _default: {
|
|
|
473
473
|
/**
|
|
474
474
|
* Lookup171: polkadot_runtime::governance::origins::pallet_custom_origins::Origin
|
|
475
475
|
**/
|
|
476
|
-
|
|
476
|
+
PezkuwiRuntimeGovernanceOriginsPezpalletCustomOriginsOrigin: {
|
|
477
477
|
_enum: string[];
|
|
478
478
|
};
|
|
479
479
|
/**
|
|
480
480
|
* Lookup172: polkadot_runtime_parachains::origin::pallet::Origin
|
|
481
481
|
**/
|
|
482
|
-
|
|
482
|
+
PezkuwiRuntimeTeyrchainsOriginPezpalletOrigin: {
|
|
483
483
|
_enum: {
|
|
484
484
|
Parachain: string;
|
|
485
485
|
};
|
|
@@ -487,7 +487,7 @@ declare const _default: {
|
|
|
487
487
|
/**
|
|
488
488
|
* Lookup174: pallet_xcm::pallet::Origin
|
|
489
489
|
**/
|
|
490
|
-
|
|
490
|
+
PezpalletXcmOrigin: {
|
|
491
491
|
_enum: {
|
|
492
492
|
Xcm: string;
|
|
493
493
|
Response: string;
|
|
@@ -496,7 +496,7 @@ declare const _default: {
|
|
|
496
496
|
/**
|
|
497
497
|
* Lookup178: polkadot_runtime_common::claims::pallet::Call<T>
|
|
498
498
|
**/
|
|
499
|
-
|
|
499
|
+
PezkuwiRuntimeCommonClaimsPezpalletCall: {
|
|
500
500
|
_enum: {
|
|
501
501
|
claim: {
|
|
502
502
|
dest: string;
|
|
@@ -529,23 +529,27 @@ declare const _default: {
|
|
|
529
529
|
/**
|
|
530
530
|
* Lookup179: polkadot_runtime_common::claims::EcdsaSignature
|
|
531
531
|
**/
|
|
532
|
-
|
|
532
|
+
PezkuwiRuntimeCommonClaimsEcdsaSignature: string;
|
|
533
|
+
/**
|
|
534
|
+
* Lookup181: polkadot_runtime_common::claims::EthereumAddress
|
|
535
|
+
**/
|
|
536
|
+
PezkuwiRuntimeCommonClaimsEthereumAddress: string;
|
|
533
537
|
/**
|
|
534
538
|
* Lookup185: polkadot_runtime_common::claims::StatementKind
|
|
535
539
|
**/
|
|
536
|
-
|
|
540
|
+
PezkuwiRuntimeCommonClaimsStatementKind: {
|
|
537
541
|
_enum: string[];
|
|
538
542
|
};
|
|
539
543
|
/**
|
|
540
544
|
* Lookup192: polkadot_runtime_constants::proxy::ProxyType
|
|
541
545
|
**/
|
|
542
|
-
|
|
546
|
+
PezkuwiRuntimeConstantsProxyProxyType: {
|
|
543
547
|
_enum: string[];
|
|
544
548
|
};
|
|
545
549
|
/**
|
|
546
550
|
* Lookup200: polkadot_runtime::NposCompactSolution16
|
|
547
551
|
**/
|
|
548
|
-
|
|
552
|
+
PezkuwiRuntimeNposCompactSolution16: {
|
|
549
553
|
votes1: string;
|
|
550
554
|
votes2: string;
|
|
551
555
|
votes3: string;
|
|
@@ -566,7 +570,7 @@ declare const _default: {
|
|
|
566
570
|
/**
|
|
567
571
|
* Lookup274: pallet_staking_async_ah_client::pallet::Call<T>
|
|
568
572
|
**/
|
|
569
|
-
|
|
573
|
+
PezpalletStakingAsyncAhClientCall: {
|
|
570
574
|
_enum: {
|
|
571
575
|
validator_set: {
|
|
572
576
|
report: string;
|
|
@@ -580,7 +584,7 @@ declare const _default: {
|
|
|
580
584
|
/**
|
|
581
585
|
* Lookup275: pallet_staking_async_rc_client::ValidatorSetReport<sp_core::crypto::AccountId32>
|
|
582
586
|
**/
|
|
583
|
-
|
|
587
|
+
PezpalletStakingAsyncRcClientValidatorSetReport: {
|
|
584
588
|
newValidatorSet: string;
|
|
585
589
|
id: string;
|
|
586
590
|
pruneUpTo: string;
|
|
@@ -589,13 +593,13 @@ declare const _default: {
|
|
|
589
593
|
/**
|
|
590
594
|
* Lookup276: pallet_staking_async_ah_client::OperatingMode
|
|
591
595
|
**/
|
|
592
|
-
|
|
596
|
+
PezpalletStakingAsyncAhClientOperatingMode: {
|
|
593
597
|
_enum: string[];
|
|
594
598
|
};
|
|
595
599
|
/**
|
|
596
600
|
* Lookup277: polkadot_runtime_parachains::configuration::pallet::Call<T>
|
|
597
601
|
**/
|
|
598
|
-
|
|
602
|
+
PezkuwiRuntimeTeyrchainsConfigurationPezpalletCall: {
|
|
599
603
|
_enum: {
|
|
600
604
|
set_validation_upgrade_cooldown: {
|
|
601
605
|
_alias: {
|
|
@@ -886,18 +890,18 @@ declare const _default: {
|
|
|
886
890
|
/**
|
|
887
891
|
* Lookup278: polkadot_primitives::v8::async_backing::AsyncBackingParams
|
|
888
892
|
**/
|
|
889
|
-
|
|
893
|
+
PezkuwiPrimitivesV8AsyncBackingAsyncBackingParams: {
|
|
890
894
|
maxCandidateDepth: string;
|
|
891
895
|
allowedAncestryLen: string;
|
|
892
896
|
};
|
|
893
897
|
/**
|
|
894
898
|
* Lookup279: polkadot_primitives::v8::executor_params::ExecutorParams
|
|
895
899
|
**/
|
|
896
|
-
|
|
900
|
+
PezkuwiPrimitivesV8ExecutorParams: string;
|
|
897
901
|
/**
|
|
898
902
|
* Lookup281: polkadot_primitives::v8::executor_params::ExecutorParam
|
|
899
903
|
**/
|
|
900
|
-
|
|
904
|
+
PezkuwiPrimitivesV8ExecutorParamsExecutorParam: {
|
|
901
905
|
_enum: {
|
|
902
906
|
__Unused0: string;
|
|
903
907
|
MaxMemoryPages: string;
|
|
@@ -912,25 +916,25 @@ declare const _default: {
|
|
|
912
916
|
/**
|
|
913
917
|
* Lookup282: polkadot_primitives::v8::PvfPrepKind
|
|
914
918
|
**/
|
|
915
|
-
|
|
919
|
+
PezkuwiPrimitivesV8PvfPrepKind: {
|
|
916
920
|
_enum: string[];
|
|
917
921
|
};
|
|
918
922
|
/**
|
|
919
923
|
* Lookup283: polkadot_primitives::v8::PvfExecKind
|
|
920
924
|
**/
|
|
921
|
-
|
|
925
|
+
PezkuwiPrimitivesV8PvfExecKind: {
|
|
922
926
|
_enum: string[];
|
|
923
927
|
};
|
|
924
928
|
/**
|
|
925
929
|
* Lookup284: polkadot_primitives::v8::ApprovalVotingParams
|
|
926
930
|
**/
|
|
927
|
-
|
|
931
|
+
PezkuwiPrimitivesV8ApprovalVotingParams: {
|
|
928
932
|
maxApprovalCoalesceCount: string;
|
|
929
933
|
};
|
|
930
934
|
/**
|
|
931
935
|
* Lookup285: polkadot_primitives::v8::SchedulerParams<BlockNumber>
|
|
932
936
|
**/
|
|
933
|
-
|
|
937
|
+
PezkuwiPrimitivesV8SchedulerParams: {
|
|
934
938
|
groupRotationFrequency: string;
|
|
935
939
|
parasAvailabilityPeriod: string;
|
|
936
940
|
maxValidatorsPerCore: string;
|
|
@@ -946,15 +950,15 @@ declare const _default: {
|
|
|
946
950
|
/**
|
|
947
951
|
* Lookup286: polkadot_runtime_parachains::shared::pallet::Call<T>
|
|
948
952
|
**/
|
|
949
|
-
|
|
953
|
+
PezkuwiRuntimeTeyrchainsSharedPezpalletCall: string;
|
|
950
954
|
/**
|
|
951
955
|
* Lookup287: polkadot_runtime_parachains::inclusion::pallet::Call<T>
|
|
952
956
|
**/
|
|
953
|
-
|
|
957
|
+
PezkuwiRuntimeTeyrchainsInclusionPezpalletCall: string;
|
|
954
958
|
/**
|
|
955
959
|
* Lookup288: polkadot_runtime_parachains::paras_inherent::pallet::Call<T>
|
|
956
960
|
**/
|
|
957
|
-
|
|
961
|
+
PezkuwiRuntimeTeyrchainsParasInherentPezpalletCall: {
|
|
958
962
|
_enum: {
|
|
959
963
|
enter: {
|
|
960
964
|
data: string;
|
|
@@ -964,7 +968,7 @@ declare const _default: {
|
|
|
964
968
|
/**
|
|
965
969
|
* Lookup289: polkadot_primitives::vstaging::InherentData<sp_runtime::generic::header::Header<Number, Hash>>
|
|
966
970
|
**/
|
|
967
|
-
|
|
971
|
+
PezkuwiPrimitivesVstagingInherentData: {
|
|
968
972
|
bitfields: string;
|
|
969
973
|
backedCandidates: string;
|
|
970
974
|
disputes: string;
|
|
@@ -973,7 +977,7 @@ declare const _default: {
|
|
|
973
977
|
/**
|
|
974
978
|
* Lookup291: polkadot_primitives::v8::signed::UncheckedSigned<polkadot_primitives::v8::AvailabilityBitfield, polkadot_primitives::v8::AvailabilityBitfield>
|
|
975
979
|
**/
|
|
976
|
-
|
|
980
|
+
PezkuwiPrimitivesV8SignedUncheckedSigned: {
|
|
977
981
|
payload: string;
|
|
978
982
|
validatorIndex: string;
|
|
979
983
|
signature: string;
|
|
@@ -985,11 +989,11 @@ declare const _default: {
|
|
|
985
989
|
/**
|
|
986
990
|
* Lookup296: polkadot_primitives::v8::validator_app::Signature
|
|
987
991
|
**/
|
|
988
|
-
|
|
992
|
+
PezkuwiPrimitivesV8ValidatorAppSignature: string;
|
|
989
993
|
/**
|
|
990
994
|
* Lookup298: polkadot_primitives::vstaging::BackedCandidate<primitive_types::H256>
|
|
991
995
|
**/
|
|
992
|
-
|
|
996
|
+
PezkuwiPrimitivesVstagingBackedCandidate: {
|
|
993
997
|
candidate: string;
|
|
994
998
|
validityVotes: string;
|
|
995
999
|
validatorIndices: string;
|
|
@@ -997,14 +1001,14 @@ declare const _default: {
|
|
|
997
1001
|
/**
|
|
998
1002
|
* Lookup299: polkadot_primitives::vstaging::CommittedCandidateReceiptV2<primitive_types::H256>
|
|
999
1003
|
**/
|
|
1000
|
-
|
|
1004
|
+
PezkuwiPrimitivesVstagingCommittedCandidateReceiptV2: {
|
|
1001
1005
|
descriptor: string;
|
|
1002
1006
|
commitments: string;
|
|
1003
1007
|
};
|
|
1004
1008
|
/**
|
|
1005
1009
|
* Lookup300: polkadot_primitives::vstaging::CandidateDescriptorV2<primitive_types::H256>
|
|
1006
1010
|
**/
|
|
1007
|
-
|
|
1011
|
+
PezkuwiPrimitivesVstagingCandidateDescriptorV2: {
|
|
1008
1012
|
paraId: string;
|
|
1009
1013
|
relayParent: string;
|
|
1010
1014
|
version: string;
|
|
@@ -1021,7 +1025,7 @@ declare const _default: {
|
|
|
1021
1025
|
/**
|
|
1022
1026
|
* Lookup304: polkadot_primitives::v8::CandidateCommitments<N>
|
|
1023
1027
|
**/
|
|
1024
|
-
|
|
1028
|
+
PezkuwiPrimitivesV8CandidateCommitments: {
|
|
1025
1029
|
upwardMessages: string;
|
|
1026
1030
|
horizontalMessages: string;
|
|
1027
1031
|
newValidationCode: string;
|
|
@@ -1032,14 +1036,14 @@ declare const _default: {
|
|
|
1032
1036
|
/**
|
|
1033
1037
|
* Lookup307: polkadot_core_primitives::OutboundHrmpMessage<polkadot_parachain_primitives::primitives::Id>
|
|
1034
1038
|
**/
|
|
1035
|
-
|
|
1039
|
+
PezkuwiCorePrimitivesOutboundHrmpMessage: {
|
|
1036
1040
|
recipient: string;
|
|
1037
1041
|
data: string;
|
|
1038
1042
|
};
|
|
1039
1043
|
/**
|
|
1040
1044
|
* Lookup313: polkadot_primitives::v8::ValidityAttestation
|
|
1041
1045
|
**/
|
|
1042
|
-
|
|
1046
|
+
PezkuwiPrimitivesV8ValidityAttestation: {
|
|
1043
1047
|
_enum: {
|
|
1044
1048
|
__Unused0: string;
|
|
1045
1049
|
Implicit: string;
|
|
@@ -1049,7 +1053,7 @@ declare const _default: {
|
|
|
1049
1053
|
/**
|
|
1050
1054
|
* Lookup315: polkadot_primitives::v8::DisputeStatementSet
|
|
1051
1055
|
**/
|
|
1052
|
-
|
|
1056
|
+
PezkuwiPrimitivesV8DisputeStatementSet: {
|
|
1053
1057
|
candidateHash: string;
|
|
1054
1058
|
session: string;
|
|
1055
1059
|
statements: string;
|
|
@@ -1057,7 +1061,7 @@ declare const _default: {
|
|
|
1057
1061
|
/**
|
|
1058
1062
|
* Lookup319: polkadot_primitives::v8::DisputeStatement
|
|
1059
1063
|
**/
|
|
1060
|
-
|
|
1064
|
+
PezkuwiPrimitivesV8DisputeStatement: {
|
|
1061
1065
|
_enum: {
|
|
1062
1066
|
Valid: string;
|
|
1063
1067
|
Invalid: string;
|
|
@@ -1066,7 +1070,7 @@ declare const _default: {
|
|
|
1066
1070
|
/**
|
|
1067
1071
|
* Lookup320: polkadot_primitives::v8::ValidDisputeStatementKind
|
|
1068
1072
|
**/
|
|
1069
|
-
|
|
1073
|
+
PezkuwiPrimitivesV8ValidDisputeStatementKind: {
|
|
1070
1074
|
_enum: {
|
|
1071
1075
|
Explicit: string;
|
|
1072
1076
|
BackingSeconded: string;
|
|
@@ -1078,13 +1082,13 @@ declare const _default: {
|
|
|
1078
1082
|
/**
|
|
1079
1083
|
* Lookup322: polkadot_primitives::v8::InvalidDisputeStatementKind
|
|
1080
1084
|
**/
|
|
1081
|
-
|
|
1085
|
+
PezkuwiPrimitivesV8InvalidDisputeStatementKind: {
|
|
1082
1086
|
_enum: string[];
|
|
1083
1087
|
};
|
|
1084
1088
|
/**
|
|
1085
1089
|
* Lookup323: polkadot_runtime_parachains::paras::pallet::Call<T>
|
|
1086
1090
|
**/
|
|
1087
|
-
|
|
1091
|
+
PezkuwiRuntimeTeyrchainsParasPezpalletCall: {
|
|
1088
1092
|
_enum: {
|
|
1089
1093
|
force_set_current_code: {
|
|
1090
1094
|
para: string;
|
|
@@ -1137,7 +1141,7 @@ declare const _default: {
|
|
|
1137
1141
|
/**
|
|
1138
1142
|
* Lookup324: polkadot_primitives::v8::PvfCheckStatement
|
|
1139
1143
|
**/
|
|
1140
|
-
|
|
1144
|
+
PezkuwiPrimitivesV8PvfCheckStatement: {
|
|
1141
1145
|
accept: string;
|
|
1142
1146
|
subject: string;
|
|
1143
1147
|
sessionIndex: string;
|
|
@@ -1146,7 +1150,7 @@ declare const _default: {
|
|
|
1146
1150
|
/**
|
|
1147
1151
|
* Lookup325: polkadot_runtime_parachains::initializer::pallet::Call<T>
|
|
1148
1152
|
**/
|
|
1149
|
-
|
|
1153
|
+
PezkuwiRuntimeTeyrchainsInitializerPezpalletCall: {
|
|
1150
1154
|
_enum: {
|
|
1151
1155
|
force_approve: {
|
|
1152
1156
|
upTo: string;
|
|
@@ -1156,7 +1160,7 @@ declare const _default: {
|
|
|
1156
1160
|
/**
|
|
1157
1161
|
* Lookup326: polkadot_runtime_parachains::hrmp::pallet::Call<T>
|
|
1158
1162
|
**/
|
|
1159
|
-
|
|
1163
|
+
PezkuwiRuntimeTeyrchainsHrmpPezpalletCall: {
|
|
1160
1164
|
_enum: {
|
|
1161
1165
|
hrmp_init_open_channel: {
|
|
1162
1166
|
recipient: string;
|
|
@@ -1206,20 +1210,20 @@ declare const _default: {
|
|
|
1206
1210
|
/**
|
|
1207
1211
|
* Lookup327: polkadot_parachain_primitives::primitives::HrmpChannelId
|
|
1208
1212
|
**/
|
|
1209
|
-
|
|
1213
|
+
PezkuwiTeyrchainPrimitivesPrimitivesHrmpChannelId: {
|
|
1210
1214
|
sender: string;
|
|
1211
1215
|
recipient: string;
|
|
1212
1216
|
};
|
|
1213
1217
|
/**
|
|
1214
1218
|
* Lookup328: polkadot_runtime_parachains::disputes::pallet::Call<T>
|
|
1215
1219
|
**/
|
|
1216
|
-
|
|
1220
|
+
PezkuwiRuntimeTeyrchainsDisputesPezpalletCall: {
|
|
1217
1221
|
_enum: string[];
|
|
1218
1222
|
};
|
|
1219
1223
|
/**
|
|
1220
1224
|
* Lookup329: polkadot_runtime_parachains::disputes::slashing::pallet::Call<T>
|
|
1221
1225
|
**/
|
|
1222
|
-
|
|
1226
|
+
PezkuwiRuntimeTeyrchainsDisputesSlashingPezpalletCall: {
|
|
1223
1227
|
_enum: {
|
|
1224
1228
|
report_dispute_lost_unsigned: {
|
|
1225
1229
|
disputeProof: string;
|
|
@@ -1230,7 +1234,7 @@ declare const _default: {
|
|
|
1230
1234
|
/**
|
|
1231
1235
|
* Lookup330: polkadot_primitives::vstaging::DisputeProof
|
|
1232
1236
|
**/
|
|
1233
|
-
|
|
1237
|
+
PezkuwiPrimitivesVstagingDisputeProof: {
|
|
1234
1238
|
timeSlot: string;
|
|
1235
1239
|
kind: string;
|
|
1236
1240
|
validatorIndex: string;
|
|
@@ -1239,20 +1243,20 @@ declare const _default: {
|
|
|
1239
1243
|
/**
|
|
1240
1244
|
* Lookup331: polkadot_primitives::v8::slashing::DisputesTimeSlot
|
|
1241
1245
|
**/
|
|
1242
|
-
|
|
1246
|
+
PezkuwiPrimitivesV8SlashingDisputesTimeSlot: {
|
|
1243
1247
|
sessionIndex: string;
|
|
1244
1248
|
candidateHash: string;
|
|
1245
1249
|
};
|
|
1246
1250
|
/**
|
|
1247
1251
|
* Lookup332: polkadot_primitives::vstaging::DisputeOffenceKind
|
|
1248
1252
|
**/
|
|
1249
|
-
|
|
1253
|
+
PezkuwiPrimitivesVstagingDisputeOffenceKind: {
|
|
1250
1254
|
_enum: string[];
|
|
1251
1255
|
};
|
|
1252
1256
|
/**
|
|
1253
1257
|
* Lookup333: polkadot_runtime_parachains::on_demand::pallet::Call<T>
|
|
1254
1258
|
**/
|
|
1255
|
-
|
|
1259
|
+
PezkuwiRuntimeTeyrchainsOnDemandPezpalletCall: {
|
|
1256
1260
|
_enum: {
|
|
1257
1261
|
place_order_allow_death: {
|
|
1258
1262
|
maxAmount: string;
|
|
@@ -1271,7 +1275,7 @@ declare const _default: {
|
|
|
1271
1275
|
/**
|
|
1272
1276
|
* Lookup334: polkadot_runtime_common::paras_registrar::pallet::Call<T>
|
|
1273
1277
|
**/
|
|
1274
|
-
|
|
1278
|
+
PezkuwiRuntimeCommonParasRegistrarPezpalletCall: {
|
|
1275
1279
|
_enum: {
|
|
1276
1280
|
register: {
|
|
1277
1281
|
id: string;
|
|
@@ -1312,7 +1316,7 @@ declare const _default: {
|
|
|
1312
1316
|
/**
|
|
1313
1317
|
* Lookup335: polkadot_runtime_common::slots::pallet::Call<T>
|
|
1314
1318
|
**/
|
|
1315
|
-
|
|
1319
|
+
PezkuwiRuntimeCommonSlotsPezpalletCall: {
|
|
1316
1320
|
_enum: {
|
|
1317
1321
|
force_lease: {
|
|
1318
1322
|
para: string;
|
|
@@ -1332,7 +1336,7 @@ declare const _default: {
|
|
|
1332
1336
|
/**
|
|
1333
1337
|
* Lookup336: polkadot_runtime_common::auctions::pallet::Call<T>
|
|
1334
1338
|
**/
|
|
1335
|
-
|
|
1339
|
+
PezkuwiRuntimeCommonAuctionsPezpalletCall: {
|
|
1336
1340
|
_enum: {
|
|
1337
1341
|
new_auction: {
|
|
1338
1342
|
duration: string;
|
|
@@ -1351,7 +1355,7 @@ declare const _default: {
|
|
|
1351
1355
|
/**
|
|
1352
1356
|
* Lookup338: polkadot_runtime_common::crowdloan::pallet::Call<T>
|
|
1353
1357
|
**/
|
|
1354
|
-
|
|
1358
|
+
PezkuwiRuntimeCommonCrowdloanPezpalletCall: {
|
|
1355
1359
|
_enum: {
|
|
1356
1360
|
create: {
|
|
1357
1361
|
index: string;
|
|
@@ -1400,7 +1404,7 @@ declare const _default: {
|
|
|
1400
1404
|
/**
|
|
1401
1405
|
* Lookup340: sp_runtime::MultiSigner
|
|
1402
1406
|
**/
|
|
1403
|
-
|
|
1407
|
+
PezspRuntimeMultiSigner: {
|
|
1404
1408
|
_enum: {
|
|
1405
1409
|
Ed25519: string;
|
|
1406
1410
|
Sr25519: string;
|
|
@@ -1410,7 +1414,7 @@ declare const _default: {
|
|
|
1410
1414
|
/**
|
|
1411
1415
|
* Lookup343: polkadot_runtime_parachains::coretime::pallet::Call<T>
|
|
1412
1416
|
**/
|
|
1413
|
-
|
|
1417
|
+
PezkuwiRuntimeTeyrchainsCoretimePezpalletCall: {
|
|
1414
1418
|
_enum: {
|
|
1415
1419
|
__Unused0: string;
|
|
1416
1420
|
request_core_count: {
|
|
@@ -1434,7 +1438,7 @@ declare const _default: {
|
|
|
1434
1438
|
/**
|
|
1435
1439
|
* Lookup354: pallet_xcm::pallet::Call<T>
|
|
1436
1440
|
**/
|
|
1437
|
-
|
|
1441
|
+
PezpalletXcmCall: {
|
|
1438
1442
|
_enum: {
|
|
1439
1443
|
send: {
|
|
1440
1444
|
dest: string;
|
|
@@ -1771,7 +1775,7 @@ declare const _default: {
|
|
|
1771
1775
|
/**
|
|
1772
1776
|
* Lookup370: xcm::v3::PalletInfo
|
|
1773
1777
|
**/
|
|
1774
|
-
|
|
1778
|
+
XcmV3PezpalletInfo: {
|
|
1775
1779
|
index: string;
|
|
1776
1780
|
name: string;
|
|
1777
1781
|
moduleName: string;
|
|
@@ -2046,7 +2050,7 @@ declare const _default: {
|
|
|
2046
2050
|
/**
|
|
2047
2051
|
* Lookup393: staging_xcm::v4::PalletInfo
|
|
2048
2052
|
**/
|
|
2049
|
-
|
|
2053
|
+
StagingXcmV4PezpalletInfo: {
|
|
2050
2054
|
index: string;
|
|
2051
2055
|
name: string;
|
|
2052
2056
|
moduleName: string;
|
|
@@ -2355,7 +2359,7 @@ declare const _default: {
|
|
|
2355
2359
|
/**
|
|
2356
2360
|
* Lookup414: staging_xcm::v5::PalletInfo
|
|
2357
2361
|
**/
|
|
2358
|
-
|
|
2362
|
+
StagingXcmV5PezpalletInfo: {
|
|
2359
2363
|
index: string;
|
|
2360
2364
|
name: string;
|
|
2361
2365
|
moduleName: string;
|
|
@@ -2464,7 +2468,7 @@ declare const _default: {
|
|
|
2464
2468
|
/**
|
|
2465
2469
|
* Lookup447: polkadot_runtime_parachains::inclusion::AggregateMessageOrigin
|
|
2466
2470
|
**/
|
|
2467
|
-
|
|
2471
|
+
PezkuwiRuntimeTeyrchainsInclusionAggregateMessageOrigin: {
|
|
2468
2472
|
_enum: {
|
|
2469
2473
|
Ump: string;
|
|
2470
2474
|
};
|
|
@@ -2472,7 +2476,7 @@ declare const _default: {
|
|
|
2472
2476
|
/**
|
|
2473
2477
|
* Lookup448: polkadot_runtime_parachains::inclusion::UmpQueueId
|
|
2474
2478
|
**/
|
|
2475
|
-
|
|
2479
|
+
PezkuwiRuntimeTeyrchainsInclusionUmpQueueId: {
|
|
2476
2480
|
_enum: {
|
|
2477
2481
|
Para: string;
|
|
2478
2482
|
};
|
|
@@ -2480,7 +2484,7 @@ declare const _default: {
|
|
|
2480
2484
|
/**
|
|
2481
2485
|
* Lookup465: pallet_rc_migrator::pallet::Call<T>
|
|
2482
2486
|
**/
|
|
2483
|
-
|
|
2487
|
+
PezpalletRcMigratorCall: {
|
|
2484
2488
|
_enum: {
|
|
2485
2489
|
force_set_stage: {
|
|
2486
2490
|
stage: string;
|
|
@@ -2544,7 +2548,7 @@ declare const _default: {
|
|
|
2544
2548
|
/**
|
|
2545
2549
|
* Lookup466: pallet_rc_migrator::MigrationStage<sp_core::crypto::AccountId32, BlockNumber, BagsListScore, VotingClass, polkadot_runtime_common::impls::VersionedLocatableAsset, SchedulerBlockNumber>
|
|
2546
2550
|
**/
|
|
2547
|
-
|
|
2551
|
+
PezpalletRcMigratorMigrationStage: {
|
|
2548
2552
|
_enum: {
|
|
2549
2553
|
Pending: string;
|
|
2550
2554
|
MigrationPaused: string;
|
|
@@ -2678,7 +2682,7 @@ declare const _default: {
|
|
|
2678
2682
|
/**
|
|
2679
2683
|
* Lookup470: pallet_rc_migrator::claims::ClaimsStage<sp_core::crypto::AccountId32>
|
|
2680
2684
|
**/
|
|
2681
|
-
|
|
2685
|
+
PezpalletRcMigratorClaimsClaimsStage: {
|
|
2682
2686
|
_enum: {
|
|
2683
2687
|
StorageValues: string;
|
|
2684
2688
|
Claims: string;
|
|
@@ -2691,7 +2695,7 @@ declare const _default: {
|
|
|
2691
2695
|
/**
|
|
2692
2696
|
* Lookup476: pallet_rc_migrator::staking::nom_pools::NomPoolsStage<sp_core::crypto::AccountId32>
|
|
2693
2697
|
**/
|
|
2694
|
-
|
|
2698
|
+
PezpalletRcMigratorStakingNomPoolsNomPoolsStage: {
|
|
2695
2699
|
_enum: {
|
|
2696
2700
|
StorageValues: string;
|
|
2697
2701
|
PoolMembers: string;
|
|
@@ -2707,7 +2711,7 @@ declare const _default: {
|
|
|
2707
2711
|
/**
|
|
2708
2712
|
* Lookup478: pallet_rc_migrator::staking::delegated_staking::DelegatedStakingStage<sp_core::crypto::AccountId32>
|
|
2709
2713
|
**/
|
|
2710
|
-
|
|
2714
|
+
PezpalletRcMigratorStakingDelegatedStakingDelegatedStakingStage: {
|
|
2711
2715
|
_enum: {
|
|
2712
2716
|
Delegators: string;
|
|
2713
2717
|
Agents: string;
|
|
@@ -2717,7 +2721,7 @@ declare const _default: {
|
|
|
2717
2721
|
/**
|
|
2718
2722
|
* Lookup481: pallet_rc_migrator::referenda::ReferendaStage
|
|
2719
2723
|
**/
|
|
2720
|
-
|
|
2724
|
+
PezpalletRcMigratorReferendaReferendaStage: {
|
|
2721
2725
|
_enum: {
|
|
2722
2726
|
StorageValues: string;
|
|
2723
2727
|
Metadata: string;
|
|
@@ -2727,7 +2731,7 @@ declare const _default: {
|
|
|
2727
2731
|
/**
|
|
2728
2732
|
* Lookup483: pallet_rc_migrator::staking::bags_list::BagsListStage<sp_core::crypto::AccountId32, Score>
|
|
2729
2733
|
**/
|
|
2730
|
-
|
|
2734
|
+
PezpalletRcMigratorStakingBagsListBagsListStage: {
|
|
2731
2735
|
_enum: {
|
|
2732
2736
|
ListNodes: string;
|
|
2733
2737
|
ListBags: string;
|
|
@@ -2737,7 +2741,7 @@ declare const _default: {
|
|
|
2737
2741
|
/**
|
|
2738
2742
|
* Lookup485: pallet_rc_migrator::scheduler::SchedulerStage<BlockNumber>
|
|
2739
2743
|
**/
|
|
2740
|
-
|
|
2744
|
+
PezpalletRcMigratorSchedulerSchedulerStage: {
|
|
2741
2745
|
_enum: {
|
|
2742
2746
|
IncompleteSince: string;
|
|
2743
2747
|
Retries: string;
|
|
@@ -2748,7 +2752,7 @@ declare const _default: {
|
|
|
2748
2752
|
/**
|
|
2749
2753
|
* Lookup487: pallet_rc_migrator::conviction_voting::ConvictionVotingStage<sp_core::crypto::AccountId32, Class>
|
|
2750
2754
|
**/
|
|
2751
|
-
|
|
2755
|
+
PezpalletRcMigratorConvictionVotingConvictionVotingStage: {
|
|
2752
2756
|
_enum: {
|
|
2753
2757
|
VotingFor: string;
|
|
2754
2758
|
ClassLocksFor: string;
|
|
@@ -2758,7 +2762,7 @@ declare const _default: {
|
|
|
2758
2762
|
/**
|
|
2759
2763
|
* Lookup491: pallet_rc_migrator::bounties::BountiesStage
|
|
2760
2764
|
**/
|
|
2761
|
-
|
|
2765
|
+
PezpalletRcMigratorBountiesBountiesStage: {
|
|
2762
2766
|
_enum: {
|
|
2763
2767
|
BountyCount: string;
|
|
2764
2768
|
BountyApprovals: string;
|
|
@@ -2774,7 +2778,7 @@ declare const _default: {
|
|
|
2774
2778
|
/**
|
|
2775
2779
|
* Lookup493: pallet_rc_migrator::child_bounties::ChildBountiesStage
|
|
2776
2780
|
**/
|
|
2777
|
-
|
|
2781
|
+
PezpalletRcMigratorChildBountiesChildBountiesStage: {
|
|
2778
2782
|
_enum: {
|
|
2779
2783
|
ChildBountyCount: string;
|
|
2780
2784
|
ParentChildBounties: {
|
|
@@ -2801,7 +2805,7 @@ declare const _default: {
|
|
|
2801
2805
|
/**
|
|
2802
2806
|
* Lookup496: pallet_rc_migrator::crowdloan::CrowdloanStage
|
|
2803
2807
|
**/
|
|
2804
|
-
|
|
2808
|
+
PezpalletRcMigratorCrowdloanCrowdloanStage: {
|
|
2805
2809
|
_enum: {
|
|
2806
2810
|
Setup: string;
|
|
2807
2811
|
LeaseReserve: {
|
|
@@ -2817,7 +2821,7 @@ declare const _default: {
|
|
|
2817
2821
|
/**
|
|
2818
2822
|
* Lookup499: pallet_rc_migrator::treasury::TreasuryStage
|
|
2819
2823
|
**/
|
|
2820
|
-
|
|
2824
|
+
PezpalletRcMigratorTreasuryTreasuryStage: {
|
|
2821
2825
|
_enum: {
|
|
2822
2826
|
ProposalCount: string;
|
|
2823
2827
|
Proposals: string;
|
|
@@ -2832,7 +2836,7 @@ declare const _default: {
|
|
|
2832
2836
|
/**
|
|
2833
2837
|
* Lookup501: pallet_rc_migrator::staking::staking_impl::StakingStage<sp_core::crypto::AccountId32>
|
|
2834
2838
|
**/
|
|
2835
|
-
|
|
2839
|
+
PezpalletRcMigratorStakingStakingImplStakingStage: {
|
|
2836
2840
|
_enum: {
|
|
2837
2841
|
Values: string;
|
|
2838
2842
|
Invulnerables: string;
|
|
@@ -2861,7 +2865,7 @@ declare const _default: {
|
|
|
2861
2865
|
/**
|
|
2862
2866
|
* Lookup508: pallet_rc_migrator::types::QueuePriority<BlockNumber>
|
|
2863
2867
|
**/
|
|
2864
|
-
|
|
2868
|
+
PezpalletRcMigratorQueuePriority: {
|
|
2865
2869
|
_enum: {
|
|
2866
2870
|
Config: string;
|
|
2867
2871
|
OverrideConfig: string;
|
|
@@ -2871,7 +2875,7 @@ declare const _default: {
|
|
|
2871
2875
|
/**
|
|
2872
2876
|
* Lookup509: pallet_rc_migrator::pallet::ManagerMultisigVote<T>
|
|
2873
2877
|
**/
|
|
2874
|
-
|
|
2878
|
+
PezpalletRcMigratorManagerMultisigVote: {
|
|
2875
2879
|
who: string;
|
|
2876
2880
|
call: string;
|
|
2877
2881
|
round: string;
|
|
@@ -2879,14 +2883,14 @@ declare const _default: {
|
|
|
2879
2883
|
/**
|
|
2880
2884
|
* Lookup511: pallet_rc_migrator::MigrationSettings
|
|
2881
2885
|
**/
|
|
2882
|
-
|
|
2886
|
+
PezpalletRcMigratorMigrationSettings: {
|
|
2883
2887
|
maxAccountsPerBlock: string;
|
|
2884
2888
|
maxItemsPerBlock: string;
|
|
2885
2889
|
};
|
|
2886
2890
|
/**
|
|
2887
2891
|
* Lookup519: polkadot_runtime_common::claims::pallet::Event<T>
|
|
2888
2892
|
**/
|
|
2889
|
-
|
|
2893
|
+
PezkuwiRuntimeCommonClaimsPezpalletEvent: {
|
|
2890
2894
|
_enum: {
|
|
2891
2895
|
Claimed: {
|
|
2892
2896
|
who: string;
|
|
@@ -2898,7 +2902,7 @@ declare const _default: {
|
|
|
2898
2902
|
/**
|
|
2899
2903
|
* Lookup536: pallet_staking_async_ah_client::pallet::Event<T>
|
|
2900
2904
|
**/
|
|
2901
|
-
|
|
2905
|
+
PezpalletStakingAsyncAhClientEvent: {
|
|
2902
2906
|
_enum: {
|
|
2903
2907
|
ValidatorSetReceived: {
|
|
2904
2908
|
id: string;
|
|
@@ -2914,13 +2918,13 @@ declare const _default: {
|
|
|
2914
2918
|
/**
|
|
2915
2919
|
* Lookup537: pallet_staking_async_ah_client::pallet::UnexpectedKind
|
|
2916
2920
|
**/
|
|
2917
|
-
|
|
2921
|
+
PezpalletStakingAsyncAhClientUnexpectedKind: {
|
|
2918
2922
|
_enum: string[];
|
|
2919
2923
|
};
|
|
2920
2924
|
/**
|
|
2921
2925
|
* Lookup538: polkadot_runtime_parachains::inclusion::pallet::Event<T>
|
|
2922
2926
|
**/
|
|
2923
|
-
|
|
2927
|
+
PezkuwiRuntimeTeyrchainsInclusionPezpalletEvent: {
|
|
2924
2928
|
_enum: {
|
|
2925
2929
|
CandidateBacked: string;
|
|
2926
2930
|
CandidateIncluded: string;
|
|
@@ -2934,14 +2938,14 @@ declare const _default: {
|
|
|
2934
2938
|
/**
|
|
2935
2939
|
* Lookup539: polkadot_primitives::vstaging::CandidateReceiptV2<primitive_types::H256>
|
|
2936
2940
|
**/
|
|
2937
|
-
|
|
2941
|
+
PezkuwiPrimitivesVstagingCandidateReceiptV2: {
|
|
2938
2942
|
descriptor: string;
|
|
2939
2943
|
commitmentsHash: string;
|
|
2940
2944
|
};
|
|
2941
2945
|
/**
|
|
2942
2946
|
* Lookup542: polkadot_runtime_parachains::paras::pallet::Event<T>
|
|
2943
2947
|
**/
|
|
2944
|
-
|
|
2948
|
+
PezkuwiRuntimeTeyrchainsParasPezpalletEvent: {
|
|
2945
2949
|
_enum: {
|
|
2946
2950
|
CurrentCodeUpdated: string;
|
|
2947
2951
|
CurrentHeadUpdated: string;
|
|
@@ -2964,7 +2968,7 @@ declare const _default: {
|
|
|
2964
2968
|
/**
|
|
2965
2969
|
* Lookup543: polkadot_runtime_parachains::hrmp::pallet::Event<T>
|
|
2966
2970
|
**/
|
|
2967
|
-
|
|
2971
|
+
PezkuwiRuntimeTeyrchainsHrmpPezpalletEvent: {
|
|
2968
2972
|
_enum: {
|
|
2969
2973
|
OpenChannelRequested: {
|
|
2970
2974
|
sender: string;
|
|
@@ -3005,7 +3009,7 @@ declare const _default: {
|
|
|
3005
3009
|
/**
|
|
3006
3010
|
* Lookup544: polkadot_runtime_parachains::disputes::pallet::Event<T>
|
|
3007
3011
|
**/
|
|
3008
|
-
|
|
3012
|
+
PezkuwiRuntimeTeyrchainsDisputesPezpalletEvent: {
|
|
3009
3013
|
_enum: {
|
|
3010
3014
|
DisputeInitiated: string;
|
|
3011
3015
|
DisputeConcluded: string;
|
|
@@ -3015,19 +3019,19 @@ declare const _default: {
|
|
|
3015
3019
|
/**
|
|
3016
3020
|
* Lookup545: polkadot_runtime_parachains::disputes::DisputeLocation
|
|
3017
3021
|
**/
|
|
3018
|
-
|
|
3022
|
+
PezkuwiRuntimeTeyrchainsDisputesDisputeLocation: {
|
|
3019
3023
|
_enum: string[];
|
|
3020
3024
|
};
|
|
3021
3025
|
/**
|
|
3022
3026
|
* Lookup546: polkadot_runtime_parachains::disputes::DisputeResult
|
|
3023
3027
|
**/
|
|
3024
|
-
|
|
3028
|
+
PezkuwiRuntimeTeyrchainsDisputesDisputeResult: {
|
|
3025
3029
|
_enum: string[];
|
|
3026
3030
|
};
|
|
3027
3031
|
/**
|
|
3028
3032
|
* Lookup547: polkadot_runtime_parachains::on_demand::pallet::Event<T>
|
|
3029
3033
|
**/
|
|
3030
|
-
|
|
3034
|
+
PezkuwiRuntimeTeyrchainsOnDemandPezpalletEvent: {
|
|
3031
3035
|
_enum: {
|
|
3032
3036
|
OnDemandOrderPlaced: {
|
|
3033
3037
|
paraId: string;
|
|
@@ -3046,7 +3050,7 @@ declare const _default: {
|
|
|
3046
3050
|
/**
|
|
3047
3051
|
* Lookup548: polkadot_runtime_common::paras_registrar::pallet::Event<T>
|
|
3048
3052
|
**/
|
|
3049
|
-
|
|
3053
|
+
PezkuwiRuntimeCommonParasRegistrarPezpalletEvent: {
|
|
3050
3054
|
_enum: {
|
|
3051
3055
|
Registered: {
|
|
3052
3056
|
paraId: string;
|
|
@@ -3068,7 +3072,7 @@ declare const _default: {
|
|
|
3068
3072
|
/**
|
|
3069
3073
|
* Lookup549: polkadot_runtime_common::slots::pallet::Event<T>
|
|
3070
3074
|
**/
|
|
3071
|
-
|
|
3075
|
+
PezkuwiRuntimeCommonSlotsPezpalletEvent: {
|
|
3072
3076
|
_enum: {
|
|
3073
3077
|
NewLeasePeriod: {
|
|
3074
3078
|
leasePeriod: string;
|
|
@@ -3086,7 +3090,7 @@ declare const _default: {
|
|
|
3086
3090
|
/**
|
|
3087
3091
|
* Lookup550: polkadot_runtime_common::auctions::pallet::Event<T>
|
|
3088
3092
|
**/
|
|
3089
|
-
|
|
3093
|
+
PezkuwiRuntimeCommonAuctionsPezpalletEvent: {
|
|
3090
3094
|
_enum: {
|
|
3091
3095
|
AuctionStarted: {
|
|
3092
3096
|
auctionIndex: string;
|
|
@@ -3126,7 +3130,7 @@ declare const _default: {
|
|
|
3126
3130
|
/**
|
|
3127
3131
|
* Lookup551: polkadot_runtime_common::crowdloan::pallet::Event<T>
|
|
3128
3132
|
**/
|
|
3129
|
-
|
|
3133
|
+
PezkuwiRuntimeCommonCrowdloanPezpalletEvent: {
|
|
3130
3134
|
_enum: {
|
|
3131
3135
|
Created: {
|
|
3132
3136
|
paraId: string;
|
|
@@ -3170,7 +3174,7 @@ declare const _default: {
|
|
|
3170
3174
|
/**
|
|
3171
3175
|
* Lookup552: polkadot_runtime_parachains::coretime::pallet::Event<T>
|
|
3172
3176
|
**/
|
|
3173
|
-
|
|
3177
|
+
PezkuwiRuntimeTeyrchainsCoretimePezpalletEvent: {
|
|
3174
3178
|
_enum: {
|
|
3175
3179
|
RevenueInfoRequested: {
|
|
3176
3180
|
when: string;
|
|
@@ -3183,7 +3187,7 @@ declare const _default: {
|
|
|
3183
3187
|
/**
|
|
3184
3188
|
* Lookup556: pallet_xcm::pallet::Event<T>
|
|
3185
3189
|
**/
|
|
3186
|
-
|
|
3190
|
+
PezpalletXcmEvent: {
|
|
3187
3191
|
_enum: {
|
|
3188
3192
|
Attempted: {
|
|
3189
3193
|
outcome: string;
|
|
@@ -3359,7 +3363,7 @@ declare const _default: {
|
|
|
3359
3363
|
/**
|
|
3360
3364
|
* Lookup563: pallet_rc_migrator::pallet::Event<T>
|
|
3361
3365
|
**/
|
|
3362
|
-
|
|
3366
|
+
PezpalletRcMigratorEvent: {
|
|
3363
3367
|
_enum: {
|
|
3364
3368
|
StageTransition: {
|
|
3365
3369
|
_alias: {
|
|
@@ -3454,7 +3458,7 @@ declare const _default: {
|
|
|
3454
3458
|
/**
|
|
3455
3459
|
* Lookup623: polkadot_runtime::RuntimeHoldReason
|
|
3456
3460
|
**/
|
|
3457
|
-
|
|
3461
|
+
PezkuwiRuntimeRuntimeHoldReason: {
|
|
3458
3462
|
_enum: {
|
|
3459
3463
|
__Unused0: string;
|
|
3460
3464
|
__Unused1: string;
|
|
@@ -3561,19 +3565,19 @@ declare const _default: {
|
|
|
3561
3565
|
/**
|
|
3562
3566
|
* Lookup626: pallet_session::pallet::HoldReason
|
|
3563
3567
|
**/
|
|
3564
|
-
|
|
3568
|
+
PezpalletSessionHoldReason: {
|
|
3565
3569
|
_enum: string[];
|
|
3566
3570
|
};
|
|
3567
3571
|
/**
|
|
3568
3572
|
* Lookup629: pallet_xcm::pallet::HoldReason
|
|
3569
3573
|
**/
|
|
3570
|
-
|
|
3574
|
+
PezpalletXcmHoldReason: {
|
|
3571
3575
|
_enum: string[];
|
|
3572
3576
|
};
|
|
3573
3577
|
/**
|
|
3574
3578
|
* Lookup633: polkadot_runtime::RuntimeFreezeReason
|
|
3575
3579
|
**/
|
|
3576
|
-
|
|
3580
|
+
PezkuwiRuntimeRuntimeFreezeReason: {
|
|
3577
3581
|
_enum: {
|
|
3578
3582
|
__Unused0: string;
|
|
3579
3583
|
__Unused1: string;
|
|
@@ -3620,7 +3624,7 @@ declare const _default: {
|
|
|
3620
3624
|
/**
|
|
3621
3625
|
* Lookup693: pallet_referenda::types::ReferendumInfo<TrackId, polkadot_runtime::OriginCaller, Moment, frame_support::traits::preimages::Bounded<polkadot_runtime::RuntimeCall, sp_runtime::traits::BlakeTwo256>, Balance, pallet_conviction_voting::types::Tally<Votes, Total>, sp_core::crypto::AccountId32, ScheduleAddress>
|
|
3622
3626
|
**/
|
|
3623
|
-
|
|
3627
|
+
PezpalletReferendaReferendumInfo: {
|
|
3624
3628
|
_enum: {
|
|
3625
3629
|
Ongoing: string;
|
|
3626
3630
|
Approved: string;
|
|
@@ -3633,7 +3637,7 @@ declare const _default: {
|
|
|
3633
3637
|
/**
|
|
3634
3638
|
* Lookup694: pallet_referenda::types::ReferendumStatus<TrackId, polkadot_runtime::OriginCaller, Moment, frame_support::traits::preimages::Bounded<polkadot_runtime::RuntimeCall, sp_runtime::traits::BlakeTwo256>, Balance, pallet_conviction_voting::types::Tally<Votes, Total>, sp_core::crypto::AccountId32, ScheduleAddress>
|
|
3635
3639
|
**/
|
|
3636
|
-
|
|
3640
|
+
PezpalletReferendaReferendumStatus: {
|
|
3637
3641
|
track: string;
|
|
3638
3642
|
origin: string;
|
|
3639
3643
|
proposal: string;
|
|
@@ -3649,24 +3653,24 @@ declare const _default: {
|
|
|
3649
3653
|
/**
|
|
3650
3654
|
* Lookup712: polkadot_runtime_common::claims::pallet::Error<T>
|
|
3651
3655
|
**/
|
|
3652
|
-
|
|
3656
|
+
PezkuwiRuntimeCommonClaimsPezpalletError: {
|
|
3653
3657
|
_enum: string[];
|
|
3654
3658
|
};
|
|
3655
3659
|
/**
|
|
3656
3660
|
* Lookup738: frame_election_provider_support::BoundedSupports<sp_core::crypto::AccountId32, BOuter, BInner>
|
|
3657
3661
|
**/
|
|
3658
|
-
|
|
3662
|
+
PezframeElectionProviderSupportBoundedSupports: string;
|
|
3659
3663
|
/**
|
|
3660
3664
|
* Lookup741: frame_election_provider_support::BoundedSupport<sp_core::crypto::AccountId32, Bound>
|
|
3661
3665
|
**/
|
|
3662
|
-
|
|
3666
|
+
PezframeElectionProviderSupportBoundedSupport: {
|
|
3663
3667
|
total: string;
|
|
3664
3668
|
voters: string;
|
|
3665
3669
|
};
|
|
3666
3670
|
/**
|
|
3667
3671
|
* Lookup783: pallet_staking_async_rc_client::SessionReport<sp_core::crypto::AccountId32>
|
|
3668
3672
|
**/
|
|
3669
|
-
|
|
3673
|
+
PezpalletStakingAsyncRcClientSessionReport: {
|
|
3670
3674
|
endIndex: string;
|
|
3671
3675
|
validatorPoints: string;
|
|
3672
3676
|
activationTimestamp: string;
|
|
@@ -3675,7 +3679,7 @@ declare const _default: {
|
|
|
3675
3679
|
/**
|
|
3676
3680
|
* Lookup787: pallet_staking_async_rc_client::Offence<sp_core::crypto::AccountId32>
|
|
3677
3681
|
**/
|
|
3678
|
-
|
|
3682
|
+
PezpalletStakingAsyncRcClientOffence: {
|
|
3679
3683
|
offender: string;
|
|
3680
3684
|
reporters: string;
|
|
3681
3685
|
slashFraction: string;
|
|
@@ -3683,13 +3687,13 @@ declare const _default: {
|
|
|
3683
3687
|
/**
|
|
3684
3688
|
* Lookup789: pallet_staking_async_ah_client::pallet::Error<T>
|
|
3685
3689
|
**/
|
|
3686
|
-
|
|
3690
|
+
PezpalletStakingAsyncAhClientError: {
|
|
3687
3691
|
_enum: string[];
|
|
3688
3692
|
};
|
|
3689
3693
|
/**
|
|
3690
3694
|
* Lookup790: polkadot_runtime_parachains::configuration::HostConfiguration<BlockNumber>
|
|
3691
3695
|
**/
|
|
3692
|
-
|
|
3696
|
+
PezkuwiRuntimeTeyrchainsConfigurationHostConfiguration: {
|
|
3693
3697
|
maxCodeSize: string;
|
|
3694
3698
|
maxHeadDataSize: string;
|
|
3695
3699
|
maxUpwardQueueCount: string;
|
|
@@ -3729,20 +3733,20 @@ declare const _default: {
|
|
|
3729
3733
|
/**
|
|
3730
3734
|
* Lookup793: polkadot_runtime_parachains::configuration::pallet::Error<T>
|
|
3731
3735
|
**/
|
|
3732
|
-
|
|
3736
|
+
PezkuwiRuntimeTeyrchainsConfigurationPezpalletError: {
|
|
3733
3737
|
_enum: string[];
|
|
3734
3738
|
};
|
|
3735
3739
|
/**
|
|
3736
3740
|
* Lookup796: polkadot_runtime_parachains::shared::AllowedRelayParentsTracker<primitive_types::H256, BlockNumber>
|
|
3737
3741
|
**/
|
|
3738
|
-
|
|
3742
|
+
PezkuwiRuntimeTeyrchainsSharedAllowedRelayParentsTracker: {
|
|
3739
3743
|
buffer: string;
|
|
3740
3744
|
latestNumber: string;
|
|
3741
3745
|
};
|
|
3742
3746
|
/**
|
|
3743
3747
|
* Lookup798: polkadot_runtime_parachains::shared::RelayParentInfo<primitive_types::H256>
|
|
3744
3748
|
**/
|
|
3745
|
-
|
|
3749
|
+
PezkuwiRuntimeTeyrchainsSharedRelayParentInfo: {
|
|
3746
3750
|
relayParent: string;
|
|
3747
3751
|
stateRoot: string;
|
|
3748
3752
|
claimQueue: string;
|
|
@@ -3750,7 +3754,7 @@ declare const _default: {
|
|
|
3750
3754
|
/**
|
|
3751
3755
|
* Lookup808: polkadot_runtime_parachains::inclusion::CandidatePendingAvailability<primitive_types::H256, N>
|
|
3752
3756
|
**/
|
|
3753
|
-
|
|
3757
|
+
PezkuwiRuntimeTeyrchainsInclusionCandidatePendingAvailability: {
|
|
3754
3758
|
_alias: {
|
|
3755
3759
|
hash_: string;
|
|
3756
3760
|
};
|
|
@@ -3767,13 +3771,13 @@ declare const _default: {
|
|
|
3767
3771
|
/**
|
|
3768
3772
|
* Lookup809: polkadot_runtime_parachains::inclusion::pallet::Error<T>
|
|
3769
3773
|
**/
|
|
3770
|
-
|
|
3774
|
+
PezkuwiRuntimeTeyrchainsInclusionPezpalletError: {
|
|
3771
3775
|
_enum: string[];
|
|
3772
3776
|
};
|
|
3773
3777
|
/**
|
|
3774
3778
|
* Lookup810: polkadot_primitives::vstaging::ScrapedOnChainVotes<primitive_types::H256>
|
|
3775
3779
|
**/
|
|
3776
|
-
|
|
3780
|
+
PezkuwiPrimitivesVstagingScrapedOnChainVotes: {
|
|
3777
3781
|
session: string;
|
|
3778
3782
|
backingValidatorsPerCandidate: string;
|
|
3779
3783
|
disputes: string;
|
|
@@ -3781,13 +3785,13 @@ declare const _default: {
|
|
|
3781
3785
|
/**
|
|
3782
3786
|
* Lookup815: polkadot_runtime_parachains::paras_inherent::pallet::Error<T>
|
|
3783
3787
|
**/
|
|
3784
|
-
|
|
3788
|
+
PezkuwiRuntimeTeyrchainsParasInherentPezpalletError: {
|
|
3785
3789
|
_enum: string[];
|
|
3786
3790
|
};
|
|
3787
3791
|
/**
|
|
3788
3792
|
* Lookup819: polkadot_runtime_parachains::scheduler::common::Assignment
|
|
3789
3793
|
**/
|
|
3790
|
-
|
|
3794
|
+
PezkuwiRuntimeTeyrchainsSchedulerCommonAssignment: {
|
|
3791
3795
|
_enum: {
|
|
3792
3796
|
Pool: {
|
|
3793
3797
|
paraId: string;
|
|
@@ -3799,7 +3803,7 @@ declare const _default: {
|
|
|
3799
3803
|
/**
|
|
3800
3804
|
* Lookup822: polkadot_runtime_parachains::paras::PvfCheckActiveVoteState<BlockNumber>
|
|
3801
3805
|
**/
|
|
3802
|
-
|
|
3806
|
+
PezkuwiRuntimeTeyrchainsParasPvfCheckActiveVoteState: {
|
|
3803
3807
|
votesAccept: string;
|
|
3804
3808
|
votesReject: string;
|
|
3805
3809
|
age: string;
|
|
@@ -3809,7 +3813,7 @@ declare const _default: {
|
|
|
3809
3813
|
/**
|
|
3810
3814
|
* Lookup824: polkadot_runtime_parachains::paras::PvfCheckCause<BlockNumber>
|
|
3811
3815
|
**/
|
|
3812
|
-
|
|
3816
|
+
PezkuwiRuntimeTeyrchainsParasPvfCheckCause: {
|
|
3813
3817
|
_enum: {
|
|
3814
3818
|
Onboarding: string;
|
|
3815
3819
|
Upgrade: {
|
|
@@ -3822,52 +3826,52 @@ declare const _default: {
|
|
|
3822
3826
|
/**
|
|
3823
3827
|
* Lookup825: polkadot_runtime_parachains::paras::UpgradeStrategy
|
|
3824
3828
|
**/
|
|
3825
|
-
|
|
3829
|
+
PezkuwiRuntimeTeyrchainsParasUpgradeStrategy: {
|
|
3826
3830
|
_enum: string[];
|
|
3827
3831
|
};
|
|
3828
3832
|
/**
|
|
3829
3833
|
* Lookup828: polkadot_runtime_parachains::paras::ParaLifecycle
|
|
3830
3834
|
**/
|
|
3831
|
-
|
|
3835
|
+
PezkuwiRuntimeTeyrchainsParasParaLifecycle: {
|
|
3832
3836
|
_enum: string[];
|
|
3833
3837
|
};
|
|
3834
3838
|
/**
|
|
3835
3839
|
* Lookup830: polkadot_runtime_parachains::paras::ParaPastCodeMeta<N>
|
|
3836
3840
|
**/
|
|
3837
|
-
|
|
3841
|
+
PezkuwiRuntimeTeyrchainsParasParaPastCodeMeta: {
|
|
3838
3842
|
upgradeTimes: string;
|
|
3839
3843
|
lastPruned: string;
|
|
3840
3844
|
};
|
|
3841
3845
|
/**
|
|
3842
3846
|
* Lookup832: polkadot_runtime_parachains::paras::ReplacementTimes<N>
|
|
3843
3847
|
**/
|
|
3844
|
-
|
|
3848
|
+
PezkuwiRuntimeTeyrchainsParasReplacementTimes: {
|
|
3845
3849
|
expectedAt: string;
|
|
3846
3850
|
activatedAt: string;
|
|
3847
3851
|
};
|
|
3848
3852
|
/**
|
|
3849
3853
|
* Lookup834: polkadot_runtime_parachains::paras::AuthorizedCodeHashAndExpiry<T>
|
|
3850
3854
|
**/
|
|
3851
|
-
|
|
3855
|
+
PezkuwiRuntimeTeyrchainsParasAuthorizedCodeHashAndExpiry: {
|
|
3852
3856
|
codeHash: string;
|
|
3853
3857
|
expireAt: string;
|
|
3854
3858
|
};
|
|
3855
3859
|
/**
|
|
3856
3860
|
* Lookup835: polkadot_primitives::v8::UpgradeGoAhead
|
|
3857
3861
|
**/
|
|
3858
|
-
|
|
3862
|
+
PezkuwiPrimitivesV8UpgradeGoAhead: {
|
|
3859
3863
|
_enum: string[];
|
|
3860
3864
|
};
|
|
3861
3865
|
/**
|
|
3862
3866
|
* Lookup836: polkadot_primitives::v8::UpgradeRestriction
|
|
3863
3867
|
**/
|
|
3864
|
-
|
|
3868
|
+
PezkuwiPrimitivesV8UpgradeRestriction: {
|
|
3865
3869
|
_enum: string[];
|
|
3866
3870
|
};
|
|
3867
3871
|
/**
|
|
3868
3872
|
* Lookup837: polkadot_runtime_parachains::paras::ParaGenesisArgs
|
|
3869
3873
|
**/
|
|
3870
|
-
|
|
3874
|
+
PezkuwiRuntimeTeyrchainsParasParaGenesisArgs: {
|
|
3871
3875
|
genesisHead: string;
|
|
3872
3876
|
validationCode: string;
|
|
3873
3877
|
paraKind: string;
|
|
@@ -3875,13 +3879,13 @@ declare const _default: {
|
|
|
3875
3879
|
/**
|
|
3876
3880
|
* Lookup838: polkadot_runtime_parachains::paras::pallet::Error<T>
|
|
3877
3881
|
**/
|
|
3878
|
-
|
|
3882
|
+
PezkuwiRuntimeTeyrchainsParasPezpalletError: {
|
|
3879
3883
|
_enum: string[];
|
|
3880
3884
|
};
|
|
3881
3885
|
/**
|
|
3882
3886
|
* Lookup840: polkadot_runtime_parachains::initializer::BufferedSessionChange
|
|
3883
3887
|
**/
|
|
3884
|
-
|
|
3888
|
+
PezkuwiRuntimeTeyrchainsInitializerBufferedSessionChange: {
|
|
3885
3889
|
validators: string;
|
|
3886
3890
|
queued: string;
|
|
3887
3891
|
sessionIndex: string;
|
|
@@ -3889,14 +3893,14 @@ declare const _default: {
|
|
|
3889
3893
|
/**
|
|
3890
3894
|
* Lookup842: polkadot_core_primitives::InboundDownwardMessage<BlockNumber>
|
|
3891
3895
|
**/
|
|
3892
|
-
|
|
3896
|
+
PezkuwiCorePrimitivesInboundDownwardMessage: {
|
|
3893
3897
|
sentAt: string;
|
|
3894
3898
|
msg: string;
|
|
3895
3899
|
};
|
|
3896
3900
|
/**
|
|
3897
3901
|
* Lookup843: polkadot_runtime_parachains::hrmp::HrmpOpenChannelRequest
|
|
3898
3902
|
**/
|
|
3899
|
-
|
|
3903
|
+
PezkuwiRuntimeTeyrchainsHrmpHrmpOpenChannelRequest: {
|
|
3900
3904
|
confirmed: string;
|
|
3901
3905
|
age: string;
|
|
3902
3906
|
senderDeposit: string;
|
|
@@ -3907,7 +3911,7 @@ declare const _default: {
|
|
|
3907
3911
|
/**
|
|
3908
3912
|
* Lookup845: polkadot_runtime_parachains::hrmp::HrmpChannel
|
|
3909
3913
|
**/
|
|
3910
|
-
|
|
3914
|
+
PezkuwiRuntimeTeyrchainsHrmpHrmpChannel: {
|
|
3911
3915
|
maxCapacity: string;
|
|
3912
3916
|
maxTotalSize: string;
|
|
3913
3917
|
maxMessageSize: string;
|
|
@@ -3920,20 +3924,20 @@ declare const _default: {
|
|
|
3920
3924
|
/**
|
|
3921
3925
|
* Lookup847: polkadot_core_primitives::InboundHrmpMessage<BlockNumber>
|
|
3922
3926
|
**/
|
|
3923
|
-
|
|
3927
|
+
PezkuwiCorePrimitivesInboundHrmpMessage: {
|
|
3924
3928
|
sentAt: string;
|
|
3925
3929
|
data: string;
|
|
3926
3930
|
};
|
|
3927
3931
|
/**
|
|
3928
3932
|
* Lookup850: polkadot_runtime_parachains::hrmp::pallet::Error<T>
|
|
3929
3933
|
**/
|
|
3930
|
-
|
|
3934
|
+
PezkuwiRuntimeTeyrchainsHrmpPezpalletError: {
|
|
3931
3935
|
_enum: string[];
|
|
3932
3936
|
};
|
|
3933
3937
|
/**
|
|
3934
3938
|
* Lookup852: polkadot_primitives::v8::SessionInfo
|
|
3935
3939
|
**/
|
|
3936
|
-
|
|
3940
|
+
PezkuwiPrimitivesV8SessionInfo: {
|
|
3937
3941
|
activeValidatorIndices: string;
|
|
3938
3942
|
randomSeed: string;
|
|
3939
3943
|
disputePeriod: string;
|
|
@@ -3951,15 +3955,15 @@ declare const _default: {
|
|
|
3951
3955
|
/**
|
|
3952
3956
|
* Lookup853: polkadot_primitives::v8::IndexedVec<polkadot_primitives::v8::ValidatorIndex, polkadot_primitives::v8::validator_app::Public>
|
|
3953
3957
|
**/
|
|
3954
|
-
|
|
3958
|
+
PezkuwiPrimitivesV8IndexedVecValidatorIndex: string;
|
|
3955
3959
|
/**
|
|
3956
3960
|
* Lookup854: polkadot_primitives::v8::IndexedVec<polkadot_primitives::v8::GroupIndex, V>
|
|
3957
3961
|
**/
|
|
3958
|
-
|
|
3962
|
+
PezkuwiPrimitivesV8IndexedVecGroupIndex: string;
|
|
3959
3963
|
/**
|
|
3960
3964
|
* Lookup856: polkadot_primitives::v8::DisputeState<N>
|
|
3961
3965
|
**/
|
|
3962
|
-
|
|
3966
|
+
PezkuwiPrimitivesV8DisputeState: {
|
|
3963
3967
|
validatorsFor: string;
|
|
3964
3968
|
validatorsAgainst: string;
|
|
3965
3969
|
start: string;
|
|
@@ -3968,13 +3972,13 @@ declare const _default: {
|
|
|
3968
3972
|
/**
|
|
3969
3973
|
* Lookup858: polkadot_runtime_parachains::disputes::pallet::Error<T>
|
|
3970
3974
|
**/
|
|
3971
|
-
|
|
3975
|
+
PezkuwiRuntimeTeyrchainsDisputesPezpalletError: {
|
|
3972
3976
|
_enum: string[];
|
|
3973
3977
|
};
|
|
3974
3978
|
/**
|
|
3975
3979
|
* Lookup859: polkadot_primitives::vstaging::PendingSlashes
|
|
3976
3980
|
**/
|
|
3977
|
-
|
|
3981
|
+
PezkuwiPrimitivesVstagingPendingSlashes: {
|
|
3978
3982
|
_alias: {
|
|
3979
3983
|
keys_: string;
|
|
3980
3984
|
};
|
|
@@ -3984,20 +3988,20 @@ declare const _default: {
|
|
|
3984
3988
|
/**
|
|
3985
3989
|
* Lookup863: polkadot_runtime_parachains::disputes::slashing::pallet::Error<T>
|
|
3986
3990
|
**/
|
|
3987
|
-
|
|
3991
|
+
PezkuwiRuntimeTeyrchainsDisputesSlashingPezpalletError: {
|
|
3988
3992
|
_enum: string[];
|
|
3989
3993
|
};
|
|
3990
3994
|
/**
|
|
3991
3995
|
* Lookup864: polkadot_runtime_parachains::on_demand::types::CoreAffinityCount
|
|
3992
3996
|
**/
|
|
3993
|
-
|
|
3997
|
+
PezkuwiRuntimeTeyrchainsOnDemandTypesCoreAffinityCount: {
|
|
3994
3998
|
coreIndex: string;
|
|
3995
3999
|
count: string;
|
|
3996
4000
|
};
|
|
3997
4001
|
/**
|
|
3998
4002
|
* Lookup865: polkadot_runtime_parachains::on_demand::types::QueueStatusType
|
|
3999
4003
|
**/
|
|
4000
|
-
|
|
4004
|
+
PezkuwiRuntimeTeyrchainsOnDemandTypesQueueStatusType: {
|
|
4001
4005
|
traffic: string;
|
|
4002
4006
|
nextIndex: string;
|
|
4003
4007
|
smallestIndex: string;
|
|
@@ -4014,20 +4018,20 @@ declare const _default: {
|
|
|
4014
4018
|
/**
|
|
4015
4019
|
* Lookup871: polkadot_runtime_parachains::on_demand::types::EnqueuedOrder
|
|
4016
4020
|
**/
|
|
4017
|
-
|
|
4021
|
+
PezkuwiRuntimeTeyrchainsOnDemandTypesEnqueuedOrder: {
|
|
4018
4022
|
paraId: string;
|
|
4019
4023
|
idx: string;
|
|
4020
4024
|
};
|
|
4021
4025
|
/**
|
|
4022
4026
|
* Lookup875: polkadot_runtime_parachains::on_demand::pallet::Error<T>
|
|
4023
4027
|
**/
|
|
4024
|
-
|
|
4028
|
+
PezkuwiRuntimeTeyrchainsOnDemandPezpalletError: {
|
|
4025
4029
|
_enum: string[];
|
|
4026
4030
|
};
|
|
4027
4031
|
/**
|
|
4028
4032
|
* Lookup877: polkadot_runtime_parachains::assigner_coretime::Schedule<N>
|
|
4029
4033
|
**/
|
|
4030
|
-
|
|
4034
|
+
PezkuwiRuntimeTeyrchainsAssignerCoretimeSchedule: {
|
|
4031
4035
|
assignments: string;
|
|
4032
4036
|
endHint: string;
|
|
4033
4037
|
nextSchedule: string;
|
|
@@ -4035,21 +4039,21 @@ declare const _default: {
|
|
|
4035
4039
|
/**
|
|
4036
4040
|
* Lookup878: polkadot_runtime_parachains::assigner_coretime::CoreDescriptor<N>
|
|
4037
4041
|
**/
|
|
4038
|
-
|
|
4042
|
+
PezkuwiRuntimeTeyrchainsAssignerCoretimeCoreDescriptor: {
|
|
4039
4043
|
queue: string;
|
|
4040
4044
|
currentWork: string;
|
|
4041
4045
|
};
|
|
4042
4046
|
/**
|
|
4043
4047
|
* Lookup880: polkadot_runtime_parachains::assigner_coretime::QueueDescriptor<N>
|
|
4044
4048
|
**/
|
|
4045
|
-
|
|
4049
|
+
PezkuwiRuntimeTeyrchainsAssignerCoretimeQueueDescriptor: {
|
|
4046
4050
|
first: string;
|
|
4047
4051
|
last: string;
|
|
4048
4052
|
};
|
|
4049
4053
|
/**
|
|
4050
4054
|
* Lookup882: polkadot_runtime_parachains::assigner_coretime::WorkState<N>
|
|
4051
4055
|
**/
|
|
4052
|
-
|
|
4056
|
+
PezkuwiRuntimeTeyrchainsAssignerCoretimeWorkState: {
|
|
4053
4057
|
assignments: string;
|
|
4054
4058
|
endHint: string;
|
|
4055
4059
|
pos: string;
|
|
@@ -4058,20 +4062,20 @@ declare const _default: {
|
|
|
4058
4062
|
/**
|
|
4059
4063
|
* Lookup885: polkadot_runtime_parachains::assigner_coretime::AssignmentState
|
|
4060
4064
|
**/
|
|
4061
|
-
|
|
4065
|
+
PezkuwiRuntimeTeyrchainsAssignerCoretimeAssignmentState: {
|
|
4062
4066
|
ratio: string;
|
|
4063
4067
|
remaining: string;
|
|
4064
4068
|
};
|
|
4065
4069
|
/**
|
|
4066
4070
|
* Lookup886: polkadot_runtime_parachains::assigner_coretime::pallet::Error<T>
|
|
4067
4071
|
**/
|
|
4068
|
-
|
|
4072
|
+
PezkuwiRuntimeTeyrchainsAssignerCoretimePezpalletError: {
|
|
4069
4073
|
_enum: string[];
|
|
4070
4074
|
};
|
|
4071
4075
|
/**
|
|
4072
4076
|
* Lookup887: polkadot_runtime_common::paras_registrar::ParaInfo<sp_core::crypto::AccountId32, Balance>
|
|
4073
4077
|
**/
|
|
4074
|
-
|
|
4078
|
+
PezkuwiRuntimeCommonParasRegistrarParaInfo: {
|
|
4075
4079
|
manager: string;
|
|
4076
4080
|
deposit: string;
|
|
4077
4081
|
locked: string;
|
|
@@ -4079,25 +4083,25 @@ declare const _default: {
|
|
|
4079
4083
|
/**
|
|
4080
4084
|
* Lookup889: polkadot_runtime_common::paras_registrar::pallet::Error<T>
|
|
4081
4085
|
**/
|
|
4082
|
-
|
|
4086
|
+
PezkuwiRuntimeCommonParasRegistrarPezpalletError: {
|
|
4083
4087
|
_enum: string[];
|
|
4084
4088
|
};
|
|
4085
4089
|
/**
|
|
4086
4090
|
* Lookup891: polkadot_runtime_common::slots::pallet::Error<T>
|
|
4087
4091
|
**/
|
|
4088
|
-
|
|
4092
|
+
PezkuwiRuntimeCommonSlotsPezpalletError: {
|
|
4089
4093
|
_enum: string[];
|
|
4090
4094
|
};
|
|
4091
4095
|
/**
|
|
4092
4096
|
* Lookup896: polkadot_runtime_common::auctions::pallet::Error<T>
|
|
4093
4097
|
**/
|
|
4094
|
-
|
|
4098
|
+
PezkuwiRuntimeCommonAuctionsPezpalletError: {
|
|
4095
4099
|
_enum: string[];
|
|
4096
4100
|
};
|
|
4097
4101
|
/**
|
|
4098
4102
|
* Lookup897: polkadot_runtime_common::crowdloan::FundInfo<sp_core::crypto::AccountId32, Balance, BlockNumber, LeasePeriod>
|
|
4099
4103
|
**/
|
|
4100
|
-
|
|
4104
|
+
PezkuwiRuntimeCommonCrowdloanFundInfo: {
|
|
4101
4105
|
depositor: string;
|
|
4102
4106
|
verifier: string;
|
|
4103
4107
|
deposit: string;
|
|
@@ -4112,7 +4116,7 @@ declare const _default: {
|
|
|
4112
4116
|
/**
|
|
4113
4117
|
* Lookup898: polkadot_runtime_common::crowdloan::LastContribution<BlockNumber>
|
|
4114
4118
|
**/
|
|
4115
|
-
|
|
4119
|
+
PezkuwiRuntimeCommonCrowdloanLastContribution: {
|
|
4116
4120
|
_enum: {
|
|
4117
4121
|
Never: string;
|
|
4118
4122
|
PreEnding: string;
|
|
@@ -4122,19 +4126,19 @@ declare const _default: {
|
|
|
4122
4126
|
/**
|
|
4123
4127
|
* Lookup899: polkadot_runtime_common::crowdloan::pallet::Error<T>
|
|
4124
4128
|
**/
|
|
4125
|
-
|
|
4129
|
+
PezkuwiRuntimeCommonCrowdloanPezpalletError: {
|
|
4126
4130
|
_enum: string[];
|
|
4127
4131
|
};
|
|
4128
4132
|
/**
|
|
4129
4133
|
* Lookup900: polkadot_runtime_parachains::coretime::pallet::Error<T>
|
|
4130
4134
|
**/
|
|
4131
|
-
|
|
4135
|
+
PezkuwiRuntimeTeyrchainsCoretimePezpalletError: {
|
|
4132
4136
|
_enum: string[];
|
|
4133
4137
|
};
|
|
4134
4138
|
/**
|
|
4135
4139
|
* Lookup901: pallet_xcm::pallet::QueryStatus<BlockNumber>
|
|
4136
4140
|
**/
|
|
4137
|
-
|
|
4141
|
+
PezpalletXcmQueryStatus: {
|
|
4138
4142
|
_enum: {
|
|
4139
4143
|
Pending: {
|
|
4140
4144
|
responder: string;
|
|
@@ -4168,7 +4172,7 @@ declare const _default: {
|
|
|
4168
4172
|
/**
|
|
4169
4173
|
* Lookup911: pallet_xcm::pallet::VersionMigrationStage
|
|
4170
4174
|
**/
|
|
4171
|
-
|
|
4175
|
+
PezpalletXcmVersionMigrationStage: {
|
|
4172
4176
|
_enum: {
|
|
4173
4177
|
MigrateSupportedVersion: string;
|
|
4174
4178
|
MigrateVersionNotifiers: string;
|
|
@@ -4179,7 +4183,7 @@ declare const _default: {
|
|
|
4179
4183
|
/**
|
|
4180
4184
|
* Lookup914: pallet_xcm::pallet::RemoteLockedFungibleRecord<ConsumerIdentifier, MaxConsumers>
|
|
4181
4185
|
**/
|
|
4182
|
-
|
|
4186
|
+
PezpalletXcmRemoteLockedFungibleRecord: {
|
|
4183
4187
|
amount: string;
|
|
4184
4188
|
owner: string;
|
|
4185
4189
|
locker: string;
|
|
@@ -4188,18 +4192,18 @@ declare const _default: {
|
|
|
4188
4192
|
/**
|
|
4189
4193
|
* Lookup921: pallet_xcm::AuthorizedAliasesEntry<frame_support::traits::storage::Disabled, pallet_xcm::pallet::MaxAuthorizedAliases>
|
|
4190
4194
|
**/
|
|
4191
|
-
|
|
4195
|
+
PezpalletXcmAuthorizedAliasesEntry: {
|
|
4192
4196
|
aliasers: string;
|
|
4193
4197
|
ticket: string;
|
|
4194
4198
|
};
|
|
4195
4199
|
/**
|
|
4196
4200
|
* Lookup922: frame_support::traits::storage::Disabled
|
|
4197
4201
|
**/
|
|
4198
|
-
|
|
4202
|
+
PezframeSupportStorageDisabled: string;
|
|
4199
4203
|
/**
|
|
4200
4204
|
* Lookup923: pallet_xcm::pallet::MaxAuthorizedAliases
|
|
4201
4205
|
**/
|
|
4202
|
-
|
|
4206
|
+
PezpalletXcmMaxAuthorizedAliases: string;
|
|
4203
4207
|
/**
|
|
4204
4208
|
* Lookup925: xcm_runtime_apis::authorized_aliases::OriginAliaser
|
|
4205
4209
|
**/
|
|
@@ -4210,7 +4214,7 @@ declare const _default: {
|
|
|
4210
4214
|
/**
|
|
4211
4215
|
* Lookup927: pallet_xcm::pallet::Error<T>
|
|
4212
4216
|
**/
|
|
4213
|
-
|
|
4217
|
+
PezpalletXcmError: {
|
|
4214
4218
|
_enum: {
|
|
4215
4219
|
Unreachable: string;
|
|
4216
4220
|
SendFailure: string;
|
|
@@ -4249,13 +4253,13 @@ declare const _default: {
|
|
|
4249
4253
|
/**
|
|
4250
4254
|
* Lookup928: pallet_xcm::errors::ExecutionError
|
|
4251
4255
|
**/
|
|
4252
|
-
|
|
4256
|
+
PezpalletXcmErrorsExecutionError: {
|
|
4253
4257
|
_enum: string[];
|
|
4254
4258
|
};
|
|
4255
4259
|
/**
|
|
4256
4260
|
* Lookup941: pallet_rc_migrator::accounts::AccountState<Balance>
|
|
4257
4261
|
**/
|
|
4258
|
-
|
|
4262
|
+
PezpalletRcMigratorAccountsAccountState: {
|
|
4259
4263
|
_enum: {
|
|
4260
4264
|
Migrate: string;
|
|
4261
4265
|
Preserve: string;
|
|
@@ -4269,28 +4273,28 @@ declare const _default: {
|
|
|
4269
4273
|
/**
|
|
4270
4274
|
* Lookup942: pallet_rc_migrator::accounts::MigratedBalances<Balance>
|
|
4271
4275
|
**/
|
|
4272
|
-
|
|
4276
|
+
PezpalletRcMigratorAccountsMigratedBalances: {
|
|
4273
4277
|
kept: string;
|
|
4274
4278
|
migrated: string;
|
|
4275
4279
|
};
|
|
4276
4280
|
/**
|
|
4277
4281
|
* Lookup943: pallet_rc_migrator::pallet::Error<T>
|
|
4278
4282
|
**/
|
|
4279
|
-
|
|
4283
|
+
PezpalletRcMigratorError: {
|
|
4280
4284
|
_enum: string[];
|
|
4281
4285
|
};
|
|
4282
4286
|
/**
|
|
4283
4287
|
* Lookup953: pallet_transaction_payment::ChargeTransactionPayment<T>
|
|
4284
4288
|
**/
|
|
4285
|
-
|
|
4289
|
+
PezpalletTransactionPaymentChargeTransactionPayment: string;
|
|
4286
4290
|
/**
|
|
4287
4291
|
* Lookup954: polkadot_runtime_common::claims::PrevalidateAttests<T>
|
|
4288
4292
|
**/
|
|
4289
|
-
|
|
4293
|
+
PezkuwiRuntimeCommonClaimsPrevalidateAttests: string;
|
|
4290
4294
|
/**
|
|
4291
4295
|
* Lookup957: polkadot_runtime::Runtime
|
|
4292
4296
|
**/
|
|
4293
|
-
|
|
4297
|
+
PezkuwiRuntimeRuntime: string;
|
|
4294
4298
|
/**
|
|
4295
4299
|
* Lookup958: relay_common::apis::InflationInfo
|
|
4296
4300
|
**/
|
|
@@ -4301,7 +4305,7 @@ declare const _default: {
|
|
|
4301
4305
|
/**
|
|
4302
4306
|
* Lookup981: polkadot_primitives::v8::GroupRotationInfo<N>
|
|
4303
4307
|
**/
|
|
4304
|
-
|
|
4308
|
+
PezkuwiPrimitivesV8GroupRotationInfo: {
|
|
4305
4309
|
sessionStartBlock: string;
|
|
4306
4310
|
groupRotationFrequency: string;
|
|
4307
4311
|
now: string;
|
|
@@ -4309,7 +4313,7 @@ declare const _default: {
|
|
|
4309
4313
|
/**
|
|
4310
4314
|
* Lookup983: polkadot_primitives::vstaging::CoreState<primitive_types::H256, N>
|
|
4311
4315
|
**/
|
|
4312
|
-
|
|
4316
|
+
PezkuwiPrimitivesVstagingCoreState: {
|
|
4313
4317
|
_enum: {
|
|
4314
4318
|
Occupied: string;
|
|
4315
4319
|
Scheduled: string;
|
|
@@ -4319,7 +4323,7 @@ declare const _default: {
|
|
|
4319
4323
|
/**
|
|
4320
4324
|
* Lookup984: polkadot_primitives::vstaging::OccupiedCore<primitive_types::H256, N>
|
|
4321
4325
|
**/
|
|
4322
|
-
|
|
4326
|
+
PezkuwiPrimitivesVstagingOccupiedCore: {
|
|
4323
4327
|
nextUpOnAvailable: string;
|
|
4324
4328
|
occupiedSince: string;
|
|
4325
4329
|
timeOutAt: string;
|
|
@@ -4332,24 +4336,24 @@ declare const _default: {
|
|
|
4332
4336
|
/**
|
|
4333
4337
|
* Lookup986: polkadot_primitives::v8::ScheduledCore
|
|
4334
4338
|
**/
|
|
4335
|
-
|
|
4339
|
+
PezkuwiPrimitivesV8ScheduledCore: {
|
|
4336
4340
|
paraId: string;
|
|
4337
4341
|
collator: string;
|
|
4338
4342
|
};
|
|
4339
4343
|
/**
|
|
4340
4344
|
* Lookup988: polkadot_primitives::v8::collator_app::Public
|
|
4341
4345
|
**/
|
|
4342
|
-
|
|
4346
|
+
PezkuwiPrimitivesV8CollatorAppPublic: string;
|
|
4343
4347
|
/**
|
|
4344
4348
|
* Lookup989: polkadot_primitives::v8::OccupiedCoreAssumption
|
|
4345
4349
|
**/
|
|
4346
|
-
|
|
4350
|
+
PezkuwiPrimitivesV8OccupiedCoreAssumption: {
|
|
4347
4351
|
_enum: string[];
|
|
4348
4352
|
};
|
|
4349
4353
|
/**
|
|
4350
4354
|
* Lookup991: polkadot_primitives::v8::PersistedValidationData<primitive_types::H256, N>
|
|
4351
4355
|
**/
|
|
4352
|
-
|
|
4356
|
+
PezkuwiPrimitivesV8PersistedValidationData: {
|
|
4353
4357
|
parentHead: string;
|
|
4354
4358
|
relayParentNumber: string;
|
|
4355
4359
|
relayParentStorageRoot: string;
|
|
@@ -4358,7 +4362,7 @@ declare const _default: {
|
|
|
4358
4362
|
/**
|
|
4359
4363
|
* Lookup996: polkadot_primitives::vstaging::CandidateEvent<primitive_types::H256>
|
|
4360
4364
|
**/
|
|
4361
|
-
|
|
4365
|
+
PezkuwiPrimitivesVstagingCandidateEvent: {
|
|
4362
4366
|
_enum: {
|
|
4363
4367
|
CandidateBacked: string;
|
|
4364
4368
|
CandidateIncluded: string;
|
|
@@ -4368,7 +4372,7 @@ declare const _default: {
|
|
|
4368
4372
|
/**
|
|
4369
4373
|
* Lookup1008: polkadot_primitives::v8::slashing::PendingSlashes
|
|
4370
4374
|
**/
|
|
4371
|
-
|
|
4375
|
+
PezkuwiPrimitivesV8SlashingPendingSlashes: {
|
|
4372
4376
|
_alias: {
|
|
4373
4377
|
keys_: string;
|
|
4374
4378
|
};
|
|
@@ -4378,13 +4382,13 @@ declare const _default: {
|
|
|
4378
4382
|
/**
|
|
4379
4383
|
* Lookup1009: polkadot_primitives::v8::slashing::SlashingOffenceKind
|
|
4380
4384
|
**/
|
|
4381
|
-
|
|
4385
|
+
PezkuwiPrimitivesV8SlashingSlashingOffenceKind: {
|
|
4382
4386
|
_enum: string[];
|
|
4383
4387
|
};
|
|
4384
4388
|
/**
|
|
4385
4389
|
* Lookup1012: polkadot_primitives::v8::slashing::DisputeProof
|
|
4386
4390
|
**/
|
|
4387
|
-
|
|
4391
|
+
PezkuwiPrimitivesV8SlashingDisputeProof: {
|
|
4388
4392
|
timeSlot: string;
|
|
4389
4393
|
kind: string;
|
|
4390
4394
|
validatorIndex: string;
|
|
@@ -4393,14 +4397,14 @@ declare const _default: {
|
|
|
4393
4397
|
/**
|
|
4394
4398
|
* Lookup1014: polkadot_primitives::vstaging::async_backing::BackingState<primitive_types::H256, N>
|
|
4395
4399
|
**/
|
|
4396
|
-
|
|
4400
|
+
PezkuwiPrimitivesVstagingAsyncBackingBackingState: {
|
|
4397
4401
|
constraints: string;
|
|
4398
4402
|
pendingAvailability: string;
|
|
4399
4403
|
};
|
|
4400
4404
|
/**
|
|
4401
4405
|
* Lookup1015: polkadot_primitives::v8::async_backing::Constraints<N>
|
|
4402
4406
|
**/
|
|
4403
|
-
|
|
4407
|
+
PezkuwiPrimitivesV8AsyncBackingConstraints: {
|
|
4404
4408
|
minRelayParentNumber: string;
|
|
4405
4409
|
maxPovSize: string;
|
|
4406
4410
|
maxCodeSize: string;
|
|
@@ -4419,20 +4423,20 @@ declare const _default: {
|
|
|
4419
4423
|
/**
|
|
4420
4424
|
* Lookup1016: polkadot_primitives::v8::async_backing::InboundHrmpLimitations<N>
|
|
4421
4425
|
**/
|
|
4422
|
-
|
|
4426
|
+
PezkuwiPrimitivesV8AsyncBackingInboundHrmpLimitations: {
|
|
4423
4427
|
validWatermarks: string;
|
|
4424
4428
|
};
|
|
4425
4429
|
/**
|
|
4426
4430
|
* Lookup1019: polkadot_primitives::v8::async_backing::OutboundHrmpChannelLimitations
|
|
4427
4431
|
**/
|
|
4428
|
-
|
|
4432
|
+
PezkuwiPrimitivesV8AsyncBackingOutboundHrmpChannelLimitations: {
|
|
4429
4433
|
bytesRemaining: string;
|
|
4430
4434
|
messagesRemaining: string;
|
|
4431
4435
|
};
|
|
4432
4436
|
/**
|
|
4433
4437
|
* Lookup1024: polkadot_primitives::vstaging::async_backing::CandidatePendingAvailability<primitive_types::H256, N>
|
|
4434
4438
|
**/
|
|
4435
|
-
|
|
4439
|
+
PezkuwiPrimitivesVstagingAsyncBackingCandidatePendingAvailability: {
|
|
4436
4440
|
candidateHash: string;
|
|
4437
4441
|
descriptor: string;
|
|
4438
4442
|
commitments: string;
|
|
@@ -4442,7 +4446,7 @@ declare const _default: {
|
|
|
4442
4446
|
/**
|
|
4443
4447
|
* Lookup1030: polkadot_primitives::vstaging::async_backing::Constraints<N>
|
|
4444
4448
|
**/
|
|
4445
|
-
|
|
4449
|
+
PezkuwiPrimitivesVstagingAsyncBackingConstraints: {
|
|
4446
4450
|
minRelayParentNumber: string;
|
|
4447
4451
|
maxPovSize: string;
|
|
4448
4452
|
maxCodeSize: string;
|
|
@@ -4497,7 +4501,7 @@ declare const _default: {
|
|
|
4497
4501
|
/**
|
|
4498
4502
|
* Lookup1080: polkadot_runtime::RuntimeError
|
|
4499
4503
|
**/
|
|
4500
|
-
|
|
4504
|
+
PezkuwiRuntimeRuntimeError: {
|
|
4501
4505
|
_enum: {
|
|
4502
4506
|
System: string;
|
|
4503
4507
|
Scheduler: string;
|