Trait protoflow_blocks::HashBlocks

source ·
pub trait HashBlocks {
    // Required method
    fn hash_blake3(&self) -> Hash;
}

Required Methods§

source

fn hash_blake3(&self) -> Hash

Implementors§