fix: parse_log in public interface (#2228)
This commit is contained in:
parent
73636a906e
commit
1c90e1b76a
|
@ -19,7 +19,7 @@ mod factory;
|
|||
pub use factory::{ContractDeployer, ContractDeploymentTx, ContractFactory, DeploymentTxFactory};
|
||||
|
||||
mod event;
|
||||
pub use event::{EthEvent, Event};
|
||||
pub use event::{parse_log, EthEvent, Event};
|
||||
|
||||
mod log;
|
||||
pub use log::{decode_logs, EthLogDecode, LogMeta};
|
||||
|
|
Loading…
Reference in New Issue