![]() |
Bitcoin Core 30.99.0
P2P Digital Currency
|
#include <bitcoinkernel_wrapper.h>
Public Member Functions | |
| BlockHeader (std::span< const std::byte > raw_header) | |
| BlockHeader (const BlockHeaderView &view) | |
| BlockHeader (btck_BlockHeader *header) | |
Public Member Functions inherited from btck::Handle< btck_BlockHeader, btck_block_header_copy, btck_block_header_destroy > | |
| Handle (btck_BlockHeader *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_BlockHeader * | get () |
| const btck_BlockHeader * | get () const |
Public Member Functions inherited from btck::BlockHeaderApi< BlockHeader > | |
| BlockHash | Hash () const |
| BlockHashView | PrevHash () const |
| uint32_t | Timestamp () const |
| uint32_t | Bits () const |
| int32_t | Version () const |
| uint32_t | Nonce () const |
Additional Inherited Members | |
Protected Attributes inherited from btck::Handle< btck_BlockHeader, btck_block_header_copy, btck_block_header_destroy > | |
| btck_BlockHeader * | m_ptr |
Definition at line 757 of file bitcoinkernel_wrapper.h.
|
inlineexplicit |
Definition at line 760 of file bitcoinkernel_wrapper.h.
|
inline |
Definition at line 763 of file bitcoinkernel_wrapper.h.
|
inline |
Definition at line 766 of file bitcoinkernel_wrapper.h.