|
| CScript () |
|
| 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 (signed char b) |
|
| CScript (short b) |
|
| CScript (int b) |
|
| CScript (long b) |
|
| CScript (int64 b) |
|
| CScript (unsigned char b) |
|
| CScript (unsigned int b) |
|
| CScript (unsigned short b) |
|
| CScript (unsigned long b) |
|
| CScript (uint64 b) |
|
| CScript (opcodetype b) |
|
| CScript (const uint256 &b) |
|
| CScript (const CBigNum &b) |
|
| CScript (const std::vector< unsigned char > &b) |
|
CScript & | operator<< (signed char b) |
|
CScript & | operator<< (short b) |
|
CScript & | operator<< (int b) |
|
CScript & | operator<< (long b) |
|
CScript & | operator<< (int64 b) |
|
CScript & | operator<< (unsigned char b) |
|
CScript & | operator<< (unsigned int b) |
|
CScript & | operator<< (unsigned short b) |
|
CScript & | operator<< (unsigned long b) |
|
CScript & | operator<< (uint64 b) |
|
CScript & | operator<< (opcodetype opcode) |
|
CScript & | operator<< (const uint160 &b) |
|
CScript & | operator<< (const uint256 &b) |
|
CScript & | operator<< (const CPubKey &key) |
|
CScript & | operator<< (const CBigNum &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 |
|
void | SetDestination (const CTxDestination &address) |
|
void | SetMultisig (int nRequired, const std::vector< CPubKey > &keys) |
|
void | PrintHex () const |
|
std::string | ToString () const |
|
void | print () const |
|
CScriptID | GetID () const |
|
Serialized script, used inside transaction inputs and outputs.
Definition at line 244 of file script.h.