MCPcopy 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
54void 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
59bool dev_towire_allow_invalid_node_id = false;
60

Callers 7

fromwire_route_infoFunction · 0.70
fromwire_chain_coin_mvtFunction · 0.70
fromwire_hsm_utxoFunction · 0.50
fromwire_accountFunction · 0.50
fromwire_dstore_channelFunction · 0.50

Calls 1

fromwireFunction · 0.50

Tested by

no test coverage detected