Bitcoin Core  22.99.0
P2P Digital Currency
Functions
script.cpp File Reference
#include <script/script.h>
#include <util/strencodings.h>
#include <string>
Include dependency graph for script.cpp:

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...
 

Function Documentation

◆ GetOpName()

std::string GetOpName ( opcodetype  opcode)

Definition at line 12 of file script.cpp.

Here is the caller graph for this function:

◆ GetScriptOp()

bool GetScriptOp ( CScriptBase::const_iterator pc,
CScriptBase::const_iterator  end,
opcodetype opcodeRet,
std::vector< unsigned char > *  pvchRet 
)

Definition at line 283 of file script.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ IsOpSuccess()

bool IsOpSuccess ( const opcodetype opcode)

Test for OP_SUCCESSx opcodes as defined by BIP342.

Definition at line 335 of file script.cpp.

Here is the caller graph for this function: