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

Name

Description

script_id

The script id the metadata belongs to.

metadata

The metadata to associate with the script.

Created with MrDocs