ADAStakeAccountWithdrawalHistoryResponse constructor

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

Implementation

ADAStakeAccountWithdrawalHistoryResponse({
  required this.txHash,
  required this.amount,
});