Constructs a BlockInfo referring to the given block hash.

Synopsis

Declared in <kernel/chain.h>

BlockInfo(uint256 const& hash);

Parameters

Name

Description

hash

Hash of the block this info describes.

Created with MrDocs