Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ towire_bip32_key_version
Function
towire_bip32_key_version
common/bip32.c:35–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
void towire_bip32_key_version(u8 **pptr, const struct bip32_key_version *version)
36
{
37
towire_u32(pptr, version->bip32_pubkey_version);
38
towire_u32(pptr, version->bip32_privkey_version);
39
}
Callers
1
run
Function · 0.85
Calls
1
towire_u32
Function · 0.50
Tested by
no test coverage detected