Dash Core  0.12.2.1
P2P Digital Currency
CKeyHolderStorage Class Reference

#include <privatesend-util.h>

Public Member Functions

const CKeyHolderAddKey (CWallet *pwalletIn)
 
void KeepAll ()
 
void ReturnAll ()
 

Private Attributes

std::vector< std::unique_ptr< CKeyHolder > > storage
 

Detailed Description

Definition at line 26 of file privatesend-util.h.

Member Function Documentation

◆ AddKey()

const CKeyHolder & CKeyHolderStorage::AddKey ( CWallet pwalletIn)

◆ KeepAll()

void CKeyHolderStorage::KeepAll ( )

◆ ReturnAll()

Member Data Documentation

◆ storage

std::vector<std::unique_ptr<CKeyHolder> > CKeyHolderStorage::storage
private

Definition at line 29 of file privatesend-util.h.

Referenced by AddKey(), KeepAll(), and ReturnAll().


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