Class UnconfirmedTx

  • All Implemented Interfaces:
    org.bitcoindevkit.Disposable

    
    public final class UnconfirmedTx
     implements 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.