UNPKG

@tedcryptoorg/cosmos-signer

Version:

Cosmos Signer - A library for signing transactions for Cosmos SDK chains

17 lines (16 loc) 563 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.LeapWallet = void 0; const BaseWallet_1 = __importDefault(require("./BaseWallet")); class LeapWallet extends BaseWallet_1.default { constructor() { super(...arguments); this.name = 'leap'; this.label = 'Leap Wallet'; this.keychangeEvent = 'leap_keystorechange'; } } exports.LeapWallet = LeapWallet;