payment-program 0.1.7

Schedule one-time and recurring token transfers on Solana
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod create_payment;
pub mod create_payment_namespace;
pub mod create_task_namespace;
pub mod initialize_program;
pub mod process_task;
pub mod utils;

pub use create_payment::*;
pub use create_payment_namespace::*;
pub use create_task_namespace::*;
pub use initialize_program::*;
pub use process_task::*;
pub use utils::*;