@openzeppelin/upgrade-safe-transpiler
Version:
Solidity preprocessor used to generate OpenZeppelin Contracts Upgrade Safe.
6 lines • 460 B
TypeScript
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(isNamespaced?: (source: string) => boolean): (sourceUnit: SourceUnit, tools: TransformerTools) => Generator<Transformation>;
//# sourceMappingURL=transform-constructor.d.ts.map