ADAStakeAccountDelegationHistoryResponse constructor

ADAStakeAccountDelegationHistoryResponse({
  1. required int activeEpoch,
  2. required String txHash,
  3. required String amount,
  4. required String poolId,
})

Implementation

ADAStakeAccountDelegationHistoryResponse({
  required this.activeEpoch,
  required this.txHash,
  required this.amount,
  required this.poolId,
});