ethTxOptionNew abstract method
Implementation
EthTxOption ethTxOptionNew(
{required bool isSupportEip1559,
required String to,
double? nonce,
String? value,
double? gas,
String? gasPrice,
dynamic hint});
EthTxOption ethTxOptionNew(
{required bool isSupportEip1559,
required String to,
double? nonce,
String? value,
double? gas,
String? gasPrice,
dynamic hint});