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

Function towire_secret

bitcoin/privkey.c:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34void towire_secret(u8 **pptr, const struct secret *secret)
35{
36 towire(pptr, secret->data, sizeof(secret->data));
37}
38
39void fromwire_secret(const u8 **cursor, size_t *max, struct secret *secret)
40{

Callers 4

towire_privkeyFunction · 0.85
towire_secretsFunction · 0.85

Calls 1

towireFunction · 0.50

Tested by

no test coverage detected