UNPKG

@thorwallet/xchain-util

Version:
15 lines 465 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Denomination = void 0; var Denomination; (function (Denomination) { /** * values for asset amounts in base units (no decimal) */ Denomination["BASE"] = "BASE"; /** * values of asset amounts (w/ decimal) */ Denomination["ASSET"] = "ASSET"; })(Denomination = exports.Denomination || (exports.Denomination = {})); //# sourceMappingURL=index.js.map