Adds a watch‐only address to the store, without saving it to disk (used by LoadWallet)
Synopsis
Declared in <wallet/scriptpubkeyman.h>
bool
LoadWatchOnly(CScript const& dest);
Return Value
true if the script was added.
Parameters
Name |
Description |
dest |
The watch‐only script to add. |
Created with MrDocs