SentAndReceivedValues

data class SentAndReceivedValues(var sent: Amount, var received: Amount) : Disposable(source)

Constructors

Link copied to clipboard
constructor(sent: Amount, received: Amount)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun destroy()