UNPKG

@gnus.ai/upgrade-safe-transpiler-diamond

Version:

Solidity preprocessor used to generate OpenZeppelin Contracts Upgrade Safe using Diamond Pattern (EIP-2535).

6 lines 368 B
import { SourceUnit } from 'solidity-ast'; import { Transformation } from './type'; import { TransformerTools } from '../transform'; import { OutputFile } from "../index"; export declare function addDiamondStorage(newFiles: OutputFile[]): (sourceUnit: SourceUnit, tools: TransformerTools) => Generator<Transformation>; //# sourceMappingURL=add-diamond-storage.d.ts.map