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