1 2 3 4 5 6 7 8 9 10 11 12
#[cfg(test)]
use solana_program::declare_id;
#[cfg(test)]
declare_id!("11111111111111111111111111111111");
mod accounts;
mod borsh_size;
pub mod checks;
pub mod fp_math;
pub use accounts::InstructionsAccount;
pub use bonfida_macros::{BorshSize, InstructionsAccount};
pub use borsh_size::BorshSize;
