Constructs a block index entry from a block header.
Synopsis
Declared in <chain.h>
explicit
CBlockIndex(CBlockHeader const& block);
Parameters
Name |
Description |
block |
The header whose version, merkle root, time, bits, and nonce are copied. |
Created with MrDocs