ADAEpochInfoResponse constructor
ADAEpochInfoResponse({})
Implementation
ADAEpochInfoResponse({
required this.epoch,
required this.startTime,
required this.endTime,
required this.firstBlockTime,
required this.lastBlockTime,
required this.blockCount,
required this.txCount,
required this.output,
required this.fees,
this.activeStake,
});