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

Function fromwire_node_id

common/node_id.c:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64void fromwire_node_id(const u8 **cursor, size_t *max, struct node_id *id)
65{
66 fromwire(cursor, max, &id->k, sizeof(id->k));
67}
68
69void towire_node_id(u8 **pptr, const struct node_id *id)
70{

Callers 3

fromwire_route_infoFunction · 0.70
fromwire_utxoFunction · 0.70
fromwire_chain_coin_mvtFunction · 0.70

Calls 1

fromwireFunction · 0.50

Tested by

no test coverage detected