Update api-docs for TxBuilder.drain_to change

This commit is contained in:
Steve Myers 2022-12-07 15:34:32 -06:00
parent 7d1a4500ef
commit f216417fd2
No known key found for this signature in database
GPG Key ID: 8105A46B22C2D051

View File

@ -410,7 +410,7 @@ class TxBuilder() {
* [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.
*/
fun drainTo(address: String): TxBuilder {}
fun drainTo(script: Script): TxBuilder {}
/** Enable signaling RBF. This will use the default `nsequence` value of `0xFFFFFFFD`. */
fun enableRbf(): TxBuilder {}