Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
64
void 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
69
void towire_node_id(u8 **pptr, const struct node_id *id)
70
{
Callers
3
fromwire_route_info
Function · 0.70
fromwire_utxo
Function · 0.70
fromwire_chain_coin_mvt
Function · 0.70
Calls
1
fromwire
Function · 0.50
Tested by
no test coverage detected