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

Trait Implementations§

source§

impl<S: Signature> PartialMultisignature for SignatureSet<S>

§

type Signature = S

source§

fn add_signature(self, signature: &Self::Signature, index: NodeIndex) -> Self

Adds the signature.