![]() |
Fabcoin Core
0.16.2
P2P Digital Currency
|
A reference to a CScript: the Hash160 of its serialization (see script.h) More...
#include <standard.h>
Public Member Functions | |
| CScriptID () | |
| CScriptID (const CScript &in) | |
| CScriptID (const uint160 &in) | |
Public Member Functions inherited from uint160 | |
| uint160 () | |
| uint160 (const base_blob< 160 > &b) | |
| uint160 (const std::vector< unsigned char > &vch) | |
Public Member Functions inherited from base_blob< 160 > | |
| base_blob () | |
| base_blob (const std::vector< unsigned char > &vch) | |
| bool | IsNull () const |
| void | SetNull () |
| int | Compare (const base_blob &other) const |
| std::string | GetHex () const |
| std::string | GetReverseHex () const |
| void | SetHex (const char *psz) |
| void | SetHex (const std::string &str) |
| void | SetReverseHex (const char *psz) |
| void | SetReverseHex (const std::string &str) |
| std::string | ToString () const |
| unsigned char * | begin () |
| const unsigned char * | begin () const |
| unsigned char * | end () |
| const unsigned char * | end () const |
| unsigned int | size () const |
| uint64_t | GetUint64 (int pos) const |
| void | Serialize (Stream &s) const |
| void | Unserialize (Stream &s) |
Additional Inherited Members | |
Protected Types inherited from base_blob< 160 > | |
| enum | |
Protected Attributes inherited from base_blob< 160 > | |
| uint8_t | data [WIDTH] |
A reference to a CScript: the Hash160 of its serialization (see script.h)
Definition at line 28 of file standard.h.
|
inline |
| CScriptID::CScriptID | ( | const CScript & | in | ) |
Definition at line 23 of file standard.cpp.
|
inline |
Definition at line 33 of file standard.h.
1.8.11