libnexakotlin
Toggle table of contents
0.4.7
common
Platform filter
common
Switch theme
Search in API
libnexakotlin
libnexakotlin
/
org.nexa.libnexakotlin
/
ElectrumClient
/
TokenListUnspentResult
Token
List
Unspent
Result
@
Serializable
data
class
TokenListUnspentResult
(
val
unspent
:
Array
<
ElectrumClient.UnspentInfo
>
,
val
cursor
:
String
?
)
Members
Constructors
Token
List
Unspent
Result
Link copied to clipboard
constructor
(
unspent
:
Array
<
ElectrumClient.UnspentInfo
>
,
cursor
:
String
?
)
Properties
cursor
Link copied to clipboard
val
cursor
:
String
?
unspent
Link copied to clipboard
val
unspent
:
Array
<
ElectrumClient.UnspentInfo
>