mirror of
https://github.com/d0zingcat/ore.git
synced 2026-05-14 15:10:13 +00:00
13 lines
216 B
Rust
13 lines
216 B
Rust
pub mod consts;
|
|
pub mod error;
|
|
pub mod event;
|
|
pub mod instruction;
|
|
pub mod loaders;
|
|
pub mod state;
|
|
|
|
pub(crate) use utils;
|
|
|
|
use solana_program::declare_id;
|
|
|
|
declare_id!("mineRHF5r6S7HyD9SppBfVMXMavDkJsxwGesEvxZr2A");
|