
com.github.jleskovar.btcrpc.websocket.WebAsyncSocketBitcoinRpcClient.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of btc-rpc-client Show documentation
Show all versions of btc-rpc-client Show documentation
Kotlin-based JSON-RPC client for bitcoind/btcd
The newest version!
package com.github.jleskovar.btcrpc.websocket
import com.github.jleskovar.btcrpc.AsyncBitcoinRpcClient
interface AsyncWebSocketBitcoinRpcClient : AsyncBitcoinRpcClient {
fun connect()
fun disconnect()
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy