sol-trade-sdk 3.5.7

Rust SDK to interact with the dex trade Solana program.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pub mod address_lookup;
pub mod bonding_curve;
pub mod clock;
pub mod fast_fn;
pub mod sdk_log;
pub mod fast_timing;
pub mod gas_fee_strategy;
pub mod global;
pub mod nonce_cache;
pub mod seed;
pub mod spl_associated_token_account;
pub mod spl_token;
pub mod spl_token_2022;
pub mod subscription_handle;
pub mod types;

pub use gas_fee_strategy::*;
pub use types::*;