pub type SignatureThreshold = NonZeroThresholdU8<SignatureKind>;
Expand description

The minimum number of signatures on a credential that need to sign any transaction coming from an associated account.

Accounts on Concordium consist of one or more credentials, and each credential has one or more public keys, and its own threshold for how many of those credential’s keys need to sign any valid message.

See AccountThreshold for the threshold of how many credentials need to sign a valid message.

Aliased Type§

struct SignatureThreshold { /* private fields */ }