Function read_abi

Source
pub fn read_abi(path: &Path) -> Result<Manifest, Box<dyn Error>>
Expand description

Reads and validates an ABI JSON file (see Manifest for the validation rules, including the exact ABI version check).