@pezkuwi/types-augment 16.5.23 → 16.5.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cjs/lookup/assetHubDicle.js +58 -58
- package/cjs/lookup/assetHubPezkuwi.js +167 -167
- package/cjs/lookup/bizinikiwi.d.ts +283 -0
- package/cjs/lookup/bizinikiwi.js +996 -713
- package/cjs/lookup/dicle.js +45 -45
- package/cjs/lookup/pezkuwi.js +85 -85
- package/cjs/lookup/types-assetHubDicle.d.ts +65 -59
- package/cjs/lookup/types-assetHubPezkuwi.d.ts +174 -168
- package/cjs/lookup/types-bizinikiwi.d.ts +1238 -715
- package/cjs/lookup/types-dicle.d.ts +53 -47
- package/cjs/lookup/types-pezkuwi.d.ts +92 -86
- package/cjs/packageInfo.js +1 -1
- package/cjs/registry/bizinikiwi.d.ts +5 -1
- package/lookup/assetHubDicle.js +58 -58
- package/lookup/assetHubPezkuwi.js +167 -167
- package/lookup/bizinikiwi.d.ts +283 -0
- package/lookup/bizinikiwi.js +996 -713
- package/lookup/dicle.js +45 -45
- package/lookup/pezkuwi.js +85 -85
- package/lookup/types-assetHubDicle.d.ts +65 -59
- package/lookup/types-assetHubPezkuwi.d.ts +174 -168
- package/lookup/types-bizinikiwi.d.ts +1238 -715
- package/lookup/types-dicle.d.ts +53 -47
- package/lookup/types-pezkuwi.d.ts +92 -86
- package/package.json +3 -3
- package/packageInfo.js +1 -1
- package/registry/bizinikiwi.d.ts +5 -1
|
@@ -134,10 +134,10 @@ exports.default = {
|
|
|
134
134
|
**/
|
|
135
135
|
AssetHubDicleRuntimeDynamicParamsIssuanceParametersValue: {
|
|
136
136
|
_enum: {
|
|
137
|
-
MinInflation: '
|
|
138
|
-
MaxInflation: '
|
|
139
|
-
IdealStake: '
|
|
140
|
-
Falloff: '
|
|
137
|
+
MinInflation: 'u64',
|
|
138
|
+
MaxInflation: 'u64',
|
|
139
|
+
IdealStake: 'u64',
|
|
140
|
+
Falloff: 'u64'
|
|
141
141
|
}
|
|
142
142
|
},
|
|
143
143
|
/**
|
|
@@ -145,14 +145,14 @@ exports.default = {
|
|
|
145
145
|
**/
|
|
146
146
|
AssetHubDicleRuntimeDynamicParamsTreasuryParametersValue: {
|
|
147
147
|
_enum: {
|
|
148
|
-
BurnPortion: '
|
|
148
|
+
BurnPortion: 'u32',
|
|
149
149
|
BurnDestination: 'AssetHubDicleRuntimeTreasuryBurnDestinationAccount'
|
|
150
150
|
}
|
|
151
151
|
},
|
|
152
152
|
/**
|
|
153
153
|
* Lookup72: asset_hub_kusama_runtime::treasury::BurnDestinationAccount
|
|
154
154
|
**/
|
|
155
|
-
AssetHubDicleRuntimeTreasuryBurnDestinationAccount: 'Option<
|
|
155
|
+
AssetHubDicleRuntimeTreasuryBurnDestinationAccount: 'Option<PezspCoreCryptoAccountId32>',
|
|
156
156
|
/**
|
|
157
157
|
* Lookup74: asset_hub_kusama_runtime::dynamic_params::staking_election::ParametersValue
|
|
158
158
|
**/
|
|
@@ -212,10 +212,10 @@ exports.default = {
|
|
|
212
212
|
**/
|
|
213
213
|
AssetHubDicleRuntimeDynamicParamsIssuanceParameters: {
|
|
214
214
|
_enum: {
|
|
215
|
-
MinInflation: '(AssetHubDicleRuntimeDynamicParamsIssuanceMinInflation,Option<
|
|
216
|
-
MaxInflation: '(AssetHubDicleRuntimeDynamicParamsIssuanceMaxInflation,Option<
|
|
217
|
-
IdealStake: '(AssetHubDicleRuntimeDynamicParamsIssuanceIdealStake,Option<
|
|
218
|
-
Falloff: '(AssetHubDicleRuntimeDynamicParamsIssuanceFalloff,Option<
|
|
215
|
+
MinInflation: '(AssetHubDicleRuntimeDynamicParamsIssuanceMinInflation,Option<u64>)',
|
|
216
|
+
MaxInflation: '(AssetHubDicleRuntimeDynamicParamsIssuanceMaxInflation,Option<u64>)',
|
|
217
|
+
IdealStake: '(AssetHubDicleRuntimeDynamicParamsIssuanceIdealStake,Option<u64>)',
|
|
218
|
+
Falloff: '(AssetHubDicleRuntimeDynamicParamsIssuanceFalloff,Option<u64>)'
|
|
219
219
|
}
|
|
220
220
|
},
|
|
221
221
|
/**
|
|
@@ -223,7 +223,7 @@ exports.default = {
|
|
|
223
223
|
**/
|
|
224
224
|
AssetHubDicleRuntimeDynamicParamsTreasuryParameters: {
|
|
225
225
|
_enum: {
|
|
226
|
-
BurnPortion: '(AssetHubDicleRuntimeDynamicParamsTreasuryBurnPortion,Option<
|
|
226
|
+
BurnPortion: '(AssetHubDicleRuntimeDynamicParamsTreasuryBurnPortion,Option<u32>)',
|
|
227
227
|
BurnDestination: '(AssetHubDicleRuntimeDynamicParamsTreasuryBurnDestination,Option<AssetHubDicleRuntimeTreasuryBurnDestinationAccount>)'
|
|
228
228
|
}
|
|
229
229
|
},
|
|
@@ -382,7 +382,7 @@ exports.default = {
|
|
|
382
382
|
PezpalletRemoteProxyCall: {
|
|
383
383
|
_enum: {
|
|
384
384
|
remote_proxy: {
|
|
385
|
-
real: '
|
|
385
|
+
real: 'PezspRuntimeMultiAddress',
|
|
386
386
|
forceProxyType: 'Option<AssetHubDicleRuntimeProxyType>',
|
|
387
387
|
call: 'RuntimeCall',
|
|
388
388
|
proof: 'PezpalletRemoteProxyRemoteProxyProof',
|
|
@@ -391,7 +391,7 @@ exports.default = {
|
|
|
391
391
|
proof: 'PezpalletRemoteProxyRemoteProxyProof',
|
|
392
392
|
},
|
|
393
393
|
remote_proxy_with_registered_proof: {
|
|
394
|
-
real: '
|
|
394
|
+
real: 'PezspRuntimeMultiAddress',
|
|
395
395
|
forceProxyType: 'Option<AssetHubDicleRuntimeProxyType>',
|
|
396
396
|
call: 'RuntimeCall'
|
|
397
397
|
}
|
|
@@ -413,35 +413,35 @@ exports.default = {
|
|
|
413
413
|
**/
|
|
414
414
|
AssetHubDicleRuntimeStakingNposCompactSolution24: {
|
|
415
415
|
votes1: 'Vec<(Compact<u32>,Compact<u16>)>',
|
|
416
|
-
votes2: 'Vec<(Compact<u32>,(Compact<u16>,Compact<
|
|
417
|
-
votes3: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<
|
|
418
|
-
votes4: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<
|
|
419
|
-
votes5: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<
|
|
420
|
-
votes6: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<
|
|
421
|
-
votes7: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<
|
|
422
|
-
votes8: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<
|
|
423
|
-
votes9: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<
|
|
424
|
-
votes10: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<
|
|
425
|
-
votes11: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<
|
|
426
|
-
votes12: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<
|
|
427
|
-
votes13: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<
|
|
428
|
-
votes14: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<
|
|
429
|
-
votes15: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<
|
|
430
|
-
votes16: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<
|
|
431
|
-
votes17: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<
|
|
432
|
-
votes18: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<
|
|
433
|
-
votes19: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<
|
|
434
|
-
votes20: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<
|
|
435
|
-
votes21: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<
|
|
436
|
-
votes22: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<
|
|
437
|
-
votes23: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<
|
|
438
|
-
votes24: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<
|
|
416
|
+
votes2: 'Vec<(Compact<u32>,(Compact<u16>,Compact<u16>),Compact<u16>)>',
|
|
417
|
+
votes3: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);2],Compact<u16>)>',
|
|
418
|
+
votes4: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);3],Compact<u16>)>',
|
|
419
|
+
votes5: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);4],Compact<u16>)>',
|
|
420
|
+
votes6: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);5],Compact<u16>)>',
|
|
421
|
+
votes7: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);6],Compact<u16>)>',
|
|
422
|
+
votes8: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);7],Compact<u16>)>',
|
|
423
|
+
votes9: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);8],Compact<u16>)>',
|
|
424
|
+
votes10: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);9],Compact<u16>)>',
|
|
425
|
+
votes11: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);10],Compact<u16>)>',
|
|
426
|
+
votes12: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);11],Compact<u16>)>',
|
|
427
|
+
votes13: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);12],Compact<u16>)>',
|
|
428
|
+
votes14: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);13],Compact<u16>)>',
|
|
429
|
+
votes15: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);14],Compact<u16>)>',
|
|
430
|
+
votes16: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);15],Compact<u16>)>',
|
|
431
|
+
votes17: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);16],Compact<u16>)>',
|
|
432
|
+
votes18: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);17],Compact<u16>)>',
|
|
433
|
+
votes19: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);18],Compact<u16>)>',
|
|
434
|
+
votes20: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);19],Compact<u16>)>',
|
|
435
|
+
votes21: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);20],Compact<u16>)>',
|
|
436
|
+
votes22: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);21],Compact<u16>)>',
|
|
437
|
+
votes23: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);22],Compact<u16>)>',
|
|
438
|
+
votes24: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);23],Compact<u16>)>'
|
|
439
439
|
},
|
|
440
440
|
/**
|
|
441
441
|
* Lookup598: pallet_proxy::ProxyDefinition<sp_core::crypto::AccountId32, kusama_runtime_constants::proxy::ProxyType, BlockNumber>
|
|
442
442
|
**/
|
|
443
443
|
PezpalletProxyProxyDefinitionDicleRuntimeConstantsProxyProxyType: {
|
|
444
|
-
delegate: '
|
|
444
|
+
delegate: 'PezspCoreCryptoAccountId32',
|
|
445
445
|
proxyType: 'DicleRuntimeConstantsProxyProxyType',
|
|
446
446
|
delay: 'u32'
|
|
447
447
|
},
|
|
@@ -501,9 +501,9 @@ exports.default = {
|
|
|
501
501
|
**/
|
|
502
502
|
PezpalletRcMigratorRecoveryPortableRecoveryMessage: {
|
|
503
503
|
_enum: {
|
|
504
|
-
Recoverable: '(
|
|
505
|
-
ActiveRecoveries: '(
|
|
506
|
-
Proxy: '(
|
|
504
|
+
Recoverable: '(PezspCoreCryptoAccountId32,PezpalletRcMigratorRecoveryPortableRecoveryConfig)',
|
|
505
|
+
ActiveRecoveries: '(PezspCoreCryptoAccountId32,PezspCoreCryptoAccountId32,PezpalletRcMigratorRecoveryPortableActiveRecovery)',
|
|
506
|
+
Proxy: '(PezspCoreCryptoAccountId32,PezspCoreCryptoAccountId32)'
|
|
507
507
|
}
|
|
508
508
|
},
|
|
509
509
|
/**
|
|
@@ -519,7 +519,7 @@ exports.default = {
|
|
|
519
519
|
* Lookup749: pallet_rc_migrator::recovery::PortableRecoveryFriends
|
|
520
520
|
**/
|
|
521
521
|
PezpalletRcMigratorRecoveryPortableRecoveryFriends: {
|
|
522
|
-
friends: 'Vec<
|
|
522
|
+
friends: 'Vec<PezspCoreCryptoAccountId32>'
|
|
523
523
|
},
|
|
524
524
|
/**
|
|
525
525
|
* Lookup752: pallet_rc_migrator::recovery::PortableActiveRecovery
|
|
@@ -535,14 +535,14 @@ exports.default = {
|
|
|
535
535
|
PezpalletRcMigratorSocietyPortableSocietyMessage: {
|
|
536
536
|
_enum: {
|
|
537
537
|
Values: 'PezpalletRcMigratorSocietySocietyValues',
|
|
538
|
-
Member: '(
|
|
539
|
-
Payout: '(
|
|
540
|
-
MemberByIndex: '(u32,
|
|
541
|
-
SuspendedMembers: '(
|
|
542
|
-
Candidates: '(
|
|
543
|
-
Votes: '(
|
|
544
|
-
VoteClearCursor: '(
|
|
545
|
-
DefenderVotes: '(u32,
|
|
538
|
+
Member: '(PezspCoreCryptoAccountId32,PezpalletRcMigratorSocietyPortableMemberRecord)',
|
|
539
|
+
Payout: '(PezspCoreCryptoAccountId32,PezpalletRcMigratorSocietyPortablePayoutRecord)',
|
|
540
|
+
MemberByIndex: '(u32,PezspCoreCryptoAccountId32)',
|
|
541
|
+
SuspendedMembers: '(PezspCoreCryptoAccountId32,PezpalletRcMigratorSocietyPortableMemberRecord)',
|
|
542
|
+
Candidates: '(PezspCoreCryptoAccountId32,PezpalletRcMigratorSocietyPortableCandidacy)',
|
|
543
|
+
Votes: '(PezspCoreCryptoAccountId32,PezspCoreCryptoAccountId32,PezpalletRcMigratorSocietyPortableVote)',
|
|
544
|
+
VoteClearCursor: '(PezspCoreCryptoAccountId32,Bytes)',
|
|
545
|
+
DefenderVotes: '(u32,PezspCoreCryptoAccountId32,PezpalletRcMigratorSocietyPortableVote)'
|
|
546
546
|
}
|
|
547
547
|
},
|
|
548
548
|
/**
|
|
@@ -551,16 +551,16 @@ exports.default = {
|
|
|
551
551
|
PezpalletRcMigratorSocietySocietyValues: {
|
|
552
552
|
parameters: 'Option<PezpalletRcMigratorSocietyPortableGroupParams>',
|
|
553
553
|
pot: 'Option<u128>',
|
|
554
|
-
founder: 'Option<
|
|
555
|
-
head: 'Option<
|
|
554
|
+
founder: 'Option<PezspCoreCryptoAccountId32>',
|
|
555
|
+
head: 'Option<PezspCoreCryptoAccountId32>',
|
|
556
556
|
rules: 'Option<H256>',
|
|
557
557
|
memberCount: 'Option<u32>',
|
|
558
558
|
roundCount: 'Option<u32>',
|
|
559
559
|
bids: 'Option<Vec<PezpalletRcMigratorSocietyPortableBid>>',
|
|
560
|
-
sceptic: 'Option<
|
|
560
|
+
sceptic: 'Option<PezspCoreCryptoAccountId32>',
|
|
561
561
|
nextHead: 'Option<PezpalletRcMigratorSocietyPortableIntakeRecord>',
|
|
562
562
|
challengeRoundCount: 'Option<u32>',
|
|
563
|
-
defending: 'Option<(
|
|
563
|
+
defending: 'Option<(PezspCoreCryptoAccountId32,PezspCoreCryptoAccountId32,PezpalletRcMigratorSocietyPortableTally)>',
|
|
564
564
|
nextIntakeAt: 'Option<u32>',
|
|
565
565
|
nextChallengeAt: 'Option<u32>'
|
|
566
566
|
},
|
|
@@ -577,7 +577,7 @@ exports.default = {
|
|
|
577
577
|
* Lookup761: pallet_rc_migrator::society::PortableBid
|
|
578
578
|
**/
|
|
579
579
|
PezpalletRcMigratorSocietyPortableBid: {
|
|
580
|
-
who: '
|
|
580
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
581
581
|
kind: 'PezpalletRcMigratorSocietyPortableBidKind',
|
|
582
582
|
value: 'u128'
|
|
583
583
|
},
|
|
@@ -587,14 +587,14 @@ exports.default = {
|
|
|
587
587
|
PezpalletRcMigratorSocietyPortableBidKind: {
|
|
588
588
|
_enum: {
|
|
589
589
|
Deposit: 'u128',
|
|
590
|
-
Vouch: '(
|
|
590
|
+
Vouch: '(PezspCoreCryptoAccountId32,u128)'
|
|
591
591
|
}
|
|
592
592
|
},
|
|
593
593
|
/**
|
|
594
594
|
* Lookup764: pallet_rc_migrator::society::PortableIntakeRecord
|
|
595
595
|
**/
|
|
596
596
|
PezpalletRcMigratorSocietyPortableIntakeRecord: {
|
|
597
|
-
who: '
|
|
597
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
598
598
|
bid: 'u128',
|
|
599
599
|
round: 'u32'
|
|
600
600
|
},
|
|
@@ -833,7 +833,7 @@ exports.default = {
|
|
|
833
833
|
* Lookup939: pallet_proxy::ProxyDefinition<sp_core::crypto::AccountId32, asset_hub_kusama_runtime::ProxyType, BlockNumber>
|
|
834
834
|
**/
|
|
835
835
|
PezpalletProxyProxyDefinitionAssetHubDicleRuntimeProxyType: {
|
|
836
|
-
delegate: '
|
|
836
|
+
delegate: 'PezspCoreCryptoAccountId32',
|
|
837
837
|
proxyType: 'AssetHubDicleRuntimeProxyType',
|
|
838
838
|
delay: 'u32'
|
|
839
839
|
},
|
|
@@ -847,7 +847,7 @@ exports.default = {
|
|
|
847
847
|
* Lookup1023: pallet_revive::vm::CodeInfo<T>
|
|
848
848
|
**/
|
|
849
849
|
PezpalletReviveVmCodeInfo: {
|
|
850
|
-
owner: '
|
|
850
|
+
owner: 'PezspCoreCryptoAccountId32',
|
|
851
851
|
deposit: 'Compact<u128>',
|
|
852
852
|
refcount: 'Compact<u64>',
|
|
853
853
|
codeLen: 'u32',
|