switchboard-on-demand 0.9.1

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