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

Function fromwire_jsonrpc_errcode

wire/fromwire.c:179–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177}
178
179enum jsonrpc_errcode fromwire_jsonrpc_errcode(const u8 **cursor, size_t *max)
180{
181 enum jsonrpc_errcode ret;
182
183 ret = (s32)fromwire_u32(cursor, max);
184
185 return ret;
186}
187
188void fromwire_secp256k1_ecdsa_signature(const u8 **cursor,
189 size_t *max, secp256k1_ecdsa_signature *sig)

Callers

nothing calls this directly

Calls 1

fromwire_u32Function · 0.70

Tested by

no test coverage detected