mirror of
https://github.com/d0zingcat/ore.git
synced 2026-05-19 07:26:47 +00:00
ore_api prelude module
This commit is contained in:
@@ -1,14 +1,7 @@
|
||||
use std::mem::size_of;
|
||||
|
||||
use drillx::Solution;
|
||||
use ore_api::{
|
||||
consts::*,
|
||||
error::OreError,
|
||||
event::MineEvent,
|
||||
instruction::Mine,
|
||||
loaders::OreAccountInfoValidation,
|
||||
state::{Bus, Config, Proof},
|
||||
};
|
||||
use ore_api::prelude::*;
|
||||
use solana_program::program::set_return_data;
|
||||
#[allow(deprecated)]
|
||||
use solana_program::{
|
||||
|
||||
Reference in New Issue
Block a user