mirror of
https://github.com/pezkuwichain/pezkuwi-api.git
synced 2026-04-22 05:37:58 +00:00
release: v16.5.36 - npm package structure fix
- Published from build/ directories for correct npm structure - Updated common dependencies to 14.0.25 - Added AuthorizeCall signed extension support - All packages now have index.js at root level
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"author": "Jaco Greeff <jacogr@gmail.com>",
|
||||
"author": "PezkuwiChain <dev@pezkuwichain.io>",
|
||||
"bugs": "https://github.com/pezkuwichain/pezkuwi-api/issues",
|
||||
"description": "Types generated augmentation",
|
||||
"engines": {
|
||||
@@ -19,7 +19,7 @@
|
||||
],
|
||||
"type": "module",
|
||||
"types": "./index.d.ts",
|
||||
"version": "16.5.22",
|
||||
"version": "16.5.34",
|
||||
"main": "./cjs/index.js",
|
||||
"module": "./index.js",
|
||||
"exports": {
|
||||
@@ -395,9 +395,9 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@pezkuwi/types": "16.5.22",
|
||||
"@pezkuwi/types-codec": "16.5.22",
|
||||
"@pezkuwi/util": "14.0.13",
|
||||
"@pezkuwi/types": "16.5.34",
|
||||
"@pezkuwi/types-codec": "16.5.34",
|
||||
"@pezkuwi/util": "14.0.23",
|
||||
"tslib": "^2.8.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -135,10 +135,10 @@ export default {
|
||||
**/
|
||||
AssetHubDicleRuntimeDynamicParamsIssuanceParametersValue: {
|
||||
_enum: {
|
||||
MinInflation: 'Perquintill',
|
||||
MaxInflation: 'Perquintill',
|
||||
IdealStake: 'Perquintill',
|
||||
Falloff: 'Perquintill'
|
||||
MinInflation: 'u64',
|
||||
MaxInflation: 'u64',
|
||||
IdealStake: 'u64',
|
||||
Falloff: 'u64'
|
||||
}
|
||||
},
|
||||
/**
|
||||
@@ -146,14 +146,14 @@ export default {
|
||||
**/
|
||||
AssetHubDicleRuntimeDynamicParamsTreasuryParametersValue: {
|
||||
_enum: {
|
||||
BurnPortion: 'Permill',
|
||||
BurnPortion: 'u32',
|
||||
BurnDestination: 'AssetHubDicleRuntimeTreasuryBurnDestinationAccount'
|
||||
}
|
||||
},
|
||||
/**
|
||||
* Lookup72: asset_hub_kusama_runtime::treasury::BurnDestinationAccount
|
||||
**/
|
||||
AssetHubDicleRuntimeTreasuryBurnDestinationAccount: 'Option<AccountId32>',
|
||||
AssetHubDicleRuntimeTreasuryBurnDestinationAccount: 'Option<PezspCoreCryptoAccountId32>',
|
||||
/**
|
||||
* Lookup74: asset_hub_kusama_runtime::dynamic_params::staking_election::ParametersValue
|
||||
**/
|
||||
@@ -213,10 +213,10 @@ export default {
|
||||
**/
|
||||
AssetHubDicleRuntimeDynamicParamsIssuanceParameters: {
|
||||
_enum: {
|
||||
MinInflation: '(AssetHubDicleRuntimeDynamicParamsIssuanceMinInflation,Option<Perquintill>)',
|
||||
MaxInflation: '(AssetHubDicleRuntimeDynamicParamsIssuanceMaxInflation,Option<Perquintill>)',
|
||||
IdealStake: '(AssetHubDicleRuntimeDynamicParamsIssuanceIdealStake,Option<Perquintill>)',
|
||||
Falloff: '(AssetHubDicleRuntimeDynamicParamsIssuanceFalloff,Option<Perquintill>)'
|
||||
MinInflation: '(AssetHubDicleRuntimeDynamicParamsIssuanceMinInflation,Option<u64>)',
|
||||
MaxInflation: '(AssetHubDicleRuntimeDynamicParamsIssuanceMaxInflation,Option<u64>)',
|
||||
IdealStake: '(AssetHubDicleRuntimeDynamicParamsIssuanceIdealStake,Option<u64>)',
|
||||
Falloff: '(AssetHubDicleRuntimeDynamicParamsIssuanceFalloff,Option<u64>)'
|
||||
}
|
||||
},
|
||||
/**
|
||||
@@ -224,7 +224,7 @@ export default {
|
||||
**/
|
||||
AssetHubDicleRuntimeDynamicParamsTreasuryParameters: {
|
||||
_enum: {
|
||||
BurnPortion: '(AssetHubDicleRuntimeDynamicParamsTreasuryBurnPortion,Option<Permill>)',
|
||||
BurnPortion: '(AssetHubDicleRuntimeDynamicParamsTreasuryBurnPortion,Option<u32>)',
|
||||
BurnDestination: '(AssetHubDicleRuntimeDynamicParamsTreasuryBurnDestination,Option<AssetHubDicleRuntimeTreasuryBurnDestinationAccount>)'
|
||||
}
|
||||
},
|
||||
@@ -383,7 +383,7 @@ export default {
|
||||
PezpalletRemoteProxyCall: {
|
||||
_enum: {
|
||||
remote_proxy: {
|
||||
real: 'MultiAddress',
|
||||
real: 'PezspRuntimeMultiAddress',
|
||||
forceProxyType: 'Option<AssetHubDicleRuntimeProxyType>',
|
||||
call: 'RuntimeCall',
|
||||
proof: 'PezpalletRemoteProxyRemoteProxyProof',
|
||||
@@ -392,7 +392,7 @@ export default {
|
||||
proof: 'PezpalletRemoteProxyRemoteProxyProof',
|
||||
},
|
||||
remote_proxy_with_registered_proof: {
|
||||
real: 'MultiAddress',
|
||||
real: 'PezspRuntimeMultiAddress',
|
||||
forceProxyType: 'Option<AssetHubDicleRuntimeProxyType>',
|
||||
call: 'RuntimeCall'
|
||||
}
|
||||
@@ -414,35 +414,35 @@ export default {
|
||||
**/
|
||||
AssetHubDicleRuntimeStakingNposCompactSolution24: {
|
||||
votes1: 'Vec<(Compact<u32>,Compact<u16>)>',
|
||||
votes2: 'Vec<(Compact<u32>,(Compact<u16>,Compact<PerU16>),Compact<u16>)>',
|
||||
votes3: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);2],Compact<u16>)>',
|
||||
votes4: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);3],Compact<u16>)>',
|
||||
votes5: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);4],Compact<u16>)>',
|
||||
votes6: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);5],Compact<u16>)>',
|
||||
votes7: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);6],Compact<u16>)>',
|
||||
votes8: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);7],Compact<u16>)>',
|
||||
votes9: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);8],Compact<u16>)>',
|
||||
votes10: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);9],Compact<u16>)>',
|
||||
votes11: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);10],Compact<u16>)>',
|
||||
votes12: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);11],Compact<u16>)>',
|
||||
votes13: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);12],Compact<u16>)>',
|
||||
votes14: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);13],Compact<u16>)>',
|
||||
votes15: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);14],Compact<u16>)>',
|
||||
votes16: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);15],Compact<u16>)>',
|
||||
votes17: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);16],Compact<u16>)>',
|
||||
votes18: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);17],Compact<u16>)>',
|
||||
votes19: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);18],Compact<u16>)>',
|
||||
votes20: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);19],Compact<u16>)>',
|
||||
votes21: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);20],Compact<u16>)>',
|
||||
votes22: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);21],Compact<u16>)>',
|
||||
votes23: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);22],Compact<u16>)>',
|
||||
votes24: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);23],Compact<u16>)>'
|
||||
votes2: 'Vec<(Compact<u32>,(Compact<u16>,Compact<u16>),Compact<u16>)>',
|
||||
votes3: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);2],Compact<u16>)>',
|
||||
votes4: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);3],Compact<u16>)>',
|
||||
votes5: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);4],Compact<u16>)>',
|
||||
votes6: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);5],Compact<u16>)>',
|
||||
votes7: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);6],Compact<u16>)>',
|
||||
votes8: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);7],Compact<u16>)>',
|
||||
votes9: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);8],Compact<u16>)>',
|
||||
votes10: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);9],Compact<u16>)>',
|
||||
votes11: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);10],Compact<u16>)>',
|
||||
votes12: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);11],Compact<u16>)>',
|
||||
votes13: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);12],Compact<u16>)>',
|
||||
votes14: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);13],Compact<u16>)>',
|
||||
votes15: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);14],Compact<u16>)>',
|
||||
votes16: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);15],Compact<u16>)>',
|
||||
votes17: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);16],Compact<u16>)>',
|
||||
votes18: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);17],Compact<u16>)>',
|
||||
votes19: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);18],Compact<u16>)>',
|
||||
votes20: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);19],Compact<u16>)>',
|
||||
votes21: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);20],Compact<u16>)>',
|
||||
votes22: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);21],Compact<u16>)>',
|
||||
votes23: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);22],Compact<u16>)>',
|
||||
votes24: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);23],Compact<u16>)>'
|
||||
},
|
||||
/**
|
||||
* Lookup598: pallet_proxy::ProxyDefinition<sp_core::crypto::AccountId32, kusama_runtime_constants::proxy::ProxyType, BlockNumber>
|
||||
**/
|
||||
PezpalletProxyProxyDefinitionDicleRuntimeConstantsProxyProxyType: {
|
||||
delegate: 'AccountId32',
|
||||
delegate: 'PezspCoreCryptoAccountId32',
|
||||
proxyType: 'DicleRuntimeConstantsProxyProxyType',
|
||||
delay: 'u32'
|
||||
},
|
||||
@@ -502,9 +502,9 @@ export default {
|
||||
**/
|
||||
PezpalletRcMigratorRecoveryPortableRecoveryMessage: {
|
||||
_enum: {
|
||||
Recoverable: '(AccountId32,PezpalletRcMigratorRecoveryPortableRecoveryConfig)',
|
||||
ActiveRecoveries: '(AccountId32,AccountId32,PezpalletRcMigratorRecoveryPortableActiveRecovery)',
|
||||
Proxy: '(AccountId32,AccountId32)'
|
||||
Recoverable: '(PezspCoreCryptoAccountId32,PezpalletRcMigratorRecoveryPortableRecoveryConfig)',
|
||||
ActiveRecoveries: '(PezspCoreCryptoAccountId32,PezspCoreCryptoAccountId32,PezpalletRcMigratorRecoveryPortableActiveRecovery)',
|
||||
Proxy: '(PezspCoreCryptoAccountId32,PezspCoreCryptoAccountId32)'
|
||||
}
|
||||
},
|
||||
/**
|
||||
@@ -520,7 +520,7 @@ export default {
|
||||
* Lookup749: pallet_rc_migrator::recovery::PortableRecoveryFriends
|
||||
**/
|
||||
PezpalletRcMigratorRecoveryPortableRecoveryFriends: {
|
||||
friends: 'Vec<AccountId32>'
|
||||
friends: 'Vec<PezspCoreCryptoAccountId32>'
|
||||
},
|
||||
/**
|
||||
* Lookup752: pallet_rc_migrator::recovery::PortableActiveRecovery
|
||||
@@ -536,14 +536,14 @@ export default {
|
||||
PezpalletRcMigratorSocietyPortableSocietyMessage: {
|
||||
_enum: {
|
||||
Values: 'PezpalletRcMigratorSocietySocietyValues',
|
||||
Member: '(AccountId32,PezpalletRcMigratorSocietyPortableMemberRecord)',
|
||||
Payout: '(AccountId32,PezpalletRcMigratorSocietyPortablePayoutRecord)',
|
||||
MemberByIndex: '(u32,AccountId32)',
|
||||
SuspendedMembers: '(AccountId32,PezpalletRcMigratorSocietyPortableMemberRecord)',
|
||||
Candidates: '(AccountId32,PezpalletRcMigratorSocietyPortableCandidacy)',
|
||||
Votes: '(AccountId32,AccountId32,PezpalletRcMigratorSocietyPortableVote)',
|
||||
VoteClearCursor: '(AccountId32,Bytes)',
|
||||
DefenderVotes: '(u32,AccountId32,PezpalletRcMigratorSocietyPortableVote)'
|
||||
Member: '(PezspCoreCryptoAccountId32,PezpalletRcMigratorSocietyPortableMemberRecord)',
|
||||
Payout: '(PezspCoreCryptoAccountId32,PezpalletRcMigratorSocietyPortablePayoutRecord)',
|
||||
MemberByIndex: '(u32,PezspCoreCryptoAccountId32)',
|
||||
SuspendedMembers: '(PezspCoreCryptoAccountId32,PezpalletRcMigratorSocietyPortableMemberRecord)',
|
||||
Candidates: '(PezspCoreCryptoAccountId32,PezpalletRcMigratorSocietyPortableCandidacy)',
|
||||
Votes: '(PezspCoreCryptoAccountId32,PezspCoreCryptoAccountId32,PezpalletRcMigratorSocietyPortableVote)',
|
||||
VoteClearCursor: '(PezspCoreCryptoAccountId32,Bytes)',
|
||||
DefenderVotes: '(u32,PezspCoreCryptoAccountId32,PezpalletRcMigratorSocietyPortableVote)'
|
||||
}
|
||||
},
|
||||
/**
|
||||
@@ -552,16 +552,16 @@ export default {
|
||||
PezpalletRcMigratorSocietySocietyValues: {
|
||||
parameters: 'Option<PezpalletRcMigratorSocietyPortableGroupParams>',
|
||||
pot: 'Option<u128>',
|
||||
founder: 'Option<AccountId32>',
|
||||
head: 'Option<AccountId32>',
|
||||
founder: 'Option<PezspCoreCryptoAccountId32>',
|
||||
head: 'Option<PezspCoreCryptoAccountId32>',
|
||||
rules: 'Option<H256>',
|
||||
memberCount: 'Option<u32>',
|
||||
roundCount: 'Option<u32>',
|
||||
bids: 'Option<Vec<PezpalletRcMigratorSocietyPortableBid>>',
|
||||
sceptic: 'Option<AccountId32>',
|
||||
sceptic: 'Option<PezspCoreCryptoAccountId32>',
|
||||
nextHead: 'Option<PezpalletRcMigratorSocietyPortableIntakeRecord>',
|
||||
challengeRoundCount: 'Option<u32>',
|
||||
defending: 'Option<(AccountId32,AccountId32,PezpalletRcMigratorSocietyPortableTally)>',
|
||||
defending: 'Option<(PezspCoreCryptoAccountId32,PezspCoreCryptoAccountId32,PezpalletRcMigratorSocietyPortableTally)>',
|
||||
nextIntakeAt: 'Option<u32>',
|
||||
nextChallengeAt: 'Option<u32>'
|
||||
},
|
||||
@@ -578,7 +578,7 @@ export default {
|
||||
* Lookup761: pallet_rc_migrator::society::PortableBid
|
||||
**/
|
||||
PezpalletRcMigratorSocietyPortableBid: {
|
||||
who: 'AccountId32',
|
||||
who: 'PezspCoreCryptoAccountId32',
|
||||
kind: 'PezpalletRcMigratorSocietyPortableBidKind',
|
||||
value: 'u128'
|
||||
},
|
||||
@@ -588,14 +588,14 @@ export default {
|
||||
PezpalletRcMigratorSocietyPortableBidKind: {
|
||||
_enum: {
|
||||
Deposit: 'u128',
|
||||
Vouch: '(AccountId32,u128)'
|
||||
Vouch: '(PezspCoreCryptoAccountId32,u128)'
|
||||
}
|
||||
},
|
||||
/**
|
||||
* Lookup764: pallet_rc_migrator::society::PortableIntakeRecord
|
||||
**/
|
||||
PezpalletRcMigratorSocietyPortableIntakeRecord: {
|
||||
who: 'AccountId32',
|
||||
who: 'PezspCoreCryptoAccountId32',
|
||||
bid: 'u128',
|
||||
round: 'u32'
|
||||
},
|
||||
@@ -834,7 +834,7 @@ export default {
|
||||
* Lookup939: pallet_proxy::ProxyDefinition<sp_core::crypto::AccountId32, asset_hub_kusama_runtime::ProxyType, BlockNumber>
|
||||
**/
|
||||
PezpalletProxyProxyDefinitionAssetHubDicleRuntimeProxyType: {
|
||||
delegate: 'AccountId32',
|
||||
delegate: 'PezspCoreCryptoAccountId32',
|
||||
proxyType: 'AssetHubDicleRuntimeProxyType',
|
||||
delay: 'u32'
|
||||
},
|
||||
@@ -848,7 +848,7 @@ export default {
|
||||
* Lookup1023: pallet_revive::vm::CodeInfo<T>
|
||||
**/
|
||||
PezpalletReviveVmCodeInfo: {
|
||||
owner: 'AccountId32',
|
||||
owner: 'PezspCoreCryptoAccountId32',
|
||||
deposit: 'Compact<u128>',
|
||||
refcount: 'Compact<u64>',
|
||||
codeLen: 'u32',
|
||||
|
||||
@@ -150,13 +150,13 @@ export default {
|
||||
PezpalletCollatorSelectionEvent: {
|
||||
_enum: {
|
||||
NewInvulnerables: {
|
||||
invulnerables: 'Vec<AccountId32>',
|
||||
invulnerables: 'Vec<PezspCoreCryptoAccountId32>',
|
||||
},
|
||||
InvulnerableAdded: {
|
||||
accountId: 'AccountId32',
|
||||
accountId: 'PezspCoreCryptoAccountId32',
|
||||
},
|
||||
InvulnerableRemoved: {
|
||||
accountId: 'AccountId32',
|
||||
accountId: 'PezspCoreCryptoAccountId32',
|
||||
},
|
||||
NewDesiredCandidates: {
|
||||
desiredCandidates: 'u32',
|
||||
@@ -165,26 +165,26 @@ export default {
|
||||
bondAmount: 'u128',
|
||||
},
|
||||
CandidateAdded: {
|
||||
accountId: 'AccountId32',
|
||||
accountId: 'PezspCoreCryptoAccountId32',
|
||||
deposit: 'u128',
|
||||
},
|
||||
CandidateBondUpdated: {
|
||||
accountId: 'AccountId32',
|
||||
accountId: 'PezspCoreCryptoAccountId32',
|
||||
deposit: 'u128',
|
||||
},
|
||||
CandidateRemoved: {
|
||||
accountId: 'AccountId32',
|
||||
accountId: 'PezspCoreCryptoAccountId32',
|
||||
},
|
||||
CandidateReplaced: {
|
||||
_alias: {
|
||||
new_: 'new',
|
||||
},
|
||||
old: 'AccountId32',
|
||||
new_: 'AccountId32',
|
||||
old: 'PezspCoreCryptoAccountId32',
|
||||
new_: 'PezspCoreCryptoAccountId32',
|
||||
deposit: 'u128',
|
||||
},
|
||||
InvalidInvulnerableSkipped: {
|
||||
accountId: 'AccountId32'
|
||||
accountId: 'PezspCoreCryptoAccountId32'
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -386,7 +386,7 @@ export default {
|
||||
_alias: {
|
||||
new_: 'new',
|
||||
},
|
||||
new_: 'Vec<AccountId32>',
|
||||
new_: 'Vec<PezspCoreCryptoAccountId32>',
|
||||
},
|
||||
set_desired_candidates: {
|
||||
max: 'u32',
|
||||
@@ -397,17 +397,17 @@ export default {
|
||||
register_as_candidate: 'Null',
|
||||
leave_intent: 'Null',
|
||||
add_invulnerable: {
|
||||
who: 'AccountId32',
|
||||
who: 'PezspCoreCryptoAccountId32',
|
||||
},
|
||||
remove_invulnerable: {
|
||||
who: 'AccountId32',
|
||||
who: 'PezspCoreCryptoAccountId32',
|
||||
},
|
||||
update_bond: {
|
||||
newDeposit: 'u128',
|
||||
},
|
||||
take_candidate_slot: {
|
||||
deposit: 'u128',
|
||||
target: 'AccountId32'
|
||||
target: 'PezspCoreCryptoAccountId32'
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -663,21 +663,21 @@ export default {
|
||||
**/
|
||||
AssetHubPezkuwiRuntimeStakingNposCompactSolution16: {
|
||||
votes1: 'Vec<(Compact<u32>,Compact<u16>)>',
|
||||
votes2: 'Vec<(Compact<u32>,(Compact<u16>,Compact<PerU16>),Compact<u16>)>',
|
||||
votes3: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);2],Compact<u16>)>',
|
||||
votes4: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);3],Compact<u16>)>',
|
||||
votes5: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);4],Compact<u16>)>',
|
||||
votes6: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);5],Compact<u16>)>',
|
||||
votes7: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);6],Compact<u16>)>',
|
||||
votes8: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);7],Compact<u16>)>',
|
||||
votes9: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);8],Compact<u16>)>',
|
||||
votes10: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);9],Compact<u16>)>',
|
||||
votes11: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);10],Compact<u16>)>',
|
||||
votes12: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);11],Compact<u16>)>',
|
||||
votes13: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);12],Compact<u16>)>',
|
||||
votes14: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);13],Compact<u16>)>',
|
||||
votes15: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);14],Compact<u16>)>',
|
||||
votes16: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);15],Compact<u16>)>'
|
||||
votes2: 'Vec<(Compact<u32>,(Compact<u16>,Compact<u16>),Compact<u16>)>',
|
||||
votes3: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);2],Compact<u16>)>',
|
||||
votes4: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);3],Compact<u16>)>',
|
||||
votes5: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);4],Compact<u16>)>',
|
||||
votes6: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);5],Compact<u16>)>',
|
||||
votes7: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);6],Compact<u16>)>',
|
||||
votes8: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);7],Compact<u16>)>',
|
||||
votes9: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);8],Compact<u16>)>',
|
||||
votes10: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);9],Compact<u16>)>',
|
||||
votes11: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);10],Compact<u16>)>',
|
||||
votes12: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);11],Compact<u16>)>',
|
||||
votes13: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);12],Compact<u16>)>',
|
||||
votes14: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);13],Compact<u16>)>',
|
||||
votes15: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);14],Compact<u16>)>',
|
||||
votes16: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);15],Compact<u16>)>'
|
||||
},
|
||||
/**
|
||||
* Lookup468: pallet_election_provider_multi_block::signed::pallet::Call<T>
|
||||
@@ -697,7 +697,7 @@ export default {
|
||||
witnessPages: 'u32',
|
||||
},
|
||||
set_invulnerables: {
|
||||
inv: 'Vec<AccountId32>'
|
||||
inv: 'Vec<PezspCoreCryptoAccountId32>'
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -723,7 +723,7 @@ export default {
|
||||
prefs: 'PezpalletStakingAsyncValidatorPrefs',
|
||||
},
|
||||
nominate: {
|
||||
targets: 'Vec<MultiAddress>',
|
||||
targets: 'Vec<PezspRuntimeMultiAddress>',
|
||||
},
|
||||
chill: 'Null',
|
||||
set_payee: {
|
||||
@@ -740,35 +740,35 @@ export default {
|
||||
additional: 'Compact<u32>',
|
||||
},
|
||||
scale_validator_count: {
|
||||
factor: 'Percent',
|
||||
factor: 'u8',
|
||||
},
|
||||
force_no_eras: 'Null',
|
||||
force_new_era: 'Null',
|
||||
set_invulnerables: {
|
||||
invulnerables: 'Vec<AccountId32>',
|
||||
invulnerables: 'Vec<PezspCoreCryptoAccountId32>',
|
||||
},
|
||||
force_unstake: {
|
||||
stash: 'AccountId32',
|
||||
stash: 'PezspCoreCryptoAccountId32',
|
||||
numSlashingSpans: 'u32',
|
||||
},
|
||||
force_new_era_always: 'Null',
|
||||
cancel_deferred_slash: {
|
||||
era: 'u32',
|
||||
validatorSlashes: 'Vec<(AccountId32,Perbill)>',
|
||||
validatorSlashes: 'Vec<(PezspCoreCryptoAccountId32,u32)>',
|
||||
},
|
||||
payout_stakers: {
|
||||
validatorStash: 'AccountId32',
|
||||
validatorStash: 'PezspCoreCryptoAccountId32',
|
||||
era: 'u32',
|
||||
},
|
||||
rebond: {
|
||||
value: 'Compact<u128>',
|
||||
},
|
||||
reap_stash: {
|
||||
stash: 'AccountId32',
|
||||
stash: 'PezspCoreCryptoAccountId32',
|
||||
numSlashingSpans: 'u32',
|
||||
},
|
||||
kick: {
|
||||
who: 'Vec<MultiAddress>',
|
||||
who: 'Vec<PezspRuntimeMultiAddress>',
|
||||
},
|
||||
set_staking_configs: {
|
||||
minNominatorBond: 'PezpalletStakingAsyncPezpalletConfigOpU128',
|
||||
@@ -780,40 +780,40 @@ export default {
|
||||
maxStakedRewards: 'PezpalletStakingAsyncPezpalletConfigOpPercent',
|
||||
},
|
||||
chill_other: {
|
||||
stash: 'AccountId32',
|
||||
stash: 'PezspCoreCryptoAccountId32',
|
||||
},
|
||||
force_apply_min_commission: {
|
||||
validatorStash: 'AccountId32',
|
||||
validatorStash: 'PezspCoreCryptoAccountId32',
|
||||
},
|
||||
set_min_commission: {
|
||||
_alias: {
|
||||
new_: 'new',
|
||||
},
|
||||
new_: 'Perbill',
|
||||
new_: 'u32',
|
||||
},
|
||||
payout_stakers_by_page: {
|
||||
validatorStash: 'AccountId32',
|
||||
validatorStash: 'PezspCoreCryptoAccountId32',
|
||||
era: 'u32',
|
||||
page: 'u32',
|
||||
},
|
||||
update_payee: {
|
||||
controller: 'AccountId32',
|
||||
controller: 'PezspCoreCryptoAccountId32',
|
||||
},
|
||||
deprecate_controller_batch: {
|
||||
controllers: 'Vec<AccountId32>',
|
||||
controllers: 'Vec<PezspCoreCryptoAccountId32>',
|
||||
},
|
||||
restore_ledger: {
|
||||
stash: 'AccountId32',
|
||||
maybeController: 'Option<AccountId32>',
|
||||
stash: 'PezspCoreCryptoAccountId32',
|
||||
maybeController: 'Option<PezspCoreCryptoAccountId32>',
|
||||
maybeTotal: 'Option<u128>',
|
||||
maybeUnlocking: 'Option<Vec<PezpalletStakingAsyncLedgerUnlockChunk>>',
|
||||
},
|
||||
migrate_currency: {
|
||||
stash: 'AccountId32',
|
||||
stash: 'PezspCoreCryptoAccountId32',
|
||||
},
|
||||
apply_slash: {
|
||||
slashEra: 'u32',
|
||||
slashKey: '(AccountId32,Perbill,u32)',
|
||||
slashKey: '(PezspCoreCryptoAccountId32,u32,u32)',
|
||||
},
|
||||
prune_era_step: {
|
||||
era: 'u32'
|
||||
@@ -828,7 +828,7 @@ export default {
|
||||
Staked: 'Null',
|
||||
Stash: 'Null',
|
||||
Controller: 'Null',
|
||||
Account: 'AccountId32',
|
||||
Account: 'PezspCoreCryptoAccountId32',
|
||||
None: 'Null'
|
||||
}
|
||||
},
|
||||
@@ -836,7 +836,7 @@ export default {
|
||||
* Lookup472: pallet_staking_async::ValidatorPrefs
|
||||
**/
|
||||
PezpalletStakingAsyncValidatorPrefs: {
|
||||
commission: 'Compact<Perbill>',
|
||||
commission: 'Compact<u32>',
|
||||
blocked: 'bool'
|
||||
},
|
||||
/**
|
||||
@@ -865,7 +865,7 @@ export default {
|
||||
PezpalletStakingAsyncPezpalletConfigOpPercent: {
|
||||
_enum: {
|
||||
Noop: 'Null',
|
||||
Set: 'Percent',
|
||||
Set: 'u8',
|
||||
Remove: 'Null'
|
||||
}
|
||||
},
|
||||
@@ -875,7 +875,7 @@ export default {
|
||||
PezpalletStakingAsyncPezpalletConfigOpPerbill: {
|
||||
_enum: {
|
||||
Noop: 'Null',
|
||||
Set: 'Perbill',
|
||||
Set: 'u32',
|
||||
Remove: 'Null'
|
||||
}
|
||||
},
|
||||
@@ -893,17 +893,17 @@ export default {
|
||||
_enum: {
|
||||
unreserve_lease_deposit: {
|
||||
block: 'u32',
|
||||
depositor: 'Option<AccountId32>',
|
||||
depositor: 'Option<PezspCoreCryptoAccountId32>',
|
||||
paraId: 'u32',
|
||||
},
|
||||
withdraw_crowdloan_contribution: {
|
||||
block: 'u32',
|
||||
depositor: 'Option<AccountId32>',
|
||||
depositor: 'Option<PezspCoreCryptoAccountId32>',
|
||||
paraId: 'u32',
|
||||
},
|
||||
unreserve_crowdloan_reserve: {
|
||||
block: 'u32',
|
||||
depositor: 'Option<AccountId32>',
|
||||
depositor: 'Option<PezspCoreCryptoAccountId32>',
|
||||
paraId: 'u32',
|
||||
},
|
||||
transfer_to_post_migration_treasury: {
|
||||
@@ -1080,7 +1080,7 @@ export default {
|
||||
_alias: {
|
||||
new_: 'new',
|
||||
},
|
||||
new_: 'Option<AccountId32>',
|
||||
new_: 'Option<PezspCoreCryptoAccountId32>',
|
||||
},
|
||||
__Unused104: 'Null',
|
||||
__Unused105: 'Null',
|
||||
@@ -1102,7 +1102,7 @@ export default {
|
||||
* Lookup491: pallet_rc_migrator::accounts::Account<sp_core::crypto::AccountId32, Balance, pallet_rc_migrator::types::PortableHoldReason, pallet_rc_migrator::types::PortableFreezeReason>
|
||||
**/
|
||||
PezpalletRcMigratorAccountsAccount: {
|
||||
who: 'AccountId32',
|
||||
who: 'PezspCoreCryptoAccountId32',
|
||||
free: 'u128',
|
||||
reserved: 'u128',
|
||||
frozen: 'u128',
|
||||
@@ -1152,14 +1152,14 @@ export default {
|
||||
* Lookup512: pallet_rc_migrator::multisig::RcMultisig<sp_core::crypto::AccountId32, Balance>
|
||||
**/
|
||||
PezpalletRcMigratorMultisigRcMultisig: {
|
||||
creator: 'AccountId32',
|
||||
creator: 'PezspCoreCryptoAccountId32',
|
||||
deposit: 'u128'
|
||||
},
|
||||
/**
|
||||
* Lookup514: pallet_rc_migrator::proxy::RcProxy<sp_core::crypto::AccountId32, Balance, polkadot_runtime_constants::proxy::ProxyType, BlockNumber>
|
||||
**/
|
||||
PezpalletRcMigratorProxyRcProxy: {
|
||||
delegator: 'AccountId32',
|
||||
delegator: 'PezspCoreCryptoAccountId32',
|
||||
deposit: 'u128',
|
||||
proxies: 'Vec<PezpalletProxyProxyDefinitionPezkuwiRuntimeConstantsProxyProxyType>'
|
||||
},
|
||||
@@ -1167,7 +1167,7 @@ export default {
|
||||
* Lookup517: pallet_proxy::ProxyDefinition<sp_core::crypto::AccountId32, polkadot_runtime_constants::proxy::ProxyType, BlockNumber>
|
||||
**/
|
||||
PezpalletProxyProxyDefinitionPezkuwiRuntimeConstantsProxyProxyType: {
|
||||
delegate: 'AccountId32',
|
||||
delegate: 'PezspCoreCryptoAccountId32',
|
||||
proxyType: 'PezkuwiRuntimeConstantsProxyProxyType',
|
||||
delay: 'u32'
|
||||
},
|
||||
@@ -1175,7 +1175,7 @@ export default {
|
||||
* Lookup519: pallet_rc_migrator::proxy::RcProxyAnnouncement<sp_core::crypto::AccountId32, Balance>
|
||||
**/
|
||||
PezpalletRcMigratorProxyRcProxyAnnouncement: {
|
||||
depositor: 'AccountId32',
|
||||
depositor: 'PezspCoreCryptoAccountId32',
|
||||
deposit: 'u128'
|
||||
},
|
||||
/**
|
||||
@@ -1203,11 +1203,11 @@ export default {
|
||||
PezpalletRcMigratorPreimageRequestStatusPortableRequestStatusInner: {
|
||||
_enum: {
|
||||
Unrequested: {
|
||||
ticket: '(AccountId32,Bytes)',
|
||||
ticket: '(PezspCoreCryptoAccountId32,Bytes)',
|
||||
len: 'u32',
|
||||
},
|
||||
Requested: {
|
||||
maybeTicket: 'Option<(AccountId32,Bytes)>',
|
||||
maybeTicket: 'Option<(PezspCoreCryptoAccountId32,Bytes)>',
|
||||
count: 'u32',
|
||||
maybeLen: 'Option<u32>'
|
||||
}
|
||||
@@ -1221,7 +1221,7 @@ export default {
|
||||
hash_: 'hash'
|
||||
},
|
||||
hash_: 'H256',
|
||||
depositor: 'AccountId32',
|
||||
depositor: 'PezspCoreCryptoAccountId32',
|
||||
deposit: 'u128'
|
||||
},
|
||||
/**
|
||||
@@ -1233,7 +1233,7 @@ export default {
|
||||
values: 'PezpalletRcMigratorStakingNomPoolsNomPoolsStorageValues',
|
||||
},
|
||||
PoolMembers: {
|
||||
member: '(AccountId32,PezpalletNominationPoolsPoolMember)',
|
||||
member: '(PezspCoreCryptoAccountId32,PezpalletNominationPoolsPoolMember)',
|
||||
},
|
||||
BondedPools: {
|
||||
pool: '(u32,PezpalletNominationPoolsBondedPoolInner)',
|
||||
@@ -1248,10 +1248,10 @@ export default {
|
||||
meta: '(u32,Bytes)',
|
||||
},
|
||||
ReversePoolIdLookup: {
|
||||
lookups: '(AccountId32,u32)',
|
||||
lookups: '(PezspCoreCryptoAccountId32,u32)',
|
||||
},
|
||||
ClaimPermissions: {
|
||||
perms: '(AccountId32,PezpalletNominationPoolsClaimPermission)'
|
||||
perms: '(PezspCoreCryptoAccountId32,PezpalletNominationPoolsClaimPermission)'
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -1265,7 +1265,7 @@ export default {
|
||||
maxPools: 'Option<u32>',
|
||||
maxPoolMembers: 'Option<u32>',
|
||||
maxPoolMembersPerPool: 'Option<u32>',
|
||||
globalMaxCommission: 'Option<Perbill>',
|
||||
globalMaxCommission: 'Option<u32>',
|
||||
lastPoolId: 'Option<u32>'
|
||||
},
|
||||
/**
|
||||
@@ -1296,7 +1296,7 @@ export default {
|
||||
* Lookup558: pallet_rc_migrator::vesting::RcVestingSchedule<T>
|
||||
**/
|
||||
PezpalletRcMigratorVestingRcVestingSchedule: {
|
||||
who: 'AccountId32',
|
||||
who: 'PezspCoreCryptoAccountId32',
|
||||
schedules: 'Vec<PezpalletVestingVestingInfo>'
|
||||
},
|
||||
/**
|
||||
@@ -1380,7 +1380,7 @@ export default {
|
||||
schedule: '(u128,u128,u32)',
|
||||
},
|
||||
Signing: '(PezkuwiRuntimeCommonClaimsEthereumAddress,PezkuwiRuntimeCommonClaimsStatementKind)',
|
||||
Preclaims: '(AccountId32,PezkuwiRuntimeCommonClaimsEthereumAddress)'
|
||||
Preclaims: '(PezspCoreCryptoAccountId32,PezkuwiRuntimeCommonClaimsEthereumAddress)'
|
||||
}
|
||||
},
|
||||
/**
|
||||
@@ -1389,7 +1389,7 @@ export default {
|
||||
PezpalletRcMigratorStakingBagsListPortableBagsListMessage: {
|
||||
_enum: {
|
||||
Node: {
|
||||
id: 'AccountId32',
|
||||
id: 'PezspCoreCryptoAccountId32',
|
||||
node: 'PezpalletRcMigratorStakingBagsListPortableNode',
|
||||
},
|
||||
Bag: {
|
||||
@@ -1402,9 +1402,9 @@ export default {
|
||||
* Lookup586: pallet_rc_migrator::staking::bags_list::PortableNode
|
||||
**/
|
||||
PezpalletRcMigratorStakingBagsListPortableNode: {
|
||||
id: 'AccountId32',
|
||||
prev: 'Option<AccountId32>',
|
||||
next: 'Option<AccountId32>',
|
||||
id: 'PezspCoreCryptoAccountId32',
|
||||
prev: 'Option<PezspCoreCryptoAccountId32>',
|
||||
next: 'Option<PezspCoreCryptoAccountId32>',
|
||||
bagUpper: 'u64',
|
||||
score: 'u64'
|
||||
},
|
||||
@@ -1412,8 +1412,8 @@ export default {
|
||||
* Lookup587: pallet_rc_migrator::staking::bags_list::PortableBag
|
||||
**/
|
||||
PezpalletRcMigratorStakingBagsListPortableBag: {
|
||||
head: 'Option<AccountId32>',
|
||||
tail: 'Option<AccountId32>',
|
||||
head: 'Option<PezspCoreCryptoAccountId32>',
|
||||
tail: 'Option<PezspCoreCryptoAccountId32>',
|
||||
bagUpper: 'u64'
|
||||
},
|
||||
/**
|
||||
@@ -1431,7 +1431,7 @@ export default {
|
||||
**/
|
||||
PezpalletRcMigratorIndicesRcIndicesIndex: {
|
||||
index: 'u32',
|
||||
who: 'AccountId32',
|
||||
who: 'PezspCoreCryptoAccountId32',
|
||||
deposit: 'u128',
|
||||
frozen: 'bool'
|
||||
},
|
||||
@@ -1440,8 +1440,8 @@ export default {
|
||||
**/
|
||||
PezpalletRcMigratorConvictionVotingRcConvictionVotingMessage: {
|
||||
_enum: {
|
||||
VotingFor: '(AccountId32,u16,PezpalletConvictionVotingVoteVoting)',
|
||||
ClassLocksFor: '(AccountId32,Vec<(u16,u128)>)'
|
||||
VotingFor: '(PezspCoreCryptoAccountId32,u16,PezpalletConvictionVotingVoteVoting)',
|
||||
ClassLocksFor: '(PezspCoreCryptoAccountId32,Vec<(u16,u128)>)'
|
||||
}
|
||||
},
|
||||
/**
|
||||
@@ -1459,7 +1459,7 @@ export default {
|
||||
* Lookup611: pallet_rc_migrator::bounties::alias::Bounty<sp_core::crypto::AccountId32, Balance, BlockNumber>
|
||||
**/
|
||||
PezpalletRcMigratorBountiesAliasBounty: {
|
||||
proposer: 'AccountId32',
|
||||
proposer: 'PezspCoreCryptoAccountId32',
|
||||
value: 'u128',
|
||||
fee: 'u128',
|
||||
curatorDeposit: 'u128',
|
||||
@@ -1473,20 +1473,20 @@ export default {
|
||||
_enum: {
|
||||
LeaseReserve: {
|
||||
unreserveBlock: 'u32',
|
||||
account: 'AccountId32',
|
||||
account: 'PezspCoreCryptoAccountId32',
|
||||
paraId: 'u32',
|
||||
amount: 'u128',
|
||||
},
|
||||
CrowdloanContribution: {
|
||||
withdrawBlock: 'u32',
|
||||
contributor: 'AccountId32',
|
||||
contributor: 'PezspCoreCryptoAccountId32',
|
||||
paraId: 'u32',
|
||||
amount: 'u128',
|
||||
crowdloanAccount: 'AccountId32',
|
||||
crowdloanAccount: 'PezspCoreCryptoAccountId32',
|
||||
},
|
||||
CrowdloanReserve: {
|
||||
unreserveBlock: 'u32',
|
||||
depositor: 'AccountId32',
|
||||
depositor: 'PezspCoreCryptoAccountId32',
|
||||
paraId: 'u32',
|
||||
amount: 'u128'
|
||||
}
|
||||
@@ -1555,13 +1555,13 @@ export default {
|
||||
PezpalletRcMigratorStakingDelegatedStakingPortableDelegatedStakingMessage: {
|
||||
_enum: {
|
||||
Delegators: {
|
||||
delegator: 'AccountId32',
|
||||
agent: 'AccountId32',
|
||||
delegator: 'PezspCoreCryptoAccountId32',
|
||||
agent: 'PezspCoreCryptoAccountId32',
|
||||
amount: 'u128',
|
||||
},
|
||||
Agents: {
|
||||
agent: 'AccountId32',
|
||||
payee: 'AccountId32',
|
||||
agent: 'PezspCoreCryptoAccountId32',
|
||||
payee: 'PezspCoreCryptoAccountId32',
|
||||
totalDelegated: 'u128',
|
||||
unclaimedWithdrawals: 'u128',
|
||||
pendingSlash: 'u128'
|
||||
@@ -1614,14 +1614,14 @@ export default {
|
||||
_enum: {
|
||||
Added: 'Null',
|
||||
CuratorProposed: {
|
||||
curator: 'AccountId32',
|
||||
curator: 'PezspCoreCryptoAccountId32',
|
||||
},
|
||||
Active: {
|
||||
curator: 'AccountId32',
|
||||
curator: 'PezspCoreCryptoAccountId32',
|
||||
},
|
||||
PendingPayout: {
|
||||
curator: 'AccountId32',
|
||||
beneficiary: 'AccountId32',
|
||||
curator: 'PezspCoreCryptoAccountId32',
|
||||
beneficiary: 'PezspCoreCryptoAccountId32',
|
||||
unlockAt: 'u32'
|
||||
}
|
||||
}
|
||||
@@ -1632,47 +1632,47 @@ export default {
|
||||
PezpalletRcMigratorStakingMessagePortableStakingMessage: {
|
||||
_enum: {
|
||||
Values: 'PezpalletRcMigratorStakingMessageStakingValues',
|
||||
Invulnerables: 'Vec<AccountId32>',
|
||||
Invulnerables: 'Vec<PezspCoreCryptoAccountId32>',
|
||||
Bonded: {
|
||||
stash: 'AccountId32',
|
||||
controller: 'AccountId32',
|
||||
stash: 'PezspCoreCryptoAccountId32',
|
||||
controller: 'PezspCoreCryptoAccountId32',
|
||||
},
|
||||
Ledger: {
|
||||
controller: 'AccountId32',
|
||||
controller: 'PezspCoreCryptoAccountId32',
|
||||
ledger: 'PezpalletRcMigratorStakingMessagePortableStakingLedger',
|
||||
},
|
||||
Payee: {
|
||||
stash: 'AccountId32',
|
||||
stash: 'PezspCoreCryptoAccountId32',
|
||||
payment: 'PezpalletRcMigratorStakingMessagePortableRewardDestination',
|
||||
},
|
||||
Validators: {
|
||||
stash: 'AccountId32',
|
||||
stash: 'PezspCoreCryptoAccountId32',
|
||||
validators: 'PezpalletRcMigratorStakingMessagePortableValidatorPrefs',
|
||||
},
|
||||
Nominators: {
|
||||
stash: 'AccountId32',
|
||||
stash: 'PezspCoreCryptoAccountId32',
|
||||
nominations: 'PezpalletRcMigratorStakingMessagePortableNominations',
|
||||
},
|
||||
VirtualStakers: 'AccountId32',
|
||||
VirtualStakers: 'PezspCoreCryptoAccountId32',
|
||||
ErasStakersOverview: {
|
||||
era: 'u32',
|
||||
validator: 'AccountId32',
|
||||
validator: 'PezspCoreCryptoAccountId32',
|
||||
exposure: 'PezpalletRcMigratorStakingMessagePortablePagedExposureMetadata',
|
||||
},
|
||||
ErasStakersPaged: {
|
||||
era: 'u32',
|
||||
validator: 'AccountId32',
|
||||
validator: 'PezspCoreCryptoAccountId32',
|
||||
page: 'u32',
|
||||
exposure: 'PezpalletRcMigratorStakingMessagePortableExposurePage',
|
||||
},
|
||||
ClaimedRewards: {
|
||||
era: 'u32',
|
||||
validator: 'AccountId32',
|
||||
validator: 'PezspCoreCryptoAccountId32',
|
||||
rewards: 'Vec<u32>',
|
||||
},
|
||||
ErasValidatorPrefs: {
|
||||
era: 'u32',
|
||||
validator: 'AccountId32',
|
||||
validator: 'PezspCoreCryptoAccountId32',
|
||||
prefs: 'PezpalletRcMigratorStakingMessagePortableValidatorPrefs',
|
||||
},
|
||||
ErasValidatorReward: {
|
||||
@@ -1694,8 +1694,8 @@ export default {
|
||||
BondedEras: 'Vec<(u32,u32)>',
|
||||
ValidatorSlashInEra: {
|
||||
era: 'u32',
|
||||
validator: 'AccountId32',
|
||||
slash: '(Perbill,u128)'
|
||||
validator: 'PezspCoreCryptoAccountId32',
|
||||
slash: '(u32,u128)'
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -1708,17 +1708,17 @@ export default {
|
||||
minNominatorBond: 'Option<u128>',
|
||||
minValidatorBond: 'Option<u128>',
|
||||
minActiveStake: 'Option<u128>',
|
||||
minCommission: 'Option<Perbill>',
|
||||
minCommission: 'Option<u32>',
|
||||
maxValidatorsCount: 'Option<u32>',
|
||||
maxNominatorsCount: 'Option<u32>',
|
||||
currentEra: 'Option<u32>',
|
||||
activeEra: 'Option<PezpalletRcMigratorStakingMessagePortableActiveEraInfo>',
|
||||
forceEra: 'Option<PezpalletRcMigratorStakingMessagePortableForcing>',
|
||||
maxStakedRewards: 'Option<Percent>',
|
||||
slashRewardFraction: 'Option<Perbill>',
|
||||
maxStakedRewards: 'Option<u8>',
|
||||
slashRewardFraction: 'Option<u32>',
|
||||
canceledSlashPayout: 'Option<u128>',
|
||||
currentPlannedSession: 'Option<u32>',
|
||||
chillThreshold: 'Option<Percent>'
|
||||
chillThreshold: 'Option<u8>'
|
||||
},
|
||||
/**
|
||||
* Lookup641: pallet_rc_migrator::staking::message::PortableActiveEraInfo
|
||||
@@ -1737,7 +1737,7 @@ export default {
|
||||
* Lookup645: pallet_rc_migrator::staking::message::PortableStakingLedger
|
||||
**/
|
||||
PezpalletRcMigratorStakingMessagePortableStakingLedger: {
|
||||
stash: 'AccountId32',
|
||||
stash: 'PezspCoreCryptoAccountId32',
|
||||
total: 'u128',
|
||||
active: 'u128',
|
||||
unlocking: 'Vec<PezpalletRcMigratorStakingMessagePortableUnlockChunk>'
|
||||
@@ -1757,7 +1757,7 @@ export default {
|
||||
Staked: 'Null',
|
||||
Stash: 'Null',
|
||||
Controller: 'Null',
|
||||
Account: 'AccountId32',
|
||||
Account: 'PezspCoreCryptoAccountId32',
|
||||
None: 'Null'
|
||||
}
|
||||
},
|
||||
@@ -1765,14 +1765,14 @@ export default {
|
||||
* Lookup650: pallet_rc_migrator::staking::message::PortableValidatorPrefs
|
||||
**/
|
||||
PezpalletRcMigratorStakingMessagePortableValidatorPrefs: {
|
||||
commission: 'Perbill',
|
||||
commission: 'u32',
|
||||
blocked: 'bool'
|
||||
},
|
||||
/**
|
||||
* Lookup651: pallet_rc_migrator::staking::message::PortableNominations
|
||||
**/
|
||||
PezpalletRcMigratorStakingMessagePortableNominations: {
|
||||
targets: 'Vec<AccountId32>',
|
||||
targets: 'Vec<PezspCoreCryptoAccountId32>',
|
||||
submittedIn: 'u32',
|
||||
suppressed: 'bool'
|
||||
},
|
||||
@@ -1796,7 +1796,7 @@ export default {
|
||||
* Lookup656: pallet_rc_migrator::staking::message::PortableIndividualExposure
|
||||
**/
|
||||
PezpalletRcMigratorStakingMessagePortableIndividualExposure: {
|
||||
who: 'AccountId32',
|
||||
who: 'PezspCoreCryptoAccountId32',
|
||||
value: 'u128'
|
||||
},
|
||||
/**
|
||||
@@ -1804,16 +1804,16 @@ export default {
|
||||
**/
|
||||
PezpalletRcMigratorStakingMessagePortableEraRewardPoints: {
|
||||
total: 'u32',
|
||||
individual: 'Vec<(AccountId32,u32)>'
|
||||
individual: 'Vec<(PezspCoreCryptoAccountId32,u32)>'
|
||||
},
|
||||
/**
|
||||
* Lookup660: pallet_rc_migrator::staking::message::PortableUnappliedSlash
|
||||
**/
|
||||
PezpalletRcMigratorStakingMessagePortableUnappliedSlash: {
|
||||
validator: 'AccountId32',
|
||||
validator: 'PezspCoreCryptoAccountId32',
|
||||
own: 'u128',
|
||||
others: 'Vec<(AccountId32,u128)>',
|
||||
reporters: 'Vec<AccountId32>',
|
||||
others: 'Vec<(PezspCoreCryptoAccountId32,u128)>',
|
||||
reporters: 'Vec<PezspCoreCryptoAccountId32>',
|
||||
payout: 'u128'
|
||||
},
|
||||
/**
|
||||
@@ -1911,13 +1911,13 @@ export default {
|
||||
**/
|
||||
PezpalletElectionProviderMultiBlockSignedPezpalletEvent: {
|
||||
_enum: {
|
||||
Registered: '(u32,AccountId32,PezspNposElectionsElectionScore)',
|
||||
Stored: '(u32,AccountId32,u32)',
|
||||
Rewarded: '(u32,AccountId32,u128)',
|
||||
Slashed: '(u32,AccountId32,u128)',
|
||||
Ejected: '(u32,AccountId32)',
|
||||
Discarded: '(u32,AccountId32)',
|
||||
Bailed: '(u32,AccountId32)'
|
||||
Registered: '(u32,PezspCoreCryptoAccountId32,PezspNposElectionsElectionScore)',
|
||||
Stored: '(u32,PezspCoreCryptoAccountId32,u32)',
|
||||
Rewarded: '(u32,PezspCoreCryptoAccountId32,u128)',
|
||||
Slashed: '(u32,PezspCoreCryptoAccountId32,u128)',
|
||||
Ejected: '(u32,PezspCoreCryptoAccountId32)',
|
||||
Discarded: '(u32,PezspCoreCryptoAccountId32)',
|
||||
Bailed: '(u32,PezspCoreCryptoAccountId32)'
|
||||
}
|
||||
},
|
||||
/**
|
||||
@@ -1931,47 +1931,47 @@ export default {
|
||||
remainder: 'u128',
|
||||
},
|
||||
Rewarded: {
|
||||
stash: 'AccountId32',
|
||||
stash: 'PezspCoreCryptoAccountId32',
|
||||
dest: 'PezpalletStakingAsyncRewardDestination',
|
||||
amount: 'u128',
|
||||
},
|
||||
Slashed: {
|
||||
staker: 'AccountId32',
|
||||
staker: 'PezspCoreCryptoAccountId32',
|
||||
amount: 'u128',
|
||||
},
|
||||
OldSlashingReportDiscarded: {
|
||||
sessionIndex: 'u32',
|
||||
},
|
||||
Bonded: {
|
||||
stash: 'AccountId32',
|
||||
stash: 'PezspCoreCryptoAccountId32',
|
||||
amount: 'u128',
|
||||
},
|
||||
Unbonded: {
|
||||
stash: 'AccountId32',
|
||||
stash: 'PezspCoreCryptoAccountId32',
|
||||
amount: 'u128',
|
||||
},
|
||||
Withdrawn: {
|
||||
stash: 'AccountId32',
|
||||
stash: 'PezspCoreCryptoAccountId32',
|
||||
amount: 'u128',
|
||||
},
|
||||
StakerRemoved: {
|
||||
stash: 'AccountId32',
|
||||
stash: 'PezspCoreCryptoAccountId32',
|
||||
},
|
||||
Kicked: {
|
||||
nominator: 'AccountId32',
|
||||
stash: 'AccountId32',
|
||||
nominator: 'PezspCoreCryptoAccountId32',
|
||||
stash: 'PezspCoreCryptoAccountId32',
|
||||
},
|
||||
Chilled: {
|
||||
stash: 'AccountId32',
|
||||
stash: 'PezspCoreCryptoAccountId32',
|
||||
},
|
||||
PayoutStarted: {
|
||||
eraIndex: 'u32',
|
||||
validatorStash: 'AccountId32',
|
||||
validatorStash: 'PezspCoreCryptoAccountId32',
|
||||
page: 'u32',
|
||||
next: 'Option<u32>',
|
||||
},
|
||||
ValidatorPrefsSet: {
|
||||
stash: 'AccountId32',
|
||||
stash: 'PezspCoreCryptoAccountId32',
|
||||
prefs: 'PezpalletStakingAsyncValidatorPrefs',
|
||||
},
|
||||
SnapshotVotersSizeExceeded: {
|
||||
@@ -1993,7 +1993,7 @@ export default {
|
||||
failures: 'u32',
|
||||
},
|
||||
CurrencyMigrated: {
|
||||
stash: 'AccountId32',
|
||||
stash: 'PezspCoreCryptoAccountId32',
|
||||
forceWithdraw: 'u128',
|
||||
},
|
||||
PagedElectionProceeded: {
|
||||
@@ -2002,18 +2002,18 @@ export default {
|
||||
},
|
||||
OffenceReported: {
|
||||
offenceEra: 'u32',
|
||||
validator: 'AccountId32',
|
||||
fraction: 'Perbill',
|
||||
validator: 'PezspCoreCryptoAccountId32',
|
||||
fraction: 'u32',
|
||||
},
|
||||
SlashComputed: {
|
||||
offenceEra: 'u32',
|
||||
slashEra: 'u32',
|
||||
offender: 'AccountId32',
|
||||
offender: 'PezspCoreCryptoAccountId32',
|
||||
page: 'u32',
|
||||
},
|
||||
SlashCancelled: {
|
||||
slashEra: 'u32',
|
||||
validator: 'AccountId32',
|
||||
validator: 'PezspCoreCryptoAccountId32',
|
||||
},
|
||||
SessionRotated: {
|
||||
startingSession: 'u32',
|
||||
@@ -2023,8 +2023,8 @@ export default {
|
||||
Unexpected: 'PezpalletStakingAsyncPezpalletUnexpectedKind',
|
||||
OffenceTooOld: {
|
||||
offenceEra: 'u32',
|
||||
validator: 'AccountId32',
|
||||
fraction: 'Perbill',
|
||||
validator: 'PezspCoreCryptoAccountId32',
|
||||
fraction: 'u32',
|
||||
},
|
||||
EraPruned: {
|
||||
index: 'u32'
|
||||
@@ -2049,19 +2049,19 @@ export default {
|
||||
PezpalletAhOpsEvent: {
|
||||
_enum: {
|
||||
LeaseUnreserveRemaining: {
|
||||
depositor: 'AccountId32',
|
||||
depositor: 'PezspCoreCryptoAccountId32',
|
||||
paraId: 'u32',
|
||||
remaining: 'u128',
|
||||
},
|
||||
CrowdloanUnreserveRemaining: {
|
||||
depositor: 'AccountId32',
|
||||
depositor: 'PezspCoreCryptoAccountId32',
|
||||
paraId: 'u32',
|
||||
remaining: 'u128',
|
||||
},
|
||||
SovereignMigrated: {
|
||||
paraId: 'u32',
|
||||
from: 'AccountId32',
|
||||
to: 'AccountId32',
|
||||
from: 'PezspCoreCryptoAccountId32',
|
||||
to: 'PezspCoreCryptoAccountId32',
|
||||
derivationIndex: 'Option<u16>'
|
||||
}
|
||||
}
|
||||
@@ -2116,16 +2116,16 @@ export default {
|
||||
_alias: {
|
||||
new_: 'new',
|
||||
},
|
||||
old: 'Option<AccountId32>',
|
||||
new_: 'Option<AccountId32>',
|
||||
old: 'Option<PezspCoreCryptoAccountId32>',
|
||||
new_: 'Option<PezspCoreCryptoAccountId32>',
|
||||
},
|
||||
AccountTranslatedParachainSovereign: {
|
||||
from: 'AccountId32',
|
||||
to: 'AccountId32',
|
||||
from: 'PezspCoreCryptoAccountId32',
|
||||
to: 'PezspCoreCryptoAccountId32',
|
||||
},
|
||||
AccountTranslatedParachainSovereignDerived: {
|
||||
from: 'AccountId32',
|
||||
to: 'AccountId32',
|
||||
from: 'PezspCoreCryptoAccountId32',
|
||||
to: 'PezspCoreCryptoAccountId32',
|
||||
derivationIndex: 'u16',
|
||||
},
|
||||
XcmSent: {
|
||||
@@ -2137,12 +2137,12 @@ export default {
|
||||
FailedToUnreserveMultisigDeposit: {
|
||||
expectedAmount: 'u128',
|
||||
missingAmount: 'u128',
|
||||
account: 'AccountId32',
|
||||
account: 'PezspCoreCryptoAccountId32',
|
||||
},
|
||||
FailedToUnreservePreimageDeposit: {
|
||||
expectedAmount: 'u128',
|
||||
missingAmount: 'u128',
|
||||
account: 'AccountId32'
|
||||
account: 'PezspCoreCryptoAccountId32'
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -2439,7 +2439,7 @@ export default {
|
||||
* Lookup776: pallet_collator_selection::pallet::CandidateInfo<sp_core::crypto::AccountId32, Balance>
|
||||
**/
|
||||
PezpalletCollatorSelectionCandidateInfo: {
|
||||
who: 'AccountId32',
|
||||
who: 'PezspCoreCryptoAccountId32',
|
||||
deposit: 'u128'
|
||||
},
|
||||
/**
|
||||
@@ -2495,7 +2495,7 @@ export default {
|
||||
* Lookup847: pallet_proxy::ProxyDefinition<sp_core::crypto::AccountId32, asset_hub_polkadot_runtime::ProxyType, BlockNumber>
|
||||
**/
|
||||
PezpalletProxyProxyDefinitionAssetHubPezkuwiRuntimeProxyType: {
|
||||
delegate: 'AccountId32',
|
||||
delegate: 'PezspCoreCryptoAccountId32',
|
||||
proxyType: 'AssetHubPezkuwiRuntimeProxyType',
|
||||
delay: 'u32'
|
||||
},
|
||||
@@ -2576,7 +2576,7 @@ export default {
|
||||
* Lookup974: pallet_staking_async::ledger::StakingLedger<T>
|
||||
**/
|
||||
PezpalletStakingAsyncLedgerStakingLedger: {
|
||||
stash: 'AccountId32',
|
||||
stash: 'PezspCoreCryptoAccountId32',
|
||||
total: 'Compact<u128>',
|
||||
active: 'Compact<u128>',
|
||||
unlocking: 'Vec<PezpalletStakingAsyncLedgerUnlockChunk>'
|
||||
@@ -2585,7 +2585,7 @@ export default {
|
||||
* Lookup975: pallet_staking_async::Nominations<T>
|
||||
**/
|
||||
PezpalletStakingAsyncNominations: {
|
||||
targets: 'Vec<AccountId32>',
|
||||
targets: 'Vec<PezspCoreCryptoAccountId32>',
|
||||
submittedIn: 'u32',
|
||||
suppressed: 'bool'
|
||||
},
|
||||
@@ -2605,26 +2605,26 @@ export default {
|
||||
**/
|
||||
PezpalletStakingAsyncEraRewardPoints: {
|
||||
total: 'u32',
|
||||
individual: 'BTreeMap<AccountId32, u32>'
|
||||
individual: 'BTreeMap<PezspCoreCryptoAccountId32, u32>'
|
||||
},
|
||||
/**
|
||||
* Lookup987: pallet_staking_async::slashing::OffenceRecord<sp_core::crypto::AccountId32>
|
||||
**/
|
||||
PezpalletStakingAsyncSlashingOffenceRecord: {
|
||||
reporter: 'Option<AccountId32>',
|
||||
reporter: 'Option<PezspCoreCryptoAccountId32>',
|
||||
reportedEra: 'u32',
|
||||
exposurePage: 'u32',
|
||||
slashFraction: 'Perbill',
|
||||
priorSlashFraction: 'Perbill'
|
||||
slashFraction: 'u32',
|
||||
priorSlashFraction: 'u32'
|
||||
},
|
||||
/**
|
||||
* Lookup991: pallet_staking_async::UnappliedSlash<T>
|
||||
**/
|
||||
PezpalletStakingAsyncUnappliedSlash: {
|
||||
validator: 'AccountId32',
|
||||
validator: 'PezspCoreCryptoAccountId32',
|
||||
own: 'u128',
|
||||
others: 'Vec<(AccountId32,u128)>',
|
||||
reporter: 'Option<AccountId32>',
|
||||
others: 'Vec<(PezspCoreCryptoAccountId32,u128)>',
|
||||
reporter: 'Option<PezspCoreCryptoAccountId32>',
|
||||
payout: 'u128'
|
||||
},
|
||||
/**
|
||||
@@ -2632,7 +2632,7 @@ export default {
|
||||
**/
|
||||
PezpalletStakingAsyncSnapshotStatus: {
|
||||
_enum: {
|
||||
Ongoing: 'AccountId32',
|
||||
Ongoing: 'PezspCoreCryptoAccountId32',
|
||||
Consumed: 'Null',
|
||||
Waiting: 'Null'
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -142,10 +142,10 @@ export default {
|
||||
**/
|
||||
StagingDicleRuntimeDynamicParamsInflationParameters: {
|
||||
_enum: {
|
||||
MinInflation: '(StagingDicleRuntimeDynamicParamsInflationMinInflation,Option<Perquintill>)',
|
||||
MaxInflation: '(StagingDicleRuntimeDynamicParamsInflationMaxInflation,Option<Perquintill>)',
|
||||
IdealStake: '(StagingDicleRuntimeDynamicParamsInflationIdealStake,Option<Perquintill>)',
|
||||
Falloff: '(StagingDicleRuntimeDynamicParamsInflationFalloff,Option<Perquintill>)',
|
||||
MinInflation: '(StagingDicleRuntimeDynamicParamsInflationMinInflation,Option<u64>)',
|
||||
MaxInflation: '(StagingDicleRuntimeDynamicParamsInflationMaxInflation,Option<u64>)',
|
||||
IdealStake: '(StagingDicleRuntimeDynamicParamsInflationIdealStake,Option<u64>)',
|
||||
Falloff: '(StagingDicleRuntimeDynamicParamsInflationFalloff,Option<u64>)',
|
||||
UseAuctionSlots: '(StagingDicleRuntimeDynamicParamsInflationUseAuctionSlots,Option<bool>)'
|
||||
}
|
||||
},
|
||||
@@ -174,7 +174,7 @@ export default {
|
||||
**/
|
||||
StagingDicleRuntimeDynamicParamsTreasuryParameters: {
|
||||
_enum: {
|
||||
BurnPortion: '(StagingDicleRuntimeDynamicParamsTreasuryBurnPortion,Option<Permill>)',
|
||||
BurnPortion: '(StagingDicleRuntimeDynamicParamsTreasuryBurnPortion,Option<u32>)',
|
||||
BurnDestination: '(StagingDicleRuntimeDynamicParamsTreasuryBurnDestination,Option<StagingDicleRuntimeBurnDestinationAccount>)'
|
||||
}
|
||||
},
|
||||
@@ -189,7 +189,7 @@ export default {
|
||||
/**
|
||||
* Lookup188: staging_kusama_runtime::BurnDestinationAccount
|
||||
**/
|
||||
StagingDicleRuntimeBurnDestinationAccount: 'Option<AccountId32>',
|
||||
StagingDicleRuntimeBurnDestinationAccount: 'Option<PezspCoreCryptoAccountId32>',
|
||||
/**
|
||||
* Lookup209: kusama_runtime_constants::proxy::ProxyType
|
||||
**/
|
||||
@@ -201,38 +201,38 @@ export default {
|
||||
**/
|
||||
StagingDicleRuntimeNposCompactSolution24: {
|
||||
votes1: 'Vec<(Compact<u32>,Compact<u16>)>',
|
||||
votes2: 'Vec<(Compact<u32>,(Compact<u16>,Compact<PerU16>),Compact<u16>)>',
|
||||
votes3: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);2],Compact<u16>)>',
|
||||
votes4: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);3],Compact<u16>)>',
|
||||
votes5: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);4],Compact<u16>)>',
|
||||
votes6: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);5],Compact<u16>)>',
|
||||
votes7: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);6],Compact<u16>)>',
|
||||
votes8: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);7],Compact<u16>)>',
|
||||
votes9: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);8],Compact<u16>)>',
|
||||
votes10: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);9],Compact<u16>)>',
|
||||
votes11: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);10],Compact<u16>)>',
|
||||
votes12: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);11],Compact<u16>)>',
|
||||
votes13: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);12],Compact<u16>)>',
|
||||
votes14: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);13],Compact<u16>)>',
|
||||
votes15: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);14],Compact<u16>)>',
|
||||
votes16: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);15],Compact<u16>)>',
|
||||
votes17: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);16],Compact<u16>)>',
|
||||
votes18: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);17],Compact<u16>)>',
|
||||
votes19: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);18],Compact<u16>)>',
|
||||
votes20: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);19],Compact<u16>)>',
|
||||
votes21: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);20],Compact<u16>)>',
|
||||
votes22: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);21],Compact<u16>)>',
|
||||
votes23: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);22],Compact<u16>)>',
|
||||
votes24: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);23],Compact<u16>)>'
|
||||
votes2: 'Vec<(Compact<u32>,(Compact<u16>,Compact<u16>),Compact<u16>)>',
|
||||
votes3: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);2],Compact<u16>)>',
|
||||
votes4: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);3],Compact<u16>)>',
|
||||
votes5: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);4],Compact<u16>)>',
|
||||
votes6: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);5],Compact<u16>)>',
|
||||
votes7: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);6],Compact<u16>)>',
|
||||
votes8: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);7],Compact<u16>)>',
|
||||
votes9: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);8],Compact<u16>)>',
|
||||
votes10: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);9],Compact<u16>)>',
|
||||
votes11: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);10],Compact<u16>)>',
|
||||
votes12: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);11],Compact<u16>)>',
|
||||
votes13: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);12],Compact<u16>)>',
|
||||
votes14: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);13],Compact<u16>)>',
|
||||
votes15: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);14],Compact<u16>)>',
|
||||
votes16: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);15],Compact<u16>)>',
|
||||
votes17: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);16],Compact<u16>)>',
|
||||
votes18: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);17],Compact<u16>)>',
|
||||
votes19: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);18],Compact<u16>)>',
|
||||
votes20: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);19],Compact<u16>)>',
|
||||
votes21: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);20],Compact<u16>)>',
|
||||
votes22: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);21],Compact<u16>)>',
|
||||
votes23: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);22],Compact<u16>)>',
|
||||
votes24: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);23],Compact<u16>)>'
|
||||
},
|
||||
/**
|
||||
* Lookup539: pallet_rc_migrator::recovery::RecoveryStage
|
||||
**/
|
||||
PezpalletRcMigratorRecoveryRecoveryStage: {
|
||||
_enum: {
|
||||
Recoverable: 'Option<AccountId32>',
|
||||
ActiveRecoveries: 'Option<(AccountId32,AccountId32)>',
|
||||
Proxy: 'Option<AccountId32>',
|
||||
Recoverable: 'Option<PezspCoreCryptoAccountId32>',
|
||||
ActiveRecoveries: 'Option<(PezspCoreCryptoAccountId32,PezspCoreCryptoAccountId32)>',
|
||||
Proxy: 'Option<PezspCoreCryptoAccountId32>',
|
||||
Finished: 'Null'
|
||||
}
|
||||
},
|
||||
@@ -242,14 +242,14 @@ export default {
|
||||
PezpalletRcMigratorSocietySocietyStage: {
|
||||
_enum: {
|
||||
Values: 'Null',
|
||||
Members: 'Option<AccountId32>',
|
||||
Payouts: 'Option<AccountId32>',
|
||||
Members: 'Option<PezspCoreCryptoAccountId32>',
|
||||
Payouts: 'Option<PezspCoreCryptoAccountId32>',
|
||||
MemberByIndex: 'Option<u32>',
|
||||
SuspendedMembers: 'Option<AccountId32>',
|
||||
Candidates: 'Option<AccountId32>',
|
||||
Votes: 'Option<(AccountId32,AccountId32)>',
|
||||
VoteClearCursor: 'Option<AccountId32>',
|
||||
DefenderVotes: 'Option<(u32,AccountId32)>',
|
||||
SuspendedMembers: 'Option<PezspCoreCryptoAccountId32>',
|
||||
Candidates: 'Option<PezspCoreCryptoAccountId32>',
|
||||
Votes: 'Option<(PezspCoreCryptoAccountId32,PezspCoreCryptoAccountId32)>',
|
||||
VoteClearCursor: 'Option<PezspCoreCryptoAccountId32>',
|
||||
DefenderVotes: 'Option<(u32,PezspCoreCryptoAccountId32)>',
|
||||
Finished: 'Null'
|
||||
}
|
||||
},
|
||||
@@ -288,10 +288,10 @@ export default {
|
||||
**/
|
||||
StagingDicleRuntimeDynamicParamsInflationParametersValue: {
|
||||
_enum: {
|
||||
MinInflation: 'Perquintill',
|
||||
MaxInflation: 'Perquintill',
|
||||
IdealStake: 'Perquintill',
|
||||
Falloff: 'Perquintill',
|
||||
MinInflation: 'u64',
|
||||
MaxInflation: 'u64',
|
||||
IdealStake: 'u64',
|
||||
Falloff: 'u64',
|
||||
UseAuctionSlots: 'bool'
|
||||
}
|
||||
},
|
||||
@@ -300,7 +300,7 @@ export default {
|
||||
**/
|
||||
StagingDicleRuntimeDynamicParamsTreasuryParametersValue: {
|
||||
_enum: {
|
||||
BurnPortion: 'Permill',
|
||||
BurnPortion: 'u32',
|
||||
BurnDestination: 'StagingDicleRuntimeBurnDestinationAccount'
|
||||
}
|
||||
},
|
||||
@@ -310,7 +310,7 @@ export default {
|
||||
PezpalletRecoveryDepositKind: {
|
||||
_enum: {
|
||||
RecoveryConfig: 'Null',
|
||||
ActiveRecoveryFor: 'AccountId32'
|
||||
ActiveRecoveryFor: 'PezspCoreCryptoAccountId32'
|
||||
}
|
||||
},
|
||||
/**
|
||||
|
||||
@@ -504,7 +504,7 @@ export default {
|
||||
PezkuwiRuntimeCommonClaimsPezpalletCall: {
|
||||
_enum: {
|
||||
claim: {
|
||||
dest: 'AccountId32',
|
||||
dest: 'PezspCoreCryptoAccountId32',
|
||||
ethereumSignature: 'PezkuwiRuntimeCommonClaimsEcdsaSignature',
|
||||
},
|
||||
mint_claim: {
|
||||
@@ -514,7 +514,7 @@ export default {
|
||||
statement: 'Option<PezkuwiRuntimeCommonClaimsStatementKind>',
|
||||
},
|
||||
claim_attest: {
|
||||
dest: 'AccountId32',
|
||||
dest: 'PezspCoreCryptoAccountId32',
|
||||
ethereumSignature: 'PezkuwiRuntimeCommonClaimsEcdsaSignature',
|
||||
statement: 'Bytes',
|
||||
},
|
||||
@@ -527,7 +527,7 @@ export default {
|
||||
},
|
||||
old: 'PezkuwiRuntimeCommonClaimsEthereumAddress',
|
||||
new_: 'PezkuwiRuntimeCommonClaimsEthereumAddress',
|
||||
maybePreclaim: 'Option<AccountId32>'
|
||||
maybePreclaim: 'Option<PezspCoreCryptoAccountId32>'
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -556,21 +556,21 @@ export default {
|
||||
**/
|
||||
PezkuwiRuntimeNposCompactSolution16: {
|
||||
votes1: 'Vec<(Compact<u32>,Compact<u16>)>',
|
||||
votes2: 'Vec<(Compact<u32>,(Compact<u16>,Compact<PerU16>),Compact<u16>)>',
|
||||
votes3: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);2],Compact<u16>)>',
|
||||
votes4: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);3],Compact<u16>)>',
|
||||
votes5: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);4],Compact<u16>)>',
|
||||
votes6: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);5],Compact<u16>)>',
|
||||
votes7: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);6],Compact<u16>)>',
|
||||
votes8: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);7],Compact<u16>)>',
|
||||
votes9: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);8],Compact<u16>)>',
|
||||
votes10: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);9],Compact<u16>)>',
|
||||
votes11: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);10],Compact<u16>)>',
|
||||
votes12: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);11],Compact<u16>)>',
|
||||
votes13: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);12],Compact<u16>)>',
|
||||
votes14: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);13],Compact<u16>)>',
|
||||
votes15: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);14],Compact<u16>)>',
|
||||
votes16: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);15],Compact<u16>)>'
|
||||
votes2: 'Vec<(Compact<u32>,(Compact<u16>,Compact<u16>),Compact<u16>)>',
|
||||
votes3: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);2],Compact<u16>)>',
|
||||
votes4: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);3],Compact<u16>)>',
|
||||
votes5: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);4],Compact<u16>)>',
|
||||
votes6: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);5],Compact<u16>)>',
|
||||
votes7: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);6],Compact<u16>)>',
|
||||
votes8: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);7],Compact<u16>)>',
|
||||
votes9: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);8],Compact<u16>)>',
|
||||
votes10: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);9],Compact<u16>)>',
|
||||
votes11: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);10],Compact<u16>)>',
|
||||
votes12: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);11],Compact<u16>)>',
|
||||
votes13: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);12],Compact<u16>)>',
|
||||
votes14: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);13],Compact<u16>)>',
|
||||
votes15: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);14],Compact<u16>)>',
|
||||
votes16: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);15],Compact<u16>)>'
|
||||
},
|
||||
/**
|
||||
* Lookup274: pallet_staking_async_ah_client::pallet::Call<T>
|
||||
@@ -590,7 +590,7 @@ export default {
|
||||
* Lookup275: pallet_staking_async_rc_client::ValidatorSetReport<sp_core::crypto::AccountId32>
|
||||
**/
|
||||
PezpalletStakingAsyncRcClientValidatorSetReport: {
|
||||
newValidatorSet: 'Vec<AccountId32>',
|
||||
newValidatorSet: 'Vec<PezspCoreCryptoAccountId32>',
|
||||
id: 'u32',
|
||||
pruneUpTo: 'Option<u32>',
|
||||
leftover: 'bool'
|
||||
@@ -853,7 +853,7 @@ export default {
|
||||
_alias: {
|
||||
new_: 'new',
|
||||
},
|
||||
new_: 'Perbill',
|
||||
new_: 'u32',
|
||||
},
|
||||
set_on_demand_queue_max_size: {
|
||||
_alias: {
|
||||
@@ -865,7 +865,7 @@ export default {
|
||||
_alias: {
|
||||
new_: 'new',
|
||||
},
|
||||
new_: 'Perbill',
|
||||
new_: 'u32',
|
||||
},
|
||||
__Unused51: 'Null',
|
||||
set_minimum_backing_votes: {
|
||||
@@ -947,8 +947,8 @@ export default {
|
||||
numCores: 'u32',
|
||||
maxAvailabilityTimeouts: 'u32',
|
||||
onDemandQueueMaxSize: 'u32',
|
||||
onDemandTargetQueueUtilization: 'Perbill',
|
||||
onDemandFeeVariability: 'Perbill',
|
||||
onDemandTargetQueueUtilization: 'u32',
|
||||
onDemandFeeVariability: 'u32',
|
||||
onDemandBaseFee: 'u128',
|
||||
ttl: 'u32'
|
||||
},
|
||||
@@ -1288,7 +1288,7 @@ export default {
|
||||
validationCode: 'Bytes',
|
||||
},
|
||||
force_register: {
|
||||
who: 'AccountId32',
|
||||
who: 'PezspCoreCryptoAccountId32',
|
||||
deposit: 'u128',
|
||||
id: 'u32',
|
||||
genesisHead: 'Bytes',
|
||||
@@ -1325,7 +1325,7 @@ export default {
|
||||
_enum: {
|
||||
force_lease: {
|
||||
para: 'u32',
|
||||
leaser: 'AccountId32',
|
||||
leaser: 'PezspCoreCryptoAccountId32',
|
||||
amount: 'u128',
|
||||
periodBegin: 'u32',
|
||||
periodCount: 'u32',
|
||||
@@ -1376,7 +1376,7 @@ export default {
|
||||
signature: 'Option<PezspRuntimeMultiSignature>',
|
||||
},
|
||||
withdraw: {
|
||||
who: 'AccountId32',
|
||||
who: 'PezspCoreCryptoAccountId32',
|
||||
index: 'Compact<u32>',
|
||||
},
|
||||
refund: {
|
||||
@@ -1429,7 +1429,7 @@ export default {
|
||||
when: 'u32',
|
||||
},
|
||||
credit_account: {
|
||||
who: 'AccountId32',
|
||||
who: 'PezspCoreCryptoAccountId32',
|
||||
amount: 'u128',
|
||||
},
|
||||
assign_core: {
|
||||
@@ -2524,20 +2524,20 @@ export default {
|
||||
_alias: {
|
||||
new_: 'new',
|
||||
},
|
||||
new_: 'Option<AccountId32>',
|
||||
new_: 'Option<PezspCoreCryptoAccountId32>',
|
||||
},
|
||||
send_xcm_message: {
|
||||
dest: 'XcmVersionedLocation',
|
||||
message: 'XcmVersionedXcm',
|
||||
},
|
||||
preserve_accounts: {
|
||||
accounts: 'Vec<AccountId32>',
|
||||
accounts: 'Vec<PezspCoreCryptoAccountId32>',
|
||||
},
|
||||
set_canceller: {
|
||||
_alias: {
|
||||
new_: 'new',
|
||||
},
|
||||
new_: 'Option<AccountId32>',
|
||||
new_: 'Option<PezspCoreCryptoAccountId32>',
|
||||
},
|
||||
pause_migration: 'Null',
|
||||
cancel_migration: 'Null',
|
||||
@@ -2568,12 +2568,12 @@ export default {
|
||||
PureProxyCandidatesMigrationInit: 'Null',
|
||||
AccountsMigrationInit: 'Null',
|
||||
AccountsMigrationOngoing: {
|
||||
lastKey: 'Option<AccountId32>',
|
||||
lastKey: 'Option<PezspCoreCryptoAccountId32>',
|
||||
},
|
||||
AccountsMigrationDone: 'Null',
|
||||
MultisigMigrationInit: 'Null',
|
||||
MultisigMigrationOngoing: {
|
||||
lastKey: 'Option<(AccountId32,[u8;32])>',
|
||||
lastKey: 'Option<(PezspCoreCryptoAccountId32,[u8;32])>',
|
||||
},
|
||||
MultisigMigrationDone: 'Null',
|
||||
ClaimsMigrationInit: 'Null',
|
||||
@@ -2583,10 +2583,10 @@ export default {
|
||||
ClaimsMigrationDone: 'Null',
|
||||
ProxyMigrationInit: 'Null',
|
||||
ProxyMigrationProxies: {
|
||||
lastKey: 'Option<AccountId32>',
|
||||
lastKey: 'Option<PezspCoreCryptoAccountId32>',
|
||||
},
|
||||
ProxyMigrationAnnouncements: {
|
||||
lastKey: 'Option<AccountId32>',
|
||||
lastKey: 'Option<PezspCoreCryptoAccountId32>',
|
||||
},
|
||||
ProxyMigrationDone: 'Null',
|
||||
PreimageMigrationInit: 'Null',
|
||||
@@ -2611,7 +2611,7 @@ export default {
|
||||
NomPoolsMigrationDone: 'Null',
|
||||
VestingMigrationInit: 'Null',
|
||||
VestingMigrationOngoing: {
|
||||
nextKey: 'Option<AccountId32>',
|
||||
nextKey: 'Option<PezspCoreCryptoAccountId32>',
|
||||
},
|
||||
VestingMigrationDone: 'Null',
|
||||
DelegatedStakingMigrationInit: 'Null',
|
||||
@@ -2693,7 +2693,7 @@ export default {
|
||||
Claims: 'Option<PezkuwiRuntimeCommonClaimsEthereumAddress>',
|
||||
Vesting: 'Option<PezkuwiRuntimeCommonClaimsEthereumAddress>',
|
||||
Signing: 'Option<PezkuwiRuntimeCommonClaimsEthereumAddress>',
|
||||
Preclaims: 'Option<AccountId32>',
|
||||
Preclaims: 'Option<PezspCoreCryptoAccountId32>',
|
||||
Finished: 'Null'
|
||||
}
|
||||
},
|
||||
@@ -2703,13 +2703,13 @@ export default {
|
||||
PezpalletRcMigratorStakingNomPoolsNomPoolsStage: {
|
||||
_enum: {
|
||||
StorageValues: 'Null',
|
||||
PoolMembers: 'Option<AccountId32>',
|
||||
PoolMembers: 'Option<PezspCoreCryptoAccountId32>',
|
||||
BondedPools: 'Option<u32>',
|
||||
RewardPools: 'Option<u32>',
|
||||
SubPoolsStorage: 'Option<u32>',
|
||||
Metadata: 'Option<u32>',
|
||||
ReversePoolIdLookup: 'Option<AccountId32>',
|
||||
ClaimPermissions: 'Option<AccountId32>',
|
||||
ReversePoolIdLookup: 'Option<PezspCoreCryptoAccountId32>',
|
||||
ClaimPermissions: 'Option<PezspCoreCryptoAccountId32>',
|
||||
Finished: 'Null'
|
||||
}
|
||||
},
|
||||
@@ -2718,8 +2718,8 @@ export default {
|
||||
**/
|
||||
PezpalletRcMigratorStakingDelegatedStakingDelegatedStakingStage: {
|
||||
_enum: {
|
||||
Delegators: 'Option<AccountId32>',
|
||||
Agents: 'Option<AccountId32>',
|
||||
Delegators: 'Option<PezspCoreCryptoAccountId32>',
|
||||
Agents: 'Option<PezspCoreCryptoAccountId32>',
|
||||
Finished: 'Null'
|
||||
}
|
||||
},
|
||||
@@ -2738,7 +2738,7 @@ export default {
|
||||
**/
|
||||
PezpalletRcMigratorStakingBagsListBagsListStage: {
|
||||
_enum: {
|
||||
ListNodes: 'Option<AccountId32>',
|
||||
ListNodes: 'Option<PezspCoreCryptoAccountId32>',
|
||||
ListBags: 'Option<u64>',
|
||||
Finished: 'Null'
|
||||
}
|
||||
@@ -2759,8 +2759,8 @@ export default {
|
||||
**/
|
||||
PezpalletRcMigratorConvictionVotingConvictionVotingStage: {
|
||||
_enum: {
|
||||
VotingFor: 'Option<(AccountId32,u16)>',
|
||||
ClassLocksFor: 'Option<AccountId32>',
|
||||
VotingFor: 'Option<(PezspCoreCryptoAccountId32,u16)>',
|
||||
ClassLocksFor: 'Option<PezspCoreCryptoAccountId32>',
|
||||
Finished: 'Null'
|
||||
}
|
||||
},
|
||||
@@ -2845,25 +2845,25 @@ export default {
|
||||
_enum: {
|
||||
Values: 'Null',
|
||||
Invulnerables: 'Null',
|
||||
Bonded: 'Option<AccountId32>',
|
||||
Ledger: 'Option<AccountId32>',
|
||||
Payee: 'Option<AccountId32>',
|
||||
Validators: 'Option<AccountId32>',
|
||||
Nominators: 'Option<AccountId32>',
|
||||
VirtualStakers: 'Option<AccountId32>',
|
||||
ErasStakersOverview: 'Option<(u32,AccountId32)>',
|
||||
ErasStakersPaged: 'Option<(u32,AccountId32,u32)>',
|
||||
ClaimedRewards: 'Option<(u32,AccountId32)>',
|
||||
ErasValidatorPrefs: 'Option<(u32,AccountId32)>',
|
||||
Bonded: 'Option<PezspCoreCryptoAccountId32>',
|
||||
Ledger: 'Option<PezspCoreCryptoAccountId32>',
|
||||
Payee: 'Option<PezspCoreCryptoAccountId32>',
|
||||
Validators: 'Option<PezspCoreCryptoAccountId32>',
|
||||
Nominators: 'Option<PezspCoreCryptoAccountId32>',
|
||||
VirtualStakers: 'Option<PezspCoreCryptoAccountId32>',
|
||||
ErasStakersOverview: 'Option<(u32,PezspCoreCryptoAccountId32)>',
|
||||
ErasStakersPaged: 'Option<(u32,PezspCoreCryptoAccountId32,u32)>',
|
||||
ClaimedRewards: 'Option<(u32,PezspCoreCryptoAccountId32)>',
|
||||
ErasValidatorPrefs: 'Option<(u32,PezspCoreCryptoAccountId32)>',
|
||||
ErasValidatorReward: 'Option<u32>',
|
||||
ErasRewardPoints: 'Option<u32>',
|
||||
ErasTotalStake: 'Option<u32>',
|
||||
UnappliedSlashes: 'Option<u32>',
|
||||
BondedEras: 'Null',
|
||||
ValidatorSlashInEra: 'Option<(u32,AccountId32)>',
|
||||
NominatorSlashInEra: 'Option<(u32,AccountId32)>',
|
||||
SlashingSpans: 'Option<AccountId32>',
|
||||
SpanSlash: 'Option<(AccountId32,u32)>',
|
||||
ValidatorSlashInEra: 'Option<(u32,PezspCoreCryptoAccountId32)>',
|
||||
NominatorSlashInEra: 'Option<(u32,PezspCoreCryptoAccountId32)>',
|
||||
SlashingSpans: 'Option<PezspCoreCryptoAccountId32>',
|
||||
SpanSlash: 'Option<(PezspCoreCryptoAccountId32,u32)>',
|
||||
Finished: 'Null'
|
||||
}
|
||||
},
|
||||
@@ -2898,7 +2898,7 @@ export default {
|
||||
PezkuwiRuntimeCommonClaimsPezpalletEvent: {
|
||||
_enum: {
|
||||
Claimed: {
|
||||
who: 'AccountId32',
|
||||
who: 'PezspCoreCryptoAccountId32',
|
||||
ethereumAddress: 'PezkuwiRuntimeCommonClaimsEthereumAddress',
|
||||
amount: 'u128'
|
||||
}
|
||||
@@ -3041,13 +3041,13 @@ export default {
|
||||
OnDemandOrderPlaced: {
|
||||
paraId: 'u32',
|
||||
spotPrice: 'u128',
|
||||
orderedBy: 'AccountId32',
|
||||
orderedBy: 'PezspCoreCryptoAccountId32',
|
||||
},
|
||||
SpotPriceSet: {
|
||||
spotPrice: 'u128',
|
||||
},
|
||||
AccountCredited: {
|
||||
who: 'AccountId32',
|
||||
who: 'PezspCoreCryptoAccountId32',
|
||||
amount: 'u128'
|
||||
}
|
||||
}
|
||||
@@ -3059,14 +3059,14 @@ export default {
|
||||
_enum: {
|
||||
Registered: {
|
||||
paraId: 'u32',
|
||||
manager: 'AccountId32',
|
||||
manager: 'PezspCoreCryptoAccountId32',
|
||||
},
|
||||
Deregistered: {
|
||||
paraId: 'u32',
|
||||
},
|
||||
Reserved: {
|
||||
paraId: 'u32',
|
||||
who: 'AccountId32',
|
||||
who: 'PezspCoreCryptoAccountId32',
|
||||
},
|
||||
Swapped: {
|
||||
paraId: 'u32',
|
||||
@@ -3084,7 +3084,7 @@ export default {
|
||||
},
|
||||
Leased: {
|
||||
paraId: 'u32',
|
||||
leaser: 'AccountId32',
|
||||
leaser: 'PezspCoreCryptoAccountId32',
|
||||
periodBegin: 'u32',
|
||||
periodCount: 'u32',
|
||||
extraReserved: 'u128',
|
||||
@@ -3106,21 +3106,21 @@ export default {
|
||||
auctionIndex: 'u32',
|
||||
},
|
||||
Reserved: {
|
||||
bidder: 'AccountId32',
|
||||
bidder: 'PezspCoreCryptoAccountId32',
|
||||
extraReserved: 'u128',
|
||||
totalAmount: 'u128',
|
||||
},
|
||||
Unreserved: {
|
||||
bidder: 'AccountId32',
|
||||
bidder: 'PezspCoreCryptoAccountId32',
|
||||
amount: 'u128',
|
||||
},
|
||||
ReserveConfiscated: {
|
||||
paraId: 'u32',
|
||||
leaser: 'AccountId32',
|
||||
leaser: 'PezspCoreCryptoAccountId32',
|
||||
amount: 'u128',
|
||||
},
|
||||
BidAccepted: {
|
||||
bidder: 'AccountId32',
|
||||
bidder: 'PezspCoreCryptoAccountId32',
|
||||
paraId: 'u32',
|
||||
amount: 'u128',
|
||||
firstSlot: 'u32',
|
||||
@@ -3141,12 +3141,12 @@ export default {
|
||||
paraId: 'u32',
|
||||
},
|
||||
Contributed: {
|
||||
who: 'AccountId32',
|
||||
who: 'PezspCoreCryptoAccountId32',
|
||||
fundIndex: 'u32',
|
||||
amount: 'u128',
|
||||
},
|
||||
Withdrew: {
|
||||
who: 'AccountId32',
|
||||
who: 'PezspCoreCryptoAccountId32',
|
||||
fundIndex: 'u32',
|
||||
amount: 'u128',
|
||||
},
|
||||
@@ -3167,7 +3167,7 @@ export default {
|
||||
paraId: 'u32',
|
||||
},
|
||||
MemoUpdated: {
|
||||
who: 'AccountId32',
|
||||
who: 'PezspCoreCryptoAccountId32',
|
||||
paraId: 'u32',
|
||||
memo: 'Bytes',
|
||||
},
|
||||
@@ -3418,8 +3418,8 @@ export default {
|
||||
_alias: {
|
||||
new_: 'new',
|
||||
},
|
||||
old: 'Option<AccountId32>',
|
||||
new_: 'Option<AccountId32>',
|
||||
old: 'Option<PezspCoreCryptoAccountId32>',
|
||||
new_: 'Option<PezspCoreCryptoAccountId32>',
|
||||
},
|
||||
XcmSent: {
|
||||
origin: 'StagingXcmV5Location',
|
||||
@@ -3429,14 +3429,14 @@ export default {
|
||||
},
|
||||
StakingElectionsPaused: 'Null',
|
||||
AccountsPreserved: {
|
||||
accounts: 'Vec<AccountId32>',
|
||||
accounts: 'Vec<PezspCoreCryptoAccountId32>',
|
||||
},
|
||||
CancellerSet: {
|
||||
_alias: {
|
||||
new_: 'new',
|
||||
},
|
||||
old: 'Option<AccountId32>',
|
||||
new_: 'Option<AccountId32>',
|
||||
old: 'Option<PezspCoreCryptoAccountId32>',
|
||||
new_: 'Option<PezspCoreCryptoAccountId32>',
|
||||
},
|
||||
MigrationPaused: {
|
||||
pauseStage: 'PezpalletRcMigratorMigrationStage',
|
||||
@@ -3664,20 +3664,20 @@ export default {
|
||||
/**
|
||||
* Lookup738: frame_election_provider_support::BoundedSupports<sp_core::crypto::AccountId32, BOuter, BInner>
|
||||
**/
|
||||
PezframeElectionProviderSupportBoundedSupports: 'Vec<(AccountId32,PezframeElectionProviderSupportBoundedSupport)>',
|
||||
PezframeElectionProviderSupportBoundedSupports: 'Vec<(PezspCoreCryptoAccountId32,PezframeElectionProviderSupportBoundedSupport)>',
|
||||
/**
|
||||
* Lookup741: frame_election_provider_support::BoundedSupport<sp_core::crypto::AccountId32, Bound>
|
||||
**/
|
||||
PezframeElectionProviderSupportBoundedSupport: {
|
||||
total: 'u128',
|
||||
voters: 'Vec<(AccountId32,u128)>'
|
||||
voters: 'Vec<(PezspCoreCryptoAccountId32,u128)>'
|
||||
},
|
||||
/**
|
||||
* Lookup783: pallet_staking_async_rc_client::SessionReport<sp_core::crypto::AccountId32>
|
||||
**/
|
||||
PezpalletStakingAsyncRcClientSessionReport: {
|
||||
endIndex: 'u32',
|
||||
validatorPoints: 'Vec<(AccountId32,u32)>',
|
||||
validatorPoints: 'Vec<(PezspCoreCryptoAccountId32,u32)>',
|
||||
activationTimestamp: 'Option<(u64,u32)>',
|
||||
leftover: 'bool'
|
||||
},
|
||||
@@ -3685,9 +3685,9 @@ export default {
|
||||
* Lookup787: pallet_staking_async_rc_client::Offence<sp_core::crypto::AccountId32>
|
||||
**/
|
||||
PezpalletStakingAsyncRcClientOffence: {
|
||||
offender: 'AccountId32',
|
||||
reporters: 'Vec<AccountId32>',
|
||||
slashFraction: 'Perbill'
|
||||
offender: 'PezspCoreCryptoAccountId32',
|
||||
reporters: 'Vec<PezspCoreCryptoAccountId32>',
|
||||
slashFraction: 'u32'
|
||||
},
|
||||
/**
|
||||
* Lookup789: pallet_staking_async_ah_client::pallet::Error<T>
|
||||
@@ -4081,7 +4081,7 @@ export default {
|
||||
* Lookup887: polkadot_runtime_common::paras_registrar::ParaInfo<sp_core::crypto::AccountId32, Balance>
|
||||
**/
|
||||
PezkuwiRuntimeCommonParasRegistrarParaInfo: {
|
||||
manager: 'AccountId32',
|
||||
manager: 'PezspCoreCryptoAccountId32',
|
||||
deposit: 'u128',
|
||||
locked: 'Option<bool>'
|
||||
},
|
||||
@@ -4107,7 +4107,7 @@ export default {
|
||||
* Lookup897: polkadot_runtime_common::crowdloan::FundInfo<sp_core::crypto::AccountId32, Balance, BlockNumber, LeasePeriod>
|
||||
**/
|
||||
PezkuwiRuntimeCommonCrowdloanFundInfo: {
|
||||
depositor: 'AccountId32',
|
||||
depositor: 'PezspCoreCryptoAccountId32',
|
||||
verifier: 'Option<PezspRuntimeMultiSigner>',
|
||||
deposit: 'u128',
|
||||
raised: 'u128',
|
||||
@@ -4304,7 +4304,7 @@ export default {
|
||||
* Lookup958: relay_common::apis::InflationInfo
|
||||
**/
|
||||
RelayCommonApisInflationInfo: {
|
||||
inflation: 'Perquintill',
|
||||
inflation: 'u64',
|
||||
nextMint: '(u128,u128)'
|
||||
},
|
||||
/**
|
||||
|
||||
@@ -7,9 +7,15 @@ import '@pezkuwi/types/lookup';
|
||||
|
||||
import type { BTreeMap, Bytes, Compact, Enum, Null, Option, Struct, U256, U8aFixed, Vec, bool, u128, u16, u32, u64 } from '@pezkuwi/types-codec';
|
||||
import type { ITuple } from '@pezkuwi/types-codec/types';
|
||||
import type { AccountId32, H160, H256, MultiAddress, PerU16, Permill, Perquintill, RuntimeCall } from '@pezkuwi/types/interfaces/runtime';
|
||||
import type { AccountId32, H160, H256, MultiAddress, RuntimeCall } from '@pezkuwi/types/interfaces/runtime';
|
||||
|
||||
declare module '@pezkuwi/types/lookup' {
|
||||
/** @name PezspCoreCryptoAccountId32 (0) */
|
||||
interface PezspCoreCryptoAccountId32 extends AccountId32 {}
|
||||
|
||||
/** @name PezspRuntimeMultiAddress (1) */
|
||||
interface PezspRuntimeMultiAddress extends MultiAddress {}
|
||||
|
||||
/** @name AssetHubDicleRuntimeRuntimeTask (32) */
|
||||
type AssetHubDicleRuntimeRuntimeTask = Null;
|
||||
|
||||
@@ -139,27 +145,27 @@ declare module '@pezkuwi/types/lookup' {
|
||||
/** @name AssetHubDicleRuntimeDynamicParamsIssuanceParametersValue (68) */
|
||||
interface AssetHubDicleRuntimeDynamicParamsIssuanceParametersValue extends Enum {
|
||||
readonly isMinInflation: boolean;
|
||||
readonly asMinInflation: Perquintill;
|
||||
readonly asMinInflation: u64;
|
||||
readonly isMaxInflation: boolean;
|
||||
readonly asMaxInflation: Perquintill;
|
||||
readonly asMaxInflation: u64;
|
||||
readonly isIdealStake: boolean;
|
||||
readonly asIdealStake: Perquintill;
|
||||
readonly asIdealStake: u64;
|
||||
readonly isFalloff: boolean;
|
||||
readonly asFalloff: Perquintill;
|
||||
readonly asFalloff: u64;
|
||||
readonly type: 'MinInflation' | 'MaxInflation' | 'IdealStake' | 'Falloff';
|
||||
}
|
||||
|
||||
/** @name AssetHubDicleRuntimeDynamicParamsTreasuryParametersValue (70) */
|
||||
interface AssetHubDicleRuntimeDynamicParamsTreasuryParametersValue extends Enum {
|
||||
readonly isBurnPortion: boolean;
|
||||
readonly asBurnPortion: Permill;
|
||||
readonly asBurnPortion: u32;
|
||||
readonly isBurnDestination: boolean;
|
||||
readonly asBurnDestination: AssetHubDicleRuntimeTreasuryBurnDestinationAccount;
|
||||
readonly type: 'BurnPortion' | 'BurnDestination';
|
||||
}
|
||||
|
||||
/** @name AssetHubDicleRuntimeTreasuryBurnDestinationAccount (72) */
|
||||
interface AssetHubDicleRuntimeTreasuryBurnDestinationAccount extends Option<AccountId32> {}
|
||||
interface AssetHubDicleRuntimeTreasuryBurnDestinationAccount extends Option<PezspCoreCryptoAccountId32> {}
|
||||
|
||||
/** @name AssetHubDicleRuntimeDynamicParamsStakingElectionParametersValue (74) */
|
||||
interface AssetHubDicleRuntimeDynamicParamsStakingElectionParametersValue extends Enum {
|
||||
@@ -238,20 +244,20 @@ declare module '@pezkuwi/types/lookup' {
|
||||
/** @name AssetHubDicleRuntimeDynamicParamsIssuanceParameters (309) */
|
||||
interface AssetHubDicleRuntimeDynamicParamsIssuanceParameters extends Enum {
|
||||
readonly isMinInflation: boolean;
|
||||
readonly asMinInflation: ITuple<[AssetHubDicleRuntimeDynamicParamsIssuanceMinInflation, Option<Perquintill>]>;
|
||||
readonly asMinInflation: ITuple<[AssetHubDicleRuntimeDynamicParamsIssuanceMinInflation, Option<u64>]>;
|
||||
readonly isMaxInflation: boolean;
|
||||
readonly asMaxInflation: ITuple<[AssetHubDicleRuntimeDynamicParamsIssuanceMaxInflation, Option<Perquintill>]>;
|
||||
readonly asMaxInflation: ITuple<[AssetHubDicleRuntimeDynamicParamsIssuanceMaxInflation, Option<u64>]>;
|
||||
readonly isIdealStake: boolean;
|
||||
readonly asIdealStake: ITuple<[AssetHubDicleRuntimeDynamicParamsIssuanceIdealStake, Option<Perquintill>]>;
|
||||
readonly asIdealStake: ITuple<[AssetHubDicleRuntimeDynamicParamsIssuanceIdealStake, Option<u64>]>;
|
||||
readonly isFalloff: boolean;
|
||||
readonly asFalloff: ITuple<[AssetHubDicleRuntimeDynamicParamsIssuanceFalloff, Option<Perquintill>]>;
|
||||
readonly asFalloff: ITuple<[AssetHubDicleRuntimeDynamicParamsIssuanceFalloff, Option<u64>]>;
|
||||
readonly type: 'MinInflation' | 'MaxInflation' | 'IdealStake' | 'Falloff';
|
||||
}
|
||||
|
||||
/** @name AssetHubDicleRuntimeDynamicParamsTreasuryParameters (311) */
|
||||
interface AssetHubDicleRuntimeDynamicParamsTreasuryParameters extends Enum {
|
||||
readonly isBurnPortion: boolean;
|
||||
readonly asBurnPortion: ITuple<[AssetHubDicleRuntimeDynamicParamsTreasuryBurnPortion, Option<Permill>]>;
|
||||
readonly asBurnPortion: ITuple<[AssetHubDicleRuntimeDynamicParamsTreasuryBurnPortion, Option<u32>]>;
|
||||
readonly isBurnDestination: boolean;
|
||||
readonly asBurnDestination: ITuple<[AssetHubDicleRuntimeDynamicParamsTreasuryBurnDestination, Option<AssetHubDicleRuntimeTreasuryBurnDestinationAccount>]>;
|
||||
readonly type: 'BurnPortion' | 'BurnDestination';
|
||||
@@ -352,7 +358,7 @@ declare module '@pezkuwi/types/lookup' {
|
||||
interface PezpalletRemoteProxyCall extends Enum {
|
||||
readonly isRemoteProxy: boolean;
|
||||
readonly asRemoteProxy: {
|
||||
readonly real: MultiAddress;
|
||||
readonly real: PezspRuntimeMultiAddress;
|
||||
readonly forceProxyType: Option<AssetHubDicleRuntimeProxyType>;
|
||||
readonly call: RuntimeCall;
|
||||
readonly proof: PezpalletRemoteProxyRemoteProxyProof;
|
||||
@@ -363,7 +369,7 @@ declare module '@pezkuwi/types/lookup' {
|
||||
} & Struct;
|
||||
readonly isRemoteProxyWithRegisteredProof: boolean;
|
||||
readonly asRemoteProxyWithRegisteredProof: {
|
||||
readonly real: MultiAddress;
|
||||
readonly real: PezspRuntimeMultiAddress;
|
||||
readonly forceProxyType: Option<AssetHubDicleRuntimeProxyType>;
|
||||
readonly call: RuntimeCall;
|
||||
} & Struct;
|
||||
@@ -383,34 +389,34 @@ declare module '@pezkuwi/types/lookup' {
|
||||
/** @name AssetHubDicleRuntimeStakingNposCompactSolution24 (466) */
|
||||
interface AssetHubDicleRuntimeStakingNposCompactSolution24 extends Struct {
|
||||
readonly votes1: Vec<ITuple<[Compact<u32>, Compact<u16>]>>;
|
||||
readonly votes2: Vec<ITuple<[Compact<u32>, ITuple<[Compact<u16>, Compact<PerU16>]>, Compact<u16>]>>;
|
||||
readonly votes3: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
||||
readonly votes4: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
||||
readonly votes5: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
||||
readonly votes6: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
||||
readonly votes7: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
||||
readonly votes8: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
||||
readonly votes9: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
||||
readonly votes10: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
||||
readonly votes11: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
||||
readonly votes12: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
||||
readonly votes13: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
||||
readonly votes14: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
||||
readonly votes15: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
||||
readonly votes16: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
||||
readonly votes17: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
||||
readonly votes18: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
||||
readonly votes19: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
||||
readonly votes20: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
||||
readonly votes21: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
||||
readonly votes22: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
||||
readonly votes23: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
||||
readonly votes24: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
||||
readonly votes2: Vec<ITuple<[Compact<u32>, ITuple<[Compact<u16>, Compact<u16>]>, Compact<u16>]>>;
|
||||
readonly votes3: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
|
||||
readonly votes4: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
|
||||
readonly votes5: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
|
||||
readonly votes6: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
|
||||
readonly votes7: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
|
||||
readonly votes8: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
|
||||
readonly votes9: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
|
||||
readonly votes10: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
|
||||
readonly votes11: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
|
||||
readonly votes12: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
|
||||
readonly votes13: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
|
||||
readonly votes14: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
|
||||
readonly votes15: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
|
||||
readonly votes16: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
|
||||
readonly votes17: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
|
||||
readonly votes18: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
|
||||
readonly votes19: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
|
||||
readonly votes20: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
|
||||
readonly votes21: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
|
||||
readonly votes22: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
|
||||
readonly votes23: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
|
||||
readonly votes24: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
|
||||
}
|
||||
|
||||
/** @name PezpalletProxyProxyDefinitionDicleRuntimeConstantsProxyProxyType (598) */
|
||||
interface PezpalletProxyProxyDefinitionDicleRuntimeConstantsProxyProxyType extends Struct {
|
||||
readonly delegate: AccountId32;
|
||||
readonly delegate: PezspCoreCryptoAccountId32;
|
||||
readonly proxyType: DicleRuntimeConstantsProxyProxyType;
|
||||
readonly delay: u32;
|
||||
}
|
||||
@@ -427,11 +433,11 @@ declare module '@pezkuwi/types/lookup' {
|
||||
/** @name PezpalletRcMigratorRecoveryPortableRecoveryMessage (746) */
|
||||
interface PezpalletRcMigratorRecoveryPortableRecoveryMessage extends Enum {
|
||||
readonly isRecoverable: boolean;
|
||||
readonly asRecoverable: ITuple<[AccountId32, PezpalletRcMigratorRecoveryPortableRecoveryConfig]>;
|
||||
readonly asRecoverable: ITuple<[PezspCoreCryptoAccountId32, PezpalletRcMigratorRecoveryPortableRecoveryConfig]>;
|
||||
readonly isActiveRecoveries: boolean;
|
||||
readonly asActiveRecoveries: ITuple<[AccountId32, AccountId32, PezpalletRcMigratorRecoveryPortableActiveRecovery]>;
|
||||
readonly asActiveRecoveries: ITuple<[PezspCoreCryptoAccountId32, PezspCoreCryptoAccountId32, PezpalletRcMigratorRecoveryPortableActiveRecovery]>;
|
||||
readonly isProxy: boolean;
|
||||
readonly asProxy: ITuple<[AccountId32, AccountId32]>;
|
||||
readonly asProxy: ITuple<[PezspCoreCryptoAccountId32, PezspCoreCryptoAccountId32]>;
|
||||
readonly type: 'Recoverable' | 'ActiveRecoveries' | 'Proxy';
|
||||
}
|
||||
|
||||
@@ -445,7 +451,7 @@ declare module '@pezkuwi/types/lookup' {
|
||||
|
||||
/** @name PezpalletRcMigratorRecoveryPortableRecoveryFriends (749) */
|
||||
interface PezpalletRcMigratorRecoveryPortableRecoveryFriends extends Struct {
|
||||
readonly friends: Vec<AccountId32>;
|
||||
readonly friends: Vec<PezspCoreCryptoAccountId32>;
|
||||
}
|
||||
|
||||
/** @name PezpalletRcMigratorRecoveryPortableActiveRecovery (752) */
|
||||
@@ -460,21 +466,21 @@ declare module '@pezkuwi/types/lookup' {
|
||||
readonly isValues: boolean;
|
||||
readonly asValues: PezpalletRcMigratorSocietySocietyValues;
|
||||
readonly isMember: boolean;
|
||||
readonly asMember: ITuple<[AccountId32, PezpalletRcMigratorSocietyPortableMemberRecord]>;
|
||||
readonly asMember: ITuple<[PezspCoreCryptoAccountId32, PezpalletRcMigratorSocietyPortableMemberRecord]>;
|
||||
readonly isPayout: boolean;
|
||||
readonly asPayout: ITuple<[AccountId32, PezpalletRcMigratorSocietyPortablePayoutRecord]>;
|
||||
readonly asPayout: ITuple<[PezspCoreCryptoAccountId32, PezpalletRcMigratorSocietyPortablePayoutRecord]>;
|
||||
readonly isMemberByIndex: boolean;
|
||||
readonly asMemberByIndex: ITuple<[u32, AccountId32]>;
|
||||
readonly asMemberByIndex: ITuple<[u32, PezspCoreCryptoAccountId32]>;
|
||||
readonly isSuspendedMembers: boolean;
|
||||
readonly asSuspendedMembers: ITuple<[AccountId32, PezpalletRcMigratorSocietyPortableMemberRecord]>;
|
||||
readonly asSuspendedMembers: ITuple<[PezspCoreCryptoAccountId32, PezpalletRcMigratorSocietyPortableMemberRecord]>;
|
||||
readonly isCandidates: boolean;
|
||||
readonly asCandidates: ITuple<[AccountId32, PezpalletRcMigratorSocietyPortableCandidacy]>;
|
||||
readonly asCandidates: ITuple<[PezspCoreCryptoAccountId32, PezpalletRcMigratorSocietyPortableCandidacy]>;
|
||||
readonly isVotes: boolean;
|
||||
readonly asVotes: ITuple<[AccountId32, AccountId32, PezpalletRcMigratorSocietyPortableVote]>;
|
||||
readonly asVotes: ITuple<[PezspCoreCryptoAccountId32, PezspCoreCryptoAccountId32, PezpalletRcMigratorSocietyPortableVote]>;
|
||||
readonly isVoteClearCursor: boolean;
|
||||
readonly asVoteClearCursor: ITuple<[AccountId32, Bytes]>;
|
||||
readonly asVoteClearCursor: ITuple<[PezspCoreCryptoAccountId32, Bytes]>;
|
||||
readonly isDefenderVotes: boolean;
|
||||
readonly asDefenderVotes: ITuple<[u32, AccountId32, PezpalletRcMigratorSocietyPortableVote]>;
|
||||
readonly asDefenderVotes: ITuple<[u32, PezspCoreCryptoAccountId32, PezpalletRcMigratorSocietyPortableVote]>;
|
||||
readonly type: 'Values' | 'Member' | 'Payout' | 'MemberByIndex' | 'SuspendedMembers' | 'Candidates' | 'Votes' | 'VoteClearCursor' | 'DefenderVotes';
|
||||
}
|
||||
|
||||
@@ -482,16 +488,16 @@ declare module '@pezkuwi/types/lookup' {
|
||||
interface PezpalletRcMigratorSocietySocietyValues extends Struct {
|
||||
readonly parameters: Option<PezpalletRcMigratorSocietyPortableGroupParams>;
|
||||
readonly pot: Option<u128>;
|
||||
readonly founder: Option<AccountId32>;
|
||||
readonly head: Option<AccountId32>;
|
||||
readonly founder: Option<PezspCoreCryptoAccountId32>;
|
||||
readonly head: Option<PezspCoreCryptoAccountId32>;
|
||||
readonly rules: Option<H256>;
|
||||
readonly memberCount: Option<u32>;
|
||||
readonly roundCount: Option<u32>;
|
||||
readonly bids: Option<Vec<PezpalletRcMigratorSocietyPortableBid>>;
|
||||
readonly sceptic: Option<AccountId32>;
|
||||
readonly sceptic: Option<PezspCoreCryptoAccountId32>;
|
||||
readonly nextHead: Option<PezpalletRcMigratorSocietyPortableIntakeRecord>;
|
||||
readonly challengeRoundCount: Option<u32>;
|
||||
readonly defending: Option<ITuple<[AccountId32, AccountId32, PezpalletRcMigratorSocietyPortableTally]>>;
|
||||
readonly defending: Option<ITuple<[PezspCoreCryptoAccountId32, PezspCoreCryptoAccountId32, PezpalletRcMigratorSocietyPortableTally]>>;
|
||||
readonly nextIntakeAt: Option<u32>;
|
||||
readonly nextChallengeAt: Option<u32>;
|
||||
}
|
||||
@@ -506,7 +512,7 @@ declare module '@pezkuwi/types/lookup' {
|
||||
|
||||
/** @name PezpalletRcMigratorSocietyPortableBid (761) */
|
||||
interface PezpalletRcMigratorSocietyPortableBid extends Struct {
|
||||
readonly who: AccountId32;
|
||||
readonly who: PezspCoreCryptoAccountId32;
|
||||
readonly kind: PezpalletRcMigratorSocietyPortableBidKind;
|
||||
readonly value: u128;
|
||||
}
|
||||
@@ -516,13 +522,13 @@ declare module '@pezkuwi/types/lookup' {
|
||||
readonly isDeposit: boolean;
|
||||
readonly asDeposit: u128;
|
||||
readonly isVouch: boolean;
|
||||
readonly asVouch: ITuple<[AccountId32, u128]>;
|
||||
readonly asVouch: ITuple<[PezspCoreCryptoAccountId32, u128]>;
|
||||
readonly type: 'Deposit' | 'Vouch';
|
||||
}
|
||||
|
||||
/** @name PezpalletRcMigratorSocietyPortableIntakeRecord (764) */
|
||||
interface PezpalletRcMigratorSocietyPortableIntakeRecord extends Struct {
|
||||
readonly who: AccountId32;
|
||||
readonly who: PezspCoreCryptoAccountId32;
|
||||
readonly bid: u128;
|
||||
readonly round: u32;
|
||||
}
|
||||
@@ -601,7 +607,7 @@ declare module '@pezkuwi/types/lookup' {
|
||||
|
||||
/** @name PezpalletProxyProxyDefinitionAssetHubDicleRuntimeProxyType (939) */
|
||||
interface PezpalletProxyProxyDefinitionAssetHubDicleRuntimeProxyType extends Struct {
|
||||
readonly delegate: AccountId32;
|
||||
readonly delegate: PezspCoreCryptoAccountId32;
|
||||
readonly proxyType: AssetHubDicleRuntimeProxyType;
|
||||
readonly delay: u32;
|
||||
}
|
||||
@@ -620,7 +626,7 @@ declare module '@pezkuwi/types/lookup' {
|
||||
|
||||
/** @name PezpalletReviveVmCodeInfo (1023) */
|
||||
interface PezpalletReviveVmCodeInfo extends Struct {
|
||||
readonly owner: AccountId32;
|
||||
readonly owner: PezspCoreCryptoAccountId32;
|
||||
readonly deposit: Compact<u128>;
|
||||
readonly refcount: Compact<u64>;
|
||||
readonly codeLen: u32;
|
||||
|
||||
@@ -7,9 +7,15 @@ import '@pezkuwi/types/lookup';
|
||||
|
||||
import type { BTreeMap, BTreeSet, Bytes, Compact, Enum, Null, Option, Result, Struct, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@pezkuwi/types-codec';
|
||||
import type { ITuple } from '@pezkuwi/types-codec/types';
|
||||
import type { AccountId32, H256, MultiAddress, PerU16, Perbill, Percent } from '@pezkuwi/types/interfaces/runtime';
|
||||
import type { AccountId32, H256, MultiAddress } from '@pezkuwi/types/interfaces/runtime';
|
||||
|
||||
declare module '@pezkuwi/types/lookup' {
|
||||
/** @name PezspCoreCryptoAccountId32 (0) */
|
||||
interface PezspCoreCryptoAccountId32 extends AccountId32 {}
|
||||
|
||||
/** @name PezspRuntimeMultiAddress (1) */
|
||||
interface PezspRuntimeMultiAddress extends MultiAddress {}
|
||||
|
||||
/** @name AssetHubPezkuwiRuntimeRuntimeTask (32) */
|
||||
type AssetHubPezkuwiRuntimeRuntimeTask = Null;
|
||||
|
||||
@@ -159,15 +165,15 @@ declare module '@pezkuwi/types/lookup' {
|
||||
interface PezpalletCollatorSelectionEvent extends Enum {
|
||||
readonly isNewInvulnerables: boolean;
|
||||
readonly asNewInvulnerables: {
|
||||
readonly invulnerables: Vec<AccountId32>;
|
||||
readonly invulnerables: Vec<PezspCoreCryptoAccountId32>;
|
||||
} & Struct;
|
||||
readonly isInvulnerableAdded: boolean;
|
||||
readonly asInvulnerableAdded: {
|
||||
readonly accountId: AccountId32;
|
||||
readonly accountId: PezspCoreCryptoAccountId32;
|
||||
} & Struct;
|
||||
readonly isInvulnerableRemoved: boolean;
|
||||
readonly asInvulnerableRemoved: {
|
||||
readonly accountId: AccountId32;
|
||||
readonly accountId: PezspCoreCryptoAccountId32;
|
||||
} & Struct;
|
||||
readonly isNewDesiredCandidates: boolean;
|
||||
readonly asNewDesiredCandidates: {
|
||||
@@ -179,27 +185,27 @@ declare module '@pezkuwi/types/lookup' {
|
||||
} & Struct;
|
||||
readonly isCandidateAdded: boolean;
|
||||
readonly asCandidateAdded: {
|
||||
readonly accountId: AccountId32;
|
||||
readonly accountId: PezspCoreCryptoAccountId32;
|
||||
readonly deposit: u128;
|
||||
} & Struct;
|
||||
readonly isCandidateBondUpdated: boolean;
|
||||
readonly asCandidateBondUpdated: {
|
||||
readonly accountId: AccountId32;
|
||||
readonly accountId: PezspCoreCryptoAccountId32;
|
||||
readonly deposit: u128;
|
||||
} & Struct;
|
||||
readonly isCandidateRemoved: boolean;
|
||||
readonly asCandidateRemoved: {
|
||||
readonly accountId: AccountId32;
|
||||
readonly accountId: PezspCoreCryptoAccountId32;
|
||||
} & Struct;
|
||||
readonly isCandidateReplaced: boolean;
|
||||
readonly asCandidateReplaced: {
|
||||
readonly old: AccountId32;
|
||||
readonly new_: AccountId32;
|
||||
readonly old: PezspCoreCryptoAccountId32;
|
||||
readonly new_: PezspCoreCryptoAccountId32;
|
||||
readonly deposit: u128;
|
||||
} & Struct;
|
||||
readonly isInvalidInvulnerableSkipped: boolean;
|
||||
readonly asInvalidInvulnerableSkipped: {
|
||||
readonly accountId: AccountId32;
|
||||
readonly accountId: PezspCoreCryptoAccountId32;
|
||||
} & Struct;
|
||||
readonly type: 'NewInvulnerables' | 'InvulnerableAdded' | 'InvulnerableRemoved' | 'NewDesiredCandidates' | 'NewCandidacyBond' | 'CandidateAdded' | 'CandidateBondUpdated' | 'CandidateRemoved' | 'CandidateReplaced' | 'InvalidInvulnerableSkipped';
|
||||
}
|
||||
@@ -404,7 +410,7 @@ declare module '@pezkuwi/types/lookup' {
|
||||
interface PezpalletCollatorSelectionCall extends Enum {
|
||||
readonly isSetInvulnerables: boolean;
|
||||
readonly asSetInvulnerables: {
|
||||
readonly new_: Vec<AccountId32>;
|
||||
readonly new_: Vec<PezspCoreCryptoAccountId32>;
|
||||
} & Struct;
|
||||
readonly isSetDesiredCandidates: boolean;
|
||||
readonly asSetDesiredCandidates: {
|
||||
@@ -418,11 +424,11 @@ declare module '@pezkuwi/types/lookup' {
|
||||
readonly isLeaveIntent: boolean;
|
||||
readonly isAddInvulnerable: boolean;
|
||||
readonly asAddInvulnerable: {
|
||||
readonly who: AccountId32;
|
||||
readonly who: PezspCoreCryptoAccountId32;
|
||||
} & Struct;
|
||||
readonly isRemoveInvulnerable: boolean;
|
||||
readonly asRemoveInvulnerable: {
|
||||
readonly who: AccountId32;
|
||||
readonly who: PezspCoreCryptoAccountId32;
|
||||
} & Struct;
|
||||
readonly isUpdateBond: boolean;
|
||||
readonly asUpdateBond: {
|
||||
@@ -431,7 +437,7 @@ declare module '@pezkuwi/types/lookup' {
|
||||
readonly isTakeCandidateSlot: boolean;
|
||||
readonly asTakeCandidateSlot: {
|
||||
readonly deposit: u128;
|
||||
readonly target: AccountId32;
|
||||
readonly target: PezspCoreCryptoAccountId32;
|
||||
} & Struct;
|
||||
readonly type: 'SetInvulnerables' | 'SetDesiredCandidates' | 'SetCandidacyBond' | 'RegisterAsCandidate' | 'LeaveIntent' | 'AddInvulnerable' | 'RemoveInvulnerable' | 'UpdateBond' | 'TakeCandidateSlot';
|
||||
}
|
||||
@@ -628,21 +634,21 @@ declare module '@pezkuwi/types/lookup' {
|
||||
/** @name AssetHubPezkuwiRuntimeStakingNposCompactSolution16 (417) */
|
||||
interface AssetHubPezkuwiRuntimeStakingNposCompactSolution16 extends Struct {
|
||||
readonly votes1: Vec<ITuple<[Compact<u32>, Compact<u16>]>>;
|
||||
readonly votes2: Vec<ITuple<[Compact<u32>, ITuple<[Compact<u16>, Compact<PerU16>]>, Compact<u16>]>>;
|
||||
readonly votes3: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
||||
readonly votes4: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
||||
readonly votes5: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
||||
readonly votes6: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
||||
readonly votes7: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
||||
readonly votes8: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
||||
readonly votes9: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
||||
readonly votes10: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
||||
readonly votes11: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
||||
readonly votes12: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
||||
readonly votes13: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
||||
readonly votes14: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
||||
readonly votes15: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
||||
readonly votes16: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
||||
readonly votes2: Vec<ITuple<[Compact<u32>, ITuple<[Compact<u16>, Compact<u16>]>, Compact<u16>]>>;
|
||||
readonly votes3: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
|
||||
readonly votes4: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
|
||||
readonly votes5: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
|
||||
readonly votes6: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
|
||||
readonly votes7: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
|
||||
readonly votes8: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
|
||||
readonly votes9: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
|
||||
readonly votes10: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
|
||||
readonly votes11: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
|
||||
readonly votes12: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
|
||||
readonly votes13: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
|
||||
readonly votes14: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
|
||||
readonly votes15: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
|
||||
readonly votes16: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
|
||||
}
|
||||
|
||||
/** @name PezpalletElectionProviderMultiBlockSignedPezpalletCall (468) */
|
||||
@@ -664,7 +670,7 @@ declare module '@pezkuwi/types/lookup' {
|
||||
} & Struct;
|
||||
readonly isSetInvulnerables: boolean;
|
||||
readonly asSetInvulnerables: {
|
||||
readonly inv: Vec<AccountId32>;
|
||||
readonly inv: Vec<PezspCoreCryptoAccountId32>;
|
||||
} & Struct;
|
||||
readonly type: 'Register' | 'SubmitPage' | 'Bail' | 'ClearOldRoundData' | 'SetInvulnerables';
|
||||
}
|
||||
@@ -694,7 +700,7 @@ declare module '@pezkuwi/types/lookup' {
|
||||
} & Struct;
|
||||
readonly isNominate: boolean;
|
||||
readonly asNominate: {
|
||||
readonly targets: Vec<MultiAddress>;
|
||||
readonly targets: Vec<PezspRuntimeMultiAddress>;
|
||||
} & Struct;
|
||||
readonly isChill: boolean;
|
||||
readonly isSetPayee: boolean;
|
||||
@@ -712,28 +718,28 @@ declare module '@pezkuwi/types/lookup' {
|
||||
} & Struct;
|
||||
readonly isScaleValidatorCount: boolean;
|
||||
readonly asScaleValidatorCount: {
|
||||
readonly factor: Percent;
|
||||
readonly factor: u8;
|
||||
} & Struct;
|
||||
readonly isForceNoEras: boolean;
|
||||
readonly isForceNewEra: boolean;
|
||||
readonly isSetInvulnerables: boolean;
|
||||
readonly asSetInvulnerables: {
|
||||
readonly invulnerables: Vec<AccountId32>;
|
||||
readonly invulnerables: Vec<PezspCoreCryptoAccountId32>;
|
||||
} & Struct;
|
||||
readonly isForceUnstake: boolean;
|
||||
readonly asForceUnstake: {
|
||||
readonly stash: AccountId32;
|
||||
readonly stash: PezspCoreCryptoAccountId32;
|
||||
readonly numSlashingSpans: u32;
|
||||
} & Struct;
|
||||
readonly isForceNewEraAlways: boolean;
|
||||
readonly isCancelDeferredSlash: boolean;
|
||||
readonly asCancelDeferredSlash: {
|
||||
readonly era: u32;
|
||||
readonly validatorSlashes: Vec<ITuple<[AccountId32, Perbill]>>;
|
||||
readonly validatorSlashes: Vec<ITuple<[PezspCoreCryptoAccountId32, u32]>>;
|
||||
} & Struct;
|
||||
readonly isPayoutStakers: boolean;
|
||||
readonly asPayoutStakers: {
|
||||
readonly validatorStash: AccountId32;
|
||||
readonly validatorStash: PezspCoreCryptoAccountId32;
|
||||
readonly era: u32;
|
||||
} & Struct;
|
||||
readonly isRebond: boolean;
|
||||
@@ -742,12 +748,12 @@ declare module '@pezkuwi/types/lookup' {
|
||||
} & Struct;
|
||||
readonly isReapStash: boolean;
|
||||
readonly asReapStash: {
|
||||
readonly stash: AccountId32;
|
||||
readonly stash: PezspCoreCryptoAccountId32;
|
||||
readonly numSlashingSpans: u32;
|
||||
} & Struct;
|
||||
readonly isKick: boolean;
|
||||
readonly asKick: {
|
||||
readonly who: Vec<MultiAddress>;
|
||||
readonly who: Vec<PezspRuntimeMultiAddress>;
|
||||
} & Struct;
|
||||
readonly isSetStakingConfigs: boolean;
|
||||
readonly asSetStakingConfigs: {
|
||||
@@ -761,45 +767,45 @@ declare module '@pezkuwi/types/lookup' {
|
||||
} & Struct;
|
||||
readonly isChillOther: boolean;
|
||||
readonly asChillOther: {
|
||||
readonly stash: AccountId32;
|
||||
readonly stash: PezspCoreCryptoAccountId32;
|
||||
} & Struct;
|
||||
readonly isForceApplyMinCommission: boolean;
|
||||
readonly asForceApplyMinCommission: {
|
||||
readonly validatorStash: AccountId32;
|
||||
readonly validatorStash: PezspCoreCryptoAccountId32;
|
||||
} & Struct;
|
||||
readonly isSetMinCommission: boolean;
|
||||
readonly asSetMinCommission: {
|
||||
readonly new_: Perbill;
|
||||
readonly new_: u32;
|
||||
} & Struct;
|
||||
readonly isPayoutStakersByPage: boolean;
|
||||
readonly asPayoutStakersByPage: {
|
||||
readonly validatorStash: AccountId32;
|
||||
readonly validatorStash: PezspCoreCryptoAccountId32;
|
||||
readonly era: u32;
|
||||
readonly page: u32;
|
||||
} & Struct;
|
||||
readonly isUpdatePayee: boolean;
|
||||
readonly asUpdatePayee: {
|
||||
readonly controller: AccountId32;
|
||||
readonly controller: PezspCoreCryptoAccountId32;
|
||||
} & Struct;
|
||||
readonly isDeprecateControllerBatch: boolean;
|
||||
readonly asDeprecateControllerBatch: {
|
||||
readonly controllers: Vec<AccountId32>;
|
||||
readonly controllers: Vec<PezspCoreCryptoAccountId32>;
|
||||
} & Struct;
|
||||
readonly isRestoreLedger: boolean;
|
||||
readonly asRestoreLedger: {
|
||||
readonly stash: AccountId32;
|
||||
readonly maybeController: Option<AccountId32>;
|
||||
readonly stash: PezspCoreCryptoAccountId32;
|
||||
readonly maybeController: Option<PezspCoreCryptoAccountId32>;
|
||||
readonly maybeTotal: Option<u128>;
|
||||
readonly maybeUnlocking: Option<Vec<PezpalletStakingAsyncLedgerUnlockChunk>>;
|
||||
} & Struct;
|
||||
readonly isMigrateCurrency: boolean;
|
||||
readonly asMigrateCurrency: {
|
||||
readonly stash: AccountId32;
|
||||
readonly stash: PezspCoreCryptoAccountId32;
|
||||
} & Struct;
|
||||
readonly isApplySlash: boolean;
|
||||
readonly asApplySlash: {
|
||||
readonly slashEra: u32;
|
||||
readonly slashKey: ITuple<[AccountId32, Perbill, u32]>;
|
||||
readonly slashKey: ITuple<[PezspCoreCryptoAccountId32, u32, u32]>;
|
||||
} & Struct;
|
||||
readonly isPruneEraStep: boolean;
|
||||
readonly asPruneEraStep: {
|
||||
@@ -814,14 +820,14 @@ declare module '@pezkuwi/types/lookup' {
|
||||
readonly isStash: boolean;
|
||||
readonly isController: boolean;
|
||||
readonly isAccount: boolean;
|
||||
readonly asAccount: AccountId32;
|
||||
readonly asAccount: PezspCoreCryptoAccountId32;
|
||||
readonly isNone: boolean;
|
||||
readonly type: 'Staked' | 'Stash' | 'Controller' | 'Account' | 'None';
|
||||
}
|
||||
|
||||
/** @name PezpalletStakingAsyncValidatorPrefs (472) */
|
||||
interface PezpalletStakingAsyncValidatorPrefs extends Struct {
|
||||
readonly commission: Compact<Perbill>;
|
||||
readonly commission: Compact<u32>;
|
||||
readonly blocked: bool;
|
||||
}
|
||||
|
||||
@@ -847,7 +853,7 @@ declare module '@pezkuwi/types/lookup' {
|
||||
interface PezpalletStakingAsyncPezpalletConfigOpPercent extends Enum {
|
||||
readonly isNoop: boolean;
|
||||
readonly isSet: boolean;
|
||||
readonly asSet: Percent;
|
||||
readonly asSet: u8;
|
||||
readonly isRemove: boolean;
|
||||
readonly type: 'Noop' | 'Set' | 'Remove';
|
||||
}
|
||||
@@ -856,7 +862,7 @@ declare module '@pezkuwi/types/lookup' {
|
||||
interface PezpalletStakingAsyncPezpalletConfigOpPerbill extends Enum {
|
||||
readonly isNoop: boolean;
|
||||
readonly isSet: boolean;
|
||||
readonly asSet: Perbill;
|
||||
readonly asSet: u32;
|
||||
readonly isRemove: boolean;
|
||||
readonly type: 'Noop' | 'Set' | 'Remove';
|
||||
}
|
||||
@@ -872,19 +878,19 @@ declare module '@pezkuwi/types/lookup' {
|
||||
readonly isUnreserveLeaseDeposit: boolean;
|
||||
readonly asUnreserveLeaseDeposit: {
|
||||
readonly block: u32;
|
||||
readonly depositor: Option<AccountId32>;
|
||||
readonly depositor: Option<PezspCoreCryptoAccountId32>;
|
||||
readonly paraId: u32;
|
||||
} & Struct;
|
||||
readonly isWithdrawCrowdloanContribution: boolean;
|
||||
readonly asWithdrawCrowdloanContribution: {
|
||||
readonly block: u32;
|
||||
readonly depositor: Option<AccountId32>;
|
||||
readonly depositor: Option<PezspCoreCryptoAccountId32>;
|
||||
readonly paraId: u32;
|
||||
} & Struct;
|
||||
readonly isUnreserveCrowdloanReserve: boolean;
|
||||
readonly asUnreserveCrowdloanReserve: {
|
||||
readonly block: u32;
|
||||
readonly depositor: Option<AccountId32>;
|
||||
readonly depositor: Option<PezspCoreCryptoAccountId32>;
|
||||
readonly paraId: u32;
|
||||
} & Struct;
|
||||
readonly isTransferToPostMigrationTreasury: boolean;
|
||||
@@ -1007,7 +1013,7 @@ declare module '@pezkuwi/types/lookup' {
|
||||
} & Struct;
|
||||
readonly isSetManager: boolean;
|
||||
readonly asSetManager: {
|
||||
readonly new_: Option<AccountId32>;
|
||||
readonly new_: Option<PezspCoreCryptoAccountId32>;
|
||||
} & Struct;
|
||||
readonly isFinishMigration: boolean;
|
||||
readonly asFinishMigration: {
|
||||
@@ -1024,7 +1030,7 @@ declare module '@pezkuwi/types/lookup' {
|
||||
|
||||
/** @name PezpalletRcMigratorAccountsAccount (491) */
|
||||
interface PezpalletRcMigratorAccountsAccount extends Struct {
|
||||
readonly who: AccountId32;
|
||||
readonly who: PezspCoreCryptoAccountId32;
|
||||
readonly free: u128;
|
||||
readonly reserved: u128;
|
||||
readonly frozen: u128;
|
||||
@@ -1074,27 +1080,27 @@ declare module '@pezkuwi/types/lookup' {
|
||||
|
||||
/** @name PezpalletRcMigratorMultisigRcMultisig (512) */
|
||||
interface PezpalletRcMigratorMultisigRcMultisig extends Struct {
|
||||
readonly creator: AccountId32;
|
||||
readonly creator: PezspCoreCryptoAccountId32;
|
||||
readonly deposit: u128;
|
||||
}
|
||||
|
||||
/** @name PezpalletRcMigratorProxyRcProxy (514) */
|
||||
interface PezpalletRcMigratorProxyRcProxy extends Struct {
|
||||
readonly delegator: AccountId32;
|
||||
readonly delegator: PezspCoreCryptoAccountId32;
|
||||
readonly deposit: u128;
|
||||
readonly proxies: Vec<PezpalletProxyProxyDefinitionPezkuwiRuntimeConstantsProxyProxyType>;
|
||||
}
|
||||
|
||||
/** @name PezpalletProxyProxyDefinitionPezkuwiRuntimeConstantsProxyProxyType (517) */
|
||||
interface PezpalletProxyProxyDefinitionPezkuwiRuntimeConstantsProxyProxyType extends Struct {
|
||||
readonly delegate: AccountId32;
|
||||
readonly delegate: PezspCoreCryptoAccountId32;
|
||||
readonly proxyType: PezkuwiRuntimeConstantsProxyProxyType;
|
||||
readonly delay: u32;
|
||||
}
|
||||
|
||||
/** @name PezpalletRcMigratorProxyRcProxyAnnouncement (519) */
|
||||
interface PezpalletRcMigratorProxyRcProxyAnnouncement extends Struct {
|
||||
readonly depositor: AccountId32;
|
||||
readonly depositor: PezspCoreCryptoAccountId32;
|
||||
readonly deposit: u128;
|
||||
}
|
||||
|
||||
@@ -1116,12 +1122,12 @@ declare module '@pezkuwi/types/lookup' {
|
||||
interface PezpalletRcMigratorPreimageRequestStatusPortableRequestStatusInner extends Enum {
|
||||
readonly isUnrequested: boolean;
|
||||
readonly asUnrequested: {
|
||||
readonly ticket: ITuple<[AccountId32, Bytes]>;
|
||||
readonly ticket: ITuple<[PezspCoreCryptoAccountId32, Bytes]>;
|
||||
readonly len: u32;
|
||||
} & Struct;
|
||||
readonly isRequested: boolean;
|
||||
readonly asRequested: {
|
||||
readonly maybeTicket: Option<ITuple<[AccountId32, Bytes]>>;
|
||||
readonly maybeTicket: Option<ITuple<[PezspCoreCryptoAccountId32, Bytes]>>;
|
||||
readonly count: u32;
|
||||
readonly maybeLen: Option<u32>;
|
||||
} & Struct;
|
||||
@@ -1131,7 +1137,7 @@ declare module '@pezkuwi/types/lookup' {
|
||||
/** @name PezpalletRcMigratorPreimageLegacyRequestStatusRcPreimageLegacyStatus (530) */
|
||||
interface PezpalletRcMigratorPreimageLegacyRequestStatusRcPreimageLegacyStatus extends Struct {
|
||||
readonly hash_: H256;
|
||||
readonly depositor: AccountId32;
|
||||
readonly depositor: PezspCoreCryptoAccountId32;
|
||||
readonly deposit: u128;
|
||||
}
|
||||
|
||||
@@ -1143,7 +1149,7 @@ declare module '@pezkuwi/types/lookup' {
|
||||
} & Struct;
|
||||
readonly isPoolMembers: boolean;
|
||||
readonly asPoolMembers: {
|
||||
readonly member: ITuple<[AccountId32, PezpalletNominationPoolsPoolMember]>;
|
||||
readonly member: ITuple<[PezspCoreCryptoAccountId32, PezpalletNominationPoolsPoolMember]>;
|
||||
} & Struct;
|
||||
readonly isBondedPools: boolean;
|
||||
readonly asBondedPools: {
|
||||
@@ -1163,11 +1169,11 @@ declare module '@pezkuwi/types/lookup' {
|
||||
} & Struct;
|
||||
readonly isReversePoolIdLookup: boolean;
|
||||
readonly asReversePoolIdLookup: {
|
||||
readonly lookups: ITuple<[AccountId32, u32]>;
|
||||
readonly lookups: ITuple<[PezspCoreCryptoAccountId32, u32]>;
|
||||
} & Struct;
|
||||
readonly isClaimPermissions: boolean;
|
||||
readonly asClaimPermissions: {
|
||||
readonly perms: ITuple<[AccountId32, PezpalletNominationPoolsClaimPermission]>;
|
||||
readonly perms: ITuple<[PezspCoreCryptoAccountId32, PezpalletNominationPoolsClaimPermission]>;
|
||||
} & Struct;
|
||||
readonly type: 'StorageValues' | 'PoolMembers' | 'BondedPools' | 'RewardPools' | 'SubPoolsStorage' | 'Metadata' | 'ReversePoolIdLookup' | 'ClaimPermissions';
|
||||
}
|
||||
@@ -1180,7 +1186,7 @@ declare module '@pezkuwi/types/lookup' {
|
||||
readonly maxPools: Option<u32>;
|
||||
readonly maxPoolMembers: Option<u32>;
|
||||
readonly maxPoolMembersPerPool: Option<u32>;
|
||||
readonly globalMaxCommission: Option<Perbill>;
|
||||
readonly globalMaxCommission: Option<u32>;
|
||||
readonly lastPoolId: Option<u32>;
|
||||
}
|
||||
|
||||
@@ -1207,7 +1213,7 @@ declare module '@pezkuwi/types/lookup' {
|
||||
|
||||
/** @name PezpalletRcMigratorVestingRcVestingSchedule (558) */
|
||||
interface PezpalletRcMigratorVestingRcVestingSchedule extends Struct {
|
||||
readonly who: AccountId32;
|
||||
readonly who: PezspCoreCryptoAccountId32;
|
||||
readonly schedules: Vec<PezpalletVestingVestingInfo>;
|
||||
}
|
||||
|
||||
@@ -1275,7 +1281,7 @@ declare module '@pezkuwi/types/lookup' {
|
||||
readonly isSigning: boolean;
|
||||
readonly asSigning: ITuple<[PezkuwiRuntimeCommonClaimsEthereumAddress, PezkuwiRuntimeCommonClaimsStatementKind]>;
|
||||
readonly isPreclaims: boolean;
|
||||
readonly asPreclaims: ITuple<[AccountId32, PezkuwiRuntimeCommonClaimsEthereumAddress]>;
|
||||
readonly asPreclaims: ITuple<[PezspCoreCryptoAccountId32, PezkuwiRuntimeCommonClaimsEthereumAddress]>;
|
||||
readonly type: 'StorageValues' | 'Claims' | 'Vesting' | 'Signing' | 'Preclaims';
|
||||
}
|
||||
|
||||
@@ -1283,7 +1289,7 @@ declare module '@pezkuwi/types/lookup' {
|
||||
interface PezpalletRcMigratorStakingBagsListPortableBagsListMessage extends Enum {
|
||||
readonly isNode: boolean;
|
||||
readonly asNode: {
|
||||
readonly id: AccountId32;
|
||||
readonly id: PezspCoreCryptoAccountId32;
|
||||
readonly node: PezpalletRcMigratorStakingBagsListPortableNode;
|
||||
} & Struct;
|
||||
readonly isBag: boolean;
|
||||
@@ -1296,17 +1302,17 @@ declare module '@pezkuwi/types/lookup' {
|
||||
|
||||
/** @name PezpalletRcMigratorStakingBagsListPortableNode (586) */
|
||||
interface PezpalletRcMigratorStakingBagsListPortableNode extends Struct {
|
||||
readonly id: AccountId32;
|
||||
readonly prev: Option<AccountId32>;
|
||||
readonly next: Option<AccountId32>;
|
||||
readonly id: PezspCoreCryptoAccountId32;
|
||||
readonly prev: Option<PezspCoreCryptoAccountId32>;
|
||||
readonly next: Option<PezspCoreCryptoAccountId32>;
|
||||
readonly bagUpper: u64;
|
||||
readonly score: u64;
|
||||
}
|
||||
|
||||
/** @name PezpalletRcMigratorStakingBagsListPortableBag (587) */
|
||||
interface PezpalletRcMigratorStakingBagsListPortableBag extends Struct {
|
||||
readonly head: Option<AccountId32>;
|
||||
readonly tail: Option<AccountId32>;
|
||||
readonly head: Option<PezspCoreCryptoAccountId32>;
|
||||
readonly tail: Option<PezspCoreCryptoAccountId32>;
|
||||
readonly bagUpper: u64;
|
||||
}
|
||||
|
||||
@@ -1324,7 +1330,7 @@ declare module '@pezkuwi/types/lookup' {
|
||||
/** @name PezpalletRcMigratorIndicesRcIndicesIndex (594) */
|
||||
interface PezpalletRcMigratorIndicesRcIndicesIndex extends Struct {
|
||||
readonly index: u32;
|
||||
readonly who: AccountId32;
|
||||
readonly who: PezspCoreCryptoAccountId32;
|
||||
readonly deposit: u128;
|
||||
readonly frozen: bool;
|
||||
}
|
||||
@@ -1332,9 +1338,9 @@ declare module '@pezkuwi/types/lookup' {
|
||||
/** @name PezpalletRcMigratorConvictionVotingRcConvictionVotingMessage (596) */
|
||||
interface PezpalletRcMigratorConvictionVotingRcConvictionVotingMessage extends Enum {
|
||||
readonly isVotingFor: boolean;
|
||||
readonly asVotingFor: ITuple<[AccountId32, u16, PezpalletConvictionVotingVoteVoting]>;
|
||||
readonly asVotingFor: ITuple<[PezspCoreCryptoAccountId32, u16, PezpalletConvictionVotingVoteVoting]>;
|
||||
readonly isClassLocksFor: boolean;
|
||||
readonly asClassLocksFor: ITuple<[AccountId32, Vec<ITuple<[u16, u128]>>]>;
|
||||
readonly asClassLocksFor: ITuple<[PezspCoreCryptoAccountId32, Vec<ITuple<[u16, u128]>>]>;
|
||||
readonly type: 'VotingFor' | 'ClassLocksFor';
|
||||
}
|
||||
|
||||
@@ -1353,7 +1359,7 @@ declare module '@pezkuwi/types/lookup' {
|
||||
|
||||
/** @name PezpalletRcMigratorBountiesAliasBounty (611) */
|
||||
interface PezpalletRcMigratorBountiesAliasBounty extends Struct {
|
||||
readonly proposer: AccountId32;
|
||||
readonly proposer: PezspCoreCryptoAccountId32;
|
||||
readonly value: u128;
|
||||
readonly fee: u128;
|
||||
readonly curatorDeposit: u128;
|
||||
@@ -1366,22 +1372,22 @@ declare module '@pezkuwi/types/lookup' {
|
||||
readonly isLeaseReserve: boolean;
|
||||
readonly asLeaseReserve: {
|
||||
readonly unreserveBlock: u32;
|
||||
readonly account: AccountId32;
|
||||
readonly account: PezspCoreCryptoAccountId32;
|
||||
readonly paraId: u32;
|
||||
readonly amount: u128;
|
||||
} & Struct;
|
||||
readonly isCrowdloanContribution: boolean;
|
||||
readonly asCrowdloanContribution: {
|
||||
readonly withdrawBlock: u32;
|
||||
readonly contributor: AccountId32;
|
||||
readonly contributor: PezspCoreCryptoAccountId32;
|
||||
readonly paraId: u32;
|
||||
readonly amount: u128;
|
||||
readonly crowdloanAccount: AccountId32;
|
||||
readonly crowdloanAccount: PezspCoreCryptoAccountId32;
|
||||
} & Struct;
|
||||
readonly isCrowdloanReserve: boolean;
|
||||
readonly asCrowdloanReserve: {
|
||||
readonly unreserveBlock: u32;
|
||||
readonly depositor: AccountId32;
|
||||
readonly depositor: PezspCoreCryptoAccountId32;
|
||||
readonly paraId: u32;
|
||||
readonly amount: u128;
|
||||
} & Struct;
|
||||
@@ -1449,14 +1455,14 @@ declare module '@pezkuwi/types/lookup' {
|
||||
interface PezpalletRcMigratorStakingDelegatedStakingPortableDelegatedStakingMessage extends Enum {
|
||||
readonly isDelegators: boolean;
|
||||
readonly asDelegators: {
|
||||
readonly delegator: AccountId32;
|
||||
readonly agent: AccountId32;
|
||||
readonly delegator: PezspCoreCryptoAccountId32;
|
||||
readonly agent: PezspCoreCryptoAccountId32;
|
||||
readonly amount: u128;
|
||||
} & Struct;
|
||||
readonly isAgents: boolean;
|
||||
readonly asAgents: {
|
||||
readonly agent: AccountId32;
|
||||
readonly payee: AccountId32;
|
||||
readonly agent: PezspCoreCryptoAccountId32;
|
||||
readonly payee: PezspCoreCryptoAccountId32;
|
||||
readonly totalDelegated: u128;
|
||||
readonly unclaimedWithdrawals: u128;
|
||||
readonly pendingSlash: u128;
|
||||
@@ -1512,16 +1518,16 @@ declare module '@pezkuwi/types/lookup' {
|
||||
readonly isAdded: boolean;
|
||||
readonly isCuratorProposed: boolean;
|
||||
readonly asCuratorProposed: {
|
||||
readonly curator: AccountId32;
|
||||
readonly curator: PezspCoreCryptoAccountId32;
|
||||
} & Struct;
|
||||
readonly isActive: boolean;
|
||||
readonly asActive: {
|
||||
readonly curator: AccountId32;
|
||||
readonly curator: PezspCoreCryptoAccountId32;
|
||||
} & Struct;
|
||||
readonly isPendingPayout: boolean;
|
||||
readonly asPendingPayout: {
|
||||
readonly curator: AccountId32;
|
||||
readonly beneficiary: AccountId32;
|
||||
readonly curator: PezspCoreCryptoAccountId32;
|
||||
readonly beneficiary: PezspCoreCryptoAccountId32;
|
||||
readonly unlockAt: u32;
|
||||
} & Struct;
|
||||
readonly type: 'Added' | 'CuratorProposed' | 'Active' | 'PendingPayout';
|
||||
@@ -1532,57 +1538,57 @@ declare module '@pezkuwi/types/lookup' {
|
||||
readonly isValues: boolean;
|
||||
readonly asValues: PezpalletRcMigratorStakingMessageStakingValues;
|
||||
readonly isInvulnerables: boolean;
|
||||
readonly asInvulnerables: Vec<AccountId32>;
|
||||
readonly asInvulnerables: Vec<PezspCoreCryptoAccountId32>;
|
||||
readonly isBonded: boolean;
|
||||
readonly asBonded: {
|
||||
readonly stash: AccountId32;
|
||||
readonly controller: AccountId32;
|
||||
readonly stash: PezspCoreCryptoAccountId32;
|
||||
readonly controller: PezspCoreCryptoAccountId32;
|
||||
} & Struct;
|
||||
readonly isLedger: boolean;
|
||||
readonly asLedger: {
|
||||
readonly controller: AccountId32;
|
||||
readonly controller: PezspCoreCryptoAccountId32;
|
||||
readonly ledger: PezpalletRcMigratorStakingMessagePortableStakingLedger;
|
||||
} & Struct;
|
||||
readonly isPayee: boolean;
|
||||
readonly asPayee: {
|
||||
readonly stash: AccountId32;
|
||||
readonly stash: PezspCoreCryptoAccountId32;
|
||||
readonly payment: PezpalletRcMigratorStakingMessagePortableRewardDestination;
|
||||
} & Struct;
|
||||
readonly isValidators: boolean;
|
||||
readonly asValidators: {
|
||||
readonly stash: AccountId32;
|
||||
readonly stash: PezspCoreCryptoAccountId32;
|
||||
readonly validators: PezpalletRcMigratorStakingMessagePortableValidatorPrefs;
|
||||
} & Struct;
|
||||
readonly isNominators: boolean;
|
||||
readonly asNominators: {
|
||||
readonly stash: AccountId32;
|
||||
readonly stash: PezspCoreCryptoAccountId32;
|
||||
readonly nominations: PezpalletRcMigratorStakingMessagePortableNominations;
|
||||
} & Struct;
|
||||
readonly isVirtualStakers: boolean;
|
||||
readonly asVirtualStakers: AccountId32;
|
||||
readonly asVirtualStakers: PezspCoreCryptoAccountId32;
|
||||
readonly isErasStakersOverview: boolean;
|
||||
readonly asErasStakersOverview: {
|
||||
readonly era: u32;
|
||||
readonly validator: AccountId32;
|
||||
readonly validator: PezspCoreCryptoAccountId32;
|
||||
readonly exposure: PezpalletRcMigratorStakingMessagePortablePagedExposureMetadata;
|
||||
} & Struct;
|
||||
readonly isErasStakersPaged: boolean;
|
||||
readonly asErasStakersPaged: {
|
||||
readonly era: u32;
|
||||
readonly validator: AccountId32;
|
||||
readonly validator: PezspCoreCryptoAccountId32;
|
||||
readonly page: u32;
|
||||
readonly exposure: PezpalletRcMigratorStakingMessagePortableExposurePage;
|
||||
} & Struct;
|
||||
readonly isClaimedRewards: boolean;
|
||||
readonly asClaimedRewards: {
|
||||
readonly era: u32;
|
||||
readonly validator: AccountId32;
|
||||
readonly validator: PezspCoreCryptoAccountId32;
|
||||
readonly rewards: Vec<u32>;
|
||||
} & Struct;
|
||||
readonly isErasValidatorPrefs: boolean;
|
||||
readonly asErasValidatorPrefs: {
|
||||
readonly era: u32;
|
||||
readonly validator: AccountId32;
|
||||
readonly validator: PezspCoreCryptoAccountId32;
|
||||
readonly prefs: PezpalletRcMigratorStakingMessagePortableValidatorPrefs;
|
||||
} & Struct;
|
||||
readonly isErasValidatorReward: boolean;
|
||||
@@ -1610,8 +1616,8 @@ declare module '@pezkuwi/types/lookup' {
|
||||
readonly isValidatorSlashInEra: boolean;
|
||||
readonly asValidatorSlashInEra: {
|
||||
readonly era: u32;
|
||||
readonly validator: AccountId32;
|
||||
readonly slash: ITuple<[Perbill, u128]>;
|
||||
readonly validator: PezspCoreCryptoAccountId32;
|
||||
readonly slash: ITuple<[u32, u128]>;
|
||||
} & Struct;
|
||||
readonly type: 'Values' | 'Invulnerables' | 'Bonded' | 'Ledger' | 'Payee' | 'Validators' | 'Nominators' | 'VirtualStakers' | 'ErasStakersOverview' | 'ErasStakersPaged' | 'ClaimedRewards' | 'ErasValidatorPrefs' | 'ErasValidatorReward' | 'ErasRewardPoints' | 'ErasTotalStake' | 'UnappliedSlashes' | 'BondedEras' | 'ValidatorSlashInEra';
|
||||
}
|
||||
@@ -1623,17 +1629,17 @@ declare module '@pezkuwi/types/lookup' {
|
||||
readonly minNominatorBond: Option<u128>;
|
||||
readonly minValidatorBond: Option<u128>;
|
||||
readonly minActiveStake: Option<u128>;
|
||||
readonly minCommission: Option<Perbill>;
|
||||
readonly minCommission: Option<u32>;
|
||||
readonly maxValidatorsCount: Option<u32>;
|
||||
readonly maxNominatorsCount: Option<u32>;
|
||||
readonly currentEra: Option<u32>;
|
||||
readonly activeEra: Option<PezpalletRcMigratorStakingMessagePortableActiveEraInfo>;
|
||||
readonly forceEra: Option<PezpalletRcMigratorStakingMessagePortableForcing>;
|
||||
readonly maxStakedRewards: Option<Percent>;
|
||||
readonly slashRewardFraction: Option<Perbill>;
|
||||
readonly maxStakedRewards: Option<u8>;
|
||||
readonly slashRewardFraction: Option<u32>;
|
||||
readonly canceledSlashPayout: Option<u128>;
|
||||
readonly currentPlannedSession: Option<u32>;
|
||||
readonly chillThreshold: Option<Percent>;
|
||||
readonly chillThreshold: Option<u8>;
|
||||
}
|
||||
|
||||
/** @name PezpalletRcMigratorStakingMessagePortableActiveEraInfo (641) */
|
||||
@@ -1653,7 +1659,7 @@ declare module '@pezkuwi/types/lookup' {
|
||||
|
||||
/** @name PezpalletRcMigratorStakingMessagePortableStakingLedger (645) */
|
||||
interface PezpalletRcMigratorStakingMessagePortableStakingLedger extends Struct {
|
||||
readonly stash: AccountId32;
|
||||
readonly stash: PezspCoreCryptoAccountId32;
|
||||
readonly total: u128;
|
||||
readonly active: u128;
|
||||
readonly unlocking: Vec<PezpalletRcMigratorStakingMessagePortableUnlockChunk>;
|
||||
@@ -1671,20 +1677,20 @@ declare module '@pezkuwi/types/lookup' {
|
||||
readonly isStash: boolean;
|
||||
readonly isController: boolean;
|
||||
readonly isAccount: boolean;
|
||||
readonly asAccount: AccountId32;
|
||||
readonly asAccount: PezspCoreCryptoAccountId32;
|
||||
readonly isNone: boolean;
|
||||
readonly type: 'Staked' | 'Stash' | 'Controller' | 'Account' | 'None';
|
||||
}
|
||||
|
||||
/** @name PezpalletRcMigratorStakingMessagePortableValidatorPrefs (650) */
|
||||
interface PezpalletRcMigratorStakingMessagePortableValidatorPrefs extends Struct {
|
||||
readonly commission: Perbill;
|
||||
readonly commission: u32;
|
||||
readonly blocked: bool;
|
||||
}
|
||||
|
||||
/** @name PezpalletRcMigratorStakingMessagePortableNominations (651) */
|
||||
interface PezpalletRcMigratorStakingMessagePortableNominations extends Struct {
|
||||
readonly targets: Vec<AccountId32>;
|
||||
readonly targets: Vec<PezspCoreCryptoAccountId32>;
|
||||
readonly submittedIn: u32;
|
||||
readonly suppressed: bool;
|
||||
}
|
||||
@@ -1705,22 +1711,22 @@ declare module '@pezkuwi/types/lookup' {
|
||||
|
||||
/** @name PezpalletRcMigratorStakingMessagePortableIndividualExposure (656) */
|
||||
interface PezpalletRcMigratorStakingMessagePortableIndividualExposure extends Struct {
|
||||
readonly who: AccountId32;
|
||||
readonly who: PezspCoreCryptoAccountId32;
|
||||
readonly value: u128;
|
||||
}
|
||||
|
||||
/** @name PezpalletRcMigratorStakingMessagePortableEraRewardPoints (658) */
|
||||
interface PezpalletRcMigratorStakingMessagePortableEraRewardPoints extends Struct {
|
||||
readonly total: u32;
|
||||
readonly individual: Vec<ITuple<[AccountId32, u32]>>;
|
||||
readonly individual: Vec<ITuple<[PezspCoreCryptoAccountId32, u32]>>;
|
||||
}
|
||||
|
||||
/** @name PezpalletRcMigratorStakingMessagePortableUnappliedSlash (660) */
|
||||
interface PezpalletRcMigratorStakingMessagePortableUnappliedSlash extends Struct {
|
||||
readonly validator: AccountId32;
|
||||
readonly validator: PezspCoreCryptoAccountId32;
|
||||
readonly own: u128;
|
||||
readonly others: Vec<ITuple<[AccountId32, u128]>>;
|
||||
readonly reporters: Vec<AccountId32>;
|
||||
readonly others: Vec<ITuple<[PezspCoreCryptoAccountId32, u128]>>;
|
||||
readonly reporters: Vec<PezspCoreCryptoAccountId32>;
|
||||
readonly payout: u128;
|
||||
}
|
||||
|
||||
@@ -1829,19 +1835,19 @@ declare module '@pezkuwi/types/lookup' {
|
||||
/** @name PezpalletElectionProviderMultiBlockSignedPezpalletEvent (690) */
|
||||
interface PezpalletElectionProviderMultiBlockSignedPezpalletEvent extends Enum {
|
||||
readonly isRegistered: boolean;
|
||||
readonly asRegistered: ITuple<[u32, AccountId32, PezspNposElectionsElectionScore]>;
|
||||
readonly asRegistered: ITuple<[u32, PezspCoreCryptoAccountId32, PezspNposElectionsElectionScore]>;
|
||||
readonly isStored: boolean;
|
||||
readonly asStored: ITuple<[u32, AccountId32, u32]>;
|
||||
readonly asStored: ITuple<[u32, PezspCoreCryptoAccountId32, u32]>;
|
||||
readonly isRewarded: boolean;
|
||||
readonly asRewarded: ITuple<[u32, AccountId32, u128]>;
|
||||
readonly asRewarded: ITuple<[u32, PezspCoreCryptoAccountId32, u128]>;
|
||||
readonly isSlashed: boolean;
|
||||
readonly asSlashed: ITuple<[u32, AccountId32, u128]>;
|
||||
readonly asSlashed: ITuple<[u32, PezspCoreCryptoAccountId32, u128]>;
|
||||
readonly isEjected: boolean;
|
||||
readonly asEjected: ITuple<[u32, AccountId32]>;
|
||||
readonly asEjected: ITuple<[u32, PezspCoreCryptoAccountId32]>;
|
||||
readonly isDiscarded: boolean;
|
||||
readonly asDiscarded: ITuple<[u32, AccountId32]>;
|
||||
readonly asDiscarded: ITuple<[u32, PezspCoreCryptoAccountId32]>;
|
||||
readonly isBailed: boolean;
|
||||
readonly asBailed: ITuple<[u32, AccountId32]>;
|
||||
readonly asBailed: ITuple<[u32, PezspCoreCryptoAccountId32]>;
|
||||
readonly type: 'Registered' | 'Stored' | 'Rewarded' | 'Slashed' | 'Ejected' | 'Discarded' | 'Bailed';
|
||||
}
|
||||
|
||||
@@ -1855,13 +1861,13 @@ declare module '@pezkuwi/types/lookup' {
|
||||
} & Struct;
|
||||
readonly isRewarded: boolean;
|
||||
readonly asRewarded: {
|
||||
readonly stash: AccountId32;
|
||||
readonly stash: PezspCoreCryptoAccountId32;
|
||||
readonly dest: PezpalletStakingAsyncRewardDestination;
|
||||
readonly amount: u128;
|
||||
} & Struct;
|
||||
readonly isSlashed: boolean;
|
||||
readonly asSlashed: {
|
||||
readonly staker: AccountId32;
|
||||
readonly staker: PezspCoreCryptoAccountId32;
|
||||
readonly amount: u128;
|
||||
} & Struct;
|
||||
readonly isOldSlashingReportDiscarded: boolean;
|
||||
@@ -1870,42 +1876,42 @@ declare module '@pezkuwi/types/lookup' {
|
||||
} & Struct;
|
||||
readonly isBonded: boolean;
|
||||
readonly asBonded: {
|
||||
readonly stash: AccountId32;
|
||||
readonly stash: PezspCoreCryptoAccountId32;
|
||||
readonly amount: u128;
|
||||
} & Struct;
|
||||
readonly isUnbonded: boolean;
|
||||
readonly asUnbonded: {
|
||||
readonly stash: AccountId32;
|
||||
readonly stash: PezspCoreCryptoAccountId32;
|
||||
readonly amount: u128;
|
||||
} & Struct;
|
||||
readonly isWithdrawn: boolean;
|
||||
readonly asWithdrawn: {
|
||||
readonly stash: AccountId32;
|
||||
readonly stash: PezspCoreCryptoAccountId32;
|
||||
readonly amount: u128;
|
||||
} & Struct;
|
||||
readonly isStakerRemoved: boolean;
|
||||
readonly asStakerRemoved: {
|
||||
readonly stash: AccountId32;
|
||||
readonly stash: PezspCoreCryptoAccountId32;
|
||||
} & Struct;
|
||||
readonly isKicked: boolean;
|
||||
readonly asKicked: {
|
||||
readonly nominator: AccountId32;
|
||||
readonly stash: AccountId32;
|
||||
readonly nominator: PezspCoreCryptoAccountId32;
|
||||
readonly stash: PezspCoreCryptoAccountId32;
|
||||
} & Struct;
|
||||
readonly isChilled: boolean;
|
||||
readonly asChilled: {
|
||||
readonly stash: AccountId32;
|
||||
readonly stash: PezspCoreCryptoAccountId32;
|
||||
} & Struct;
|
||||
readonly isPayoutStarted: boolean;
|
||||
readonly asPayoutStarted: {
|
||||
readonly eraIndex: u32;
|
||||
readonly validatorStash: AccountId32;
|
||||
readonly validatorStash: PezspCoreCryptoAccountId32;
|
||||
readonly page: u32;
|
||||
readonly next: Option<u32>;
|
||||
} & Struct;
|
||||
readonly isValidatorPrefsSet: boolean;
|
||||
readonly asValidatorPrefsSet: {
|
||||
readonly stash: AccountId32;
|
||||
readonly stash: PezspCoreCryptoAccountId32;
|
||||
readonly prefs: PezpalletStakingAsyncValidatorPrefs;
|
||||
} & Struct;
|
||||
readonly isSnapshotVotersSizeExceeded: boolean;
|
||||
@@ -1926,7 +1932,7 @@ declare module '@pezkuwi/types/lookup' {
|
||||
} & Struct;
|
||||
readonly isCurrencyMigrated: boolean;
|
||||
readonly asCurrencyMigrated: {
|
||||
readonly stash: AccountId32;
|
||||
readonly stash: PezspCoreCryptoAccountId32;
|
||||
readonly forceWithdraw: u128;
|
||||
} & Struct;
|
||||
readonly isPagedElectionProceeded: boolean;
|
||||
@@ -1937,20 +1943,20 @@ declare module '@pezkuwi/types/lookup' {
|
||||
readonly isOffenceReported: boolean;
|
||||
readonly asOffenceReported: {
|
||||
readonly offenceEra: u32;
|
||||
readonly validator: AccountId32;
|
||||
readonly fraction: Perbill;
|
||||
readonly validator: PezspCoreCryptoAccountId32;
|
||||
readonly fraction: u32;
|
||||
} & Struct;
|
||||
readonly isSlashComputed: boolean;
|
||||
readonly asSlashComputed: {
|
||||
readonly offenceEra: u32;
|
||||
readonly slashEra: u32;
|
||||
readonly offender: AccountId32;
|
||||
readonly offender: PezspCoreCryptoAccountId32;
|
||||
readonly page: u32;
|
||||
} & Struct;
|
||||
readonly isSlashCancelled: boolean;
|
||||
readonly asSlashCancelled: {
|
||||
readonly slashEra: u32;
|
||||
readonly validator: AccountId32;
|
||||
readonly validator: PezspCoreCryptoAccountId32;
|
||||
} & Struct;
|
||||
readonly isSessionRotated: boolean;
|
||||
readonly asSessionRotated: {
|
||||
@@ -1963,8 +1969,8 @@ declare module '@pezkuwi/types/lookup' {
|
||||
readonly isOffenceTooOld: boolean;
|
||||
readonly asOffenceTooOld: {
|
||||
readonly offenceEra: u32;
|
||||
readonly validator: AccountId32;
|
||||
readonly fraction: Perbill;
|
||||
readonly validator: PezspCoreCryptoAccountId32;
|
||||
readonly fraction: u32;
|
||||
} & Struct;
|
||||
readonly isEraPruned: boolean;
|
||||
readonly asEraPruned: {
|
||||
@@ -1993,21 +1999,21 @@ declare module '@pezkuwi/types/lookup' {
|
||||
interface PezpalletAhOpsEvent extends Enum {
|
||||
readonly isLeaseUnreserveRemaining: boolean;
|
||||
readonly asLeaseUnreserveRemaining: {
|
||||
readonly depositor: AccountId32;
|
||||
readonly depositor: PezspCoreCryptoAccountId32;
|
||||
readonly paraId: u32;
|
||||
readonly remaining: u128;
|
||||
} & Struct;
|
||||
readonly isCrowdloanUnreserveRemaining: boolean;
|
||||
readonly asCrowdloanUnreserveRemaining: {
|
||||
readonly depositor: AccountId32;
|
||||
readonly depositor: PezspCoreCryptoAccountId32;
|
||||
readonly paraId: u32;
|
||||
readonly remaining: u128;
|
||||
} & Struct;
|
||||
readonly isSovereignMigrated: boolean;
|
||||
readonly asSovereignMigrated: {
|
||||
readonly paraId: u32;
|
||||
readonly from: AccountId32;
|
||||
readonly to: AccountId32;
|
||||
readonly from: PezspCoreCryptoAccountId32;
|
||||
readonly to: PezspCoreCryptoAccountId32;
|
||||
readonly derivationIndex: Option<u16>;
|
||||
} & Struct;
|
||||
readonly type: 'LeaseUnreserveRemaining' | 'CrowdloanUnreserveRemaining' | 'SovereignMigrated';
|
||||
@@ -2060,18 +2066,18 @@ declare module '@pezkuwi/types/lookup' {
|
||||
} & Struct;
|
||||
readonly isManagerSet: boolean;
|
||||
readonly asManagerSet: {
|
||||
readonly old: Option<AccountId32>;
|
||||
readonly new_: Option<AccountId32>;
|
||||
readonly old: Option<PezspCoreCryptoAccountId32>;
|
||||
readonly new_: Option<PezspCoreCryptoAccountId32>;
|
||||
} & Struct;
|
||||
readonly isAccountTranslatedParachainSovereign: boolean;
|
||||
readonly asAccountTranslatedParachainSovereign: {
|
||||
readonly from: AccountId32;
|
||||
readonly to: AccountId32;
|
||||
readonly from: PezspCoreCryptoAccountId32;
|
||||
readonly to: PezspCoreCryptoAccountId32;
|
||||
} & Struct;
|
||||
readonly isAccountTranslatedParachainSovereignDerived: boolean;
|
||||
readonly asAccountTranslatedParachainSovereignDerived: {
|
||||
readonly from: AccountId32;
|
||||
readonly to: AccountId32;
|
||||
readonly from: PezspCoreCryptoAccountId32;
|
||||
readonly to: PezspCoreCryptoAccountId32;
|
||||
readonly derivationIndex: u16;
|
||||
} & Struct;
|
||||
readonly isXcmSent: boolean;
|
||||
@@ -2085,13 +2091,13 @@ declare module '@pezkuwi/types/lookup' {
|
||||
readonly asFailedToUnreserveMultisigDeposit: {
|
||||
readonly expectedAmount: u128;
|
||||
readonly missingAmount: u128;
|
||||
readonly account: AccountId32;
|
||||
readonly account: PezspCoreCryptoAccountId32;
|
||||
} & Struct;
|
||||
readonly isFailedToUnreservePreimageDeposit: boolean;
|
||||
readonly asFailedToUnreservePreimageDeposit: {
|
||||
readonly expectedAmount: u128;
|
||||
readonly missingAmount: u128;
|
||||
readonly account: AccountId32;
|
||||
readonly account: PezspCoreCryptoAccountId32;
|
||||
} & Struct;
|
||||
readonly type: 'StageTransition' | 'BatchReceived' | 'BatchProcessed' | 'AssetHubMigrationStarted' | 'AssetHubMigrationFinished' | 'DmpQueuePrioritySet' | 'DmpQueuePriorityConfigSet' | 'BalancesBeforeRecordSet' | 'BalancesBeforeRecordConsumed' | 'ReferendumCanceled' | 'ManagerSet' | 'AccountTranslatedParachainSovereign' | 'AccountTranslatedParachainSovereignDerived' | 'XcmSent' | 'FailedToUnreserveMultisigDeposit' | 'FailedToUnreservePreimageDeposit';
|
||||
}
|
||||
@@ -2250,7 +2256,7 @@ declare module '@pezkuwi/types/lookup' {
|
||||
|
||||
/** @name PezpalletCollatorSelectionCandidateInfo (776) */
|
||||
interface PezpalletCollatorSelectionCandidateInfo extends Struct {
|
||||
readonly who: AccountId32;
|
||||
readonly who: PezspCoreCryptoAccountId32;
|
||||
readonly deposit: u128;
|
||||
}
|
||||
|
||||
@@ -2335,7 +2341,7 @@ declare module '@pezkuwi/types/lookup' {
|
||||
|
||||
/** @name PezpalletProxyProxyDefinitionAssetHubPezkuwiRuntimeProxyType (847) */
|
||||
interface PezpalletProxyProxyDefinitionAssetHubPezkuwiRuntimeProxyType extends Struct {
|
||||
readonly delegate: AccountId32;
|
||||
readonly delegate: PezspCoreCryptoAccountId32;
|
||||
readonly proxyType: AssetHubPezkuwiRuntimeProxyType;
|
||||
readonly delay: u32;
|
||||
}
|
||||
@@ -2426,7 +2432,7 @@ declare module '@pezkuwi/types/lookup' {
|
||||
|
||||
/** @name PezpalletStakingAsyncLedgerStakingLedger (974) */
|
||||
interface PezpalletStakingAsyncLedgerStakingLedger extends Struct {
|
||||
readonly stash: AccountId32;
|
||||
readonly stash: PezspCoreCryptoAccountId32;
|
||||
readonly total: Compact<u128>;
|
||||
readonly active: Compact<u128>;
|
||||
readonly unlocking: Vec<PezpalletStakingAsyncLedgerUnlockChunk>;
|
||||
@@ -2434,7 +2440,7 @@ declare module '@pezkuwi/types/lookup' {
|
||||
|
||||
/** @name PezpalletStakingAsyncNominations (975) */
|
||||
interface PezpalletStakingAsyncNominations extends Struct {
|
||||
readonly targets: Vec<AccountId32>;
|
||||
readonly targets: Vec<PezspCoreCryptoAccountId32>;
|
||||
readonly submittedIn: u32;
|
||||
readonly suppressed: bool;
|
||||
}
|
||||
@@ -2451,31 +2457,31 @@ declare module '@pezkuwi/types/lookup' {
|
||||
/** @name PezpalletStakingAsyncEraRewardPoints (984) */
|
||||
interface PezpalletStakingAsyncEraRewardPoints extends Struct {
|
||||
readonly total: u32;
|
||||
readonly individual: BTreeMap<AccountId32, u32>;
|
||||
readonly individual: BTreeMap<PezspCoreCryptoAccountId32, u32>;
|
||||
}
|
||||
|
||||
/** @name PezpalletStakingAsyncSlashingOffenceRecord (987) */
|
||||
interface PezpalletStakingAsyncSlashingOffenceRecord extends Struct {
|
||||
readonly reporter: Option<AccountId32>;
|
||||
readonly reporter: Option<PezspCoreCryptoAccountId32>;
|
||||
readonly reportedEra: u32;
|
||||
readonly exposurePage: u32;
|
||||
readonly slashFraction: Perbill;
|
||||
readonly priorSlashFraction: Perbill;
|
||||
readonly slashFraction: u32;
|
||||
readonly priorSlashFraction: u32;
|
||||
}
|
||||
|
||||
/** @name PezpalletStakingAsyncUnappliedSlash (991) */
|
||||
interface PezpalletStakingAsyncUnappliedSlash extends Struct {
|
||||
readonly validator: AccountId32;
|
||||
readonly validator: PezspCoreCryptoAccountId32;
|
||||
readonly own: u128;
|
||||
readonly others: Vec<ITuple<[AccountId32, u128]>>;
|
||||
readonly reporter: Option<AccountId32>;
|
||||
readonly others: Vec<ITuple<[PezspCoreCryptoAccountId32, u128]>>;
|
||||
readonly reporter: Option<PezspCoreCryptoAccountId32>;
|
||||
readonly payout: u128;
|
||||
}
|
||||
|
||||
/** @name PezpalletStakingAsyncSnapshotStatus (994) */
|
||||
interface PezpalletStakingAsyncSnapshotStatus extends Enum {
|
||||
readonly isOngoing: boolean;
|
||||
readonly asOngoing: AccountId32;
|
||||
readonly asOngoing: PezspCoreCryptoAccountId32;
|
||||
readonly isConsumed: boolean;
|
||||
readonly isWaiting: boolean;
|
||||
readonly type: 'Ongoing' | 'Consumed' | 'Waiting';
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -5,11 +5,17 @@
|
||||
// this is required to allow for ambient/previous definitions
|
||||
import '@pezkuwi/types/lookup';
|
||||
|
||||
import type { Compact, Enum, Null, Option, Struct, Vec, bool, u16, u32 } from '@pezkuwi/types-codec';
|
||||
import type { Compact, Enum, Null, Option, Struct, Vec, bool, u16, u32, u64 } from '@pezkuwi/types-codec';
|
||||
import type { ITuple } from '@pezkuwi/types-codec/types';
|
||||
import type { AccountId32, PerU16, Permill, Perquintill } from '@pezkuwi/types/interfaces/runtime';
|
||||
import type { AccountId32, MultiAddress } from '@pezkuwi/types/interfaces/runtime';
|
||||
|
||||
declare module '@pezkuwi/types/lookup' {
|
||||
/** @name PezspCoreCryptoAccountId32 (0) */
|
||||
interface PezspCoreCryptoAccountId32 extends AccountId32 {}
|
||||
|
||||
/** @name PezspRuntimeMultiAddress (1) */
|
||||
interface PezspRuntimeMultiAddress extends MultiAddress {}
|
||||
|
||||
/** @name StagingDicleRuntimeSessionKeys (138) */
|
||||
interface StagingDicleRuntimeSessionKeys extends Struct {
|
||||
readonly grandpa: PezspConsensusGrandpaAppPublic;
|
||||
@@ -78,13 +84,13 @@ declare module '@pezkuwi/types/lookup' {
|
||||
/** @name StagingDicleRuntimeDynamicParamsInflationParameters (173) */
|
||||
interface StagingDicleRuntimeDynamicParamsInflationParameters extends Enum {
|
||||
readonly isMinInflation: boolean;
|
||||
readonly asMinInflation: ITuple<[StagingDicleRuntimeDynamicParamsInflationMinInflation, Option<Perquintill>]>;
|
||||
readonly asMinInflation: ITuple<[StagingDicleRuntimeDynamicParamsInflationMinInflation, Option<u64>]>;
|
||||
readonly isMaxInflation: boolean;
|
||||
readonly asMaxInflation: ITuple<[StagingDicleRuntimeDynamicParamsInflationMaxInflation, Option<Perquintill>]>;
|
||||
readonly asMaxInflation: ITuple<[StagingDicleRuntimeDynamicParamsInflationMaxInflation, Option<u64>]>;
|
||||
readonly isIdealStake: boolean;
|
||||
readonly asIdealStake: ITuple<[StagingDicleRuntimeDynamicParamsInflationIdealStake, Option<Perquintill>]>;
|
||||
readonly asIdealStake: ITuple<[StagingDicleRuntimeDynamicParamsInflationIdealStake, Option<u64>]>;
|
||||
readonly isFalloff: boolean;
|
||||
readonly asFalloff: ITuple<[StagingDicleRuntimeDynamicParamsInflationFalloff, Option<Perquintill>]>;
|
||||
readonly asFalloff: ITuple<[StagingDicleRuntimeDynamicParamsInflationFalloff, Option<u64>]>;
|
||||
readonly isUseAuctionSlots: boolean;
|
||||
readonly asUseAuctionSlots: ITuple<[StagingDicleRuntimeDynamicParamsInflationUseAuctionSlots, Option<bool>]>;
|
||||
readonly type: 'MinInflation' | 'MaxInflation' | 'IdealStake' | 'Falloff' | 'UseAuctionSlots';
|
||||
@@ -108,7 +114,7 @@ declare module '@pezkuwi/types/lookup' {
|
||||
/** @name StagingDicleRuntimeDynamicParamsTreasuryParameters (182) */
|
||||
interface StagingDicleRuntimeDynamicParamsTreasuryParameters extends Enum {
|
||||
readonly isBurnPortion: boolean;
|
||||
readonly asBurnPortion: ITuple<[StagingDicleRuntimeDynamicParamsTreasuryBurnPortion, Option<Permill>]>;
|
||||
readonly asBurnPortion: ITuple<[StagingDicleRuntimeDynamicParamsTreasuryBurnPortion, Option<u32>]>;
|
||||
readonly isBurnDestination: boolean;
|
||||
readonly asBurnDestination: ITuple<[StagingDicleRuntimeDynamicParamsTreasuryBurnDestination, Option<StagingDicleRuntimeBurnDestinationAccount>]>;
|
||||
readonly type: 'BurnPortion' | 'BurnDestination';
|
||||
@@ -121,7 +127,7 @@ declare module '@pezkuwi/types/lookup' {
|
||||
type StagingDicleRuntimeDynamicParamsTreasuryBurnDestination = Null;
|
||||
|
||||
/** @name StagingDicleRuntimeBurnDestinationAccount (188) */
|
||||
interface StagingDicleRuntimeBurnDestinationAccount extends Option<AccountId32> {}
|
||||
interface StagingDicleRuntimeBurnDestinationAccount extends Option<PezspCoreCryptoAccountId32> {}
|
||||
|
||||
/** @name DicleRuntimeConstantsProxyProxyType (209) */
|
||||
interface DicleRuntimeConstantsProxyProxyType extends Enum {
|
||||
@@ -141,39 +147,39 @@ declare module '@pezkuwi/types/lookup' {
|
||||
/** @name StagingDicleRuntimeNposCompactSolution24 (219) */
|
||||
interface StagingDicleRuntimeNposCompactSolution24 extends Struct {
|
||||
readonly votes1: Vec<ITuple<[Compact<u32>, Compact<u16>]>>;
|
||||
readonly votes2: Vec<ITuple<[Compact<u32>, ITuple<[Compact<u16>, Compact<PerU16>]>, Compact<u16>]>>;
|
||||
readonly votes3: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
||||
readonly votes4: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
||||
readonly votes5: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
||||
readonly votes6: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
||||
readonly votes7: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
||||
readonly votes8: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
||||
readonly votes9: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
||||
readonly votes10: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
||||
readonly votes11: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
||||
readonly votes12: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
||||
readonly votes13: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
||||
readonly votes14: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
||||
readonly votes15: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
||||
readonly votes16: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
||||
readonly votes17: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
||||
readonly votes18: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
||||
readonly votes19: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
||||
readonly votes20: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
||||
readonly votes21: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
||||
readonly votes22: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
||||
readonly votes23: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
||||
readonly votes24: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
||||
readonly votes2: Vec<ITuple<[Compact<u32>, ITuple<[Compact<u16>, Compact<u16>]>, Compact<u16>]>>;
|
||||
readonly votes3: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
|
||||
readonly votes4: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
|
||||
readonly votes5: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
|
||||
readonly votes6: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
|
||||
readonly votes7: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
|
||||
readonly votes8: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
|
||||
readonly votes9: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
|
||||
readonly votes10: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
|
||||
readonly votes11: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
|
||||
readonly votes12: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
|
||||
readonly votes13: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
|
||||
readonly votes14: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
|
||||
readonly votes15: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
|
||||
readonly votes16: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
|
||||
readonly votes17: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
|
||||
readonly votes18: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
|
||||
readonly votes19: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
|
||||
readonly votes20: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
|
||||
readonly votes21: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
|
||||
readonly votes22: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
|
||||
readonly votes23: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
|
||||
readonly votes24: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
|
||||
}
|
||||
|
||||
/** @name PezpalletRcMigratorRecoveryRecoveryStage (539) */
|
||||
interface PezpalletRcMigratorRecoveryRecoveryStage extends Enum {
|
||||
readonly isRecoverable: boolean;
|
||||
readonly asRecoverable: Option<AccountId32>;
|
||||
readonly asRecoverable: Option<PezspCoreCryptoAccountId32>;
|
||||
readonly isActiveRecoveries: boolean;
|
||||
readonly asActiveRecoveries: Option<ITuple<[AccountId32, AccountId32]>>;
|
||||
readonly asActiveRecoveries: Option<ITuple<[PezspCoreCryptoAccountId32, PezspCoreCryptoAccountId32]>>;
|
||||
readonly isProxy: boolean;
|
||||
readonly asProxy: Option<AccountId32>;
|
||||
readonly asProxy: Option<PezspCoreCryptoAccountId32>;
|
||||
readonly isFinished: boolean;
|
||||
readonly type: 'Recoverable' | 'ActiveRecoveries' | 'Proxy' | 'Finished';
|
||||
}
|
||||
@@ -182,21 +188,21 @@ declare module '@pezkuwi/types/lookup' {
|
||||
interface PezpalletRcMigratorSocietySocietyStage extends Enum {
|
||||
readonly isValues: boolean;
|
||||
readonly isMembers: boolean;
|
||||
readonly asMembers: Option<AccountId32>;
|
||||
readonly asMembers: Option<PezspCoreCryptoAccountId32>;
|
||||
readonly isPayouts: boolean;
|
||||
readonly asPayouts: Option<AccountId32>;
|
||||
readonly asPayouts: Option<PezspCoreCryptoAccountId32>;
|
||||
readonly isMemberByIndex: boolean;
|
||||
readonly asMemberByIndex: Option<u32>;
|
||||
readonly isSuspendedMembers: boolean;
|
||||
readonly asSuspendedMembers: Option<AccountId32>;
|
||||
readonly asSuspendedMembers: Option<PezspCoreCryptoAccountId32>;
|
||||
readonly isCandidates: boolean;
|
||||
readonly asCandidates: Option<AccountId32>;
|
||||
readonly asCandidates: Option<PezspCoreCryptoAccountId32>;
|
||||
readonly isVotes: boolean;
|
||||
readonly asVotes: Option<ITuple<[AccountId32, AccountId32]>>;
|
||||
readonly asVotes: Option<ITuple<[PezspCoreCryptoAccountId32, PezspCoreCryptoAccountId32]>>;
|
||||
readonly isVoteClearCursor: boolean;
|
||||
readonly asVoteClearCursor: Option<AccountId32>;
|
||||
readonly asVoteClearCursor: Option<PezspCoreCryptoAccountId32>;
|
||||
readonly isDefenderVotes: boolean;
|
||||
readonly asDefenderVotes: Option<ITuple<[u32, AccountId32]>>;
|
||||
readonly asDefenderVotes: Option<ITuple<[u32, PezspCoreCryptoAccountId32]>>;
|
||||
readonly isFinished: boolean;
|
||||
readonly type: 'Values' | 'Members' | 'Payouts' | 'MemberByIndex' | 'SuspendedMembers' | 'Candidates' | 'Votes' | 'VoteClearCursor' | 'DefenderVotes' | 'Finished';
|
||||
}
|
||||
@@ -239,13 +245,13 @@ declare module '@pezkuwi/types/lookup' {
|
||||
/** @name StagingDicleRuntimeDynamicParamsInflationParametersValue (571) */
|
||||
interface StagingDicleRuntimeDynamicParamsInflationParametersValue extends Enum {
|
||||
readonly isMinInflation: boolean;
|
||||
readonly asMinInflation: Perquintill;
|
||||
readonly asMinInflation: u64;
|
||||
readonly isMaxInflation: boolean;
|
||||
readonly asMaxInflation: Perquintill;
|
||||
readonly asMaxInflation: u64;
|
||||
readonly isIdealStake: boolean;
|
||||
readonly asIdealStake: Perquintill;
|
||||
readonly asIdealStake: u64;
|
||||
readonly isFalloff: boolean;
|
||||
readonly asFalloff: Perquintill;
|
||||
readonly asFalloff: u64;
|
||||
readonly isUseAuctionSlots: boolean;
|
||||
readonly asUseAuctionSlots: bool;
|
||||
readonly type: 'MinInflation' | 'MaxInflation' | 'IdealStake' | 'Falloff' | 'UseAuctionSlots';
|
||||
@@ -254,7 +260,7 @@ declare module '@pezkuwi/types/lookup' {
|
||||
/** @name StagingDicleRuntimeDynamicParamsTreasuryParametersValue (572) */
|
||||
interface StagingDicleRuntimeDynamicParamsTreasuryParametersValue extends Enum {
|
||||
readonly isBurnPortion: boolean;
|
||||
readonly asBurnPortion: Permill;
|
||||
readonly asBurnPortion: u32;
|
||||
readonly isBurnDestination: boolean;
|
||||
readonly asBurnDestination: StagingDicleRuntimeBurnDestinationAccount;
|
||||
readonly type: 'BurnPortion' | 'BurnDestination';
|
||||
@@ -264,7 +270,7 @@ declare module '@pezkuwi/types/lookup' {
|
||||
interface PezpalletRecoveryDepositKind extends Enum {
|
||||
readonly isRecoveryConfig: boolean;
|
||||
readonly isActiveRecoveryFor: boolean;
|
||||
readonly asActiveRecoveryFor: AccountId32;
|
||||
readonly asActiveRecoveryFor: PezspCoreCryptoAccountId32;
|
||||
readonly type: 'RecoveryConfig' | 'ActiveRecoveryFor';
|
||||
}
|
||||
|
||||
|
||||
@@ -7,9 +7,15 @@ import '@pezkuwi/types/lookup';
|
||||
|
||||
import type { BTreeMap, BTreeSet, BitVec, Bytes, Compact, Enum, Null, Option, Result, Struct, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@pezkuwi/types-codec';
|
||||
import type { ITuple } from '@pezkuwi/types-codec/types';
|
||||
import type { AccountId32, H256, PerU16, Perbill, Perquintill, RuntimeCall, RuntimeEvent } from '@pezkuwi/types/interfaces/runtime';
|
||||
import type { AccountId32, H256, MultiAddress, RuntimeCall, RuntimeEvent } from '@pezkuwi/types/interfaces/runtime';
|
||||
|
||||
declare module '@pezkuwi/types/lookup' {
|
||||
/** @name PezspCoreCryptoAccountId32 (0) */
|
||||
interface PezspCoreCryptoAccountId32 extends AccountId32 {}
|
||||
|
||||
/** @name PezspRuntimeMultiAddress (1) */
|
||||
interface PezspRuntimeMultiAddress extends MultiAddress {}
|
||||
|
||||
/** @name PezpalletBalancesUnexpectedKind (41) */
|
||||
interface PezpalletBalancesUnexpectedKind extends Enum {
|
||||
readonly isBalanceUpdated: boolean;
|
||||
@@ -457,7 +463,7 @@ declare module '@pezkuwi/types/lookup' {
|
||||
interface PezkuwiRuntimeCommonClaimsPezpalletCall extends Enum {
|
||||
readonly isClaim: boolean;
|
||||
readonly asClaim: {
|
||||
readonly dest: AccountId32;
|
||||
readonly dest: PezspCoreCryptoAccountId32;
|
||||
readonly ethereumSignature: PezkuwiRuntimeCommonClaimsEcdsaSignature;
|
||||
} & Struct;
|
||||
readonly isMintClaim: boolean;
|
||||
@@ -469,7 +475,7 @@ declare module '@pezkuwi/types/lookup' {
|
||||
} & Struct;
|
||||
readonly isClaimAttest: boolean;
|
||||
readonly asClaimAttest: {
|
||||
readonly dest: AccountId32;
|
||||
readonly dest: PezspCoreCryptoAccountId32;
|
||||
readonly ethereumSignature: PezkuwiRuntimeCommonClaimsEcdsaSignature;
|
||||
readonly statement: Bytes;
|
||||
} & Struct;
|
||||
@@ -481,7 +487,7 @@ declare module '@pezkuwi/types/lookup' {
|
||||
readonly asMoveClaim: {
|
||||
readonly old: PezkuwiRuntimeCommonClaimsEthereumAddress;
|
||||
readonly new_: PezkuwiRuntimeCommonClaimsEthereumAddress;
|
||||
readonly maybePreclaim: Option<AccountId32>;
|
||||
readonly maybePreclaim: Option<PezspCoreCryptoAccountId32>;
|
||||
} & Struct;
|
||||
readonly type: 'Claim' | 'MintClaim' | 'ClaimAttest' | 'Attest' | 'MoveClaim';
|
||||
}
|
||||
@@ -515,21 +521,21 @@ declare module '@pezkuwi/types/lookup' {
|
||||
/** @name PezkuwiRuntimeNposCompactSolution16 (200) */
|
||||
interface PezkuwiRuntimeNposCompactSolution16 extends Struct {
|
||||
readonly votes1: Vec<ITuple<[Compact<u32>, Compact<u16>]>>;
|
||||
readonly votes2: Vec<ITuple<[Compact<u32>, ITuple<[Compact<u16>, Compact<PerU16>]>, Compact<u16>]>>;
|
||||
readonly votes3: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
||||
readonly votes4: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
||||
readonly votes5: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
||||
readonly votes6: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
||||
readonly votes7: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
||||
readonly votes8: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
||||
readonly votes9: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
||||
readonly votes10: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
||||
readonly votes11: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
||||
readonly votes12: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
||||
readonly votes13: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
||||
readonly votes14: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
||||
readonly votes15: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
||||
readonly votes16: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
||||
readonly votes2: Vec<ITuple<[Compact<u32>, ITuple<[Compact<u16>, Compact<u16>]>, Compact<u16>]>>;
|
||||
readonly votes3: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
|
||||
readonly votes4: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
|
||||
readonly votes5: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
|
||||
readonly votes6: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
|
||||
readonly votes7: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
|
||||
readonly votes8: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
|
||||
readonly votes9: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
|
||||
readonly votes10: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
|
||||
readonly votes11: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
|
||||
readonly votes12: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
|
||||
readonly votes13: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
|
||||
readonly votes14: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
|
||||
readonly votes15: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
|
||||
readonly votes16: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<u16>]>>, Compact<u16>]>>;
|
||||
}
|
||||
|
||||
/** @name PezpalletStakingAsyncAhClientCall (274) */
|
||||
@@ -548,7 +554,7 @@ declare module '@pezkuwi/types/lookup' {
|
||||
|
||||
/** @name PezpalletStakingAsyncRcClientValidatorSetReport (275) */
|
||||
interface PezpalletStakingAsyncRcClientValidatorSetReport extends Struct {
|
||||
readonly newValidatorSet: Vec<AccountId32>;
|
||||
readonly newValidatorSet: Vec<PezspCoreCryptoAccountId32>;
|
||||
readonly id: u32;
|
||||
readonly pruneUpTo: Option<u32>;
|
||||
readonly leftover: bool;
|
||||
@@ -722,7 +728,7 @@ declare module '@pezkuwi/types/lookup' {
|
||||
} & Struct;
|
||||
readonly isSetOnDemandFeeVariability: boolean;
|
||||
readonly asSetOnDemandFeeVariability: {
|
||||
readonly new_: Perbill;
|
||||
readonly new_: u32;
|
||||
} & Struct;
|
||||
readonly isSetOnDemandQueueMaxSize: boolean;
|
||||
readonly asSetOnDemandQueueMaxSize: {
|
||||
@@ -730,7 +736,7 @@ declare module '@pezkuwi/types/lookup' {
|
||||
} & Struct;
|
||||
readonly isSetOnDemandTargetQueueUtilization: boolean;
|
||||
readonly asSetOnDemandTargetQueueUtilization: {
|
||||
readonly new_: Perbill;
|
||||
readonly new_: u32;
|
||||
} & Struct;
|
||||
readonly isSetMinimumBackingVotes: boolean;
|
||||
readonly asSetMinimumBackingVotes: {
|
||||
@@ -807,8 +813,8 @@ declare module '@pezkuwi/types/lookup' {
|
||||
readonly numCores: u32;
|
||||
readonly maxAvailabilityTimeouts: u32;
|
||||
readonly onDemandQueueMaxSize: u32;
|
||||
readonly onDemandTargetQueueUtilization: Perbill;
|
||||
readonly onDemandFeeVariability: Perbill;
|
||||
readonly onDemandTargetQueueUtilization: u32;
|
||||
readonly onDemandFeeVariability: u32;
|
||||
readonly onDemandBaseFee: u128;
|
||||
readonly ttl: u32;
|
||||
}
|
||||
@@ -1151,7 +1157,7 @@ declare module '@pezkuwi/types/lookup' {
|
||||
} & Struct;
|
||||
readonly isForceRegister: boolean;
|
||||
readonly asForceRegister: {
|
||||
readonly who: AccountId32;
|
||||
readonly who: PezspCoreCryptoAccountId32;
|
||||
readonly deposit: u128;
|
||||
readonly id: u32;
|
||||
readonly genesisHead: Bytes;
|
||||
@@ -1193,7 +1199,7 @@ declare module '@pezkuwi/types/lookup' {
|
||||
readonly isForceLease: boolean;
|
||||
readonly asForceLease: {
|
||||
readonly para: u32;
|
||||
readonly leaser: AccountId32;
|
||||
readonly leaser: PezspCoreCryptoAccountId32;
|
||||
readonly amount: u128;
|
||||
readonly periodBegin: u32;
|
||||
readonly periodCount: u32;
|
||||
@@ -1247,7 +1253,7 @@ declare module '@pezkuwi/types/lookup' {
|
||||
} & Struct;
|
||||
readonly isWithdraw: boolean;
|
||||
readonly asWithdraw: {
|
||||
readonly who: AccountId32;
|
||||
readonly who: PezspCoreCryptoAccountId32;
|
||||
readonly index: Compact<u32>;
|
||||
} & Struct;
|
||||
readonly isRefund: boolean;
|
||||
@@ -1307,7 +1313,7 @@ declare module '@pezkuwi/types/lookup' {
|
||||
} & Struct;
|
||||
readonly isCreditAccount: boolean;
|
||||
readonly asCreditAccount: {
|
||||
readonly who: AccountId32;
|
||||
readonly who: PezspCoreCryptoAccountId32;
|
||||
readonly amount: u128;
|
||||
} & Struct;
|
||||
readonly isAssignCore: boolean;
|
||||
@@ -2538,7 +2544,7 @@ declare module '@pezkuwi/types/lookup' {
|
||||
} & Struct;
|
||||
readonly isSetManager: boolean;
|
||||
readonly asSetManager: {
|
||||
readonly new_: Option<AccountId32>;
|
||||
readonly new_: Option<PezspCoreCryptoAccountId32>;
|
||||
} & Struct;
|
||||
readonly isSendXcmMessage: boolean;
|
||||
readonly asSendXcmMessage: {
|
||||
@@ -2547,11 +2553,11 @@ declare module '@pezkuwi/types/lookup' {
|
||||
} & Struct;
|
||||
readonly isPreserveAccounts: boolean;
|
||||
readonly asPreserveAccounts: {
|
||||
readonly accounts: Vec<AccountId32>;
|
||||
readonly accounts: Vec<PezspCoreCryptoAccountId32>;
|
||||
} & Struct;
|
||||
readonly isSetCanceller: boolean;
|
||||
readonly asSetCanceller: {
|
||||
readonly new_: Option<AccountId32>;
|
||||
readonly new_: Option<PezspCoreCryptoAccountId32>;
|
||||
} & Struct;
|
||||
readonly isPauseMigration: boolean;
|
||||
readonly isCancelMigration: boolean;
|
||||
@@ -2585,13 +2591,13 @@ declare module '@pezkuwi/types/lookup' {
|
||||
readonly isAccountsMigrationInit: boolean;
|
||||
readonly isAccountsMigrationOngoing: boolean;
|
||||
readonly asAccountsMigrationOngoing: {
|
||||
readonly lastKey: Option<AccountId32>;
|
||||
readonly lastKey: Option<PezspCoreCryptoAccountId32>;
|
||||
} & Struct;
|
||||
readonly isAccountsMigrationDone: boolean;
|
||||
readonly isMultisigMigrationInit: boolean;
|
||||
readonly isMultisigMigrationOngoing: boolean;
|
||||
readonly asMultisigMigrationOngoing: {
|
||||
readonly lastKey: Option<ITuple<[AccountId32, U8aFixed]>>;
|
||||
readonly lastKey: Option<ITuple<[PezspCoreCryptoAccountId32, U8aFixed]>>;
|
||||
} & Struct;
|
||||
readonly isMultisigMigrationDone: boolean;
|
||||
readonly isClaimsMigrationInit: boolean;
|
||||
@@ -2603,11 +2609,11 @@ declare module '@pezkuwi/types/lookup' {
|
||||
readonly isProxyMigrationInit: boolean;
|
||||
readonly isProxyMigrationProxies: boolean;
|
||||
readonly asProxyMigrationProxies: {
|
||||
readonly lastKey: Option<AccountId32>;
|
||||
readonly lastKey: Option<PezspCoreCryptoAccountId32>;
|
||||
} & Struct;
|
||||
readonly isProxyMigrationAnnouncements: boolean;
|
||||
readonly asProxyMigrationAnnouncements: {
|
||||
readonly lastKey: Option<AccountId32>;
|
||||
readonly lastKey: Option<PezspCoreCryptoAccountId32>;
|
||||
} & Struct;
|
||||
readonly isProxyMigrationDone: boolean;
|
||||
readonly isPreimageMigrationInit: boolean;
|
||||
@@ -2637,7 +2643,7 @@ declare module '@pezkuwi/types/lookup' {
|
||||
readonly isVestingMigrationInit: boolean;
|
||||
readonly isVestingMigrationOngoing: boolean;
|
||||
readonly asVestingMigrationOngoing: {
|
||||
readonly nextKey: Option<AccountId32>;
|
||||
readonly nextKey: Option<PezspCoreCryptoAccountId32>;
|
||||
} & Struct;
|
||||
readonly isVestingMigrationDone: boolean;
|
||||
readonly isDelegatedStakingMigrationInit: boolean;
|
||||
@@ -2735,7 +2741,7 @@ declare module '@pezkuwi/types/lookup' {
|
||||
readonly isSigning: boolean;
|
||||
readonly asSigning: Option<PezkuwiRuntimeCommonClaimsEthereumAddress>;
|
||||
readonly isPreclaims: boolean;
|
||||
readonly asPreclaims: Option<AccountId32>;
|
||||
readonly asPreclaims: Option<PezspCoreCryptoAccountId32>;
|
||||
readonly isFinished: boolean;
|
||||
readonly type: 'StorageValues' | 'Claims' | 'Vesting' | 'Signing' | 'Preclaims' | 'Finished';
|
||||
}
|
||||
@@ -2744,7 +2750,7 @@ declare module '@pezkuwi/types/lookup' {
|
||||
interface PezpalletRcMigratorStakingNomPoolsNomPoolsStage extends Enum {
|
||||
readonly isStorageValues: boolean;
|
||||
readonly isPoolMembers: boolean;
|
||||
readonly asPoolMembers: Option<AccountId32>;
|
||||
readonly asPoolMembers: Option<PezspCoreCryptoAccountId32>;
|
||||
readonly isBondedPools: boolean;
|
||||
readonly asBondedPools: Option<u32>;
|
||||
readonly isRewardPools: boolean;
|
||||
@@ -2754,9 +2760,9 @@ declare module '@pezkuwi/types/lookup' {
|
||||
readonly isMetadata: boolean;
|
||||
readonly asMetadata: Option<u32>;
|
||||
readonly isReversePoolIdLookup: boolean;
|
||||
readonly asReversePoolIdLookup: Option<AccountId32>;
|
||||
readonly asReversePoolIdLookup: Option<PezspCoreCryptoAccountId32>;
|
||||
readonly isClaimPermissions: boolean;
|
||||
readonly asClaimPermissions: Option<AccountId32>;
|
||||
readonly asClaimPermissions: Option<PezspCoreCryptoAccountId32>;
|
||||
readonly isFinished: boolean;
|
||||
readonly type: 'StorageValues' | 'PoolMembers' | 'BondedPools' | 'RewardPools' | 'SubPoolsStorage' | 'Metadata' | 'ReversePoolIdLookup' | 'ClaimPermissions' | 'Finished';
|
||||
}
|
||||
@@ -2764,9 +2770,9 @@ declare module '@pezkuwi/types/lookup' {
|
||||
/** @name PezpalletRcMigratorStakingDelegatedStakingDelegatedStakingStage (478) */
|
||||
interface PezpalletRcMigratorStakingDelegatedStakingDelegatedStakingStage extends Enum {
|
||||
readonly isDelegators: boolean;
|
||||
readonly asDelegators: Option<AccountId32>;
|
||||
readonly asDelegators: Option<PezspCoreCryptoAccountId32>;
|
||||
readonly isAgents: boolean;
|
||||
readonly asAgents: Option<AccountId32>;
|
||||
readonly asAgents: Option<PezspCoreCryptoAccountId32>;
|
||||
readonly isFinished: boolean;
|
||||
readonly type: 'Delegators' | 'Agents' | 'Finished';
|
||||
}
|
||||
@@ -2784,7 +2790,7 @@ declare module '@pezkuwi/types/lookup' {
|
||||
/** @name PezpalletRcMigratorStakingBagsListBagsListStage (483) */
|
||||
interface PezpalletRcMigratorStakingBagsListBagsListStage extends Enum {
|
||||
readonly isListNodes: boolean;
|
||||
readonly asListNodes: Option<AccountId32>;
|
||||
readonly asListNodes: Option<PezspCoreCryptoAccountId32>;
|
||||
readonly isListBags: boolean;
|
||||
readonly asListBags: Option<u64>;
|
||||
readonly isFinished: boolean;
|
||||
@@ -2805,9 +2811,9 @@ declare module '@pezkuwi/types/lookup' {
|
||||
/** @name PezpalletRcMigratorConvictionVotingConvictionVotingStage (487) */
|
||||
interface PezpalletRcMigratorConvictionVotingConvictionVotingStage extends Enum {
|
||||
readonly isVotingFor: boolean;
|
||||
readonly asVotingFor: Option<ITuple<[AccountId32, u16]>>;
|
||||
readonly asVotingFor: Option<ITuple<[PezspCoreCryptoAccountId32, u16]>>;
|
||||
readonly isClassLocksFor: boolean;
|
||||
readonly asClassLocksFor: Option<AccountId32>;
|
||||
readonly asClassLocksFor: Option<PezspCoreCryptoAccountId32>;
|
||||
readonly isFinished: boolean;
|
||||
readonly type: 'VotingFor' | 'ClassLocksFor' | 'Finished';
|
||||
}
|
||||
@@ -2895,25 +2901,25 @@ declare module '@pezkuwi/types/lookup' {
|
||||
readonly isValues: boolean;
|
||||
readonly isInvulnerables: boolean;
|
||||
readonly isBonded: boolean;
|
||||
readonly asBonded: Option<AccountId32>;
|
||||
readonly asBonded: Option<PezspCoreCryptoAccountId32>;
|
||||
readonly isLedger: boolean;
|
||||
readonly asLedger: Option<AccountId32>;
|
||||
readonly asLedger: Option<PezspCoreCryptoAccountId32>;
|
||||
readonly isPayee: boolean;
|
||||
readonly asPayee: Option<AccountId32>;
|
||||
readonly asPayee: Option<PezspCoreCryptoAccountId32>;
|
||||
readonly isValidators: boolean;
|
||||
readonly asValidators: Option<AccountId32>;
|
||||
readonly asValidators: Option<PezspCoreCryptoAccountId32>;
|
||||
readonly isNominators: boolean;
|
||||
readonly asNominators: Option<AccountId32>;
|
||||
readonly asNominators: Option<PezspCoreCryptoAccountId32>;
|
||||
readonly isVirtualStakers: boolean;
|
||||
readonly asVirtualStakers: Option<AccountId32>;
|
||||
readonly asVirtualStakers: Option<PezspCoreCryptoAccountId32>;
|
||||
readonly isErasStakersOverview: boolean;
|
||||
readonly asErasStakersOverview: Option<ITuple<[u32, AccountId32]>>;
|
||||
readonly asErasStakersOverview: Option<ITuple<[u32, PezspCoreCryptoAccountId32]>>;
|
||||
readonly isErasStakersPaged: boolean;
|
||||
readonly asErasStakersPaged: Option<ITuple<[u32, AccountId32, u32]>>;
|
||||
readonly asErasStakersPaged: Option<ITuple<[u32, PezspCoreCryptoAccountId32, u32]>>;
|
||||
readonly isClaimedRewards: boolean;
|
||||
readonly asClaimedRewards: Option<ITuple<[u32, AccountId32]>>;
|
||||
readonly asClaimedRewards: Option<ITuple<[u32, PezspCoreCryptoAccountId32]>>;
|
||||
readonly isErasValidatorPrefs: boolean;
|
||||
readonly asErasValidatorPrefs: Option<ITuple<[u32, AccountId32]>>;
|
||||
readonly asErasValidatorPrefs: Option<ITuple<[u32, PezspCoreCryptoAccountId32]>>;
|
||||
readonly isErasValidatorReward: boolean;
|
||||
readonly asErasValidatorReward: Option<u32>;
|
||||
readonly isErasRewardPoints: boolean;
|
||||
@@ -2924,13 +2930,13 @@ declare module '@pezkuwi/types/lookup' {
|
||||
readonly asUnappliedSlashes: Option<u32>;
|
||||
readonly isBondedEras: boolean;
|
||||
readonly isValidatorSlashInEra: boolean;
|
||||
readonly asValidatorSlashInEra: Option<ITuple<[u32, AccountId32]>>;
|
||||
readonly asValidatorSlashInEra: Option<ITuple<[u32, PezspCoreCryptoAccountId32]>>;
|
||||
readonly isNominatorSlashInEra: boolean;
|
||||
readonly asNominatorSlashInEra: Option<ITuple<[u32, AccountId32]>>;
|
||||
readonly asNominatorSlashInEra: Option<ITuple<[u32, PezspCoreCryptoAccountId32]>>;
|
||||
readonly isSlashingSpans: boolean;
|
||||
readonly asSlashingSpans: Option<AccountId32>;
|
||||
readonly asSlashingSpans: Option<PezspCoreCryptoAccountId32>;
|
||||
readonly isSpanSlash: boolean;
|
||||
readonly asSpanSlash: Option<ITuple<[AccountId32, u32]>>;
|
||||
readonly asSpanSlash: Option<ITuple<[PezspCoreCryptoAccountId32, u32]>>;
|
||||
readonly isFinished: boolean;
|
||||
readonly type: 'Values' | 'Invulnerables' | 'Bonded' | 'Ledger' | 'Payee' | 'Validators' | 'Nominators' | 'VirtualStakers' | 'ErasStakersOverview' | 'ErasStakersPaged' | 'ClaimedRewards' | 'ErasValidatorPrefs' | 'ErasValidatorReward' | 'ErasRewardPoints' | 'ErasTotalStake' | 'UnappliedSlashes' | 'BondedEras' | 'ValidatorSlashInEra' | 'NominatorSlashInEra' | 'SlashingSpans' | 'SpanSlash' | 'Finished';
|
||||
}
|
||||
@@ -2961,7 +2967,7 @@ declare module '@pezkuwi/types/lookup' {
|
||||
interface PezkuwiRuntimeCommonClaimsPezpalletEvent extends Enum {
|
||||
readonly isClaimed: boolean;
|
||||
readonly asClaimed: {
|
||||
readonly who: AccountId32;
|
||||
readonly who: PezspCoreCryptoAccountId32;
|
||||
readonly ethereumAddress: PezkuwiRuntimeCommonClaimsEthereumAddress;
|
||||
readonly amount: u128;
|
||||
} & Struct;
|
||||
@@ -3125,7 +3131,7 @@ declare module '@pezkuwi/types/lookup' {
|
||||
readonly asOnDemandOrderPlaced: {
|
||||
readonly paraId: u32;
|
||||
readonly spotPrice: u128;
|
||||
readonly orderedBy: AccountId32;
|
||||
readonly orderedBy: PezspCoreCryptoAccountId32;
|
||||
} & Struct;
|
||||
readonly isSpotPriceSet: boolean;
|
||||
readonly asSpotPriceSet: {
|
||||
@@ -3133,7 +3139,7 @@ declare module '@pezkuwi/types/lookup' {
|
||||
} & Struct;
|
||||
readonly isAccountCredited: boolean;
|
||||
readonly asAccountCredited: {
|
||||
readonly who: AccountId32;
|
||||
readonly who: PezspCoreCryptoAccountId32;
|
||||
readonly amount: u128;
|
||||
} & Struct;
|
||||
readonly type: 'OnDemandOrderPlaced' | 'SpotPriceSet' | 'AccountCredited';
|
||||
@@ -3144,7 +3150,7 @@ declare module '@pezkuwi/types/lookup' {
|
||||
readonly isRegistered: boolean;
|
||||
readonly asRegistered: {
|
||||
readonly paraId: u32;
|
||||
readonly manager: AccountId32;
|
||||
readonly manager: PezspCoreCryptoAccountId32;
|
||||
} & Struct;
|
||||
readonly isDeregistered: boolean;
|
||||
readonly asDeregistered: {
|
||||
@@ -3153,7 +3159,7 @@ declare module '@pezkuwi/types/lookup' {
|
||||
readonly isReserved: boolean;
|
||||
readonly asReserved: {
|
||||
readonly paraId: u32;
|
||||
readonly who: AccountId32;
|
||||
readonly who: PezspCoreCryptoAccountId32;
|
||||
} & Struct;
|
||||
readonly isSwapped: boolean;
|
||||
readonly asSwapped: {
|
||||
@@ -3172,7 +3178,7 @@ declare module '@pezkuwi/types/lookup' {
|
||||
readonly isLeased: boolean;
|
||||
readonly asLeased: {
|
||||
readonly paraId: u32;
|
||||
readonly leaser: AccountId32;
|
||||
readonly leaser: PezspCoreCryptoAccountId32;
|
||||
readonly periodBegin: u32;
|
||||
readonly periodCount: u32;
|
||||
readonly extraReserved: u128;
|
||||
@@ -3195,24 +3201,24 @@ declare module '@pezkuwi/types/lookup' {
|
||||
} & Struct;
|
||||
readonly isReserved: boolean;
|
||||
readonly asReserved: {
|
||||
readonly bidder: AccountId32;
|
||||
readonly bidder: PezspCoreCryptoAccountId32;
|
||||
readonly extraReserved: u128;
|
||||
readonly totalAmount: u128;
|
||||
} & Struct;
|
||||
readonly isUnreserved: boolean;
|
||||
readonly asUnreserved: {
|
||||
readonly bidder: AccountId32;
|
||||
readonly bidder: PezspCoreCryptoAccountId32;
|
||||
readonly amount: u128;
|
||||
} & Struct;
|
||||
readonly isReserveConfiscated: boolean;
|
||||
readonly asReserveConfiscated: {
|
||||
readonly paraId: u32;
|
||||
readonly leaser: AccountId32;
|
||||
readonly leaser: PezspCoreCryptoAccountId32;
|
||||
readonly amount: u128;
|
||||
} & Struct;
|
||||
readonly isBidAccepted: boolean;
|
||||
readonly asBidAccepted: {
|
||||
readonly bidder: AccountId32;
|
||||
readonly bidder: PezspCoreCryptoAccountId32;
|
||||
readonly paraId: u32;
|
||||
readonly amount: u128;
|
||||
readonly firstSlot: u32;
|
||||
@@ -3234,13 +3240,13 @@ declare module '@pezkuwi/types/lookup' {
|
||||
} & Struct;
|
||||
readonly isContributed: boolean;
|
||||
readonly asContributed: {
|
||||
readonly who: AccountId32;
|
||||
readonly who: PezspCoreCryptoAccountId32;
|
||||
readonly fundIndex: u32;
|
||||
readonly amount: u128;
|
||||
} & Struct;
|
||||
readonly isWithdrew: boolean;
|
||||
readonly asWithdrew: {
|
||||
readonly who: AccountId32;
|
||||
readonly who: PezspCoreCryptoAccountId32;
|
||||
readonly fundIndex: u32;
|
||||
readonly amount: u128;
|
||||
} & Struct;
|
||||
@@ -3267,7 +3273,7 @@ declare module '@pezkuwi/types/lookup' {
|
||||
} & Struct;
|
||||
readonly isMemoUpdated: boolean;
|
||||
readonly asMemoUpdated: {
|
||||
readonly who: AccountId32;
|
||||
readonly who: PezspCoreCryptoAccountId32;
|
||||
readonly paraId: u32;
|
||||
readonly memo: Bytes;
|
||||
} & Struct;
|
||||
@@ -3541,8 +3547,8 @@ declare module '@pezkuwi/types/lookup' {
|
||||
} & Struct;
|
||||
readonly isManagerSet: boolean;
|
||||
readonly asManagerSet: {
|
||||
readonly old: Option<AccountId32>;
|
||||
readonly new_: Option<AccountId32>;
|
||||
readonly old: Option<PezspCoreCryptoAccountId32>;
|
||||
readonly new_: Option<PezspCoreCryptoAccountId32>;
|
||||
} & Struct;
|
||||
readonly isXcmSent: boolean;
|
||||
readonly asXcmSent: {
|
||||
@@ -3554,12 +3560,12 @@ declare module '@pezkuwi/types/lookup' {
|
||||
readonly isStakingElectionsPaused: boolean;
|
||||
readonly isAccountsPreserved: boolean;
|
||||
readonly asAccountsPreserved: {
|
||||
readonly accounts: Vec<AccountId32>;
|
||||
readonly accounts: Vec<PezspCoreCryptoAccountId32>;
|
||||
} & Struct;
|
||||
readonly isCancellerSet: boolean;
|
||||
readonly asCancellerSet: {
|
||||
readonly old: Option<AccountId32>;
|
||||
readonly new_: Option<AccountId32>;
|
||||
readonly old: Option<PezspCoreCryptoAccountId32>;
|
||||
readonly new_: Option<PezspCoreCryptoAccountId32>;
|
||||
} & Struct;
|
||||
readonly isMigrationPaused: boolean;
|
||||
readonly asMigrationPaused: {
|
||||
@@ -3666,27 +3672,27 @@ declare module '@pezkuwi/types/lookup' {
|
||||
}
|
||||
|
||||
/** @name PezframeElectionProviderSupportBoundedSupports (738) */
|
||||
interface PezframeElectionProviderSupportBoundedSupports extends Vec<ITuple<[AccountId32, PezframeElectionProviderSupportBoundedSupport]>> {}
|
||||
interface PezframeElectionProviderSupportBoundedSupports extends Vec<ITuple<[PezspCoreCryptoAccountId32, PezframeElectionProviderSupportBoundedSupport]>> {}
|
||||
|
||||
/** @name PezframeElectionProviderSupportBoundedSupport (741) */
|
||||
interface PezframeElectionProviderSupportBoundedSupport extends Struct {
|
||||
readonly total: u128;
|
||||
readonly voters: Vec<ITuple<[AccountId32, u128]>>;
|
||||
readonly voters: Vec<ITuple<[PezspCoreCryptoAccountId32, u128]>>;
|
||||
}
|
||||
|
||||
/** @name PezpalletStakingAsyncRcClientSessionReport (783) */
|
||||
interface PezpalletStakingAsyncRcClientSessionReport extends Struct {
|
||||
readonly endIndex: u32;
|
||||
readonly validatorPoints: Vec<ITuple<[AccountId32, u32]>>;
|
||||
readonly validatorPoints: Vec<ITuple<[PezspCoreCryptoAccountId32, u32]>>;
|
||||
readonly activationTimestamp: Option<ITuple<[u64, u32]>>;
|
||||
readonly leftover: bool;
|
||||
}
|
||||
|
||||
/** @name PezpalletStakingAsyncRcClientOffence (787) */
|
||||
interface PezpalletStakingAsyncRcClientOffence extends Struct {
|
||||
readonly offender: AccountId32;
|
||||
readonly reporters: Vec<AccountId32>;
|
||||
readonly slashFraction: Perbill;
|
||||
readonly offender: PezspCoreCryptoAccountId32;
|
||||
readonly reporters: Vec<PezspCoreCryptoAccountId32>;
|
||||
readonly slashFraction: u32;
|
||||
}
|
||||
|
||||
/** @name PezpalletStakingAsyncAhClientError (789) */
|
||||
@@ -4120,7 +4126,7 @@ declare module '@pezkuwi/types/lookup' {
|
||||
|
||||
/** @name PezkuwiRuntimeCommonParasRegistrarParaInfo (887) */
|
||||
interface PezkuwiRuntimeCommonParasRegistrarParaInfo extends Struct {
|
||||
readonly manager: AccountId32;
|
||||
readonly manager: PezspCoreCryptoAccountId32;
|
||||
readonly deposit: u128;
|
||||
readonly locked: Option<bool>;
|
||||
}
|
||||
@@ -4165,7 +4171,7 @@ declare module '@pezkuwi/types/lookup' {
|
||||
|
||||
/** @name PezkuwiRuntimeCommonCrowdloanFundInfo (897) */
|
||||
interface PezkuwiRuntimeCommonCrowdloanFundInfo extends Struct {
|
||||
readonly depositor: AccountId32;
|
||||
readonly depositor: PezspCoreCryptoAccountId32;
|
||||
readonly verifier: Option<PezspRuntimeMultiSigner>;
|
||||
readonly deposit: u128;
|
||||
readonly raised: u128;
|
||||
@@ -4429,7 +4435,7 @@ declare module '@pezkuwi/types/lookup' {
|
||||
|
||||
/** @name RelayCommonApisInflationInfo (958) */
|
||||
interface RelayCommonApisInflationInfo extends Struct {
|
||||
readonly inflation: Perquintill;
|
||||
readonly inflation: u64;
|
||||
readonly nextMint: ITuple<[u128, u128]>;
|
||||
}
|
||||
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @pezkuwi/dev
|
||||
|
||||
export const packageInfo = { name: '@pezkuwi/types-augment', path: 'auto', type: 'auto', version: '16.5.18' };
|
||||
export const packageInfo = { name: '@pezkuwi/types-augment', path: 'auto', type: 'auto', version: '16.5.34' };
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user