[#wallet-KeyMap] = xref:wallet.adoc[wallet]::KeyMap :relfileprefix: ../ :mrdocs: Map from key id to its private key. == Synopsis Declared in `<wallet/scriptpubkeyman.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- using KeyMap = std::map<CKeyID, CKey>; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#