weiToEther static method

String weiToEther(
  1. BigInt wei
)

Implementation

static String weiToEther(BigInt wei) => EthUnit.formatEther(wei);