Bumps the fee of an opt-in-RBF transaction, replacing it with a new transaction by adjusting the change output.
txidstringREQUIREDoptionsobjectoptionalcurl --user myuser --data-binary '{"jsonrpc":"1.0","id":"1","method":"bumpfee","params":["txid"]}' -H 'content-type:text/plain;' http://127.0.0.1:8332/{
"txid": "b104ecf24be...",
"origfee": 0.00001410,
"fee": 0.00003520,
"errors": []
}