4 lines
101 B
TypeScript
4 lines
101 B
TypeScript
import Decimal from 'decimal.js';
|
|
|
|
export const XMR_ATOMIC_PER_XMR = new Decimal(1_000_000_000_000);
|