UNPKG

@dartess/multicoin-address-validator

Version:

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

7 lines (6 loc) 197 B
declare const polyCurrency: { readonly name: "Polymath"; readonly symbol: "poly"; }; declare const polyValidate: (address: string) => boolean; export { polyCurrency, polyValidate, };