UNPKG

@dartess/multicoin-address-validator

Version:

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

7 lines (6 loc) 198 B
declare const spndCurrency: { readonly name: "Spendcoin"; readonly symbol: "spnd"; }; declare const spndValidate: (address: string) => boolean; export { spndCurrency, spndValidate, };