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

Function json_add_bip340sig

common/json_stream.c:444–449  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

442}
443
444void json_add_bip340sig(struct json_stream *response,
445 const char *fieldname,
446 const struct bip340sig *sig)
447{
448 json_add_hex(response, fieldname, sig->u8, sizeof(sig->u8));
449}
450
451void json_add_txid(struct json_stream *result, const char *fieldname,
452 const struct bitcoin_txid *txid)

Callers 3

json_add_invoice_requestFunction · 0.85
json_add_b12_invoiceFunction · 0.85
json_add_payer_proofFunction · 0.85

Calls 1

json_add_hexFunction · 0.85

Tested by

no test coverage detected