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

pub async fn list_unconfirmed_omni_transactions_by_address(
    configuration: &Configuration,
    network: &str,
    blockchain: &str,
    address: &str,
    context: Option<&str>,
    limit: Option<i32>,
    offset: Option<i32>
) -> Result<ListUnconfirmedOmniTransactionsByAddressR, Error<ListUnconfirmedOmniTransactionsByAddressError>>
Expand description

This endpoint will list unconfirmed Omni transactions by an attribute address. The transactions listed will detail additional 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. {note}Please note that listing data from the same type will apply pagination on the results.{/note}