Loads metadata for a watch-only script (used by LoadWallet).
Declared in <wallet/scriptpubkeyman.h>
virtual
void
LoadScriptMetadata(
CScriptID const& script_id,
CKeyMetadata const& metadata);
| Name | Description |
|---|---|
| script_id | The script id the metadata belongs to. |
| metadata | The metadata to associate with the script. |