TransactionDetails

data class TransactionDetails(fees: ULong?, received: ULong, sent: ULong, txid: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
var fees: ULong?
Link copied to clipboard
var received: ULong
Link copied to clipboard
var sent: ULong
Link copied to clipboard
var txid: String