Type Alias BlockId

Source
pub type BlockId = Digest;
Expand description

Block ID: BLAKE3 hash over the serialized BlockContent (contains encrypted content)

Aliased Type§

enum BlockId {
    Blake3Digest32([u8; 32]),
}

Variants§

§

Blake3Digest32([u8; 32])

Implementations§

Source§

impl BlockId

Source

pub fn nil() -> Self

Trait Implementations§

Source§

impl Default for BlockId

Source§

fn default() -> Self

Returns the “default value” for a type. Read more