Constructs a block hash from raw 32‐byte data.

Synopsis

Declared in <kernel/bitcoinkernel_wrapper.h>

explicit
BlockHash(std::array<std::byte, 32> const& hash);

Parameters

Name

Description

hash

The 32‐byte hash value.

Created with MrDocs