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

Function wally_tx_weight

bitcoin/tx.c:459–465  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

457}
458
459size_t wally_tx_weight(const struct wally_tx *wtx)
460{
461 size_t weight;
462 int ret = wally_tx_get_weight(wtx, &weight);
463 assert(ret == WALLY_OK);
464 return weight;
465}
466
467size_t bitcoin_tx_weight(const struct bitcoin_tx *tx)
468{

Callers 2

bitcoin_tx_weightFunction · 0.85
feerate_satisfiedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected