libnexakotlin
Toggle table of contents
0.5.12
common
Platform filter
common
Switch theme
Search in API
libnexakotlin
libnexakotlin
/
WalletDb
/
TxHistory
Tx
History
data
class
TxHistory
(
val
idem
:
ByteArray
,
val
txData
:
ByteArray
,
val
date
:
Long
,
val
confirmedHeight
:
Long
,
val
confirmedBlockHash
:
ByteArray
?
,
val
netAmount
:
Long
,
val
note
:
String
?
,
val
priceWhenIssued
:
String
?
,
val
priceWhatFiat
:
String
?
)
Members
Constructors
Tx
History
Link copied to clipboard
constructor
(
idem
:
ByteArray
,
txData
:
ByteArray
,
date
:
Long
,
confirmedHeight
:
Long
,
confirmedBlockHash
:
ByteArray
?
,
netAmount
:
Long
,
note
:
String
?
,
priceWhenIssued
:
String
?
,
priceWhatFiat
:
String
?
)
Properties
confirmed
Block
Hash
Link copied to clipboard
val
confirmedBlockHash
:
ByteArray
?
confirmed
Height
Link copied to clipboard
val
confirmedHeight
:
Long
date
Link copied to clipboard
val
date
:
Long
idem
Link copied to clipboard
val
idem
:
ByteArray
net
Amount
Link copied to clipboard
val
netAmount
:
Long
note
Link copied to clipboard
val
note
:
String
?
price
What
Fiat
Link copied to clipboard
val
priceWhatFiat
:
String
?
price
When
Issued
Link copied to clipboard
val
priceWhenIssued
:
String
?
tx
Data
Link copied to clipboard
val
txData
:
ByteArray