UNPKG

@fordefi-public/crypto-address-validator-ts

Version:

Crypto address validator for Bitcoin and other Altcoins, forked to be used with typescript

9 lines (8 loc) 301 B
import { Currency } from "./types/types"; export declare function getByNameOrSymbol(currencyNameOrSymbol: string): Currency; export declare function getAll(): Currency[]; declare const _default: { getByNameOrSymbol: typeof getByNameOrSymbol; getAll: typeof getAll; }; export default _default;