UNPKG

@yoroi/portfolio

Version:

The Portfolio package of Yoroi SDK

15 lines (14 loc) 349 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.amountBreakdown = amountBreakdown; var _common = require("@yoroi/common"); function amountBreakdown(_ref) { let { quantity, info } = _ref; return (0, _common.atomicBreakdown)(quantity, info.decimals); } //# sourceMappingURL=amount-breakdown.js.map