CRTP mixin adding block‐hash operations shared by the view and owning types.
Synopsis
Declared in <kernel/bitcoinkernel_wrapper.h>
template<typename Derived>
class BlockHashApi;
Member Functions
Name |
Description |
Returns the raw 32‐byte block hash. |
|
Compares two block hashes for equality. |
|
Compares two block hashes for inequality. |
Derived Classes
Name |
Description |
Owning wrapper over a |
|
Non‐owning view over a |
Created with MrDocs