UNPKG

@koralabs/cardano-wallets

Version:

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

14 lines (13 loc) 651 B
export const 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' };