menu
flutterchain package
documentation
flutterchain_lib/formaters/chains/ethereum_formater.dart
EthereumFormater
convertEthToWei static method
convertEthToWei static method
dark_mode
light_mode
convertEthToWei
static method
int
convertEthToWei
(
double
eth
)
Implementation
static int convertEthToWei(double eth) { int wei = eth ~/ pow(10, -18); return wei; }
flutterchain package
documentation
flutterchain_lib/formaters/chains/ethereum_formater
EthereumFormater
convertEthToWei static method
EthereumFormater class