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

getReceivedTransactions

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

Query transactions, aggregating information on send/receive, sorted carefully so the newest data is at the top and the oldest transactions are at the bottom.