Skip to content

Commit 5fe3321

Browse files
committed
Re-export wallet types
1 parent cdaf973 commit 5fe3321

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/lib.rs

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@ pub mod input;
55
pub mod loan;
66
pub mod oracle;
77
pub mod swap;
8-
pub mod wallet;
8+
mod wallet;
9+
10+
pub use wallet::{BalanceEntry, Chain, GetUtxos, Wallet, WrongChain};

0 commit comments

Comments
 (0)