Function cryptoapis::apis::zilliqa_api::list_zilliqa_transactions_by_address[][src]

pub async fn list_zilliqa_transactions_by_address(
    configuration: &Configuration,
    network: &str,
    address: &str,
    context: Option<&str>,
    limit: Option<i32>,
    offset: Option<i32>
) -> Result<ListZilliqaTransactionsByAddressR, Error<ListZilliqaTransactionsByAddressError>>
Expand description

Through this endpoint customers can list transactions on the Zilliqa blockchain by the address parameter. {note}Please note that listing data from the same type will apply pagination on the results.{/note}