Type Alias aleph_bft::SignatureSet

source ·
pub type SignatureSet<S> = NodeMap<S>;
Expand description

A set of signatures of a subset of nodes serving as a (partial) multisignature

Aliased Type§

struct SignatureSet<S>(/* private fields */);