Skip to main content

block_key_for_hash

Function block_key_for_hash 

Source
pub fn block_key_for_hash(hash: &BlockHash) -> String
Expand 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.