Name | Lookup | Parameters | |
|---|---|---|---|
| set_staking_expectations | 1400 | 1 | |
| set_inflation | 1401 | 1 | |
| set_parachain_bond_account | 1402 | 1 | |
| set_parachain_bond_reserve_percent | 1403 | 1 | |
| set_total_selected | 1404 | 1 | |
| set_collator_commission | 1405 | 1 | |
| set_blocks_per_round | 1406 | 1 | |
| join_candidates | 1407 | 2 | |
| leave_candidates | 1408 | 1 | |
| go_offline | 1409 | - | |
| go_online | 140a | - | |
| candidate_bond_more | 140b | 1 | |
| candidate_bond_less | 140c | 1 | |
| nominate | 140d | 4 | |
| leave_nominators | 140e | 1 | |
| revoke_nomination | 140f | 1 | |
| nominator_bond_more | 1410 | 2 | |
| nominator_bond_less | 1411 | 2 |
Name | Lookup | Attributes | |
|---|---|---|---|
| NewRound | 1400 | ||
| JoinedCollatorCandidates | 1401 | ||
| CollatorChosen | 1402 | ||
| CollatorBondedMore | 1403 | ||
| CollatorBondedLess | 1404 | ||
| CollatorWentOffline | 1405 | ||
| CollatorBackOnline | 1406 | ||
| CollatorScheduledExit | 1407 | ||
| CollatorLeft | 1408 | ||
| NominationIncreased | 1409 | ||
| NominationDecreased | 140a | ||
| NominatorExitScheduled | 140b | ||
| NominationRevocationScheduled | 140c | ||
| NominatorLeft | 140d | ||
| Nomination | 140e | ||
| NominatorLeftCollator | 140f | ||
| Rewarded | 1410 | ||
| ReservedForParachainBond | 1411 | ||
| ParachainBondAccountSet | 1412 | ||
| ParachainBondReservePercentSet | 1413 | ||
| InflationSet | 1414 | ||
| StakeExpectationsSet | 1415 | ||
| TotalSelectedSet | 1416 | ||
| CollatorCommissionSet | 1417 | ||
| BlocksPerRoundSet | 1418 |
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}} |
Name | Type | Value | |
|---|---|---|---|
| MinBlocksPerRound | u32 | 0x0a000000 | |
| DefaultBlocksPerRound | u32 | 0x2c010000 | |
| LeaveCandidatesDelay | RoundIndex | 0x02000000 | |
| LeaveNominatorsDelay | RoundIndex | 0x02000000 | |
| RevokeNominationDelay | RoundIndex | 0x02000000 | |
| RewardPaymentDelay | RoundIndex | 0x02000000 | |
| MinSelectedCandidates | u32 | 0x08000000 | |
| MaxNominatorsPerCollator | u32 | 0x0a000000 | |
| MaxCollatorsPerNominator | u32 | 0x19000000 | |
| DefaultCollatorCommission | Perbill | 0x00c2eb0b | |
| DefaultParachainBondReservePercent | Percent | 0x1e | |
| MinCollatorStk | BalanceOf | 0x0000a0dec5adc9353600000000000000 | |
| MinCollatorCandidateStk | BalanceOf | 0x000010632d5ec76b0500000000000000 | |
| MinNomination | BalanceOf | 0x0000f444829163450000000000000000 | |
| MinNominatorStk | BalanceOf | 0x0000f444829163450000000000000000 |
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 |