app / de.uniks.codliners.stock_simulator.repository / AccountRepository / hasBalance

hasBalance

suspend fun hasBalance(): Boolean

Checks if the StockAppDatabase has any Balance.

Return
true if the StockAppDatabase has any Balance and false otherwise.