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

pub async fn list_unconfirmed_omni_transactions_by_property_id(
    configuration: &Configuration,
    network: &str,
    blockchain: &str,
    property_id: &str,
    context: Option<&str>,
    limit: Option<i32>,
    offset: Option<i32>
) -> Result<ListUnconfirmedOmniTransactionsByPropertyIdr, Error<ListUnconfirmedOmniTransactionsByPropertyIdError>>
Expand description

This endpoint will list unconfirmed Omni transactions by an attribute propertyId. 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}