gmsol-sdk 0.9.0

GMX-Solana is an extension of GMX on the Solana blockchain.
Documentation
/// Price.
pub mod price;

/// Program.
pub mod program;

/// Market.
pub mod market;

/// Market Graph.
pub mod market_graph;

/// Instructions.
pub mod instructions;

/// Position.
pub mod position;

/// User.
pub mod user;

/// Utils.
pub mod utils;

/// Events.
pub mod events;

/// GLV.
pub mod glv;

/// Virtual Inventory.
pub mod virtual_inventory;

/// Simulation.
pub mod simulation;

mod types;