BSHA3  0.17.99
P2P Blockchain, based on Bitcoin
Functions
script.cpp File Reference
#include <script/script.h>
#include <tinyformat.h>
#include <utilstrencodings.h>
Include dependency graph for script.cpp:

Go to the source code of this file.

Functions

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

Function Documentation

◆ GetOpName()

const char* GetOpName ( opcodetype  opcode)

Definition at line 11 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 279 of file script.cpp.

Here is the caller graph for this function: