Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ fromwire_privkey
Function
fromwire_privkey
bitcoin/privkey.c:41–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
}
40
41
void fromwire_privkey(const u8 **cursor, size_t *max, struct privkey *privkey)
42
{
43
fromwire_secret(cursor, max, &privkey->secret);
44
}
Callers
1
fromwire_secrets
Function · 0.85
Calls
1
fromwire_secret
Function · 0.85
Tested by
no test coverage detected