pub trait Value: Clone + CryptoHash + Serialize + DeserializeOwned { }
Expand description

Value defines the types of data that can be stored in a Jellyfish Merkle tree.

Implementations on Foreign Types§

source§

impl Value for AccountStateBlob

Implementors§