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§
- Signature
Set - A set of signatures corresponding to a multisig configuration.
The indices match the configuration’s
signers
vec. - Signature
SetOwned - A
SignatureSet
owned in aVec
.