Update api-docs for TxBuilder.drain_to change
This commit is contained in:
parent
7d1a4500ef
commit
f216417fd2
@ -410,7 +410,7 @@ class TxBuilder() {
|
|||||||
* [drainWallet] to spend all of them. When bumping the fees of a transaction made with this option,
|
* [drainWallet] to spend all of them. When bumping the fees of a transaction made with this option,
|
||||||
* you probably want to use [BumpFeeTxBuilder.allowShrinking] to allow this output to be reduced to pay for the extra fees.
|
* you probably want to use [BumpFeeTxBuilder.allowShrinking] to allow this output to be reduced to pay for the extra fees.
|
||||||
*/
|
*/
|
||||||
fun drainTo(address: String): TxBuilder {}
|
fun drainTo(script: Script): TxBuilder {}
|
||||||
|
|
||||||
/** Enable signaling RBF. This will use the default `nsequence` value of `0xFFFFFFFD`. */
|
/** Enable signaling RBF. This will use the default `nsequence` value of `0xFFFFFFFD`. */
|
||||||
fun enableRbf(): TxBuilder {}
|
fun enableRbf(): TxBuilder {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user