@solvprotocol/upgrade-safe-transpiler
Version:
Solidity preprocessor used to generate OpenZeppelin Contracts Upgrade Safe.
5 lines • 331 B
TypeScript
import { SourceUnit } from 'solidity-ast';
import { Transformation } from './type';
import { TransformerTools } from '../transform';
export declare function renameContractDefinition(sourceUnit: SourceUnit, { originalSourceBuf }: TransformerTools): Generator<Transformation>;
//# sourceMappingURL=rename-contract-definition.d.ts.map