Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ fromwire_channel_id
Function
fromwire_channel_id
common/channel_id.c:91–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
}
90
91
bool fromwire_channel_id(const u8 **cursor, size_t *max,
92
struct channel_id *channel_id)
93
{
94
return fromwire(cursor, max, channel_id, sizeof(*channel_id)) != NULL;
95
}
96
97
REGISTER_TYPE_TO_HEXSTR(channel_id);
Callers
2
run
Function · 0.50
run
Function · 0.50
Calls
1
fromwire
Function · 0.50
Tested by
no test coverage detected