UNPKG

@dartess/multicoin-address-validator

Version:

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

7 lines (6 loc) 193 B
declare const rlcCurrency: { readonly name: "iExec RLC"; readonly symbol: "rlc"; }; declare const rlcValidate: (address: string) => boolean; export { rlcCurrency, rlcValidate, };