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:54–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
}
53
54
void fromwire_node_id(const u8 **cursor, size_t *max, struct node_id *id)
55
{
56
fromwire(cursor, max, &id->k, sizeof(id->k));
57
}
58
59
bool dev_towire_allow_invalid_node_id = false;
60
Callers
7
fromwire_route_info
Function · 0.70
fromwire_chain_coin_mvt
Function · 0.70
fromwire_hsm_utxo
Function · 0.50
fromwire_account
Function · 0.50
fromwire_dstore_channel
Function · 0.50
fromwire_dstore_node_bias
Function · 0.50
fromwire_dstore_disabled_node
Function · 0.50
Calls
1
fromwire
Function · 0.50
Tested by
no test coverage detected