UNPKG

@dartess/multicoin-address-validator

Version:

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

4 lines (3 loc) 114 B
/// <reference types="node" /> declare function base58Decode(string: string): Buffer; export { base58Decode };