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
/
PsbtFinalizeException
/
InputException
Input
Exception
class
InputException
(
val
reason
:
String
,
val
index
:
UInt
)
:
PsbtFinalizeException
Members
Constructors
Input
Exception
Link copied to clipboard
constructor
(
reason
:
String
,
index
:
UInt
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
index
Link copied to clipboard
val
index
:
UInt
message
Link copied to clipboard
open
override
val
message
:
String
reason
Link copied to clipboard
val
reason
:
String