bdk-android
Toggle table of contents
1.2.0-SNAPSHOT
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
bdk-android
bdk-android
/
org.bitcoindevkit
/
SatisfiableItem
/
Multisig
Multisig
data
class
Multisig
(
val
keys
:
List
<
PkOrF
>
,
val
threshold
:
ULong
)
:
SatisfiableItem
Members
Constructors
Multisig
Link copied to clipboard
constructor
(
keys
:
List
<
PkOrF
>
,
threshold
:
ULong
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
keys
Link copied to clipboard
val
keys
:
List
<
PkOrF
>
threshold
Link copied to clipboard
val
threshold
:
ULong
Functions
destroy
Link copied to clipboard
open
override
fun
destroy
(
)