MCPcopy Create free account
hub / github.com/ElementsProject/lightning / towire_jsonrpc_errcode

Function towire_jsonrpc_errcode

wire/towire.c:99–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99void towire_jsonrpc_errcode(u8 **pptr, enum jsonrpc_errcode v)
100{
101 towire_u32(pptr, (u32)v);
102}
103
104void towire_secp256k1_ecdsa_signature(u8 **pptr,
105 const secp256k1_ecdsa_signature *sig)

Callers

nothing calls this directly

Calls 1

towire_u32Function · 0.70

Tested by

no test coverage detected