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

Function wally_tx_weight

bitcoin/tx.c:447–453  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

445}
446
447size_t wally_tx_weight(const struct wally_tx *wtx)
448{
449 size_t weight;
450 int ret = wally_tx_get_weight(wtx, &weight);
451 assert(ret == WALLY_OK);
452 return weight;
453}
454
455size_t bitcoin_tx_weight(const struct bitcoin_tx *tx)
456{

Callers 2

bitcoin_tx_weightFunction · 0.85
feerate_satisfiedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected