@lit-protocol/lit-node-client
Version:
This module is the main interface for interacting with the Lit Protocol network. It provides a robust client implementation that handles network communication, authentication, and node interactions in both browser and Node.js environments.
12 lines • 896 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.disconnectWeb3 = exports.ethConnect = exports.checkAndSignAuthMessage = void 0;
const tslib_1 = require("tslib");
// ==================== Exports ====================
tslib_1.__exportStar(require("./lib/lit-node-client"), exports);
var auth_browser_1 = require("@lit-protocol/auth-browser");
Object.defineProperty(exports, "checkAndSignAuthMessage", { enumerable: true, get: function () { return auth_browser_1.checkAndSignAuthMessage; } });
Object.defineProperty(exports, "ethConnect", { enumerable: true, get: function () { return auth_browser_1.ethConnect; } });
Object.defineProperty(exports, "disconnectWeb3", { enumerable: true, get: function () { return auth_browser_1.disconnectWeb3; } });
tslib_1.__exportStar(require("@lit-protocol/lit-node-client-nodejs"), exports);
//# sourceMappingURL=index.js.map
;