UNPKG

@dartess/multicoin-address-validator

Version:

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

7 lines (6 loc) 208 B
declare const qrlCurrency: { readonly name: "Quantum Resistant Ledger"; readonly symbol: "qrl"; }; declare const qrlValidate: (address: string) => boolean; export { qrlCurrency, qrlValidate, };