CompiledCircuit
type CompiledCircuit: object;
Description
The representation of a compiled circuit
Type declaration
Member | Type | Description |
---|---|---|
abi | Abi | Description ABI representation of the circuit |
bytecode | string | Description The bytecode of the circuit |
Generated using typedoc-plugin-markdown and TypeDoc