switchboard-on-demand 0.5.2

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