Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ GetTransaction
Method
GetTransaction
src/kernel/bitcoinkernel_wrapper.h:841–844 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
839
}
840
841
TransactionView GetTransaction(size_t index) const
842
{
843
return TransactionView{btck_block_get_transaction_at(get(), index)};
844
}
845
846
bool Check(const ConsensusParamsView& consensus_params,
847
BlockCheckFlags flags,
Callers
1
chainman_mainnet_validation_test
Function · 0.80
Calls
2
btck_block_get_transaction_at
Function · 0.85
get
Function · 0.85
Tested by
1
chainman_mainnet_validation_test
Function · 0.64