QueryTraceCallRequest constructor

const QueryTraceCallRequest({
  1. List<int>? args,
  2. BigInt? gasCap,
  3. List<int>? proposerAddress,
  4. TraceConfig? traceConfig,
  5. BigInt? blockNumber,
  6. String? blockHash,
  7. Timestamp? blockTime,
  8. BigInt? chainId,
})

Implementation

const QueryTraceCallRequest({
  this.args,
  this.gasCap,
  this.proposerAddress,
  this.traceConfig,
  this.blockNumber,
  this.blockHash,
  this.blockTime,
  this.chainId,
});