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 | |
schedule_leave_candidates | 1408 | 1 | |
execute_leave_candidates | 1409 | 2 | |
cancel_leave_candidates | 140a | 1 | |
go_offline | 140b | - | |
go_online | 140c | - | |
candidate_bond_more | 140d | 1 | |
schedule_candidate_bond_less | 140e | 1 | |
execute_candidate_bond_less | 140f | 1 | |
cancel_candidate_bond_less | 1410 | - | |
delegate | 1411 | 4 | |
delegate_with_auto_compound | 1412 | 6 | |
removed_call_19 | 1413 | - | |
removed_call_20 | 1414 | - | |
removed_call_21 | 1415 | - | |
schedule_revoke_delegation | 1416 | 1 | |
delegator_bond_more | 1417 | 2 | |
schedule_delegator_bond_less | 1418 | 2 | |
execute_delegation_request | 1419 | 2 | |
cancel_delegation_request | 141a | 1 | |
set_auto_compound | 141b | 4 | |
hotfix_remove_delegation_requests_exited_candidates | 141c | 1 | |
notify_inactive_collator | 141d | 1 | |
enable_marking_offline | 141e | 1 | |
force_join_candidates | 141f | 3 |
Name | Lookup | Attributes | |
---|---|---|---|
NewRound | 1400 | ["BlockNumberFor","RoundIndex","u32","BalanceOf"] | |
JoinedCollatorCandidates | 1401 | ["AccountId","BalanceOf","BalanceOf"] | |
CollatorChosen | 1402 | ["RoundIndex","AccountId","BalanceOf"] | |
CandidateBondLessRequested | 1403 | ["AccountId","BalanceOf","RoundIndex"] | |
CandidateBondedMore | 1404 | ["AccountId","BalanceOf","BalanceOf"] | |
CandidateBondedLess | 1405 | ["AccountId","BalanceOf","BalanceOf"] | |
CandidateWentOffline | 1406 | ["AccountId"] | |
CandidateBackOnline | 1407 | ["AccountId"] | |
CandidateScheduledExit | 1408 | ["RoundIndex","AccountId","RoundIndex"] | |
CancelledCandidateExit | 1409 | ["AccountId"] | |
CancelledCandidateBondLess | 140a | ["AccountId","BalanceOf","RoundIndex"] | |
CandidateLeft | 140b | ["AccountId","BalanceOf","BalanceOf"] | |
DelegationDecreaseScheduled | 140c | ["AccountId","AccountId","BalanceOf","RoundIndex"] | |
DelegationIncreased | 140d | ["AccountId","AccountId","BalanceOf","bool"] | |
DelegationDecreased | 140e | ["AccountId","AccountId","BalanceOf","bool"] | |
DelegatorExitScheduled | 140f | ["RoundIndex","AccountId","RoundIndex"] | |
DelegationRevocationScheduled | 1410 | ["RoundIndex","AccountId","AccountId","RoundIndex"] | |
DelegatorLeft | 1411 | ["AccountId","BalanceOf"] | |
DelegationRevoked | 1412 | ["AccountId","AccountId","BalanceOf"] | |
DelegationKicked | 1413 | ["AccountId","AccountId","BalanceOf"] | |
DelegatorExitCancelled | 1414 | ["AccountId"] | |
CancelledDelegationRequest | 1415 | ["AccountId","CancelledScheduledRequest<BalanceOf>","AccountId"] | |
Delegation | 1416 | ["AccountId","BalanceOf","AccountId","DelegatorAdded<BalanceOf>","Percent"] | |
DelegatorLeftCandidate | 1417 | ["AccountId","AccountId","BalanceOf","BalanceOf"] | |
Rewarded | 1418 | ["AccountId","BalanceOf"] | |
ReservedForParachainBond | 1419 | ["AccountId","BalanceOf"] | |
ParachainBondAccountSet | 141a | ["AccountId","AccountId"] | |
ParachainBondReservePercentSet | 141b | ["Percent","Percent"] | |
InflationSet | 141c | ["Perbill","Perbill","Perbill","Perbill","Perbill","Perbill"] | |
StakeExpectationsSet | 141d | ["BalanceOf","BalanceOf","BalanceOf"] | |
TotalSelectedSet | 141e | ["u32","u32"] | |
CollatorCommissionSet | 141f | ["Perbill","Perbill"] | |
BlocksPerRoundSet | 1420 | ["RoundIndex","BlockNumberFor","u32","u32","Perbill","Perbill","Perbill"] | |
AutoCompoundSet | 1421 | ["AccountId","AccountId","Percent"] | |
Compounded | 1422 | ["AccountId","AccountId","BalanceOf"] |
Name | Type | |
---|---|---|
CollatorCommission | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":43} | |
TotalSelected | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
ParachainBondInfo | {"origin":"PlainType","plain_type":"pallet_parachain_staking:types:ParachainBondConfig","PlainTypeValue":441} | |
Round | {"origin":"PlainType","plain_type":"pallet_parachain_staking:types:RoundInfo","PlainTypeValue":442} | |
DelegatorState | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["[U8; 20]"],"value":"pallet_parachain_staking:types:Delegator","keys_id":0,"value_id":443}} | |
CandidateInfo | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["[U8; 20]"],"value":"pallet_parachain_staking:types:CandidateMetadata","keys_id":0,"value_id":448}} | |
DelegationScheduledRequests | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["[U8; 20]"],"value":"Vec<pallet_parachain_staking:delegation_requests:ScheduledRequest>","keys_id":0,"value_id":453}} | |
AutoCompoundingDelegations | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["[U8; 20]"],"value":"Vec<pallet_parachain_staking:auto_compound:AutoCompoundConfig>","keys_id":0,"value_id":456}} | |
TopDelegations | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["[U8; 20]"],"value":"pallet_parachain_staking:types:Delegations","keys_id":0,"value_id":459}} | |
BottomDelegations | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["[U8; 20]"],"value":"pallet_parachain_staking:types:Delegations","keys_id":0,"value_id":459}} | |
SelectedCandidates | {"origin":"PlainType","plain_type":"Vec<[U8; 20]>","PlainTypeValue":460} | |
Total | {"origin":"PlainType","plain_type":"U128","PlainTypeValue":6} | |
CandidatePool | {"origin":"PlainType","plain_type":"Vec<pallet_parachain_staking:types:Bond>","PlainTypeValue":461} | |
AtStake | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat"],"key_vec":["U32","[U8; 20]"],"value":"pallet_parachain_staking:types:CollatorSnapshot","keys_id":463,"value_id":464}} | |
DelayedPayouts | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"pallet_parachain_staking:types:DelayedPayout","keys_id":4,"value_id":467}} | |
InflationConfig | {"origin":"PlainType","plain_type":"pallet_parachain_staking:inflation:InflationInfo","PlainTypeValue":468} | |
Points | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"U32","keys_id":4,"value_id":4}} | |
AwardedPts | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat"],"key_vec":["U32","[U8; 20]"],"value":"U32","keys_id":463,"value_id":4}} | |
EnableMarkingOffline | {"origin":"PlainType","plain_type":"Bool","PlainTypeValue":31} |
Name | Type | Value | |
---|---|---|---|
MinBlocksPerRound | U32 | 0a000000 | |
MaxOfflineRounds | U32 | 01000000 | |
LeaveCandidatesDelay | U32 | 1c000000 | |
CandidateBondLessDelay | U32 | 1c000000 | |
LeaveDelegatorsDelay | U32 | 1c000000 | |
RevokeDelegationDelay | U32 | 1c000000 | |
DelegationBondLessDelay | U32 | 1c000000 | |
RewardPaymentDelay | U32 | 02000000 | |
MinSelectedCandidates | U32 | 08000000 | |
MaxTopDelegationsPerCandidate | U32 | 2c010000 | |
MaxBottomDelegationsPerCandidate | U32 | 32000000 | |
MaxDelegationsPerDelegator | U32 | 64000000 | |
MinCandidateStk | U128 | 00000042db999d3784a7010000000000 | |
MinDelegation | U128 | 000088b116afe3b50200000000000000 | |
SlotDuration | U64 | e02e000000000000 | |
BlockTime | U64 | e02e000000000000 | |
MaxCandidates | U32 | c8000000 |
Name | Docs |
---|---|
DelegatorDNE | |
DelegatorDNEinTopNorBottom | |
DelegatorDNEInDelegatorSet | |
CandidateDNE | |
DelegationDNE | |
DelegatorExists | |
CandidateExists | |
CandidateBondBelowMin | |
InsufficientBalance | |
DelegatorBondBelowMin | |
DelegationBelowMin | |
AlreadyOffline | |
AlreadyActive | |
DelegatorAlreadyLeaving | |
DelegatorNotLeaving | |
DelegatorCannotLeaveYet | |
CannotDelegateIfLeaving | |
CandidateAlreadyLeaving | |
CandidateNotLeaving | |
CandidateCannotLeaveYet | |
CannotGoOnlineIfLeaving | |
ExceedMaxDelegationsPerDelegator | |
AlreadyDelegatedCandidate | |
InvalidSchedule | |
CannotSetBelowMin | |
RoundLengthMustBeGreaterThanTotalSelectedCollators | |
NoWritingSameValue | |
TooLowCandidateCountWeightHintJoinCandidates | |
TooLowCandidateCountWeightHintCancelLeaveCandidates | |
TooLowCandidateCountToLeaveCandidates | |
TooLowDelegationCountToDelegate | |
TooLowCandidateDelegationCountToDelegate | |
TooLowCandidateDelegationCountToLeaveCandidates | |
TooLowDelegationCountToLeaveDelegators | |
PendingCandidateRequestsDNE | |
PendingCandidateRequestAlreadyExists | |
PendingCandidateRequestNotDueYet | |
PendingDelegationRequestDNE | |
PendingDelegationRequestAlreadyExists | |
PendingDelegationRequestNotDueYet | |
CannotDelegateLessThanOrEqualToLowestBottomWhenFull | |
PendingDelegationRevoke | |
TooLowDelegationCountToAutoCompound | |
TooLowCandidateAutoCompoundingDelegationCountToAutoCompound | |
TooLowCandidateAutoCompoundingDelegationCountToDelegate | |
TooLowCollatorCountToNotifyAsInactive | |
CannotBeNotifiedAsInactive | |
TooLowCandidateAutoCompoundingDelegationCountToLeaveCandidates | |
TooLowCandidateCountWeightHint | |
TooLowCandidateCountWeightHintGoOffline | |
CandidateLimitReached | |
CannotSetAboveMaxCandidates | |
RemovedCall | |
MarkingOfflineNotEnabled | |
CurrentRoundTooLow |