UnconfirmedTx

data class UnconfirmedTx(var tx: Transaction, var lastSeen: ULong) : Disposable

This type replaces the Rust tuple (tx, last_seen) used in the Wallet::apply_unconfirmed_txsmethod, where last_seenis the timestamp of when the transaction tx` was last seen in the mempool.

Constructors

Link copied to clipboard
constructor(tx: Transaction, lastSeen: ULong)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun destroy()