AddressMintInfo constructor
AddressMintInfo({})
Implementation
AddressMintInfo({
required this.confirmed,
required this.epoch,
required this.hash,
required this.miner,
required this.outputValue,
required this.timestamp,
});