UNPKG

ufomarketplace-sdk-new

Version:

SDK to interact with set ufo marketplace contracts

27 lines (26 loc) 1.02 kB
import { Signer } from "ethers"; import type { Provider } from "@ethersproject/providers"; import type { IPlasmaCounter, IPlasmaCounterInterface } from "../IPlasmaCounter"; export declare class IPlasmaCounter__factory { static readonly abi: readonly [{ readonly type: "function"; readonly name: "getAllocationFraction"; readonly inputs: readonly [{ readonly name: "_stakingContract"; readonly type: "address"; readonly internalType: "address"; }]; readonly outputs: readonly [{ readonly name: "num"; readonly type: "uint256"; readonly internalType: "uint256"; }, { readonly name: "den"; readonly type: "uint256"; readonly internalType: "uint256"; }]; readonly stateMutability: "view"; }]; static createInterface(): IPlasmaCounterInterface; static connect(address: string, signerOrProvider: Signer | Provider): IPlasmaCounter; }