BumpFeeTxBuilder class

The BumpFeeTxBuilder is used to bump the fee on a transaction that has been broadcast and has its RBF flag set to true.

Constructors

BumpFeeTxBuilder({required String txid, required double feeRate})

Properties

feeRate double
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
txid String
final

Methods

allowShrinking(String address) BumpFeeTxBuilder
Explicitly tells the wallet that it is allowed to reduce the amount of the output matching this address in order to bump the transaction fee. Without specifying this the wallet will attempt to find a change output to shrink instead.
enableRbf() BumpFeeTxBuilder
Enable signaling RBF
enableRbfWithSequence(int nSequence) BumpFeeTxBuilder
Enable signaling RBF with a specific nSequence value
finish(Wallet wallet) Future<TxBuilderResult>
Finish building the transaction. Returns the TxBuilderResult.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited