@solarity/hardhat-migrate
Version:
The simplest way to deploy smart contracts
8 lines • 368 B
TypeScript
import { Interface } from "ethers";
import { BaseAdapter } from "./BaseAdapter.js";
import type { BytecodeFactory } from "../../../types/adapter.js";
export declare class BytecodeAdapter extends BaseAdapter {
getInterface(instance: BytecodeFactory): Interface;
getContractName(instance: BytecodeFactory): string;
}
//# sourceMappingURL=BytecodeAdapter.d.ts.map