Name | Lookup | Parameters | |
---|---|---|---|
rebalance_hold | 2200 | 3 | |
request_delegate | 2201 | 3 | |
execute_pending_operations | 2202 | 1 | |
request_undelegate | 2203 | 3 | |
claim_manual_rewards | 2204 | 1 | |
update_candidate_position | 2205 | 1 | |
swap_pool | 2206 | 3 |
Name | Lookup | Attributes | |
---|---|---|---|
UpdatedCandidatePosition | 2200 | ["Candidate","Balance","Balance","Option<u32>","Option<u32>"] | |
RequestedDelegate | 2201 | ["Candidate","Delegator","TargetPool","Balance"] | |
ExecutedDelegate | 2202 | ["Candidate","Delegator","TargetPool","Balance","Balance"] | |
RequestedUndelegate | 2203 | ["Candidate","Delegator","TargetPool","Balance","Balance"] | |
ExecutedUndelegate | 2204 | ["Candidate","Delegator","Balance"] | |
IncreasedStake | 2205 | ["Candidate","Balance"] | |
DecreasedStake | 2206 | ["Candidate","Balance"] | |
StakedAutoCompounding | 2207 | ["Candidate","Delegator","Balance","Balance"] | |
UnstakedAutoCompounding | 2208 | ["Candidate","Delegator","Balance","Balance"] | |
StakedManualRewards | 2209 | ["Candidate","Delegator","Balance","Balance"] | |
UnstakedManualRewards | 220a | ["Candidate","Delegator","Balance","Balance"] | |
RewardedCollator | 220b | ["Candidate","Balance","Balance"] | |
RewardedDelegators | 220c | ["Candidate","Balance","Balance"] | |
ClaimedManualRewards | 220d | ["Candidate","Delegator","Balance"] | |
SwappedPool | 220e | ["Candidate","Delegator","TargetPool","Balance","Balance","Balance","Balance","Balance","Balance"] |
Name | Type | |
---|---|---|
SortedEligibleCandidates | {"origin":"PlainType","plain_type":"Vec<pallet_pooled_staking:candidate:EligibleCandidate>","PlainTypeValue":498} | |
Pools | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["AccountId","pallet_pooled_staking:pallet:PoolsKey"],"value":"U128","keys_id":501,"value_id":6}} | |
PendingOperations | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["AccountId","pallet_pooled_staking:pallet:PendingOperationKey"],"value":"U128","keys_id":503,"value_id":6}} |
Name | Type | Value | |
---|---|---|---|
StakingAccount | AccountId | 6d6f646c504f4f4c5354414b0000000000000000000000000000000000000000 | |
InitialManualClaimShareValue | U128 | 00ca9a3b000000000000000000000000 | |
InitialAutoCompoundingShareValue | U128 | 00ca9a3b000000000000000000000000 | |
MinimumSelfDelegation | U128 | 0000c16ff28623000000000000000000 | |
RewardsCollatorCommission | U32 | 00c2eb0b | |
EligibleCandidatesBufferSize | U32 | 64000000 |
Name | Docs |
---|---|
InvalidPalletSetting | |
DisabledFeature | |
NoOneIsStaking | |
StakeMustBeNonZero | |
RewardsMustBeNonZero | |
MathUnderflow | |
MathOverflow | |
NotEnoughShares | |
TryingToLeaveTooSoon | |
InconsistentState | |
UnsufficientSharesForTransfer | |
CandidateTransferingOwnSharesForbidden | |
RequestCannotBeExecuted | |
SwapResultsInZeroShares |