GetBlockParameters constructor

GetBlockParameters({
  1. String? blockHash,
  2. BigInt? blockNumber,
  3. BlockTag? blockTag,
  4. int? chainId,
  5. bool? includeTransactions,
})

Implementation

GetBlockParameters({
  this.blockHash,
  this.blockNumber,
  this.blockTag,
  this.chainId,
  this.includeTransactions,
});