ServerFeaturesRes

data class ServerFeaturesRes(    var serverVersion: String,     var genesisHash: String,     var protocolMin: String,     var protocolMax: String,     var hashFunction: String?,     var pruning: Long?)(source)

Response to an ElectrumClient.server_features request.

Constructors

Link copied to clipboard
constructor(serverVersion: String, genesisHash: String, protocolMin: String, protocolMax: String, hashFunction: String?, pruning: Long?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Hash of the genesis block.

Link copied to clipboard

Hash function used to create the ScriptHash.

Link copied to clipboard

Maximum supported version of the protocol.

Link copied to clipboard

Minimum supported version of the protocol.

Link copied to clipboard

Pruned height of the server.

Link copied to clipboard

Server version reported.