chore: reexport ethabi module (#1362)

This commit is contained in:
Matthias Seitz 2022-06-08 22:15:55 +02:00 committed by GitHub
parent c7a8a1ea5a
commit 295f86ef89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ use crate::{
utils::id,
};
pub use ethabi::{Contract as Abi, *};
pub use ethabi::{self, Contract as Abi, *};
mod tokens;
pub use tokens::{Detokenize, InvalidOutputType, Tokenizable, TokenizableItem, Tokenize};