[#wallet-LegacyDataSPKM-AddInactiveHDChain] = xref:wallet.adoc[wallet]::xref:wallet/LegacyDataSPKM.adoc[LegacyDataSPKM]::AddInactiveHDChain :relfileprefix: ../../ :mrdocs: Stores an inactive HD chain, keyed by its seed id. == Synopsis Declared in `<wallet/scriptpubkeyman.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void AddInactiveHDChain(xref:wallet/CHDChain.adoc[CHDChain] const& chain); ---- == Parameters [cols="1,4"] |=== | Name| Description | *chain* | The inactive HD chain to store. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#