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
/
CreateTxException
/
InsufficientFunds
Insufficient
Funds
class
InsufficientFunds
(
val
needed
:
ULong
,
val
available
:
ULong
)
:
CreateTxException
Members
Constructors
Insufficient
Funds
Link copied to clipboard
constructor
(
needed
:
ULong
,
available
:
ULong
)
Properties
available
Link copied to clipboard
val
available
:
ULong
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
override
val
message
:
String
needed
Link copied to clipboard
val
needed
:
ULong