UNPKG

ufomarketplace-sdk

Version:

SDK to interact with set ufo marketplace contracts

7 lines (6 loc) 292 B
import { Signer } from "ethers"; import { Provider } from "@ethersproject/providers"; import type { EIP712Signature } from "../EIP712Signature"; export declare class EIP712Signature__factory { static connect(address: string, signerOrProvider: Signer | Provider): EIP712Signature; }