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

Function fromwire_basepoints

common/derive_basepoints.c:244–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242}
243
244void fromwire_basepoints(const u8 **ptr, size_t *max,
245 struct basepoints *b)
246{
247 fromwire_pubkey(ptr, max, &b->revocation);
248 fromwire_pubkey(ptr, max, &b->payment);
249 fromwire_pubkey(ptr, max, &b->htlc);
250 fromwire_pubkey(ptr, max, &b->delayed_payment);
251}
252
253bool shachain_get_secret(const struct shachain *shachain,
254 u64 commit_num,

Callers 2

runFunction · 0.50
fromwire_new_stateFunction · 0.50

Calls 1

fromwire_pubkeyFunction · 0.85

Tested by

no test coverage detected