4 lines
196 B
TypeScript
4 lines
196 B
TypeScript
|
import { ContractCode } from "./solc";
|
||
|
export declare const header = "import { ethers } from \"ethers\";\n\n";
|
||
|
export declare function generate(contract: ContractCode, bytecode?: string): string;
|