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

Function json_add_txid

wallet/test/run-wallet.c:388–390  ·  view source on GitHub ↗

Generated stub for json_add_txid */

Source from the content-addressed store, hash-verified

386{ fprintf(stderr, "json_add_tx called!\n"); abort(); }
387/* Generated stub for json_add_txid */
388void json_add_txid(struct json_stream *result UNNEEDED, const char *fieldname UNNEEDED,
389 const struct bitcoin_txid *txid UNNEEDED)
390{ fprintf(stderr, "json_add_txid called!\n"); abort(); }
391/* Generated stub for json_add_u32 */
392void json_add_u32(struct json_stream *result UNNEEDED, const char *fieldname UNNEEDED,
393 uint32_t value UNNEEDED)

Callers 6

json_add_utxoFunction · 0.50
json_listfundsFunction · 0.50
process_utxo_resultFunction · 0.50
json_transaction_detailsFunction · 0.50
sendpsbt_doneFunction · 0.50
json_add_reservestatusFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected