libnexakotlin
Toggle table of contents
0.5.12
common
Platform filter
common
Switch theme
Search in API
libnexakotlin
libnexakotlin
/
WalletDb
/
TxHistoryQueries
/
txWithAddress
tx
With
Address
fun
<
T
:
Any
>
txWithAddress
(
address
:
ByteArray
?
,
mapper
:
(
txIdem
:
ByteArray
?
)
->
T
)
:
Query
<
T
>
fun
txWithAddress
(
address
:
ByteArray
?
)
:
Query
<
TxWithAddress
>