data class PoolOptions
Represents options for opening a pool.
ProtocolVersion |
enum class ProtocolVersion |
<init> |
Represents options for opening a pool. PoolOptions(configName: String, configLocalPath: String, protocolVersion: ProtocolVersion) |
configLocalPath |
is a path to the local pool genesis file. val configLocalPath: String |
configName |
is a name to use for the pool configuration. val configName: String |
protocolVersion |
is the version of the protocol used for pool requests: val protocolVersion: ProtocolVersion |