UNPKG

ufomarketplace-sdk-new

Version:

SDK to interact with set ufo marketplace contracts

19 lines (18 loc) 674 B
import { Signer } from "ethers"; import type { Provider } from "@ethersproject/providers"; import type { Script, ScriptInterface } from "../Script"; export declare class Script__factory { static readonly abi: readonly [{ readonly type: "function"; readonly name: "IS_SCRIPT"; readonly inputs: readonly []; readonly outputs: readonly [{ readonly name: ""; readonly type: "bool"; readonly internalType: "bool"; }]; readonly stateMutability: "view"; }]; static createInterface(): ScriptInterface; static connect(address: string, signerOrProvider: Signer | Provider): Script; }