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

Function fromwire_secret

bitcoin/privkey.c:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36void fromwire_secret(const u8 **cursor, size_t *max, struct secret *secret)
37{
38 fromwire(cursor, max, secret->data, sizeof(secret->data));
39}
40
41void fromwire_privkey(const u8 **cursor, size_t *max, struct privkey *privkey)
42{

Callers 4

fromwire_privkeyFunction · 0.85
fromwire_added_htlcFunction · 0.85
fromwire_secretsFunction · 0.85

Calls 1

fromwireFunction · 0.50

Tested by

no test coverage detected