Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ towire_tu64
Function
towire_tu64
wire/towire.c:88–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
}
87
88
void towire_tu64(u8 **pptr, u64 v)
89
{
90
return towire_tlv_uint(pptr, v);
91
}
92
93
void towire_bool(u8 **pptr, bool v)
94
{
Callers
4
tlvstream_set_tu64
Function · 0.70
tlvstream_set_tu32
Function · 0.70
htlc_accepted_invoice_created
Function · 0.50
tlvstream_set_tlv_payload_data
Function · 0.50
Calls
1
towire_tlv_uint
Function · 0.85
Tested by
no test coverage detected