![]() |
Bitcoin Core 31.1.0
P2P Digital Currency
|
Go to the source code of this file.
Functions | |
| bool | IsValidFlagCombination (script_verify_flags flags) |
| Flags that are not forbidden by an assert in script validation. | |
Variables | |
| static const std::vector< uint8_t > | WITNESS_STACK_ELEM_OP_TRUE {uint8_t{OP_TRUE}} |
| static const CScript | P2WSH_OP_TRUE |
| static const std::vector< uint8_t > | EMPTY {} |
| static const CScript | P2WSH_EMPTY |
| static const std::vector< std::vector< uint8_t > > | P2WSH_EMPTY_TRUE_STACK {{static_cast<uint8_t>(OP_TRUE)}, {}} |
| static const std::vector< std::vector< uint8_t > > | P2WSH_EMPTY_TWO_STACK {{static_cast<uint8_t>(OP_2)}, {}} |
| bool IsValidFlagCombination | ( | script_verify_flags | flags | ) |
Flags that are not forbidden by an assert in script validation.
Definition at line 8 of file script.cpp.
|
static |
|
static |
|
static |
|
static |