[#CPubKey-2constructor-0c] = xref:CPubKey.adoc[CPubKey]::CPubKey :relfileprefix: ../ :mrdocs: Construct a public key using begin/end iterators to byte data. == Synopsis Declared in `<pubkey.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename T> CPubKey( T const pbegin, T const pend); ---- == Parameters [cols="1,4"] |=== | Name| Description | *pbegin* | Iterator to the first byte of the serialized key. | *pend* | Iterator past the last byte of the serialized key. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#