gmsol-solana-utils 0.10.0

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

pub use rpc_client::{
    generic::{GenericRpcClient, GenericRpcClientConfig},
    FromRpcClientWith, RpcClient, RpcClientExt,
};
pub use rpc_sender::{RpcSender, RpcTransportStats};

#[cfg(http_rpc_sender)]
pub use rpc_sender::HttpRpcSender;