Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
#include <compressor.h>
#include <consensus/consensus.h>
#include <primitives/transaction.h>
#include <serialize.h>
Include dependency graph for undo.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | TxInUndoSerializer |
Undo information for a CTxIn. More... | |
class | TxInUndoDeserializer |
class | CTxUndo |
Undo information for a CTransaction. More... | |
class | CBlockUndo |
Undo information for a CBlock. More... | |
Variables | |
static const size_t | MAX_INPUTS_PER_BLOCK = MaxBlockSize(true) / ::GetSerializeSize(CTxIn(), SER_NETWORK, PROTOCOL_VERSION) |
Variable Documentation
◆ MAX_INPUTS_PER_BLOCK
|
static |
Definition at line 63 of file undo.h.
Referenced by CTxUndo::Unserialize().