UNPKG

@dartess/multicoin-address-validator

Version:

Multicoin address validator for Bitcoin and other Altcoins ported to TypeScript.

7 lines (6 loc) 222 B
declare const LSKValidator: { isValidAddress(address: string): boolean; }; declare type ValidatorParams = Parameters<typeof LSKValidator.isValidAddress>; export { LSKValidator }; export type { ValidatorParams };