Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WaykiChain/WaykiChain
/ GetHash
Method
GetHash
src/persistence/block.cpp:13–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
#include
"net.h"
12
13
uint256 CBlockHeader::GetHash() const {
14
return ComputeSignatureHash();
15
}
16
17
void CBlockHeader::SetHeight(uint32_t height) {
18
this->height = height;
Callers
8
AddBlockTx
Method · 0.45
RemoveBlockTx
Method · 0.45
ComputeSignatureHash
Method · 0.45
BuildMerkleTree
Method · 0.45
ReadBlockFromDisk
Function · 0.45
WriteToDisk
Method · 0.45
ReadFromDisk
Method · 0.45
GetBlockHash
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected