Module oasis_runtime_sdk::crypto::multisig
source · Structs§
- A multisig configuration. A set of signers with total “weight” greater than or equal to a “threshold” can authenticate for the configuration.
- One of the signers in a multisig configuration.
Enums§
- Error.
Type Aliases§
- A set of signatures corresponding to a multisig configuration. The indices match the configuration’s
signers
vec. - A
SignatureSet
owned in aVec
.