bdk-jvm
Toggle table of contents
1.2.0
jvm
Platform filter
jvm
Switch theme
Search in API
bdk-jvm
bdk-jvm
/
org.bitcoindevkit
/
CalculateFeeException
Calculate
Fee
Exception
sealed
class
CalculateFeeException
:
Exception
(
source
)
Inheritors
MissingTxOut
NegativeFee
Members
Types
Error
Handler
Link copied to clipboard
object
ErrorHandler
:
UniffiRustCallStatusErrorHandler
<
CalculateFeeException
>
Missing
Tx
Out
Link copied to clipboard
class
MissingTxOut
(
val
outPoints
:
List
<
OutPoint
>
)
:
CalculateFeeException
Negative
Fee
Link copied to clipboard
class
NegativeFee
(
val
amount
:
String
)
:
CalculateFeeException
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?