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

The type used as a signature.

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

Implementors