Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
undo.h
Go to the documentation of this file.
63 static const size_t MAX_INPUTS_PER_BLOCK = MaxBlockSize(true) / ::GetSerializeSize(CTxIn(), SER_NETWORK, PROTOCOL_VERSION);
wrapper for CTxOut that provides a more compact serialization
Definition: compressor.h:93
size_t GetSerializeSize(const T &t, int nType, int nVersion=0)
Definition: serialize.h:1295
uint32_t nHeight
at which height this containing transaction was included in the active block chain ...
Definition: coins.h:39
void SerializationOp(Stream &s, Operation ser_action)
Definition: undo.h:106
Definition: undo.h:39
T & REF(const T &val)
Used to bypass the rule against non-const reference to temporary where it makes sense with wrappers s...
Definition: serialize.h:50
Definition: serialize.h:160