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
1
towire_secp256k1_ecdsa_recoverable_signature
Function · 0.70
Calls
1
towire
Function · 0.70
Tested by
no test coverage detected