[][src]Function solana_vest_program::vest_schedule::create_vesting_schedule

pub fn create_vesting_schedule(
    start_date: Date<Utc>,
    lamports: u64
) -> Vec<(Date<Utc>, u64)>

Return a list of contract messages and a list of vesting-date/lamports pairs.