4 lines
95 B
TypeScript
4 lines
95 B
TypeScript
import Decimal from 'decimal.js';
|
|
|
|
export const BTC_ATOMIC_PER_BTC = new Decimal(100_000_000);
|