MCPcopy Create free account
hub / github.com/ElementsProject/elements / ReadTxPos

Method ReadTxPos

src/index/txindex.cpp:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35{}
36
37bool TxIndex::DB::ReadTxPos(const uint256 &txid, CDiskTxPos& pos) const
38{
39 return Read(std::make_pair(DB_TXINDEX, txid), pos);
40}
41
42bool TxIndex::DB::WriteTxs(const std::vector<std::pair<uint256, CDiskTxPos>>& v_pos)
43{

Callers 1

FindTxMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected