UNPKG

@dartess/multicoin-address-validator

Version:

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

3 lines (2 loc) 86 B
declare function cnBase58Decode(encStr: string): string; export { cnBase58Decode };