zcash-android-wallet-sdk/docs/-synchronizer/last-pending.md

631 B

zcash-android-wallet-sdk / cash.z.ecc.android.sdk.data / Synchronizer / lastPending

lastPending

abstract fun lastPending(): List<PendingTransaction>

Holds the most recent value that was transmitted through the pendingTransactions channel. Typically, if the underlying channel is a BroadcastChannel (and it should be),then this value is simply pendingChannel.value