1pub mod entrypoint; 2pub mod error; 3pub mod instruction; 4pub mod pda; 5pub mod processor; 6pub mod state; 7mod tests; 8pub mod util; 9 10solana_program::declare_id!("trifMWutwBxkSuatmpPVnEe7NoE3BJKgjVi8sSyoXWX");