Function cryptoapis::apis::omni_layer_api::get_omni_transaction_details_by_transaction_id__txid[][src]

pub async fn get_omni_transaction_details_by_transaction_id__txid(
    configuration: &Configuration,
    network: &str,
    blockchain: &str,
    transaction_id: &str,
    context: Option<&str>
) -> Result<GetOmniTransactionDetailsByTransactionIdTxidResponse, Error<GetOmniTransactionDetailsByTransactionIdTxidError>>
Expand description

Through this endpoint customers can obtain details about an Omni transaction by the transaction’s unique identifier. The transaction can return information such as hash, height, time of creation in Unix timestamp, etc.