Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ towire_u8
Function
towire_u8
wire/towire.c:19–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
}
18
19
void towire_u8(u8 **pptr, u8 v)
20
{
21
towire(pptr, &v, sizeof(v));
22
}
23
24
void towire_u16(u8 **pptr, u16 v)
25
{
Callers
5
towire_s8
Function · 0.70
towire_secp256k1_ecdsa_recoverable_signature
Function · 0.70
towire_bitcoin_signature
Function · 0.50
towire_compact_size
Function · 0.50
towire_short_channel_id_dir
Function · 0.50
Calls
1
towire
Function · 0.70
Tested by
no test coverage detected