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

Function fromwire_bip32_key_version

common/bip32.c:28–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28void fromwire_bip32_key_version(const u8** cursor, size_t *max,
29 struct bip32_key_version *version)
30{
31 version->bip32_pubkey_version = fromwire_u32(cursor, max);
32 version->bip32_privkey_version = fromwire_u32(cursor, max);
33}
34
35void towire_bip32_key_version(u8 **pptr, const struct bip32_key_version *version)
36{

Callers 1

runFunction · 0.85

Calls 1

fromwire_u32Function · 0.50

Tested by

no test coverage detected