Constructors
Declared in <chain.h>
Constructs an empty block index entry.
constexpr
CBlockIndex() = default;
» more...
Constructs a block index entry from a block header.
explicit
CBlockIndex(CBlockHeader const& block);
» more...
| Name | Description |
|---|---|
| block | The header whose version, merkle root, time, bits, and nonce are copied. |