Package org.bitcoindevkit
Interface BumpFeeTxBuilderInterface
-
- All Implemented Interfaces:
public interface BumpFeeTxBuilderInterface
A
BumpFeeTxBuilder
is created by callingbuild_fee_bump
on a wallet. After assigning it, you set options on it until finally callingfinish
to consume the builder and generate the transaction.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
BumpFeeTxBuilderInterface.Companion
-