RPC Browser

Arguments


Help Content

importprunedfunds "rawtransaction" "txoutproof"

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

Result:
null    (json null)

rawtransaction

{
    "name": "rawtransaction",
    "detailsLines": [],
    "properties": [
        "string",
        "required"
    ],
    "description": "A raw transaction in hex funding an already-existing address in wallet"
}

txoutproof

{
    "name": "txoutproof",
    "detailsLines": [],
    "properties": [
        "string",
        "required"
    ],
    "description": "The hex output from gettxoutproof that contains the transaction"
}

Recent (1)

Blockchain (25)

Control (6)

Generating (3)

Mining (6)

Network (13)

Rawtransactions (17)

Signer (1)

Util (8)

Wallet (61)

Zmq (1)