Variable: formatEth()
December 9, 2025 ยท View on GitHub
Variable: formatEth()
constformatEth: (wei) =>string
format a wei amount in Eth
example:
console.log('500000000 wei =' + formatEth('500000000')) + 'ether');
Parameters
wei
Returns
string