UNPKG

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

Version:

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

5 lines 307 B
import { SourceUnit } from 'solidity-ast'; import { Transformation } from './type'; import { TransformerTools } from '../transform'; export declare function removeStateVariables(sourceUnit: SourceUnit, tools: TransformerTools): Generator<Transformation>; //# sourceMappingURL=remove-state-variables.d.ts.map