Skip to content

Commit

Permalink
compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
akorchyn committed Dec 9, 2024
1 parent b2fb9d7 commit 6f97e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tokens.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ use crate::{
},
contract::Contract,
errors::{BuilderError, FTValidatorError, ValidationError},
prelude::*,
transactions::{ConstructTransaction, TransactionWithSign},
types::{
tokens::{FTBalance, UserBalance},
transactions::PrepopulateTransaction,
Data,
},
NetworkConfig, StorageDeposit,
};

type Result<T> = core::result::Result<T, BuilderError>;
Expand Down

0 comments on commit 6f97e76

Please sign in to comment.