UNPKG

@daostack/upgrades

Version:
4 lines 228 B
import Contract from '../artifacts/Contract'; export declare function hasSelfDestruct(contract: Contract): boolean; export declare function hasDelegateCall(contract: Contract): boolean; //# sourceMappingURL=Instructions.d.ts.map