QueryTraceBlockRequest constructor

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

Implementation

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