TransactionDetailResponse constructor
TransactionDetailResponse({
- required String walletId,
- required String queryId,
- BitcoinTransaction? transaction,
- bool found = true,
- String? error,
Implementation
TransactionDetailResponse({
required this.walletId,
required this.queryId,
this.transaction,
this.found = true,
this.error,
});