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