Skip to main content

load_abi

Function load_abi 

Source
pub(crate) async fn load_abi(
    contract: Address,
    config: &Config,
    abi_path: Option<&str>,
) -> Result<JsonAbi>
Expand description

Loads the ABI of contract from abi_path, or from Etherscan when no path is given.