poseidon-client 0.5.0

A Simple to use Solana Client that has a fast compile time and cache friendly
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod rpc;
pub use rpc::*;

mod rpc_info;
pub use rpc_info::*;

mod tx;
pub use tx::*;

mod send_transaction;
pub use send_transaction::*;