UNPKG

@dartess/multicoin-address-validator

Version:

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

7 lines (6 loc) 195 B
declare const gntCurrency: { readonly name: "Golem (GNT)"; readonly symbol: "gnt"; }; declare const gntValidate: (address: string) => boolean; export { gntCurrency, gntValidate, };