![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#include <pubkey.h>
Public Member Functions | |
ECCVerifyHandle () | |
~ECCVerifyHandle () | |
Static Private Attributes | |
static int | refcount = 0 |
Users of this module must hold an ECCVerifyHandle. The constructor and destructor of these are not allowed to run in parallel, though.
ECCVerifyHandle::ECCVerifyHandle | ( | ) |
Definition at line 285 of file pubkey.cpp.
ECCVerifyHandle::~ECCVerifyHandle | ( | ) |
Definition at line 295 of file pubkey.cpp.
|
staticprivate |
Definition at line 241 of file pubkey.h.
Referenced by ECCVerifyHandle(), and ~ECCVerifyHandle().