GetTransactionCountParameters constructor

GetTransactionCountParameters({
  1. required String address,
  2. BigInt? blockNumber,
  3. BlockTag? blockTag,
  4. int? chainId,
})

Implementation

GetTransactionCountParameters({
  required this.address,
  this.blockNumber,
  this.blockTag,
  this.chainId,
});