bitcoind.app
CommandsGuidesContact ↗
Home/Wallet/importprunedfunds
Wallet

importprunedfunds

Imports funds without rescan. Corresponding address or script must previously be included in wallet.

Parameters

rawtransactionstringREQUIRED
Hex-encoded raw transaction
txoutproofstringREQUIRED
Hex-encoded proof of inclusion from gettxoutproof

Returns

nullnull on success

Code Examples

curl --user myuser --data-binary '{"jsonrpc":"1.0","id":"1","method":"importprunedfunds","params":["rawtx","proof"]}' -H 'content-type:text/plain;' http://127.0.0.1:8332/

Example Response

null
← Previous
importprivkey
Next →
importpubkey

More Wallet Commands

abandontransactioncreatewalletdumpprivkeygetbalancegetnewaddressgettransaction

bitcoind.app — Bitcoin Core RPC Reference

GuidesContact ↗