ADAStakeAccountMIRHistoryResponse constructor

const ADAStakeAccountMIRHistoryResponse({
  1. required String txHash,
  2. required String amount,
})

Implementation

const ADAStakeAccountMIRHistoryResponse({
  required this.txHash,
  required this.amount,
});