@frakt-protocol/frakt-sdk
Version:
Frakt SDK for interacting with frakt.xyz protocols
9 lines (8 loc) • 390 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PoolWhitelistType = void 0;
var PoolWhitelistType;
(function (PoolWhitelistType) {
PoolWhitelistType["SINGLE_NFT_WHITELIST"] = "singleNftWhitelist";
PoolWhitelistType["CREATOR_WHITELIST"] = "creatorWhitelist";
})(PoolWhitelistType = exports.PoolWhitelistType || (exports.PoolWhitelistType = {}));