Name | Lookup | Parameters | |
|---|---|---|---|
| bond | 8300 | 1 | |
| unbond | 8301 | 1 | |
| rebond | 8302 | 1 | |
| withdraw_unbonded | 8303 | - | |
| nominate | 8304 | 1 | |
| chill | 8305 | - | |
| reset_reserved_nominees | 8306 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| Bond | 8300 | ["AccountId","Balance"] | |
| Unbond | 8301 | ["AccountId","Balance"] | |
| Rebond | 8302 | ["AccountId","Balance"] | |
| WithdrawUnbonded | 8303 | ["AccountId","Balance"] | |
| Nominate | 8304 | ["AccountId","Vec<NomineeId>"] | |
| ResetReservedNominees | 8305 | ["u16","Vec<NomineeId>"] |
Name | Type | |
|---|---|---|
| Nominations | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"Vec<AccountId>","keys_id":0,"value_id":359}} | |
| Ledger | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"acala_primitives:bonding:ledger:BondingLedger@642","keys_id":0,"value_id":642}} | |
| Votes | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"U128","keys_id":0,"value_id":6}} | |
| ReservedNominees | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U16"],"value":"Vec<AccountId>","keys_id":47,"value_id":359}} |
Name | Type | Value | |
|---|---|---|---|
| PalletId | [U8; 8] | 6163612f6e6f6d65 | |
| MinBond | U128 | 00e87648170000000000000000000000 | |
| BondingDuration | U32 | 1c000000 | |
| MaxNominateesCount | U32 | 10000000 | |
| MaxUnbondingChunks | U32 | 07000000 |
Name | Docs |
|---|---|
| BelowMinBondThreshold | |
| InvalidTargetsLength | |
| MaxUnlockChunksExceeded | |
| InvalidNominee | |
| NominateesCountExceeded | |
| NotBonded |