QueryTraceTxRequest constructor

const QueryTraceTxRequest({
  1. MsgEthereumTx? msg,
  2. TraceConfig? traceConfig,
  3. List<MsgEthereumTx> predecessors = const [],
  4. BigInt? blockNumber,
  5. String? blockHash,
  6. Timestamp? blockTime,
  7. List<int>? proposerAddress,
  8. BigInt? chainId,
  9. BigInt? blockMaxGas,
})

Implementation

const QueryTraceTxRequest({
  this.msg,
  this.traceConfig,
  this.predecessors = const [],
  this.blockNumber,
  this.blockHash,
  this.blockTime,
  this.proposerAddress,
  this.chainId,
  this.blockMaxGas,
});