[#wallet-LegacyDataSPKM-m_script_metadata] = xref:wallet.adoc[wallet]::xref:wallet/LegacyDataSPKM.adoc[LegacyDataSPKM]::m_script_metadata :relfileprefix: ../../ :mrdocs: Map from Script ID to key metadata (for watch‐only keys). == Synopsis Declared in `<wallet/scriptpubkeyman.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[guarded_by(0x7f2e1db0d888), guarded_by(0x7f2e1101bb18), guarded_by(0x7f2e15d52b38), guarded_by(0x7f2e235918d8), guarded_by(0x7f2e26474508), guarded_by(0x7f2e2276ee48)]] std::map<CScriptID, CKeyMetadata> m_script_metadata; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#