gmsol-sdk 0.9.0

GMX-Solana is an extension of GMX on the Solana blockchain.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
/// GLV model.
pub mod model;

/// GLV status.
pub mod status;

/// GLV calculator trait.
pub mod calculator;

pub use calculator::GlvCalculator;
pub use model::GlvModel;
pub use status::GlvStatus;