class UI
(source)
<init> |
UI(port: Int = 0, networkInterface: String = "127.0.0.1", path: String = "/", client: EthereumClient) |
actualPort |
var actualPort: Int? |
client |
val client: EthereumClient |
networkInterface |
val networkInterface: String |
path |
val path: String |
port |
val port: Int |
start |
fun start(): Unit |
stop |
fun stop(): Unit |