UNPKG

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

Version:

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

3 lines (2 loc) 157 B
import { Currency, Options } from '../types/types'; export declare function isValidAddress(mainAddress: string, currency: Currency, opts: Options): boolean;