UNPKG

@koralabs/cardano-wallets

Version:

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

17 lines (16 loc) 753 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.WalletError = void 0; exports.WalletError = { MinimumBalanceIsZero: "'Minimum balance must be greater than 0.'", InsufficientBalance: 'Insufficient balance', WindowNotDefined: 'window is not defined', NoWalletsFound: 'No wallets found', SpecificWalletNotFound: 'Specific wallet not found', NotDelegated: 'Not delegated', NotStakedLongEnough: 'Not staked long enough', BlockfrostGetRewardsHistoryError: 'Error getting rewards history', BlockfrostUrlNotDefined: 'Blockfrost URL not defined', BlockfrostProjectIdNotDefined: 'Blockfrost project ID not defined', BlockfrostGetRegistrationsError: 'Error getting registrations' };