UNPKG

hardhat-scilla-plugin

Version:
4 lines 303 B
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