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

Function ds_desc_utxo_path

plugins/bkpr/descriptions.c:82–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80};
81
82static const char **ds_desc_utxo_path(const tal_t *ctx,
83 const struct bitcoin_outpoint *outp)
84{
85 return mkdatastorekey(ctx, "bookkeeper", "description", "utxo", take(fmt_bitcoin_outpoint(NULL, outp)));
86}
87
88static void utxo_desc_datastore_update(struct command *cmd,
89 const struct utxo_desc *utxo_desc)

Callers 1

Calls 1

fmt_bitcoin_outpointFunction · 0.85

Tested by

no test coverage detected