fusionamm-client 1.0.77

Rust client to interact with on-chain FusionAMM program.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//! 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#remaining_accounts_info;
  pub(crate) mod r#remaining_accounts_slice;
  pub(crate) mod r#tick;

  pub use self::r#accounts_type::*;
  pub use self::r#remaining_accounts_info::*;
  pub use self::r#remaining_accounts_slice::*;
  pub use self::r#tick::*;