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

Function ToGenTxid

src/txrequest.cpp:301–304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299}
300
301GenTxid ToGenTxid(const Announcement& ann)
302{
303 return ann.m_is_wtxid ? GenTxid::Wtxid(ann.m_txhash) : GenTxid::Txid(ann.m_txhash);
304}
305
306} // namespace
307

Callers 2

SetTimePointMethod · 0.70
GetRequestableMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected