QueryTraceBlockRequest constructor
const
QueryTraceBlockRequest({
- List<
MsgEthereumTx> txs = const [], - TraceConfig? traceConfig,
- BigInt? blockNumber,
- String? blockHash,
- Timestamp? blockTime,
Implementation
const QueryTraceBlockRequest({
this.txs = const [],
this.traceConfig,
this.blockNumber,
this.blockHash,
this.blockTime,
});