UNPKG

@dartess/multicoin-address-validator

Version:

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

7 lines (6 loc) 190 B
declare const xrpCurrency: { readonly name: "Ripple"; readonly symbol: "xrp"; }; declare const xrpValidate: (address: string) => boolean; export { xrpCurrency, xrpValidate, };