MCPcopy 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_CASEFunction · 0.80

Calls 2

getFunction · 0.85

Tested by 2

BOOST_AUTO_TEST_CASEFunction · 0.64