MCPcopy Create free account
hub / github.com/ElementsProject/lightning / towire_bitcoin_txid

Function towire_bitcoin_txid

bitcoin/tx.c:737–740  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

735}
736
737void towire_bitcoin_txid(u8 **pptr, const struct bitcoin_txid *txid)
738{
739 towire_sha256_double(pptr, &txid->shad);
740}
741
742void towire_bitcoin_outpoint(u8 **pptr, const struct bitcoin_outpoint *outp)
743{

Callers 4

towire_tx_partsFunction · 0.85
towire_bitcoin_outpointFunction · 0.85
towire_penalty_baseFunction · 0.85
towire_chain_coin_mvtFunction · 0.85

Calls 1

towire_sha256_doubleFunction · 0.85

Tested by

no test coverage detected