feat: make stream mod public (#1160)

This commit is contained in:
Matthias Seitz 2022-04-21 19:29:40 +02:00 committed by GitHub
parent 92b1ad8fb1
commit 9047f96d95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ pub use event::EthEvent;
mod log; mod log;
pub use log::{decode_logs, EthLogDecode, LogMeta}; pub use log::{decode_logs, EthLogDecode, LogMeta};
mod stream; pub mod stream;
mod multicall; mod multicall;
pub use multicall::Multicall; pub use multicall::Multicall;