switchboard-on-demand 0.5.5

A Rust library to interact with the Switchboard Solana program.
Documentation
pub mod bundle_verify_v3;
pub mod guardian_quote_verify;
pub mod oracle_heartbeat;
pub mod oracle_heartbeat_v2;
pub mod oracle_reset_lut;
pub mod oracle_set_configs;
pub mod oracle_sync_lut;
pub mod permission_set;
pub mod queue_garbage_collect;
pub mod queue_pay_subsidy;
pub mod queue_pay_reward;
pub mod randomness_commit;
pub use bundle_verify_v3::*;
pub use guardian_quote_verify::*;
pub use oracle_heartbeat::*;
pub use oracle_heartbeat_v2::*;
pub use oracle_reset_lut::*;
pub use oracle_set_configs::*;
pub use oracle_sync_lut::*;
pub use permission_set::*;
pub use queue_garbage_collect::*;
pub use queue_pay_subsidy::*;
pub use queue_pay_reward::*;
pub use randomness_commit::*;