switchboard-on-demand 0.1.16

A Rust library to interact with the Switchboard Solana program.
Documentation
1
2
3
4
5
6
7
8
mod utils;
pub use utils::*;

mod transaction_builder;
pub use transaction_builder::*;

mod event_client;
pub use event_client::*;