antegen-thread-program 4.0.0

Solana program for Antegen - automation and scheduling threads
Documentation
pub mod config_init;
pub mod config_update;
pub mod fiber_create;
pub mod fiber_delete;
pub mod fiber_update;
pub mod thread_create;
pub mod thread_delete;
pub mod thread_error;
pub mod thread_exec;
pub mod thread_force_delete;
pub mod thread_memo;
pub mod thread_toggle;
pub mod thread_update;
pub mod thread_withdraw;

pub use config_init::*;
pub use config_update::*;
pub use fiber_create::*;
pub use fiber_delete::*;
pub use fiber_update::*;
pub use thread_create::*;
pub use thread_delete::*;
pub use thread_error::*;
pub use thread_exec::*;
pub use thread_force_delete::*;
pub use thread_memo::*;
pub use thread_toggle::*;
pub use thread_update::*;
pub use thread_withdraw::*;