bdk-jvm
Toggle table of contents
1.2.0
jvm
Platform filter
jvm
Switch theme
bdk-jvm
bdk-jvm
/
org.bitcoindevkit
/
CalculateFeeException
/
MissingTxOut
Missing
Tx
Out
class
MissingTxOut
(
val
outPoints
:
List
<
OutPoint
>
)
:
CalculateFeeException
(
source
)
Members
Constructors
Missing
Tx
Out
Link copied to clipboard
constructor
(
outPoints
:
List
<
OutPoint
>
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
override
val
message
:
String
out
Points
Link copied to clipboard
val
outPoints
:
List
<
OutPoint
>