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

x/bitcoin_rpc/mod.ts>default#importprunedfunds

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

Imports funds without rescan. Corresponding address or script must previously be included in wallet. Aimed towards pruned wallets. The end-user is responsible to import additional transactions that subsequently spend the imported outputs or rescan after the point in the blockchain the transaction is included. https://developer.bitcoin.org/reference/rpc/importprunedfunds.html

Parameters

rawtransaction: string
txoutproof: string