ADAStakePoolUpdateResponse constructor

ADAStakePoolUpdateResponse({
  1. required String txHash,
  2. required int certIndex,
  3. required String action,
})

Implementation

ADAStakePoolUpdateResponse({
  required this.txHash,
  required this.certIndex,
  required this.action,
});