BlockInfo constructor
BlockInfo({})
Implementation
BlockInfo({
required this.hash,
required this.timestamp,
required this.epoch,
required this.reward,
required this.fees,
required this.valueTransferCount,
required this.dataRequestCount,
required this.commitCount,
required this.revealCount,
required this.tallyCount,
required this.confirmed,
required this.miner,
});