1pub(crate) mod entrypoint; 2pub mod error; 3pub mod instruction; 4pub(crate) mod processor; 5pub mod state; 6pub use borsh; 7 8solana_program::declare_id!("GhoSkkiVhZ43LX26wxNSNCy4NJ5xhjhziY4KUNUf9VXF");