MCPcopy 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
88void towire_tu64(u8 **pptr, u64 v)
89{
90 return towire_tlv_uint(pptr, v);
91}
92
93void towire_bool(u8 **pptr, bool v)
94{

Callers 4

tlvstream_set_tu64Function · 0.70
tlvstream_set_tu32Function · 0.70

Calls 1

towire_tlv_uintFunction · 0.85

Tested by

no test coverage detected