UNPKG

@solvprotocol/upgrade-safe-transpiler

Version:

Solidity preprocessor used to generate OpenZeppelin Contracts Upgrade Safe.

6 lines 412 B
import { SourceUnit } from 'solidity-ast'; import { Transformation } from './type'; import { TransformerTools } from '../transform'; export declare function removeLeftoverConstructorHead(sourceUnit: SourceUnit): Generator<Transformation>; export declare function transformConstructor(sourceUnit: SourceUnit, tools: TransformerTools): Generator<Transformation>; //# sourceMappingURL=transform-constructor.d.ts.map