Export Timelocked so documentation for it is generated

This commit is contained in:
Luke Parker 2023-01-08 09:09:03 -05:00
parent 4be3290e40
commit 6b591c0df9
No known key found for this signature in database

View file

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