@signumjs/util
Version:
Useful utilities and tools for building Signum Network applications
20 lines • 526 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.OneSignaPlanck = exports.FeeQuantPlanck = exports.CurrencySymbol = void 0;
/**
* Symbol/Character for currency unit
* @deprecated Due to Multiverse feature it's not recommended to use this hard coded stuff.
*
* */
exports.CurrencySymbol = 'Ꞩ';
/**
* The smallest possible fee
*
*/
exports.FeeQuantPlanck = 1000000;
/**
* One SIGNA expressed in Planck
*
*/
exports.OneSignaPlanck = 100000000;
//# sourceMappingURL=constants.js.map