bdk-jvm
Toggle table of contents
1.2.0
jvm
Platform filter
jvm
Switch theme
bdk-jvm
bdk-jvm
/
org.bitcoindevkit
/
PsbtFinalizeException
/
WrongInputCount
Wrong
Input
Count
class
WrongInputCount
(
val
inTx
:
UInt
,
val
inMap
:
UInt
)
:
PsbtFinalizeException
(
source
)
Members
Constructors
Wrong
Input
Count
Link copied to clipboard
constructor
(
inTx
:
UInt
,
inMap
:
UInt
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
in
Map
Link copied to clipboard
val
inMap
:
UInt
in
Tx
Link copied to clipboard
val
inTx
:
UInt
message
Link copied to clipboard
open
override
val
message
:
String