ReadOutcome

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

Per-key outcome of a readMany batch: 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
Link copied to clipboard
val json: String?