gmsol-sdk 0.9.0

GMX-Solana is an extension of GMX on the Solana blockchain.
Documentation
1
2
3
4
5
/// Pull Oracle.
pub mod pull_oracle;

pub use gmsol_chainlink_datastreams;
pub use pull_oracle::Client;