libnexakotlin
Toggle table of contents
0.5.12
common
Platform filter
common
Switch theme
Search in API
libnexakotlin
libnexakotlin
/
WalletDb
/
TxHistoryQueries
/
get
get
fun
<
T
:
Any
>
get
(
idem
:
ByteArray
,
mapper
:
(
idem
:
ByteArray
,
txData
:
ByteArray
,
date
:
Long
,
confirmedHeight
:
Long
,
confirmedBlockHash
:
ByteArray
?
,
netAmount
:
Long
,
note
:
String
?
,
priceWhenIssued
:
String
?
,
priceWhatFiat
:
String
?
)
->
T
)
:
Query
<
T
>
fun
get
(
idem
:
ByteArray
)
:
Query
<
TxHistory
>