UNPKG

@solarity/hardhat-migrate

Version:
8 lines 354 B
import { Interface } from "ethers"; import { BaseAdapter } from "./BaseAdapter"; import { BytecodeFactory } from "../../types/adapter"; export declare class BytecodeAdapter extends BaseAdapter { getInterface(instance: BytecodeFactory): Interface; getContractName(instance: BytecodeFactory): string; } //# sourceMappingURL=BytecodeAdapter.d.ts.map