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

714 B

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

lastPending

fun lastPending(): List<PendingTransaction>

Overrides Synchronizer.lastPending

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