chore(abigen): reexport filter (#1565)

This commit is contained in:
Matthias Seitz 2022-08-04 19:03:25 +02:00 committed by GitHub
parent 0c297cafc8
commit 52ead7c645
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

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