![]() |
Bitcoin Core 30.99.0
P2P Digital Currency
|
A reference to a CScript: the Hash160 of its serialization. More...
#include <script.h>
Public Member Functions | |
| CScriptID () | |
| CScriptID (const CScript &in) | |
| CScriptID (const uint160 &in) | |
Public Member Functions inherited from BaseHash< uint160 > | |
| BaseHash () | |
| BaseHash (const uint160 &in) | |
| unsigned char * | begin () |
| const unsigned char * | begin () const |
| unsigned char * | end () |
| const unsigned char * | end () const |
| operator std::vector< unsigned char > () const | |
| std::string | ToString () const |
| bool | operator== (const BaseHash< uint160 > &other) const noexcept |
| bool | operator!= (const BaseHash< uint160 > &other) const noexcept |
| bool | operator< (const BaseHash< uint160 > &other) const noexcept |
| size_t | size () const |
| unsigned char * | data () |
| const unsigned char * | data () const |
Additional Inherited Members | |
Protected Attributes inherited from BaseHash< uint160 > | |
| uint160 | m_hash |
A reference to a CScript: the Hash160 of its serialization.
|
explicit |
Definition at line 16 of file script.cpp.