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

pub async fn list_zilliqa_transactions_by_block_height(
    configuration: &Configuration,
    network: &str,
    block_height: i32,
    context: Option<&str>,
    limit: Option<i32>,
    offset: Option<i32>
) -> Result<ListZilliqaTransactionsByBlockHeightR, Error<ListZilliqaTransactionsByBlockHeightError>>
Expand description

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