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

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

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