@matterlabs/hardhat-zksync-solc
Version:
Hardhat plugin to compile smart contracts for the ZKsync network
10 lines • 350 B
TypeScript
import { HardhatRuntimeEnvironment } from 'hardhat/types';
export declare function compileLink(taskArgs: {
sourceName: string;
contractName: string;
libraries?: {
[libraryName: string]: string;
};
withoutError?: boolean;
}, hre: HardhatRuntimeEnvironment): Promise<string | undefined>;
//# sourceMappingURL=plugin.d.ts.map