payment-program 0.1.7

Schedule one-time and recurring token transfers on Solana
Documentation
1
2
3
4
5
// use anchor_lang::prelude::*;

pub const ONE_MINUTE: u64 = 60;

pub const PERCENTAGE_BASE: u64 = 1_000_000_000;