gmsol-model 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
/// Price Impact Parameters.
pub mod price_impact;

/// Position parameters.
pub mod position;

/// Fee Parameters.
pub mod fee;

pub use fee::{FeeParams, Fees};
pub use position::PositionParams;
pub use price_impact::PriceImpactParams;