mirror of
https://github.com/d0zingcat/ore.git
synced 2026-05-23 23:16:47 +00:00
AccountDeserialize
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
use ore::{
|
||||
instruction::{InitializeArgs, OreInstruction},
|
||||
state::{Bus, Treasury},
|
||||
utils::AccountDeserialize,
|
||||
BUS, BUS_COUNT, INITIAL_DIFFICULTY, INITIAL_REWARD_RATE, MINT, TREASURY,
|
||||
};
|
||||
use solana_program::{
|
||||
|
||||
@@ -3,6 +3,7 @@ use std::str::FromStr;
|
||||
use ore::{
|
||||
instruction::{CreateProofArgs, MineArgs, OreInstruction},
|
||||
state::{Proof, Treasury},
|
||||
utils::AccountDeserialize,
|
||||
BUS, PROOF, TREASURY,
|
||||
};
|
||||
use solana_program::{
|
||||
|
||||
@@ -3,6 +3,7 @@ use std::str::FromStr;
|
||||
use ore::{
|
||||
instruction::OreInstruction,
|
||||
state::{Bus, Treasury},
|
||||
utils::AccountDeserialize,
|
||||
BUS, BUS_COUNT, BUS_EPOCH_REWARDS, INITIAL_DIFFICULTY, INITIAL_REWARD_RATE, MAX_EPOCH_REWARDS,
|
||||
MINT, TREASURY,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user