MCPcopy 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_METHODSMethod · 0.80
ProcessMessageMethod · 0.80
InitDataMethod · 0.80
consumecompactsketchFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected