Skip to content

Commit 8e7fc21

Browse files
feat: reexport FungibleFaucetExt (0xMiden#1116)
1 parent 660b257 commit 8e7fc21

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/rust-client/src/account/mod.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ pub mod component {
6060
pub const COMPONENT_TEMPLATE_EXTENSION: &str = "mct";
6161

6262
pub use miden_lib::account::{
63-
auth::AuthRpoFalcon512, faucets::BasicFungibleFaucet, wallets::BasicWallet,
63+
auth::AuthRpoFalcon512,
64+
faucets::{BasicFungibleFaucet, FungibleFaucetExt},
65+
wallets::BasicWallet,
6466
};
6567
pub use miden_objects::account::{
6668
AccountComponent, AccountComponentMetadata, AccountComponentTemplate, FeltRepresentation,

0 commit comments

Comments
 (0)