EthereumRequestGetTransactionCount constructor
EthereumRequestGetTransactionCount({
- required String address,
- BlockTagOrNumber? tag = BlockTagOrNumber.latest,
Implementation
EthereumRequestGetTransactionCount({
required this.address,
BlockTagOrNumber? tag = BlockTagOrNumber.latest,
}) : super(blockNumber: tag);