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
Satisfiable
Item
sealed
class
SatisfiableItem
:
Disposable
Inheritors
EcdsaSignature
SchnorrSignature
Sha256Preimage
Hash256Preimage
Ripemd160Preimage
Hash160Preimage
AbsoluteTimelock
RelativeTimelock
Multisig
Thresh
Members
Types
Absolute
Timelock
Link copied to clipboard
data
class
AbsoluteTimelock
(
val
value
:
LockTime
)
:
SatisfiableItem
Companion
Link copied to clipboard
object
Companion
Ecdsa
Signature
Link copied to clipboard
data
class
EcdsaSignature
(
val
key
:
PkOrF
)
:
SatisfiableItem
Hash160Preimage
Link copied to clipboard
data
class
Hash160Preimage
(
val
hash
:
String
)
:
SatisfiableItem
Hash256Preimage
Link copied to clipboard
data
class
Hash256Preimage
(
val
hash
:
String
)
:
SatisfiableItem
Multisig
Link copied to clipboard
data
class
Multisig
(
val
keys
:
List
<
PkOrF
>
,
val
threshold
:
ULong
)
:
SatisfiableItem
Relative
Timelock
Link copied to clipboard
data
class
RelativeTimelock
(
val
value
:
UInt
)
:
SatisfiableItem
Ripemd160Preimage
Link copied to clipboard
data
class
Ripemd160Preimage
(
val
hash
:
String
)
:
SatisfiableItem
Schnorr
Signature
Link copied to clipboard
data
class
SchnorrSignature
(
val
key
:
PkOrF
)
:
SatisfiableItem
Sha256Preimage
Link copied to clipboard
data
class
Sha256Preimage
(
val
hash
:
String
)
:
SatisfiableItem
Thresh
Link copied to clipboard
data
class
Thresh
(
val
items
:
List
<
Policy
>
,
val
threshold
:
ULong
)
:
SatisfiableItem
Functions
destroy
Link copied to clipboard
open
override
fun
destroy
(
)