@koralabs/cardano-wallets
Version:
Library for connecting cardano wallets in the browser using CIP-30
14 lines (13 loc) • 455 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.WalletKey = void 0;
var WalletKey;
(function (WalletKey) {
WalletKey["Nami"] = "nami";
WalletKey["Eternl"] = "eternl";
WalletKey["Flint"] = "flint";
WalletKey["GeroWallet"] = "gerowallet";
WalletKey["Yoroi"] = "yoroi";
WalletKey["NuFi"] = "nufi";
WalletKey["Typhon"] = "typhon";
})(WalletKey = exports.WalletKey || (exports.WalletKey = {}));