ore_api prelude module

This commit is contained in:
Hardhat Chad
2024-09-27 08:15:05 +00:00
parent f0b0274372
commit 13bd94df90
10 changed files with 20 additions and 26 deletions

View File

@@ -6,6 +6,16 @@ pub mod loaders;
pub mod sdk;
pub mod state;
use solana_program::declare_id;
pub mod prelude {
pub use crate::consts::*;
pub use crate::error::*;
pub use crate::event::*;
pub use crate::instruction::*;
pub use crate::loaders::*;
pub use crate::sdk::*;
pub use crate::state::*;
}
use steel::*;
declare_id!("oreV2ZymfyeXgNgBdqMkumTqqAprVqgBWQfoYkrtKWQ");