@cross-nft-marketplace/auction-house-nft-hooks
Version:
Generic react hooks for fetching cross-nft-marketplace auctions, nfts, and data on arbitary 721s. Powers nft-components.
10 lines (9 loc) • 346 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AuctionType = void 0;
var AuctionType;
(function (AuctionType) {
AuctionType["NONE"] = "NONE";
AuctionType["PERPETUAL"] = "PERPETUAL";
AuctionType["RESERVE"] = "RESERVE";
})(AuctionType = exports.AuctionType || (exports.AuctionType = {}));