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

Function linearize_tx

bitcoin/tx.c:423–426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

421}
422
423u8 *linearize_tx(const tal_t *ctx, const struct bitcoin_tx *tx)
424{
425 return linearize_wtx(ctx, tx->wtx);
426}
427
428u8 *linearize_wtx(const tal_t *ctx, const struct wally_tx *wtx)
429{

Callers 12

fmt_bitcoin_txFunction · 0.85
towire_bitcoin_txFunction · 0.85
bitcoin_tx_eqFunction · 0.85
tx_must_be_eqFunction · 0.85
tx_must_be_eqFunction · 0.85
report_htlcsFunction · 0.85
reportFunction · 0.85
broadcast_txFunction · 0.85
json_add_txFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls 1

linearize_wtxFunction · 0.85

Tested by 5

bitcoin_tx_eqFunction · 0.68
tx_must_be_eqFunction · 0.68
tx_must_be_eqFunction · 0.68
report_htlcsFunction · 0.68
reportFunction · 0.68