MintInfo constructor
MintInfo({})
Implementation
MintInfo({
required this.miner,
required this.blockHash,
required this.outputs,
required this.txnEpoch,
required this.txnHash,
required this.txnTime,
required this.type,
});