|
| CScript (const CScript &b) |
|
| CScript (const_iterator pbegin, const_iterator pend) |
|
| CScript (const unsigned char *pbegin, const unsigned char *pend) |
|
CScript & | operator+= (const CScript &b) |
|
| CScript (int64_t b) |
|
| CScript (opcodetype b) |
|
| CScript (const CScriptNum &b) |
|
| CScript (const std::vector< unsigned char > &b) |
|
CScript & | operator<< (int64_t b) |
|
CScript & | operator<< (opcodetype opcode) |
|
CScript & | operator<< (const CScriptNum &b) |
|
CScript & | operator<< (const std::vector< unsigned char > &b) |
|
CScript & | operator<< (const CScript &b) |
|
bool | GetOp (iterator &pc, opcodetype &opcodeRet, std::vector< unsigned char > &vchRet) |
|
bool | GetOp (iterator &pc, opcodetype &opcodeRet) |
|
bool | GetOp (const_iterator &pc, opcodetype &opcodeRet, std::vector< unsigned char > &vchRet) const |
|
bool | GetOp (const_iterator &pc, opcodetype &opcodeRet) const |
|
bool | GetOp2 (const_iterator &pc, opcodetype &opcodeRet, std::vector< unsigned char > *pvchRet) const |
|
int | FindAndDelete (const CScript &b) |
|
int | Find (opcodetype op) const |
|
unsigned int | GetSigOpCount (bool fAccurate) const |
|
unsigned int | GetSigOpCount (const CScript &scriptSig) const |
|
bool | IsPayToScriptHash () const |
|
bool | IsPushOnly () const |
|
bool | HasSmallIntegerInTheBeginning () const |
|
bool | IsUnspendable () const |
|
std::string | ToString () const |
|
CScript | RemoveOpDrops () const |
|
void | clear () |
|
Serialized script, used inside transaction inputs and outputs