chore(abigen): reexport filter (#1565)
This commit is contained in:
parent
0c297cafc8
commit
52ead7c645
|
@ -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")))]
|
||||
|
|
Loading…
Reference in New Issue