Type Alias jmt::OwnedValue

source ·
pub type OwnedValue = Vec<u8>;
Expand description

An owned value stored in the JellyfishMerkleTree.

Aliased Type§

struct OwnedValue { /* private fields */ }