UNPKG

@openzeppelin/upgrade-safe-transpiler

Version:

Solidity preprocessor used to generate OpenZeppelin Contracts Upgrade Safe.

6 lines 424 B
import { SourceUnit } from 'solidity-ast'; import { TransformerTools } from '../transform'; import { Transformation } from './type'; export declare function getNamespaceStructName(contractName: string): string; export declare function addNamespaceStruct(include?: (source: string) => boolean): (sourceUnit: SourceUnit, tools: TransformerTools) => Generator<Transformation>; //# sourceMappingURL=add-namespace-struct.d.ts.map