sol-trade-sdk 4.0.3

Rust SDK to interact with the dex trade Solana program.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod compute_budget_manager;
pub mod nonce_manager;
pub mod transaction_builder;
pub mod utils;
pub mod wsol_manager;

// Re-export commonly used functions
pub use compute_budget_manager::*;
pub use nonce_manager::*;
pub use transaction_builder::*;
pub use utils::*;
pub use wsol_manager::*;