Constructors

Synopses

Declared in <pubkey.h>

Construct a null key identifier.

CKeyID();

Construct a key identifier from a 160‐bit hash.

explicit
CKeyID(uint160 const& in);

Parameters

Name

Description

in

The Hash160 value to wrap.

Created with MrDocs