GetBlockTransactionCountParameters constructor

GetBlockTransactionCountParameters({
  1. int? cacheTime,
  2. int? chainId,
})

Implementation

GetBlockTransactionCountParameters({
  this.cacheTime,
  this.chainId,
});