Trait penumbra_txhash::EffectingData

source ·
pub trait EffectingData {
    // Required method
    fn effect_hash(&self) -> EffectHash;
}
Expand description

Something that can be hashed to produce an EffectHash.

Required Methods§

Implementors§