Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ OutputTxHex
Function
OutputTxHex
src/bitcoin-tx.cpp:800–805 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
798
}
799
800
static void OutputTxHex(const CTransaction& tx)
801
{
802
std::string strHex = EncodeHexTx(tx);
803
804
tfm::format(std::cout,
"%s\n"
, strHex);
805
}
806
807
static void OutputTx(const CTransaction& tx)
808
{
Callers
1
OutputTx
Function · 0.85
Calls
2
EncodeHexTx
Function · 0.85
format
Function · 0.70
Tested by
no test coverage detected