toggle menu
libnexakotlin
0.3.5
common
switch theme
search in API
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
>