Name | Lookup | Parameters | |
|---|---|---|---|
| vest | 1a00 | - | |
| vest_other | 1a01 | 1 | |
| vested_transfer | 1a02 | 2 | |
| force_vested_transfer | 1a03 | 3 |
Name | Lookup | Attributes | |
|---|---|---|---|
| VestingUpdated | 1a00 | ||
| VestingCompleted | 1a01 |
Name | Type | |
|---|---|---|
| Vesting | {"origin":"MapType","map_type":{"key":"AccountId","hasher":"Blake2_128Concat","value":"VestingInfo<BalanceOf, BlockNumber>","isLinked":false}} |
Name | Type | Value | |
|---|---|---|---|
| MinVestedTransfer | BalanceOf | 0x00407a10f35a00000000000000000000 |
Name | Docs |
|---|---|
| NotVesting | The account given is not vesting. |
| ExistingVestingSchedule | An existing vesting schedule already exists for this account that cannot be clobbered. |
| AmountLow | Amount being transferred is too low to create a vesting schedule. |