CPubKey::Unserialize

Deserialize the public key from a stream, as if it were a byte vector.

Synopsis

Declared in <pubkey.h>

template<typename Stream>
void
Unserialize(Stream& s);

Parameters

NameDescription
sThe input stream to read from.