Expose tx observation publicly

This commit is contained in:
Emily Toop 2018-03-09 12:11:46 +00:00
parent dfa0d3e321
commit 8d60f2b3d1

View file

@ -87,7 +87,13 @@ pub use tx::{
transact_terms,
};
pub use tx_observer::{
TxObservationService,
TxObserver,
};
pub use types::{
AttributeSet,
DB,
PartitionMap,
TxReport,