Type Alias LkHash

pub type LkHash = B64<[u8; 32]>;
Expand description

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

Aliased Type§

struct LkHash(pub [u8; 32]);

Fields§

§0: [u8; 32]