defituna-client 3.6.9

Rust client to interact with DefiTuna's on-chain program.
Documentation
//! This code was AUTOGENERATED using the codama library.
//! Please DO NOT EDIT THIS FILE, instead use visitors
//! to add features, then rerun codama to update it.
//!
//! <https://github.com/codama-idl/codama>
//!

  pub(crate) mod r#accounts_type;
  pub(crate) mod r#market_maker;
  pub(crate) mod r#oracle_price_update;
  pub(crate) mod r#pool_token;
  pub(crate) mod r#position_lock_type;
  pub(crate) mod r#remaining_accounts_info;
  pub(crate) mod r#remaining_accounts_slice;
  pub(crate) mod r#tuna_position_state;

  pub use self::r#accounts_type::*;
  pub use self::r#market_maker::*;
  pub use self::r#oracle_price_update::*;
  pub use self::r#pool_token::*;
  pub use self::r#position_lock_type::*;
  pub use self::r#remaining_accounts_info::*;
  pub use self::r#remaining_accounts_slice::*;
  pub use self::r#tuna_position_state::*;