Name | Lookup | Parameters | |
|---|---|---|---|
| bond | d200 | 1 | |
| unbond | d201 | 1 | |
| unbond_instant | d202 | 1 | |
| rebond | d203 | 1 | |
| withdraw_unbonded | d204 | - |
Name | Lookup | Attributes | |
|---|---|---|---|
| Bonded | d200 | ["AccountId","Balance"] | |
| Unbonded | d201 | ["AccountId","Balance"] | |
| InstantUnbonded | d202 | ["AccountId","Balance","Balance"] | |
| Rebonded | d203 | ["AccountId","Balance"] | |
| Withdrawn | d204 | ["AccountId","Balance"] |
Name | Type | |
|---|---|---|
| Ledger | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"acala_primitives:bonding:ledger:BondingLedger@643","keys_id":0,"value_id":643}} |
Name | Type | Value | |
|---|---|---|---|
| MinBond | U128 | 00a0724e180900000000000000000000 | |
| UnbondingPeriod | U32 | 03000000 | |
| MaxUnbondingChunks | U32 | 03000000 | |
| LockIdentifier | [U8; 8] | 6163612f6561726e |
Name | Docs |
|---|---|
| BelowMinBondThreshold | |
| MaxUnlockChunksExceeded | |
| NotBonded | |
| NotAllowed |