tensor-escrow 0.1.1

Client crate for the Tensor Foundation escrow program.
Documentation
//! This code was AUTOGENERATED using the kinobi library.
//! Please DO NOT EDIT THIS FILE, instead use visitors
//! to add features, then rerun kinobi to update it.
//!
//! <https://github.com/kinobi-so/kinobi>
//!

pub(crate) mod r#close_margin_account;
pub(crate) mod r#deposit_margin_account;
pub(crate) mod r#init_margin_account;
pub(crate) mod r#init_update_tswap;
pub(crate) mod r#withdraw_margin_account;
pub(crate) mod r#withdraw_margin_account_cpi_tamm;
pub(crate) mod r#withdraw_margin_account_cpi_tcomp;
pub(crate) mod r#withdraw_margin_account_cpi_tlock;

pub use self::r#close_margin_account::*;
pub use self::r#deposit_margin_account::*;
pub use self::r#init_margin_account::*;
pub use self::r#init_update_tswap::*;
pub use self::r#withdraw_margin_account::*;
pub use self::r#withdraw_margin_account_cpi_tamm::*;
pub use self::r#withdraw_margin_account_cpi_tcomp::*;
pub use self::r#withdraw_margin_account_cpi_tlock::*;