wallet::LegacyDataSPKM::LoadScriptMetadata

Loads metadata for a watch-only script (used by LoadWallet).

Synopsis

Declared in <wallet/scriptpubkeyman.h>

virtual
void
LoadScriptMetadata(
    CScriptID const& script_id,
    CKeyMetadata const& metadata);

Parameters

NameDescription
script_idThe script id the metadata belongs to.
metadataThe metadata to associate with the script.