Module multisig

Source
Expand description

Types and functions related to smart-contracts that support MultiSig governance

Structs§

MultiSigTransactionData
MultiSig transactions awaiting for signatures use temporary wallets where funds are stored until the transaction is signed and submitted. This prevents payment utxo from being spend when the signatures for MultiSig are being collected.
TemporaryWalletData
To be used only for manual re-claim of the funds if transaction has not been submitted.

Enums§

MultiSigSmartContractResult
Successful smart contracts offchain results in either transaction submission or creating transaction that has to be signed by the governance authorities