Files
dragonx-android-wallet-sdk/docs/-synchronizer/last-pending.md
2022-06-30 01:53:12 -04:00

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