Name | Lookup | Parameters | |
|---|---|---|---|
| vest | 3c00 | - | |
| vest_other | 3c01 | 1 | |
| vested_transfer | 3c02 | 2 | |
| force_vested_transfer | 3c03 | 3 | |
| force_set_vested | 3c04 | 3 | |
| init_vesting_start_at | 3c05 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| VestingUpdated | 3c00 | ||
| VestingCompleted | 3c01 |
Name | Type | |
|---|---|---|
| VestingStartAt | {"origin":"PlainType","plain_type":"BlockNumber"} | |
| Vesting | {"origin":"MapType","map_type":{"key":"AccountId","hasher":"Blake2_128Concat","value":"VestingInfo<BalanceOf, BlockNumber>","isLinked":false}} |
Name | Type | Value | |
|---|---|---|---|
| MinVestedTransfer | BalanceOf | 0x00e40b54020000000000000000000000 |
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. |