This commit is contained in:
eneller
2026-04-03 08:47:39 +02:00
parent 4f8da032b7
commit 38dedfc829
4 changed files with 24 additions and 8 deletions

View File

@@ -3,6 +3,7 @@ import { Injectable } from '@angular/core';
import { BehaviorSubject, catchError, map, Observable, of, tap } from 'rxjs';
import Transaction from '@model/transaction'
import { SendRequest, SendResponse } from '@message/Send';
import { TransactionsRequest } from '@message/Transactions';
@Injectable({
providedIn: 'root',