fromJson

fun fromJson(json: JSONObject, contractAddress: String, entryPoint: String): CircuitResult

Parse from the JSON extracted from QuickJS.

Parameters

json

The raw JSON from circuit execution

contractAddress

The contract address (known by the caller)

entryPoint

The circuit name (known by the caller)