switchboard-on-demand 0.5.5

A Rust library to interact with the Switchboard Solana program.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod address_lookup_table;
#[allow(unused_imports)]
pub use address_lookup_table::*;

pub mod slothash_sysvar;
pub use slothash_sysvar::*;

pub mod ix_sysvar;
pub use ix_sysvar::*;

pub mod ed25519_sysvar;
pub use ed25519_sysvar::*;