toggle menu
libnexakotlin
0.3.5
common
switch theme
search in API
libnexakotlin
/
org.nexa.libnexakotlin
/
ElectrumClient
/
FirstUseResult
First
Use
Result
@
Serializable
data
class
FirstUseResult
(
val
block_hash
:
String
?
=
null
,
val
block_height
:
Int
?
=
null
,
val
tx_hash
:
String
?
=
null
)
Members
Constructors
First
Use
Result
Link copied to clipboard
constructor
(
block_hash
:
String
?
=
null
,
block_height
:
Int
?
=
null
,
tx_hash
:
String
?
=
null
)
Properties
block_hash
Link copied to clipboard
val
block_hash
:
String
?
=
null
block_height
Link copied to clipboard
val
block_height
:
Int
?
=
null
tx_hash
Link copied to clipboard
val
tx_hash
:
String
?
=
null