hardhat-scilla-plugin
Version:
Hardhat TypeScript plugin for scilla testing
4 lines • 303 B
TypeScript
import { HardhatRuntimeEnvironment } from "hardhat/types";
import { ScillaContract } from "./ScillaContractDeployer";
export declare function contractFromAddress(hre: HardhatRuntimeEnvironment, address: string): Promise<ScillaContract | undefined>;
//# sourceMappingURL=ScillaContractInteractor.d.ts.map