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

Function fromwire_basepoints

common/derive_basepoints.c:260–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258}
259
260void fromwire_basepoints(const u8 **ptr, size_t *max,
261 struct basepoints *b)
262{
263 fromwire_pubkey(ptr, max, &b->revocation);
264 fromwire_pubkey(ptr, max, &b->payment);
265 fromwire_pubkey(ptr, max, &b->htlc);
266 fromwire_pubkey(ptr, max, &b->delayed_payment);
267}
268
269bool shachain_get_secret(const struct shachain *shachain,
270 u64 commit_num,

Callers 1

runFunction · 0.85

Calls 1

fromwire_pubkeyFunction · 0.85

Tested by

no test coverage detected