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