libnexakotlin
Toggle table of contents
0.5.12
common
Platform filter
common
Switch theme
Search in API
libnexakotlin
libnexakotlin
/
WalletDb
/
TxoQueries
/
getByAddress
get
By
Address
fun
<
T
:
Any
>
getByAddress
(
address
:
String
?
,
mapper
:
(
id
:
ByteArray
,
spendable
:
ByteArray
,
date
:
Long
,
spentDate
:
Long
,
amount
:
Long
,
groupAmount
:
Long
,
groupId
:
ByteArray
?
,
address
:
String
?
,
contractId
:
ByteArray
?
)
->
T
)
:
Query
<
T
>
fun
getByAddress
(
address
:
String
?
)
:
Query
<
Txo
>