![]() |
Bitcoin ABC 0.33.12
P2P Digital Currency
|
A TxHash is the double sha256 hash of the full transaction data. More...
#include <txid.h>
Public Member Functions | |
| TxHash () | |
| TxHash (const uint256 &b) | |
Public Member Functions inherited from uint256 | |
| constexpr | uint256 ()=default |
| constexpr | uint256 (uint8_t v) |
| constexpr | uint256 (Span< const uint8_t > vch) |
Public Member Functions inherited from base_blob< 256 > | |
| constexpr | base_blob () |
| constexpr | base_blob (uint8_t v) |
| constexpr | base_blob (Span< const uint8_t > vch) |
| constexpr bool | IsNull () const |
| constexpr void | SetNull () |
| constexpr int | Compare (const base_blob &other) const |
| std::string | GetHex () const |
| void | SetHex (const char *psz) |
| void | SetHex (const std::string &str) |
| std::string | ToString () const |
| constexpr const uint8_t * | data () const |
| constexpr uint8_t * | data () |
| constexpr uint8_t * | begin () |
| constexpr const uint8_t * | begin () const |
| constexpr uint8_t * | end () |
| constexpr const uint8_t * | end () const |
| constexpr uint64_t | GetUint64 (int pos) const |
| void | Serialize (Stream &s) const |
| void | Unserialize (Stream &s) |
Additional Inherited Members | |
Static Public Member Functions inherited from base_blob< 256 > | |
| static constexpr unsigned int | size () |
Static Public Attributes inherited from uint256 | |
| static const uint256 | ZERO |
| static const uint256 | ONE |
Protected Attributes inherited from base_blob< 256 > | |
| std::array< uint8_t, WIDTH > | m_data |
Static Protected Attributes inherited from base_blob< 256 > | |
| static constexpr int | WIDTH |