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
/
TransactionException
Transaction
Exception
sealed
class
TransactionException
:
Exception
Inheritors
Io
OversizedVectorAllocation
InvalidChecksum
NonMinimalVarInt
ParseFailed
UnsupportedSegwitFlag
OtherTransactionErr
Members
Types
Error
Handler
Link copied to clipboard
object
ErrorHandler
:
UniffiRustCallStatusErrorHandler
<
TransactionException
>
Invalid
Checksum
Link copied to clipboard
class
InvalidChecksum
(
val
expected
:
String
,
val
actual
:
String
)
:
TransactionException
Io
Link copied to clipboard
class
Io
:
TransactionException
Non
Minimal
Var
Int
Link copied to clipboard
class
NonMinimalVarInt
:
TransactionException
Other
Transaction
Err
Link copied to clipboard
class
OtherTransactionErr
:
TransactionException
Oversized
Vector
Allocation
Link copied to clipboard
class
OversizedVectorAllocation
:
TransactionException
Parse
Failed
Link copied to clipboard
class
ParseFailed
:
TransactionException
Unsupported
Segwit
Flag
Link copied to clipboard
class
UnsupportedSegwitFlag
(
val
flag
:
UByte
)
:
TransactionException
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?