UNPKG

@koralabs/cardano-wallets

Version:

Library for connecting cardano wallets in the browser using CIP-30

8 lines (7 loc) 377 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.WalletKey = void 0; var WalletKey_1 = require("./enums/WalletKey"); Object.defineProperty(exports, "WalletKey", { enumerable: true, get: function () { return WalletKey_1.WalletKey; } }); const CardanoWallets_1 = require("./CardanoWallets"); exports.default = CardanoWallets_1.CardanoWallets;