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

getSentTransactions

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

Query sent transactions that have been mined, sorted so the newest data is at the top.