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

x/bitcoin_rpc/mod.ts>default#psbtbumpfee

A Bitcoin RPC Module for Deno.
Latest
method default.prototype.psbtbumpfee
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/psbtbumpfee.html

Parameters

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