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 bttCurrency: { readonly name: "BlockTrade"; readonly symbol: "btt"; }; declare const bttValidate: (address: string) => boolean; export { bttCurrency, bttValidate, };