UNPKG

@web5nexus/web3auth-core

Version:

Core Implementation for 1 click Web3 Social Auth Implementation for Ethereum, XDC, Bitcoin,Cosmos and other Altcoins.

13 lines 711 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.web5walletconnect = void 0; const xdc_1 = __importDefault(require("./xdc")); const cosmos_1 = __importDefault(require("./cosmos")); const social_1 = require("./social"); exports.default = { Web5: social_1.Web5, XdcRpc: xdc_1.default, CosmosRpc: cosmos_1.default }; var walletconnect_1 = require("./walletconnect"); Object.defineProperty(exports, "web5walletconnect", { enumerable: true, get: function () { return walletconnect_1.web5walletconnect; } }); //# sourceMappingURL=index.js.map