Multisig

data class Multisig(val keys: List<PkOrF>, val threshold: ULong) : SatisfiableItem(source)

Constructors

Link copied to clipboard
constructor(keys: List<PkOrF>, threshold: ULong)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun destroy()