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

x/bitcoin_rpc/mod.ts>default#abandontransaction

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

Mark in-wallet transaction as abandoned This will mark this transaction and all its in-wallet descendants as abandoned which will allow for their inputs to be respent. It can be used to replace “stuck” or evicted transactions. https://developer.bitcoin.org/reference/rpc/abandontransaction.html

Parameters

txid: string