libnexakotlin
Toggle table of contents
0.4.7
common
Platform filter
common
Switch theme
Search in API
libnexakotlin
libnexakotlin
/
org.nexa.libnexakotlin
/
ElectrumClient
/
GetUtxoResult
Get
Utxo
Result
@
Serializable
data
class
GetUtxoResult
(
val
amount
:
Long
,
val
height
:
Int
,
val
scripthash
:
String
,
val
status
:
String
,
val
spent
:
ElectrumClient.GetUtxoSpentInfo
,
val
group
:
String
?
=
null
,
val
group_quantity
:
Long
?
=
null
)
Members
Constructors
Get
Utxo
Result
Link copied to clipboard
constructor
(
amount
:
Long
,
height
:
Int
,
scripthash
:
String
,
status
:
String
,
spent
:
ElectrumClient.GetUtxoSpentInfo
,
group
:
String
?
=
null
,
group_quantity
:
Long
?
=
null
)
Properties
amount
Link copied to clipboard
val
amount
:
Long
group
Link copied to clipboard
val
group
:
String
?
=
null
group_
quantity
Link copied to clipboard
val
group_quantity
:
Long
?
=
null
height
Link copied to clipboard
val
height
:
Int
scripthash
Link copied to clipboard
val
scripthash
:
String
spent
Link copied to clipboard
val
spent
:
ElectrumClient.GetUtxoSpentInfo
status
Link copied to clipboard
val
status
:
String