UNPKG

@dartess/multicoin-address-validator

Version:

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

7 lines (6 loc) 191 B
declare const omgCurrency: { readonly name: "OmiseGO"; readonly symbol: "omg"; }; declare const omgValidate: (address: string) => boolean; export { omgCurrency, omgValidate, };