UNPKG

@dartess/multicoin-address-validator

Version:

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

7 lines (6 loc) 196 B
declare const btuCurrency: { readonly name: "BTU Protocol"; readonly symbol: "btu"; }; declare const btuValidate: (address: string) => boolean; export { btuCurrency, btuValidate, };