UNPKG

ufomarketplace-sdk

Version:

SDK to interact with set ufo marketplace contracts

26 lines (21 loc) 555 B
/* Autogenerated file. Do not edit manually. */ /* tslint:disable */ /* eslint-disable */ import { Contract, Signer } from "ethers"; import { Provider } from "@ethersproject/providers"; import type { Proxy } from "../Proxy"; export class Proxy__factory { static connect(address: string, signerOrProvider: Signer | Provider): Proxy { return new Contract(address, _abi, signerOrProvider) as Proxy; } } const _abi = [ { stateMutability: "payable", type: "fallback", }, { stateMutability: "payable", type: "receive", }, ];