Function ethers_addressbook::contract
source · pub fn contract<S: Into<String>>(name: S) -> Option<Contract>
Expand description
Fetch the addressbook for a contract by its name. If the contract name is not a part of ethers-addressbook we return None.