Variable: formatRLC()

December 9, 2025 ยท View on GitHub

iexec


iexec / utils / formatRLC

Variable: formatRLC()

const formatRLC: (nRLC) => string

format a nRLC amount in RLC

  • example:
console.log('500000000 nRLC =' + formatRLC('500000000') + 'RLC');

Parameters

nRLC

NRLCAmount

Returns

string

Contents

  1. 1Parameters
  2. 1.1nRLC
  3. 2Returns