Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ BlockTxCount
Method
BlockTxCount
src/blockencodings.h:111–111 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
109
uint64_t GetShortID(const uint256& txhash) const;
110
111
size_t BlockTxCount() const { return shorttxids.size() + prefilledtxn.size(); }
112
113
SERIALIZE_METHODS(CBlockHeaderAndShortTxIDs, obj)
114
{
Callers
4
SERIALIZE_METHODS
Method · 0.80
ProcessMessage
Method · 0.80
InitData
Method · 0.80
consumecompactsketch
Function · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected