MCPcopy Create free account
hub / github.com/ElementsProject/elements / EncodeHexTx

Function EncodeHexTx

src/core_write.cpp:168–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166}
167
168std::string EncodeHexTx(const CTransaction& tx, const int serializeFlags)
169{
170 CDataStream ssTx(SER_NETWORK, PROTOCOL_VERSION | serializeFlags);
171 ssTx << tx;
172 return HexStr(ssTx);
173}
174
175UniValue EncodeHexScriptWitness(const CScriptWitness& witness)
176{

Callers 15

TxToUnivFunction · 0.85
OutputTxHexFunction · 0.85
fundrawtransactionFunction · 0.85
sendFunction · 0.85
createrawpeginFunction · 0.85
blindrawtransactionFunction · 0.85
unblindrawtransactionFunction · 0.85
transactions.cppFile · 0.85
FUZZ_TARGET_INITFunction · 0.85
getTxHexMethod · 0.85
getblocktemplateFunction · 0.85
getrawtransactionFunction · 0.85

Calls 1

HexStrFunction · 0.50

Tested by 1

FUZZ_TARGET_INITFunction · 0.68