Name | Lookup | Parameters | |
|---|---|---|---|
| bond | 7700 | 1 | |
| unbond | 7701 | 1 | |
| rebond | 7702 | 1 | |
| withdraw_unbonded | 7703 | - | |
| nominate | 7704 | 1 | |
| chill | 7705 | - | |
| reset_reserved_nominees | 7706 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| Bond | 7700 | ["AccountId","Balance"] | |
| Unbond | 7701 | ["AccountId","Balance"] | |
| Rebond | 7702 | ["AccountId","Balance"] | |
| WithdrawUnbonded | 7703 | ["AccountId","Balance"] | |
| Nominate | 7704 | ["AccountId","Vec<NomineeId>"] | |
| ResetReservedNominees | 7705 | ["u16","Vec<NomineeId>"] |
Name | Type | |
|---|---|---|
| Nominations | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"Vec<AccountId>","keys_id":0,"value_id":386}} | |
| Ledger | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"acala_primitives:bonding:ledger:BondingLedger@660","keys_id":0,"value_id":660}} | |
| 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":41,"value_id":386}} |
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 |