UNPKG

hardhat-scilla-plugin

Version:
7 lines 609 B
import { CallParams } from "@zilliqa-js/contract"; import { ScillaContract, Value, Setup } from "../deployer/ScillaContractDeployer"; import { ContractInfo } from "./ScillaContractsInfoUpdater"; export declare function injectConnectors(setup: Setup, sc: ScillaContract): void; export declare function injectProxies(setup: Setup, contractInfo: ContractInfo, sc: ScillaContract): void; export declare function sc_call(sc: ScillaContract, transition: string, args: Value[] | undefined, callParams: CallParams): Promise<import("@zilliqa-js/account").Transaction>; //# sourceMappingURL=ScillaContractProxy.d.ts.map