[#KeyFingerprint] = KeyFingerprint :mrdocs: The first four bytes of a key identifier, used as a BIP32 parent fingerprint. == Synopsis Declared in `<pubkey.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- using KeyFingerprint = std::array<unsigned char, 4>; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#