Map from key id to its public key and encrypted private key material.
Declared in <wallet/scriptpubkeyman.h>
<wallet/scriptpubkeyman.h>
using CryptedKeyMap = std::map<CKeyID, std::pair<CPubKey, std::vector<unsigned char>>>;