@gnus.ai/upgrade-safe-transpiler-diamond
Version:
Solidity preprocessor used to generate OpenZeppelin Contracts Upgrade Safe using Diamond Pattern (EIP-2535).
6 lines • 442 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(extractStorage?: boolean): (sourceUnit: SourceUnit, tools: TransformerTools) => Generator<Transformation>;
//# sourceMappingURL=transform-constructor.d.ts.map