@thorwallet/xchain-util
Version:
Helper utilities for XChain clients
15 lines • 465 B
JavaScript
;
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