libnexakotlin
Toggle table of contents
0.4.7
common
Platform filter
common
Switch theme
Search in API
libnexakotlin
libnexakotlin
/
org.nexa.libnexakotlin
/
ElectrumClient
/
ElectrumClient
Electrum
Client
constructor
(
chainSelector
:
ChainSelector
,
name
:
String
,
port
:
Int
=
DEFAULT_NEXA_SSL_ELECTRUM_PORT
,
logName
:
String
=
name + ":" + port
,
autostart
:
Boolean
=
true
,
useSSL
:
Boolean
=
true
,
connectTimeoutMs
:
Long
=
JsonRpc.CONNECT_TIMEOUT
,
accessTimeoutMs
:
Long
=
JsonRpc.ACCESS_TIMEOUT
)