Expose tx observation publicly
This commit is contained in:
parent
78d632cd31
commit
ba08807137
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