pub async fn get_deploy(
maybe_rpc_id: &str,
node_address: &str,
verbosity_level: u64,
deploy_hash: &str,
finalized_approvals: bool,
) -> Result<SuccessResponse<GetDeployResult>, CliError>Expand description
Retrieves a casper_types::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.