chore: reexport ethabi module (#1362)
This commit is contained in:
parent
c7a8a1ea5a
commit
295f86ef89
|
@ -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};
|
||||
|
|
Loading…
Reference in New Issue