Skip to main content
Version: dev

Type Alias: CompiledCircuit

type CompiledCircuit = object;

Type declaration

NameTypeDescription
abiAbiDescription ABI representation of the circuit
bytecodestringDescription The bytecode of the circuit
debug_symbolsstringDescription The debug information, compressed and base64 encoded.
file_mapDebugFileMapDescription The map of file ID to the source code and path of the file.

Description

The representation of a compiled circuit