Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ linearize_tx
Function
linearize_tx
bitcoin/tx.c:435–438 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
433
}
434
435
u8 *linearize_tx(const tal_t *ctx, const struct bitcoin_tx *tx)
436
{
437
return linearize_wtx(ctx, tx->wtx);
438
}
439
440
u8 *linearize_wtx(const tal_t *ctx, const struct wally_tx *wtx)
441
{
Callers
15
fmt_bitcoin_tx
Function · 0.85
towire_bitcoin_tx
Function · 0.85
bitcoin_tx_eq
Function · 0.85
resume_splice_negotiation
Function · 0.85
splice_initiator_user_finalized
Function · 0.85
tx_must_be_eq
Function · 0.85
tx_must_be_eq
Function · 0.85
report_htlcs
Function · 0.85
report
Function · 0.85
handle_tx_broadcast
Function · 0.85
send_splice_tx
Function · 0.85
json_add_tx
Function · 0.85
Calls
1
linearize_wtx
Function · 0.85
Tested by
5
bitcoin_tx_eq
Function · 0.68
tx_must_be_eq
Function · 0.68
tx_must_be_eq
Function · 0.68
report_htlcs
Function · 0.68
report
Function · 0.68