libnexakotlin
Toggle table of contents
0.4.7
common
Platform filter
common
Switch theme
Search in API
libnexakotlin
libnexakotlin
/
org.nexa.libnexakotlin
/
ElectrumClient
/
UnspentInfo
Unspent
Info
@
Serializable
data
class
UnspentInfo
(
val
group
:
String
,
val
height
:
Long
,
val
outpoint_hash
:
String
,
val
token_amount
:
Long
,
val
token_id_hex
:
String
,
val
tx_pos
:
Long
,
val
value
:
Long
,
val
tx_hash
:
String
)
Members
Constructors
Unspent
Info
Link copied to clipboard
constructor
(
group
:
String
,
height
:
Long
,
outpoint_hash
:
String
,
token_amount
:
Long
,
token_id_hex
:
String
,
tx_pos
:
Long
,
value
:
Long
,
tx_hash
:
String
)
Properties
group
Link copied to clipboard
val
group
:
String
height
Link copied to clipboard
val
height
:
Long
outpoint_
hash
Link copied to clipboard
val
outpoint_hash
:
String
token_
amount
Link copied to clipboard
val
token_amount
:
Long
token_
id_
hex
Link copied to clipboard
val
token_id_hex
:
String
tx_
hash
Link copied to clipboard
val
tx_hash
:
String
tx_
pos
Link copied to clipboard
val
tx_pos
:
Long
value
Link copied to clipboard
val
value
:
Long