pub fn block_key_for_hash(hash: &BlockHash) -> StringExpand description
Compose the relative block key for a BlockHash. Mirrors
wombatkv-cabi::block_key_for_hash, both call sites read the
same wombatkv_radix::BLOCK_KEY_PREFIX so they can never skew.