Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ GetHeader
Method
GetHeader
src/kernel/bitcoinkernel_wrapper.h:857–860 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
855
}
856
857
BlockHeader GetHeader() const
858
{
859
return BlockHeader{btck_block_get_header(get())};
860
}
861
862
std::vector<std::byte> ToBytes() const
863
{
Callers
3
FUZZ_TARGET
Function · 0.45
BOOST_AUTO_TEST_CASE
Function · 0.45
chainman_mainnet_validation_test
Function · 0.45
Calls
2
btck_block_get_header
Function · 0.85
get
Function · 0.85
Tested by
3
FUZZ_TARGET
Function · 0.36
BOOST_AUTO_TEST_CASE
Function · 0.36
chainman_mainnet_validation_test
Function · 0.36