MCPcopy 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
800static void OutputTxHex(const CTransaction& tx)
801{
802 std::string strHex = EncodeHexTx(tx);
803
804 tfm::format(std::cout, "%s\n", strHex);
805}
806
807static void OutputTx(const CTransaction& tx)
808{

Callers 1

OutputTxFunction · 0.85

Calls 2

EncodeHexTxFunction · 0.85
formatFunction · 0.70

Tested by

no test coverage detected