UNPKG

@newcoin-foundation/newcoin-sdk

Version:
7 lines 280 B
export var getNameForTransaction = function (name) { return name.toLowerCase().trim(); }; export var priceForCurrency = function (price, currency, decimals) { return "".concat(price.toFixed(decimals), " ").concat(currency); }; //# sourceMappingURL=transaction.js.map