Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ OutputTxHex
Function
OutputTxHex
src/bitcoin-tx.cpp:739–744 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
737
}
738
739
static void OutputTxHex(const CTransaction& tx)
740
{
741
std::string strHex = EncodeHexTx(tx);
742
743
fprintf(stdout,
"%s\n"
, strHex.c_str());
744
}
745
746
static void OutputTx(const CTransaction& tx)
747
{
Callers
1
OutputTx
Function · 0.85
Calls
1
EncodeHexTx
Function · 0.85
Tested by
no test coverage detected