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

Function fromwire_bitcoin_outpoint

bitcoin/tx.c:792–797  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

790}
791
792void fromwire_bitcoin_outpoint(const u8 **cursor, size_t *max,
793 struct bitcoin_outpoint *outp)
794{
795 fromwire_bitcoin_txid(cursor, max, &outp->txid);
796 outp->n = fromwire_u32(cursor, max);
797}
798
799void towire_bitcoin_tx(u8 **pptr, const struct bitcoin_tx *tx)
800{

Callers 8

fromwire_hsm_utxoFunction · 0.85
fromwire_inflightFunction · 0.85
runFunction · 0.85
runFunction · 0.85
runFunction · 0.85
fromwire_chain_coin_mvtFunction · 0.85
datastore_list_successFunction · 0.85

Calls 2

fromwire_bitcoin_txidFunction · 0.85
fromwire_u32Function · 0.50

Tested by 1