bdk-android
Toggle table of contents
1.2.0-SNAPSHOT
androidJvm
Platform filter
androidJvm
Switch theme
bdk-android
bdk-android
/
org.bitcoindevkit
/
CreateTxException
/
LockTime
Lock
Time
class
LockTime
(
val
requested
:
String
,
val
required
:
String
)
:
CreateTxException
Members
Constructors
Lock
Time
Link copied to clipboard
constructor
(
requested
:
String
,
required
:
String
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
override
val
message
:
String
requested
Link copied to clipboard
val
requested
:
String
required
Link copied to clipboard
val
required
:
String