libnexakotlin
Toggle table of contents
0.4.7
common
Platform filter
common
Switch theme
Search in API
libnexakotlin
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
?