Name | Lookup | Attributes | |
---|---|---|---|
Delegated | 2600 | ["AccountId","AccountId","BalanceOf"] | |
Released | 2601 | ["AccountId","AccountId","BalanceOf"] | |
Slashed | 2602 | ["AccountId","AccountId","BalanceOf"] | |
MigratedDelegation | 2603 | ["AccountId","AccountId","BalanceOf"] |
Name | Type | |
---|---|---|
Delegators | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"pallet_delegated_staking:types:Delegation","keys_id":0,"value_id":803}} | |
CounterForDelegators | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
Agents | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"pallet_delegated_staking:types:AgentLedger","keys_id":0,"value_id":804}} | |
CounterForAgents | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} |
Name | Type | Value | |
---|---|---|---|
PalletId | [U8; 8] | 70792f646c73746b | |
SlashRewardFraction | U32 | 80969800 |
Name | Docs |
---|---|
NotAllowed | The account cannot perform this operation. |
AlreadyStaking | An existing staker cannot perform this action. |
InvalidRewardDestination | Reward Destination cannot be same as `Agent` account. |
InvalidDelegation | Delegation conditions are not met.Possible issues are1) Cannot delegate to self,2) Cannot delegate to multiple delegates. |
NotEnoughFunds | The account does not have enough funds to perform the operation. |
NotAgent | Not an existing `Agent` account. |
NotDelegator | Not a Delegator account. |
BadState | Some corruption in internal state. |
UnappliedSlash | Unapplied pending slash restricts operation on `Agent`. |
NothingToSlash | `Agent` has no pending slash to be applied. |
WithdrawFailed | Failed to withdraw amount from Core Staking. |
NotSupported | Operation not supported by this pallet. |