Seedable

Trait Seedable 

Source
pub trait Seedable<V>
where V: Variant,
{ // Required method fn seed(&self) -> Seed<V>; }
Expand description

Seedable is a trait that provides access to the seed associated with a message.

Required Methods§

Source

fn seed(&self) -> Seed<V>

Returns the seed associated with this object.

Implementors§

Source§

impl<P, V, D> Seedable<V> for Finalization<Scheme<P, V>, D>
where P: PublicKey, V: Variant, D: Digest,

Source§

impl<P, V, D> Seedable<V> for Notarization<Scheme<P, V>, D>
where P: PublicKey, V: Variant, D: Digest,