Skip to content

Commit

Permalink
Update crates/sdk/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Tomas Zemanovic <[email protected]>
  • Loading branch information
batconjurer and tzemanovic committed Sep 5, 2024
1 parent 626e502 commit 55bb0a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/sdk/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ use namada_core::key::*;
use namada_core::masp::{ExtendedSpendingKey, PaymentAddress, TransferSource};
pub use namada_core::{control_flow, task_env};
use namada_io::{Client, Io, NamadaIo};
pub use namada_io as io;
pub use namada_io::{MaybeSend, MaybeSync};
pub use namada_token::masp::{ShieldedUtils, ShieldedWallet};
use namada_tx::data::wrapper::GasLimit;
Expand Down

0 comments on commit 55bb0a4

Please sign in to comment.