CircuitReadResult

data class CircuitReadResult(val json: String?, val error: String?)

Per-key outcome of a batch read: the circuit's JSON result, or its error message.

Constructors

Link copied to clipboard
constructor(json: String?, error: String?)

Properties

Link copied to clipboard
Link copied to clipboard
val json: String?