TallyTxn constructor
TallyTxn({})
Implementation
TallyTxn({
required this.blockHash,
required this.epoch,
required this.errors,
required this.liars,
required this.numErrors,
required this.numLiars,
required this.status,
required this.success,
required this.tally,
required this.time,
required this.txnHash,
});