pub fn read_deploy_file<P: AsRef<Path>>(deploy_path: P) -> Result<Deploy, Error>
use read_transaction_file instead
read_transaction_file
Reads a previously-saved Deploy from a file.
Deploy