toggle menu
libnexakotlin
0.3.5
common
switch theme
search in API
libnexakotlin
/
org.nexa.libnexakotlin
/
ElectrumClient
/
ListUnspentResult
List
Unspent
Result
@
Serializable
data
class
ListUnspentResult
(
val
has_token
:
Boolean
=
false
,
val
height
:
Int
,
val
tx_pos
:
Int
,
val
tx_hash
:
String
,
val
outpoint_hash
:
String
?
=
null
,
val
value
:
Long
)
Members
Constructors
List
Unspent
Result
Link copied to clipboard
constructor
(
has_token
:
Boolean
=
false
,
height
:
Int
,
tx_pos
:
Int
,
tx_hash
:
String
,
outpoint_hash
:
String
?
=
null
,
value
:
Long
)
Properties
has_token
Link copied to clipboard
val
has_token
:
Boolean
=
false
height
Link copied to clipboard
val
height
:
Int
outpoint_hash
Link copied to clipboard
val
outpoint_hash
:
String
?
=
null
tx_hash
Link copied to clipboard
val
tx_hash
:
String
tx_pos
Link copied to clipboard
val
tx_pos
:
Int
value
Link copied to clipboard
val
value
:
Long