Bitcoin
Functions
script.cpp File Reference
#include <script/script.h>
#include <util/strencodings.h>

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)

◆ GetScriptOp()

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