6 #ifndef BITCOIN_POLICY_POLICY_H 7 #define BITCOIN_POLICY_POLICY_H 66 #endif // BITCOIN_POLICY_POLICY_H static const unsigned int MAX_STANDARD_TX_SIGOPS
static const unsigned int STANDARD_LOCKTIME_VERIFY_FLAGS
static const unsigned int DEFAULT_MAX_MEMPOOL_SIZE
bool IsStandardTx(const CTransaction &tx, std::string &reason)
static const unsigned int MAX_P2SH_SIGOPS
static const unsigned int DEFAULT_BLOCK_MAX_SIZE
static const unsigned int DEFAULT_BLOCK_MIN_SIZE
static const unsigned int DEFAULT_BLOCK_PRIORITY_SIZE
static const unsigned int STANDARD_SCRIPT_VERIFY_FLAGS
bool IsStandard(const CScript &scriptPubKey, txnouttype &whichType)
static const unsigned int MANDATORY_SCRIPT_VERIFY_FLAGS
bool AreInputsStandard(const CTransaction &tx, const CCoinsViewCache &mapInputs)
static const unsigned int MAX_STANDARD_TX_SIZE
static const unsigned int STANDARD_NOT_MANDATORY_VERIFY_FLAGS