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

Function json_add_hex_talarr

common/json_stream.c:328–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326}
327
328void json_add_hex_talarr(struct json_stream *result,
329 const char *fieldname,
330 const tal_t *data)
331{
332 json_add_hex(result, fieldname, data, tal_bytelen(data));
333}
334
335void json_add_escaped_string(struct json_stream *result, const char *fieldname,
336 const struct json_escape *esc TAKES)

Callers 15

json_listaddrsFunction · 0.85
json_add_utxoFunction · 0.85
json_transaction_detailsFunction · 0.85
sendpsbt_doneFunction · 0.85
json_dev_finalizepsbtFunction · 0.85
handle_tx_broadcastFunction · 0.85
build_commit_responseFunction · 0.85
peer_connected_serializeFunction · 0.85
json_add_peerFunction · 0.85
json_add_scbFunction · 0.85
json_getinfoFunction · 0.85

Calls 2

json_add_hexFunction · 0.85
tal_bytelenFunction · 0.85

Tested by

no test coverage detected