Skip to main content

load_abi_from_artifact

Function load_abi_from_artifact 

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

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