6 #ifndef BITCOIN_CONSENSUS_CONSENSUS_H 7 #define BITCOIN_CONSENSUS_CONSENSUS_H 30 #endif // BITCOIN_CONSENSUS_CONSENSUS_H static constexpr unsigned int LOCKTIME_VERIFY_SEQUENCE
Flags for nSequence and nLockTime locks.
static const int WITNESS_SCALE_FACTOR
static const int COINBASE_MATURITY
Coinbase transaction outputs can only be spent after this number of new blocks (network rule) ...
static const int64_t MAX_BLOCK_SIGOPS_COST
The maximum allowed number of signature check operations in a block (network rule) ...
static const unsigned int MAX_BLOCK_WEIGHT
The maximum allowed weight for a block, see BIP 141 (network rule)
static const size_t MIN_SERIALIZABLE_TRANSACTION_WEIGHT
static const size_t MIN_TRANSACTION_WEIGHT
static const unsigned int MAX_BLOCK_SERIALIZED_SIZE
The maximum allowed size for a serialized block, in bytes (only for buffer size limits) ...