UNPKG

chaingate

Version:

A complete TypeScript library for connecting to and making transactions on different blockchains

10 lines 804 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.useUtils = exports.UtilsContext = exports.useWallet = exports.WalletContext = void 0; var WalletContext_1 = require("./WalletContext"); Object.defineProperty(exports, "WalletContext", { enumerable: true, get: function () { return WalletContext_1.WalletContext; } }); Object.defineProperty(exports, "useWallet", { enumerable: true, get: function () { return WalletContext_1.useWallet; } }); var UtilsContext_1 = require("./UtilsContext"); Object.defineProperty(exports, "UtilsContext", { enumerable: true, get: function () { return UtilsContext_1.UtilsContext; } }); Object.defineProperty(exports, "useUtils", { enumerable: true, get: function () { return UtilsContext_1.useUtils; } }); //# sourceMappingURL=index.js.map