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 | |
| set_vesting_per_block | 3c06 | 2 | |
| force_set_cliff | 3c07 | 2 |
Name | Lookup | Attributes | |
|---|---|---|---|
| VestingUpdated | 3c00 | ["AccountId","BalanceOf"] | |
| VestingCompleted | 3c01 | ["AccountId"] |
Name | Type | |
|---|---|---|
| VestingStartAt | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
| Cliff | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"U32","keys_id":0,"value_id":4}} | |
| Vesting | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"bifrost_vesting:VestingInfo","keys_id":0,"value_id":398}} |
Name | Type | Value | |
|---|---|---|---|
| MinVestedTransfer | U128 | 00e40b54020000000000000000000000 |
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. |
| SamePerBlock | change to the same per_block param |
| VestingStartAtNotSet | VestingStartAt storage is not set |
| WrongLockedAmount | Wrong amount |
| WrongCliffVesting | Wrong vesting during cliff period |