pub async fn get_deploy(
maybe_rpc_id: &str,
node_address: &str,
verbosity_level: u64,
deploy_hash: &str,
) -> Result<SuccessResponse<GetDeployResult>, CliError>Expand description
Retrieves a Deploy from the network.
deploy_hash must be a hex-encoded, 32-byte hash digest. For details of the other parameters,
see the module docs.