CRTP mixin adding block‐header accessors shared by the view and owning types.
Synopsis
Declared in <kernel/bitcoinkernel_wrapper.h>
template<typename Derived>
class BlockHeaderApi;
Member Functions
Name |
Description |
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. |
Friends
Name |
Description |
|
Derived Classes
Name |
Description |
Owning wrapper over a |
|
Non‐owning view over a |
Created with MrDocs