parseUnits(value)
// Example: Convert FACT to PAGE (decimal: 9)
const value = "12.12345"; //FACT
const result = mitum.utils.parseUnits(value);
console.log(`FACT to PAGE: ${result}`); // "12123450000"
// output
FACT to PAGE: 12123450000Last updated
// Example: Convert FACT to PAGE (decimal: 9)
const value = "12.12345"; //FACT
const result = mitum.utils.parseUnits(value);
console.log(`FACT to PAGE: ${result}`); // "12123450000"
// output
FACT to PAGE: 12123450000Last updated