Non‐owning view over a btck_BlockHash.
Synopsis
Declared in <kernel/bitcoinkernel_wrapper.h>
class BlockHashView
: public View<btck_BlockHash>
, public BlockHashApi<BlockHashView>
Base Classes
Name |
Description |
Non‐owning view over a const C handle of type |
|
CRTP mixin adding block‐hash operations shared by the view and owning types. |
Member Functions
Name |
Description |
|
Constructs a view over |
Returns the raw 32‐byte block hash. |
|
Returns the borrowed C handle. |
|
Compares two block hashes for equality. |
|
Compares two block hashes for inequality. |
Protected Data Members
Name |
Description |
The borrowed C handle. |
Created with MrDocs