Bitcoin Core 28.99.0
P2P Digital Currency
|
#include <script/script.h>
#include <crypto/common.h>
#include <crypto/hex_base.h>
#include <hash.h>
#include <uint256.h>
#include <util/hash_type.h>
#include <string>
Go to the source code of this file.
Functions | |
std::string | GetOpName (opcodetype opcode) |
bool | GetScriptOp (CScriptBase::const_iterator &pc, CScriptBase::const_iterator end, opcodetype &opcodeRet, std::vector< unsigned char > *pvchRet) |
bool | IsOpSuccess (const opcodetype &opcode) |
Test for OP_SUCCESSx opcodes as defined by BIP342. More... | |
bool | CheckMinimalPush (const std::vector< unsigned char > &data, opcodetype opcode) |
bool CheckMinimalPush | ( | const std::vector< unsigned char > & | data, |
opcodetype | opcode | ||
) |
Definition at line 366 of file script.cpp.
std::string GetOpName | ( | opcodetype | opcode | ) |
bool GetScriptOp | ( | CScriptBase::const_iterator & | pc, |
CScriptBase::const_iterator | end, | ||
opcodetype & | opcodeRet, | ||
std::vector< unsigned char > * | pvchRet | ||
) |
Definition at line 306 of file script.cpp.
bool IsOpSuccess | ( | const opcodetype & | opcode | ) |
Test for OP_SUCCESSx opcodes as defined by BIP342.
Definition at line 358 of file script.cpp.