trustless-sidechain-8.0.0: Smart contract code used by the partner-chains project.
Safe HaskellSafe-Inferred
LanguageHaskell2010

TrustlessSidechain.Governance.MultiSig

Description

Implement a security mechanism that requires n out of m signatures on the transaction.

Synopsis

Documentation

data MultiSigGovParams #

Parameters of the security mechanism. Note that setting requiredSignatures to a value greater than `length governanceMembers` will result in governance that can never approve anything.

NOTE: the order of entries in the governanceMembers matters! Since MultiSigGovParams is used to parameterize the multi-signature governance minting policy, changing the order of elements will change the hash of the policy.

Constructors

MultiSigGovParams 

Fields