get_transaction

Function get_transaction 

Source
pub async fn get_transaction(
    maybe_rpc_id: &str,
    node_address: &str,
    verbosity_level: u64,
    transaction_hash: &str,
    finalized_approvals: bool,
) -> Result<SuccessResponse<GetTransactionResult>, CliError>
Expand description

Retrieves a casper_types::Transaction from the network.

transaction_hash must be a hex-encoded, 32-byte hash digest. For details of the other parameters, see the module docs.