UNPKG

@dartess/multicoin-address-validator

Version:

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

7 lines (6 loc) 187 B
declare const xtpCurrency: { readonly name: "Tap"; readonly symbol: "xtp"; }; declare const xtpValidate: (address: string) => boolean; export { xtpCurrency, xtpValidate, };