zcash-android-wallet-sdk / cash.z.wallet.sdk.db / TransactionDao / getAllTransactions

getAllTransactions

abstract fun getAllTransactions(limit: Int = Int.MAX_VALUE): Factory<Int, ConfirmedTransaction>

Query all transactions, joining outbound and inbound transactions into the same table.