defituna-client 3.6.9

Rust client to interact with DefiTuna's on-chain program.
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod fusion;
pub mod orca;
pub mod rpc;
pub mod setup;
pub mod token;
pub mod token_extensions;

pub use rpc::*;
pub use setup::*;
pub use token::*;
pub use token_extensions::*;