toggle menu
libnexakotlin
0.3.5
common
switch theme
search in API
libnexakotlin
/
org.nexa.libnexakotlin
/
ElectrumClient
/
GetUtxoSpentInfo
Get
Utxo
Spent
Info
@
Serializable
data
class
GetUtxoSpentInfo
(
val
height
:
Int
?
,
val
tx_hash
:
String
?
,
val
tx_pos
:
Int
?
)
Members
Constructors
Get
Utxo
Spent
Info
Link copied to clipboard
constructor
(
height
:
Int
?
,
tx_hash
:
String
?
,
tx_pos
:
Int
?
)
Properties
height
Link copied to clipboard
val
height
:
Int
?
tx_hash
Link copied to clipboard
val
tx_hash
:
String
?
tx_pos
Link copied to clipboard
val
tx_pos
:
Int
?