Module multisig

Source

Structs§

Config
A multisig configuration. A set of signers with total “weight” greater than or equal to a “threshold” can authenticate for the configuration.
Signer
One of the signers in a multisig configuration.

Enums§

Error
Error.

Type Aliases§

SignatureSet
A set of signatures corresponding to a multisig configuration. The indices match the configuration’s signers vec.
SignatureSetOwned
A SignatureSet owned in a Vec.