MCPcopy 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
739static void OutputTxHex(const CTransaction& tx)
740{
741 std::string strHex = EncodeHexTx(tx);
742
743 fprintf(stdout, "%s\n", strHex.c_str());
744}
745
746static void OutputTx(const CTransaction& tx)
747{

Callers 1

OutputTxFunction · 0.85

Calls 1

EncodeHexTxFunction · 0.85

Tested by

no test coverage detected