getTransactionsOfUser

Returns all Transactions of the User with the given id. Must validate that the User exists.

Return

The Result of the operation.

Parameters

userId
The id of the User.
abstract suspend fun getTransactionsOfUser(userId: String): Result<TransactionList>