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