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