UNPKG

@dartess/multicoin-address-validator

Version:

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

7 lines (6 loc) 201 B
declare const snxCurrency: { readonly name: "Synthetix Network"; readonly symbol: "snx"; }; declare const snxValidate: (address: string) => boolean; export { snxCurrency, snxValidate, };