etherToWei static method

BigInt etherToWei(
  1. String ether
)

Implementation

static BigInt etherToWei(String ether) => EthUnit.ether(ether);