@proto-kit/common • Docs
Documentation / @proto-kit/common / AtomicCompileHelper
Class: AtomicCompileHelper
Constructors
new AtomicCompileHelper()
new AtomicCompileHelper(
areProofsEnabled,remoteCacheCompiler):AtomicCompileHelper
Parameters
• areProofsEnabled: AreProofsEnabled
• remoteCacheCompiler: RemoteCacheCompiler
Returns
Defined in
packages/common/src/compiling/AtomicCompileHelper.ts:22
Methods
compileContract()
compileContract(
contract,overrideProofsEnabled?):Promise<CompileArtifact>
Parameters
• contract: CompileTarget
• overrideProofsEnabled?: boolean
Returns
Promise<CompileArtifact>