Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ CountTransactions
Method
CountTransactions
src/kernel/bitcoinkernel_wrapper.h:836–839 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
834
Block(btck_Block* block) : Handle{block} {}
835
836
size_t CountTransactions() const
837
{
838
return btck_block_count_transactions(get());
839
}
840
841
TransactionView GetTransaction(size_t index) const
842
{
Callers
2
BOOST_AUTO_TEST_CASE
Function · 0.80
chainman_mainnet_validation_test
Function · 0.80
Calls
2
btck_block_count_transactions
Function · 0.85
get
Function · 0.85
Tested by
2
BOOST_AUTO_TEST_CASE
Function · 0.64
chainman_mainnet_validation_test
Function · 0.64