UNPKG

initsea-js

Version:

JavaScript SDK for the OpenSea marketplace. Let users buy or sell crypto collectibles and other cryptogoods, all on your own site!

4 lines (3 loc) 138 B
import { ValidateFunction } from "ajv"; import { OrderV2 } from "./types"; export declare const validateOrder: ValidateFunction<OrderV2>;