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

Function fromwire_preimage

bitcoin/preimage.c:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

fromwire_existing_htlcFunction · 0.85
fromwire_fulfilled_htlcFunction · 0.85

Calls 1

fromwireFunction · 0.50

Tested by

no test coverage detected