pub fn get_block_height(
db: &BlockchainDatabase,
block_hash: &BlockHash,
tx_ro: &Snapshot,
) -> DbResult<BlockHeight>Expand description
Retrieve a BlockHeight via its BlockHash.
pub fn get_block_height(
db: &BlockchainDatabase,
block_hash: &BlockHash,
tx_ro: &Snapshot,
) -> DbResult<BlockHeight>Retrieve a BlockHeight via its BlockHash.