BumpFeeTxBuilderInterface

A BumpFeeTxBuilder is created by calling build_fee_bump on a wallet. After assigning it, you set options on it until finally calling finish to consume the builder and generate the transaction.

Inheritors

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun allowDust(allowDust: Boolean): BumpFeeTxBuilder

Set whether the dust limit is checked.

Link copied to clipboard
abstract fun currentHeight(height: UInt): BumpFeeTxBuilder

Set the current blockchain height.

Link copied to clipboard
abstract fun finish(wallet: Wallet): Psbt

Finish building the transaction.

Link copied to clipboard
abstract fun nlocktime(locktime: LockTime): BumpFeeTxBuilder

Use a specific nLockTime while creating the transaction.

Link copied to clipboard
abstract fun setExactSequence(nsequence: UInt): BumpFeeTxBuilder

Set an exact nSequence value.

Link copied to clipboard
abstract fun version(version: Int): BumpFeeTxBuilder

Build a transaction with a specific version.