Go to the source code of this file.
|
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) |
|
CScript MakeCoinbaseWithAux |
( |
unsigned int |
nBits, |
|
|
unsigned int |
nExtraNonce, |
|
|
std::vector< unsigned char > & |
vchAux |
|
) |
| |
template<typename Stream >
template<typename Stream >
int ReadWriteAuxPow |
( |
Stream & |
s, |
|
|
const boost::shared_ptr< CAuxPow > & |
auxpow, |
|
|
int |
nType, |
|
|
int |
nVersion, |
|
|
CSerActionSerialize |
ser_action |
|
) |
| |
template<typename Stream >
void RemoveMergedMiningHeader |
( |
std::vector< unsigned char > & |
vchAux | ) |
|