Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ fromwire_s64
Function
fromwire_s64
wire/fromwire.c:110–113 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
108
}
109
110
s64 fromwire_s64(const u8 **cursor, size_t *max)
111
{
112
return (s64)fromwire_u64(cursor, max);
113
}
114
115
static u64 fromwire_tlv_uint(const u8 **cursor, size_t *max, size_t maxlen)
116
{
Callers
3
fromwire_inflight
Function · 0.85
test_channel_update_funding
Function · 0.85
printwire_s64
Function · 0.85
Calls
1
fromwire_u64
Function · 0.70
Tested by
1
test_channel_update_funding
Function · 0.68