ErrorCodeReply

@Serializable
data class ErrorCodeReply(val error: ElectrumClient.ErrorCodeMessage, val id: Int, val jsonrpc: String)

Constructors

Link copied to clipboard
constructor(error: ElectrumClient.ErrorCodeMessage, id: Int, jsonrpc: String)

Properties

Link copied to clipboard
Link copied to clipboard
val id: Int
Link copied to clipboard