Module breez_sdk_core::lightning::events::bump_transaction

Expand description

Utilities for bumping transactions originating from Events.

Structs§

Enums§

  • Represents the different types of transactions, originating from LDK, to be bumped.

Traits§

  • An abstraction over a bitcoin wallet that can perform coin selection over a set of UTXOs and can sign for them. The coin selection method aims to mimic Bitcoin Core’s fundrawtransaction RPC, which most wallets should be able to satisfy. Otherwise, consider implementing WalletSource, which can provide a default implementation of this trait when used with Wallet.
  • An alternative to CoinSelectionSource that can be implemented and used along Wallet to provide a default implementation to CoinSelectionSource.