UNPKG

@berrywallet/core

Version:

Berrywallet main Core for work with common cryptocurrencies like Bitcoin, Ethereum, Dash, Litecoin

8 lines (7 loc) 266 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const _1 = require("./"); function parseAddressByCoin(unit, address) { return _1.makeCoin(unit).getKeyFormat().parseAddress(address); } exports.parseAddressByCoin = parseAddressByCoin;