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

Function fromwire_preimage

bitcoin/preimage.c:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4#include <wire/wire.h>
5
6void fromwire_preimage(const u8 **cursor, size_t *max, struct preimage *preimage)
7{
8 fromwire(cursor, max, preimage, sizeof(*preimage));
9}
10
11void towire_preimage(u8 **pptr, const struct preimage *preimage)
12{

Callers 3

runFunction · 0.85
fromwire_existing_htlcFunction · 0.85
fromwire_fulfilled_htlcFunction · 0.85

Calls 1

fromwireFunction · 0.50

Tested by

no test coverage detected