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
/
TxidParseException
Txid
Parse
Exception
sealed
class
TxidParseException
:
Exception
Inheritors
InvalidTxid
Members
Types
Error
Handler
Link copied to clipboard
object
ErrorHandler
:
UniffiRustCallStatusErrorHandler
<
TxidParseException
>
Invalid
Txid
Link copied to clipboard
class
InvalidTxid
(
val
txid
:
String
)
:
TxidParseException
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?