reexport multiabigen (#731)

This commit is contained in:
thasarito 2021-12-24 21:34:18 +07:00 committed by GitHub
parent 2e9816e535
commit 183c0d21c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ pub mod builders {
#[cfg(any(test, feature = "abigen"))]
#[cfg_attr(docsrs, doc(cfg(feature = "abigen")))]
pub use ethers_contract_abigen::Abigen;
pub use ethers_contract_abigen::{Abigen, MultiAbigen};
#[cfg(any(test, feature = "abigen"))]
#[cfg_attr(docsrs, doc(cfg(feature = "abigen")))]