Type Alias ergo_chain_types::ADDigest

source ·
pub type ADDigest = Digest<33>;
Expand description

AVL tree digest: root hash along with tree height (33 bytes)

Aliased Type§

struct ADDigest(pub [u8; 33]);

Fields§

§0: [u8; 33]