UNPKG

@dartess/multicoin-address-validator

Version:

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

7 lines (6 loc) 194 B
declare const swtCurrency: { readonly name: "Swarm City"; readonly symbol: "swt"; }; declare const swtValidate: (address: string) => boolean; export { swtCurrency, swtValidate, };