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

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