Write a test runner for Monero transactions

Also includes a few fixes for the library itself. Supersedes #172.
This commit is contained in:
Luke Parker
2022-12-05 17:25:09 -05:00
parent 7a16ce78b0
commit 8f352353ba
6 changed files with 321 additions and 279 deletions

View File

@@ -18,7 +18,7 @@ pub mod address;
use address::{Network, AddressType, AddressMeta, MoneroAddress};
mod scan;
pub use scan::SpendableOutput;
pub use scan::{ReceivedOutput, SpendableOutput};
pub(crate) mod decoys;
pub(crate) use decoys::Decoys;