![]() |
Bitcoin Core 30.99.0
P2P Digital Currency
|
#include <bitcoinkernel_wrapper.h>
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) | |
| Handle (const Handle &other) | |
| Handle (Handle &&other) noexcept | |
| Handle (const ViewType &view) | |
| Handle & | operator= (const Handle &other) |
| Handle & | operator= (Handle &&other) noexcept |
| ~Handle () | |
| btck_BlockHash * | get () |
| const btck_BlockHash * | get () const |
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_BlockHash * | m_ptr |
Definition at line 691 of file bitcoinkernel_wrapper.h.
|
inlineexplicit |
Definition at line 694 of file bitcoinkernel_wrapper.h.
|
inlineexplicit |
Definition at line 697 of file bitcoinkernel_wrapper.h.
|
inline |
Definition at line 700 of file bitcoinkernel_wrapper.h.