gweiToWei static method

BigInt gweiToWei(
  1. String gwei
)

Implementation

static BigInt gweiToWei(String gwei) => EthUnit.gwei(gwei);