QueryTraceBlockRequest constructor

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

Implementation

const QueryTraceBlockRequest({
  this.txs = const [],
  this.traceConfig,
  this.blockNumber,
  this.blockHash,
  this.blockTime,
  this.proposerAddress,
  this.chainId,
  this.blockMaxGas,
});