DocsReference@proto-kit/commonClassesAtomicCompileHelper

@proto-kit/commonDocs


Documentation / @proto-kit/common / AtomicCompileHelper

Class: AtomicCompileHelper

Constructors

new AtomicCompileHelper()

new AtomicCompileHelper(areProofsEnabled, remoteCacheCompiler): AtomicCompileHelper

Parameters

areProofsEnabled: AreProofsEnabled

remoteCacheCompiler: RemoteCacheCompiler

Returns

AtomicCompileHelper

Defined in

packages/common/src/compiling/AtomicCompileHelper.ts:22

Methods

compileContract()

compileContract(contract, overrideProofsEnabled?): Promise<CompileArtifact>

Parameters

contract: CompileTarget

overrideProofsEnabled?: boolean

Returns

Promise<CompileArtifact>

Defined in

packages/common/src/compiling/AtomicCompileHelper.ts:32