UNPKG

opensea-js

Version:

TypeScript SDK for the OpenSea marketplace helps developers build new experiences using NFTs and our marketplace data

10 lines 344 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.OrderType = void 0; var OrderType; (function (OrderType) { OrderType["BASIC"] = "basic"; OrderType["ENGLISH"] = "english"; OrderType["CRITERIA"] = "criteria"; })(OrderType || (exports.OrderType = OrderType = {})); //# sourceMappingURL=types.js.map