oc-opensea-js
Version:
JavaScript SDK for the OpenSea marketplace. Let users buy or sell crypto collectibles and other cryptogoods, all on your own site!
13 lines (12 loc) • 700 B
TypeScript
import type { AnnotatedFunctionABI } from "wyvern-js/lib/types";
import type { PartialReadonlyContractAbi } from "./types";
export declare const getMethod: (abi: PartialReadonlyContractAbi, name: string) => AnnotatedFunctionABI;
export { ERC20 } from "./abi/ERC20";
export { ERC721 } from "./abi/ERC721v3";
export { ERC1155 } from "./abi/ERC1155";
export { CanonicalWETH } from "./abi/CanonicalWETH";
export { WrappedNFT } from "./abi/WrappedNFT";
export { WrappedNFTFactory } from "./abi/WrappedNFTFactory";
export { WrappedNFTLiquidationProxy } from "./abi/WrappedNFTLiquidationProxy";
export { UniswapFactory } from "./abi/UniswapFactory";
export { UniswapExchange } from "./abi/UniswapExchange";