bdk-jvm
Toggle table of contents
1.2.0
jvm
Platform filter
jvm
Switch theme
bdk-jvm
bdk-jvm
/
org.bitcoindevkit
/
SentAndReceivedValues
Sent
And
Received
Values
data
class
SentAndReceivedValues
(
var
sent
:
Amount
,
var
received
:
Amount
)
:
Disposable
(
source
)
Members
Constructors
Sent
And
Received
Values
Link copied to clipboard
constructor
(
sent
:
Amount
,
received
:
Amount
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
received
Link copied to clipboard
var
received
:
Amount
sent
Link copied to clipboard
var
sent
:
Amount
Functions
destroy
Link copied to clipboard
open
override
fun
destroy
(
)