weiToGwei static method

String weiToGwei(
  1. BigInt wei
)

Implementation

static String weiToGwei(BigInt wei) => EthUnit.formatGwei(wei);