MCPcopy 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

Calls 2

getFunction · 0.85

Tested by 1