@signumjs/util
Version:
Useful utilities and tools for building Signum Network applications
17 lines (16 loc) • 371 B
TypeScript
/**
* Symbol/Character for currency unit
* @deprecated Due to Multiverse feature it's not recommended to use this hard coded stuff.
*
* */
export declare const CurrencySymbol = "\uA7A8";
/**
* The smallest possible fee
*
*/
export declare const FeeQuantPlanck = 1000000;
/**
* One SIGNA expressed in Planck
*
*/
export declare const OneSignaPlanck = 100000000;