scanformissingtxs - Pastel RPC

scanformissingtxs <starting_height> ( <is_involving_me> )
Scan for missing transactions in the wallet starting from the given height.

Arguments:
1. <starting_height>  (numeric, required)  // starting block height to search for missing txs"
2. <is_involving_me>  (boolean, optional, default=true)  // whether to scan for missing txs involving me only

Returns:
[
    "missing_transaction1_txid",
    "missing_transaction2_txid",
    .......
]

Example:
> pastel-cli scanformissingtxs 100000

As json rpc:
> curl --user myusername --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "scanformissingtxs", "params": [100000] }' -H 'content-type: text/plain;' http://127.0.0.1:9932/


Maintained by Pastel Network; license of the docs is MIT (see pastel repo)

Generated from a mainnet node