All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.jleskovar.btcrpc.websocket.WebSocketBitcoinRpcClient.kt Maven / Gradle / Ivy

The newest version!
package com.github.jleskovar.btcrpc.websocket

import com.github.jleskovar.btcrpc.BitcoinRpcClient

interface WebSocketBitcoinRpcClient : BitcoinRpcClient {
    fun connect()
    fun disconnect()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy