Map from key id to its public key and encrypted private key material.

Synopsis

Declared in <wallet/scriptpubkeyman.h>

using CryptedKeyMap = std::map<CKeyID, std::pair<CPubKey, std::vector<unsigned char>>>;

Created with MrDocs