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