@@ -50,23 +50,23 @@ class BC_API script
5050
5151 // / Determine if the flag is enabled in the active flags set.
5252 static constexpr bool is_enabled (uint32_t active_flags, flags flag) NOEXCEPT;
53- static VCONSTEXPR bool is_push_only_pattern (const operations& ops) NOEXCEPT;
54- static VCONSTEXPR bool is_relaxed_push_pattern (const operations& ops) NOEXCEPT;
55- static VCONSTEXPR bool is_commitment_pattern (const operations& ops) NOEXCEPT;
56- static VCONSTEXPR bool is_witness_program_pattern (const operations& ops) NOEXCEPT;
57- static VCONSTEXPR bool is_pay_null_data_pattern (const operations& ops) NOEXCEPT;
58- static VCONSTEXPR bool is_pay_op_return_pattern (const operations& ops) NOEXCEPT;
59- static VCONSTEXPR bool is_pay_multisig_pattern (const operations& ops) NOEXCEPT;
60- static VCONSTEXPR bool is_pay_public_key_pattern (const operations& ops) NOEXCEPT;
61- static VCONSTEXPR bool is_pay_key_hash_pattern (const operations& ops) NOEXCEPT;
62- static VCONSTEXPR bool is_pay_script_hash_pattern (const operations& ops) NOEXCEPT;
63- static VCONSTEXPR bool is_pay_witness_pattern (const operations& ops) NOEXCEPT;
64- static VCONSTEXPR bool is_pay_witness_key_hash_pattern (const operations& ops) NOEXCEPT;
65- static VCONSTEXPR bool is_pay_witness_script_hash_pattern (const operations& ops) NOEXCEPT;
66- static VCONSTEXPR bool is_sign_multisig_pattern (const operations& ops) NOEXCEPT;
67- static VCONSTEXPR bool is_sign_public_key_pattern (const operations& ops) NOEXCEPT;
68- static VCONSTEXPR bool is_sign_key_hash_pattern (const operations& ops) NOEXCEPT;
69- static VCONSTEXPR bool is_sign_script_hash_pattern (const operations& ops) NOEXCEPT;
53+ static constexpr bool is_push_only_pattern (const operations& ops) NOEXCEPT;
54+ static constexpr bool is_relaxed_push_pattern (const operations& ops) NOEXCEPT;
55+ static constexpr bool is_commitment_pattern (const operations& ops) NOEXCEPT;
56+ static constexpr bool is_witness_program_pattern (const operations& ops) NOEXCEPT;
57+ static constexpr bool is_pay_null_data_pattern (const operations& ops) NOEXCEPT;
58+ static constexpr bool is_pay_op_return_pattern (const operations& ops) NOEXCEPT;
59+ static constexpr bool is_pay_multisig_pattern (const operations& ops) NOEXCEPT;
60+ static constexpr bool is_pay_public_key_pattern (const operations& ops) NOEXCEPT;
61+ static constexpr bool is_pay_key_hash_pattern (const operations& ops) NOEXCEPT;
62+ static constexpr bool is_pay_script_hash_pattern (const operations& ops) NOEXCEPT;
63+ static constexpr bool is_pay_witness_pattern (const operations& ops) NOEXCEPT;
64+ static constexpr bool is_pay_witness_key_hash_pattern (const operations& ops) NOEXCEPT;
65+ static constexpr bool is_pay_witness_script_hash_pattern (const operations& ops) NOEXCEPT;
66+ static constexpr bool is_sign_multisig_pattern (const operations& ops) NOEXCEPT;
67+ static constexpr bool is_sign_public_key_pattern (const operations& ops) NOEXCEPT;
68+ static constexpr bool is_sign_key_hash_pattern (const operations& ops) NOEXCEPT;
69+ static constexpr bool is_sign_script_hash_pattern (const operations& ops) NOEXCEPT;
7070 static bool is_coinbase_pattern (const operations& ops, size_t height) NOEXCEPT;
7171
7272 static inline operations to_pay_null_data_pattern (
0 commit comments