Function load_abi_from_file

Source
pub fn load_abi_from_file(
    path: &str,
    name: Option<String>,
) -> Result<Vec<(JsonAbi, String)>>
Expand description

Load the ABI from a file.