use bonfida_utils::declare_id_with_central_state;
#[doc(hidden)]
pub mod entrypoint;
#[doc(hidden)]
pub mod error;
/// Program instructions and their CPI-compatible bindings
pub mod instruction;
/// Describes the different data structures that the program uses to encode state
pub mod state;
#[doc(hidden)]
pub(crate) mod processor;
pub(crate) mod utils;
#[allow(missing_docs)]
pub mod cpi;
declare_id_with_central_state!("nftD3vbNkNqfj2Sd3HZwbpw4BxxKWr4AjGb9X38JeZk");