Owning wrapper over a btck_BlockHeader.
Synopsis
Declared in <kernel/bitcoinkernel_wrapper.h>
Base Classes
Name |
Description |
Owning RAII handle for a copyable C object of type |
|
CRTP mixin adding block‐header accessors shared by the view and owning types. |
Member Functions
Name |
Description |
|
Constructors |
Assignment operators |
|
Returns the compact difficulty target. |
|
Returns the hash of this header's block. |
|
Returns the proof‐of‐work nonce. |
|
Returns the hash of the previous block. |
|
Returns the header timestamp. |
|
Serializes the header to its 80‐byte form. |
|
Returns the block version. |
|
Returns the owned C handle. |
Protected Data Members
Name |
Description |
The owned C handle. |
Created with MrDocs