pub type BlockHash = u64;Expand description
Hash identifying a content-addressable KV block. Computed from a chain
of (parent_hash, block_tokens) — see block_hash_chain.
pub type BlockHash = u64;Hash identifying a content-addressable KV block. Computed from a chain
of (parent_hash, block_tokens) — see block_hash_chain.