UNPKG

saepenatus

Version:

Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, mul

14 lines 1.11 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports._TypedDataEncoder = exports.hashMessage = exports.messagePrefix = exports.isValidName = exports.namehash = exports.id = void 0; var id_1 = require("./id"); Object.defineProperty(exports, "id", { enumerable: true, get: function () { return id_1.id; } }); var namehash_1 = require("./namehash"); Object.defineProperty(exports, "isValidName", { enumerable: true, get: function () { return namehash_1.isValidName; } }); Object.defineProperty(exports, "namehash", { enumerable: true, get: function () { return namehash_1.namehash; } }); var message_1 = require("./message"); Object.defineProperty(exports, "hashMessage", { enumerable: true, get: function () { return message_1.hashMessage; } }); Object.defineProperty(exports, "messagePrefix", { enumerable: true, get: function () { return message_1.messagePrefix; } }); var typed_data_1 = require("./typed-data"); Object.defineProperty(exports, "_TypedDataEncoder", { enumerable: true, get: function () { return typed_data_1.TypedDataEncoder; } }); //# sourceMappingURL=index.js.map