importprunedfunds

importprunedfunds "rawtransaction" "txoutproof"

Imports funds without performing a rescan. The corresponding address or script must already be included in the wallet. This feature is primarily intended for pruned wallets.

The end-user is responsible for importing any subsequent transactions that spend the imported outputs or rescanning from the point in the blockchain where the transaction is included.

Argument #1 – rawtransaction

Type: string, required

A raw transaction in hex funding an already-existing address in wallet

Argument #2 – txoutproof

Type: string, required

The hex output from gettxoutproof that contains the transaction

Result

null    (json null)