gmsol-store 0.5.0

GMX-Solana is an extension of GMX on the Solana blockchain.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/// Token with feeds.
pub mod token_with_feeds;

/// Swap Params.
pub mod swap;

/// Token accounts.
pub mod token;

/// Common action types.
pub mod action;

pub use action::{ActionHeader, ActionState};
pub use token_with_feeds::{TokenRecord, TokensWithFeed};