Name | Lookup | Parameters | |
|---|---|---|---|
| bond | 5e00 | 1 | |
| unbond | 5e01 | 1 | |
| unbond_instant | 5e02 | 1 | |
| rebond | 5e03 | 1 | |
| withdraw_unbonded | 5e04 | - |
Name | Lookup | Attributes | |
|---|---|---|---|
| Bonded | 5e00 | ["AccountId","Balance"] | |
| Unbonded | 5e01 | ["AccountId","Balance"] | |
| InstantUnbonded | 5e02 | ["AccountId","Balance","Balance"] | |
| Rebonded | 5e03 | ["AccountId","Balance"] | |
| Withdrawn | 5e04 | ["AccountId","Balance"] |
Name | Type | |
|---|---|---|
| Ledger | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"acala_primitives:bonding:ledger:BondingLedger","keys_id":0,"value_id":583}} |
Name | Type | Value | |
|---|---|---|---|
| MinBond | U128 | 00407a10f35a00000000000000000000 | |
| UnbondingPeriod | U32 | 80130300 | |
| MaxUnbondingChunks | U32 | 0a000000 | |
| LockIdentifier | [U8; 8] | 6163612f6561726e |
Name | Docs |
|---|---|
| BelowMinBondThreshold | |
| MaxUnlockChunksExceeded | |
| NotBonded | |
| NotAllowed |