@koralabs/cardano-wallets
Version:
Library for connecting cardano wallets in the browser using CIP-30
14 lines (13 loc) • 430 B
TypeScript
export declare const WalletError: {
MinimumBalanceIsZero: string;
InsufficientBalance: string;
WindowNotDefined: string;
NoWalletsFound: string;
SpecificWalletNotFound: string;
NotDelegated: string;
NotStakedLongEnough: string;
BlockfrostGetRewardsHistoryError: string;
BlockfrostUrlNotDefined: string;
BlockfrostProjectIdNotDefined: string;
BlockfrostGetRegistrationsError: string;
};