libnexakotlin
Toggle table of contents
0.4.7
common
Platform filter
common
Switch theme
Search in API
libnexakotlin
libnexakotlin
/
org.nexa.libnexakotlin
/
ElectrumClient
/
ErrorCodeReply
Error
Code
Reply
@
Serializable
data
class
ErrorCodeReply
(
val
error
:
ElectrumClient.ErrorCodeMessage
,
val
id
:
Int
,
val
jsonrpc
:
String
)
Members
Constructors
Error
Code
Reply
Link copied to clipboard
constructor
(
error
:
ElectrumClient.ErrorCodeMessage
,
id
:
Int
,
jsonrpc
:
String
)
Properties
error
Link copied to clipboard
val
error
:
ElectrumClient.ErrorCodeMessage
id
Link copied to clipboard
val
id
:
Int
jsonrpc
Link copied to clipboard
val
jsonrpc
:
String