Type Alias unc_primitives::challenge::TrieValue

source ·
pub type TrieValue = Arc<[u8]>;
Expand description

Serialized TrieNodeWithSize or state value.

Aliased Type§

struct TrieValue { /* private fields */ }