subscan
Runtime Modules / ParachainStaking
Spec Version:
Storage Functions
Name
Type
DelayNominationExitsMigration{"origin":"PlainType","plain_type":"bool"}
CollatorCommission{"origin":"PlainType","plain_type":"Perbill"}
TotalSelected{"origin":"PlainType","plain_type":"u32"}
ParachainBondInfo{"origin":"PlainType","plain_type":"ParachainBondConfig<AccountId>"}
Round{"origin":"PlainType","plain_type":"RoundInfo<BlockNumber>"}
NominatorState2{"origin":"MapType","map_type":{"key":"AccountId","hasher":"Twox64Concat","value":"Nominator2<AccountId, BalanceOf>","isLinked":false}}
CollatorState2{"origin":"MapType","map_type":{"key":"AccountId","hasher":"Twox64Concat","value":"Collator2<AccountId, BalanceOf>","isLinked":false}}
SelectedCandidates{"origin":"PlainType","plain_type":"Vec<AccountId>"}
Total{"origin":"PlainType","plain_type":"BalanceOf"}
CandidatePool{"origin":"PlainType","plain_type":"OrderedSet<Bond<AccountId, BalanceOf>>"}
ExitQueue2{"origin":"PlainType","plain_type":"ExitQ<AccountId>"}
AtStake{"origin":"DoubleMapType","double_map_type":{"key":"RoundIndex","key2":"AccountId","hasher":"Twox64Concat","key2Hasher":"Twox64Concat","value":"CollatorSnapshot<AccountId, BalanceOf>","isLinked":false}}
Staked{"origin":"MapType","map_type":{"key":"RoundIndex","hasher":"Twox64Concat","value":"BalanceOf","isLinked":false}}
InflationConfig{"origin":"PlainType","plain_type":"InflationInfo<BalanceOf>"}
Points{"origin":"MapType","map_type":{"key":"RoundIndex","hasher":"Twox64Concat","value":"RewardPoint","isLinked":false}}
AwardedPts{"origin":"DoubleMapType","double_map_type":{"key":"RoundIndex","key2":"AccountId","hasher":"Twox64Concat","key2Hasher":"Twox64Concat","value":"RewardPoint","isLinked":false}}
Constants
Name
Type
Value
MinBlocksPerRoundu320x0a000000
DefaultBlocksPerRoundu320x2c010000
LeaveCandidatesDelayRoundIndex0x02000000
LeaveNominatorsDelayRoundIndex0x02000000
RevokeNominationDelayRoundIndex0x02000000
RewardPaymentDelayRoundIndex0x02000000
MinSelectedCandidatesu320x08000000
MaxNominatorsPerCollatoru320x0a000000
MaxCollatorsPerNominatoru320x19000000
DefaultCollatorCommissionPerbill0x00c2eb0b
DefaultParachainBondReservePercentPercent0x1e
MinCollatorStkBalanceOf0x0000a0dec5adc9353600000000000000
MinCollatorCandidateStkBalanceOf0x000010632d5ec76b0500000000000000
MinNominationBalanceOf0x0000f444829163450000000000000000
MinNominatorStkBalanceOf0x0000f444829163450000000000000000
Error Types
Name
Docs
NominatorDNE
CandidateDNE
NominationDNE
NominatorExists
CandidateExists
ValBondBelowMin
NomBondBelowMin
NominationBelowMin
AlreadyOffline
AlreadyActive
NominatorAlreadyLeaving
NominationAlreadyRevoked
CandidateAlreadyLeaving
CannotActBecauseLeaving
CannotActBecauseRevoking
ExceedMaxCollatorsPerNom
AlreadyNominatedCollator
InvalidSchedule
CannotSetBelowMin
NoWritingSameValue
TooLowCandidateCountWeightHintJoinCandidates
TooLowCollatorCandidateCountToLeaveCandidates
TooLowNominationCountToNominate
TooLowCollatorNominationCountToNominate
TooLowNominationCountToLeaveNominators