gmsol-sdk 0.9.0

GMX-Solana is an extension of GMX on the Solana blockchain.
Documentation
1
2
3
4
5
6
7
/// Builder for the `create_glv_deposit` instruction.
pub mod create;

/// Min execution lamports for deposit.
pub const MIN_EXECUTION_LAMPORTS_FOR_GLV_DEPOSIT: u64 = 200_000;

pub use create::{CreateGlvDeposit, CreateGlvDepositHint};