Type Alias linkspace::prelude::LkHash

pub type LkHash = B64;
Expand description

Blake3 hash of the packet content. Alias for B64<[u8;32]\>

Aliased Type§

struct LkHash(pub [u8; 32]);

Fields§

§0: [u8; 32]