Trait aleph_bft::Signature[][src]

pub trait Signature: Debug + Clone + Encode + Decode + Send + Sync + Eq + 'static { }
Expand description

The type used as a signature.

The Signature typically does not contain the index of the node who signed the data.

Implementors