1 2 3 4 5 6 7 8 9 10 11 12
pub mod consts; pub mod error; pub mod event; pub mod instruction; pub mod loaders; pub mod state; pub(crate) use ore_utils as utils; use solana_program::declare_id; declare_id!("EKiNeGJn3AuEu6uWeodM4cjnwBY3QZnvxLXuLwM3QZvT");