SignatureSet

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ยง

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