UNPKG

@cranberry-money/shared-utils

Version:

Shared utility functions for Blueberry platform

5 lines 371 B
export declare const validateWalletAddress: (address: string, chainType: string) => boolean; export declare const detectChainFromAddress: (address: string) => "BTC" | "ETH" | null; export declare const formatWalletAddressShort: (address: string) => string; export declare const formatWalletAddressMedium: (address: string) => string; //# sourceMappingURL=wallets.d.ts.map