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