UNPKG

@dartess/multicoin-address-validator

Version:

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

7 lines (6 loc) 186 B
declare const zrxCurrency: { readonly name: "0x"; readonly symbol: "zrx"; }; declare const zrxValidate: (address: string) => boolean; export { zrxCurrency, zrxValidate, };