switchboard-on-demand 0.1.2

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