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

Function fromwire_bitcoin_txid

bitcoin/tx.c:754–758  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

752}
753
754void fromwire_bitcoin_txid(const u8 **cursor, size_t *max,
755 struct bitcoin_txid *txid)
756{
757 fromwire_sha256_double(cursor, max, &txid->shad);
758}
759
760struct bitcoin_tx *fromwire_bitcoin_tx(const tal_t *ctx,
761 const u8 **cursor, size_t *max)

Callers 7

fromwire_wally_tx_inputFunction · 0.85
fromwire_tx_partsFunction · 0.85
fromwire_penalty_baseFunction · 0.85
fromwire_chain_coin_mvtFunction · 0.85
fromwire_onchain_feeFunction · 0.85

Calls 1

fromwire_sha256_doubleFunction · 0.85

Tested by

no test coverage detected