PIVX Core  5.6.99
P2P Digital Currency
Functions
sapling_txdb.cpp File Reference
#include "txdb.h"
Include dependency graph for sapling_txdb.cpp:

Go to the source code of this file.

Functions

void BatchWriteNullifiers (CDBBatch &batch, CNullifiersMap &mapToUse, const char &dbChar)
 
template<typename Map , typename MapIterator , typename MapEntry , typename Tree >
void BatchWriteAnchors (CDBBatch &batch, Map &mapToUse, const char &dbChar)
 

Function Documentation

◆ BatchWriteAnchors()

template<typename Map , typename MapIterator , typename MapEntry , typename Tree >
void BatchWriteAnchors ( CDBBatch batch,
Map &  mapToUse,
const char &  dbChar 
)

Definition at line 57 of file sapling_txdb.cpp.

◆ BatchWriteNullifiers()

void BatchWriteNullifiers ( CDBBatch batch,
CNullifiersMap mapToUse,
const char &  dbChar 
)

Definition at line 37 of file sapling_txdb.cpp.