vestinglib 0.1.4

A library used to compute the vesting math needed for a Solana program
Documentation
1
2
3
4
5
#[derive(Debug, Clone, PartialEq)]
pub enum VestingError {
    Revoked,
    ConfigurationError(&'static str),
}