Function 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.