Package org.bitcoindevkit
Class BumpFeeTxBuilder
-
- All Implemented Interfaces:
-
java.lang.AutoCloseable
,org.bitcoindevkit.BumpFeeTxBuilderInterface
,org.bitcoindevkit.Disposable
public class BumpFeeTxBuilder implements Disposable, AutoCloseable, 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.
-
-
Constructor Summary
Constructors Constructor Description BumpFeeTxBuilder(Pointer pointer)
BumpFeeTxBuilder(NoPointer noPointer)
This constructor can be used to instantiate a fake object.
-
Method Summary
Modifier and Type Method Description Unit
destroy()
Unit
close()
final Pointer
uniffiClonePointer()
-
-
-
Method Detail
-
uniffiClonePointer
final Pointer uniffiClonePointer()
-
-