AddressMintInfo constructor

AddressMintInfo({
  1. required bool confirmed,
  2. required int epoch,
  3. required String hash,
  4. required String miner,
  5. required int outputValue,
  6. required int timestamp,
})

Implementation

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