GetTransactionParameters constructor

GetTransactionParameters({
  1. String? hash,
  2. BigInt? blockHash,
  3. BigInt? blockNumber,
  4. BlockTag? blockTag,
  5. BigInt? chainId,
  6. int? index,
})

Implementation

GetTransactionParameters({
  this.hash,
  this.blockHash,
  this.blockNumber,
  this.blockTag,
  this.chainId,
  this.index,
});