Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
CScriptID Class Reference

A reference to a CScript: the Hash160 of its serialization. More...

#include <script.h>

Inheritance diagram for CScriptID:
[legend]
Collaboration diagram for CScriptID:
[legend]

Public Member Functions

 CScriptID ()
 CScriptID (const CScript &in)
 CScriptID (const uint160 &in)
Public Member Functions inherited from BaseHash< uint160 >
 BaseHash ()
unsigned char * begin ()
unsigned char * end ()
 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
size_t size () const
unsigned char * data ()

Additional Inherited Members

Protected Attributes inherited from BaseHash< uint160 >
uint160 m_hash

Detailed Description

A reference to a CScript: the Hash160 of its serialization.

Definition at line 593 of file script.h.

Constructor & Destructor Documentation

◆ CScriptID() [1/3]

CScriptID::CScriptID ( )
inline

Definition at line 596 of file script.h.

Here is the call graph for this function:

◆ CScriptID() [2/3]

CScriptID::CScriptID ( const CScript & in)
explicit

Definition at line 16 of file script.cpp.

Here is the call graph for this function:

◆ CScriptID() [3/3]

CScriptID::CScriptID ( const uint160 & in)
inlineexplicit

Definition at line 598 of file script.h.

Here is the call graph for this function:

The documentation for this class was generated from the following files: