Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ GetHash
Method
GetHash
src/primitives/block.cpp:21–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
}
20
21
uint256 CBlockHeader::GetHash() const
22
{
23
return SerializeHash(*this);
24
}
25
26
std::string CBlock::ToString() const
27
{
Callers
15
IsRBFOptIn
Function · 0.45
GetEntriesForConflicts
Function · 0.45
HasNoNewUnconfirmed
Function · 0.45
EntriesAndTxidsDisjoint
Function · 0.45
CheckPackage
Function · 0.45
IsChildWithParents
Function · 0.45
processTransaction
Method · 0.45
processBlockTx
Method · 0.45
NotifyTransaction
Method · 0.45
NotifyTransactionAcceptance
Method · 0.45
NotifyTransactionRemoval
Method · 0.45
CInputCoin
Method · 0.45
Calls
1
SerializeHash
Function · 0.85
Tested by
15
TestSimpleSpend
Function · 0.36
BOOST_FIXTURE_TEST_CASE
Function · 0.36
BOOST_AUTO_TEST_CASE
Function · 0.36
add_coin
Function · 0.36
BOOST_AUTO_TEST_CASE
Function · 0.36
FUZZ_TARGET_INIT
Function · 0.36
BOOST_AUTO_TEST_CASE
Function · 0.36
BOOST_FIXTURE_TEST_CASE
Function · 0.36
BOOST_FIXTURE_TEST_CASE
Function · 0.36
BuildTxs
Function · 0.36
CheckFilterLookups
Function · 0.36
CreateBlock
Method · 0.36