formatEther method

dynamic formatEther(
  1. BigInt value
)

Implementation

formatEther(BigInt value) {
  return formatUnitsByInt(value);
}