Skip to main content

importprunedfunds

Command#

pacprotocol-cli importprunedfunds

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.

Arguments#

rawtransaction *#

( string, required)

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

txoutproof *#

(string, required)

The hex output from gettxoutproof that contains the transaction


Running following help command

pacprotocol-cli help importprunedfunds

Will produce following output:

importprunedfunds
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.
Arguments:
1. "rawtransaction" (string, required) A raw transaction in hex funding an already-existing address in wallet
2. "txoutproof" (string, required) The hex output from gettxoutproof that contains the transaction