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

pub async fn list_omni_transactions_by_block_hash(
    configuration: &Configuration,
    network: &str,
    blockchain: &str,
    block_hash: &str,
    context: Option<&str>,
    limit: Option<i32>,
    offset: Option<i32>
) -> Result<ListOmniTransactionsByBlockHashR, Error<ListOmniTransactionsByBlockHashError>>
Expand description

This endpoint will list Omni transactions by an attribute transactionHash. The transactions listed will detail additional information such as addresses, height, time of creation in Unix timestamp, etc. {note}Please note that listing data from the same type will apply pagination on the results.{/note}