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

Function towire_basepoints

common/derive_basepoints.c:236–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234}
235
236void towire_basepoints(u8 **pptr, const struct basepoints *b)
237{
238 towire_pubkey(pptr, &b->revocation);
239 towire_pubkey(pptr, &b->payment);
240 towire_pubkey(pptr, &b->htlc);
241 towire_pubkey(pptr, &b->delayed_payment);
242}
243
244void fromwire_basepoints(const u8 **ptr, size_t *max,
245 struct basepoints *b)

Callers

nothing calls this directly

Calls 1

towire_pubkeyFunction · 0.85

Tested by

no test coverage detected