UNPKG

@dartess/multicoin-address-validator

Version:

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

7 lines (6 loc) 189 B
declare const paxCurrency: { readonly name: "Paxos"; readonly symbol: "pax"; }; declare const paxValidate: (address: string) => boolean; export { paxCurrency, paxValidate, };