Query$EpochSummary$epoch constructor

Query$EpochSummary$epoch({
  1. required int epochId,
  2. String? referenceGasPrice,
  3. int? totalTransactions,
  4. String? startTimestamp,
  5. String? endTimestamp,
})

Implementation

Query$EpochSummary$epoch({
  required this.epochId,
  this.referenceGasPrice,
  this.totalTransactions,
  this.startTimestamp,
  this.endTimestamp,
});