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

Function json_add_null

plugins/bcli.c:263–266  ·  view source on GitHub ↗

Don't use this in general: it's better to omit fields. */

Source from the content-addressed store, hash-verified

261
262/* Don't use this in general: it's better to omit fields. */
263static void json_add_null(struct json_stream *stream, const char *fieldname)
264{
265 json_add_primitive(stream, fieldname, "null");
266}
267
268struct estimatefee_params {
269 u32 blocks;

Callers 2

getutxoutFunction · 0.70

Calls 1

json_add_primitiveFunction · 0.85

Tested by

no test coverage detected