Go to the source code of this file.
◆ IsValidFlagCombination()
bool IsValidFlagCombination |
( |
unsigned |
flags | ) |
|
Flags that are not forbidden by an assert in script validation.
Definition at line 8 of file script.cpp.
◆ EMPTY
const std::vector<uint8_t> EMPTY {} |
|
static |
◆ P2WSH_EMPTY
Initial value:{
return hash;
}())}
A hasher class for SHA-256.
void Finalize(unsigned char hash[OUTPUT_SIZE])
CSHA256 & Write(const unsigned char *data, size_t len)
Serialized script, used inside transaction inputs and outputs.
constexpr unsigned char * begin()
std::vector< unsigned char > ToByteVector(const T &in)
static const std::vector< uint8_t > EMPTY
Definition at line 22 of file script.h.
◆ P2WSH_EMPTY_TRUE_STACK
const std::vector<std::vector<uint8_t> > P2WSH_EMPTY_TRUE_STACK {{static_cast<uint8_t>(OP_TRUE)}, {}} |
|
static |
◆ P2WSH_EMPTY_TWO_STACK
const std::vector<std::vector<uint8_t> > P2WSH_EMPTY_TWO_STACK {{static_cast<uint8_t>(OP_2)}, {}} |
|
static |
◆ P2WSH_OP_TRUE
Initial value:{
return hash;
}())}
static const std::vector< uint8_t > WITNESS_STACK_ELEM_OP_TRUE
Definition at line 12 of file script.h.
◆ WITNESS_STACK_ELEM_OP_TRUE
const std::vector<uint8_t> WITNESS_STACK_ELEM_OP_TRUE {uint8_t{OP_TRUE}} |
|
static |