diff --git a/db/src/lib.rs b/db/src/lib.rs index d91c7568..cfa6948c 100644 --- a/db/src/lib.rs +++ b/db/src/lib.rs @@ -87,7 +87,13 @@ pub use tx::{ transact_terms, }; +pub use tx_observer::{ + TxObservationService, + TxObserver, +}; + pub use types::{ + AttributeSet, DB, PartitionMap, TxReport,