Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
consensus.h
Go to the documentation of this file.
static constexpr unsigned int LOCKTIME_VERIFY_SEQUENCE
Flags for nSequence and nLockTime locks.
Definition: consensus.h:28
static const int COINBASE_MATURITY
Coinbase transaction outputs can only be spent after this number of new blocks (network rule) ...
Definition: consensus.h:24
static constexpr unsigned int LOCKTIME_MEDIAN_TIME_PAST
Use GetMedianTimePast() instead of nTime for end point timestamp.
Definition: consensus.h:30
static const unsigned int MAX_LEGACY_BLOCK_SIZE
The maximum allowed size for a serialized block, in bytes (network rule)
Definition: consensus.h:10
unsigned int MaxBlockSigOps(bool fDIP0001Active)
The maximum allowed number of signature check operations in a block (network rule) ...
Definition: consensus.h:17
static const unsigned int MAX_TX_EXTRA_PAYLOAD
The maximum allowed size of version 3 extra payload.
Definition: consensus.h:22