![]() |
Bitcoin ABC
0.22.13
P2P Digital Currency
|
#include <script/script.h>
#include <script/script_flags.h>
#include <util/strencodings.h>
#include <algorithm>
Go to the source code of this file.
Functions | |
const char * | GetOpName (opcodetype opcode) |
bool | CheckMinimalPush (const std::vector< uint8_t > &data, opcodetype opcode) |
Check whether the given stack element data would be minimally pushed using the given opcode. More... | |
bool | GetScriptOp (CScriptBase::const_iterator &pc, CScriptBase::const_iterator end, opcodetype &opcodeRet, std::vector< uint8_t > *pvchRet) |
bool CheckMinimalPush | ( | const std::vector< uint8_t > & | data, |
opcodetype | opcode | ||
) |
Check whether the given stack element data would be minimally pushed using the given opcode.
Definition at line 267 of file script.cpp.
const char* GetOpName | ( | opcodetype | opcode | ) |
bool GetScriptOp | ( | CScriptBase::const_iterator & | pc, |
CScriptBase::const_iterator | end, | ||
opcodetype & | opcodeRet, | ||
std::vector< uint8_t > * | pvchRet | ||
) |
Definition at line 446 of file script.cpp.