Function essential_read::read_contract
source ยท pub async fn read_contract(path: PathBuf) -> Result<Contract>Expand description
Read and deserialize predicates from a file.
Calls check_path_json via call to read_bytes.
pub async fn read_contract(path: PathBuf) -> Result<Contract>Read and deserialize predicates from a file.
Calls check_path_json via call to read_bytes.