Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

blockencodings.cpp File Reference
#include <blockencodings.h>
#include <consensus/consensus.h>
#include <consensus/validation.h>
#include <chainparams.h>
#include <hash.h>
#include <random.h>
#include <streams.h>
#include <txmempool.h>
#include <validation.h>
#include <util.h>
#include <unordered_map>
+ Include dependency graph for blockencodings.cpp:

Go to the source code of this file.

Macros

#define MIN_TRANSACTION_SIZE   (::GetSerializeSize(CTransaction(), SER_NETWORK, PROTOCOL_VERSION))
 

Macro Definition Documentation

◆ MIN_TRANSACTION_SIZE

#define MIN_TRANSACTION_SIZE   (::GetSerializeSize(CTransaction(), SER_NETWORK, PROTOCOL_VERSION))

Definition at line 18 of file blockencodings.cpp.

Referenced by PartiallyDownloadedBlock::InitData().

Released under the MIT license