UNPKG

@dartess/multicoin-address-validator

Version:

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

7 lines (6 loc) 192 B
declare const cloCurrency: { readonly name: "Callisto"; readonly symbol: "clo"; }; declare const cloValidate: (address: string) => boolean; export { cloCurrency, cloValidate, };