Type Alias 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 */);