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

Function towire_basepoints

common/derive_basepoints.c:252–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250}
251
252void towire_basepoints(u8 **pptr, const struct basepoints *b)
253{
254 towire_pubkey(pptr, &b->revocation);
255 towire_pubkey(pptr, &b->payment);
256 towire_pubkey(pptr, &b->htlc);
257 towire_pubkey(pptr, &b->delayed_payment);
258}
259
260void fromwire_basepoints(const u8 **ptr, size_t *max,
261 struct basepoints *b)

Callers

nothing calls this directly

Calls 1

towire_pubkeyFunction · 0.85

Tested by

no test coverage detected