@samudai_xyz/web3-sdk
Version:
## All in one web3 integrations for Samudai
10 lines (9 loc) • 432 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TokenGatingType = void 0;
var TokenGatingType;
(function (TokenGatingType) {
TokenGatingType[TokenGatingType["ERC20"] = 0] = "ERC20";
TokenGatingType[TokenGatingType["ERC721"] = 1] = "ERC721";
TokenGatingType[TokenGatingType["ERC1155"] = 2] = "ERC1155";
})(TokenGatingType = exports.TokenGatingType || (exports.TokenGatingType = {}));