Crate vestinglib

Source

Structs§

GetReleasableAmountParams
External parameters that are used to compute the releasable amount
Vesting
A Vesting struct that can be used to compute releasable amount
VestingInitParams
The parameters needed to initialize the vesting Library is inspired by https://github.com/abdelhamidbakhta/token-vesting-contracts/blob/main/contracts/TokenVesting.sol
VestingTimeline

Enums§

VestingError

Traits§

CanInitialize