toggle menu
libnexakotlin
0.3.5
common
switch theme
search in API
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
)
Members
Constructors
Get
Utxo
Result
Link copied to clipboard
constructor
(
amount
:
Long
,
height
:
Int
,
scripthash
:
String
,
status
:
String
,
spent
:
ElectrumClient.GetUtxoSpentInfo
)
Properties
amount
Link copied to clipboard
val
amount
:
Long
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