Map from key id to its private key.

Synopsis

Declared in <wallet/scriptpubkeyman.h>

using KeyMap = std::map<CKeyID, CKey>;

Created with MrDocs