Skip to content
anatol edited this page Jul 13, 2021 · 1 revision

Env::get_HdrInfo

void get_HdrInfo(BlockHeader::Info& hdr);

Fills the structure hdr with the appropriate header info

Parameters

  • none

Return value

  • none

Notes

  • Must set hdr.m_Height before invocation
  • Halt() if the specified height is invalid

Example

Clone this wiki locally