Function load_abi_from_artifact

Source
fn load_abi_from_artifact(
    path_or_contract: &str,
) -> Result<Vec<(JsonAbi, String)>>
Expand description

Load the ABI from the artifact of a locally compiled contract.