AccountDeserialize

This commit is contained in:
Hardhat Chad
2024-02-15 19:28:43 +00:00
parent d244c4fbc0
commit 8d743d4f63
13 changed files with 25 additions and 9 deletions

View File

@@ -7,6 +7,7 @@ use crate::{
error::OreError,
loaders::*,
state::{Bus, Treasury},
utils::AccountDeserialize,
BUS_COUNT, BUS_EPOCH_REWARDS, EPOCH_DURATION, MAX_EPOCH_REWARDS, SMOOTHING_FACTOR,
TARGET_EPOCH_REWARDS, TREASURY,
};