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

Function towire_bitcoin_outpoint

bitcoin/tx.c:786–790  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

784}
785
786void towire_bitcoin_outpoint(u8 **pptr, const struct bitcoin_outpoint *outp)
787{
788 towire_bitcoin_txid(pptr, &outp->txid);
789 towire_u32(pptr, outp->n);
790}
791
792void fromwire_bitcoin_outpoint(const u8 **cursor, size_t *max,
793 struct bitcoin_outpoint *outp)

Callers 4

towire_hsm_utxoFunction · 0.85
towire_inflightFunction · 0.85
towire_chain_coin_mvtFunction · 0.85
remember_channel_utxosFunction · 0.85

Calls 2

towire_bitcoin_txidFunction · 0.85
towire_u32Function · 0.50

Tested by

no test coverage detected