app / de.uniks.codliners.stock_simulator.repository / HistoryRepository / transactions

transactions

val transactions: LiveData<List<Transaction>>

LiveData containing a List of all Transactions from the StockAppDatabase.

Property

transactions - LiveData containing a List of all Transactions from the StockAppDatabase.

Author
Juri Lozowoj