Function cryptoapis::apis::unified_endpoints_api::get_transaction_details_by_transaction_id[][src]

pub async fn get_transaction_details_by_transaction_id(
    configuration: &Configuration,
    blockchain: &str,
    network: &str,
    transaction_id: &str,
    context: Option<&str>
) -> Result<GetTransactionDetailsByTransactionIdr, Error<GetTransactionDetailsByTransactionIdError>>
Expand description

Through this endpoint customers can obtain details about a transaction by the transaction’s unique identifier. In UTXO-based protocols like BTC there are attributes such as transactionId and transaction hash. They still could be different. In protocols like Ethereum there is only one unique value and it’s hash.