getBlockByHeight

abstract suspend fun getBlockByHeight(ledgerHeight: Long): Option<Block>

Queries for block by height

Parameters

ledgerHeight

Ledger height to lookup block information for