Anoncoin  0.9.4
P2P Digital Currency
Classes | Functions
auxpow.h File Reference
#include "main.h"
Include dependency graph for auxpow.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CAuxPow
 

Functions

template<typename Stream >
int ReadWriteAuxPow (Stream &s, const boost::shared_ptr< CAuxPow > &auxpow, int nType, int nVersion, CSerActionGetSerializeSize ser_action)
 
template<typename Stream >
int ReadWriteAuxPow (Stream &s, const boost::shared_ptr< CAuxPow > &auxpow, int nType, int nVersion, CSerActionSerialize ser_action)
 
template<typename Stream >
int ReadWriteAuxPow (Stream &s, boost::shared_ptr< CAuxPow > &auxpow, int nType, int nVersion, CSerActionUnserialize ser_action)
 
void RemoveMergedMiningHeader (std::vector< unsigned char > &vchAux)
 
CScript MakeCoinbaseWithAux (unsigned int nBits, unsigned int nExtraNonce, std::vector< unsigned char > &vchAux)
 

Function Documentation

CScript MakeCoinbaseWithAux ( unsigned int  nBits,
unsigned int  nExtraNonce,
std::vector< unsigned char > &  vchAux 
)

Definition at line 105 of file auxpow.cpp.

Here is the caller graph for this function:

template<typename Stream >
int ReadWriteAuxPow ( Stream &  s,
const boost::shared_ptr< CAuxPow > &  auxpow,
int  nType,
int  nVersion,
CSerActionGetSerializeSize  ser_action 
)

Definition at line 48 of file auxpow.h.

Here is the call graph for this function:

template<typename Stream >
int ReadWriteAuxPow ( Stream &  s,
const boost::shared_ptr< CAuxPow > &  auxpow,
int  nType,
int  nVersion,
CSerActionSerialize  ser_action 
)

Definition at line 58 of file auxpow.h.

Here is the call graph for this function:

template<typename Stream >
int ReadWriteAuxPow ( Stream &  s,
boost::shared_ptr< CAuxPow > &  auxpow,
int  nType,
int  nVersion,
CSerActionUnserialize  ser_action 
)

Definition at line 68 of file auxpow.h.

Here is the call graph for this function:

void RemoveMergedMiningHeader ( std::vector< unsigned char > &  vchAux)

Definition at line 14 of file auxpow.cpp.