Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
btck::BlockHash Class Reference

#include <bitcoinkernel_wrapper.h>

Inheritance diagram for btck::BlockHash:
[legend]
Collaboration diagram for btck::BlockHash:
[legend]

Public Member Functions

 BlockHash (const std::array< std::byte, 32 > &hash)
 BlockHash (btck_BlockHash *hash)
 BlockHash (const BlockHashView &view)
Public Member Functions inherited from btck::Handle< btck_BlockHash, btck_block_hash_copy, btck_block_hash_destroy >
 Handle (btck_BlockHash *ptr)
Handleoperator= (const Handle &other)
 ~Handle ()
btck_BlockHashget ()
Public Member Functions inherited from btck::BlockHashApi< BlockHash >
bool operator== (const BlockHash &other) const
bool operator!= (const BlockHash &other) const
std::array< std::byte, 32 > ToBytes () const

Additional Inherited Members

Protected Attributes inherited from btck::Handle< btck_BlockHash, btck_block_hash_copy, btck_block_hash_destroy >
btck_BlockHashm_ptr

Detailed Description

Definition at line 694 of file bitcoinkernel_wrapper.h.

Constructor & Destructor Documentation

◆ BlockHash() [1/3]

btck::BlockHash::BlockHash ( const std::array< std::byte, 32 > & hash)
inlineexplicit

Definition at line 697 of file bitcoinkernel_wrapper.h.

Here is the call graph for this function:

◆ BlockHash() [2/3]

btck::BlockHash::BlockHash ( btck_BlockHash * hash)
inlineexplicit

Definition at line 700 of file bitcoinkernel_wrapper.h.

Here is the call graph for this function:

◆ BlockHash() [3/3]

btck::BlockHash::BlockHash ( const BlockHashView & view)
inline

Definition at line 703 of file bitcoinkernel_wrapper.h.

Here is the call graph for this function:

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