Construct a public key using begin/end iterators to byte data.
Synopsis
Declared in <pubkey.h>
template<typename T>
CPubKey(
T const pbegin,
T const pend);
Parameters
Name |
Description |
pbegin |
Iterator to the first byte of the serialized key. |
pend |
Iterator past the last byte of the serialized key. |
Created with MrDocs