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
/
Tx
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
)
Members
Constructors
Tx
Link copied to clipboard
constructor
(
txid
:
String
,
version
:
Int
,
locktime
:
UInt
,
size
:
ULong
,
weight
:
ULong
,
fee
:
ULong
,
status
:
TxStatus
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
fee
Link copied to clipboard
var
fee
:
ULong
locktime
Link copied to clipboard
var
locktime
:
UInt
size
Link copied to clipboard
var
size
:
ULong
status
Link copied to clipboard
var
status
:
TxStatus
txid
Link copied to clipboard
var
txid
:
String
version
Link copied to clipboard
var
version
:
Int
weight
Link copied to clipboard
var
weight
:
ULong