wallet::LegacyDataSPKM::LoadWatchOnly

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

NameDescription
destThe watch-only script to add.