Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/bitcoin_rpc/mod.ts>default#bumpfee

A Bitcoin RPC Module for Deno.
Latest
method default.prototype.bumpfee
import { default } from "https://deno.land/x/bitcoin_rpc@v1.0.3/mod.ts";

Bumps the fee of an opt-in-RBF transaction T, replacing it with a new transaction B. https://developer.bitcoin.org/reference/rpc/bumpfee.html

Parameters

txid: string
optional
options: { conf_target?: number; fee_rate?: number | string; replaceable?: boolean; estimate_mode?: string; }