Files
nym/contracts/vesting
Drazen Urch e013517348 Use serial integer instead of random (#1009)
* Use serial integer instead of random

* [ci skip] Generate TS types

* cargo fmt

* Return u32
2022-01-05 15:28:17 +01:00
..
2021-12-03 10:14:47 +01:00
2021-12-01 15:42:34 +01:00
2021-12-01 15:42:34 +01:00
2021-12-01 15:42:34 +01:00

Nym vesting contract

  1. Initial vesting tokens are deposited and assigned to existing addresses via CreatePeriodicVestingAccount
  2. Admin account can then delegate vested and unvested tokens to mixnodes on behalf of vesting accounts
  3. Vesting accounts can withdraw vested and undelegated (spendable) coins to their addresses

Vesting coin delegation flow

vesting-coin-delegation