@dartess/multicoin-address-validator
Version:
Multicoin address validator for Bitcoin and other Altcoins ported to TypeScript.
12 lines • 431 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.xemValidate = exports.xemCurrency = void 0;
const nem_validator_1 = require("../validators/nem_validator");
const xemCurrency = {
name: 'Nem',
symbol: 'xem',
};
exports.xemCurrency = xemCurrency;
const xemValidate = nem_validator_1.NEMValidator.isValidAddress;
exports.xemValidate = xemValidate;
//# sourceMappingURL=xem.js.map