bdk-android
Toggle table of contents
1.2.0-SNAPSHOT
androidJvm
Platform filter
androidJvm
Switch theme
bdk-android
bdk-android
/
org.bitcoindevkit
/
ExtractTxException
Extract
Tx
Exception
sealed
class
ExtractTxException
:
Exception
Inheritors
AbsurdFeeRate
MissingInputValue
SendingTooMuch
OtherExtractTxErr
Members
Types
Absurd
Fee
Rate
Link copied to clipboard
class
AbsurdFeeRate
(
val
feeRate
:
ULong
)
:
ExtractTxException
Error
Handler
Link copied to clipboard
object
ErrorHandler
:
UniffiRustCallStatusErrorHandler
<
ExtractTxException
>
Missing
Input
Value
Link copied to clipboard
class
MissingInputValue
:
ExtractTxException
Other
Extract
Tx
Err
Link copied to clipboard
class
OtherExtractTxErr
:
ExtractTxException
Sending
Too
Much
Link copied to clipboard
class
SendingTooMuch
:
ExtractTxException
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?