toggle menu
libnexakotlin
0.3.5
common
switch theme
search in API
libnexakotlin
/
org.nexa.libnexakotlin
/
ElectrumClient
/
FeaturesResult
Features
Result
@
Serializable
data
class
FeaturesResult
(
val
genesis_hash
:
String
,
val
hash_function
:
String
,
val
server_version
:
String
,
val
protocol_max
:
String
,
val
protocol_min
:
String
,
val
pruning
:
Int
?
=
null
)
Members
Constructors
Features
Result
Link copied to clipboard
constructor
(
genesis_hash
:
String
,
hash_function
:
String
,
server_version
:
String
,
protocol_max
:
String
,
protocol_min
:
String
,
pruning
:
Int
?
=
null
)
Properties
genesis_hash
Link copied to clipboard
val
genesis_hash
:
String
hash_function
Link copied to clipboard
val
hash_function
:
String
protocol_max
Link copied to clipboard
val
protocol_max
:
String
protocol_min
Link copied to clipboard
val
protocol_min
:
String
pruning
Link copied to clipboard
val
pruning
:
Int
?
=
null
server_version
Link copied to clipboard
val
server_version
:
String