Skip to content

Commit

Permalink
fix: expose the new type taken in api
Browse files Browse the repository at this point in the history
  • Loading branch information
oetyng committed Apr 12, 2023
1 parent 7fd9996 commit ada0dc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ pub use crate::{
signed_spend::{SignedSpend, Spend},
token::Token,
transaction::{
Amount, BlindedInput, BlindedOutput, DbcTransaction, Output, RevealedAmount, RevealedInput,
RevealedTx,
Amount, BlindedInput, BlindedOutput, DbcTransaction, InputHistory, Output, RevealedAmount,
RevealedInput, RevealedTx,
},
verification::{get_blinded_amounts_from_transaction, TransactionVerifier},
};
Expand Down

0 comments on commit ada0dc9

Please sign in to comment.