gmsol-store 0.6.0

GMX-Solana is an extension of GMX on the Solana blockchain.
Documentation
/// Execution fee operations.
pub mod execution_fee;

/// Market operations.
pub mod market;

/// Deposit operations.
pub mod deposit;

/// Withdrawal operations.
pub mod withdrawal;

/// Order operations.
pub mod order;

/// Shift operations.
pub mod shift;

/// GLV operations.
pub mod glv;