Trait hotshot_types::traits::states::StateDelta

source ·
pub trait StateDelta:
    Debug
    + PartialEq
    + Eq
    + Send
    + Sync
    + Serialize
    + for<'a> Deserialize<'a> { }
Expand description

Application-specific state delta, which will be used to store a list of merkle tree entries.

Object Safety§

This trait is not object safe.

Implementors§