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

pub async fn get_unconfirmed_omni_transaction_by_transaction_id__txid(
    configuration: &Configuration,
    network: &str,
    blockchain: &str,
    transaction_id: &str,
    context: Option<&str>
) -> Result<GetUnconfirmedOmniTransactionByTransactionIdTxidR, Error<GetUnconfirmedOmniTransactionByTransactionIdTxidError>>
Expand description

Through this endpoint customers can obtain information on unconfirmed Omni transactions by an attribute transactionId. The transaction can have information such as hash, height, time of creation in Unix timestamp, etc. Unconfirmed transactions are usually put in the Mempool and await verification so that they can be added to a block.