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

Function towire_jsonrpc_errcode

wire/towire.c:80–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80void towire_jsonrpc_errcode(u8 **pptr, enum jsonrpc_errcode v)
81{
82 towire_u32(pptr, (u32)v);
83}
84
85void towire_secp256k1_ecdsa_signature(u8 **pptr,
86 const secp256k1_ecdsa_signature *sig)

Callers

nothing calls this directly

Calls 1

towire_u32Function · 0.70

Tested by

no test coverage detected