zcash-android-wallet-sdk / cash.z.wallet.sdk.db / PendingTransactionDb

PendingTransactionDb

abstract class PendingTransactionDb : RoomDatabase

Database for pending transaction information. Unlike with the "Data DB," the wallet is free to write to this database. In a way, this almost serves as a local mempool for all transactions initiated by this wallet. Currently, the data necessary to support expired transactions is there but it is not being leveraged.

Constructors

<init>

Database for pending transaction information. Unlike with the "Data DB," the wallet is free to write to this database. In a way, this almost serves as a local mempool for all transactions initiated by this wallet. Currently, the data necessary to support expired transactions is there but it is not being leveraged.

PendingTransactionDb()

Functions

pendingTransactionDao

abstract fun pendingTransactionDao(): PendingTransactionDao