Expose tx observation publicly
This commit is contained in:
parent
dfa0d3e321
commit
8d60f2b3d1
1 changed files with 6 additions and 0 deletions
|
@ -87,7 +87,13 @@ pub use tx::{
|
|||
transact_terms,
|
||||
};
|
||||
|
||||
pub use tx_observer::{
|
||||
TxObservationService,
|
||||
TxObserver,
|
||||
};
|
||||
|
||||
pub use types::{
|
||||
AttributeSet,
|
||||
DB,
|
||||
PartitionMap,
|
||||
TxReport,
|
||||
|
|
Loading…
Reference in a new issue