Tx

data class Tx(var txid: String, var version: Int, var locktime: UInt, var size: ULong, var weight: ULong, var fee: ULong, var status: TxStatus)(source)

Constructors

Link copied to clipboard
constructor(txid: String, version: Int, locktime: UInt, size: ULong, weight: ULong, fee: ULong, status: TxStatus)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
var fee: ULong
Link copied to clipboard
Link copied to clipboard
var size: ULong
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard