6 #ifndef BITCOIN_CONSENSUS_CONSENSUS_H 7 #define BITCOIN_CONSENSUS_CONSENSUS_H 32 #endif // BITCOIN_CONSENSUS_CONSENSUS_H static constexpr unsigned int LOCKTIME_VERIFY_SEQUENCE
Definition: consensus.h:28
static const int WITNESS_SCALE_FACTOR
Definition: consensus.h:21
static const int COINBASE_MATURITY
Definition: consensus.h:19
static const int64_t MAX_BLOCK_SIGOPS_COST
Definition: consensus.h:17
static const unsigned int MAX_BLOCK_WEIGHT
Definition: consensus.h:15
static constexpr unsigned int LOCKTIME_MEDIAN_TIME_PAST
Definition: consensus.h:30
static const size_t MIN_SERIALIZABLE_TRANSACTION_WEIGHT
Definition: consensus.h:24
static const size_t MIN_TRANSACTION_WEIGHT
Definition: consensus.h:23
signed long long int64_t
Definition: stdint.h:18
static const unsigned int MAX_BLOCK_SERIALIZED_SIZE
Definition: consensus.h:13