CPubKey::IsValidNonHybrid

Check if a public key is a syntactically valid compressed or uncompressed key.

Synopsis

Declared in <pubkey.h>

bool
IsValidNonHybrid() const noexcept;

Return Value

true if the key is a syntactically valid compressed or uncompressed key.