ADATransactionSummaryInfoResponse constructor

ADATransactionSummaryInfoResponse({
  1. required String txHash,
  2. required int txIndex,
  3. required int blockHeight,
  4. required int blockTime,
})

Implementation

ADATransactionSummaryInfoResponse({
  required this.txHash,
  required this.txIndex,
  required this.blockHeight,
  required this.blockTime,
});