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

pub async fn list_omni_transactions_by_block_height(
    configuration: &Configuration,
    network: &str,
    blockchain: &str,
    block_height: &str,
    context: Option<&str>,
    limit: Option<i32>,
    offset: Option<i32>
) -> Result<ListOmniTransactionsByBlockHeightResponse, Error<ListOmniTransactionsByBlockHeightError>>
Expand description

This endpoint will list Omni transactions by an attribute blockHeight. The transactions listed will detail additional information such as hash, addresses, time of creation in Unix timestamp, etc.