Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
301
GenTxid 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
SetTimePoint
Method · 0.70
GetRequestable
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected