bdk-jvm
Toggle table of contents
1.2.0
jvm
Platform filter
jvm
Switch theme
Search in API
bdk-jvm
bdk-jvm
/
org.bitcoindevkit
/
TransactionException
/
InvalidChecksum
Invalid
Checksum
class
InvalidChecksum
(
val
expected
:
String
,
val
actual
:
String
)
:
TransactionException
(
source
)
Members
Constructors
Invalid
Checksum
Link copied to clipboard
constructor
(
expected
:
String
,
actual
:
String
)
Properties
actual
Link copied to clipboard
val
actual
:
String
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
expected
Link copied to clipboard
val
expected
:
String
message
Link copied to clipboard
open
override
val
message
:
String