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
/
PsbtFinalizeException
Psbt
Finalize
Exception
sealed
class
PsbtFinalizeException
:
Exception
Inheritors
InputException
WrongInputCount
InputIdxOutofBounds
Members
Types
Error
Handler
Link copied to clipboard
object
ErrorHandler
:
UniffiRustCallStatusErrorHandler
<
PsbtFinalizeException
>
Input
Exception
Link copied to clipboard
class
InputException
(
val
reason
:
String
,
val
index
:
UInt
)
:
PsbtFinalizeException
Input
Idx
Outof
Bounds
Link copied to clipboard
class
InputIdxOutofBounds
(
val
psbtInp
:
UInt
,
val
requested
:
UInt
)
:
PsbtFinalizeException
Wrong
Input
Count
Link copied to clipboard
class
WrongInputCount
(
val
inTx
:
UInt
,
val
inMap
:
UInt
)
:
PsbtFinalizeException
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?