Dash Core  0.12.2.1
P2P Digital Currency
ECCVerifyHandle Class Reference

#include <pubkey.h>

Public Member Functions

 ECCVerifyHandle ()
 
 ~ECCVerifyHandle ()
 

Static Private Attributes

static int refcount = 0
 

Detailed Description

Users of this module must hold an ECCVerifyHandle. The constructor and destructor of these are not allowed to run in parallel, though.

Definition at line 239 of file pubkey.h.

Constructor & Destructor Documentation

◆ ECCVerifyHandle()

ECCVerifyHandle::ECCVerifyHandle ( )

Definition at line 285 of file pubkey.cpp.

◆ ~ECCVerifyHandle()

ECCVerifyHandle::~ECCVerifyHandle ( )

Definition at line 295 of file pubkey.cpp.

Member Data Documentation

◆ refcount

int ECCVerifyHandle::refcount = 0
staticprivate

Definition at line 241 of file pubkey.h.

Referenced by ECCVerifyHandle(), and ~ECCVerifyHandle().


The documentation for this class was generated from the following files: